@charset "UTF-8";
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.glossary-content p, .page p {
  margin-bottom: 14px;
}
.glossary-content p.para.H6, .page p.para.H6 {
  font-weight: 700;
}
.glossary-content ul, .page ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.glossary-content ul ul, .page ul ul,
.glossary-content ul ol,
.page ul ol {
  margin-bottom: 0;
}
.glossary-content ol, .page ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.glossary-content ol ol, .page ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.glossary-content ol ol ol, .page ol ol ol {
  list-style-type: lower-roman;
}
.glossary-content ol.lowerroman, .page ol.lowerroman {
  counter-reset: roman;
}
.glossary-content ol.lowerroman > li, .page ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.glossary-content ol.lowerroman > li:before, .page ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.glossary-content ol.lowerroman > li[value]:before, .page ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.glossary-content ol.lowerroman[start="1"] > li:not([value]):before, .page ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.glossary-content ol.lowerroman[start="2"] > li:not([value]):before, .page ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.glossary-content ol.lowerroman[start="3"] > li:not([value]):before, .page ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.glossary-content ol.lowerroman[start="4"] > li:not([value]):before, .page ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.glossary-content ol.lowerroman[start="5"] > li:not([value]):before, .page ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.glossary-content ol.lowerroman[start="6"] > li:not([value]):before, .page ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.glossary-content ol.lowerroman[start="7"] > li:not([value]):before, .page ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.glossary-content ol.lowerroman[start="8"] > li:not([value]):before, .page ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.glossary-content ol.lowerroman[start="9"] > li:not([value]):before, .page ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.glossary-content ol.lowerroman[start="10"] > li:not([value]):before, .page ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.glossary-content ol.lowerroman[start="11"] > li:not([value]):before, .page ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.glossary-content ol.lowerroman[start="12"] > li:not([value]):before, .page ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.glossary-content ol.lowerroman[start="13"] > li:not([value]):before, .page ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.glossary-content ol.lowerroman[start="14"] > li:not([value]):before, .page ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.glossary-content ol.lowerroman[start="15"] > li:not([value]):before, .page ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.glossary-content ol.lowerroman[start="16"] > li:not([value]):before, .page ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.glossary-content ol.lowerroman[start="17"] > li:not([value]):before, .page ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.glossary-content ol.lowerroman[start="18"] > li:not([value]):before, .page ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.glossary-content ol.lowerroman[start="19"] > li:not([value]):before, .page ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.glossary-content ol.lowerroman[start="20"] > li:not([value]):before, .page ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.glossary-content ol.lowerroman[start="21"] > li:not([value]):before, .page ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.glossary-content ol.lowerroman[start="22"] > li:not([value]):before, .page ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.glossary-content ol.lowerroman[start="23"] > li:not([value]):before, .page ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.glossary-content ol.lowerroman[start="24"] > li:not([value]):before, .page ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.glossary-content ol.lowerroman[start="25"] > li:not([value]):before, .page ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.glossary-content ol.lowerroman[start="26"] > li:not([value]):before, .page ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.glossary-content ol.lowerroman[start="27"] > li:not([value]):before, .page ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.glossary-content ol.lowerroman[start="28"] > li:not([value]):before, .page ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.glossary-content ol.lowerroman[start="29"] > li:not([value]):before, .page ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.glossary-content ol.lowerroman[start="30"] > li:not([value]):before, .page ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.glossary-content ol.lowerroman[start="31"] > li:not([value]):before, .page ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.glossary-content ol.lowerroman[start="32"] > li:not([value]):before, .page ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.glossary-content ol.lowerroman[start="33"] > li:not([value]):before, .page ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.glossary-content ol.lowerroman[start="34"] > li:not([value]):before, .page ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.glossary-content ol.lowerroman[start="35"] > li:not([value]):before, .page ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.glossary-content ol.lowerroman[start="36"] > li:not([value]):before, .page ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.glossary-content ol.lowerroman[start="37"] > li:not([value]):before, .page ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.glossary-content ol.lowerroman[start="38"] > li:not([value]):before, .page ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.glossary-content ol.lowerroman[start="39"] > li:not([value]):before, .page ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.glossary-content ol.lowerroman[start="40"] > li:not([value]):before, .page ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.glossary-content ol.lowerroman[start="41"] > li:not([value]):before, .page ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.glossary-content ol.lowerroman[start="42"] > li:not([value]):before, .page ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.glossary-content ol.lowerroman[start="43"] > li:not([value]):before, .page ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.glossary-content ol.lowerroman[start="44"] > li:not([value]):before, .page ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.glossary-content ol.lowerroman[start="45"] > li:not([value]):before, .page ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.glossary-content ol.lowerroman[start="46"] > li:not([value]):before, .page ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.glossary-content ol.lowerroman[start="47"] > li:not([value]):before, .page ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.glossary-content ol.lowerroman[start="48"] > li:not([value]):before, .page ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.glossary-content ol.lowerroman[start="49"] > li:not([value]):before, .page ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.glossary-content ol.lowerroman[start="50"] > li:not([value]):before, .page ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.glossary-content ol.loweralpha, .page ol.loweralpha, .glossary-content ol.upperalpha, .page ol.upperalpha {
  counter-reset: alpha;
}
.glossary-content ol.loweralpha[start="1"], .page ol.loweralpha[start="1"], .glossary-content ol.upperalpha[start="1"], .page ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.glossary-content ol.loweralpha[start="2"], .page ol.loweralpha[start="2"], .glossary-content ol.upperalpha[start="2"], .page ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.glossary-content ol.loweralpha[start="3"], .page ol.loweralpha[start="3"], .glossary-content ol.upperalpha[start="3"], .page ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.glossary-content ol.loweralpha[start="4"], .page ol.loweralpha[start="4"], .glossary-content ol.upperalpha[start="4"], .page ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.glossary-content ol.loweralpha[start="5"], .page ol.loweralpha[start="5"], .glossary-content ol.upperalpha[start="5"], .page ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.glossary-content ol.loweralpha[start="6"], .page ol.loweralpha[start="6"], .glossary-content ol.upperalpha[start="6"], .page ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.glossary-content ol.loweralpha[start="7"], .page ol.loweralpha[start="7"], .glossary-content ol.upperalpha[start="7"], .page ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.glossary-content ol.loweralpha[start="8"], .page ol.loweralpha[start="8"], .glossary-content ol.upperalpha[start="8"], .page ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.glossary-content ol.loweralpha[start="9"], .page ol.loweralpha[start="9"], .glossary-content ol.upperalpha[start="9"], .page ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.glossary-content ol.loweralpha[start="10"], .page ol.loweralpha[start="10"], .glossary-content ol.upperalpha[start="10"], .page ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.glossary-content ol.loweralpha[start="11"], .page ol.loweralpha[start="11"], .glossary-content ol.upperalpha[start="11"], .page ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.glossary-content ol.loweralpha[start="12"], .page ol.loweralpha[start="12"], .glossary-content ol.upperalpha[start="12"], .page ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.glossary-content ol.loweralpha[start="13"], .page ol.loweralpha[start="13"], .glossary-content ol.upperalpha[start="13"], .page ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.glossary-content ol.loweralpha[start="14"], .page ol.loweralpha[start="14"], .glossary-content ol.upperalpha[start="14"], .page ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.glossary-content ol.loweralpha[start="15"], .page ol.loweralpha[start="15"], .glossary-content ol.upperalpha[start="15"], .page ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.glossary-content ol.loweralpha[start="16"], .page ol.loweralpha[start="16"], .glossary-content ol.upperalpha[start="16"], .page ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.glossary-content ol.loweralpha[start="17"], .page ol.loweralpha[start="17"], .glossary-content ol.upperalpha[start="17"], .page ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.glossary-content ol.loweralpha[start="18"], .page ol.loweralpha[start="18"], .glossary-content ol.upperalpha[start="18"], .page ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.glossary-content ol.loweralpha[start="19"], .page ol.loweralpha[start="19"], .glossary-content ol.upperalpha[start="19"], .page ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.glossary-content ol.loweralpha[start="20"], .page ol.loweralpha[start="20"], .glossary-content ol.upperalpha[start="20"], .page ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.glossary-content ol.loweralpha[start="21"], .page ol.loweralpha[start="21"], .glossary-content ol.upperalpha[start="21"], .page ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.glossary-content ol.loweralpha[start="22"], .page ol.loweralpha[start="22"], .glossary-content ol.upperalpha[start="22"], .page ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.glossary-content ol.loweralpha[start="23"], .page ol.loweralpha[start="23"], .glossary-content ol.upperalpha[start="23"], .page ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.glossary-content ol.loweralpha[start="24"], .page ol.loweralpha[start="24"], .glossary-content ol.upperalpha[start="24"], .page ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.glossary-content ol.loweralpha[start="25"], .page ol.loweralpha[start="25"], .glossary-content ol.upperalpha[start="25"], .page ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.glossary-content ol.loweralpha[start="26"], .page ol.loweralpha[start="26"], .glossary-content ol.upperalpha[start="26"], .page ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.glossary-content ol.loweralpha[start="27"], .page ol.loweralpha[start="27"], .glossary-content ol.upperalpha[start="27"], .page ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.glossary-content ol.loweralpha[start="28"], .page ol.loweralpha[start="28"], .glossary-content ol.upperalpha[start="28"], .page ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.glossary-content ol.loweralpha[start="29"], .page ol.loweralpha[start="29"], .glossary-content ol.upperalpha[start="29"], .page ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.glossary-content ol.loweralpha[start="30"], .page ol.loweralpha[start="30"], .glossary-content ol.upperalpha[start="30"], .page ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.glossary-content ol.loweralpha[start="31"], .page ol.loweralpha[start="31"], .glossary-content ol.upperalpha[start="31"], .page ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.glossary-content ol.loweralpha[start="32"], .page ol.loweralpha[start="32"], .glossary-content ol.upperalpha[start="32"], .page ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.glossary-content ol.loweralpha[start="33"], .page ol.loweralpha[start="33"], .glossary-content ol.upperalpha[start="33"], .page ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.glossary-content ol.loweralpha[start="34"], .page ol.loweralpha[start="34"], .glossary-content ol.upperalpha[start="34"], .page ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.glossary-content ol.loweralpha[start="35"], .page ol.loweralpha[start="35"], .glossary-content ol.upperalpha[start="35"], .page ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.glossary-content ol.loweralpha[start="36"], .page ol.loweralpha[start="36"], .glossary-content ol.upperalpha[start="36"], .page ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.glossary-content ol.loweralpha[start="37"], .page ol.loweralpha[start="37"], .glossary-content ol.upperalpha[start="37"], .page ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.glossary-content ol.loweralpha[start="38"], .page ol.loweralpha[start="38"], .glossary-content ol.upperalpha[start="38"], .page ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.glossary-content ol.loweralpha[start="39"], .page ol.loweralpha[start="39"], .glossary-content ol.upperalpha[start="39"], .page ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.glossary-content ol.loweralpha[start="40"], .page ol.loweralpha[start="40"], .glossary-content ol.upperalpha[start="40"], .page ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.glossary-content ol.loweralpha[start="41"], .page ol.loweralpha[start="41"], .glossary-content ol.upperalpha[start="41"], .page ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.glossary-content ol.loweralpha[start="42"], .page ol.loweralpha[start="42"], .glossary-content ol.upperalpha[start="42"], .page ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.glossary-content ol.loweralpha[start="43"], .page ol.loweralpha[start="43"], .glossary-content ol.upperalpha[start="43"], .page ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.glossary-content ol.loweralpha[start="44"], .page ol.loweralpha[start="44"], .glossary-content ol.upperalpha[start="44"], .page ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.glossary-content ol.loweralpha[start="45"], .page ol.loweralpha[start="45"], .glossary-content ol.upperalpha[start="45"], .page ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.glossary-content ol.loweralpha[start="46"], .page ol.loweralpha[start="46"], .glossary-content ol.upperalpha[start="46"], .page ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.glossary-content ol.loweralpha[start="47"], .page ol.loweralpha[start="47"], .glossary-content ol.upperalpha[start="47"], .page ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.glossary-content ol.loweralpha[start="48"], .page ol.loweralpha[start="48"], .glossary-content ol.upperalpha[start="48"], .page ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.glossary-content ol.loweralpha[start="49"], .page ol.loweralpha[start="49"], .glossary-content ol.upperalpha[start="49"], .page ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.glossary-content ol.loweralpha[start="50"], .page ol.loweralpha[start="50"], .glossary-content ol.upperalpha[start="50"], .page ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.glossary-content ol.loweralpha > li, .page ol.loweralpha > li, .glossary-content ol.upperalpha > li, .page ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.glossary-content ol.loweralpha > li:before, .page ol.loweralpha > li:before, .glossary-content ol.upperalpha > li:before, .page ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.glossary-content ol.upperalpha > li:before, .page ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.glossary-content ol.arabic, .page ol.arabic {
  counter-reset: decimal;
}
.glossary-content ol.arabic > li, .page ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.glossary-content ol.arabic > li:before, .page ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.glossary-content ol.decimalnumber, .page ol.decimalnumber {
  counter-reset: dcn;
}
.glossary-content ol.decimalnumber > li, .page ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.glossary-content ol.decimalnumber > li:before, .page ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.glossary-content ol.decimalnumber > li[value]:before, .page ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.glossary-content ol.decimalnumber[start="1"] > li:not([value]):before, .page ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="2"] > li:not([value]):before, .page ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="3"] > li:not([value]):before, .page ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="4"] > li:not([value]):before, .page ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="5"] > li:not([value]):before, .page ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="6"] > li:not([value]):before, .page ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="7"] > li:not([value]):before, .page ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="8"] > li:not([value]):before, .page ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="9"] > li:not([value]):before, .page ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="10"] > li:not([value]):before, .page ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="11"] > li:not([value]):before, .page ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="12"] > li:not([value]):before, .page ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="13"] > li:not([value]):before, .page ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="14"] > li:not([value]):before, .page ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="15"] > li:not([value]):before, .page ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="16"] > li:not([value]):before, .page ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="17"] > li:not([value]):before, .page ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="18"] > li:not([value]):before, .page ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="19"] > li:not([value]):before, .page ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="20"] > li:not([value]):before, .page ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="21"] > li:not([value]):before, .page ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="22"] > li:not([value]):before, .page ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="23"] > li:not([value]):before, .page ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="24"] > li:not([value]):before, .page ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="25"] > li:not([value]):before, .page ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="26"] > li:not([value]):before, .page ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="27"] > li:not([value]):before, .page ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="28"] > li:not([value]):before, .page ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="29"] > li:not([value]):before, .page ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.decimalnumber[start="30"] > li:not([value]):before, .page ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.glossary-content ol.quotesign-outside, .page ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.glossary-content ol.quotesign-outside:before, .page ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.glossary-content ol.quotesign-outside > li:first-child:before, .page ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.glossary-content li, .page li {
  margin-bottom: 6px;
}
.glossary-content li a, .page li a {
  text-decoration: underline;
}
.glossary-content li a:hover, .page li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.glossary-content p, .page p {
  margin-bottom: 15px;
}
.glossary-content .inlinehdg1, .page .inlinehdg1,
.glossary-content .inlinehdg2,
.page .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.glossary-content .para_num1bottom, .page .para_num1bottom {
  margin-bottom: 15px;
}
.glossary-content .para_num2ctd + p, .page .para_num2ctd + p,
.glossary-content .para_num2tcd + p,
.page .para_num2tcd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3tcd + p,
.page .para_num3tcd + p {
  margin-top: 15px;
}
.glossary-content .para_num1, .page .para_num1,
.glossary-content .para_num1tcd,
.page .para_num1tcd,
.glossary-content .para_num1ctd,
.page .para_num1ctd {
  margin-left: 0;
}
.glossary-content .para_num1 + p, .page .para_num1 + p {
  margin-top: 0;
}
.glossary-content .para_num1 + h2, .page .para_num1 + h2 {
  margin-top: 26px;
}
.glossary-content .para_num2, .page .para_num2,
.glossary-content .para_num2tcd,
.page .para_num2tcd,
.glossary-content .para_num2ctd,
.page .para_num2ctd {
  margin-left: 20px;
}
.glossary-content .para_num3, .page .para_num3,
.glossary-content .para_num3tcd,
.page .para_num3tcd,
.glossary-content .para_num3ctd,
.page .para_num3ctd {
  margin-left: 40px;
}
.glossary-content .para_num4, .page .para_num4,
.glossary-content .para_num4tcd,
.page .para_num4tcd,
.glossary-content .para_num4ctd,
.page .para_num4ctd {
  margin-left: 60px;
}
.glossary-content .para_num1h, .page .para_num1h,
.glossary-content .para_num1htcd,
.page .para_num1htcd,
.glossary-content .para_num1hctd,
.page .para_num1hctd {
  margin-left: 20px;
}
.glossary-content .para_num2h, .page .para_num2h,
.glossary-content .para_num2htcd,
.page .para_num2htcd,
.glossary-content .para_num2hctd,
.page .para_num2hctd {
  margin-left: 40px;
}
.glossary-content .para_num3h, .page .para_num3h,
.glossary-content .para_num3htcd,
.page .para_num3htcd,
.glossary-content .para_num3hctd,
.page .para_num3hctd {
  margin-left: 60px;
}
.glossary-content .para_num4h, .page .para_num4h,
.glossary-content .para_num4htcd,
.page .para_num4htcd,
.glossary-content .para_num4hctd,
.page .para_num4hctd {
  margin-left: 80px;
}
.glossary-content .para_inline_italic, .page .para_inline_italic {
  margin-bottom: 15px;
}
.glossary-content .paranum1, .page .paranum1 {
  margin: 10px 0 0 0;
}
.glossary-content .paranum1:first-child, .page .paranum1:first-child {
  margin: 0 0 0 20px;
}
.glossary-content .paranum1ctd, .page .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/*=============================================
=            BASE STYLE            =
=============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #797979;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

html,
body {
  max-width: 100%;
}

.outer-wrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.outer-wrapper .wrapper {
  position: relative;
  width: 100%;
}
.outer-wrapper .wrapper:before, .outer-wrapper .wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.outer-wrapper .wrapper:after {
  clear: both;
}

a {
  color: #031f73;
  text-decoration: none;
}
a.autodeftextDisabled {
  color: #555555 !important;
  text-decoration: none !important;
}
a.pdf {
  display: inline-block;
  padding-left: 24px;
  background: url("/img/icons/icon_pdf_16.png") top left no-repeat;
  background-position: 0 3px;
}
a.external {
  position: relative;
  padding-right: 22px;
}
a.external:after {
  position: absolute;
  right: 3px;
  font-family: "FontAwesome";
  content: " \f08e";
  color: #797979;
}

strong,
.strong {
  font-weight: 700;
}

em,
.em {
  font-style: italic;
}
em.Normal,
.em.Normal {
  font-style: normal;
}

u {
  text-decoration: underline;
}

img {
  display: inline-block;
  vertical-align: top;
}

h1,
h2 {
  font-weight: 700;
  color: #0b0c0c;
}
h1 a,
h2 a {
  color: #0b0c0c;
}
h1 a:hover,
h2 a:hover {
  text-decoration: underline;
}

.Notes h2 {
  font-size: 19px;
  text-transform: uppercase;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #797979;
}

input[type=text],
input[type=email],
input[type=date],
input[type=password],
textarea,
select {
  box-sizing: border-box;
  border: 1px solid #919191;
  min-width: 100px;
  max-width: 100%;
  height: 30px;
  text-indent: 5px;
}

table {
  margin-bottom: 20px;
}

hr {
  border-top: 1px dotted #0b0c0c;
}

.error, .error-messages {
  color: #e74c3c;
}

input[type=text].error {
  border-color: #e74c3c;
  border-right: 1px solid #e74c3c;
}

.page {
  /* Lists: alphabetical, numeric, arabic */
}
.page .col_cx h1 {
  position: relative;
  margin-bottom: 14px;
  box-sizing: border-box;
}
.page .col_cx h2 {
  margin-bottom: 6px;
  padding-top: 12px;
}
.page .col_cx h3 {
  margin-bottom: 6px;
}
.page .col_cx a {
  color: #8b1c40;
  text-decoration: underline;
}
.page .col_cx a:visited {
  color: #8b2342;
}
.page .col_cx hr {
  margin-bottom: 20px;
}
.page .col_cx img {
  margin-bottom: 12px;
  padding: 5px;
}
.page .col_cx img.border {
  border: 1px solid #919191;
}
.page .col_cx article img {
  max-width: 100%;
}

sup {
  font-size: 0.6em;
  display: inline-block;
  transform: translateY(-8px);
  padding-left: 1px;
}

sub {
  vertical-align: sub;
  font-size: 0.6em;
}

.mega-search {
  width: 500px;
  height: 38px;
  margin-right: 20px;
}

.mega-search-description {
  width: 502px;
}
.mega-search-description a {
  float: right;
}

.content .btn.primary, .content .btn.tertiary, .content .btn.secondary,
.header .btn.primary,
.header .btn.tertiary,
.header .btn.secondary,
.main-menu .btn.primary,
.main-menu .btn.tertiary,
.main-menu .btn.secondary,
.footer .btn.primary,
.footer .btn.tertiary,
.footer .btn.secondary,
.page-feedback .btn.primary,
.page-feedback .btn.tertiary,
.page-feedback .btn.secondary,
.ui-dialog .btn.primary,
.ui-dialog .btn.tertiary,
.ui-dialog .btn.secondary {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  color: #fff;
  background: #8b1c40;
  border: 1px solid #8b1c40;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
.content .btn.primary:hover, .content .btn.tertiary:hover, .content .btn.secondary:hover,
.header .btn.primary:hover,
.header .btn.tertiary:hover,
.header .btn.secondary:hover,
.main-menu .btn.primary:hover,
.main-menu .btn.tertiary:hover,
.main-menu .btn.secondary:hover,
.footer .btn.primary:hover,
.footer .btn.tertiary:hover,
.footer .btn.secondary:hover,
.page-feedback .btn.primary:hover,
.page-feedback .btn.tertiary:hover,
.page-feedback .btn.secondary:hover,
.ui-dialog .btn.primary:hover,
.ui-dialog .btn.tertiary:hover,
.ui-dialog .btn.secondary:hover {
  color: #797979;
  background: #fff;
  text-decoration: none;
  border: 1px solid #8b1c40;
}
.content .btn.primary:focus, .content .btn.tertiary:focus, .content .btn.secondary:focus,
.header .btn.primary:focus,
.header .btn.tertiary:focus,
.header .btn.secondary:focus,
.main-menu .btn.primary:focus,
.main-menu .btn.tertiary:focus,
.main-menu .btn.secondary:focus,
.footer .btn.primary:focus,
.footer .btn.tertiary:focus,
.footer .btn.secondary:focus,
.page-feedback .btn.primary:focus,
.page-feedback .btn.tertiary:focus,
.page-feedback .btn.secondary:focus,
.ui-dialog .btn.primary:focus,
.ui-dialog .btn.tertiary:focus,
.ui-dialog .btn.secondary:focus {
  color: #797979;
  text-decoration: none;
  border: 1px solid #8b1c40;
}
.content .btn.secondary,
.header .btn.secondary,
.main-menu .btn.secondary,
.footer .btn.secondary,
.page-feedback .btn.secondary,
.ui-dialog .btn.secondary {
  color: #fff;
  background: #8b1c40;
  border: 1px solid #8b1c40;
}
.content .btn.secondary a,
.header .btn.secondary a,
.main-menu .btn.secondary a,
.footer .btn.secondary a,
.page-feedback .btn.secondary a,
.ui-dialog .btn.secondary a {
  color: #fff;
}
.content .btn.secondary:hover,
.header .btn.secondary:hover,
.main-menu .btn.secondary:hover,
.footer .btn.secondary:hover,
.page-feedback .btn.secondary:hover,
.ui-dialog .btn.secondary:hover {
  color: #8b1c40;
  background: #fff;
  border: 1px solid #8b1c40;
}
.content .btn.secondary:focus,
.header .btn.secondary:focus,
.main-menu .btn.secondary:focus,
.footer .btn.secondary:focus,
.page-feedback .btn.secondary:focus,
.ui-dialog .btn.secondary:focus {
  color: #8b1c40;
  background: #fff;
  border: 1px solid #8b1c40;
}
.content .btn.tertiary,
.header .btn.tertiary,
.main-menu .btn.tertiary,
.footer .btn.tertiary,
.page-feedback .btn.tertiary,
.ui-dialog .btn.tertiary {
  color: #797979;
  background: #fff;
  border: 1px solid #797979;
}
.content .btn.tertiary:hover,
.header .btn.tertiary:hover,
.main-menu .btn.tertiary:hover,
.footer .btn.tertiary:hover,
.page-feedback .btn.tertiary:hover,
.ui-dialog .btn.tertiary:hover {
  background: #919191;
}

.hidden {
  display: none !important;
}

ins {
  text-decoration: none;
}

.exclamation-text {
  margin-top: 30px;
  position: relative;
  line-height: 40px;
  padding-left: 40px;
  height: 40px;
}
.exclamation-text > span {
  font-size: 40px;
  position: absolute;
  left: 0px;
}
.exclamation-text > p {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-bottom: unset !important;
}

/* Components */
.page .breadcrumbs .wrapper > div {
  line-height: 26px;
  margin: -10px 0px 30px 0;
  padding: 10px 0px;
  font-size: 13px;
  border-bottom: 1px dotted #ebebeb;
}
.page .breadcrumbs .wrapper > div:before, .page .breadcrumbs .wrapper > div:after {
  display: table;
  content: "";
  line-height: 0;
}
.page .breadcrumbs .wrapper > div:after {
  clear: both;
}
.page .breadcrumbs .wrapper > div ul {
  list-style: none;
  list-style-type: " > ";
  margin-left: 0px;
  min-height: 40px;
  display: unset;
}
.page .breadcrumbs .wrapper > div li {
  margin-right: 10px;
  color: #031f73;
  float: left;
  margin-left: 10px;
}
.page .breadcrumbs .wrapper > div li:first-child {
  list-style: none;
  margin-left: 0px;
}
.page .breadcrumbs .wrapper > div li:first-child:before {
  content: " ";
  margin: 0;
}
.page .breadcrumbs .wrapper > div li:last-child a {
  color: #031f73;
}
.page .breadcrumbs .wrapper > div li:last-child a:hover {
  text-decoration: none;
  cursor: default;
}
.page .breadcrumbs .wrapper > div a {
  color: #031f73;
  cursor: pointer;
}
.page .breadcrumbs .wrapper > div a:hover {
  text-decoration: underline;
}

.cookie-law {
  background: #f7f7f7;
  display: none;
}
.cookie-law .box {
  margin: 0 auto;
  padding: 10px 0;
  width: 1000px;
}
.cookie-law p {
  display: block;
  text-align: center;
}
.cookie-law a {
  font-weight: 700;
}
.cookie-law span {
  cursor: pointer;
  float: right;
  margin: -35px 30px 0 0;
  font-size: 20px;
  color: #8b2342;
}
.cookie-law span span {
  display: none;
}

/* ---------- Form ---------- */
form label {
  display: inline-block;
}
form input[type=text]::-moz-placeholder {
  color: #ccc;
}
form input[type=text]::placeholder {
  color: #ccc;
}

/*
***********************
* Glossary  *
***********************
*/
.loading-gif-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  z-index: 99;
}
.loading-gif.gif {
  background: url("/img/icons/ajax-loader-large.gif");
  height: 48px;
  width: 48px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  font-size: 40px;
  z-index: 100;
}

.glossary-term-content.ux-improvement {
  width: 600px;
  max-width: calc(100% - 30px);
  height: 550px;
  max-height: calc(100vh - 50px);
  position: fixed;
  left: 15px;
  top: 30px;
  border: 1px solid;
  background: #fff;
  padding: 0 15px 15px 15px;
  overflow: hidden;
  z-index: 200;
}
.glossary-term-content.ux-improvement .glossary-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #333;
  cursor: move;
  padding: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.glossary-term-content.ux-improvement .glossary-header h3 {
  max-width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  color: #fff;
  padding-right: 10px;
  overflow: hidden;
  width: 400px;
  white-space: nowrap;
  margin: 0 0 0 10px;
}
.glossary-term-content.ux-improvement .glossary-header button {
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  background: #333;
  cursor: pointer;
  background: #333;
}
.glossary-term-content.ux-improvement .glossary-header button:hover {
  background: #1a1a1a;
  text-decoration: underline;
}
.glossary-term-content.ux-improvement .glossary-header .navigation-box {
  display: none;
  margin: 0;
}
.glossary-term-content.ux-improvement .glossary-header .navigation-box .navigate {
  display: none;
}
.glossary-term-content.ux-improvement .glossary-header .navigation-box .navigate.disabled {
  opacity: 0.5;
  cursor: default;
}
.glossary-term-content.ux-improvement .glossary-header .navigation-box .navigate.disabled:hover {
  background: none;
}
.glossary-term-content.ux-improvement .glossary-header .navigation-box .navigate.disabled:focus {
  outline: none;
}
.glossary-term-content.ux-improvement .glossary-header .navigation-control-box {
  margin: 0 0 0 10px;
}
.glossary-term-content .item {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #333;
  border-left-width: 6px;
}
.glossary-content {
  height: 400px;
  padding: 10px;
  overflow-y: auto;
  margin: 0;
}
.glossary-content a {
  color: #c11;
  font-weight: 400;
  text-decoration: underline;
}
.glossary-content a:hover {
  text-decoration: underline;
}

.error-dialog .term-name {
  text-transform: capitalize;
}

/*=============================================
  =            FCA Glossary            =
  =============================================*/
.glossary-term-content.ux-improvement .glossary-tree {
  width: calc(100% - 30px);
  height: 100%;
  margin-bottom: 10px;
  border: 1px solid #333;
  overflow: auto;
  z-index: -1;
}
.glossary-term-content.ux-improvement .glossary-header button {
  display: none;
}
.glossary-term-content.ux-improvement .glossary-header button:last-child {
  display: block;
}
.glossary-content {
  position: relative;
  width: 100%;
  height: calc(100% - 85px);
  margin: 0px;
  border: 1px solid #333;
  overflow: auto;
  z-index: -1;
  padding: 10px;
  /* Lists: alphabetical, numeric, arabic */
}
.glossary-content.related-provisions {
  top: 44px;
  height: 474px;
}
.glossary-tabs {
  position: relative;
  width: 100%;
  height: 41px;
  margin: 15px 0 0 0;
}
.glossary-tabs ul {
  overflow: auto;
}
.glossary-tabs ul.dialogTabs {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 30px;
  z-index: 1;
}
.glossary-tabs ul.dialogTabs > li {
  float: left;
  padding: 0;
  background-color: #aaa;
  border: 1px solid #aaa;
  border-bottom: none;
  margin-right: 15px;
  height: 41px;
}
.glossary-tabs ul.dialogTabs > li:last-child {
  margin-right: 0px;
  display: none;
}
.glossary-tabs ul.dialogTabs > li:hover, .glossary-tabs ul.dialogTabs > li.selected {
  border-color: #333;
  background-color: #fff;
  height: 42px;
}
.glossary-tabs ul.dialogTabs > li:hover a, .glossary-tabs ul.dialogTabs > li.selected a {
  text-decoration: none;
}
.glossary-tabs ul.dialogTabs > li a {
  padding: 8px 15px;
  display: block;
  text-decoration: underline;
}

.loading-gif-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  opacity: 0.7;
  z-index: 302;
}
.loading-gif.gif {
  background: url("/img/icons/ajax-loader-large.gif");
  height: 48px;
  width: 48px;
  position: fixed;
  left: 50%;
  top: 45%;
  font-size: 40px;
  z-index: 303;
}
.loading-gif.gif.centre-within-parent {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
}

.main-menu {
  width: 100%;
  min-height: 40px;
  margin-bottom: 30px;
}
.main-menu .navigation-search-form {
  height: 50px;
  line-height: 50px;
}
.main-menu .navigation-search-form form {
  float: right;
}
.main-menu .navigation-search-form form label,
.main-menu .navigation-search-form form input {
  margin-left: 10px;
}
.main-menu .navigation-search-form form label {
  color: #fff;
}
.main-menu .navigation-search-form form .btn {
  height: 30px;
  line-height: 28px;
}
.main-menu .navigation-search-form form .search-term {
  height: 28px;
  line-height: 26px;
}
.main-menu ul.menu {
  float: left;
  width: 80%;
  margin-left: -12px;
}
.main-menu ul.menu > li {
  position: relative;
  float: left;
  line-height: 38px;
  box-sizing: border-box;
}
.main-menu ul.menu > li > a {
  display: block;
  padding: 0 8px;
  color: #fff;
  height: 41px;
}
.main-menu ul.menu > li > a:focus {
  color: #8b1c40;
}
.main-menu ul.menu > li.top-menu-wide {
  height: 41px;
}
.main-menu ul.menu > li.top-menu-wide ul {
  position: absolute;
  top: 41px;
  border-left: 1px solid #8b1c40;
  border-right: 1px solid #8b1c40;
  border-top: 1px solid #8b1c40;
}
.main-menu ul.menu > li.top-menu-wide ul li a {
  position: relative;
  display: block;
  height: 40px;
  padding: 0 45px 0 20px;
  border: 1px solid #fff;
  color: #8b1c40;
  white-space: nowrap;
  box-sizing: border-box;
}
.main-menu ul.menu > li.top-menu-wide ul li a:focus {
  color: #fff;
  background: #8b1c40;
}
.main-menu ul.menu > li.top-menu-wide ul li:hover > a {
  color: #fff;
  background: #8b1c40;
}
.main-menu ul.menu > li.top-menu-narrow ul {
  position: relative;
}
.main-menu ul.menu > li.active > a, .main-menu ul.menu > li:hover > a {
  color: #8b1c40;
}
.main-menu ul.menu > li.expand > a:after {
  position: absolute;
  top: -2px;
  right: 12px;
  font-family: "FontAwesome";
  font-size: 16px;
  content: " \f0dd";
}
.main-menu ul.menu > li ul {
  background: #fff;
  z-index: 20000;
}
.main-menu ul.menu > li ul:before, .main-menu ul.menu > li ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-menu ul.menu > li ul:after {
  clear: both;
}
.main-menu ul.menu > li ul li {
  position: relative;
  height: 41px;
  line-height: 41px;
  border-bottom: 1px solid #0b0c0c;
  box-sizing: border-box;
  width: 100%;
}
.main-menu ul.menu > li ul li ul {
  top: -1px;
  left: 100%;
  border-top: 1px solid #0b0c0c;
}
.main-menu ul.menu > li ul li:hover > ul {
  display: block;
}
.main-menu .wrapper > ul > li.top-menu-wide ul {
  display: block !important;
}
.main-menu .wrapper > ul > li ul {
  display: none;
  z-index: 100;
}

@media (max-width: 879px) {
  .outer-wrapper {
    padding: 0;
  }
  .main-menu .wrapper > ul.menu {
    display: none;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(#f5f5f5, #ececec);
    border: 1px solid #d6d6d6;
  }
  .main-menu .wrapper > ul.menu > li {
    float: left;
    position: relative;
    display: block;
    width: 100%;
  }
  .main-menu .wrapper > ul.menu > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 8px 0px 8px 15px;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
    box-sizing: content-box;
  }
  .main-menu .wrapper > ul.menu > li > ul > li {
    border-bottom: 1px solid #f5f5f5;
  }
  .main-menu .wrapper > ul.menu > li > ul > li > a {
    font-weight: bold;
    padding-left: 10px;
  }
  .main-menu .wrapper button.showHideTopMenu {
    color: #8b1c40;
    padding: 2px 15px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
  }
}
@media (min-width: 880px) {
  .main-menu ul.menu > li {
    min-height: 40px;
  }
  .main-menu ul.menu > li:focus-within, .main-menu ul.menu > li:hover {
    background: #fff;
  }
  .main-menu ul.menu > li:active {
    border-bottom: 1px solid #8b1c40;
    min-height: 40px;
  }
  .main-menu ul.menu > li.top-menu-wide {
    background: #fff;
  }
  .main-menu ul.menu > li.top-menu-wide a {
    color: #8b1c40;
    border-left: 1px solid #8b1c40;
    border-right: 1px solid #8b1c40;
    border-bottom: 1px solid #8b1c40;
  }
  .main-menu ul.menu > li a {
    min-height: 40px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .main-menu .wrapper button.showHideTopMenu {
    display: none;
  }
}
@media (min-width: 991px) {
  .main-menu .wrapper ul.menu > li > a {
    padding: 0 27px 0 8px;
  }
  .main-menu .wrapper ul.menu > li:first-child > a {
    padding: 0 12px 0 8px;
  }
}
@media (max-width: 990px) {
  .main-menu .wrapper ul.menu > li > a {
    padding: 0 25px 0 4px;
  }
  .main-menu .wrapper ul.menu > li:first-child > a {
    padding: 0 8px 0 4px;
  }
}
#registerLoginButton {
  margin-left: 6px;
}

.header .outer-wrapper {
  padding-top: 15px;
  padding-bottom: 20px;
}
.header .outer-wrapper .logo {
  float: left;
  margin: 10px 0 0;
}
.header .outer-wrapper .user {
  float: right;
  width: 50%;
  text-align: right;
}
.header .outer-wrapper .user .quick-links {
  margin-top: 8px;
}
.header .outer-wrapper .user .quick-links:before, .header .outer-wrapper .user .quick-links:after {
  display: table;
  content: "";
  line-height: 0;
}
.header .outer-wrapper .user .quick-links:after {
  clear: both;
}
.header .outer-wrapper .user .quick-links ul {
  float: right;
}
.header .outer-wrapper .user .quick-links ul li {
  float: left;
}
.header .outer-wrapper .user .quick-links ul li:first-child a {
  border-left: 0;
}
.header .outer-wrapper .user .quick-links ul li a {
  border-left: 1px solid #8b1c40;
  padding-right: 5px;
  padding-left: 5px;
}
.header .outer-wrapper .user .user-menu {
  position: absolute;
  right: 0;
  bottom: -5px;
  display: flex;
  flex-direction: row;
}
.header .outer-wrapper .user .user-menu ul {
  float: right;
}
.header .outer-wrapper .user .user-menu ul:before, .header .outer-wrapper .user .user-menu ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.header .outer-wrapper .user .user-menu ul:after {
  clear: both;
}
.header .outer-wrapper .user .user-menu ul li {
  float: left;
  height: 40px;
  line-height: 38px;
  margin-left: 1px;
  overflow: hidden;
}
.header .outer-wrapper .user .user-menu ul li:first-child {
  margin-left: 0;
}
.header .outer-wrapper .user .user-menu ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.header .outer-wrapper .user .user-menu ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header .outer-wrapper .user .user-menu ul li a {
  display: block;
  padding: 0 14px;
  color: #fff;
  border: 1px solid #8b1c40;
  background: #8b1c40;
  box-sizing: border-box;
}
.header .outer-wrapper .user .user-menu ul li a:hover {
  background: #fff;
  color: #8b1c40;
  border-color: #8b1c40;
}
.header .outer-wrapper .user .user-menu ul li a:focus {
  background: #fff;
  color: #8b1c40;
  border-color: #8b1c40;
}
.header .outer-wrapper .user .user-menu ul li a.btn {
  margin: 0 2px;
}
.header .outer-wrapper .user .user-menu ul li a.btn:last-child {
  margin: 0 0 0 2px;
}
.header .outer-wrapper .user .user-menu-links {
  padding: 8px 15px;
}
.header .outer-wrapper .user .user-menu-search {
  width: 100%;
}
@media (min-width: 1020px) {
  .header .outer-wrapper .user .user-menu-search {
    width: 250px;
  }
}
.header.notlogged .outer-wrapper .user p {
  font-size: 16px;
  font-weight: 700;
  color: #8b1c40;
  margin-bottom: 33px;
}
.header.logged .outer-wrapper .user:before, .header.logged .outer-wrapper .user:after {
  display: table;
  content: "";
  line-height: 0;
}
.header.logged .outer-wrapper .user:after {
  clear: both;
}
.header.logged .outer-wrapper .user p {
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  margin: 16px 0 0;
  overflow: hidden;
}
.header.logged .outer-wrapper .user .user-basket ul {
  line-height: 25px;
  margin: 2px 0 0 0;
  border: 1px solid #919191;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.header.logged .outer-wrapper .user .user-basket ul:before, .header.logged .outer-wrapper .user .user-basket ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.header.logged .outer-wrapper .user .user-basket ul:after {
  clear: both;
}
.header.logged .outer-wrapper .user .user-basket ul li {
  float: left;
}
.header.logged .outer-wrapper .user .user-basket ul li:first-child {
  border-right: 1px solid #919191;
}
.header.logged .outer-wrapper .user .user-basket ul li a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
}
.header.logged .outer-wrapper .user .user-basket ul li a:before {
  position: relative;
  content: " \f07a";
  font-family: "FontAwesome";
  font-size: 20px;
  top: 1px;
}
.header.logged .outer-wrapper .user .user-basket ul li a span {
  display: inline-block;
  margin: 0 8px 0;
  padding: 0 7px;
  border: 1px solid #919191;
  border-radius: 3px;
}
.header.logged .outer-wrapper .user .user-basket ul li a:hover, .header.logged .outer-wrapper .user .user-basket ul li a.active {
  color: #fff;
  background: #8b1c40;
}
.header.logged .outer-wrapper .user .user-basket ul li a:hover span, .header.logged .outer-wrapper .user .user-basket ul li a.active span {
  color: #8b1c40;
  border-color: #fff;
  background: #fff;
}

.banner:before, .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner:after {
  clear: both;
}
.banner .cycle-slideshow,
.banner .cycle-slider {
  position: relative;
  height: 300px;
  background: #eee;
  border: 1px solid #8b1c40;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.banner .cycle-slideshow .cycle-prev, .banner .cycle-slideshow .cycle-next,
.banner .cycle-slider .cycle-prev,
.banner .cycle-slider .cycle-next {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  color: #8b1c40;
  z-index: 200;
  cursor: pointer;
}
.banner .cycle-slideshow .cycle-prev:before, .banner .cycle-slideshow .cycle-next:before,
.banner .cycle-slider .cycle-prev:before,
.banner .cycle-slider .cycle-next:before {
  content: " \f100";
  font-family: "FontAwesome";
  font-size: 70px;
  font-weight: 700;
}
.banner .cycle-slideshow .cycle-next,
.banner .cycle-slider .cycle-next {
  left: auto;
  right: 20px;
  text-align: right;
}
.banner .cycle-slideshow .cycle-next:before,
.banner .cycle-slider .cycle-next:before {
  content: " \f101";
}
.banner .cycle-slideshow .cycle-pager,
.banner .cycle-slider .cycle-pager {
  position: absolute;
  left: 750px;
  bottom: 25px;
  z-index: 100;
}
.banner .cycle-slideshow .cycle-pager span,
.banner .cycle-slider .cycle-pager span {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 1px solid #0b0c0c;
  background: #fff;
  text-indent: -99999px;
  cursor: pointer;
}
.banner .cycle-slideshow .cycle-pager span.cycle-pager-active,
.banner .cycle-slider .cycle-pager span.cycle-pager-active {
  background: #0b0c0c;
}
.banner .cycle-slideshow .slide,
.banner .cycle-slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .cycle-slideshow .slide > a,
.banner .cycle-slider .slide > a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .cycle-slideshow .slide .message,
.banner .cycle-slider .slide .message {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 650px;
  height: auto;
  padding: 10px 20px;
  border: 1px solid #0b0c0c;
  border-bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.banner .cycle-slideshow .slide .message h1,
.banner .cycle-slider .slide .message h1 {
  font-size: 24px;
  line-height: 1.5em;
}
.banner .cycle-slideshow .slide .message p,
.banner .cycle-slider .slide .message p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5em;
}
.banner .cycle-slideshow .slide .message p a,
.banner .cycle-slider .slide .message p a {
  font-weight: 700;
}
.banner .cycle-slideshow .slide .message p a:hover,
.banner .cycle-slider .slide .message p a:hover {
  text-decoration: underline;
}
.banner .cycle-slideshow .slide img,
.banner .cycle-slider .slide img {
  width: 100%;
  height: 100%;
}

.wrapper {
  position: relative;
}

.loginBox {
  background: #fff;
  border: 1px solid #8b1c40;
  border-radius: 3px;
  display: none;
  right: 0;
  padding: 10px;
  position: absolute;
  top: 98px;
  width: 45%;
  z-index: 210;
}
.loginBox .closeBox {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: -5px 0 7px;
  text-align: right;
  width: 100%;
}
.loginBox .closeBox:hover {
  color: #8b1c40;
}
.loginBox form .fieldWrapper {
  margin: 0 0 5px;
  width: 100%;
  border: 1px solid transparent;
}
.loginBox form .fieldWrapper:before, .loginBox form .fieldWrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.loginBox form .fieldWrapper:after {
  clear: both;
}
.loginBox form .fieldWrapper label,
.loginBox form .fieldWrapper input {
  float: left;
}
.loginBox form .fieldWrapper label {
  display: inline-block;
  line-height: 28px;
  text-align: left;
  width: 16%;
}
.loginBox form .fieldWrapper label.error {
  width: 100%;
  color: #e74c3c;
}
.loginBox form .fieldWrapper input {
  margin: 0 0 0 5px;
  width: 82%;
}
.loginBox form .fieldWrapper input.error {
  border-color: #e74c3c;
  outline: none;
}
.loginBox form .rememberBox {
  float: left;
  margin: 5px 0 0 77px;
  text-align: left;
  width: 40%;
}
.loginBox form .signOrRegister {
  float: right;
  margin: 10px 0 0;
  width: 40%;
}
.loginBox form .signOrRegister button,
.loginBox form .signOrRegister a {
  float: right;
}
.loginBox form .signOrRegister a {
  display: inline-block;
  margin: 10px 0 0;
}

/**
* Main content
**/
.content {
  padding: 20px 0 20px;
  /**
     * Homepage template
     **/
  /**
  * Other pages template
  **/
  /**
  *** Login
  **/
}
.content:before, .content:after {
  display: table;
  content: "";
  line-height: 0;
}
.content:after {
  clear: both;
}
.content .files-list li {
  line-height: 30px;
}
.content .files-list li a {
  color: #8b1c40;
}
.content .files-list li.pdf {
  padding-left: 24px;
  background: url("/img/icons/icon_pdf_16.png") 0 7px no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .files-list li p {
  margin-bottom: 0;
}
.content .more-resources .files-list li {
  line-height: inherit;
}
.content .more-resources .files-list li.pdf {
  background-position: 0 3px;
}
.content.plain-bg {
  background: #fff;
}
.content .page {
  /**
               * Site Wide
               **/
}
.content .page a.btn.disabled {
  opacity: 0.5;
}
.content .page .content-navigation {
  padding: 15px 0;
  margin-bottom: 0;
  margin-left: 0;
}
.content .page .content-navigation .btn {
  height: 30px;
  line-height: 28px;
}
.content .page .content-navigation .back .fa {
  margin-right: 10px;
}
.content .page .content-navigation .previous {
  margin-right: 10px;
}
.content .page .content-navigation .previous .fa {
  margin-right: 10px;
}
.content .page .content-navigation .previous-next {
  float: right;
  margin-right: 20px;
}
.content .page .content-navigation .previous-next .next {
  float: right;
  position: static;
}
.content .page .content-navigation .previous-next .next .fa {
  float: right;
  line-height: 28px;
  padding-left: 10px;
}
.content .page .content-navigation .previous-next .previous {
  position: static;
}
.content .page .content-navigation .disabled {
  background: #919191;
  border-color: #919191;
}
.content .page .content-navigation .disabled:hover {
  color: #fff;
  cursor: default;
}
.content .page .content-navigation .fa {
  font-size: 18px;
  vertical-align: middle;
}
.content .page .tabs {
  margin: 0;
  width: 100%;
  border-bottom: 4px solid #8b1c40;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.content .page .tabs .primary-tabs {
  margin-left: 20px;
}
.content .page .tabs ul,
.content .page .tabs > div {
  list-style: none;
  margin: 0;
  height: 36px;
  float: left;
}
.content .page .tabs ul:before, .content .page .tabs ul:after,
.content .page .tabs > div:before,
.content .page .tabs > div:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .tabs ul:after,
.content .page .tabs > div:after {
  clear: both;
}
.content .page .tabs ul li,
.content .page .tabs > div li {
  float: left;
  margin: 0 12px 0 0;
}
.content .page .tabs ul li a,
.content .page .tabs ul li button,
.content .page .tabs > div li a,
.content .page .tabs > div li button {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 13px;
  border: 1px solid #8b1c40;
  border-bottom: 0;
  font-size: 13px;
  color: #8b1c40;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
}
.content .page .tabs ul li a.cart,
.content .page .tabs ul li button.cart,
.content .page .tabs > div li a.cart,
.content .page .tabs > div li button.cart {
  padding-left: 38px;
}
.content .page .tabs ul li a.cart:before,
.content .page .tabs ul li button.cart:before,
.content .page .tabs > div li a.cart:before,
.content .page .tabs > div li button.cart:before {
  position: absolute;
  content: " \f07a";
  top: 0;
  left: 10px;
  font-family: "FontAwesome";
  font-size: 22px;
}
.content .page .tabs ul li.unavailable a,
.content .page .tabs ul li.unavailable a:hover,
.content .page .tabs > div li.unavailable a,
.content .page .tabs > div li.unavailable a:hover {
  background: none;
  border: solid 1px #919191;
  border-bottom: 0;
  color: #919191;
  cursor: default;
}
.content .page .tabs ul li.active a, .content .page .tabs ul li:hover a,
.content .page .tabs > div li.active a,
.content .page .tabs > div li:hover a {
  color: #fff;
  background: #8b1c40;
  border-color: #8b1c40;
  text-decoration: none;
}
.content .page .tabs ul.right,
.content .page .tabs > div.right {
  float: right;
}
.content .page .tabs ul.right li,
.content .page .tabs > div.right li {
  margin: 0 0 0 10px;
}
.content .page .tabs ul.right li a,
.content .page .tabs ul.right li button,
.content .page .tabs > div.right li a,
.content .page .tabs > div.right li button {
  padding: 0 12px;
}
.content .page .tabs ul.right li a.fa,
.content .page .tabs ul.right li button.fa,
.content .page .tabs > div.right li a.fa,
.content .page .tabs > div.right li button.fa {
  font-size: 18px;
}
.content .page .tabs ul.right li a.favourited,
.content .page .tabs ul.right li button.favourited,
.content .page .tabs > div.right li a.favourited,
.content .page .tabs > div.right li button.favourited {
  color: #fff;
  background: #8b1c40;
  border-color: #8b1c40;
}
.content .page .tabs ul.right li a.favourite-control:hover,
.content .page .tabs ul.right li button.favourite-control:hover,
.content .page .tabs > div.right li a.favourite-control:hover,
.content .page .tabs > div.right li button.favourite-control:hover {
  color: #fff;
  background: #797979;
  border-color: #797979;
}
.content .page .orders-table {
  margin-bottom: 14px;
  padding: 0 0 0 20px;
}
.content .page .orders-table input[type=text] {
  width: 100%;
}
.content .page .orders-table table {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
}
.content .page .orders-table thead tr th {
  border-right: 1px solid #797979;
  padding: 0 10px;
  font-weight: bold;
}
.content .page .orders-table thead tr th:last-child {
  border-right: 0;
}
.content .page .orders-table tbody tr td {
  padding: 10px;
  border: 1px solid #797979;
  border-left: 0;
}
.content .page .orders-table tbody tr td .order-status select {
  width: 100%;
  margin-bottom: 10px;
}
.content .page .orders-table tbody tr td .counter {
  text-align: center;
  margin-top: 5px;
  border-radius: 5px;
}
.content .page .orders-table tbody tr td .counter .fa {
  font-size: 24px;
  color: #8b1c40;
  margin-right: 10px;
}
.content .page .orders-table tbody tr td .counter .fa:after {
  content: "+";
  float: left;
}
.content .page .orders-table tbody tr td .counter .fa:hover {
  color: #8b1c40;
  cursor: pointer;
}
.content .page .orders-table tbody tr td .counter .value {
  float: left;
  width: 27px;
  border: 1px solid #919191;
  border-radius: 5px;
  margin: 0 0 0 10px;
}
.content .page .orders-table tbody tr td .counter .limit {
  display: inline;
  color: #000;
}
.content .page .orders-table tbody tr td .btn {
  width: 100%;
  text-align: center;
}
.content .page .orders-table tbody tr td:first-child {
  border-left: 1px solid #8b1c40;
  border-radius: 5px 0 0 5px;
}
.content .page .orders-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
.content .page .orders-table tbody tr.multiple-order td {
  padding: 0;
}
.content .page .orders-table tbody tr.multiple-order td > div {
  border-top: 1px solid #8b1c40;
  padding: 10px;
}
.content .page .orders-table tbody tr.multiple-order td > div:first-child {
  border-top: 0;
}
.content .page .orders-table tbody .spacer {
  height: 10px;
}
.content .page .orders-table tbody .spacer td {
  border: none;
}
.content .page .orders-table tbody .spacer td:first-child {
  border: none;
}
.content .page .orders-table tbody .spacer td:last-child {
  border: none;
}
.content .page .order-details .checkbox-container {
  margin-bottom: 10px;
}
.content .page .order-details .header {
  margin-bottom: 14px;
}
.content .page .order-details .header h1 {
  float: left;
  margin-right: 20px;
}
.content .page .order-details .header p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.content .page .order-details .header .field {
  width: 200px;
  display: inline-block;
}
.content .page .order-details .address-details {
  overflow: hidden;
  border-top: 1px solid #797979;
  margin-bottom: 4px;
}
.content .page .order-details .address-details .delivery-address,
.content .page .order-details .address-details .invoice-address {
  width: calc(calc(($containerWidth / $totalColumns) * $numberOfColumns) - 20);
  margin-right: "20px";
  float: left;
}
.content .page .order-details .address-details .delivery-address > div,
.content .page .order-details .address-details .invoice-address > div {
  margin-bottom: 10px;
}
.content .page .order-details .address-details .delivery-address > div:before, .content .page .order-details .address-details .delivery-address > div:after,
.content .page .order-details .address-details .invoice-address > div:before,
.content .page .order-details .address-details .invoice-address > div:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .order-details .address-details .delivery-address > div:after,
.content .page .order-details .address-details .invoice-address > div:after {
  clear: both;
}
.content .page .order-details .address-details .delivery-address > div .non-table-label,
.content .page .order-details .address-details .invoice-address > div .non-table-label {
  width: 180px;
  display: inline-block;
  float: left;
}
.content .page .order-details .address-details .delivery-address > div p,
.content .page .order-details .address-details .invoice-address > div p {
  float: left;
  margin-bottom: 0;
  width: 180px;
  word-wrap: break-word;
}
.content .page .order-details .address-details .delivery-address h2,
.content .page .order-details .address-details .invoice-address h2 {
  color: #8b1c40;
  font-size: 18px;
}
.content .page .order-details .address-details .delivery-address table,
.content .page .order-details .address-details .invoice-address table {
  width: 100%;
  margin-bottom: 10px;
}
.content .page .order-details .address-details .delivery-address table td,
.content .page .order-details .address-details .delivery-address table th,
.content .page .order-details .address-details .invoice-address table td,
.content .page .order-details .address-details .invoice-address table th {
  padding: 5px 10px 5px 0;
}
.content .page .order-details .address-details .delivery-address table td input,
.content .page .order-details .address-details .delivery-address table td select,
.content .page .order-details .address-details .delivery-address table th input,
.content .page .order-details .address-details .delivery-address table th select,
.content .page .order-details .address-details .invoice-address table td input,
.content .page .order-details .address-details .invoice-address table td select,
.content .page .order-details .address-details .invoice-address table th input,
.content .page .order-details .address-details .invoice-address table th select {
  width: 100%;
}
.content .page .order-details textarea {
  overflow: hidden;
}
.content .page .order-details .actions input[type=submit] {
  float: right;
}
.content .page .order-details .actions input[type=submit].freeze {
  margin-right: 20px;
}
.content .page .grid-row {
  overflow: hidden;
}
.content .page .col_rx {
  float: right;
  width: 180px;
  min-height: 10px;
}
.content .page .col_rx .purchase-option {
  margin-top: 34px;
  margin-bottom: 20px;
  border: 1px solid #0b0c0c;
  border-radius: 10px;
  padding: 10px;
}
.content .page .col_rx .purchase-option input[type=text] {
  width: 98%;
  min-width: 0;
}
.content .page .col_rx .purchase-option fieldset {
  margin-top: 10px;
}
.content .page .col_rx .purchase-option fieldset:first-child {
  margin-top: 0;
}
.content .page .col_rx .purchase-option button,
.content .page .col_rx .purchase-option input[type=submit] {
  width: 100%;
}
.content .page .col_rx .purchase-option .fa {
  font-size: 18px;
}
.content .page .col_rx .purchase-option #add-to-basket input[type=text] {
  width: 85px;
  margin-left: 10px;
}
.content .page .col_rx .box {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #0b0c0c;
  overflow: hidden;
  border-radius: 10px;
}
.content .page .col_rx .box:before, .content .page .col_rx .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .col_rx .box:after {
  clear: both;
}
.content .page .col_rx .box p {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 8px;
}
.content .page .col_rx .box ul:before, .content .page .col_rx .box ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .col_rx .box ul:after {
  clear: both;
}
.content .page .col_rx .box ul li {
  margin-top: 3px;
}
.content .page .col_rx .box ul li a {
  font-size: 12px;
  color: #8b1c40;
}
.content .page .col_rx .box ul li a:hover {
  text-decoration: underline;
}
.content .page .col_rx .box ul.files li {
  margin: 0;
  padding: 5px 0;
  border-top: 1px dotted #0b0c0c;
}
.content .page .col_rx .box ul.files li:first-child {
  border-top: 0;
}
.content .page .col_rx .box ul.files li:last-child {
  padding-bottom: 0;
}
.content .page .col_lx + .col_cx,
.content .page .col_lx + .col_rx + .col_cx {
  margin-left: 200px;
}
.content .page .col_lx.wide + .col_cx,
.content .page .col_lx.wide + .col_rx + .col_cx {
  margin-left: 245px;
}
.content .page .col_rx + .col_cx {
  margin-right: 200px;
}
.content .page .col_lx .wide + .col_cx {
  float: left;
  margin-left: 0px;
  width: calc(100% - 245px);
}
.content .page .col_cx {
  position: relative;
  min-height: 10px;
  width: auto;
  margin: 0;
}
.content .page .col_cx .invite-wording p {
  text-align: justify;
}
.content .page .col_cx .invite-wording p a {
  display: block;
}
.content .page .col_cx .invite-wording .invite-guide {
  margin: 30px 0 50px 0;
}
.content .page .col_cx .invite-wording .bulk-invite-note {
  margin-top: -25px;
}
.content .page .col_cx .invite-wording .bulk-invite-note div {
  display: inline-block;
  font-weight: 600;
  font-style: italic;
}
.content .page .col_cx .row {
  float: left;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
}
.content .page .col_cx .row.invite-action {
  padding-left: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
.content .page .col_cx .row .col {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.content .page .col_cx .row .col.col-4 {
  width: 33.3333333333%;
}
.content .page .col_cx .row .col.col-6 {
  width: 50%;
}
.content .page .col_cx .row .col.col-12 {
  width: 100%;
}
.content .page .col_cx .row .col {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  /* Modifiers */
}
.content .page .col_cx .row .col:last-child {
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col {
    margin-bottom: 0px;
  }
}
.content .page .col_cx .row .col.col-2 {
  width: 100%;
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-2 {
    width: 16.6666666667%;
  }
}
.content .page .col_cx .row .col.col-4 {
  width: 100%;
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-4 {
    width: 33.3333333333%;
  }
}
.content .page .col_cx .row .col.col-6 {
  width: 100%;
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-6 {
    width: 50%;
  }
}
.content .page .col_cx .row .col.col-8 {
  width: 100%;
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-8 {
    width: 66.6666666667%;
  }
}
.content .page .col_cx .row .col.col-12 {
  width: 100%;
}
@media (min-width: 760px) {
  .content .page .col_cx .row .col.col-2-md {
    width: 16.6666666667%;
  }
}
@media (min-width: 760px) {
  .content .page .col_cx .row .col.col-4-md {
    width: 33.3333333333%;
  }
}
@media (min-width: 760px) {
  .content .page .col_cx .row .col.col-6-md {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .content .page .col_cx .row .col.col-8-md {
    width: 66.6666666667%;
  }
}
@media (min-width: 760px) {
  .content .page .col_cx .row .col.col-12-md {
    width: 100%;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-2-lg {
    width: 16.6666666667%;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-4-lg {
    width: 33.3333333333%;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-6-lg {
    width: 50%;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-8-lg {
    width: 66.6666666667%;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .row .col.col-12-lg {
    width: 100%;
  }
}
.content .page .col_cx .row .col:after {
  content: "";
  clear: both;
}
.content .page .col_cx .unavailable {
  color: #919191;
  cursor: default;
}
.content .page .col_cx .unavailable:hover {
  text-decoration: none;
}
.content .page .col_cx .page-title h2 {
  border-top: 0px;
  padding-top: 0px;
  font-weight: normal;
  margin-bottom: 3px;
  font-size: 27px;
}
.content .page .col_cx .page-table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
.content .page .col_cx .page-table .type-error {
  display: none;
  color: #c20209;
  margin-bottom: -9px;
}
.content .page .col_cx .page-table .quantity-column {
  width: 170px;
}
.content .page .col_cx .page-table .quantity-input {
  min-width: initial;
  margin: 0;
  width: 100px;
  float: left;
}
.content .page .col_cx .page-table .manage-quantities {
  line-height: 30px;
  margin-left: 10px;
}
.content .page .col_cx .page-table thead tr th {
  border-right: 1px solid #8b1c40;
  padding: 0 10px;
  font-weight: bold;
  text-align: center;
}
.content .page .col_cx .page-table thead tr th:first-child {
  text-align: left;
}
.content .page .col_cx .page-table thead tr th:last-child {
  border-right: 0;
}
.content .page .col_cx .page-table tbody tr td {
  padding: 10px 10px;
  border: 1px solid #8b1c40;
  border-left: 0;
  text-align: left;
  font-size: 13px;
}
.content .page .col_cx .page-table tbody tr td:first-child {
  text-align: left;
  font-size: 14px;
  max-width: 300px;
}
.content .page .col_cx .page-table tbody tr td a {
  text-decoration: none;
}
.content .page .col_cx .page-table tbody tr td a:hover {
  text-decoration: underline;
}
.content .page .col_cx .page-table tbody tr td .btn {
  width: 100%;
  text-align: center;
}
.content .page .col_cx .page-table tbody tr td:first-child {
  border-left: 1px solid #8b1c40;
  border-radius: 5px 0 0 5px;
}
.content .page .col_cx .page-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
.content .page .col_cx .page-table tbody .spacer {
  height: 10px;
}
.content .page .col_cx .page-table tbody .spacer td,
.content .page .col_cx .page-table tbody .spacer td:first-child,
.content .page .col_cx .page-table tbody .spacer td:last-child {
  border: none;
}
.content .page .col_cx .page-table tfoot tr td {
  padding: 10px 10px;
  border-top: 1px solid #8b1c40;
  border-bottom: 1px solid #8b1c40;
  background: #eee;
}
.content .page .col_cx .page-table tfoot tr td:first-child {
  border-left: 1px solid #8b1c40;
  border-radius: 5px 0 0 5px;
}
.content .page .col_cx .page-table tfoot tr td.total {
  font-weight: bold;
}
.content .page .col_cx .page-table tfoot tr td:last-child {
  border-left: 1px solid #8b1c40;
  border-right: 1px solid #8b1c40;
  border-radius: 0 5px 5px 0;
  background: none;
}
.content .page .col_cx .product-table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}
.content .page .col_cx .product-table .type-error {
  display: none;
  color: #c20209;
  margin-bottom: -9px;
}
.content .page .col_cx .product-table .quantity-column {
  width: 170px;
}
.content .page .col_cx .product-table .quantity-input {
  min-width: initial;
  margin: 0;
  width: 100px;
  float: left;
}
.content .page .col_cx .product-table .manage-quantities {
  line-height: 30px;
  margin-left: 10px;
}
.content .page .col_cx .product-table thead tr th {
  border-right: 1px solid #8b1c40;
  padding: 0 10px;
  font-weight: bold;
  text-align: center;
}
.content .page .col_cx .product-table thead tr th:first-child {
  text-align: left;
}
.content .page .col_cx .product-table thead tr th:last-child {
  border-right: 0;
}
.content .page .col_cx .product-table tbody tr td {
  padding: 10px 10px;
  border: 1px solid #8b1c40;
  border-left: 0;
  text-align: center;
  font-size: 13px;
}
.content .page .col_cx .product-table tbody tr td:first-child {
  text-align: left;
  font-size: 14px;
  max-width: 300px;
}
.content .page .col_cx .product-table tbody tr td a {
  text-decoration: none;
}
.content .page .col_cx .product-table tbody tr td a:hover {
  text-decoration: underline;
}
.content .page .col_cx .product-table tbody tr td .counter {
  text-align: center;
  margin-top: 5px;
  width: 105px;
  border-radius: 5px;
}
.content .page .col_cx .product-table tbody tr td .counter .fa {
  background: #fff;
  font-size: 24px;
  color: #8b1c40;
  margin: 2px 10px 0 0;
}
.content .page .col_cx .product-table tbody tr td .counter .fa:after {
  content: "+";
  float: left;
}
.content .page .col_cx .product-table tbody tr td .counter .fa:hover {
  color: #8b1c40;
  cursor: pointer;
}
.content .page .col_cx .product-table tbody tr td .counter .value {
  float: left;
  max-width: 34px;
  min-width: 34px;
  border: 1px solid #919191;
  border-radius: 5px;
  margin: 0 0 0 10px;
}
.content .page .col_cx .product-table tbody tr td .counter .limit {
  display: inline-block;
  color: #919191;
  text-align: center;
  width: 100%;
}
.content .page .col_cx .product-table tbody tr td .btn {
  width: 100%;
  text-align: center;
}
.content .page .col_cx .product-table tbody tr td:first-child {
  border-left: 1px solid #8b1c40;
  border-radius: 5px 0 0 5px;
}
.content .page .col_cx .product-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
.content .page .col_cx .product-table tbody .spacer {
  height: 10px;
}
.content .page .col_cx .product-table tbody .spacer td,
.content .page .col_cx .product-table tbody .spacer td:first-child,
.content .page .col_cx .product-table tbody .spacer td:last-child {
  border: none;
}
.content .page .col_cx .product-table tfoot tr td {
  padding: 10px 10px;
  border-top: 1px solid #8b1c40;
  border-bottom: 1px solid #8b1c40;
  background: #eee;
}
.content .page .col_cx .product-table tfoot tr td:first-child {
  border-left: 1px solid #8b1c40;
  border-radius: 5px 0 0 5px;
}
.content .page .col_cx .product-table tfoot tr td.total {
  font-weight: bold;
}
.content .page .col_cx .product-table tfoot tr td:last-child {
  border-left: 1px solid #8b1c40;
  border-right: 1px solid #8b1c40;
  border-radius: 0 5px 5px 0;
  background: none;
}
.content .page .col_cx .btn-right {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
}
.content .page .col_cx .expand {
  margin-bottom: 10px;
  width: 100%;
}
.content .page .col_cx .expand .highlight {
  background: #f9ff00;
}
.content .page .col_cx .expand > a {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  color: #8b1c40;
  text-decoration: none;
}
.content .page .col_cx .expand > a:after {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
  font-family: "FontAwesome";
  font-size: 16px;
  content: " \f0da";
  color: #0b0c0c;
}
.content .page .col_cx .expand.open > a:after {
  content: " \f0d7";
}
.content .page .col_cx .expand.open > div {
  display: block;
}
.content .page .col_cx .expand > div {
  display: none;
  overflow-y: auto;
  padding-top: 10px;
  padding-left: 20px;
}
.content .page .col_cx .expand > div p:last-child {
  margin-bottom: 0;
}
.content .page .col_cx .product-list {
  width: 100%;
  margin: 10px 0 20px;
  list-style: none;
}
.content .page .col_cx .product-list:before, .content .page .col_cx .product-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .col_cx .product-list:after {
  clear: both;
}
.content .page .col_cx .product-list li {
  float: left;
  width: 33.333%;
  margin: 0;
  text-align: center;
}
.content .page .col_cx .product-list li img {
  max-width: 100%;
}
.content .page .col_cx .publications-nav-global-controls {
  position: absolute;
  right: 0;
  z-index: 99;
}
.content .page .col_cx .publications-nav-global-controls button {
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  min-width: 86px;
  border-radius: 0px;
}
.content .page .col_cx .publications-nav {
  padding-left: 109px;
  background: transparent url("/img/nav_bg.gif") repeat-y 42px 0;
  margin-left: 0;
}
.content .page .col_cx .publications-nav li {
  position: relative;
  min-height: 28px;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 3px;
}
.content .page .col_cx .publications-nav li button {
  position: absolute;
  left: -109px;
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  min-width: 86px;
  border-radius: 0px;
}
.content .page .col_cx .publications-nav li ul {
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: -3px;
  margin-top: 3px;
  list-style: none;
}
.content .page .col_cx .publications-nav li ul li button {
  left: -109px;
}
.content .page .col_cx .publications-nav li ul li ul li button {
  left: -144px;
}
.content .page .col_cx .publications-nav li ul li ul li ul li button {
  left: -164px;
}
.content .page .col_cx .payment-tabs {
  border-bottom: 0;
}
.content .page .col_cx .payment-tabs > ul {
  width: 100%;
  border-bottom: 4px solid #8b1c40;
}
.content .page .col_cx .payment-tabs .js-tab {
  display: none;
}
.content .page .col_cx .payment-tabs .basketEmpty h3 {
  margin: 20px 0 15px 20px;
}
.content .page .col_cx .payment-tabs .basketEmpty .row {
  padding: 10px 15px 30px 15px;
}
.content .page .col_cx .payment-navigation {
  width: 960px;
  margin-bottom: 20px;
}
.content .page .col_cx .payment-navigation:before, .content .page .col_cx .payment-navigation:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .col_cx .payment-navigation:after {
  clear: both;
}
.content .page .col_cx .payment-navigation ul {
  list-style: none;
  margin: 0;
}
.content .page .col_cx .payment-navigation ul li {
  margin-bottom: 0;
}
.content .page .col_cx .payment-navigation ul li div {
  float: left;
  width: 239px;
  margin-right: 1px;
  border: solid 1px #8b1c40;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #797979;
  background: #fff;
  box-sizing: border-box;
}
.content .page .col_cx .payment-navigation ul li.active div {
  text-decoration: none;
  color: #fff;
  background: #8b1c40;
  cursor: default;
}
.content .page .col_cx .payment-navigation ul li.complete div {
  position: relative;
  text-decoration: none;
  color: #797979;
  background: url("/img/checkout-tick.png") 15px 50% no-repeat;
  cursor: default;
}
.content .page .col_cx .payment-navigation ul li.complete .fa {
  font-size: 34px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  color: #078715;
}
.content .page .col_cx .payment-navigation ul li:first-child div {
  border-radius: 5px 0 0 5px;
}
.content .page .col_cx .payment-navigation ul li:last-child div {
  border-radius: 0 5px 5px 0;
}
.content .page .col_cx .payment-details ul {
  float: none;
  padding-left: 20px;
}
.content .page .col_cx .payment-details ul li a {
  padding: 0 43px;
}
.content .page .col_cx .payment-details h2 span {
  color: #797979;
  font-size: 14px;
  font-weight: normal;
}
.content .page .col_cx .payment-details .links a {
  text-decoration: none;
  padding-left: 10px;
  border-left: 1px solid #8b1c40;
}
.content .page .col_cx .payment-details .links a:first-child {
  padding-right: 10px;
  padding-left: 0;
  border-left: 0;
}
.content .page .col_cx .payment-details .payment-tab {
  min-height: 100px;
  border: solid 1px #8b1c40;
  border-radius: 5px;
}
.content .page .col_cx .payment-details .payment-tab:before, .content .page .col_cx .payment-details .payment-tab:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .col_cx .payment-details .payment-tab:after {
  clear: both;
}
.content .page .col_cx .payment-details .payment-tab .actions {
  border-radius: 0 0 5px 5px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper {
  border: 0;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .fields {
  padding: 20px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .exit {
  float: left;
  line-height: 36px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .address {
  margin-bottom: 20px;
  position: relative;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .address .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .address-summary {
  min-width: 200px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .address-summary tr th {
  text-align: left;
  font-weight: bold;
  padding: 0;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .address-summary tr td {
  padding: 0;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .title-and-actions {
  margin-bottom: 24px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .title-and-actions h2 {
  display: inline;
  text-transform: capitalize;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper table tr th,
.content .page .col_cx .payment-details .payment-tab .form-wrapper table tr td {
  text-align: left;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper input[type=text],
.content .page .col_cx .payment-details .payment-tab .form-wrapper select {
  display: block;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .quantity {
  width: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .order-pricing {
  float: right;
  text-align: right;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper .add-products {
  margin-bottom: 10px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.shipping .fields a {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.shipping .fields a:first-child {
  margin-left: 15px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout input,
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout .shipping-method {
  display: inline;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout .row {
  padding: 0;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout .row.actions {
  padding: 10px 15px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout .additional-details fieldset {
  margin-bottom: 6px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout .additional-details fieldset label {
  width: 41%;
  float: left;
  line-height: 32px;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout .additional-details fieldset input,
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout .additional-details fieldset textarea {
  width: 56%;
}
.content .page .col_cx .payment-details .payment-tab .form-wrapper.checkout .additional-details fieldset textarea {
  height: auto;
}
.content .page .col_cx .payment-details .payment-tab .confirmation {
  text-align: center;
  margin: 20px 0 40px 0;
}
.content .page .col_cx .payment-details .payment-tab .confirmation p {
  margin-bottom: 40px;
}
.content .page .col_cx .payment-details .tso-ecommerce-payment {
  margin: 20px;
}
.content .page .col_cx .payment-details .tso-ecommerce-payment h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
.content .page .col_cx .payment-details .tso-ecommerce-payment .info {
  margin: 25px 0;
}
.content .page .col_cx .payment-details .tso-ecommerce-payment .form-actions {
  margin: 30px 0;
}
.content .page .col_cx .payment-details .tso-ecommerce-payment .tso-ecommerce-confirm-order {
  margin: 30px 0;
}
.content .page .col_cx .payment-details .tso-ecommerce-basket-summary {
  margin: 20px 10px;
  border-radius: 5px 5px 5px 5px;
  border: solid 1px #ccc;
}
.content .page .col_cx .payment-details .tso-ecommerce-basket-summary h2 {
  padding-top: 0px;
}
.content .page .col_cx .payment-details .tso-ecommerce-basket-summary section {
  margin: 10px;
}
.content .page .col_cx .payment-details .tso-ecommerce-basket-summary section table {
  width: 100%;
}
.content .page .col_cx .payment-details .tso-ecommerce-basket-summary section table tr.product-quantity td, .content .page .col_cx .payment-details .tso-ecommerce-basket-summary section table tr.vat td, .content .page .col_cx .payment-details .tso-ecommerce-basket-summary section table tr.total td {
  padding: 0 0 0 10px;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .content .page .col_cx .payment-details.payment .tso-ecommerce-payment {
    float: left;
    width: calc(100% - 362px);
    margin: 20px;
  }
  .content .page .col_cx .payment-details.payment .tso-ecommerce-basket-summary {
    margin: 20px 20px 20px 0;
    float: left;
    width: 300px;
  }
}
.content .page .col_cx .payment-details.confirm-order .tso-ecommerce-basket-summary {
  margin: 10px;
}
.content .page .col_cx .payment-details.confirm-order .tso-ecommerce-payment-billing {
  margin: 10px;
  border-radius: 5px 5px 5px 5px;
  border: solid 1px #ccc;
}
.content .page .col_cx .payment-details.confirm-order .tso-ecommerce-payment-billing h2 {
  margin: 10px;
}
.content .page .col_cx .payment-details.confirm-order .tso-ecommerce-payment-billing table {
  margin: 10px;
}
.content .page .col_cx .payment-details.confirm-order .tso-ecommerce-payment-billing table th {
  font-weight: bold;
}
.content .page .col_cx .payment-details.confirm-order .tso-ecommerce-payment-billing table td {
  padding-left: 10px;
}
.content .page .col_cx .details {
  margin: 10px 0 20px;
}
.content .page .col_cx .details tr th,
.content .page .col_cx .details tr td {
  max-width: 25%;
  padding: 5px 15px;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  box-sizing: border-box;
}
.content .page .col_cx .details tr th {
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.content .page .col_cx .details tr th:first-child {
  padding-left: 10px;
}
.content .page .col_cx .details tr th + td {
  padding-left: 0;
}
.content .page .col_cx .details tr th a {
  font-size: 12px;
  text-decoration: none;
}
.content .page .col_cx .details tr th a:hover {
  text-decoration: underline;
}
.content .page .col_cx .details tr td {
  padding-right: 30px;
  font-weight: 700;
}
.content .page .col_cx .product-info,
.content .page .col_cx .generic-content {
  overflow: hidden;
}
.content .page .col_cx .product-info nav,
.content .page .col_cx .generic-content nav {
  margin-bottom: 10px;
}
.content .page .col_cx .product-info nav .fa,
.content .page .col_cx .generic-content nav .fa {
  font-size: 18px;
  padding-right: 10px;
}
.content .page .col_cx .product-info .table-container,
.content .page .col_cx .generic-content .table-container {
  border: 1px solid #919191;
  border-radius: 5px;
  margin-bottom: 10px;
}
.content .page .col_cx .product-info .table-container header,
.content .page .col_cx .generic-content .table-container header {
  border-bottom: 1px solid #919191;
  margin-bottom: 14px;
}
.content .page .col_cx .product-info .table-container header:before, .content .page .col_cx .product-info .table-container header:after,
.content .page .col_cx .generic-content .table-container header:before,
.content .page .col_cx .generic-content .table-container header:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .col_cx .product-info .table-container header:after,
.content .page .col_cx .generic-content .table-container header:after {
  clear: both;
}
.content .page .col_cx .product-info .table-container header h1,
.content .page .col_cx .generic-content .table-container header h1 {
  padding-bottom: 10px;
  margin-bottom: 0;
  float: left;
}
.content .page .col_cx .product-info .table-container header strong,
.content .page .col_cx .generic-content .table-container header strong {
  float: right;
}
.content .page .col_cx .product-info .table-container table tr td,
.content .page .col_cx .generic-content .table-container table tr td {
  color: #8b1c40;
  font-weight: bold;
  padding-left: 20px;
}
.content .page .col_cx .product-info .table-container:last-child,
.content .page .col_cx .generic-content .table-container:last-child {
  padding: 0;
}
.content .page .col_cx .product-info .table-container:last-child .content,
.content .page .col_cx .generic-content .table-container:last-child .content {
  padding: 10px 15px;
}
.content .page .col_cx .product-info .table-container:last-child .content th,
.content .page .col_cx .product-info .table-container:last-child .content td,
.content .page .col_cx .generic-content .table-container:last-child .content th,
.content .page .col_cx .generic-content .table-container:last-child .content td {
  padding-bottom: 10px;
}
.content .page .col_cx .product-info .monograph,
.content .page .col_cx .generic-content .monograph {
  border-radius: 5px;
  background: #f7f7f7;
  overflow: hidden;
  padding: 10px;
}
.content .page .col_cx .product-info .monograph .title,
.content .page .col_cx .generic-content .monograph .title {
  width: 130px;
  float: left;
}
.content .page .col_cx .product-info .monograph .title h2 span,
.content .page .col_cx .generic-content .monograph .title h2 span {
  padding-right: 10px;
  font-size: 22px;
}
.content .page .col_cx .product-info .monograph .monographs,
.content .page .col_cx .generic-content .monograph .monographs {
  width: 550px;
  float: left;
}
.content .page .col_cx .product-info .monograph .monographs ul,
.content .page .col_cx .generic-content .monograph .monographs ul {
  float: left;
  list-style: none;
  margin-bottom: 0;
}
.content .page .col_cx .product-info .monograph .monographs ul li,
.content .page .col_cx .generic-content .monograph .monographs ul li {
  float: left;
  margin-bottom: 0;
}
.content .page .col_cx .product-info .monograph .monographs ul li a,
.content .page .col_cx .generic-content .monograph .monographs ul li a {
  padding-right: 10px;
  font-size: 13px;
}
.content .page .col_cx .product-info .monograph .monographs ul li a:hover,
.content .page .col_cx .generic-content .monograph .monographs ul li a:hover {
  text-decoration: underline;
}
.content .page .col_cx .subscription-info {
  overflow: hidden;
}
.content .page .col_cx .subscription-info nav {
  margin-bottom: 10px;
}
.content .page .col_cx .subscription-info nav .fa {
  font-size: 18px;
  padding-right: 10px;
}
.content .page .col_cx .subscription-info nav a:first-child + a {
  float: right;
}
.content .page .col_cx .subscription-info h2 {
  padding-top: 0;
}
.content .page .col_cx .subscription-info .table-container {
  border: 1px solid #919191;
  border-radius: 5px;
  margin-bottom: 10px;
}
.content .page .col_cx .subscription-info .table-container header {
  border-bottom: 1px solid #919191;
  margin-bottom: 14px;
}
.content .page .col_cx .subscription-info .table-container header:before, .content .page .col_cx .subscription-info .table-container header:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .col_cx .subscription-info .table-container header:after {
  clear: both;
}
.content .page .col_cx .subscription-info .table-container header h1 {
  padding-bottom: 10px;
  margin-bottom: 0;
  float: left;
}
.content .page .col_cx .subscription-info .table-container header strong {
  float: right;
}
.content .page .col_cx .subscription-info .table-container table tr td {
  color: #8b1c40;
  font-weight: bold;
  padding-left: 20px;
}
.content .page .col_cx .addtocart {
  margin-bottom: 20px;
}
.content .page .col_cx .addtocart label {
  font-weight: 700;
  margin-right: 10px;
  line-height: 40px;
}
.content .page .col_cx .addtocart label select {
  width: 90px;
  height: 40px;
  line-height: 38px;
  margin: 0 3px 0 7px;
  padding: 0 0 0 10px;
}
.lt-ie9 .content .page .col_cx .addtocart label select {
  padding: 10px 0;
}
.content .page .col_cx .addtocart label span {
  font-weight: 400;
}
.content .page .col_cx .addtocart .btn span {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 22px;
}
.content .page .col_cx .form-wrapper {
  float: left;
  width: 100%;
  border: 1px solid #919191;
  border-radius: 5px;
  box-sizing: border-box;
}
.content .page .col_cx .form-wrapper .forgotten-password {
  margin-top: 10px;
}
.content .page .col_cx .form-wrapper .key {
  margin-top: 10px;
}
.content .page .col_cx .form-wrapper .key p {
  margin-bottom: 0;
}
.content .page .col_cx .form-wrapper h2 {
  clear: both;
}
.content .page .col_cx .form-wrapper .invalid .required {
  color: #c20209;
}
.content .page .col_cx .form-wrapper .invalid input[type=text] {
  border-color: #c20209;
}
.content .page .col_cx .form-wrapper .account-details fieldset legend {
  display: none;
}
.content .page .col_cx .form-wrapper .hardcopy,
.content .page .col_cx .form-wrapper .organisation,
.content .page .col_cx .form-wrapper .reseller {
  border-top: 1px solid #919191;
}
.content .page .col_cx .form-wrapper .hardcopy .reveal:before, .content .page .col_cx .form-wrapper .hardcopy .reveal:after,
.content .page .col_cx .form-wrapper .organisation .reveal:before,
.content .page .col_cx .form-wrapper .organisation .reveal:after,
.content .page .col_cx .form-wrapper .reseller .reveal:before,
.content .page .col_cx .form-wrapper .reseller .reveal:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .col_cx .form-wrapper .hardcopy .reveal:after,
.content .page .col_cx .form-wrapper .organisation .reveal:after,
.content .page .col_cx .form-wrapper .reseller .reveal:after {
  clear: both;
}
.content .page .col_cx .form-wrapper .hardcopy .reveal h2,
.content .page .col_cx .form-wrapper .hardcopy .reveal input[type=checkbox],
.content .page .col_cx .form-wrapper .organisation .reveal h2,
.content .page .col_cx .form-wrapper .organisation .reveal input[type=checkbox],
.content .page .col_cx .form-wrapper .reseller .reveal h2,
.content .page .col_cx .form-wrapper .reseller .reveal input[type=checkbox] {
  float: left;
}
.content .page .col_cx .form-wrapper .hardcopy .reveal h2,
.content .page .col_cx .form-wrapper .organisation .reveal h2,
.content .page .col_cx .form-wrapper .reseller .reveal h2 {
  width: 225px;
}
.content .page .col_cx .form-wrapper .hardcopy .reveal input[type=checkbox],
.content .page .col_cx .form-wrapper .organisation .reveal input[type=checkbox],
.content .page .col_cx .form-wrapper .reseller .reveal input[type=checkbox] {
  margin: 17px 0 0 15px;
}
.content .page .col_cx .form-wrapper .hardcopy .dropdown,
.content .page .col_cx .form-wrapper .organisation .dropdown,
.content .page .col_cx .form-wrapper .reseller .dropdown {
  clear: both;
  display: none;
}
.content .page .col_cx .form-wrapper .contact-options {
  border-top: 1px solid #919191;
}
.content .page .col_cx .form-wrapper .contact-options label {
  font-size: 12px;
}
.content .page .col_cx .form-wrapper .advanced-search,
.content .page .col_cx .form-wrapper .feedback {
  margin-top: 10px;
}
.content .page .col_cx .form-wrapper .advanced-search #title-error,
.content .page .col_cx .form-wrapper .advanced-search #Text-error,
.content .page .col_cx .form-wrapper .advanced-search #section-error,
.content .page .col_cx .form-wrapper .advanced-search #volume-error,
.content .page .col_cx .form-wrapper .advanced-search #search-error,
.content .page .col_cx .form-wrapper .advanced-search #Volume-error,
.content .page .col_cx .form-wrapper .feedback #title-error,
.content .page .col_cx .form-wrapper .feedback #Text-error,
.content .page .col_cx .form-wrapper .feedback #section-error,
.content .page .col_cx .form-wrapper .feedback #volume-error,
.content .page .col_cx .form-wrapper .feedback #search-error,
.content .page .col_cx .form-wrapper .feedback #Volume-error {
  display: block;
  color: #c20209;
  padding: 5px 0;
}
.content .page .col_cx .form-wrapper .advanced-search .multiple,
.content .page .col_cx .form-wrapper .feedback .multiple {
  height: auto;
}
.content .page .col_cx .form-wrapper .advanced-search .disabled h2,
.content .page .col_cx .form-wrapper .feedback .disabled h2 {
  color: #aaa;
}
.content .page .col_cx .form-wrapper .advanced-search .col h2,
.content .page .col_cx .form-wrapper .feedback .col h2 {
  float: none;
}
.content .page .col_cx .form-wrapper .advanced-search h2,
.content .page .col_cx .form-wrapper .advanced-search .field-title,
.content .page .col_cx .form-wrapper .feedback h2,
.content .page .col_cx .form-wrapper .feedback .field-title {
  display: block;
  color: #797979;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 0;
  min-width: 190px;
}
.content .page .col_cx .form-wrapper .advanced-search select,
.content .page .col_cx .form-wrapper .feedback select {
  max-width: 585px;
  width: 100%;
}
.content .page .col_cx .form-wrapper .advanced-search textarea,
.content .page .col_cx .form-wrapper .feedback textarea {
  max-width: 585px;
  width: 100%;
  height: 100px;
}
.content .page .col_cx .form-wrapper .advanced-search fieldset,
.content .page .col_cx .form-wrapper .feedback fieldset {
  float: left;
  margin-left: 20px;
}
.content .page .col_cx .form-wrapper .advanced-search label,
.content .page .col_cx .form-wrapper .feedback label {
  margin-right: 10px;
}
.content .page .col_cx .form-wrapper .advanced-search input[type=text],
.content .page .col_cx .form-wrapper .feedback input[type=text] {
  max-width: 280px;
  width: 100%;
  height: 28px;
}
.content .page .col_cx .form-wrapper .advanced-search .explanation,
.content .page .col_cx .form-wrapper .feedback .explanation {
  margin-left: 10px;
  padding: 5px 8px;
  color: #797979;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #919191;
  cursor: pointer;
}
.content .page .col_cx .form-wrapper .advanced-search .notes,
.content .page .col_cx .form-wrapper .feedback .notes {
  font-size: 13px;
  display: block;
}
.content .page .col_cx .form-wrapper .actions {
  padding: 15px 0;
}
.content .page .col_cx .form-wrapper .actions input[type=reset],
.content .page .col_cx .form-wrapper .actions input[type=submit] {
  cursor: pointer;
}
.content .page .col_cx .reference-stardards .expand > a {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
  display: block;
}
.content .page .col_cx .reference-stardards .expand > a a {
  float: right;
}
.content .page .col_cx .reference-stardards .expand > a:after {
  content: "";
}
.content .page .col_cx .reference-stardards .expand > div {
  padding: 10px 20px;
  position: relative;
}
.content .page .col_cx .reference-stardards .expand > div .title-link {
  position: absolute;
  right: 20px;
  top: -40px;
}
.content .page .col_cx .reference-stardards .expand > div p {
  margin-bottom: 10px;
}
.content .page .col_cx .reference-stardards .expand.open > a:after {
  content: "";
}
.content .login-page {
  border-bottom: 1px solid #8b1c40;
}
.content .login {
  width: 480px;
  margin: 0 auto;
}
.content .login form {
  border: 1px solid #8b1c40;
  border-radius: 5px;
  padding: 20px;
}
.content .login form .top:before, .content .login form .top:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .login form .top:after {
  clear: both;
}
.content .login form .top h1 {
  float: left;
  margin-bottom: 20px;
}
.content .login form .top a {
  float: right;
}
.content .login form .fields fieldset {
  margin-bottom: 10px;
}
.content .login form .fields fieldset label {
  width: 80px;
  display: inline-block;
}
.content .login form .fields .help {
  margin-left: 82px;
}
.content .login form .fields .actions {
  text-align: right;
  margin-top: 10px;
}
.content .login .related-info {
  margin-top: 30px;
}

.accessibleText {
  position: absolute;
  left: -999em;
  width: 1px;
  overflow: hidden;
}

.content .page .col_cx .generic-content {
  margin: 10px 0 0 20px;
}

.page .form .actions,
.page form .actions {
  text-align: right;
  margin-top: 10px;
}

/**
* Search result page
**/
.content .page .item-list-sort {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (min-width: 760px) {
  .content .page .item-list-sort {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.content .page .item-list-sort .lx {
  white-space: nowrap;
  margin-bottom: 10px;
  align-self: flex-start;
}
@media (min-width: 760px) {
  .content .page .item-list-sort .lx {
    align-self: initial;
  }
}
.content .page .item-list-sort .rx {
  text-align: right;
  margin-bottom: 10px;
}
.content .page .item-list-sort .rx fieldset {
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
@media (min-width: 500px) {
  .content .page .item-list-sort .rx fieldset {
    width: auto;
  }
}
@media (min-width: 760px) {
  .content .page .item-list-sort .rx fieldset {
    flex-wrap: nowrap;
  }
}
.content .page .item-list-sort .rx label {
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .content .page .item-list-sort .rx label {
    font-size: 18px;
  }
}
.content .page .item-list-sort .rx select {
  margin-right: 10px;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.content .page .item-list-sort input[type=submit] {
  width: auto;
  color: #fff;
  background-color: #031f73;
  line-height: 1rem;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #000619;
  height: 38px;
}
.content .page .item-list-sort input[type=submit]:hover {
  background-color: #021241;
}
.content .page .col_cx .pagination {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 13px;
}
.content .page .col_cx .pagination .pagination-filters {
  float: left;
}
.content .page .col_cx .pagination .items-guide {
  float: right;
  margin-right: 20px;
  color: #8b1c40;
}
.content .page .col_cx .pagination ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.content .page .col_cx .pagination ul li {
  min-width: 20px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 6px;
  font-weight: 700;
  text-align: center;
}
.content .page .col_cx .pagination ul li:first-child {
  margin-left: 0;
}
.content .page .col_cx .pagination ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #797979;
  border: 1px solid #919191;
  border-radius: 5px;
  box-sizing: border-box;
}
.content .page .col_cx .pagination ul li a:hover, .content .page .col_cx .pagination ul li.active a {
  text-decoration: none;
  background: #8b1c40;
  border: 0;
  color: #fff;
}
.content .page .col_cx .item-list.suggestions ul {
  list-style: disc inside;
}
.content .page .col_cx .item-list .snippet .search-term,
.content .page .col_cx .item-list .snippet .highlight {
  padding: 2px 0px;
  background: #f9ff00;
}
.content .page .col_cx .item-list .item {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-left: 3px solid #ccc;
  box-shadow: 1px 0px 5px 0px rgba(204, 204, 204, 0.35);
  box-sizing: border-box;
  position: relative;
}
.content .page .col_cx .item-list .item .description {
  width: 80%;
  line-height: 24px;
}
.content .page .col_cx .item-list .item .description .highlight {
  padding: 2px 0px;
  background: #f9ff00;
}
.content .page .col_cx .item-list .item .description p {
  font-size: 13px;
  margin: 0;
}
.content .page .col_cx .item-list .item .description h2 {
  font-size: 14px;
  padding-top: 0;
}
.content .page .col_cx .item-list .item .tools {
  text-align: right;
}
.content .page .col_cx .item-list .item .tools ul.actions {
  float: right;
  list-style: none;
  margin: 0 0 8px 0;
}
.content .page .col_cx .item-list .item .tools ul.actions li {
  float: right;
  margin: 0 0 0 12px;
}
.content .page .col_cx .item-list .item .tools ul.actions li:first-child {
  margin-left: 0;
}
.content .page .col_cx .item-list .item .tools ul.actions li a,
.content .page .col_cx .item-list .item .tools ul.actions li button {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  background: #fff;
  color: #797979;
  border: 1px solid #919191;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.content .page .col_cx .item-list .item .tools ul.actions li a.favourited,
.content .page .col_cx .item-list .item .tools ul.actions li button.favourited {
  color: #fff;
  background: #8b1c40;
  border-color: #8b1c40;
}
.content .page .col_cx .item-list .item .tools ul.actions li a:hover,
.content .page .col_cx .item-list .item .tools ul.actions li button:hover {
  text-decoration: none;
  background: #797979;
  border-color: #797979;
  color: #fff;
}
.content .page .col_cx .item-list .item .tools > a {
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  color: #797979;
  border: 1px solid #919191;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
  box-sizing: border-box;
}
.content .page .col_cx .item-list .item .tools > a:hover {
  text-decoration: none;
  background: #797979;
  border: 0;
  color: #fff;
}
.content .page .col_cx .item-list.image-gallery .item {
  position: relative;
}
.content .page .col_cx .item-list.image-gallery .item .tools a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.content .page .col_cx .item-list .item-list:after {
  content: "";
  display: table;
  clear: both;
}

/*
***********************
* SEARCH RESULTS  *
***********************
*/
.search.handbook-search {
  height: 50px;
  line-height: 50px;
}
.search.handbook-search a {
  color: #fff;
}
.search.handbook-search .fa {
  padding-left: 10px;
}
.search form label.error {
  color: #e74c3c;
}
.search form input[type=text].error {
  border-color: #e74c3c;
  outline: none;
}
.search form input[type=text].error.focus {
  border-color: #e74c3c;
}
.search form input[type=image] {
  right: 0;
  top: 6px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  background: #fff;
  cursor: pointer;
  padding: 4px;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search form input[type=image]:hover {
  background-color: #919191;
}

.noJs .page.advanced-search .display-advanced-search-controls {
  display: none;
}
.noJs .page.advanced-search .advanced-search-inline-form {
  display: block !important;
}
.page.advanced-search .col_cx .content-pane .search.widget form {
  border-bottom: 0px;
}
.page .col_cx .content-pane .search.widget {
  position: relative;
}
.page .col_cx .content-pane .search.widget.border-bottom {
  margin-bottom: 10px;
  border-bottom: 2px solid #0b0c0c;
}
.page .col_cx .content-pane .search h2,
.page .col_cx .content-pane .search h2:first-of-type {
  font-size: 18px;
  border-top: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 25px;
}
.page .col_cx .content-pane .search form {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #0b0c0c;
}
.page .col_cx .content-pane .search form input[type=text] {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 0px;
  font-size: 19px;
  padding: 7px;
  padding-right: 62px;
}
.page .col_cx .content-pane .search form input.chosen-search-input {
  height: 44px;
}
.page .col_cx .content-pane .search form select {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 0px;
  font-size: 19px;
  padding: 12px 5px;
}
.noJs .page .col_cx .content-pane .search form select {
  min-height: 50px;
  height: auto;
}
.page .col_cx .content-pane .search form button[type=submit].search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: calc(50px + 6px);
  cursor: pointer;
  font-size: 0px;
  background: #031f73;
  box-shadow: none;
}
.page .col_cx .content-pane .search form button[type=submit].search-submit:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  content: " \f002";
  font-size: 24px;
  color: #fff;
  background-color: #031f73;
}
.page .col_cx .content-pane .search form .section-section {
  min-height: 40px;
  margin: 20px 0;
  display: flex;
  order: 0;
  flex-direction: column;
}
@media (min-width: 400px) {
  .page .col_cx .content-pane .search form .section-section {
    flex-direction: row;
  }
}
.page .col_cx .content-pane .search .input-fields {
  display: flex;
  flex-direction: column;
}
.page .col_cx .content-pane .search .input-fields > * {
  order: 3;
}
.page .col_cx .content-pane .search .search-text-wrapper {
  order: 1;
  position: relative;
}
.page .col_cx .content-pane .search .advanced-search-inline-form {
  display: none;
}
.page .col_cx .content-pane .search .advanced-search-inline-form fieldset legend, .page .col_cx .content-pane .search .advanced-search-form fieldset legend {
  display: none;
}
@media (min-width: 760px) {
  .page .col_cx .content-pane .search .advanced-search-inline-form .chosen-container,
  .page .col_cx .content-pane .search .advanced-search-inline-form input[type=text], .page .col_cx .content-pane .search .advanced-search-form .chosen-container,
  .page .col_cx .content-pane .search .advanced-search-form input[type=text] {
    width: 60%;
  }
}
@media (max-width: 760px) {
  .page .col_cx .content-pane .search .advanced-search-inline-form .chosen-container,
  .page .col_cx .content-pane .search .advanced-search-inline-form input[type=text], .page .col_cx .content-pane .search .advanced-search-form .chosen-container,
  .page .col_cx .content-pane .search .advanced-search-form input[type=text] {
    width: 100%;
  }
}
.page .col_cx .content-pane .search .advanced-search-inline-form select, .page .col_cx .content-pane .search .advanced-search-form select {
  box-sizing: border-box;
}
@media (min-width: 760px) {
  .page .col_cx .content-pane .search .advanced-search-inline-form select, .page .col_cx .content-pane .search .advanced-search-form select {
    width: 60%;
  }
}
@media (max-width: 760px) {
  .page .col_cx .content-pane .search .advanced-search-inline-form select, .page .col_cx .content-pane .search .advanced-search-form select {
    width: 100%;
  }
}
.page .col_cx .content-pane .search .advanced-search-inline-form .chosen-container.chosen-container-multi, .page .col_cx .content-pane .search .advanced-search-form .chosen-container.chosen-container-multi {
  height: auto;
  border: 2px solid #000;
  border-radius: 0px;
  font-size: 19px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .page .col_cx .content-pane .search .advanced-search-inline-form .chosen-container.chosen-container-multi, .page .col_cx .content-pane .search .advanced-search-form .chosen-container.chosen-container-multi {
    min-width: 60%;
  }
}
@media (max-width: 760px) {
  .page .col_cx .content-pane .search .advanced-search-inline-form .chosen-container.chosen-container-multi, .page .col_cx .content-pane .search .advanced-search-form .chosen-container.chosen-container-multi {
    min-width: 100%;
  }
}
.page .col_cx .content-pane .search .advanced-search-inline-form .chosen-container.chosen-container-multi .search-choice, .page .col_cx .content-pane .search .advanced-search-form .chosen-container.chosen-container-multi .search-choice {
  background: #ececec;
  border-color: #9a989c;
  border-radius: 0;
  padding: 8px;
  padding-right: 20px;
  line-height: inherit;
}
.page .col_cx .content-pane .search .advanced-search-inline-form .chosen-container.chosen-container-multi .search-choice-close, .page .col_cx .content-pane .search .advanced-search-form .chosen-container.chosen-container-multi .search-choice-close {
  top: 50%;
  transform: translateY(-50%);
}
.page .col_cx .content-pane .search .advanced-search-inline-form .advanced-search-sub-section, .page .col_cx .content-pane .search .advanced-search-form .advanced-search-sub-section {
  margin-top: 10px;
  margin-bottom: 50px;
}
.page .col_cx .content-pane .search .advanced-search-controls {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.page .col_cx .content-pane .search .advanced-search-controls button {
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1rem;
  min-width: 140px;
  text-align: center;
}
.page .col_cx .content-pane .search .advanced-search-controls button[type=submit] {
  margin-left: auto;
  display: block;
}
.page .col_cx .content-pane .search .display-advanced-search-controls {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: -30px;
}
.page .col_cx .content-pane .search .display-advanced-search-inline {
  position: relative;
  padding-right: 20px;
}
.page .col_cx .content-pane .search .display-advanced-search-inline:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  left: 8px;
}
.page .col_cx .content-pane .search .display-advanced-search-inline:before {
  margin-top: -2px;
  transform: translateY(-50%) rotate(135deg);
}
.page .col_cx .content-pane .search .display-advanced-search-inline.open:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  left: 8px;
}
.page .col_cx .content-pane .search .display-advanced-search-inline.open:before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
.page .col_cx .content-pane .search .display-advanced-search-inline.open:before {
  left: initial;
  right: 2px;
}
.page .col_cx .content-pane .search .display-advanced-search-inline:before {
  left: initial;
  right: 2px;
}
.noJs .page .col_cx.advanced-search .content-pane .search form .advanced-search-inline-form {
  display: block;
}
.noJs .page .col_cx.advanced-search .content-pane .search form .display-advanced-search-controls {
  display: none;
}
.noJs .page .col_cx.advanced-search .content-pane .search form select {
  padding: 5px 0px;
}
.noJs .page .col_cx.advanced-search .content-pane .search form select option {
  padding: 2px;
}
.noJs .page .col_cx.advanced-search .content-pane .search form select optgroup {
  margin-top: 5px;
}
.noJs .page .col_cx.advanced-search .content-pane .search form select optgroup option {
  padding-inline-start: 2px;
  padding: 2px;
}

/** Bottom line buttons */
.control-button-row {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.control-button-row-justify {
  justify-content: space-between;
}
.control-button-row a,
.control-button-row button {
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  min-width: 140px;
  text-align: center;
}
.control-button-row a.btn-primary,
.control-button-row button.btn-primary {
  width: auto;
  color: #fff;
  background-color: #031f73;
  line-height: 1rem;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #000619;
  height: 38px;
  margin-left: 30px;
  order: 2;
}
.control-button-row a.btn-primary:hover,
.control-button-row button.btn-primary:hover {
  background-color: #021241;
}
.control-button-row a.btn-secondary,
.control-button-row button.btn-secondary {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  height: 40px;
  order: 1;
}
.control-button-row a.btn-secondary:hover,
.control-button-row button.btn-secondary:hover {
  background-color: lightgray;
}

.col_lx.stick-to-top {
  position: fixed;
  top: 0;
  bottom: auto;
}
.col_lx.small-vp {
  position: fixed;
  top: 0;
  bottom: auto;
}
.col_lx.stick-to-bottom {
  bottom: 0;
  top: auto !important;
  position: absolute;
}

/*
 ***********************
 * SWITCH  *
 ***********************
*/
.toggleSwitch {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #eff3fd;
}
.toggleSwitch div:last-of-type {
  float: right;
  display: inline-block;
  height: 18px;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Switch Sizes */
}
.toggleSwitch div:last-of-type * {
  box-sizing: border-box;
}
.toggleSwitch div:last-of-type > span {
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.toggleSwitch div:last-of-type input:focus ~ a {
  outline: none;
}
.toggleSwitch div:last-of-type input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}
.toggleSwitch div:last-of-type > span {
  position: absolute;
  left: -50px;
  width: 100%;
  margin: 0;
  padding-right: 50px;
  text-align: left;
  white-space: nowrap;
}
.toggleSwitch div:last-of-type a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  height: 100%;
  padding: 0;
  left: 0px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.toggleSwitch div:last-of-type > span span:first-of-type {
  color: #ccc;
  opacity: 1;
  left: 45%;
}
.toggleSwitch div:last-of-type > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 30px;
  transition: all 0.2s ease-out;
}
@media (min-width: 1020px) {
  .toggleSwitch div:last-of-type > span:before {
    top: 0px;
  }
}
.toggleSwitch div:last-of-type input:checked ~ a {
  border-color: #fff;
  left: 100%;
  margin-left: -8px;
}
.toggleSwitch div:last-of-type input:checked ~ span:before {
  border-color: #c2d0f7;
  box-shadow: inset 0 0 0 30px #8b1c40;
}
.toggleSwitch div:last-of-type input:checked ~ span span:first-of-type {
  opacity: 0;
}
.toggleSwitch div:last-of-type input:checked ~ span span:last-of-type {
  opacity: 1;
  color: #fff;
}
.toggleSwitch div:last-of-type.large {
  width: 60px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
}
.toggleSwitch div:last-of-type.large input {
  width: 60px;
  height: 26px;
}
.toggleSwitch div:last-of-type.large a {
  width: 26px;
}
.toggleSwitch div:last-of-type.large input:checked ~ a {
  left: 41px;
}
.toggleSwitch div:last-of-type.large > span {
  height: 28px;
  line-height: 28px;
}
.toggleSwitch div:last-of-type.xlarge {
  width: 80px;
  height: 36px;
}
.toggleSwitch div:last-of-type.xlarge input {
  width: 80px;
  height: 36px;
}
.toggleSwitch div:last-of-type.xlarge a {
  width: 36px;
}
.toggleSwitch div:last-of-type.xlarge input:checked ~ a {
  left: 52px;
}
.toggleSwitch div:last-of-type.xlarge > span {
  height: 38px;
  line-height: 37px;
}
.toggleSwitch * {
  cursor: pointer;
}

.contentTools {
  padding: 0;
  margin-bottom: 10px;
}
.contentTools .toggleSwitch {
  margin: 0px 0px 5px 0px;
  padding: 15px;
  height: auto;
}
@media (min-width: 760px) {
  .contentTools .toggleSwitch {
    padding: 15px;
  }
}
.contentTools:after {
  content: "";
  clear: both;
  display: table;
}
.content .page .col_lx .contentTools .toggleSwitch {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.content .page .col_lx .contentTools .toggleSwitch > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.content .page .col_lx .contentTools .section-type {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 80%;
  font-weight: bold;
  line-height: 30px;
  background-color: #f8aea4;
  flex-shrink: 0;
  border: 1px solid #ccc;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  padding: 1px 3px;
  text-align: center;
  min-width: 16px;
  margin-right: 5px;
}
.content .page .col_lx .contentTools label {
  display: inline-block;
  color: #000;
}

#timeline-wrapper {
  position: relative;
  overflow: auto;
  padding: 50px 0;
  margin-bottom: 5px;
  background: #ececec;
}
#timeline-wrapper * {
  margin: 0;
  list-style: none;
}

/*=============================================
=            Timeline Control           =
=============================================*/
.timeline-arrow-left-disabled, .timeline-arrow-left-enabled, .timeline-arrow-right-disabled, .timeline-arrow-right-enabled {
  background: #fff;
  z-index: 5;
  border: 3px solid #8b1c40;
}
.timeline-arrow-left-disabled:before, .timeline-arrow-left-enabled:before, .timeline-arrow-right-disabled:before, .timeline-arrow-right-enabled:before {
  border-color: #8b1c40;
}
.timeline-arrow-left-disabled, .timeline-arrow-right-disabled {
  opacity: 0.5;
  cursor: initial;
  pointer-events: none;
}
.timeline-arrow-left-disabled, .timeline-arrow-left-enabled {
  float: left;
  position: relative;
}
.timeline-arrow-left-disabled:before, .timeline-arrow-left-enabled:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.timeline-arrow-left-disabled:before, .timeline-arrow-left-enabled:before {
  transform: translateY(-50%) rotate(225deg);
  left: 10px;
}
.timeline-arrow-left-disabled:before, .timeline-arrow-left-enabled:before {
  margin-left: 5px;
}
.timeline-arrow-right-disabled, .timeline-arrow-right-enabled {
  float: right;
  position: relative;
}
.timeline-arrow-right-disabled:before, .timeline-arrow-right-enabled:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.timeline-arrow-right-disabled:before, .timeline-arrow-right-enabled:before {
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
}
.timeline-arrow-right-disabled:before, .timeline-arrow-right-enabled:before {
  margin-left: 5px;
}
.timeline-point-in-time-bottom {
  position: relative;
}
.timeline-point-in-time-bottom:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #8b1c40;
}
.timeline-scrollbar {
  position: relative;
  height: 70px;
  margin: 3px 0 0 0;
}
.timeline-scrollbar:after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 4px;
  background-color: #8b1c40;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -2px;
  bottom: 10px;
  z-index: 1;
}
.timeline-scrollbar .arrow {
  display: block;
  width: 40px;
  height: 40px;
}
.timeline-scrollbar .ui-slider-horizontal {
  height: 40px;
  background: transparent;
}
.timeline-scrollbar .ui-slider {
  position: relative;
  float: left;
  width: calc(100% - 80px - 45px);
}
.timeline-ui-slider-handle {
  background: #fff;
  border: 1px solid #8b1c40;
  cursor: pointer;
  width: 45px;
  height: 20px;
  margin-top: 10px;
  margin-left: 0px;
  position: absolute;
  z-index: 2;
}
.timeline-ui-slider-handle:focus-visible {
  border-color: #8b1c40;
  border-radius: 0;
}

/*=============================================
=            Timeline Content Data           =
=============================================*/
#timelineData .timeline-pin, #timelineData .timeline-pin-selected, #timelineData .timeline-pin-current, #timelineData .timeline-pin-discontinued {
  width: 40px;
  height: 40px;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  z-index: 90;
  border: 5px solid #8b1c40;
  background-color: #fff;
  border-radius: 50%;
}
#timelineData .timeline-pin-selected {
  border-width: 10px;
}
#timelineData .timeline-runner, #timelineData .timeline-runner-current {
  float: left;
  width: 100%;
  height: 7px;
}
#timelineData .timeline-runner {
  background: #8b1c40;
}
#timelineData .timeline-runner-current {
  background: #8b1c40;
}
#timelineData .timeline-date {
  width: 100%;
  line-height: 20px;
  text-align: center;
  color: #1d1a55;
}
#timelineData .timeline-date div {
  display: inline-block;
}
#timelineData ol {
  min-height: 84px;
  width: auto;
  padding: 0;
  padding-bottom: 10px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#timelineData ol li {
  line-height: initial;
  padding: 15px 0 0 0;
  margin-top: 30px;
  min-width: 180px;
  position: relative;
  /*=============================================
  =            Different versions of LI items
  =============================================*/
}
.noJs #timelineData ol li {
  min-width: 300px;
}
#timelineData ol li.version-selected:before {
  content: "Now viewing";
  display: block;
  width: 190px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-200%);
  background: #8b1c40;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  z-index: 20;
}
#timelineData ol li.version-discontinued a {
  color: #c20209;
}
#timelineData ol li > a {
  color: #000;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px 10px 0 10px;
  outline: none;
}
#timelineData ol li > a:hover {
  text-decoration: underline;
}
#timelineData ol li > a time {
  font-weight: 400;
  color: #8b1c40;
  display: inline-block;
  text-decoration: underline;
  width: 180px;
  text-decoration-color: #000;
}
#timelineData ol li:first-child {
  margin-left: 50px;
}
#timelineData ol li:first-child .timeline-runner {
  width: 50%;
  float: right;
  background-color: #9a989c;
}
#timelineData ol li:last-child {
  margin-right: 50px;
}
#timelineData ol li:last-child .timeline-runner {
  width: 50%;
}
#timelineData ol li:last-child .timeline-runner:before {
  content: "";
  display: block;
  background-color: #9a989c;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
}
#timelineData ol li:last-child .timeline-runner:after {
  content: "";
  display: block;
  background-color: #9a989c;
  width: 0;
  height: 0;
  position: absolute;
  left: calc(100% - 10px);
  border: 10px solid #ececec;
  border-left: 10px solid #9a989c;
  top: 9px;
}
#timelineData ol li:last-child .timeline-runner .timeline-runner-extension {
  background: #8b1c40;
  height: 7px;
  left: 100%;
  width: 180%;
  top: 0px;
  position: relative;
}
#timelineData ol li:last-child .timeline-runner .timeline-runner-extension:after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: -12px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #8b1c40;
}
#timelineData ol li:only-child .timeline-runner {
  width: 0;
  float: none;
}
#timelineData ol li:only-child .timeline-runner .timeline-runner-extension {
  width: 480px;
  left: 20%;
}
#timelineData ol li:only-child a {
  padding-top: 30px;
  width: 40%;
}
#timelineData ol li.version-selected a {
  color: #8b1c40;
  text-decoration: none;
  pointer-events: none;
}
#timelineData ol li.version-selected a time {
  font-weight: 700;
  text-decoration: none;
}
#timelineData ol li.version-selected .timeline-runner:before {
  background-color: #8b1c40;
}
#timelineData ol li.version-selected .timeline-runner:after {
  background-color: #8b1c40;
  border-left: 10px solid #8b1c40;
}
#timelineData ol li.version-selected .timeline-runner .timeline-runner-extension {
  background: #8b1c40;
  height: 7px;
  width: 100%;
  display: block;
  position: relative;
  left: 50%;
  z-index: 49;
}
#timelineData ol li.version-selected .timeline-date div {
  color: #031f73;
  text-decoration: none;
}
#timelineData ol li.version-selected ~ .version .timeline-pin, #timelineData ol li.version-selected ~ .version .timeline-pin-selected, #timelineData ol li.version-selected ~ .version .timeline-pin-current, #timelineData ol li.version-selected ~ .version .timeline-pin-discontinued {
  background-color: #fff;
  border-color: #797979;
}
#timelineData ol li.version-selected ~ .version .timeline-runner {
  background: #797979;
}
#timelineData ol li.version-selected ~ .version .timeline-runner .timeline-runner-extension {
  background: #797979;
}
#timelineData ol li.version-selected ~ .version > a time {
  color: #797979;
}

/*=============================================
= Collapsible panel for timeline editions
=============================================*/
.collapse-panel {
  overflow: hidden;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 760px) {
  .collapse-panel {
    display: block;
  }
}
.collapse-panel-desktop-title {
  display: none;
}
@media (min-width: 760px) {
  .collapse-panel-desktop-title {
    display: block;
  }
}
.collapse-panel-header {
  height: 50px;
  display: block;
  position: relative;
  color: #031f73;
  border-bottom: 1px solid #9a989c;
  background-color: #ebebeb;
  padding: 15px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .collapse-panel-header {
    display: none !important;
    cursor: default;
  }
}
.collapse-panel-header:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 4px solid #031f73;
  border-bottom: 4px solid #031f73;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 8px;
  transition: transform 0.3s;
  transform-origin: center;
}
@media (min-width: 760px) {
  .collapse-panel-header:after {
    display: none;
  }
}
.collapse-panel-input {
  display: none;
}
.collapse-panel-input:checked ~ .collapse-panel-header:after {
  transform: rotate(-135deg);
}
.collapse-panel-input:checked ~ .collapse-panel {
  transform: translate3d(0, 0, 0);
  display: block;
  padding-top: 10px;
}

/* Components */
/**
 * Footer
 **/
.page-feedback-link .link {
  display: inline-block;
  margin: 0 0 10px;
}

.page-feedback.ui-dialog-content.ui-widget-content {
  padding: 20px;
}
.page-feedback h1,
.page-feedback h2 {
  margin-bottom: 14px;
}
.page-feedback form label {
  display: block;
  margin-bottom: 5px;
}
.page-feedback form input[type=text] {
  display: block;
  margin-bottom: 10px;
  width: 335px;
}
.page-feedback form input[type=submit] {
  margin-top: 10px;
}

footer,
.footer {
  padding: 0 0 20px;
  font-size: 13px;
}
footer:before, footer:after,
.footer:before,
.footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after,
.footer:after {
  clear: both;
}
footer .utility,
footer .about,
.footer .utility,
.footer .about {
  width: 100%;
  text-align: center;
}
footer .utility:before, footer .utility:after,
footer .about:before,
footer .about:after,
.footer .utility:before,
.footer .utility:after,
.footer .about:before,
.footer .about:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .utility:after,
footer .about:after,
.footer .utility:after,
.footer .about:after {
  clear: both;
}
footer .utility .links ul li,
footer .about .links ul li,
.footer .utility .links ul li,
.footer .about .links ul li {
  display: inline;
  padding: 0 9px 0 10px;
  border-left: 1px solid #8b1c40;
}
footer .utility .links ul li:first-child,
footer .about .links ul li:first-child,
.footer .utility .links ul li:first-child,
.footer .about .links ul li:first-child {
  border-left: 0;
}
footer .utility .links ul li a,
footer .about .links ul li a,
.footer .utility .links ul li a,
.footer .about .links ul li a {
  color: #797979;
}
footer .utility .links ul li a:hover,
footer .about .links ul li a:hover,
.footer .utility .links ul li a:hover,
.footer .about .links ul li a:hover {
  text-decoration: underline;
}
footer .utility .social ul li,
footer .about .social ul li,
.footer .utility .social ul li,
.footer .about .social ul li {
  display: inline;
  padding: 0 20px;
}
footer .utility .social ul li a,
footer .about .social ul li a,
.footer .utility .social ul li a,
.footer .about .social ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 36px;
}
footer .utility .social ul li a:hover,
footer .about .social ul li a:hover,
.footer .utility .social ul li a:hover,
.footer .about .social ul li a:hover {
  color: #797979;
}
footer .utility,
.footer .utility {
  margin: 0 -10px 30px;
  padding: 10px 10px 0;
  border-top: 1px dotted #8b1c40;
}
footer .utility .links,
.footer .utility .links {
  margin-bottom: 10px;
}
footer .utility ul.font-size,
.footer .utility ul.font-size {
  margin-top: 10px;
}
footer .utility ul.font-size li,
.footer .utility ul.font-size li {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  font-weight: 700;
}
footer .utility ul.font-size li.small,
.footer .utility ul.font-size li.small {
  font-size: 10px;
}
footer .utility ul.font-size li.medium,
.footer .utility ul.font-size li.medium {
  font-size: 14px;
}
footer .utility ul.font-size li.big,
.footer .utility ul.font-size li.big {
  font-size: 18px;
}
footer .utility ul.font-size li a,
.footer .utility ul.font-size li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #031f73;
  box-sizing: border-box;
  background: #031f73;
  color: #fff;
}
footer .utility ul.font-size li.active a, footer .utility ul.font-size li:hover a,
.footer .utility ul.font-size li.active a,
.footer .utility ul.font-size li:hover a {
  background: #fff;
  color: #797979;
}
footer .about .links,
.footer .about .links {
  padding-top: 5px;
}
footer .col_lx,
.footer .col_lx {
  float: left;
  width: 200px;
  min-height: 10px;
  text-align: left;
}
footer .col_rx,
.footer .col_rx {
  float: right;
  width: 330px;
  min-height: 10px;
  text-align: right;
}
footer .col_cx,
.footer .col_cx {
  position: relative;
  min-height: 10px;
  margin: 0 200px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.visuallyhidden,
.visually-hidden,
.accessibility-text {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
}

.search-results-caption {
  display: none;
}

/*
***********************
* NOTIFICATIONS  *
***********************
*/
/*
.content {
  .notification {
    width: 100%;
    border: 1px solid $messageNoticeBorderColor;
    margin-bottom: 20px;
    @include box-sizing(border-box);
    @include border-radius(3px);
    overflow: hidden;

    ul {
      list-style: decimal inside;
    }

    .titlebar {
      width: 100%;
      height: 34px;
      line-height: 32px;
      padding: 0 0 0 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      font-weight: 700;
      color: #fff;
      background: $messageNoticeHeaderBgColor1;
      @include background-image(linear-gradient($messageNoticeHeaderBgColor1, $messageNoticeHeaderBgColor2));
      @include text-shadow(rgba(#000, 0.35) 1px 1px 0);
      @include box-sizing(border-box);

      .close-btn {
        display: block;
        float: right;
        padding: 0 10px;
        text-decoration: none;
        border-left: 1px solid $messageNoticeBorderColor;
        color: #fff;
        cursor: pointer;
        background-color: transparent;

        &:hover {
          background: #000;
          background: rgba(255, 255, 255, 0.2);
        }
      }
    }

    .content {
      margin: 0;
      padding: 10px;
      border-top: 1px solid $messageNoticeBorderColor;
      background: $messageNoticeBgColor;

      p:last-child {
        margin: 0;
      }
    }

    &.negative {
      border-color: $messageNegativeBorderColor;

      .titlebar {
        background: $messageNegativeHeaderBgColor1;
        @include background-image(linear-gradient($messageNegativeHeaderBgColor1, $messageNegativeHeaderBgColor2));

        .close-btn {
          border-left: 1px solid $messageNegativeBorderColor;
        }
      }

      .content {
        border-color: $messageNegativeBorderColor;
        background: $messageNegativeBgColor;
      }
    }

    &.positive {
      border-color: $messagePositiveBorderColor;

      .titlebar {
        background: $messagePositiveHeaderBgColor1;
        @include background-image(linear-gradient($messagePositiveHeaderBgColor1, $messagePositiveHeaderBgColor2));

        .close-btn {
          border-left: 1px solid $messagePositiveBorderColor;
        }
      }

      .content {
        border-color: $messagePositiveBorderColor;
        background: $messagePositiveBgColor;
      }
    }
  }
}
*/
/* Pages */
.page .col_lx {
  float: left;
  width: 180px;
  min-height: 10px;
  text-align: left;
}
.page .col_lx h2 {
  margin-bottom: 6px;
  padding-top: 12px;
  font-size: 17px;
}
.page .col_lx > ul {
  margin-bottom: 20px;
  border: 1px solid #0b0c0c;
  overflow: hidden;
  border-radius: 10px;
}
.page .col_lx > ul:before, .page .col_lx > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.page .col_lx > ul:after {
  clear: both;
}
.page .col_lx > ul li {
  min-height: 42px;
  line-height: 22px;
  border-top: 1px solid #fff;
  background-color: #fff;
  color: #797979;
  border-color: #0b0c0c;
}
.page .col_lx > ul li:first-child {
  border-top: 0;
}
.page .col_lx > ul li:hover {
  border-color: #fff;
}
.page .col_lx > ul li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #797979;
  border-color: #0b0c0c;
}
.page .col_lx > ul li a:hover {
  background-color: #0b0c0c;
  color: #fff;
}
.page .col_lx > ul li.active {
  border-color: #0b0c0c;
}
.page .col_lx > ul li.active a {
  padding: 10px 20px 10px 10px;
  color: #fff;
  background-color: #0b0c0c;
}
.page .col_lx > ul li.active a:after {
  position: absolute;
  top: 50%;
  right: 14px;
  height: 42px;
  margin-top: -21px;
  line-height: 42px;
  font-family: "FontAwesome";
  font-size: 18px;
  content: " \f0da";
  color: #fff;
}
.page .col_lx.wide {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .page .col_lx.wide {
    width: 220px;
    margin-bottom: 0;
  }
}
.page .col_lx.wide > ul li.active a {
  background-position: 200px 50%;
}
.page .col_lx .search-filters h3 {
  margin-bottom: 10px;
}
.page .col_lx .widget.content-filters .option-symbol {
  border: 1px solid #8b1c40;
  background-color: #fff;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 1px 4px;
  text-align: center;
  min-width: 12px;
  font-weight: bold;
  margin-right: 8px;
}
.page .col_lx .widget.content-filters .option-symbol.instrument {
  border: 0;
  background-color: initial;
  font-weight: normal;
  color: #8b1c40;
  text-align: left;
  font-size: 16px;
  margin-right: 6px;
}
.page .col_lx .widget.content-filters .option-symbol.deleted {
  background-color: inherit;
  border: none;
  width: 14px;
}
.page .col_lx .widget.timeline-datepicker input[type=text] {
  width: 100%;
  margin-bottom: 6px;
}
.page .col_lx .widget.timeline-datepicker .btn {
  margin-bottom: 6px;
}
.page .col_lx .widget.filters input[type=text] {
  width: 100%;
}
.page .col_lx .widget.filters .date-range label {
  min-width: 100px;
  display: inline-block;
}
.page .col_lx .widget.filters .btn {
  margin-top: 9px;
}
.page .col_lx .widget.filters .ui-selectmenu-button {
  margin-bottom: 6px;
}
.page .col_lx .widget.manage-alerts .btn {
  margin-top: 3px;
}
.page .col_lx .widget.manage-alerts form > div {
  overflow: hidden;
  margin-bottom: 5px;
}
.page .col_lx .widget.manage-alerts input[type=checkbox] {
  float: left;
  margin-top: 4px;
  margin-right: 11px;
}
.page .col_lx .widget.manage-alerts label {
  width: 88%;
  line-height: 20px;
  float: left;
}
.page .col_lx .widget .versions li,
.page .col_lx .widget .action li,
.page .col_lx .widget .navigation li {
  height: auto;
  line-height: inherit;
  margin-top: 6px;
  border-radius: 5px;
  border: 1px solid #797979;
  background: #fff;
}
.page .col_lx .widget .versions li a,
.page .col_lx .widget .action li a,
.page .col_lx .widget .navigation li a {
  padding-left: 10px;
  color: #797979;
}
.page .col_lx .widget .versions li .fa,
.page .col_lx .widget .action li .fa,
.page .col_lx .widget .navigation li .fa {
  font-size: 13px;
  vertical-align: baseline;
}
.page .col_lx .widget .versions .selected,
.page .col_lx .widget .action .selected,
.page .col_lx .widget .navigation .selected {
  background: #8b1c40;
  border-color: #8b1c40;
}
.page .col_lx .widget .versions .selected a,
.page .col_lx .widget .action .selected a,
.page .col_lx .widget .navigation .selected a {
  color: #fff;
}
.page .col_lx .widget .versions .disabled,
.page .col_lx .widget .action .disabled,
.page .col_lx .widget .navigation .disabled {
  border-color: #aaa;
}
.page .col_lx .widget .versions .disabled a,
.page .col_lx .widget .action .disabled a,
.page .col_lx .widget .navigation .disabled a {
  color: #aaa;
  cursor: default;
}
.page .col_lx .widget .versions .disabled a:hover,
.page .col_lx .widget .action .disabled a:hover,
.page .col_lx .widget .navigation .disabled a:hover {
  text-decoration: none;
}
.page .col_lx .widget .versions li a {
  clear: both;
  display: block;
  overflow: hidden;
}
.page .col_lx .widget .versions li a span:last-child {
  display: block;
  float: right;
  margin: 0 5px 0 0;
  width: 89%;
}
.page .col_lx .widget.news-filters h4 {
  margin-top: 6px;
}
.page .col_lx .widget.news-filters input[type=checkbox] {
  display: none;
}
.page .col_lx .widget.news-filters input[type=checkbox] ~ label {
  margin-bottom: 3px;
  margin-right: 30px;
  display: inline-block;
  cursor: pointer;
}
.page .col_lx .widget.news-filters input[type=checkbox] ~ label span {
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-right: 10px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  top: 7px;
}
.page .col_lx .widget.news-filters #news-filter:checked ~ label span {
  background: url("/img/icons/tick-grey.png") left top no-repeat;
}
.page .col_lx .widget.news-filters #recent-instrument-filter:checked ~ label span {
  background: url("/img/icons/tick-aquam.png") left top no-repeat;
}
.page .col_lx .widget.news-filters #handbook-changes-made:checked ~ label span {
  background: url("/img/icons/tick-orange.png") left top no-repeat;
}
.page .col_lx .widget.news-filters #handbook-changes-effective:checked ~ label span {
  background: url("/img/icons/tick-sky.png") left top no-repeat;
}
.page .col_lx .widget.news-filters .btn {
  margin-top: 9px;
}
.page .col_lx .widget.search .search-guidance {
  font-size: 16px;
  padding-left: 5px;
  line-height: 24px;
  width: auto;
  height: auto;
  float: right;
}
.page .col_lx .widget.search .input-fields {
  position: relative;
}
.page .col_lx .widget.search p {
  font-size: 12px;
}
.page .col_lx .widget.search p a {
  color: #797979;
  text-decoration: underline;
}
.page .col_lx .list-az {
  margin-top: 5px;
}
.page .col_lx .list-az ul:before, .page .col_lx .list-az ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.page .col_lx .list-az ul:after {
  clear: both;
}
.page .col_lx .list-az ul li {
  display: inline-block;
  float: left;
  width: 20px;
  height: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #919191;
  background: white;
}
.page .col_lx .list-az ul li.first {
  clear: both;
}
.page .col_lx .list-az ul li a {
  display: block;
  color: #797979;
}
.page .col_lx .list-az ul li a:hover {
  background: #919191;
}
.page .col_lx.wide .widget .versions li a span:last-child {
  width: 88%;
}

.col_lx {
  /* Block for CMS */
}
.col_lx.main-toc .widget:first-child {
  padding-top: 10px;
}
.col_lx .widget .favourite-anchor {
  background: #fff;
  border: 1px solid #797979;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin-top: 6px;
  padding-left: 10px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}
.col_lx .widget .favourite-anchor:hover {
  background: #8b1c40;
  border-color: #8b1c40;
  color: #fff;
}
.col_lx .widget .favourite-anchor.favourited {
  background: #8b1c40;
  border-color: #8b1c40;
  color: #fff;
}
.col_lx .tools button,
.col_lx .tools a {
  background: #fff;
  border: 1px solid #797979;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin-top: 6px;
  padding-left: 10px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}
.col_lx .tools button:hover,
.col_lx .tools a:hover {
  background: #8b1c40;
  border-color: #8b1c40;
  color: #fff;
}
.col_lx .tools button.favourited,
.col_lx .tools a.favourited {
  background: #8b1c40;
  border-color: #8b1c40;
  color: #fff;
}
.col_lx .tools .top-btn {
  margin-top: 0;
}
.col_lx .widget {
  margin-bottom: 0;
  border-top: 1px dotted #8b1c40;
  padding-bottom: 10px;
  padding-top: 10px;
}
.col_lx .widget.more-resources > div .fa {
  vertical-align: top;
  margin-top: 4px;
}
.col_lx .widget.more-resources > div a {
  width: 180px;
  display: inline-block;
}
.col_lx .widget.more-resources > div a:hover {
  text-decoration: underline;
}
.col_lx .widget:first-child {
  border-top: 0;
  padding-top: 0;
}
.col_lx .widget a {
  color: #797979;
}
.col_lx .widget a:hover {
  text-decoration: underline;
}
.col_lx .widget .btn {
  height: 26px;
  line-height: 24px;
  width: 100%;
}
.col_lx .widget .chosen-container {
  margin-bottom: 6px;
  margin-top: 5px;
}
.col_lx .widget.search h4 {
  margin-bottom: 3px;
}
.col_lx .widget.search p {
  font-size: 12px;
}
.col_lx .widget.search input[type=text] {
  width: 100%;
}
.col_lx .widget.search a {
  color: #031f73;
}
.col_lx .widget input[type=radio],
.col_lx .widget input[type=checkbox] {
  margin-right: 7px;
}
.col_lx .block {
  margin-bottom: 0;
  border-top: 1px dotted #8b1c40;
  padding-bottom: 10px;
  padding-top: 10px;
}
.col_lx .block .block-heading {
  font-weight: bold;
}
.col_lx .block ol,
.col_lx .block ul {
  padding: 10px 0 0;
}
.col_lx .block ol.no-style,
.col_lx .block ul.no-style {
  list-style: none;
}
.col_lx .block ul {
  list-style: disc inside;
}
.col_lx .block ol {
  list-style: decimal inside;
}
.col_lx .block div a {
  display: inline-block;
  margin: 10px 0 0;
}
.col_lx .block i,
.col_lx .block em {
  font-style: italic;
}
.col_lx .block strong,
.col_lx .block b {
  font-weight: bold;
}

.content.home {
  background: #f1f1f1;
}
/**
 * Main content
 **/
.page .expendable-content .pdfOutput > span > ul, .page .expendable-content .pdfOutput > ul {
  padding: 0 15px 15px 15px;
}
.page .expendable-content .definedTermsToggle {
  display: none;
}
.page .pdfOutput h2 {
  display: none;
}
.page .pdfOutput > span > ul, .page .pdfOutput > ul {
  margin: 0;
  padding: 15px;
  background: #f7f7f7;
  list-style: none;
}
.page .pdfOutput > span > ul li, .page .pdfOutput > ul li {
  width: auto;
  padding: 8px;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #8b1c40;
  border: 2px solid #8b1c40;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  max-height: initial;
  padding: 8px 8px 8px 40px;
  margin: 0 0 10px 0;
  position: relative;
  border: 0px;
  background-color: #f7f7f7;
  color: #fff;
  cursor: pointer;
}
.page .pdfOutput > span > ul li:hover, .page .pdfOutput > ul li:hover {
  text-decoration: underline;
}
.page .pdfOutput > span > ul li:last-child, .page .pdfOutput > ul li:last-child {
  margin-bottom: 0;
}
.page .pdfOutput > span > ul li:before, .page .pdfOutput > ul li:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 20px;
  background: url("/img/icons/icon-pdf.svg");
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.page .pdfOutput > span > ul li a, .page .pdfOutput > ul li a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
/* ---------- FCA Publications --------- */
.search-guidance {
  color: #000;
}

.page.publication {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1020px) {
  .page.publication {
    display: block;
  }
}
.page.publication .widget .versions ul {
  list-style: none;
  margin: 0 0 10px 0;
}
.page.publication .widget .versions li {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 760px) {
  .page.publication .widget .versions li {
    font-size: 18px;
  }
}
.page.publication .widget .versions li a {
  display: block !important;
  border-bottom: 5px solid #eff3fd;
  cursor: pointer;
  color: #8b1c40;
  font-size: 14px;
  text-decoration: none;
  background-color: #eff3fd;
  position: relative;
  padding: 0px 5px 0px 5px;
  color: #000;
  text-decoration: underline;
}
.page.publication .widget .versions li a:focus, .page.publication .widget .versions li a:hover {
  color: #fff;
  background-color: #eff3fd;
  text-decoration: none;
  border-bottom-color: #eff3fd;
}
.page.publication .widget .versions li a.selected {
  color: #8b1c40;
  background-color: #eff3fd;
  text-decoration: none;
  border-bottom-color: #eff3fd;
}
.page.publication .widget .versions li a[onClick]:before {
  margin-top: 2px;
}
.page.publication .widget .versions li a:hover {
  color: #000;
  background-color: #ccc;
  border-bottom-color: #ccc;
}
.page.publication .widget .versions li a span:last-child {
  color: #000;
  width: 100%;
  display: block;
  margin-right: 0;
  position: relative;
}
.page.publication .widget .versions li a span:last-child:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("/img/icons/icon_external_link_radle.svg");
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.page.publication .widget .versions li .fa {
  display: none;
}
.page.publication .widget .versions li:last-child a span:last-child::after {
  display: none;
}
.page.publication .glossary-content h1,
.page.publication .handbook-content h1 {
  padding: 12px 0;
}
@media (min-width: 760px) {
  .page.publication .glossary-content h1,
  .page.publication .handbook-content h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.page.publication .glossary-content h2,
.page.publication .handbook-content h2 {
  margin-bottom: 0px;
  padding: 12px 0;
}
@media (min-width: 760px) {
  .page.publication .glossary-content h2,
  .page.publication .handbook-content h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1020px) {
  .page.publication .glossary-content h2,
  .page.publication .handbook-content h2 {
    padding: 12px 0 0 150px;
  }
}
.page.publication .glossary-content h3,
.page.publication .handbook-content h3 {
  margin-bottom: 0px;
}
@media (min-width: 760px) {
  .page.publication .glossary-content h3,
  .page.publication .handbook-content h3 {
    margin-bottom: 20px;
  }
}
.page.publication .glossary-content .autodeftext:hover,
.page.publication .handbook-content .autodeftext:hover {
  text-decoration: underline;
}
.page.publication .glossary-content ol,
.page.publication .glossary-content ul,
.page.publication .handbook-content ol,
.page.publication .handbook-content ul {
  list-style: none;
}
.page.publication .glossary-content ol li p:first-of-type,
.page.publication .glossary-content ul li p:first-of-type,
.page.publication .handbook-content ol li p:first-of-type,
.page.publication .handbook-content ul li p:first-of-type {
  display: inline;
}
.page.publication .glossary-content ol a,
.page.publication .glossary-content ol p,
.page.publication .glossary-content ul a,
.page.publication .glossary-content ul p,
.page.publication .handbook-content ol a,
.page.publication .handbook-content ol p,
.page.publication .handbook-content ul a,
.page.publication .handbook-content ul p {
  display: inline-block;
}
.page.publication #publication-content {
  margin-left: 0;
  padding-top: 30px;
}
.page.publication .content-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
@media (min-width: 760px) {
  .page.publication .content-navigation {
    min-height: 60px;
    justify-content: space-between;
  }
}
.page.publication .content-navigation:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #000;
  margin: 10px 0 15px 0;
}
.page.publication .content-navigation-wrapper {
  order: 3;
}
.page.publication .content-navigation-wrapper.bottom {
  order: 5;
}
.page.publication .content-navigation .btn {
  min-width: 1px;
  color: #031f73;
  background: transparent;
  border: none;
  text-decoration: underline;
  display: block;
  top: 0;
}
.page.publication .content-navigation .btn.previous {
  padding-left: 20px;
  position: relative;
}
.page.publication .content-navigation .btn.previous:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.page.publication .content-navigation .btn.previous:before {
  transform: translateY(-50%) rotate(225deg);
  left: 10px;
}
.page.publication .content-navigation .btn.previous:before {
  left: 0px;
}
.page.publication .content-navigation .btn.next {
  padding-right: 20px;
  position: relative;
}
.page.publication .content-navigation .btn.next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.page.publication .content-navigation .btn.next:before {
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
}
.page.publication .content-navigation .btn.next:before {
  left: initial;
  right: 0px;
}
.page.publication .content-navigation .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.page.publication .content-navigation .btn .fa {
  display: none;
}
.page.publication .track-changes-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding-bottom: 10px;
}
@media (min-width: 1020px) {
  .page.publication .track-changes-control {
    padding-right: 10px;
    justify-content: space-between;
  }
}
.page.publication .track-changes-control .control {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 1020px) {
  .page.publication .track-changes-control .control {
    margin-right: 0px;
  }
}
.page.publication .toc {
  margin-left: 0;
}
.page.publication .col_lx {
  background-color: transparent;
}
.page.publication .col_lx.wide {
  width: 100%;
  order: 2;
  padding: 0;
}
@media (min-width: 1020px) {
  .page.publication .col_lx.wide {
    width: 245px;
  }
}
.page.publication .col_lx .tools a:hover,
.page.publication .col_lx .tools button:hover {
  text-decoration: none;
  background-color: #919191;
  border: 1px solid #919191;
}
.page.publication .col_cx .toc .toc {
  margin-left: 0px;
  margin-top: 0px;
}
.page.publication .full-screen-trigger, .page.publication .print-page-trigger {
  position: absolute;
  right: -1px;
  background: transparent;
  z-index: 10;
  display: none;
}
.page.publication .print-page-trigger {
  right: 36px;
}
.page.publication .version-title {
  padding: 10px 5px 10px 15px;
  color: #000;
  margin: 25px 0;
  border-left: 3px solid #8b1c40;
}
.page.publication .version-info {
  padding: 10px 0;
}
.page.publication .related-documents-content {
  padding-top: 40px;
}
.page.search-result .version-title {
  padding: 10px 5px 10px 15px;
  color: black;
  margin: 25px 0;
  border-left: 3px solid #8b1c40;
}

.expendable-content {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s;
  display: block;
}
.expendable-content.collapsed {
  max-height: 0px;
}
.expendable-content.expanded {
  max-height: 8500px;
}
.expendable-content-header {
  cursor: pointer;
}

/* Special */
/*
 ***********************
 * STRIPE PAYMENT FORM  *
 ***********************
*/
.stripe-payment-form {
  margin: 8px;
  margin-bottom: 4px;
  /* Buttons and links */
}
.stripe-payment-form .payment-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -70px;
}
.stripe-payment-form .payment-buttons > * {
  margin-left: 15px;
}
.stripe-payment-form .payment-buttons a {
  line-height: 40px;
}
.stripe-payment-form .payment-buttons a, .stripe-payment-form .payment-buttons a:visited, .stripe-payment-form .payment-buttons a:hover {
  color: #0b0c0c !important;
  text-decoration: none;
}
.stripe-payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}
.stripe-payment-form .fieldset {
  margin: 0 0 30px;
  padding: 0;
  border-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.stripe-payment-form .fieldset .error.visible {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.stripe-payment-form .field-label {
  width: 100%;
  font-size: 1.23em;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.stripe-payment-form .field-hint {
  width: 100%;
  font-size: 1.23em;
  line-height: 1.25em;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  margin-bottom: 15px;
  color: #626a6e;
}
.stripe-payment-form .field-warning-text {
  display: flex;
  align-items: center;
}
.stripe-payment-form .field-warning-text__icon {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  left: 0;
  width: 29px;
  height: 29px;
  border: 3px solid #0b0c0c;
  border-radius: 50%;
  color: #fff;
  background: #0b0c0c;
  line-height: 26px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 10px;
  box-sizing: border-box;
}
.stripe-payment-form .field-cvc-icon {
  background-image: url("/img/icons/stripe/security-code.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 62.85714px;
  margin-left: 1rem;
}
.stripe-payment-form .field {
  padding: 10px 20px 11px;
  border-radius: 0;
  border: 2px solid #ccc;
  width: 100%;
}
.stripe-payment-form .field.half-width {
  width: calc(50% - 2.5px);
}
.stripe-payment-form .field.third-width {
  width: calc(33% - 1.6666666667px);
}
.stripe-payment-form .field.fourth-width {
  width: calc(25% - 1.6666666667px);
}
.stripe-payment-form .field.focus, .stripe-payment-form .field:focus {
  color: #424770;
  background-color: #f6f9fc;
}
.stripe-payment-form .field.focus::-webkit-input-placeholder, .stripe-payment-form .field:focus::-webkit-input-placeholder {
  color: #cfd7df;
}
.stripe-payment-form .field.focus::-moz-placeholder, .stripe-payment-form .field:focus::-moz-placeholder {
  color: #cfd7df;
}
.stripe-payment-form .field.focus:-ms-input-placeholder, .stripe-payment-form .field:focus:-ms-input-placeholder {
  color: #cfd7df;
}
.stripe-payment-form .field.invalid {
  background-color: #fa755a;
}
.stripe-payment-form .field.invalid.focus {
  background-color: #f6f9fc;
}
.stripe-payment-form input {
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-style: none;
}
.stripe-payment-form input::-webkit-input-placeholder {
  color: #9bacc8;
}
.stripe-payment-form input::-moz-placeholder {
  color: #9bacc8;
}
.stripe-payment-form input:-ms-input-placeholder {
  color: #9bacc8;
}
.stripe-payment-form .error {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e74c3c;
}
.basket-panel-item .stripe-payment-form .error:before, .basket-panel-item .stripe-payment-form .error:after {
  display: none;
}
.stripe-payment-form .error.visible {
  position: relative;
}
.stripe-payment-form .error.visible:before {
  content: "";
  display: table;
  width: 0px;
  height: 100%;
  border-left: 5px solid #e74c3c;
  position: absolute;
  left: -10px;
  bottom: 0;
}
@media (min-width: 1020px) {
  .stripe-payment-form .error.visible:before {
    left: -20px;
  }
}
.stripe-payment-form .error.visible:after {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.stripe-payment-form .stripe-card-icon {
  background-image: url("/img/icons/stripe/accepted-cards-sprite.png");
  background-size: 439.2px 65.6px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 48.8px;
  height: 32.8px;
}
.stripe-payment-form .stripe-card-icon--visa {
  background-position: 0 0;
}
.stripe-payment-form .stripe-card-icon--mastercard {
  background-position: -48.8px 0;
}
.stripe-payment-form .stripe-card-icon--amex {
  background-position: -97.6px 0;
}

/* default jQuery */
/* datepicker */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  z-index: 99 !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* custom */
.ui-datepicker {
  background: #fff;
  border: 1px solid #919191;
  border-radius: 0 5px 5px 5px;
  padding-top: 2px;
  width: 21em;
}
.ui-datepicker .ui-datepicker-header {
  border: 1px solid #eeeeee;
  background-image: -owg-linear-gradient(#f1f1f1, white, #f1f1f1);
  background-image: linear-gradient(#f1f1f1, white, #f1f1f1);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
  margin-right: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  margin-left: 1px;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 2px;
}
.ui-datepicker .ui-state-default {
  border: 1px solid #eeeeee;
  background-image: -owg-linear-gradient(#f1f1f1, white, #f1f1f1);
  background-image: linear-gradient(#f1f1f1, white, #f1f1f1);
}
.ui-datepicker .ui-datepicker-other-month .ui-state-default {
  background: #eee;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f0d9";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f0da";
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  overflow: hidden;
  height: 100%;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  color: #797979;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 25%;
  height: 50%;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  text-indent: 100%;
}

.ui-widget-overlay {
  background: #919191;
  filter: Alpha(Opacity=60);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
}

.ui-dialog-titlebar {
  background: #8b2342;
  color: #fff;
  cursor: move;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
}

.ui-dialog {
  z-index: 100;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none;
  color: #fff;
  cursor: pointer;
  float: right;
  height: 18px;
  margin: -10px 0 0 0;
  overflow: hidden;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
  height: 10px;
  line-height: 17px;
  width: 17px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-text {
  left: 100%;
  position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
  background: #fff;
  border-top: 1px solid #8b2342;
  padding: 8px 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.ui-dialog .ui-dialog-buttonpane:before, .ui-dialog .ui-dialog-buttonpane:after {
  display: table;
  content: "";
  line-height: 0;
}
.ui-dialog .ui-dialog-buttonpane:after {
  clear: both;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  cursor: pointer;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  margin-left: 10px;
}
.ui-dialog .ui-dialog-content {
  background: #fff;
  border: 0;
  overflow: auto;
  position: relative;
  padding: 0.5em 1em;
  zoom: 1;
  padding-bottom: 80px;
}
.ui-dialog form.ui-dialog-content {
  width: 100% !important;
}

#dialog {
  background: #fff;
}

/* Chosen */
.content .page .chosen-choices,
.content .page .chosen-results {
  margin: 0;
}
.content .page .chosen-choices .vetinary,
.content .page .chosen-results .vetinary {
  background-color: #cadba8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FFCADBA8", endColorstr="#FFC0DF85");
  background-image: -owg-linear-gradient(#cadba8, #c0df85 50%, #c0df85 52%, #cadba8);
  background-image: linear-gradient(#cadba8, #c0df85 50%, #c0df85 52%, #cadba8);
}
.content .page .chosen-choices li,
.content .page .chosen-results li {
  line-height: 25px;
}

.ui-selectmenu-button {
  background: #fff;
  border: 1px solid #919191;
  cursor: pointer;
  display: inline-block;
  float: right;
  overflow: hidden;
  margin: 5px 0 0;
  min-width: 197px;
  padding: 2px 5px;
  position: relative;
  text-decoration: none;
}

.ui-selectmenu-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
}
.ui-selectmenu-menu ul {
  border: 1px solid #919191;
}
.ui-selectmenu-menu ul li {
  padding: 2px 5px 0 10px;
}
.ui-selectmenu-menu ul li.ui-selectmenu-optgroup {
  padding: 5px 10px;
}

.ui-menu-item {
  padding: 0 0 0 10px;
}

.ui-selectmenu-open {
  background: #fff;
  display: block;
  min-height: 100px;
}

.ui-menu-item:hover,
.ui-selectmenu-optgroup {
  background: #8b2342;
  color: #fff;
  cursor: pointer;
}

.ui-icon-triangle-1-s {
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 3px;
  right: 5px;
}
.ui-icon-triangle-1-s:hover {
  color: #fff;
}
.ui-icon-triangle-1-s:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f0d7";
  color: #333;
}

.ui-state-focus .ui-icon-triangle-1-s:before {
  color: #fff;
}

.instrument-warning-dialog {
  border: 1px solid #919191;
}
.instrument-warning-dialog .ui-dialog-titlebar {
  background: #c20209;
}

.noJs .provenance-trail-header .js-expendable-content-header {
  display: none;
}
.noJs .expendable-content.collapsed {
  max-height: unset;
}
.noJs .content button.tocNodeHeading {
  display: none;
}
.noJs .content .page .publications-nav .parentMenuLink {
  height: 20px;
  width: 100%;
  text-align: right;
}
.noJs .content .page .publications-nav li a.noJsElement {
  position: absolute;
  right: 15px;
  top: 4px;
  border-bottom: 0;
  padding-right: 0;
  font-size: 120%;
}
.noJs .content .page .publications-nav li a.noJsElement:hover {
  background-color: unset;
}
.noJs .content .page .left-nav-content .tocParentLink {
  display: none;
}

.js .noJsElement {
  display: none !important;
}
.js.lt-ie9 .provenance-trail {
  overflow-y: hidden;
}
.js .provenance-trail {
  opacity: 0;
  height: 0;
}
.js .provenance-trail .guidance-box {
  display: none;
}
.js .ui-dialog {
  display: none;
}
.js .item-list-sort .submit {
  display: none;
}
.js .page.publication .glossary-content .changed-by,
.js .page.publication .glossary-content .deleted,
.js .page.publication .handbook-content .changed-by,
.js .page.publication .handbook-content .deleted {
  display: none;
}
.js .page.publication .glossary-content table.deleted,
.js .page.publication .handbook-content table.deleted {
  display: table;
}
.js .page.publication .glossary-content table tr.deleted,
.js .page.publication .handbook-content table tr.deleted {
  display: table-row;
  font-size: 0;
}
.js .page.publication .glossary-content table td.deleted,
.js .page.publication .handbook-content table td.deleted {
  display: table-cell;
  font-size: 0;
}
.js .page.publication .glossary-content table .full-font-size,
.js .page.publication .handbook-content table .full-font-size {
  font-size: 14px !important;
}

/* Style overrides */
/* Print */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media print {
  #top,
  nav,
  footer,
  .breadcrumbs,
  .col_lx,
  .tabs,
  .content-navigation,
  .provenance-trail,
  .search.widget,
  .item-list-sort,
  .js-provenance-trail-container,
  .revision-history-form-container,
  .full-screen-trigger,
  .page.publication .print-page-trigger,
  .print-page-trigger,
  .pagination {
    display: none !important;
  }
  .col_cx {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .content .page .col_lx.wide + .col_cx,
  .content .page .col_lx.wide + .col_rx + .col_cx {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .track-changes-print-header {
    padding: 10px 5px 10px 15px;
    color: #000;
    margin: 25px 0;
    border-left: 3px solid #8b1c40;
    display: none;
  }
}
@media only screen {
  .print-header {
    display: none;
  }
  .track-changes-print-header {
    display: none !important;
  }
}
/*=============================================
=            THEME SPECIFIC STYLE            =
=============================================*/
/* Typography */
/*
***********************
* TYPOGRAPHY  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
body {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
.fa-star:after {
  font-family: "FontAwesomeRegular";
}

/* Components */
/*
***********************
* ACCORDION  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
details {
  clear: both;
}
details:last-of-type {
  margin-bottom: 30px;
}
details.simple-layout {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
details.simple-layout summary h3:before {
  font-size: 1rem;
  content: "Show key";
  display: block;
}
details.simple-layout[open] {
  border-bottom: 2px solid #0b0c0c;
  padding-bottom: 30px;
}
details.simple-layout[open] summary {
  border-top: 2px solid #0b0c0c;
}
details.simple-layout[open] summary h3:before {
  content: "Hide key";
}
details:after {
  content: "";
  display: table;
  clear: both;
}
details[open] summary {
  background-color: #ececec;
  font-weight: 700;
  text-decoration: underline;
}
details[open] summary:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
details[open] summary:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
details[open] summary:before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
details[open] summary:before {
  margin-top: 4px;
}
details[open] summary + div, details[open] summary + p {
  padding-top: 15px;
}
@media (min-width: 760px) {
  details[open] > *:nth-child(2) {
    padding-top: 14px;
  }
}
details[open] details summary {
  background-color: transparent;
  font-weight: 400;
}
details summary {
  position: relative;
  cursor: pointer;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #031f73;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 50px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #9a989c;
}
details summary:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
details summary:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
details summary:before {
  margin-top: 2px;
  margin-right: -2px;
  transform: translateY(-50%) rotate(135deg);
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:before {
  margin-right: -1px;
}
@media (min-width: 760px) {
  details summary {
    font-size: 24px;
    line-height: 25px;
  }
}
details summary:hover {
  background-color: #ececec;
  text-decoration: underline;
}
details summary h2, details summary h3 {
  color: inherit;
  margin: 0 !important;
  padding: 0;
  font-weight: inherit;
}
details ul {
  margin: 15px 0;
  list-style: none;
}
@media (min-width: 760px) {
  details ul {
    border-left: 3px solid #031f73;
    padding-left: 30px;
  }
}
details ul ul {
  border: none;
  padding-left: 0;
}
details ul li {
  list-style: none;
  padding: 10px 0;
}
details cite {
  border-left: 3px solid #031f73;
  padding-left: 15px;
  display: block;
  margin-bottom: 14px;
}
details cite a[href^=phone] {
  text-decoration: none;
}

/*
***********************
* CAROUSEL  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/*
***********************
* CAROUSEL  *
* Desc: Banner with transition animations for expand collapse *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.cookie-preferences-banner {
  background: #f3f2f1;
  border-bottom: 10px solid transparent;
  transition: all 0.5s ease-in-out;
  position: sticky;
  top: 0;
  z-index: 999;
}
.cookie-preferences-banner .container {
  max-width: 1400px;
  width: 100%;
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease-in-out;
  padding: 15px;
}
@media (min-width: 760px) {
  .cookie-preferences-banner .container {
    padding: 15px 0px;
  }
}
@media (min-width: 1020px) {
  .cookie-preferences-banner .container {
    padding: 30px;
  }
}
@media (min-width: 760px) {
  .cookie-preferences-banner .container {
    padding: 15px 30px;
  }
}
.cookie-preferences-banner.hide {
  max-height: 0;
  overflow: hidden;
}
.cookie-preferences-banner.hide .container {
  padding: 0;
}
.cookie-preferences-banner.hide-overflow {
  overflow: hidden;
}
.cookie-preferences-banner h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .cookie-preferences-banner h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.cookie-preferences-banner p {
  margin-bottom: 15px;
}
.cookie-preferences-banner a {
  display: inline-block;
  color: #1d70b8;
  text-decoration: underline;
}
.cookie-preferences-banner a:hover {
  color: #003078;
}
.cookie-preferences-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 760px) {
  .cookie-preferences-banner ul {
    align-items: center;
    flex-direction: row;
  }
}
.cookie-preferences-banner li {
  width: 100%;
  text-align: center;
  margin-right: 15px;
}
@media (min-width: 760px) {
  .cookie-preferences-banner li {
    width: auto;
  }
}
.cookie-preferences-banner li:last-child {
  width: 100%;
  text-align: left;
}
.cookie-preferences-banner li > * {
  margin-bottom: 15px;
}
.cookie-preferences-banner .btn.set-cookie-preferences, .cookie-preferences-banner .btn.accept-all-cookies, .cookie-preferences-banner .btn.reject-all-cookies, .cookie-preferences-banner .btn.dismiss {
  width: 100%;
  color: #fff;
  background-color: #075f36;
  box-shadow: 0 2px 0 #002d18;
  padding: 8px 10px 7px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  margin-left: 0;
  line-height: 24px;
}
.cookie-preferences-banner .btn.set-cookie-preferences:hover, .cookie-preferences-banner .btn.accept-all-cookies:hover, .cookie-preferences-banner .btn.reject-all-cookies:hover, .cookie-preferences-banner .btn.dismiss:hover {
  background-color: #005a30;
}
@media (min-width: 760px) {
  .cookie-preferences-banner .btn.set-cookie-preferences, .cookie-preferences-banner .btn.accept-all-cookies, .cookie-preferences-banner .btn.reject-all-cookies, .cookie-preferences-banner .btn.dismiss {
    width: auto;
  }
}
.cookie-preferences-banner .btn.set-cookie-preferences[disabled], .cookie-preferences-banner .btn.accept-all-cookies[disabled], .cookie-preferences-banner .btn.reject-all-cookies[disabled], .cookie-preferences-banner .btn.dismiss[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
.cookie-info {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  table-layout: fixed;
}
.cookie-info th {
  background-color: #8b1c40;
  color: #fff;
  font-weight: 700;
}
.cookie-info th,
.cookie-info td {
  text-align: center;
  border: 1px solid #ccc;
}
.cookie-info th:nth-child(1),
.cookie-info td:nth-child(1) {
  width: 15%;
  word-wrap: break-word;
}
.cookie-info th:nth-child(2),
.cookie-info td:nth-child(2) {
  width: 15%;
  word-wrap: break-word;
}
.cookie-info th:nth-child(3),
.cookie-info td:nth-child(3) {
  width: 55%;
}
.cookie-info th:nth-child(4),
.cookie-info td:nth-child(4) {
  width: 15%;
}
.cookie-banner-is-active a {
  scroll-margin-top: 8.33em;
}

form.cookie-form {
  margin-bottom: 30px;
}
form .inline-options {
  display: flex;
  flex-direction: row;
}

/*
 ***********************
 * SELECT MENU -> FANCY DROPDOWN  *
 ***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.selectmenu {
  position: relative;
  width: auto;
  display: inline-block;
  width: 100%;
}
.selectmenu-container {
  padding: 12px 36px 12px 12px;
  width: 100%;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  background: #fff;
  margin-bottom: 0;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
}
.selectmenu-container--error, select:focus .selectmenu-container {
  border: 1px solid #e74c3c;
}
.selectmenu-container--error:focus {
  border-width: 2px;
  outline: none;
}
.selectmenu-container:hover {
  color: #8b1c40;
}
.selectmenu-label {
  margin-right: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.selectmenu-arrow {
  width: 23px;
  height: 23px;
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.selectmenu-arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.selectmenu-arrow:before {
  transform: translateY(-50%) rotate(135deg);
}
.selectmenu-arrow:before {
  top: 8px;
}
.selectmenu--active .selectmenu-arrow {
  background-position: -150px -100px;
}
.selectmenu-options {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border: 1px solid #0b0c0c;
  position: absolute;
  background: #fff;
  z-index: 1000;
  top: 46px;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectmenu--active .selectmenu-options {
  display: block;
  max-height: 220px;
}
.selectmenu-option {
  padding: 4px 6px;
  cursor: pointer;
}
.selectmenu-option--selected {
  font-weight: 700;
}
.selectmenu-option--disabled {
  opacity: 0.5;
  cursor: default;
}
.selectmenu-option--disabled:hover {
  background: none;
}
.selectmenu-option:hover {
  color: #555;
  background-color: #eee;
}

/*
 ***********************
 * PROVENANCE TRAIL    *
 ***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.timeline-scrollbar {
  padding: 15px 0;
  border: 1px solid #9a989c;
  border-left: none;
  border-right: none;
}

#timelineData .point-in-time {
  display: none;
}
#timelineData .timeline-pin, #timelineData .timeline-pin-selected, #timelineData .timeline-pin-current, #timelineData .timeline-pin-discontinued {
  border-width: 8px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7);
  left: 0;
}
#timelineData .timeline-pin {
  border-color: #9a989c;
}
#timelineData .timeline-date div {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
#timelineData .timeline-date div:first-child {
  padding-top: 10px;
}
#timelineData ol li a {
  margin-left: -50%;
}
#timelineData ol li:first-child {
  padding-left: 90px;
}
#timelineData ol li:first-child .timeline-pin, #timelineData ol li:first-child .timeline-pin-selected, #timelineData ol li:first-child .timeline-pin-current, #timelineData ol li:first-child .timeline-pin-discontinued {
  border-width: 5px;
  border-radius: 0;
  top: 0;
  border-color: #9a989c;
}
#timelineData ol li:first-child .timeline-pin {
  left: 90px;
}
#timelineData ol li:first-child .timeline-runner {
  width: 100%;
}
#timelineData ol li.version .timeline-runner {
  background: #9a989c;
}
#timelineData ol li.version-selected:before {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
#timelineData ol li.version-selected:after {
  content: "";
  display: block;
  width: 74px;
  height: 72px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-75px) scaleX(2) scaleY(0.5) rotate(45deg);
  background: #fff;
  z-index: 10;
  border: 1px solid #9a989c;
  border-radius: 12px 12px 0 12px;
}
#timelineData ol li.version-selected.revision-in-current-version:after, #timelineData ol li.version-selected.revision-in-current-version:before {
  left: 0;
}
#timelineData ol li.version-selected .timeline-pin {
  border-color: #8b1c40;
}

/*=============================================
= Collapsible panel for timeline editions
=============================================*/
.collapse-panel-header:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.collapse-panel-header:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.collapse-panel-header:before {
  margin-top: 2px;
  margin-right: -2px;
  transform: translateY(-50%) rotate(135deg);
}
.collapse-panel-header:before {
  margin-right: -1px;
}
.collapse-panel-input:checked ~ .collapse-panel-header:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.collapse-panel-input:checked ~ .collapse-panel-header:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.collapse-panel-input:checked ~ .collapse-panel-header:before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(-45deg);
}

/*
***********************
* HAMBURGER MOBILE MENU  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.mobile-menu {
  position: relative;
}
.mobile-menu > div {
  position: absolute;
  right: 0px;
  top: -32px;
  width: 20px;
  height: 3px;
  background-color: #031f73;
  transform: translate(-50%, -50%);
}
.mobile-menu > div:before, .mobile-menu > div:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #031f73;
  transition: all 250ms linear;
}
.mobile-menu > div:before {
  transform: translateY(-6px);
  animation: burger3 250ms linear;
}
.mobile-menu > div:after {
  transform: translateY(6px);
  animation: burger4 250ms linear;
}
@media (min-width: 1280px) {
  .mobile-menu > div {
    display: none;
  }
}
.mobile-menu > label {
  position: absolute;
  right: 10px;
  margin-top: -55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 80px;
  height: 60px;
  z-index: 601;
  color: #031f73;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 760px) {
  .mobile-menu > label {
    margin-top: -60px;
  }
}
@media (min-width: 1280px) {
  .mobile-menu > label {
    display: none;
  }
}
.mobile-menu-input {
  display: none;
}
.mobile-menu-input ~ .layout-menu-overlay {
  display: none;
}
.mobile-menu-input:checked ~ .mobile-menu > div {
  visibility: hidden;
  background-color: #031f73;
}
.mobile-menu-input:checked ~ .mobile-menu > div:before, .mobile-menu-input:checked ~ .mobile-menu > div:after {
  background-color: #031f73;
  visibility: visible;
  transform-origin: center center;
  transform: translateY(0);
}
.mobile-menu-input:checked ~ .mobile-menu > div:before {
  transform: rotate(-45deg);
  animation: burger1 250ms linear;
}
.mobile-menu-input:checked ~ .mobile-menu > div:after {
  transform: rotate(45deg);
  animation: burger2 250ms linear;
}
@media (min-width: 1280px) {
  .mobile-menu-input:checked ~ .layout-menu-overlay {
    display: none;
  }
}
.header .outer-wrapper .primaryNavigation .mobile-menu-input:checked ~ .menu, .header .outer-wrapper .primaryNavigation .mobile-menu-input:checked ~ .top-basket-wrapper {
  display: flex;
}

.menu-text {
  display: none;
}

/*
 ***********************
 * SWITCH  *
 ***********************
*/
.toggleSwitch div:last-of-type {
  /* Switch Sizes */
}
.toggleSwitch div:last-of-type a {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
/*
***********************
* MEGAMENU  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/*----------  Megamenu  ----------*/
.header .outer-wrapper > nav {
  width: 100%;
  background-color: #ececec;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid #9a989c;
  z-index: 50;
}
.header .outer-wrapper .primaryNavigation {
  max-width: 1400px;
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
}
@media (min-width: 760px) {
  .header .outer-wrapper .primaryNavigation {
    padding: 15px 0px;
  }
}
@media (min-width: 1020px) {
  .header .outer-wrapper .primaryNavigation {
    padding: 30px;
  }
}
@media (min-width: 760px) {
  .header .outer-wrapper .primaryNavigation {
    padding: 0 15px;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation {
    padding: 0 30px;
    flex-direction: row;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu {
  display: none;
  margin-left: -10px;
  margin-right: -10px;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu li.expand:focus > a, .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus-within > a {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu > li.expand:focus > a, .header .outer-wrapper .primaryNavigation ul.menu > li.expand:focus-within > a {
    border-bottom: 4px solid #031f73;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu > li > a {
  position: relative;
  padding: 15px 10px;
  z-index: 2;
  position: relative;
}
.header .outer-wrapper .primaryNavigation ul.menu > li > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #031f73;
  border-top: 3px solid #031f73;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.header .outer-wrapper .primaryNavigation ul.menu > li > a:after {
  transform: translateY(-50%) rotate(135deg);
}
.header .outer-wrapper .primaryNavigation ul.menu > li > a:after {
  margin-left: 10px;
  margin-top: -2px;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu > li > a:after {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu > li > a {
    padding: 10px;
    font-family: "Arial Bold", "Arial", sans-serif;
    font-weight: 700;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu > li > a:hover {
  text-decoration: underline;
}
.header .outer-wrapper .primaryNavigation ul.menu div {
  display: none;
  padding: 0px 10px;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu div {
    padding: 20px 10px;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu div:before {
  background-color: #ececec;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  width: 150vw;
  height: 100%;
  border-top: 1px solid #9a989c;
  z-index: -1;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu div:before {
    content: "";
    display: block;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu div > ul {
  position: relative;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu div > ul {
    width: 33.3333333333%;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu div > ul span {
  display: none;
}
.header .outer-wrapper .primaryNavigation ul.menu div > ul ul {
  width: 100%;
  display: none;
  padding-left: 15px;
}
@media (min-width: 1280px) {
  .js .header .outer-wrapper .primaryNavigation ul.menu div > ul ul {
    left: 0;
    top: 0;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu span {
  display: none;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu span {
    display: block;
    width: 155px;
    color: #0b0c0c;
    text-align: left;
    line-height: 30px;
    font-size: 24px;
    padding: 0px 20px 20px 0px;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu ul span {
  display: none;
}
html.noJs .header .outer-wrapper .primaryNavigation ul.menu li.expand:hover > div {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  left: 0;
  z-index: 1;
  margin-right: -25px;
}
@media (min-width: 1280px) {
  html.noJs .header .outer-wrapper .primaryNavigation ul.menu li.expand:hover > div {
    width: 100%;
    background-color: #ececec;
    position: absolute;
    flex-direction: row;
    margin-right: 0;
  }
}
html.noJs .header .outer-wrapper .primaryNavigation ul.menu li.expand:hover > div > ul {
  display: block;
}
html.noJs .header .outer-wrapper .primaryNavigation ul.menu li.expand:hover > div > ul div {
  top: 0;
  left: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
@media (min-width: 1280px) {
  html.noJs .header .outer-wrapper .primaryNavigation ul.menu li.expand:hover > div > ul div {
    background: transparent;
  }
}
html.noJs .header .outer-wrapper .primaryNavigation ul.menu li.expand:hover > div > ul div:before {
  display: none;
}
html.noJs .header .outer-wrapper .primaryNavigation ul.menu li.expand:hover > ul {
  display: block;
}
html.noJs .header .outer-wrapper .primaryNavigation ul.menu li.expand:hover > div > ul div {
  position: relative;
  left: 0;
  margin-left: -25px;
}
.header .outer-wrapper .primaryNavigation ul.menu li.expand:focus-within > div {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  left: 0;
  z-index: 1;
  margin-right: -25px;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus-within > div {
    width: 100%;
    background-color: #ececec;
    position: absolute;
    flex-direction: row;
    margin-right: 0;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu li.expand:focus-within > div > ul {
  display: block;
}
.header .outer-wrapper .primaryNavigation ul.menu li.expand:focus-within > div > ul div {
  top: 0;
  left: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus-within > div > ul div {
    background: transparent;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu li.expand:focus-within > div > ul div:before {
  display: none;
}
.header .outer-wrapper .primaryNavigation ul.menu li.expand:focus-within > ul {
  display: block;
}
.js .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus > div {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  left: 0;
  z-index: 1;
  margin-right: -25px;
}
@media (min-width: 1280px) {
  .js .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus > div {
    width: 100%;
    background-color: #ececec;
    position: absolute;
    flex-direction: row;
    margin-right: 0;
  }
}
.js .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus > div > ul {
  display: block;
}
.js .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus > div > ul div {
  top: 0;
  left: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
@media (min-width: 1280px) {
  .js .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus > div > ul div {
    background: transparent;
  }
}
.js .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus > div > ul div:before {
  display: none;
}
.js .header .outer-wrapper .primaryNavigation ul.menu li.expand:focus > ul {
  display: block;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu li.expand li:hover > a {
    font-family: "Arial Bold", "Arial", sans-serif;
    font-weight: 700;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu li.expand ul a {
  padding-left: 15px;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu li.expand ul a {
    border-left: 1px solid #031f73;
    padding-left: 30px;
    font-size: inherit;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper .primaryNavigation ul.menu li.expand ul a:hover, .header .outer-wrapper .primaryNavigation ul.menu li.expand ul a:focus {
    font-family: "Arial Bold", "Arial", sans-serif;
    font-weight: 700;
    border-left-width: 3px;
    padding-left: 27px;
  }
}
.header .outer-wrapper .primaryNavigation ul.menu a {
  padding: 10px 0;
  line-height: 20px;
  display: block;
  white-space: nowrap;
}
.header .outer-wrapper .primaryNavigation ul.menu a, .header .outer-wrapper .primaryNavigation ul.menu a:visited {
  color: #031f73;
}

/*
***********************
* BREADCRUMBS TRAIL  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.page .breadcrumbs .outer-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 760px) {
  .page .breadcrumbs .wrapper {
    margin-top: -15px;
  }
}
.page .breadcrumbs .wrapper > div {
  margin: 0px 0px 15px 0px;
  padding-bottom: 0;
}
.page .breadcrumbs .wrapper > div ul {
  list-style-type: "/  ";
}
.page .breadcrumbs .wrapper > div li {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.page .breadcrumbs .wrapper > div li:last-child a {
  color: inherit;
}
.page .breadcrumbs .wrapper > div a {
  color: inherit;
  text-decoration: underline;
}
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
button {
  cursor: pointer;
}
button.help {
  background-color: transparent;
}
button.help .fa {
  color: #fff;
}

.btn.btn-cookie-submit {
  color: #fff;
  background-color: #075f36;
  box-shadow: 0 2px 0 #002d18;
  padding: 8px 10px 7px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}
.btn.btn-cookie-submit:hover {
  background-color: #005a30;
}
@media (min-width: 760px) {
  .btn.btn-cookie-submit {
    width: auto;
  }
}
.btn.btn-cookie-submit[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
.btn.btn-primary {
  width: auto;
  color: #fff;
  background-color: #031f73;
  line-height: 1rem;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #000619;
  height: 38px;
  order: 2;
}
.btn.btn-primary:hover {
  background-color: #021241;
}
.btn.btn-secondary {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  height: 40px;
  order: 1;
}
.btn.btn-secondary:hover {
  background-color: lightgray;
}
.btn[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}

/**
 *
 * Fancy, modern button for: Back button, Previous and Next buttons
 *
 */
.fancy-button.arrow-left .fancy-button-link {
  position: relative;
}
.fancy-button.arrow-left .fancy-button-link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #031f73;
  border-top: 3px solid #031f73;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.fancy-button.arrow-left .fancy-button-link:before {
  transform: translateY(-50%) rotate(225deg);
  left: 10px;
}
.fancy-button.arrow-left .fancy-button-link:before {
  left: 3px;
  transform: rotate(225deg) scale(1.5);
  top: 7px;
}
@media (min-width: 760px) {
  .fancy-button.arrow-left .fancy-button-link {
    text-align: right;
  }
}
.fancy-button.arrow-right .fancy-button-link {
  position: relative;
}
.fancy-button.arrow-right .fancy-button-link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #031f73;
  border-top: 3px solid #031f73;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.fancy-button.arrow-right .fancy-button-link:before {
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
}
.fancy-button.arrow-right .fancy-button-link:before {
  right: 3px;
  left: initial;
  top: 7px;
  transform: rotate(45deg) scale(1.5);
}
@media (min-width: 760px) {
  .fancy-button.arrow-right .fancy-button-link {
    text-align: left;
  }
}
.fancy-button.arrow-right .fancy-button-label {
  left: 0;
  right: initial;
}
.fancy-button-link {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #031f73;
  margin-bottom: 30px;
  padding-top: 30px;
  display: inline-block;
}
.fancy-button-label {
  position: absolute;
  top: 0;
  left: 30px;
}
.page.shop-product-details .fancy-button-label {
  left: 30px;
}
.fancy-button-sublabel {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
  white-space: nowrap;
}

/*
***********************
* FOOTER  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
footer {
  background-color: #f2f2f2;
  padding-bottom: 0;
  border-top: 5px solid #8b1c40;
  padding: 0px 15px 20px;
}
@media (min-width: 760px) {
  footer {
    padding: 0px 15px 20px;
  }
}

.footer .utility {
  display: flex;
  flex-direction: row;
  border-top: none;
  margin: 0;
  padding: 40px 0px;
}
.footer .utility > * {
  margin-right: 20px;
}
.footer .utility > *:last-child {
  margin-right: 0px;
}
.footer .utility .links {
  width: 50%;
  text-align: left;
  font-size: 16px;
  line-height: 34px;
}
@media (min-width: 760px) {
  .footer .utility .links {
    font-size: 18px;
    width: 33.3333333333%;
  }
}
@media (min-width: 1020px) {
  .footer .utility .links {
    width: 25%;
  }
}
.footer .utility .links ul {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.footer .utility .links ul li {
  border-left: none;
  padding-left: 0;
  text-align: left;
}
.footer .utility .links ul li a {
  color: #031f73;
}
.footer .utility .cards {
  display: none;
}
.footer .utility .cards .footerLeft {
  text-align: left;
}
.footer .utility .cards .footerRight {
  text-align: right;
}

/*
***********************
* FORM  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password], .selectmenu-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password], :is(.error) .selectmenu-container {
  color: #e74c3c;
  border-color: #e74c3c;
}
.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus, .selectmenu-container:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible, .selectmenu-container:focus-visible {
  border-radius: 0px;
}
.form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, .selectmenu-container::-moz-placeholder {
  color: #919191;
}
.form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder, .selectmenu-container::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.form .form-select-wrap,
form .form-select-wrap {
  position: relative;
  position: relative;
}
.form .form-select-wrap:after,
form .form-select-wrap:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #0b0c0c;
  border-top: 3px solid #0b0c0c;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.form .form-select-wrap:after,
form .form-select-wrap:after {
  transform: translateY(-50%) rotate(135deg);
}
.form .form-select-wrap:after,
form .form-select-wrap:after {
  right: 20px;
}
.form .form-select-wrap select,
form .form-select-wrap select {
  -webkit-appearance: none;
  padding-right: 20px;
}
.form label,
form label {
  display: inline-block;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
.form input[type=text], .form input[type=email], .form input[type=password],
form input[type=text],
form input[type=email],
form input[type=password] {
  height: 2.5rem;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #ccc;
}
.form input[type=text]::placeholder, .form input[type=email]::placeholder, .form input[type=password]::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #ccc;
}
.form input[type=checkbox], .form input[type=radio],
form input[type=checkbox],
form input[type=radio] {
  z-index: -1;
  width: 0px;
  height: 0px;
  opacity: 0;
  margin: 0 !important;
  position: absolute;
}
.form input[type=checkbox]:checked + label:after, .form input[type=radio]:checked + label:after,
form input[type=checkbox]:checked + label:after,
form input[type=radio]:checked + label:after {
  opacity: 1;
}
.form input[type=checkbox]:focus + label:before, .form input[type=radio]:focus + label:before,
form input[type=checkbox]:focus + label:before,
form input[type=radio]:focus + label:before {
  box-shadow: 0 0 0 4px #fd0;
}
.form input[type=checkbox] + label, .form input[type=radio] + label,
form input[type=checkbox] + label,
form input[type=radio] + label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 8px 15px 8px 60px;
  cursor: pointer;
  touch-action: manipulation;
}
.form input[type=checkbox] + label:before, .form input[type=radio] + label:before,
form input[type=checkbox] + label:before,
form input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #0b0c0c;
  background: transparent;
  transform: translateY(-50%);
  background-color: #fff;
}
.form input[type=checkbox] + label:after, .form input[type=radio] + label:after,
form input[type=checkbox] + label:after,
form input[type=radio] + label:after {
  content: "";
  position: absolute;
  border: solid;
  background: transparent;
  opacity: 0;
}
.form input[type=checkbox] + label:after,
form input[type=checkbox] + label:after {
  top: 11px;
  left: 9px;
  width: 23px;
  height: 12px;
  transform: rotate(-45deg);
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
  background: transparent;
}
.form input[type=radio] + label:before,
form input[type=radio] + label:before {
  border-radius: 50%;
}
.form input[type=radio] + label:after,
form input[type=radio] + label:after {
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-color: #0b0c0c;
  border-radius: 50%;
  background: #0b0c0c;
  transform: translateY(-50%);
}

.page form .account-details label,
.page form .account-info label,
.page .form .account-details label,
.page .form .account-info label {
  display: block;
}
.page form .account-details select,
.page form .account-details textarea,
.page form .account-details input[type=text],
.page form .account-details input[type=email],
.page form .account-details input[type=password],
.page form .account-info select,
.page form .account-info textarea,
.page form .account-info input[type=text],
.page form .account-info input[type=email],
.page form .account-info input[type=password],
.page .form .account-details select,
.page .form .account-details textarea,
.page .form .account-details input[type=text],
.page .form .account-details input[type=email],
.page .form .account-details input[type=password],
.page .form .account-info select,
.page .form .account-info textarea,
.page .form .account-info input[type=text],
.page .form .account-info input[type=email],
.page .form .account-info input[type=password] {
  width: 100%;
}
@media (min-width: 900px) {
  .page form .account-details select,
  .page form .account-details textarea,
  .page form .account-details input[type=text],
  .page form .account-details input[type=email],
  .page form .account-details input[type=password],
  .page form .account-info select,
  .page form .account-info textarea,
  .page form .account-info input[type=text],
  .page form .account-info input[type=email],
  .page form .account-info input[type=password],
  .page .form .account-details select,
  .page .form .account-details textarea,
  .page .form .account-details input[type=text],
  .page .form .account-details input[type=email],
  .page .form .account-details input[type=password],
  .page .form .account-info select,
  .page .form .account-info textarea,
  .page .form .account-info input[type=text],
  .page .form .account-info input[type=email],
  .page .form .account-info input[type=password] {
    width: 40%;
  }
}
.page form .account-details .bulk-invite-label,
.page form .account-info .bulk-invite-label,
.page .form .account-details .bulk-invite-label,
.page .form .account-info .bulk-invite-label {
  margin-top: 50px;
}
.page form select,
.page form .chosen-container,
.page .form select,
.page .form .chosen-container {
  margin-bottom: 30px;
}
.page form textarea,
.page form input[type=text],
.page form input[type=email],
.page form input[type=password],
.page form input[type=file],
.page .form textarea,
.page .form input[type=text],
.page .form input[type=email],
.page .form input[type=password],
.page .form input[type=file] {
  margin-bottom: 30px;
  width: 100%;
}
.page.profile.domain-based-registrations form {
  position: relative;
  margin-bottom: 50px;
  padding-right: 180px;
}
.page.profile.domain-based-registrations form input[type=checkbox] + label {
  max-height: 40px;
  padding: 0 0 0 50px;
}
.page.profile.domain-based-registrations form input[type=checkbox] + label p {
  padding-top: 5px;
  font-weight: normal;
}
.page.profile.domain-based-registrations form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
}
.page.profile.domain-based-registrations .user-data-wrapper table.user-data {
  min-width: unset;
}
.page.profile.domain-based-registrations .user-data-wrapper table.user-data th, .page.profile.domain-based-registrations .user-data-wrapper table.user-data td {
  text-align: left;
  padding-left: 10px;
}
.page.publication .organisation-details,
.page.publication .hardcopy,
.page.publication .organisation,
.page.publication .reseller,
.page.publication .contact-options {
  border-top: 1px solid #9a989c;
  padding: 30px 0;
}
.page.publication legend.heading-label {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #8b1c40;
}
.page.publication label {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}
.page.publication label.hideFormLabel {
  display: none;
}
.page.publication h2 {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #0b0c0c;
  font-size: 24px;
  line-height: 25px;
  border-top: 5px solid #8b1c40;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: none;
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 30px;
}
@media (min-width: 760px) {
  .page.publication h2 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 760px) {
  .page.publication h2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.page.publication h2.reduced-bottom-spacing {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.page.publication a {
  color: #031f73;
  text-decoration: underline;
}
.page.publication .row {
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 760px) {
  .page.publication .row {
    flex-direction: row;
  }
}
.page.publication .row.warning i {
  margin-right: 10px;
  margin-top: 3px;
}
.page.publication .row.actions {
  flex-direction: row;
  justify-content: flex-end;
  padding: 15px 0;
}
.page.publication .row.actions.align-left {
  justify-content: flex-start;
}
.page.publication .row.actions.align-left > * {
  margin-left: 0;
  margin-right: 15px;
}
.page.publication .row.actions > * {
  margin-left: 15px;
  cursor: pointer;
}
.page.publication .column {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .page.publication .column {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .page.publication .column:first-child {
    padding-right: 15px;
  }
}
@media (min-width: 760px) {
  .page.publication .column:last-child {
    padding-left: 15px;
  }
}
.page.publication form {
  border: none;
  padding: 0;
}
.page.publication .form-section.disabled {
  opacity: 0.5;
}
.page.publication .form-group.optInSelection label {
  font-weight: 400;
}
.page.publication .form-group.optInSelection div {
  display: flex;
  flex-direction: row;
}
.page.publication button[type=submit] {
  margin-left: auto;
  display: block;
}
.page.publication button[type=submit],
.page.publication input[type=submit],
.page.publication a.btn {
  padding: 10px;
  background-color: #031f73;
  box-shadow: 0px 2px 0px 0px #000619;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  border-radius: 0px;
}
.page.publication button[type=submit]:hover,
.page.publication input[type=submit]:hover,
.page.publication a.btn:hover {
  box-shadow: 0px 2px 0px 0px #000619;
}
.page.publication button[type=submit][disabled],
.page.publication input[type=submit][disabled],
.page.publication a.btn[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
@media (min-width: 760px) {
  .page.publication button[type=submit],
  .page.publication input[type=submit],
  .page.publication a.btn {
    font-size: 19px;
    line-height: 20px;
  }
}
.page.publication button[type=submit]:hover,
.page.publication input[type=submit]:hover,
.page.publication a.btn:hover {
  color: #fff;
  background-color: #021241;
}
.page.publication select {
  width: 100%;
}
.page.publication.login a {
  display: block;
  margin-bottom: 15px;
}
.page.publication.login input {
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page.publication.register .column:last-child {
    padding-left: 0;
  }
}
.page.publication.register form {
  padding: 0 0 0 4px;
}

.js .page.publication.register .HideOptionalSection, .js .page.publication.profile .HideOptionalSection {
  display: none;
}

.content .page.favourites .col_cx form {
  width: 100%;
}
.content .page.favourites .col_cx form ul.favourites-list {
  list-style-type: none;
  margin: 0px;
}
.content .page.favourites .col_cx form ul.favourites-list li {
  margin: 0px;
}
.content .page .captcha input {
  margin-bottom: 15px;
  width: 260px;
}
.content .page .captcha iframe {
  display: block;
  width: 260px;
  height: 80px;
}
.content .page .captcha a.btn {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 10px;
}
.content .page .captcha a.btn:hover {
  background-color: lightgray;
}

.page.browser-registration h1 {
  margin: 20px 0 50px 0;
}
.page.browser-registration .validation-summary-errors {
  margin-top: 0px;
}
.page.browser-registration form label {
  font-weight: 100;
}
.page.browser-registration form .row.actions {
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
}
.page.browser-registration form .row.actions > * {
  margin-left: 0px;
  margin-right: 15px;
  width: 45%;
}
@media (min-width: 760px) {
  .page.browser-registration form .row.actions > * {
    width: 300px;
  }
}
.page.browser-registration form input[type=text] {
  width: 95%;
}
@media (min-width: 500px) {
  .page.browser-registration form input[type=text] {
    width: 400px;
  }
}
.page.browser-registration form input[type=checkbox] {
  visibility: unset;
  z-index: 0;
  width: unset;
  height: unset;
  opacity: unset;
  margin: 0 !important;
  position: unset;
}

.register-device-overlay {
  display: block;
  background-color: transparent;
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
}

.content .page.register .actions a.btn.tertiary {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}

.page .password-required {
  margin: 0;
  font-size: 15px;
  margin-bottom: 25px;
}
.page .password-required p {
  margin-bottom: 0;
}
.page .password-required ul {
  margin: 0 0 10px 10px;
  padding: 0 0 0 20px;
  list-style: none;
}
.page .password-required ul li {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  min-height: 27px;
}
.page .password-required ul li:before {
  content: "-";
  font-family: "FontAwesome";
  color: #919191;
  font-size: 17px;
  margin-right: 13px;
  font-weight: 900;
  margin-left: -22px;
  display: inline-block;
  width: 9px;
}
.page .password-required ul li.active:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #078715;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 100;
  margin-left: -30px;
  display: inline-block;
  width: 20px;
}

.content .page.manage-users .col_cx .filter-results {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-flow: row wrap;
  min-width: 390px;
}
.content .page.manage-users .col_cx .sort-results {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 20px;
  min-width: 390px;
  border-bottom: 1px solid #9a989c;
}
.content .page.manage-users .col_cx .results-filter {
  min-width: 350px;
}
.content .page.manage-users .col_cx .keyword-search {
  min-width: 300px;
}
.content .page.manage-users .col_cx .search-controls {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
}
.content .page.manage-users .col_cx .search-controls button, .content .page.manage-users .col_cx .search-controls input[type=submit] {
  width: 120px;
}
.content .page.manage-users .col_cx .search-controls button.btn.btn-secondary, .content .page.manage-users .col_cx .search-controls input[type=submit].btn.btn-secondary {
  margin-right: 10px;
  order: unset;
}
.content .page.manage-users .col_cx .search-controls #clearSearch {
  display: none;
}
.content .page.manage-users .col_cx .content-pane .search.widget {
  text-align: left;
}
.content .page.manage-users .col_cx .content-pane .search.widget h2,
.content .page.manage-users .col_cx .content-pane .search.widget h2:first-of-type {
  padding-top: 0px;
  display: inline-block;
}
.content .page.manage-users .col_cx .content-pane .search.widget .input-fields {
  display: inline-block;
  flex-direction: unset;
}
.content .page.manage-users .col_cx .content-pane .search.widget .input-fields input {
  margin-bottom: 15px;
}
.content .page.manage-users .col_cx .item-list-sort .rx {
  text-align: left;
}
.content .page.manage-users .col_cx .item-list-sort .rx select {
  display: inline-block;
  margin-bottom: 15px;
}
.content .page.manage-users .col_cx .item-list-sort .rx label {
  display: inline-block;
  min-width: 60px;
  margin-right: 5px;
}
.content .page.manage-users .col_cx .item-list-sort .rx input[type=submit] {
  margin-top: 0;
}
.content .page.manage-users .col_cx .item-list-sort .rx .search-filters {
  border-bottom: 0;
}
.content .page.manage-users table.user-data tr.inactive-user {
  background-color: #ececec;
}
.content .page.manage-users table.user-data th, .content .page.manage-users table.user-data td {
  text-align: left;
}

.js .content .page.manage-users .col_cx .search-controls #clearSearch {
  display: inline;
}

.page form .account-info .date-component {
  display: flex;
}
.page form .account-info .date-component div input[type=text] {
  width: 45px;
  margin-right: 20px;
  min-width: unset;
}
.page form .account-info .date-component div:last-of-type input[type=text] {
  width: 65px;
}
.page form .account-info .date-component .date-picker-trigger {
  display: none;
  margin-top: 35px;
  height: 40px;
  font-size: 32px;
  color: #000;
}
.page form.download form#getdownload {
  margin-left: 5px;
}

.external-user-profile .confirm-email-address {
  display: none;
}

.noJs .external-user-profile .confirm-email-address {
  display: block;
}

.page.publication.email-updates h2 {
  padding-bottom: 10px;
}
.page.publication.email-updates .account-details {
  margin-top: 30px;
}
.page.publication.email-updates .form-group {
  margin: 7px 0;
}
.page.publication.email-updates .form-group label {
  margin-bottom: 15px;
}
.page.publication.email-updates .form-group input[type=text],
.page.publication.email-updates .form-group input[type=email] {
  margin-bottom: 30px;
}
.page.publication.email-updates .form-group .preferences-title {
  margin-bottom: 20px;
}
.page.publication.email-updates .form-group .preferences-choice {
  margin-bottom: 20px;
}
.page.publication.email-updates .form-group .preferences-choice label {
  font-weight: 400;
}
.page.publication.email-updates .form-group .privacy-section {
  margin-top: 30px;
  padding-top: 20px;
}
.page.publication.email-updates .form-group .privacy-section a {
  display: inline-block;
}
.page.publication.email-updates .form-group .form-verify {
  display: flex;
  gap: 15px;
  align-items: center;
}
.page.publication.email-updates .form-group .form-verify .captcha-expression {
  margin: -15px 0 0 -7px;
}
.page.publication.email-updates .form-group .form-verify input[type=text] {
  margin-bottom: 15px;
  width: 10%;
}
.page.publication.email-updates .actions {
  padding-top: 0;
}
.page.publication.email-updates button[type=button], .page.publication.email-updates input[type=button], .page.publication.email-updates a.btn {
  padding: 10px;
  background-color: #031f73;
  box-shadow: 0px 2px 0px 0px #000619;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  border-radius: 0px;
}
@media (min-width: 760px) {
  .page.publication.email-updates button[type=submit], .page.publication.email-updates input[type=submit], .page.publication.email-updates a.btn {
    font-size: 19px;
    line-height: 20px;
  }
}

.content .page .col_cx .table.favourite-table .col:nth-child(1) {
  flex: 1;
}

.content .page .col_cx .table.favourite-table .col:nth-child(2) {
  width: unset;
  flex: 0 0 100px;
  text-align: center;
}

.content .page .col_cx .table.favourite-table .col:nth-child(3) {
  width: unset;
  flex: 0 0 100px;
  text-align: center;
}

.content .page .col_cx .table.favourite-table .col:nth-child(4) {
  width: unset;
  flex: 0 0 110px;
  text-align: center;
}

@media only screen and (max-width: 760px) {
  .content .page .col_cx .table.favourite-table .col:nth-child(2) {
    width: unset;
    flex: 0 0 100px;
    text-align: center;
  }
  .content .page .col_cx .table.favourite-table .col:nth-child(3) {
    width: unset;
    flex: 0 0 60px;
    text-align: center;
  }
  .content .page .col_cx .table.favourite-table .col:nth-child(4) {
    width: unset;
    flex: 0 0 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .content .page .col_cx .table.favourite-table .col:nth-child(2) {
    display: none;
  }
}
#clientside-error-summary {
  display: none;
}

.content .page .col_cx .table.favourite-table {
  position: relative;
}
.content .page .col_cx .table.favourite-table .favourites-list .col {
  padding-top: 10px;
}
.content .page .col_cx .table.favourite-table .row.header {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.content .page .col_cx .table.favourite-table .row.header .col {
  padding: 5px;
  text-align: center;
}
.content .page .col_cx .table.favourite-table .row.header .col:first-child {
  width: unset;
  text-align: left;
  margin-left: 10px;
}
.content .page .col_cx .table.favourite-table .alert-favourite-detail .col:first-child {
  width: unset;
  text-align: left;
  margin-left: 10px;
}
.content .page .col_cx .table.favourite-table .alert-favourite-detail .col:first-child a {
  padding-bottom: 20px;
  margin-right: 15px;
}
.content .page .col_cx .table.favourite-table .col .select-favourites input[type=checkbox]:focus + div.icons-div, .content .page .col_cx .table.favourite-table .col .select-alerts input[type=checkbox]:focus + div.icons-div {
  box-shadow: 0px 0px 3px 4px #f9ff00;
}
.content .page .col_cx .table.favourite-table .col .select-favourites input[type=checkbox]:focus + div.icons-div.overrideBoxShadow, .content .page .col_cx .table.favourite-table .col .select-alerts input[type=checkbox]:focus + div.icons-div.overrideBoxShadow {
  box-shadow: unset;
}
.content .page .col_cx .table.favourite-table .col .select-favourites.processing input[type=checkbox] + div.icons-div,
.content .page .col_cx .table.favourite-table .col .select-favourites.processing input[type=checkbox]:checked + div.icons-div, .content .page .col_cx .table.favourite-table .col .select-alerts.processing input[type=checkbox] + div.icons-div,
.content .page .col_cx .table.favourite-table .col .select-alerts.processing input[type=checkbox]:checked + div.icons-div {
  color: #919191;
  background: #f1f1f1;
  border-color: #ebebeb;
}
.content .page .col_cx .table.favourite-table .col .select-favourites.processing input[type=checkbox] + div.icons-div label,
.content .page .col_cx .table.favourite-table .col .select-favourites.processing input[type=checkbox]:checked + div.icons-div label, .content .page .col_cx .table.favourite-table .col .select-alerts.processing input[type=checkbox] + div.icons-div label,
.content .page .col_cx .table.favourite-table .col .select-alerts.processing input[type=checkbox]:checked + div.icons-div label {
  padding: unset;
  margin: unset;
  margin-top: 10px;
  animation-name: fa-spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  font-size: 24px;
}
.content .page .col_cx .table.favourite-table .col .select-favourites.processing input[type=checkbox] + div.icons-div label:before,
.content .page .col_cx .table.favourite-table .col .select-favourites.processing input[type=checkbox]:checked + div.icons-div label:before, .content .page .col_cx .table.favourite-table .col .select-alerts.processing input[type=checkbox] + div.icons-div label:before,
.content .page .col_cx .table.favourite-table .col .select-alerts.processing input[type=checkbox]:checked + div.icons-div label:before {
  content: "\f3f4";
  font-family: "FontAwesomeRegular";
  margin: unset;
  padding: unset;
}
.content .page .col_cx .table.favourite-table .col .select-favourites {
  display: flex;
  justify-content: center;
}
.content .page .col_cx .table.favourite-table .col .select-favourites input[type=checkbox] {
  z-index: -1;
  width: 0px;
  height: 0px;
  opacity: 0;
  margin: 0 !important;
  position: absolute;
}
.content .page .col_cx .table.favourite-table .col .select-favourites label {
  font-size: 30px;
  font-weight: normal;
}
.content .page .col_cx .table.favourite-table .col .select-favourites input[type=checkbox] + div.icons-div label:before {
  display: inline-block;
  margin: 10px 5px 8px 5px;
  content: "\f005";
  font-family: FontAwesomeRegular;
  letter-spacing: 0px;
}
.content .page .col_cx .table.favourite-table .col .select-favourites input[type=checkbox]:checked + div.icons-div label:before {
  content: "\f005";
  font-family: FontAwesomeRegular;
  margin: 10px 5px 8px 5px;
  letter-spacing: 0px;
}
.content .page .col_cx .table.favourite-table .col .select-favourites input[type=checkbox] + div.icons-div {
  border: 1px solid #8b1c40;
  color: #8b1c40;
}
.content .page .col_cx .table.favourite-table .col .select-favourites input[type=checkbox]:checked + div.icons-div {
  color: #fff;
  background: #8b1c40;
  border-color: #8b1c40;
}
.content .page .col_cx .table.favourite-table .col .select-favourites .icons-div {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 0px;
  margin-top: -10px;
}
.content .page .col_cx .table.favourite-table .col .select-alerts {
  display: flex;
  justify-content: center;
}
.content .page .col_cx .table.favourite-table .col .select-alerts label {
  font-size: 30px;
  font-weight: normal;
}
.content .page .col_cx .table.favourite-table .col .select-alerts input[type=checkbox] + div.icons-div label:before {
  display: inline-block;
  margin: 10px 9px 8px 9px;
  content: "\f0f3";
  font-family: FontAwesomeRegular;
  letter-spacing: 0px;
}
.content .page .col_cx .table.favourite-table .col .select-alerts input[type=checkbox]:checked + div.icons-div label:before {
  content: "\f0f3";
  font-family: FontAwesomeRegular;
  margin: 10px 9px 8px 9px;
  letter-spacing: 0px;
}
.content .page .col_cx .table.favourite-table .col .select-alerts input[type=checkbox] + div.icons-div {
  border: 1px solid #8b1c40;
  color: #8b1c40;
}
.content .page .col_cx .table.favourite-table .col .select-alerts input[type=checkbox]:checked + div.icons-div {
  color: #fff;
  background: #8b1c40;
  border-color: #8b1c40;
}
.content .page .col_cx .table.favourite-table .col .select-alerts .icons-div {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 0px;
  margin-top: -10px;
}

/*
***********************
* HEADER  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/* ---------- Logos ---------- */
.mhraLogo {
  max-width: 1400px;
  width: 100%;
  padding: 15px 0;
  margin: auto;
  padding: 15px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 760px) {
  .mhraLogo {
    padding: 15px 0px;
  }
}
@media (min-width: 1020px) {
  .mhraLogo {
    padding: 30px;
  }
}
@media (min-width: 760px) {
  .mhraLogo {
    padding: 15px;
    height: 75px;
  }
}
@media (min-width: 1280px) {
  .mhraLogo {
    padding: 15px 30px;
  }
}
.mhraLogo-wrapper {
  background-color: #000;
}
.mhraLogo a {
  width: 100%;
}
.mhraLogo img {
  width: 90%;
  height: auto;
  max-width: 533px;
}

/* ---------- Login area ---------- */
.header {
  background-color: #8b1c40;
}
.header.notlogged .outer-wrapper .wrapper {
  height: 110px;
}
@media (min-width: 760px) {
  .header.notlogged .outer-wrapper .wrapper {
    height: 135px;
  }
}
.header.notlogged .outer-wrapper .wrapper .user {
  position: fixed;
  top: initial;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background-color: #8b1c40;
}
@media (min-width: 1280px) {
  .header.notlogged .outer-wrapper .wrapper .user {
    position: absolute;
    width: auto;
    height: 70px;
    right: 30px;
    top: 0;
    background-color: transparent;
    left: initial;
  }
}
.header.notlogged .outer-wrapper .wrapper .user .user-menu {
  top: 0;
  padding: 10px 15px;
}
@media (min-width: 760px) {
  .header.notlogged .outer-wrapper .wrapper .user .user-menu {
    padding: 10px 30px;
  }
}
@media (min-width: 1280px) {
  .header.notlogged .outer-wrapper .wrapper .user .user-menu {
    top: 15px;
    padding: 0;
  }
}
.header.notlogged .outer-wrapper .wrapper .user .user-menu-links {
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 1280px) {
  .header.notlogged .outer-wrapper .wrapper .user .user-menu-links {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .header.notlogged .outer-wrapper .wrapper .user .user-menu-links a.buttons {
    margin-left: 15px;
  }
}
.header.logged .outer-wrapper .wrapper {
  height: 155px;
  flex-direction: column;
}
@media (min-width: 760px) {
  .header.logged .outer-wrapper .wrapper {
    flex-direction: row;
  }
}
@media (min-width: 760px) {
  .header.logged .outer-wrapper .wrapper .logo,
  .header.logged .outer-wrapper .wrapper .header-tag-line {
    margin-top: 7px;
  }
}
@media (min-width: 1280px) {
  .header.logged .outer-wrapper .wrapper .logo,
  .header.logged .outer-wrapper .wrapper .header-tag-line {
    margin-top: 0;
  }
}
.header.logged .outer-wrapper .wrapper .logo {
  border-right: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
@media (min-width: 760px) {
  .header.logged .outer-wrapper .wrapper .logo {
    border-right: 1px solid #fff;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.header.logged .outer-wrapper .wrapper .header-tag-line {
  padding: 10px 0;
}
@media (min-width: 760px) {
  .header.logged .outer-wrapper .wrapper .header-tag-line {
    padding: 15px 30px;
  }
}
.header .outer-wrapper {
  max-width: 100%;
  padding: 0;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 760px) {
  .header .outer-wrapper {
    padding-top: 0;
  }
}
.header .outer-wrapper .wrapper {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
  max-width: 1400px;
  align-items: flex-start;
}
@media (min-width: 760px) {
  .header .outer-wrapper .wrapper {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper {
    align-items: center;
    flex-wrap: nowrap;
  }
}
.header .outer-wrapper .wrapper .logo {
  position: relative;
  margin-top: 0;
  border-right: 1px solid #fff;
  padding-right: 15px;
  float: none;
}
@media (min-width: 760px) {
  .header .outer-wrapper .wrapper .logo {
    margin-bottom: 0px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .logo {
    padding-left: 15px;
  }
}
.header .outer-wrapper .wrapper .logo img {
  width: 140px;
  height: auto;
}
@media (min-width: 400px) {
  .header .outer-wrapper .wrapper .logo img {
    width: 150px;
  }
}
@media (min-width: 760px) {
  .header .outer-wrapper .wrapper .logo img {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .logo img {
    width: 226px;
  }
}
@media (min-width: 1020px) and (max-width: 1100px) {
  .header .outer-wrapper .wrapper .logo img {
    width: 190px;
  }
}
.header .outer-wrapper .wrapper .header-tag-line {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 15px;
  position: relative;
}
@media (min-width: 760px) {
  .header .outer-wrapper .wrapper .header-tag-line {
    font-size: 19px;
    padding: 15px 30px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1020px) and (max-width: 1100px) {
  .header .outer-wrapper .wrapper .header-tag-line {
    padding-left: 15px;
  }
}
.header .outer-wrapper .wrapper .user {
  left: auto;
  text-align: right;
  float: none;
  width: auto;
  position: absolute;
  top: 0;
  right: 15px;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .user {
    position: absolute;
    width: auto;
    right: 30px;
  }
}
.header .outer-wrapper .wrapper .user > p {
  display: block;
  height: 22px;
  margin: 0 0 3px 0;
  color: #fff;
}
.header .outer-wrapper .wrapper .user .user-menu {
  top: 15px;
  bottom: initial;
  flex-direction: column;
  align-content: end;
  position: relative;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .user .user-menu {
    background-color: transparent;
    height: auto;
    padding-bottom: 15px;
  }
}
.header .outer-wrapper .wrapper .user .user-menu > nav {
  border-left: 1px solid #9a989c;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .user .user-menu > nav {
    display: none;
  }
}
.header .outer-wrapper .wrapper .user .user-menu-name {
  width: 100%;
  order: 3;
  display: block;
  margin-top: 5px;
  position: relative;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .user .user-menu-name {
    width: initial;
    order: initial;
    padding-right: 30px;
  }
}
.header .outer-wrapper .wrapper .user .user-menu-links {
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .user .user-menu-links {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.header .outer-wrapper .wrapper .user .user-menu-links a.buttons {
  padding: 10px;
  background-color: #031f73;
  box-shadow: 0px 2px 0px 0px #000619;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  border-radius: 0px;
  padding: 0 10px;
  line-height: 40px;
  height: auto;
  text-align: center;
  font-size: 14px;
}
.header .outer-wrapper .wrapper .user .user-menu-links a.buttons:hover {
  box-shadow: 0px 2px 0px 0px #000619;
}
.header .outer-wrapper .wrapper .user .user-menu-links a.buttons[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
@media (min-width: 760px) {
  .header .outer-wrapper .wrapper .user .user-menu-links a.buttons {
    font-size: 19px;
    line-height: 20px;
  }
}
.header .outer-wrapper .wrapper .user .user-menu-links a.buttons:hover {
  color: #fff;
  background-color: #021241;
}
@media (min-width: 440px) {
  .header .outer-wrapper .wrapper .user .user-menu-links a.buttons {
    font-size: 16px;
    height: 40px;
  }
}
@media (min-width: 500px) {
  .header .outer-wrapper .wrapper .user .user-menu-links a.buttons {
    min-width: 100px;
    padding: 0 15px;
  }
}
@media (min-width: 760px) {
  .header .outer-wrapper .wrapper .user .user-menu-links a.buttons {
    font-size: 19px;
    line-height: 20px;
    padding-top: 10px;
    min-width: 200px;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .user .user-menu-links a.buttons {
    line-height: 45px;
    display: block;
    width: auto;
    min-width: initial;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
  }
}
.header .outer-wrapper .wrapper .user .user-menu-links-profile-icon img {
  width: 40px;
  margin-right: 15px;
}
@media (min-width: 760px) {
  .header .outer-wrapper .wrapper .user .user-menu-links-profile-icon img {
    margin-right: 30px;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper .wrapper .user .user-menu-links-profile-icon img {
    width: 45px;
  }
}
.header .outer-wrapper-search {
  display: flex;
  padding-left: 15px;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100vw;
}
@media (min-width: 1280px) {
  .header .outer-wrapper-search {
    right: 30px;
    left: unset;
    bottom: 15px;
    padding-left: 0;
    justify-content: flex-end;
  }
}
.header .outer-wrapper-search:before {
  content: "";
  display: block;
  background-color: #ececec;
  border-bottom: 1px solid #9a989c;
  height: calc(100% + 20px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 100%;
  z-index: 1;
}
@media (min-width: 1280px) {
  .header .outer-wrapper-search:before {
    display: none;
  }
}
.header .outer-wrapper-search a.help {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  padding: 0 10px;
  line-height: 45px;
  height: 38px;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-right: 2px;
  font-weight: bold;
  z-index: 2;
  margin-left: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px #031f73;
}
.header .outer-wrapper-search a.help:hover {
  background-color: lightgray;
}
@media (min-width: 400px) {
  .header .outer-wrapper-search a.help {
    margin-left: 30px;
  }
}
@media (min-width: 760px) {
  .header .outer-wrapper-search a.help {
    line-height: 45px;
    height: 45px;
  }
}
@media (min-width: 1280px) {
  .header .outer-wrapper-search a.help {
    margin-right: 0;
  }
}
.header.error-message .outer-wrapper {
  height: 110px;
}

/* ---------- Basket quantity ---------- */
.top-basket-wrapper {
  display: none;
  margin-left: -10px;
  margin-right: -10px;
  flex-direction: column;
  flex-direction: column;
  z-index: 10;
  min-width: 270px;
  padding: 15px 10px;
  padding-top: 5px;
}
@media (min-width: 1280px) {
  .top-basket-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .top-basket-wrapper {
    padding: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.top-basket-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1280px) {
  .top-basket-item {
    padding-left: 15px;
  }
}
.top-basket-item:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url("/img/icons/bp/cart.svg") center no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
@media (min-width: 1280px) {
  .top-basket-item:last-child:after {
    content: "";
    width: 1px;
    height: 19px;
    display: table;
    position: absolute;
    top: 10px;
    left: 0;
    border-left: 1px solid #1d1a55;
  }
}
.top-basket-item a {
  padding: 10px 0;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  padding: 0 0 1px 0;
  margin: 10px;
}
.top-basket-item a, .top-basket-item a:visited {
  color: #031f73;
}
.top-basket-item a span {
  vertical-align: middle;
}
.top-basket-item.active a {
  border-bottom: 1px solid;
  padding-bottom: 0px;
}
/*
***********************
* TEASERS  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/*----------   Teaser  ----------*/
.page .col_cx .teaser {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  /*----------   Teaser: General widget teaser  ----------*/
  /*----------   Teaser: Product Shop teaser  ----------*/
  /*----------   Teaser: Main teaser  ----------*/
  /*----------   Teaser: Hero teaser  ----------*/
  /*----------   Teaser: Content teaser  ----------*/
  /*----------   Teaser: Featured  ----------*/
  /*----------   Teaser: Guide  ----------*/
  /*----------   Teaser: Latest news  ----------*/
}
.page .col_cx .teaser-layout-float-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page .col_cx .teaser-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page .col_cx .teaser-bg img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.page .col_cx .teaser-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.page .col_cx .teaser-header h2 {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #031f73;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0px;
  border-top: 1px solid #9a989c;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .page .col_cx .teaser-header h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.page .col_cx .teaser-header a {
  color: #031f73;
  text-decoration: underline;
}
.page .col_cx .teaser-title {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #0c0205;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0px;
}
@media (min-width: 760px) {
  .page .col_cx .teaser-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.page .col_cx .teaser-content {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 760px) {
  .page .col_cx .teaser-content {
    font-size: 19px;
    line-height: 25px;
  }
}
.page .col_cx .teaser-content > * {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .page .col_cx .teaser-content > * {
    margin-bottom: 30px;
  }
}
.page .col_cx .teaser-content > *:last-child {
  margin-bottom: 0px;
}
.page .col_cx .teaser-content h2,
.page .col_cx .teaser-content h3 {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #0c0205;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0px;
}
@media (min-width: 760px) {
  .page .col_cx .teaser-content h2,
  .page .col_cx .teaser-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.page .col_cx .teaser-content p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 30px;
}
.page .col_cx .teaser-content ul {
  margin: 0;
  list-style: none;
}
.page .col_cx .teaser-button {
  padding: 10px;
  background-color: #031f73;
  box-shadow: 0px 2px 0px 0px #000619;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  border-radius: 0px;
  display: inline-block;
  color: #fff !important;
  margin-top: auto;
  align-self: flex-start;
}
.page .col_cx .teaser-button:hover {
  box-shadow: 0px 2px 0px 0px #000619;
}
.page .col_cx .teaser-button[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
@media (min-width: 760px) {
  .page .col_cx .teaser-button {
    font-size: 19px;
    line-height: 20px;
  }
}
.page .col_cx .teaser-button:hover {
  color: #fff;
  background-color: #021241;
}
.page .col_cx .teaser-footer {
  padding-top: 20px;
  margin-top: auto;
}
.page .col_cx .teaser-footer button {
  padding: 10px;
  background-color: #031f73;
  box-shadow: 0px 2px 0px 0px #000619;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  border-radius: 0px;
  display: inline-block;
}
.page .col_cx .teaser-footer button:hover {
  box-shadow: 0px 2px 0px 0px #000619;
}
.page .col_cx .teaser-footer button[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
@media (min-width: 760px) {
  .page .col_cx .teaser-footer button {
    font-size: 19px;
    line-height: 20px;
  }
}
.page .col_cx .teaser-footer button:hover {
  color: #fff;
  background-color: #021241;
}
.page .col_cx .teaser-footer a {
  color: #031f73;
}
.page .col_cx .teaser.widget.layout-quarter, .page .col_cx .teaser.widget.layout-third, .page .col_cx .teaser.widget.layout-single {
  width: 100%;
}
.page .col_cx .teaser.widget.layout-float {
  vertical-align: top;
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-quarter {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .page .col_cx .teaser.widget.layout-quarter {
    width: 25%;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-quarter.layout-float {
    width: calc(50% - 18px);
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 900px) {
  .page .col_cx .teaser.widget.layout-quarter.layout-float {
    width: calc(25% - 27px);
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-quarter.layout-float:nth-child(4n+1 of .layout-quarter) {
    margin-left: 0;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-quarter.layout-float:nth-child(4n+2 of .layout-quarter) {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .page .col_cx .teaser.widget.layout-quarter.layout-float:nth-child(4n+2 of .layout-quarter) {
    margin-right: 15px;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-quarter.layout-float:nth-child(4n+3 of .layout-quarter) {
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .page .col_cx .teaser.widget.layout-quarter.layout-float:nth-child(4n+3 of .layout-quarter) {
    margin-left: 15px;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-quarter.layout-float:nth-child(4n of .layout-quarter) {
    margin-right: 0;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-third {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .page .col_cx .teaser.widget.layout-third {
    width: 33.3333333333%;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-third.layout-float {
    width: calc(50% - 18px);
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 900px) {
  .page .col_cx .teaser.widget.layout-third.layout-float {
    width: calc(33.3333333333% - 24px);
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-third.layout-float:nth-child(3n+1 of .layout-third) {
    margin-left: 0;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-third.layout-float:nth-child(3n+2 of .layout-third) {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .page .col_cx .teaser.widget.layout-third.layout-float:nth-child(3n+2 of .layout-third) {
    margin-right: 15px;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-third.layout-float:nth-child(3n of .layout-third) {
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .page .col_cx .teaser.widget.layout-third.layout-float:nth-child(3n of .layout-third) {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-single {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-single.layout-float {
    width: calc(50% - 18px);
    display: inline-block;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-single.layout-float:nth-child(2n+1 of .layout-single) {
    margin-right: 15px;
  }
}
@media (min-width: 760px) {
  .page .col_cx .teaser.widget.layout-single.layout-float:nth-child(2n of .layout-single) {
    margin-left: 15px;
  }
}
.page .col_cx .teaser.widget.image-bg {
  padding: 0;
}
.page .col_cx .teaser.widget.image-bg .teaser-bg {
  overflow: hidden;
}
.page .col_cx .teaser.widget.image-bg .teaser-bg svg,
.page .col_cx .teaser.widget.image-bg .teaser-bg img {
  display: block;
  max-width: 100%;
  padding: 0px;
}
.page .col_cx .teaser.widget.image-bg.bgimage-fitt svg,
.page .col_cx .teaser.widget.image-bg.bgimage-fitt img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .col_cx .teaser.widget.image-bg.bgimage-height-left svg,
.page .col_cx .teaser.widget.image-bg.bgimage-height-left img {
  width: auto;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.page .col_cx .teaser.widget.image-bg.bgimage-height-right svg,
.page .col_cx .teaser.widget.image-bg.bgimage-height-right img {
  width: auto;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
}
.page .col_cx .teaser.widget.image-bg.bgimage-width-top svg,
.page .col_cx .teaser.widget.image-bg.bgimage-width-top img {
  width: 100% !important;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.page .col_cx .teaser.widget.image-bg.bgimage-width-bottom svg,
.page .col_cx .teaser.widget.image-bg.bgimage-width-bottom img {
  width: 100% !important;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page .col_cx .teaser.widget.image-left .teaser-container {
  flex-direction: row;
}
.page .col_cx .teaser.widget.image-left .teaser-bg {
  width: 50%;
}
.page .col_cx .teaser.widget.image-left .teaser-content {
  width: 50%;
  margin-left: 30px;
}
.page .col_cx .teaser.widget.image-right .teaser-container {
  flex-direction: row-reverse;
}
.page .col_cx .teaser.widget.image-right .teaser-bg {
  width: 50%;
}
.page .col_cx .teaser.widget.image-right .teaser-content {
  width: 50%;
  margin-right: 30px;
}
.page .col_cx .teaser.widget.image-top .teaser-container {
  flex-direction: column;
}
.page .col_cx .teaser.widget.image-top .teaser-bg img {
  margin-bottom: 20px;
}
.page .col_cx .teaser.widget.image-bottom .teaser-container {
  flex-direction: column-reverse;
}
.page .col_cx .teaser.widget.image-bottom .teaser-bg img {
  margin-top: 20px;
}
.page .col_cx .teaser.widget.title-version-red .teaser-title {
  color: #8b1c40;
}
.page .col_cx .teaser.widget.btn-color-red .teaser-button {
  background-color: #8b1c40;
}
.page .col_cx .teaser.widget.btn-color-blue .teaser-button {
  background-color: #031f73;
}
.page .col_cx .teaser.product-teaser {
  margin: 0;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #9a989c;
  background-color: #fff;
}
.page .col_cx .teaser.product-teaser .product-teaser-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 500px) {
  .page .col_cx .teaser.product-teaser .product-teaser-container {
    flex-direction: row;
  }
}
.page .col_cx .teaser.product-teaser .product-teaser-content {
  width: 100%;
}
.page .col_cx .teaser.product-teaser .product-teaser-ecom {
  width: 180px;
  text-align: center;
  margin-left: 30px;
  min-width: 180px;
}
.page .col_cx .teaser.product-teaser .product-teaser-form-title {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.page .col_cx .teaser.product-teaser .product-teaser-content h3 {
  margin-bottom: 20px;
}
.page .col_cx .teaser.product-teaser .product-teaser-content h3 a {
  text-decoration: none;
}
.page .col_cx .teaser.main-teaser {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #fff;
  overflow: visible;
  margin-top: -26px;
}
@media (min-width: 760px) {
  .page .col_cx .teaser.main-teaser {
    padding: 50px 15px;
    margin-top: -15px;
  }
}
@media (min-width: 1020px) {
  .page .col_cx .teaser.main-teaser {
    margin-top: -30px;
  }
}
.page .col_cx .teaser.main-teaser .teaser-bg {
  position: relative;
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx .teaser.main-teaser .teaser-bg {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
    overflow: hidden;
  }
}
.page .col_cx .teaser.main-teaser .teaser-bg img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 760px) {
  .page .col_cx .teaser.main-teaser .teaser-bg img {
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
@media (min-width: 1020px) {
  .page .col_cx .teaser.main-teaser .teaser-bg img {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
@media (min-width: 1280px) {
  .page .col_cx .teaser.main-teaser .teaser-bg img {
    width: 100%;
    height: 100%;
  }
}
.page .col_cx .teaser.main-teaser .teaser-content {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 760px) {
  .page .col_cx .teaser.main-teaser .teaser-content {
    font-size: 24px;
    line-height: 30px;
    width: 55%;
  }
}
@media (min-width: 1020px) {
  .page .col_cx .teaser.main-teaser .teaser-content {
    width: 60%;
  }
}
.page .col_cx .teaser.main-teaser .teaser-content h1 {
  font-size: 32px;
  line-height: 35px;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #0b0c0c;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .page .col_cx .teaser.main-teaser .teaser-content h1 {
    font-size: 48px;
    line-height: 50px;
    width: 60%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1020px) {
  .page .col_cx .teaser.main-teaser .teaser-content h1 {
    width: 100%;
  }
}
.page .col_cx .teaser.main-teaser .teaser-content h2 {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 30px;
}
.page .col_cx .teaser.main-teaser .teaser-content p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 30px;
}
.page .col_cx .teaser.main-teaser .teaser-content a {
  padding: 10px 34px 10px 10px;
  background-color: #8b1c40;
  box-shadow: 0px 2px 0px 0px #430b1c;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  align-self: flex-start;
}
@media (min-width: 760px) {
  .page .col_cx .teaser.main-teaser .teaser-content a {
    width: auto;
    font-size: 24px;
    line-height: 25px;
    text-align: left;
  }
}
.page .col_cx .teaser.main-teaser .teaser-content a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.page .col_cx .teaser.main-teaser .teaser-content a:before {
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
}
.page .col_cx .teaser.main-teaser .teaser-content a:before {
  width: 14px;
  height: 14px;
  left: initial;
  right: 13px;
  border-width: 4px;
}
.page .col_cx .teaser.main-teaser .teaser-content a:hover {
  background-color: #61132c;
}
.page .col_cx .teaser.hero-teaser {
  padding: 30px !important;
}
.page .col_cx .teaser.latest-news {
  margin: 0;
}
.page .col_cx .teaser.latest-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page .col_cx .teaser.latest-news li {
  margin-bottom: 20px;
  margin-left: 0;
}
.page .col_cx .teaser.latest-news li a {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #031f73;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0px;
  border-top: 1px solid #9a989c;
  display: block;
  padding: 20px 0px 10px 0px;
}
@media (min-width: 760px) {
  .page .col_cx .teaser.latest-news li a {
    font-size: 24px;
    line-height: 30px;
  }
}
.page .col_cx .teaser.latest-news time {
  display: block;
  font-size: 19px;
  line-height: 25px;
  color: #0b0c0c;
}

/*
***********************
* LOGIN FORM  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/*
***********************
* SEARCH  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.header .outer-wrapper .search {
  display: block;
  clear: both;
  z-index: 2;
}
.header .outer-wrapper .search form {
  position: relative;
}
.header .outer-wrapper .search form input[type=text] {
  border: 1px solid #9a989c;
  border-radius: 0px;
  padding: 0px 7px;
  font-size: 16px;
  height: 40px;
  min-width: 150px;
}
@media (min-width: 400px) {
  .header .outer-wrapper .search form input[type=text] {
    min-width: 220px;
  }
}
@media (min-width: 760px) {
  .header .outer-wrapper .search form input[type=text] {
    font-size: 19px;
    height: 45px;
    min-width: 460px;
  }
}
.header .outer-wrapper .search form input[type=text]:focus {
  outline: none;
}
.header .outer-wrapper .search form button[type=submit] {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  font-size: 0px;
  background: #fff;
}
@media (min-width: 760px) {
  .header .outer-wrapper .search form button[type=submit] {
    top: 12px;
  }
}
@media (min-width: 1020px) {
  .header .outer-wrapper .search form button[type=submit] {
    width: 0px !important;
  }
}
.header .outer-wrapper .search form button[type=submit]:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  content: " \f002";
  font-size: 25px;
  color: #9a989c;
}
.header .outer-wrapper .search form > a {
  position: absolute;
}
.header .outer-wrapper .search form > a.help-icon {
  top: 8px;
  right: -20px;
}
.header .outer-wrapper .search form > a.help-icon .search-guidance {
  color: #fff;
}
/*
***********************
* SEARCH RESULTS PAGE *
***********************
*/
.page .content-pane .search h2 {
  font-size: 16px;
}
@media (min-width: 760px) {
  .page .content-pane .search h2 {
    font-size: 19px;
  }
}

/*
 ***********************
 * PROVENANCE TRAIL    *
 ***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.provenance-trail {
  padding: 0;
  background: #ececec;
  border-top: 1px solid #8b1c40;
  border-bottom: 1px solid #8b1c40;
}
.provenance-trail .timeline.calendar {
  padding-bottom: 3px;
}
.provenance-trail .timeline.calendar .btn {
  height: 30px;
  line-height: 28px;
}
.provenance-trail h2 {
  text-align: center;
  margin: 0 0 10px 0;
  display: none;
}
.provenance-trail-header h2, .provenance-trail-header h3 {
  position: relative;
  font-size: 0 !important;
  padding: 15px 0px 15px 0px;
  margin: 0;
  margin-top: 30px;
}
.provenance-trail-header h2 button, .provenance-trail-header h3 button {
  width: 100%;
  position: relative;
  font-weight: 400;
  text-align: left;
  color: #8b1c40;
  background-color: #ececec;
  border: none;
  border-bottom: 1px solid #9a989c;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 50px 15px 10px;
}
.provenance-trail-header h2 button:before, .provenance-trail-header h3 button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.provenance-trail-header h2 button:after, .provenance-trail-header h3 button:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.provenance-trail-header h2 button:before, .provenance-trail-header h3 button:before {
  margin-top: 2px;
  margin-right: -2px;
  transform: translateY(-50%) rotate(135deg);
}
@media (min-width: 760px) {
  .provenance-trail-header h2 button, .provenance-trail-header h3 button {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1020px) {
  .provenance-trail-header h2 button, .provenance-trail-header h3 button {
    font-size: 24px;
    line-height: 24px;
  }
}
.provenance-trail-header h2 button:hover, .provenance-trail-header h3 button:hover {
  background-color: #ececec;
  text-decoration: underline;
}
.provenance-trail-header h2 button:before, .provenance-trail-header h2 button:after, .provenance-trail-header h3 button:before, .provenance-trail-header h3 button:after {
  border-color: #8b1c40 !important;
}
.provenance-trail-header h2 button.open, .provenance-trail-header h3 button.open {
  font-weight: 700;
  text-decoration: underline;
}
.provenance-trail-header h2 button.open:before, .provenance-trail-header h3 button.open:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.provenance-trail-header h2 button.open:after, .provenance-trail-header h3 button.open:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.provenance-trail-header h2 button.open:before, .provenance-trail-header h3 button.open:before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
.provenance-trail-content {
  border-bottom: 2px solid #333333;
  margin-bottom: 15px;
  box-sizing: content-box;
}
.provenance-trail-content.expanded {
  padding-bottom: 15px;
}
.provenance-trail-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.provenance-trail-top > div {
  display: none;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
.provenance-trail-top > div.current-edition, .provenance-trail-top > div.version-selected {
  display: block;
}
.provenance-trail-top > div div {
  display: inline-block;
}
.provenance-trail-top a {
  width: auto;
  color: #fff;
  background-color: #031f73;
  line-height: 1rem;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #000619;
  height: 38px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.provenance-trail-top a:hover {
  background-color: #021241;
}
@media (min-width: 760px) {
  .provenance-trail-top a {
    font-size: 18px;
  }
}
.provenance-trail-top a.version-selected {
  background-color: #ececec;
  color: #919191 !important;
  box-shadow: none;
  pointer-events: none;
}
.provenance-trail-selector {
  display: none;
}
.provenance-trail-selector-filter {
  padding: 45px 15px 15px 15px;
  background: #ececec;
}
.provenance-trail-selector-filter:after {
  content: "";
  display: block;
  clear: both;
}
.provenance-trail-selector-filter > div {
  float: left;
  margin-right: 20px;
  position: relative;
}
.provenance-trail-selector-filter > div.provenance-datepicker {
  position: absolute;
  z-index: 10;
  display: none;
}
.provenance-trail-selector-filter > div label {
  position: absolute;
  top: -44px;
  left: 0;
  display: block;
  padding: 10px 0;
}
.provenance-trail-selector-filter > div input {
  min-width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #8b1c40;
}
.provenance-trail-selector-filter > div:last-of-type input {
  min-width: 75px;
}
.provenance-trail-selector-filter > button {
  padding: 5px 15px;
  border: 1px solid #8b1c40;
  height: 40px;
  line-height: 30px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  clear: both;
  width: 100%;
  min-width: 200px;
}
@media (min-width: 760px) {
  .provenance-trail-selector-filter > button {
    width: 50%;
  }
}
@media (min-width: 1020px) {
  .provenance-trail-selector-filter > button {
    width: initial;
    min-width: initial;
    margin-bottom: 0px;
    clear: none;
  }
}
.provenance-trail-selector-filter > button[type=button].datePicker {
  background-color: #8b1c40;
  padding: 5px;
  margin-right: 30px;
  clear: none;
  width: auto;
  min-width: initial;
}
.provenance-trail-selector-filter > button[type=button].datePicker img {
  display: block;
  margin: 5px;
  padding: 0px;
}
.provenance-trail-selector-filter > button[type=submit] {
  background-color: #8b1c40;
  color: #fff;
}
.provenance-trail-selector-filter > button[type=button] {
  background-color: transparent;
  color: #8b1c40;
}
.provenance-trail-selector h3 {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  background-color: #fff;
  padding: 12px;
}
#timelineData ol li.version-selected .label {
  pointer-events: auto;
}
#timelineData ol li.revision-in-current-version .label {
  pointer-events: none;
}
#timelineData ol li:only-child a {
  width: 100%;
}
#timelineData ol li .timeline-runner-extension {
  display: none !important;
}

.page.publication .col_cx .revision-history-form {
  min-height: 40px;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  order: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
@media (min-width: 760px) {
  .page.publication .col_cx .revision-history-form {
    flex-direction: row;
    align-items: center;
  }
}
.page.publication .col_cx .revision-history-form h2 {
  font-size: 19px;
  border-top: 0px;
  margin: 0px;
  padding: 0px;
  padding-right: 25px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .page.publication .col_cx .revision-history-form h2 {
    margin-bottom: 0;
  }
}
.page.publication .col_cx .revision-history-form label {
  font-size: 19px;
  line-height: 1.04em;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .page.publication .col_cx .revision-history-form label {
    margin-bottom: 0;
  }
}
.page.publication .col_cx .revision-history-guidance-container,
.page.publication .col_cx .revision-history-form-container,
.page.publication .col_cx .c-revisionhistory {
  position: relative;
}
.page.publication .col_cx .revision-history-guidance-container > h2, .page.publication .col_cx .revision-history-guidance-container h3,
.page.publication .col_cx .revision-history-form-container > h2,
.page.publication .col_cx .revision-history-form-container h3,
.page.publication .col_cx .c-revisionhistory > h2,
.page.publication .col_cx .c-revisionhistory h3 {
  position: relative;
  color: #8b1c40;
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: underline;
  padding-right: 30px;
  font-size: 0px;
  cursor: pointer;
  font-size: 19px;
  text-align: right;
  padding: 12px 30px 12px 12px;
  font-weight: 400;
  color: #031f73 !important;
  border-bottom: 2px solid #333333;
}
.page.publication .col_cx .revision-history-guidance-container > h2.open:after, .page.publication .col_cx .revision-history-guidance-container h3.open:after,
.page.publication .col_cx .revision-history-form-container > h2.open:after,
.page.publication .col_cx .revision-history-form-container h3.open:after,
.page.publication .col_cx .c-revisionhistory > h2.open:after,
.page.publication .col_cx .c-revisionhistory h3.open:after {
  top: 10px;
  transform: rotate(-135deg);
}
.page.publication .col_cx .revision-history-guidance-container > h2.open:before, .page.publication .col_cx .revision-history-guidance-container h3.open:before,
.page.publication .col_cx .revision-history-form-container > h2.open:before,
.page.publication .col_cx .revision-history-form-container h3.open:before,
.page.publication .col_cx .c-revisionhistory > h2.open:before,
.page.publication .col_cx .c-revisionhistory h3.open:before {
  content: "";
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page.publication .col_cx .revision-history-guidance-container > h2.open:before, .page.publication .col_cx .revision-history-guidance-container h3.open:before,
  .page.publication .col_cx .revision-history-form-container > h2.open:before,
  .page.publication .col_cx .revision-history-form-container h3.open:before,
  .page.publication .col_cx .c-revisionhistory > h2.open:before,
  .page.publication .col_cx .c-revisionhistory h3.open:before {
    font-size: 18px;
    line-height: 24px;
  }
}
.page.publication .col_cx .revision-history-guidance-container > h2:after, .page.publication .col_cx .revision-history-guidance-container > h2.closed:after, .page.publication .col_cx .revision-history-guidance-container h3:after, .page.publication .col_cx .revision-history-guidance-container h3.closed:after,
.page.publication .col_cx .revision-history-form-container > h2:after,
.page.publication .col_cx .revision-history-form-container > h2.closed:after,
.page.publication .col_cx .revision-history-form-container h3:after,
.page.publication .col_cx .revision-history-form-container h3.closed:after,
.page.publication .col_cx .c-revisionhistory > h2:after,
.page.publication .col_cx .c-revisionhistory > h2.closed:after,
.page.publication .col_cx .c-revisionhistory h3:after,
.page.publication .col_cx .c-revisionhistory h3.closed:after {
  top: 2px;
  transform: rotate(45deg);
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page.publication .col_cx .revision-history-guidance-container > h2:after, .page.publication .col_cx .revision-history-guidance-container > h2.closed:after, .page.publication .col_cx .revision-history-guidance-container h3:after, .page.publication .col_cx .revision-history-guidance-container h3.closed:after,
  .page.publication .col_cx .revision-history-form-container > h2:after,
  .page.publication .col_cx .revision-history-form-container > h2.closed:after,
  .page.publication .col_cx .revision-history-form-container h3:after,
  .page.publication .col_cx .revision-history-form-container h3.closed:after,
  .page.publication .col_cx .c-revisionhistory > h2:after,
  .page.publication .col_cx .c-revisionhistory > h2.closed:after,
  .page.publication .col_cx .c-revisionhistory h3:after,
  .page.publication .col_cx .c-revisionhistory h3.closed:after {
    font-size: 18px;
    line-height: 24px;
  }
}
.page.publication .col_cx .revision-history-guidance-container > h2:before, .page.publication .col_cx .revision-history-guidance-container > h2.closed:before, .page.publication .col_cx .revision-history-guidance-container h3:before, .page.publication .col_cx .revision-history-guidance-container h3.closed:before,
.page.publication .col_cx .revision-history-form-container > h2:before,
.page.publication .col_cx .revision-history-form-container > h2.closed:before,
.page.publication .col_cx .revision-history-form-container h3:before,
.page.publication .col_cx .revision-history-form-container h3.closed:before,
.page.publication .col_cx .c-revisionhistory > h2:before,
.page.publication .col_cx .c-revisionhistory > h2.closed:before,
.page.publication .col_cx .c-revisionhistory h3:before,
.page.publication .col_cx .c-revisionhistory h3.closed:before {
  content: "";
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page.publication .col_cx .revision-history-guidance-container > h2:before, .page.publication .col_cx .revision-history-guidance-container > h2.closed:before, .page.publication .col_cx .revision-history-guidance-container h3:before, .page.publication .col_cx .revision-history-guidance-container h3.closed:before,
  .page.publication .col_cx .revision-history-form-container > h2:before,
  .page.publication .col_cx .revision-history-form-container > h2.closed:before,
  .page.publication .col_cx .revision-history-form-container h3:before,
  .page.publication .col_cx .revision-history-form-container h3.closed:before,
  .page.publication .col_cx .c-revisionhistory > h2:before,
  .page.publication .col_cx .c-revisionhistory > h2.closed:before,
  .page.publication .col_cx .c-revisionhistory h3:before,
  .page.publication .col_cx .c-revisionhistory h3.closed:before {
    font-size: 18px;
    line-height: 24px;
  }
}
.page.publication .col_cx .revision-history-guidance-container > h2:after, .page.publication .col_cx .revision-history-guidance-container h3:after,
.page.publication .col_cx .revision-history-form-container > h2:after,
.page.publication .col_cx .revision-history-form-container h3:after,
.page.publication .col_cx .c-revisionhistory > h2:after,
.page.publication .col_cx .c-revisionhistory h3:after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  width: 12px;
  height: 12px;
  border: 3px solid #8b1c40;
  border-left: none;
  border-top: none;
}
@media (min-width: 760px) {
  .page.publication .col_cx .revision-history-guidance-container > h2:after, .page.publication .col_cx .revision-history-guidance-container h3:after,
  .page.publication .col_cx .revision-history-form-container > h2:after,
  .page.publication .col_cx .revision-history-form-container h3:after,
  .page.publication .col_cx .c-revisionhistory > h2:after,
  .page.publication .col_cx .c-revisionhistory h3:after {
    width: 15px;
    height: 15px;
  }
}
.page.publication .col_cx .revision-history-guidance-container > h2:after, .page.publication .col_cx .revision-history-guidance-container h3:after,
.page.publication .col_cx .revision-history-form-container > h2:after,
.page.publication .col_cx .revision-history-form-container h3:after,
.page.publication .col_cx .c-revisionhistory > h2:after,
.page.publication .col_cx .c-revisionhistory h3:after {
  top: 12px;
  width: 12px;
  height: 12px;
  border-color: #031f73;
}
.page.publication .col_cx .revision-history-guidance-container > h2.open:after, .page.publication .col_cx .revision-history-guidance-container h3.open:after,
.page.publication .col_cx .revision-history-form-container > h2.open:after,
.page.publication .col_cx .revision-history-form-container h3.open:after,
.page.publication .col_cx .c-revisionhistory > h2.open:after,
.page.publication .col_cx .c-revisionhistory h3.open:after {
  top: 20px;
}
.page.publication .col_cx .revision-history-guidance-container ul,
.page.publication .col_cx .revision-history-form-container ul,
.page.publication .col_cx .c-revisionhistory ul {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.page.publication .col_cx .revision-history-guidance-container ul.c-revisionhistory__body,
.page.publication .col_cx .revision-history-form-container ul.c-revisionhistory__body,
.page.publication .col_cx .c-revisionhistory ul.c-revisionhistory__body {
  list-style: none;
}
.page.publication .col_cx .revision-history-guidance-container ul.c-revisionhistory__body > li,
.page.publication .col_cx .revision-history-form-container ul.c-revisionhistory__body > li,
.page.publication .col_cx .c-revisionhistory ul.c-revisionhistory__body > li {
  margin-left: 0px;
}
.page.publication .col_cx .revision-history-guidance-container ul .c-revisionhistory-entry__title,
.page.publication .col_cx .revision-history-form-container ul .c-revisionhistory-entry__title,
.page.publication .col_cx .c-revisionhistory ul .c-revisionhistory-entry__title {
  display: block;
  margin-bottom: 20px;
}
.page.publication .col_cx .revision-history-guidance-container ul span:first-child,
.page.publication .col_cx .revision-history-form-container ul span:first-child,
.page.publication .col_cx .c-revisionhistory ul span:first-child {
  font-weight: 700;
}

.js .page .col_cx .c-revisionhistory > h2 {
  display: none;
  font-size: 0;
}
.js .page .col_cx .c-revisionhistory > h2.open:before {
  content: "Hide revision history" !important;
}
.js .page .col_cx .c-revisionhistory > h2:before {
  content: "Show revision history" !important;
}
.js .page .col_cx .c-revisionhistory > ul {
  display: none;
}
.js .page .col_cx .revisions-text-guidance-content h4 {
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 15px;
}
.js .revisions-text-guidance-content,
.js .c-revisionhistory__body {
  border-bottom: 2px solid #333333;
}
.js .revision-history-form-container,
.js .revision-history-guidance-container,
.js .revision-history-guidance-content,
.js .revisions-text-guidance-content,
.js .c-revisionhistory {
  width: 100%;
  display: none;
}
.js .revision-history-form-container.expanded,
.js .revision-history-guidance-container.expanded,
.js .revision-history-guidance-content.expanded,
.js .revisions-text-guidance-content.expanded,
.js .c-revisionhistory.expanded {
  display: block;
}
.js .js-provenance-trail-container {
  margin-bottom: 0;
  display: none;
}
.js .js-provenance-trail-container .provenance-trail-content {
  width: 100%;
  margin-bottom: 0;
}
.js .provenance-trail-content.collapsed {
  display: none;
}

.noJs .revision-history-form-container {
  display: none;
}

/**
 *
 * Added / deleted content
 *
 */
.show-changes table.added {
  background-color: #acf2bd;
}
.show-changes table.added:before, .show-changes table.added:after {
  display: none;
}
.show-changes tr.added, .show-changes tr.deleted {
  display: table-row;
}
.show-changes tr.added:before, .show-changes tr.added:after, .show-changes tr.deleted:before, .show-changes tr.deleted:after {
  display: none;
}
.show-changes .added {
  display: inline-block;
  color: #416200 !important;
}
.show-changes .added * {
  color: #416200 !important;
}
.show-changes .added table {
  background-color: #acf2bd;
}
.show-changes .added table:before, .show-changes .added table:after {
  display: none;
}
.show-changes span.added {
  display: inline;
}
.show-changes .added-math {
  display: inline;
}
.show-changes #publication-content .smallcaps.deleted {
  display: inline-block;
}
.show-changes #publication-content table.deleted {
  display: table;
}
.show-changes .deleted {
  display: inline-block;
  color: #e74c3c !important;
  padding-right: 5px;
}
.show-changes .deleted * {
  color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.show-changes .figure .deleted-image {
  border-color: #e74c3c;
  position: relative;
}
.show-changes .figure .deleted-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("/img/deleted-image-diagonal.svg") center no-repeat;
  z-index: 10;
}
.show-changes .figure .figurecaption .added {
  border: none;
}
.show-changes .figure .added:before, .show-changes .figure .added:after,
.show-changes .figure .deleted:before,
.show-changes .figure .deleted:after {
  content: "";
  display: inline;
  vertical-align: middle;
  width: 20.5px;
  height: 15.5px;
  background-size: 20.5px 15.5px;
  margin: 0;
}

.deleted,
.deleted-math {
  display: none;
  text-decoration: line-through;
}

.added-image,
.deleted-image {
  position: relative;
  display: inline-block;
  border: 2px solid transparent;
}

#view-section-as-pdf {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 1px 12px;
}
@media (min-width: 760px) {
  #view-section-as-pdf {
    margin-top: 0px;
  }
}
#view-section-as-pdf > div {
  width: auto;
  padding: 8px;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #8b1c40;
  border: 2px solid #8b1c40;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 12px;
  margin: 12px 0px;
}
#view-section-as-pdf > div:hover {
  text-decoration: underline;
}

#scrollbar {
  background: #ececec;
  margin: 0px;
  padding: 15px 0;
}
#scrollbar #slider {
  width: calc(100% - 80px - 45px);
  margin: 11px 40px 0px 40px;
  position: absolute;
  float: none;
  border: 0px;
}
#scrollbar #arrowLeft,
#scrollbar #arrowRight {
  width: 40px;
  height: 40px;
}
#scrollbar .ui-slider .ui-slider-handle {
  margin-left: 0;
  margin-top: 3px;
  width: 45px;
  border-color: #8b1c40;
  background: #fbfcfe !important;
}

#timelineData ol li {
  flex: 1 0;
}
#timelineData ol li > .label {
  color: #000;
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px 10px 0 10px;
  margin-left: -50%;
}
#timelineData ol li.version-selected .timeline-runner {
  background: #8b1c40;
}
#timelineData ol li.version-selected .timeline-pin-selected {
  border-color: #8b1c40;
}
#timelineData ol li.version-selected.starting-block > .label {
  font-weight: bold;
}
#timelineData ol li.starting-block .timeline-pin {
  left: 0;
}
#timelineData ol li:last-child {
  margin-right: 0;
}

#timelineData {
  padding-left: 45px;
  padding-right: 35px;
}

#timelineData ol li:first-child {
  padding-left: 0;
}

.provenance-trail-top .provenance-trail-content {
  margin-bottom: 0;
}
.provenance-trail-top .provenance-trail-content a {
  min-width: 10rem;
  text-align: center;
}

.provenance-trail-header h3 button.closed:before {
  top: calc(50% - 2.5px);
  right: 23.5px;
}
.provenance-trail-header h3 button.open:before {
  top: calc(50% + 2.5px);
  right: 23.5px;
}

#revisionhistory-body {
  display: block;
}

/*
***********************
* SEARCH RESULT PAGE  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.content .page.search-result .col_cx .item-list.suggestions, .content .page.content-search-result .col_cx .item-list.suggestions {
  margin-top: 15px;
}
.content .page.search-result .col_cx .item-list .item, .content .page.content-search-result .col_cx .item-list .item {
  padding: 0px;
  margin-bottom: 15px;
  border: 1px solid #9a989c;
  box-shadow: none;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item, .content .page.content-search-result .col_cx .item-list .item {
    padding: 0px;
    margin-bottom: 20px;
  }
}
.content .page.search-result .col_cx .item-list .item.items-card, .content .page.content-search-result .col_cx .item-list .item.items-card {
  padding: 20px;
}
.content .page.search-result .col_cx .item-list .item.european .extra:before, .content .page.search-result .col_cx .item-list .item.british .extra:before, .content .page.content-search-result .col_cx .item-list .item.european .extra:before, .content .page.content-search-result .col_cx .item-list .item.british .extra:before {
  content: "";
  width: 32px;
  height: 35px;
  padding-bottom: 0;
  background-size: 100%;
  margin-right: 15px;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item.european .extra:before, .content .page.search-result .col_cx .item-list .item.british .extra:before, .content .page.content-search-result .col_cx .item-list .item.european .extra:before, .content .page.content-search-result .col_cx .item-list .item.british .extra:before {
    width: 42px;
  }
}
.content .page.search-result .col_cx .item-list .item.european .extra, .content .page.content-search-result .col_cx .item-list .item.european .extra {
  background: #031f73;
}
.content .page.search-result .col_cx .item-list .item.european .extra:before, .content .page.content-search-result .col_cx .item-list .item.european .extra:before {
  background: url("/img/icons/bp/search_extra_eu.png") center no-repeat;
  background-size: 100%;
}
.content .page.search-result .col_cx .item-list .item.british .extra, .content .page.content-search-result .col_cx .item-list .item.british .extra {
  background: #8b1c40;
}
.content .page.search-result .col_cx .item-list .item.british .extra:before, .content .page.content-search-result .col_cx .item-list .item.british .extra:before {
  width: 32px;
  padding-bottom: 91.6%;
  background: url("/img/icons/bp/search_extra_bp.png") center no-repeat;
  background-size: 100%;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item.british .extra:before, .content .page.content-search-result .col_cx .item-list .item.british .extra:before {
    width: 32px;
  }
}
.content .page.search-result .col_cx .item-list .item.vetinary .extra, .content .page.content-search-result .col_cx .item-list .item.vetinary .extra {
  background: #7ab900;
}
.content .page.search-result .col_cx .item-list .item .extra-wrapper, .content .page.content-search-result .col_cx .item-list .item .extra-wrapper {
  width: 100%;
  display: flex;
}
.content .page.search-result .col_cx .item-list .item .extra-wrapper > span, .content .page.content-search-result .col_cx .item-list .item .extra-wrapper > span {
  margin-left: 20px;
  white-space: nowrap;
}
.content .page.search-result .col_cx .item-list .item .extra-wrapper .extra, .content .page.content-search-result .col_cx .item-list .item .extra-wrapper .extra {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  font-size: 14px;
  padding: 10px;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item .extra-wrapper .extra, .content .page.content-search-result .col_cx .item-list .item .extra-wrapper .extra {
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    left: 20px;
  }
}
.content .page.search-result .col_cx .item-list .item .extra-wrapper .updated, .content .page.content-search-result .col_cx .item-list .item .extra-wrapper .updated {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0b0c0c;
  background: #fcd900;
  padding: 0 13px;
  white-space: nowrap;
  height: 50px;
  font-size: 14px;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item .extra-wrapper .updated, .content .page.content-search-result .col_cx .item-list .item .extra-wrapper .updated {
    font-size: 16px;
  }
}
.content .page.search-result .col_cx .item-list .item .item-inner, .content .page.content-search-result .col_cx .item-list .item .item-inner {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  padding: 20px;
}
.content .page.search-result .col_cx .item-list .item.resources .description, .content .page.content-search-result .col_cx .item-list .item.resources .description {
  padding-top: 10px;
}
.content .page.search-result .col_cx .item-list .item.resources .description .pdf, .content .page.content-search-result .col_cx .item-list .item.resources .description .pdf {
  display: inline-block;
  padding-left: 24px;
  background: url("/img/icons/icon_pdf_16.png") top left no-repeat;
  background-position: 0 3px;
}
.content .page.search-result .col_cx .item-list .item .description, .content .page.content-search-result .col_cx .item-list .item .description {
  color: #0b0c0c;
  width: 100%;
}
.content .page.search-result .col_cx .item-list .item .description .highlight, .content .page.content-search-result .col_cx .item-list .item .description .highlight {
  font-style: italic;
}
.content .page.search-result .col_cx .item-list .item .description p, .content .page.content-search-result .col_cx .item-list .item .description p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item .description p, .content .page.content-search-result .col_cx .item-list .item .description p {
    font-size: 19px;
    line-height: 25px;
  }
}
.content .page.search-result .col_cx .item-list .item .description h2, .content .page.content-search-result .col_cx .item-list .item .description h2 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item .description h2, .content .page.content-search-result .col_cx .item-list .item .description h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.content .page.search-result .col_cx .item-list .item .description h2 a, .content .page.content-search-result .col_cx .item-list .item .description h2 a {
  text-decoration: underline;
}
.content .page.search-result .col_cx .item-list .item .description h2 a:hover, .content .page.content-search-result .col_cx .item-list .item .description h2 a:hover {
  text-decoration: none;
}
.content .page.search-result .col_cx .item-list .item .description h3, .content .page.content-search-result .col_cx .item-list .item .description h3 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item .description h3, .content .page.content-search-result .col_cx .item-list .item .description h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.content .page.search-result .col_cx .item-list .item .description h3 a, .content .page.content-search-result .col_cx .item-list .item .description h3 a {
  text-decoration: underline;
}
.content .page.search-result .col_cx .item-list .item .description h3 a:hover, .content .page.content-search-result .col_cx .item-list .item .description h3 a:hover {
  text-decoration: none;
}
.content .page.search-result .col_cx .item-list .item .description h5, .content .page.content-search-result .col_cx .item-list .item .description h5 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .content .page.search-result .col_cx .item-list .item .description h5, .content .page.content-search-result .col_cx .item-list .item .description h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.content .page.search-result .col_cx .item-list .item .description h5 a, .content .page.content-search-result .col_cx .item-list .item .description h5 a {
  text-decoration: underline;
}
.content .page.search-result .col_cx .item-list .item .description h5 a:hover, .content .page.content-search-result .col_cx .item-list .item .description h5 a:hover {
  text-decoration: none;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions {
  float: none;
  display: flex;
  flex-direction: row;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li {
  margin-left: 0;
  margin-right: 12px;
  margin-bottom: 6px;
  float: none;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li:last-child, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li:last-child {
  margin-right: 0px;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li a,
.content .page.search-result .col_cx .item-list .item .tools ul.actions li button, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li a,
.content .page.content-search-result .col_cx .item-list .item .tools ul.actions li button {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #031f73;
  cursor: pointer;
  font-size: 25px;
  line-height: 40px;
  border-radius: 50%;
  color: #031f73;
  text-decoration: none;
  line-height: 19px;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li a:hover,
.content .page.search-result .col_cx .item-list .item .tools ul.actions li button:hover, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li a:hover,
.content .page.content-search-result .col_cx .item-list .item .tools ul.actions li button:hover {
  background: #031f73;
  border-color: #031f73;
  color: #fff;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li a.favourited,
.content .page.search-result .col_cx .item-list .item .tools ul.actions li button.favourited, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li a.favourited,
.content .page.content-search-result .col_cx .item-list .item .tools ul.actions li button.favourited {
  color: #fff;
  background: #8b1c40;
  border-color: #8b1c40;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li a.processing,
.content .page.search-result .col_cx .item-list .item .tools ul.actions li button.processing, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li a.processing,
.content .page.content-search-result .col_cx .item-list .item .tools ul.actions li button.processing {
  color: #919191;
  background: #f1f1f1;
  border-color: #ebebeb;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li a.processing.fa-star,
.content .page.search-result .col_cx .item-list .item .tools ul.actions li button.processing.fa-star, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li a.processing.fa-star,
.content .page.content-search-result .col_cx .item-list .item .tools ul.actions li button.processing.fa-star {
  padding: unset;
  animation-name: fa-spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  font-size: 24px;
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li a.processing.fa-star:after,
.content .page.search-result .col_cx .item-list .item .tools ul.actions li button.processing.fa-star:after, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li a.processing.fa-star:after,
.content .page.content-search-result .col_cx .item-list .item .tools ul.actions li button.processing.fa-star:after {
  content: "\f3f4";
  font-family: "FontAwesomeRegular";
}
.content .page.search-result .col_cx .item-list .item .tools ul.actions li a, .content .page.content-search-result .col_cx .item-list .item .tools ul.actions li a {
  line-height: 40px;
}
.content .page.search-result.ban-archive-editions .col_cx .item-list .item .description, .content .page.content-search-result.ban-archive-editions .col_cx .item-list .item .description {
  padding-top: 0px;
  position: relative;
  padding-left: 75px;
}
.content .page.search-result.ban-archive-editions .col_cx .item-list .item .description:before, .content .page.content-search-result.ban-archive-editions .col_cx .item-list .item .description:before {
  width: 43px;
  height: 50px;
  content: url("/img/icons/bp/pdf-icon.svg");
  vertical-align: middle;
  margin-right: 30px;
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
}
.content .page.search-result.archive-editions .col_cx .item-list .item .description, .content .page.content-search-result.archive-editions .col_cx .item-list .item .description {
  padding-top: 0px;
  padding-left: 20px;
  position: relative;
}
.content .page.content-search-result .col_cx .item-list .item .description {
  padding-top: 0px;
}

/*=============================================
=            Pagination            =
=============================================*/
.content .page .col_cx .pagination {
  margin-bottom: 30px;
}
.content .page .col_cx .pagination.modern {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.content .page .col_cx .pagination.modern .arrow-right {
  margin-left: auto;
}
.content .page .col_cx .pagination ul li {
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .content .page .col_cx .pagination ul li {
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
  }
}
.content .page .col_cx .pagination ul li.selected a {
  border-color: #031f73;
  background-color: #031f73;
  color: #fff;
}
.content .page .col_cx .pagination ul li a {
  width: auto;
  min-width: 35px;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border-color: #031f73;
  color: #031f73;
  text-decoration: none;
}
@media (min-width: 500px) {
  .content .page .col_cx .pagination ul li a {
    min-width: 40px;
  }
}
.content .page .col_cx .pagination ul li a:hover, .content .page .col_cx .pagination ul li.active a {
  background: #031f73;
  color: #fff;
}

/*=============================================
=            Item list sort            =
=============================================*/
.content .page .col_cx .item-list-sort {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 760px) {
  .content .page .col_cx .item-list-sort {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .item-list-sort {
    align-items: flex-start;
  }
}
.content .page .col_cx .item-list-sort .lx {
  width: 100%;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9a989c;
}
@media (min-width: 760px) {
  .content .page .col_cx .item-list-sort .lx {
    align-self: flex-start;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .item-list-sort .lx {
    align-self: initial;
  }
}
.content .page .col_cx .item-list-sort .rx {
  width: 100%;
}
.content .page .col_cx .item-list-sort .rx .search-filters {
  padding-bottom: 10px;
  border-bottom: 1px solid #9a989c;
}
.content .page .col_cx .item-list-sort .rx fieldset {
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
@media (min-width: 500px) {
  .content .page .col_cx .item-list-sort .rx fieldset {
    width: auto;
  }
}
@media (min-width: 760px) {
  .content .page .col_cx .item-list-sort .rx fieldset {
    flex-wrap: nowrap;
  }
}
.content .page .col_cx .item-list-sort .rx .inline label {
  display: inline-block;
}
.content .page .col_cx .item-list-sort .rx label {
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .content .page .col_cx .item-list-sort .rx label {
    font-size: 18px;
  }
}
.content .page .col_cx .item-list-sort .rx .filter-separator {
  display: block;
}
@media (min-width: 400px) {
  .content .page .col_cx .item-list-sort .rx .filter-separator {
    display: inline-block;
  }
}
.content .page .col_cx .item-list-sort .rx select {
  height: 40px;
  min-width: initial;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .content .page .col_cx .item-list-sort .rx select {
    width: auto;
  }
}
.content .page .col_cx .item-list-sort input[type=submit] {
  width: auto;
  color: #fff;
  background-color: #031f73;
  line-height: 1rem;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #000619;
  height: 38px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
}
.content .page .col_cx .item-list-sort input[type=submit]:hover {
  background-color: #021241;
}
@media (min-width: 760px) {
  .content .page .col_cx .item-list-sort input[type=submit] {
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .content .page .col_cx .item-list-sort input[type=submit] {
    width: auto;
    margin-top: 0;
  }
}

/*
***********************
* GDS PHASE BANNER  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.phase-banner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-bottom: 1px solid #b1b4b6;
}
@media (min-width: 1020px) {
  .phase-banner {
    padding: 15px 30px;
  }
}
.phase-banner__content {
  font-size: 14px;
  color: #0b0c0c;
  margin: 0;
}
@media (min-width: 600px) {
  .phase-banner__content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 760px) {
  .phase-banner__content {
    font-size: 16px;
  }
}
.phase-banner__content__tag {
  display: inline-block;
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: -2px;
  color: #fff;
  background-color: #1d70b8;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  margin-right: 10px;
  white-space: nowrap;
  display: block;
  width: 175px;
}
@media (max-width: 599px) {
  .phase-banner__content__tag {
    margin-bottom: 10px;
  }
}
.phase-banner__text {
  vertical-align: middle;
}
.phase-banner .link {
  color: #1d70b8;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}

/*
***********************
* MathJax v3  *
***********************
*/
.nopadding .MathJax_Display {
  margin: 0;
}

/*
***********************
* NOTIFICATIONS  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/**
 *
 * Basic Notification
 *
 */
.content section.notification {
  width: 100%;
  font-size: 1rem;
  border: 5px solid #1d70b8;
  background-color: #1d70b8;
  z-index: 100;
  margin: 30px 0;
  position: relative;
  z-index: 100;
}
.content section.notification ul {
  list-style: decimal inside;
}
.content section.notification .notification-title {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  border: none !important;
}
.content section.notification .titlebar {
  padding: 2px 20px 5px;
  border-bottom: 1px solid #000;
  position: relative;
}
.content section.notification .titlebar .close-btn {
  color: #fff;
  text-decoration: underline;
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.content section.notification .content {
  max-height: 70vh;
  padding: 20px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}
.content section.notification .content > :last-child {
  margin-bottom: 0;
}
.content section.notification .content p {
  font-size: 16px;
}
/**
*
* Notification banner
*
*/
.notification-banner {
  width: 100%;
  font-size: 1rem;
  border: 5px solid #075f36;
  background-color: #075f36;
  z-index: 100;
  margin: 30px 0;
  position: relative;
  z-index: 100;
}
.page.home .notification-banner {
  margin: 0 auto 45px auto;
  width: calc(100% - 30px);
}
.notification-banner-header {
  padding: 2px 20px 5px;
  border-bottom: 1px solid #000;
  position: relative;
}
.notification-banner-close {
  color: #fff;
  text-decoration: underline;
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.notification-banner-title {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  border: none !important;
}
.notification-banner-content {
  max-height: 70vh;
  padding: 20px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.notification-banner-content > :last-child {
  margin-bottom: 0;
}
.notification-banner-heading {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
}
.notification-banner-link {
  text-decoration: underline;
  color: #031f73;
}
.notification-banner-button {
  padding: 10px;
  background-color: #031f73;
  box-shadow: 0px 2px 0px 0px #000619;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  border-radius: 0px;
  display: inline-block;
}
.notification-banner-button:hover {
  box-shadow: 0px 2px 0px 0px #000619;
}
.notification-banner-button[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
@media (min-width: 760px) {
  .notification-banner-button {
    font-size: 19px;
    line-height: 20px;
  }
}
.notification-banner-button:hover {
  color: #fff;
  background-color: #021241;
}

.breadcrumbs + .notification-banner {
  margin-top: 0px;
}

/* Pages */
/*
***********************
* MAIN CONTENT  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.content {
  min-height: 40%;
  margin-bottom: 90px;
  padding-top: 0;
  /*----------  Page: About us, Contact us  ----------*/
}
.content.contact-us .widget.links, .content.about-us .widget.links, .content.with-left-navigation-list .widget.links {
  border-left: 3px solid #031f73;
}
.content.contact-us .widget .links-content, .content.about-us .widget .links-content, .content.with-left-navigation-list .widget .links-content {
  padding-left: 20px;
}
.content.contact-us .widget .links-content h2, .content.about-us .widget .links-content h2, .content.with-left-navigation-list .widget .links-content h2 {
  padding: 0px 0px 15px 0px;
  margin: 0;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #0b0c0c;
  font-size: 22px;
  line-height: 1.04em;
  border-top: none;
}
@media (min-width: 760px) {
  .content.contact-us .widget .links-content h2, .content.about-us .widget .links-content h2, .content.with-left-navigation-list .widget .links-content h2 {
    font-size: 24px;
    line-height: 1.04em;
  }
}
.content.contact-us .widget .links-content h3, .content.about-us .widget .links-content h3, .content.with-left-navigation-list .widget .links-content h3 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #0c0205;
  padding: 7px 0;
  font-size: 18px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .content.contact-us .widget .links-content h3, .content.about-us .widget .links-content h3, .content.with-left-navigation-list .widget .links-content h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.content.contact-us .widget .links-content ul, .content.about-us .widget .links-content ul, .content.with-left-navigation-list .widget .links-content ul {
  list-style: none;
  padding: 0;
}
.content.contact-us .widget .links-content li, .content.about-us .widget .links-content li, .content.with-left-navigation-list .widget .links-content li {
  font-size: 19px;
  line-height: 25px;
  color: #031f73;
  padding: 0;
  margin: 10px 0;
}
.content.contact-us .widget .links-content li:last-child, .content.about-us .widget .links-content li:last-child, .content.with-left-navigation-list .widget .links-content li:last-child {
  margin-bottom: 0;
}
.content.contact-us .widget .links-content li a, .content.about-us .widget .links-content li a, .content.with-left-navigation-list .widget .links-content li a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.content.contact-us .widget .links-content li a:hover, .content.about-us .widget .links-content li a:hover, .content.with-left-navigation-list .widget .links-content li a:hover {
  text-decoration: underline;
}
.content.contact-us .widget .links-content li a.selected, .content.about-us .widget .links-content li a.selected, .content.with-left-navigation-list .widget .links-content li a.selected {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.content.contact-us .page-content, .content.about-us .page-content, .content.with-left-navigation-list .page-content {
  color: #0b0c0c;
}
@media (min-width: 760px) {
  .content.contact-us .page-content, .content.about-us .page-content, .content.with-left-navigation-list .page-content {
    padding-left: 30px;
  }
}
.content.contact-us .page-content h1, .content.about-us .page-content h1, .content.with-left-navigation-list .page-content h1 {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: inherit;
  font-size: 32px;
  line-height: 35px;
  padding: 0px 0px 30px 0px;
}
@media (min-width: 760px) {
  .content.contact-us .page-content h1, .content.about-us .page-content h1, .content.with-left-navigation-list .page-content h1 {
    font-size: 48px;
    line-height: 50px;
    padding: 0px 0px 50px 0px;
  }
}
.content.contact-us .page-content h2, .content.about-us .page-content h2, .content.with-left-navigation-list .page-content h2 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: inherit;
  font-size: 18px;
  line-height: 20px;
  padding: 20px 0px 15px 0px;
  border-top: 1px solid #333333;
}
@media (min-width: 760px) {
  .content.contact-us .page-content h2, .content.about-us .page-content h2, .content.with-left-navigation-list .page-content h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 0px 20px 0px;
  }
}
.content .page {
  width: 100%;
}
.content .page.catalogue .table-container tr:nth-child(5) td span {
  display: inline-block;
}
.content .page .col_lx {
  float: none;
  width: 100%;
}
@media (min-width: 760px) {
  .content .page .col_lx {
    float: left;
  }
}
.content .page .col_lx h2,
.content .page .col_lx .advanced-link {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #0c0205;
  font-size: 19px;
  line-height: 25px;
  padding: 7px 0;
  padding-left: 25px;
  background: transparent;
  border-left: 3px solid #031f73;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .content .page .col_lx h2,
  .content .page .col_lx .advanced-link {
    font-size: 24px;
  }
}
.content .page .col_lx h2 strong,
.content .page .col_lx .advanced-link strong {
  font-weight: 400;
}
.content .page .col_lx #toggle-timeline:checked ~ label span {
  background: #8b1c40;
}
@media (min-width: 760px) {
  .content .page .col_lx.wide {
    width: 220px;
  }
}
.content .page .col_lx.wide + .col_cx {
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0;
  order: 4;
}
@media (min-width: 760px) {
  .content .page .col_lx.wide + .col_cx {
    margin-top: 0;
    margin-left: 275px;
    padding-left: 20px;
  }
}
.content .page .col_lx.wide + .col_cx h2.handbook-menu-header {
  margin-top: 15px !important;
}
.content .page .col_lx .row .row {
  padding: 0;
}
.content .page .col_lx .left-nav-content {
  margin: 20px 0;
}
@media (min-width: 760px) {
  .content .page .col_lx .left-nav-content {
    margin: 0;
  }
}
.content .page .col_lx .left-nav-content .layout-menu {
  height: 0;
  display: block;
  overflow: hidden;
}
@media (min-width: 760px) {
  .content .page .col_lx .left-nav-content .layout-menu {
    height: auto;
    overflow: visible;
  }
}
.content .page .col_lx .left-nav-content-header {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: #c2d0f7;
  color: #8b1c40;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #8b1c40;
  border-bottom: 1px solid #8b1c40;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 16px;
}
@media (min-width: 760px) {
  .content .page .col_lx .left-nav-content-header {
    font-size: 18px;
    pointer-events: none;
    cursor: initial;
  }
}
.content .page .col_lx .left-nav-content-header > div {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 2px;
  background-color: #8b1c40;
  transform: translate(-50%, -50%);
}
@media (min-width: 760px) {
  .content .page .col_lx .left-nav-content-header > div {
    display: none;
  }
}
.content .page .col_lx .left-nav-content-header > div:before, .content .page .col_lx .left-nav-content-header > div:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #8b1c40;
  transition: all 250ms linear;
}
.content .page .col_lx .left-nav-content-header > div:before {
  transform: translateY(-5px);
  animation: burger3 250ms linear;
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
.content .page .col_lx .left-nav-content-header > div:after {
  transform: translateY(5px);
  animation: burger4 250ms linear;
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
.content .page .col_lx .left-nav-content-header-input {
  display: none;
}
.content .page .col_lx .left-nav-content-header-input:checked ~ .left-nav-content-header > div {
  visibility: hidden;
  background-color: #8b1c40;
}
.content .page .col_lx .left-nav-content-header-input:checked ~ .left-nav-content-header > div:before, .content .page .col_lx .left-nav-content-header-input:checked ~ .left-nav-content-header > div:after {
  background-color: #8b1c40;
  visibility: visible;
  transform-origin: center center;
  transform: translateY(0);
}
.content .page .col_lx .left-nav-content-header-input:checked ~ .left-nav-content-header > div:before {
  transform: rotate(-45deg);
  animation: burger1 250ms linear;
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.content .page .col_lx .left-nav-content-header-input:checked ~ .left-nav-content-header > div:after {
  transform: rotate(45deg);
  animation: burger2 250ms linear;
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
.content .page .col_lx .left-nav-content-header-input:checked ~ .layout-menu {
  height: auto;
  overflow: visible;
}
.content .page .col_lx .left-nav-content p a {
  display: block;
  padding: 15px 15px 15px 50px;
  margin: 0px;
  background-color: #eff3fd;
  border-bottom: 1px dotted #8b1c40;
  cursor: pointer;
  position: relative;
}
.content .page .col_lx .left-nav-content p a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.content .page .col_lx .left-nav-content p a:before {
  transform: translateY(-50%) rotate(225deg);
  left: 10px;
}
.content .page .col_lx .left-nav-content p a:before {
  left: 20px;
}
.content .page .col_lx .left-nav-content p a.next {
  padding: 15px 50px 15px 15px;
  text-align: right;
  position: relative;
}
.content .page .col_lx .left-nav-content p a.next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.content .page .col_lx .left-nav-content p a.next:before {
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
}
.content .page .col_lx .left-nav-content p a.next:before {
  left: initial;
  right: 20px;
}
.content .page .col_lx .left-nav-content ul {
  margin: 0px;
  border: 0px;
  overflow: hidden;
  border-radius: 0px;
  background-color: #eff3fd;
}
.content .page .col_lx .left-nav-content ul li {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border: 0px;
}
@media (min-width: 760px) {
  .content .page .col_lx .left-nav-content ul li {
    font-size: 18px;
  }
}
.content .page .col_lx .left-nav-content ul li a {
  display: block;
  padding: 15px 40px 15px 15px;
  cursor: pointer;
}
.content .page .col_lx .left-nav-content ul li a[onClick], .content .page .col_lx .left-nav-content ul li a[onclick] {
  position: relative;
}
.content .page .col_lx .left-nav-content ul li a[onClick]:before, .content .page .col_lx .left-nav-content ul li a[onclick]:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.content .page .col_lx .left-nav-content ul li a[onClick]:before, .content .page .col_lx .left-nav-content ul li a[onclick]:before {
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
}
.content .page .col_lx .left-nav-content ul li a[onClick]:before, .content .page .col_lx .left-nav-content ul li a[onclick]:before {
  left: initial;
  right: 20px;
}
.content .page .col_lx .widget {
  border-top: none;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.content .page .col_lx .widget .tools-list {
  margin-left: 0;
  list-style: none;
}
.content .page .col_lx .widget .tools-list-item {
  margin-left: 10px;
}
.content .page .col_lx .widget .versions .selected,
.content .page .col_lx .widget .action .selected,
.content .page .col_lx .widget .navigation .selected {
  background: #8b1c40;
  border-color: #8b1c40;
}
.content .page .col_lx .widget.search .input-fields input[type=text] {
  width: calc(100% - 40px);
}
.content .page .col_lx .widget.search .input-fields input[type=text]:focus {
  outline: none;
}
.content .page .col_lx .widget.search .input-fields input[type=submit],
.content .page .col_lx .widget.search .input-fields .search-submit {
  height: 40px;
  width: 40px;
  cursor: pointer;
  font-size: 0px;
  background: #ececec;
  border: 1px solid #797979;
}
.content .page .col_lx .widget.content-controls {
  padding-bottom: 0px;
}
.content .page.download .col_cx .form-wrapper h2 {
  margin: 15px 0 15px 0;
  padding: 0px;
}
.content .page .col_cx .row-main-teaser {
  margin-bottom: -10px;
}
@media (min-width: 760px) {
  .content .page .col_cx .row-main-teaser {
    padding: 0px;
  }
}
.content .page .col_cx .row .row {
  padding: 0;
}
.content .page .col_cx .basic-form .row {
  clear: unset;
}
.content .page .col_cx a {
  color: #031f73;
}
.content .page .col_cx .expand-nav {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  list-style: none;
  background: none;
}
.content .page .col_cx .expand-nav li {
  position: relative;
  cursor: pointer;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #031f73;
  padding: 15px 0px 15px 0px;
  margin: 0;
}
.content .page .col_cx .expand-nav li .expandNodeChildren {
  display: none;
}
.content .page .col_cx .expand-nav li.open > a {
  font-weight: 700;
}
.content .page .col_cx .expand-nav li.shown .expandNodeChildren {
  display: block;
}
.content .page .col_cx .expand-nav li.shown > a, .content .page .col_cx .expand-nav li.open > a {
  text-decoration: underline;
}
.content .page .col_cx .expand-nav li.shown > a.expandNodeHeading:before, .content .page .col_cx .expand-nav li.shown > a + button:before, .content .page .col_cx .expand-nav li.open > a.expandNodeHeading:before, .content .page .col_cx .expand-nav li.open > a + button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.content .page .col_cx .expand-nav li.shown > a.expandNodeHeading:after, .content .page .col_cx .expand-nav li.shown > a + button:after, .content .page .col_cx .expand-nav li.open > a.expandNodeHeading:after, .content .page .col_cx .expand-nav li.open > a + button:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.content .page .col_cx .expand-nav li.shown > a.expandNodeHeading:before, .content .page .col_cx .expand-nav li.shown > a + button:before, .content .page .col_cx .expand-nav li.open > a.expandNodeHeading:before, .content .page .col_cx .expand-nav li.open > a + button:before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
.content .page .col_cx .expand-nav li.shown > a.expandNodeHeading:focus, .content .page .col_cx .expand-nav li.open > a.expandNodeHeading:focus {
  background-color: #ececec;
  outline: none;
}
.content .page .col_cx .expand-nav li > a {
  padding-right: 120px;
  display: block;
}
.content .page .col_cx .expand-nav li > a.expandNodeHeading {
  position: relative;
}
.content .page .col_cx .expand-nav li > a.expandNodeHeading:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.content .page .col_cx .expand-nav li > a.expandNodeHeading:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.content .page .col_cx .expand-nav li > a.expandNodeHeading:before {
  margin-top: 2px;
  margin-right: -2px;
  transform: translateY(-50%) rotate(135deg);
}
.content .page .col_cx .expand-nav li > a.expandNodeHeading:before {
  margin-right: -1px;
}
.content .page .col_cx .expand-nav li > a + button {
  left: initial;
  right: 0;
  top: 0;
  height: 50px;
  font-size: 0;
  border: none;
  background: transparent;
  min-width: 54px;
}
.content .page .col_cx .expand-nav li > a + button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.content .page .col_cx .expand-nav li > a + button:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.content .page .col_cx .expand-nav li > a + button:before {
  margin-top: 2px;
  margin-right: -2px;
  transform: translateY(-50%) rotate(135deg);
}
.content .page .col_cx .expand-nav li > a + button:before {
  margin-right: -1px;
}
@media (min-width: 760px) {
  .content .page .col_cx .expand-nav li > a + button {
    height: 55px;
  }
}
.content .page .col_cx .expand-nav > li {
  padding: 0px;
}
.content .page .col_cx .expand-nav > li.open > a {
  background-color: transparent;
  font-weight: 400;
}
.content .page .col_cx .expand-nav > li.show-all.open .expandNodeHeadingSymbol:before, .content .page .col_cx .expand-nav > li.show-all-steps.open .expandNodeHeadingSymbol:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.content .page .col_cx .expand-nav > li.show-all.open .expandNodeHeadingSymbol:after, .content .page .col_cx .expand-nav > li.show-all-steps.open .expandNodeHeadingSymbol:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.content .page .col_cx .expand-nav > li.show-all.open .expandNodeHeadingSymbol:before, .content .page .col_cx .expand-nav > li.show-all-steps.open .expandNodeHeadingSymbol:before {
  margin-top: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
.content .page .col_cx .expand-nav > li.show-all > a, .content .page .col_cx .expand-nav > li.show-all-steps > a {
  font-size: 19px;
  font-weight: 400;
  text-align: right;
}
.content .page .col_cx .expand-nav > li.show-all > a:focus, .content .page .col_cx .expand-nav > li.show-all-steps > a:focus {
  background-color: #ececec;
  outline: none;
}
.content .page .col_cx .expand-nav > li.show-all .expandNodeHeadingSymbol, .content .page .col_cx .expand-nav > li.show-all-steps .expandNodeHeadingSymbol {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.content .page .col_cx .expand-nav > li.show-all .expandNodeHeadingSymbol:before, .content .page .col_cx .expand-nav > li.show-all-steps .expandNodeHeadingSymbol:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #031f73;
  border-top: 2px solid #031f73;
  outline: none;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 11;
}
.content .page .col_cx .expand-nav > li.show-all .expandNodeHeadingSymbol:after, .content .page .col_cx .expand-nav > li.show-all-steps .expandNodeHeadingSymbol:after {
  content: "";
  display: inline-block;
  border: 1px solid #031f73;
  border-radius: 50%;
  background: transparent;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.content .page .col_cx .expand-nav > li.show-all .expandNodeHeadingSymbol:before, .content .page .col_cx .expand-nav > li.show-all-steps .expandNodeHeadingSymbol:before {
  margin-top: 2px;
  margin-right: -2px;
  transform: translateY(-50%) rotate(135deg);
}
.content .page .col_cx .expand-nav > li.show-all .expandNodeHeadingSymbol:before, .content .page .col_cx .expand-nav > li.show-all-steps .expandNodeHeadingSymbol:before {
  margin-right: -1px;
}
.content .page .col_cx .expand-nav > li > a {
  display: block;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #031f73;
  margin: 0;
  border-bottom: 1px solid #9a989c;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 50px 15px 10px;
}
@media (min-width: 760px) {
  .content .page .col_cx .expand-nav > li > a {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .expand-nav > li > a {
    font-size: 24px;
    line-height: 24px;
  }
}
.content .page .col_cx .expand-nav > li > a:hover {
  background-color: #ececec;
  text-decoration: underline;
}
.content .page .col_cx .expand-nav > li ul {
  margin: 15px 0;
  list-style: none;
  border-left: 3px solid #031f73;
}
@media (min-width: 760px) {
  .content .page .col_cx .expand-nav > li ul {
    padding-left: 30px;
  }
}
.content .page .col_cx .expand-nav > li ul ul {
  border: none;
  padding-left: 20px;
}
.content .page .col_cx .expand-nav > li ul li {
  list-style: none;
  padding: 10px 0;
}
.content .page .col_cx .expand-nav > li ul li button {
  left: initial;
  height: 44px;
}
@media (min-width: 760px) {
  .content .page .col_cx .expand-nav > li ul li button {
    height: 44px;
  }
}
.content .page .col_cx .expand-nav-global-controls {
  position: relative;
  text-align: right;
}
.content .page .col_cx .expand-nav-global-controls button {
  position: relative;
  color: #8b1c40;
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: underline;
  padding-right: 30px;
  font-size: 0px;
  cursor: pointer;
}
.content .page .col_cx .expand-nav-global-controls button.open:after {
  top: 10px;
  transform: rotate(-135deg);
}
.content .page .col_cx .expand-nav-global-controls button.open:before {
  content: "Collapse";
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .content .page .col_cx .expand-nav-global-controls button.open:before {
    font-size: 18px;
    line-height: 24px;
  }
}
.content .page .col_cx .expand-nav-global-controls button:after, .content .page .col_cx .expand-nav-global-controls button.closed:after {
  top: 2px;
  transform: rotate(45deg);
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .content .page .col_cx .expand-nav-global-controls button:after, .content .page .col_cx .expand-nav-global-controls button.closed:after {
    font-size: 18px;
    line-height: 24px;
  }
}
.content .page .col_cx .expand-nav-global-controls button:before, .content .page .col_cx .expand-nav-global-controls button.closed:before {
  content: "Expand";
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .content .page .col_cx .expand-nav-global-controls button:before, .content .page .col_cx .expand-nav-global-controls button.closed:before {
    font-size: 18px;
    line-height: 24px;
  }
}
.content .page .col_cx .expand-nav-global-controls button:after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  width: 12px;
  height: 12px;
  border: 3px solid #8b1c40;
  border-left: none;
  border-top: none;
}
@media (min-width: 760px) {
  .content .page .col_cx .expand-nav-global-controls button:after {
    width: 15px;
    height: 15px;
  }
}
.content .page .col_cx .pagination {
  float: none;
}
.content .page .col_cx .pagination ul li a:hover, .content .page .col_cx .pagination ul li.active a {
  background: #031f73;
}
.content .page .col_cx .handbook-content .section-type {
  color: #000;
  border: 1px solid #ccc;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 5px 0;
  background-color: #f8aea4;
}
.content .page .col_cx .product-table tbody tr td .counter .limit {
  color: #000;
}
.content .page .col_cx .form-wrapper {
  border: 0;
  float: none;
}
.content .page .col_cx .form-wrapper .account-details fieldset .formInput {
  margin-bottom: 15px;
}
.content .page .col_cx .form-wrapper .account-details fieldset .formInput + :not(.formInput) {
  margin-top: 30px;
}
.content .page .col_cx .form-wrapper .account-details fieldset label {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  float: none;
  width: 100%;
  height: auto;
  line-height: 20px;
  padding-right: 0;
  text-align: left;
}
.content .page .col_cx .form-wrapper .account-details fieldset input[type=text],
.content .page .col_cx .form-wrapper .account-details fieldset input[type=email],
.content .page .col_cx .form-wrapper .account-details fieldset input[type=date],
.content .page .col_cx .form-wrapper .account-details fieldset input[type=password],
.content .page .col_cx .form-wrapper .account-details fieldset select {
  width: 100%;
  height: 40px;
  line-height: 20px;
  padding: 5px;
}
@media (min-width: 760px) {
  .content .page .col_cx .form-wrapper .account-details fieldset input[type=text],
  .content .page .col_cx .form-wrapper .account-details fieldset input[type=email],
  .content .page .col_cx .form-wrapper .account-details fieldset input[type=date],
  .content .page .col_cx .form-wrapper .account-details fieldset input[type=password],
  .content .page .col_cx .form-wrapper .account-details fieldset select {
    width: 66%;
  }
}
@media (min-width: 1020px) {
  .content .page .col_cx .form-wrapper .account-details fieldset input[type=text],
  .content .page .col_cx .form-wrapper .account-details fieldset input[type=email],
  .content .page .col_cx .form-wrapper .account-details fieldset input[type=date],
  .content .page .col_cx .form-wrapper .account-details fieldset input[type=password],
  .content .page .col_cx .form-wrapper .account-details fieldset select {
    width: 33%;
  }
}
.content .page .col_cx .form-wrapper .account-details fieldset select {
  min-height: 40px;
  height: auto;
}
.content .page .col_cx .form-wrapper .account-details.pushLeft fieldset label {
  width: 100%;
}
.content .page .col_cx .form-wrapper .actions a.btn {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 0px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  padding: 10px;
}
.content .page .col_cx .form-wrapper .actions a.btn:hover {
  background-color: lightgray;
}
.content .page .col_cx .form-wrapper .actions input[type=reset],
.content .page .col_cx .form-wrapper .actions input[type=submit] {
  padding: 10px;
  background-color: #031f73;
  box-shadow: 0px 2px 0px 0px #000619;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  border-radius: 0px;
}
.content .page .col_cx .form-wrapper .actions input[type=reset]:hover,
.content .page .col_cx .form-wrapper .actions input[type=submit]:hover {
  box-shadow: 0px 2px 0px 0px #000619;
}
.content .page .col_cx .form-wrapper .actions input[type=reset][disabled],
.content .page .col_cx .form-wrapper .actions input[type=submit][disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
@media (min-width: 760px) {
  .content .page .col_cx .form-wrapper .actions input[type=reset],
  .content .page .col_cx .form-wrapper .actions input[type=submit] {
    font-size: 19px;
    line-height: 20px;
  }
}
.content .page .col_cx .form-wrapper .actions input[type=reset]:hover,
.content .page .col_cx .form-wrapper .actions input[type=submit]:hover {
  color: #fff;
  background-color: #021241;
}
.content .page .col_cx .form-wrapper .actions a.btn,
.content .page .col_cx .form-wrapper .actions input[type=reset],
.content .page .col_cx .form-wrapper .actions input[type=submit] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .content .page .col_cx .form-wrapper .actions a.btn,
  .content .page .col_cx .form-wrapper .actions input[type=reset],
  .content .page .col_cx .form-wrapper .actions input[type=submit] {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.content .page .col_cx .form-wrapper .invoice-form {
  margin-top: 40px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .invoice-form-sub-title {
  margin-bottom: 20px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #8b1c40;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .form-group label {
  margin-bottom: 15px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .form-group input {
  margin-bottom: 30px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .form-group a {
  display: inline-block;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .form-group textarea {
  width: 100%;
  min-height: 130px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .form-group.invoice-address-choice-section {
  display: flex;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .form-group.invoice-address-choice-section .invoice-address-choice {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 15px;
  width: 230px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .invoice-request-action .proforma-request-cancel {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 10px;
  margin-left: 7px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .invoice-request-action .proforma-request-cancel:hover {
  background-color: lightgray;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .invoice-address-choice-delivery-address-section #same-as-billing-delivery-address-yes + label {
  margin-left: 525px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .invoice-address-choice-delivery-address-section #same-as-billing-delivery-address-no + label {
  margin-left: 640px;
  top: -50px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .invoice-address-choice-delivery-address-section .invoice-address-choice-label {
  margin-bottom: -30px;
  top: -45px;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .invoice-address-choice-delivery-address-section .hide-delivery-address {
  display: none;
}
.content .page .col_cx .form-wrapper .invoice-form .account-details .invoice-address-choice-delivery-address-section input#same-as-billing-delivery-address-no:checked ~ #delivery-address-details {
  display: block;
}
.content .page .col_cx .dashboard-section .dashboard-info-section {
  margin: 30px 0 10px 10px;
}
.content .page .col_cx .dashboard-section .dashboard-info-section .favourite-info {
  margin-bottom: 10px;
}
.content .page .col_cx .dashboard-section .dashboard-info-section .dashboard-content-icons {
  display: flex;
  gap: 15px;
  color: #031f73;
}
.content .page .col_cx .dashboard-section .dashboard-info-section .info-section p {
  color: #000;
}
.content .page .col_cx .dashboard-section .dashboard-info-section .info-section p span {
  color: #8b2342;
  font-weight: 700;
}
.content .page .col_cx .dashboard-section .dashboard-cards-section {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card {
  border-bottom: 4px solid;
  border-bottom-color: #031f73;
  box-shadow: 0 0 0 1px lightgray;
  padding: 20px;
  width: 100%;
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-title {
  display: flex;
  gap: 10px;
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-title .card-title-icon span {
  color: #031f73;
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-title h2 {
  text-decoration: underline;
  color: #8b2342;
  margin: 0;
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-body .card-content-section .card-content {
  gap: 10px;
}
@media (min-width: 900px) {
  .content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-body .card-content-section .card-content {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 760px) {
  .content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-body .card-content-section .card-content {
    display: flex;
    justify-content: space-between;
  }
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-body .card-content-section .card-content .card-content-title {
  font-weight: 600;
}
@media (max-width: 380px) {
  .content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-body .card-content-section .card-content .card-content-title.sub-title {
    width: 145px;
  }
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-body .card-actions {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card .card-body .card-actions a {
  width: 100%;
  height: unset;
}
@media (min-width: 760px) {
  .content .page .col_cx .dashboard-section .dashboard-cards-section .dashboard-card {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 760px) {
  .content .page .col_cx .dashboard-section .dashboard-cards-section {
    flex-direction: row;
  }
}
.content .page .col_cx .dashboard-section .dashboard-most-view-section {
  margin-top: 30px;
}
.content .page .col_cx .dashboard-section .dashboard-most-view-section .most-view-card {
  box-shadow: 0 0 0 1px lightgray;
  padding: 20px;
  border-bottom: 4px solid #031f73;
  margin-bottom: 30px;
}
.content .page .col_cx .dashboard-section .dashboard-most-view-section .most-view-card .view-card-title {
  display: flex;
}
.content .page .col_cx .dashboard-section .dashboard-most-view-section .most-view-card .view-card-title span {
  color: #031f73;
  margin-right: 10px;
}
.content .page .col_cx .dashboard-section .dashboard-most-view-section .most-view-card .view-card-title h2 {
  margin: 0;
  line-height: 37px;
  color: #8b2342;
  text-decoration: underline;
}
.content .page .col_cx .dashboard-section .dashboard-most-view-section .most-view-card .view-card-action {
  margin-top: 30px;
}
.content .page .col_cx .dashboard-section .dashboard-most-view-section .most-view-card .view-card-action.align-right {
  display: flex;
  justify-content: flex-end;
}
.content .page .col_cx .dashboard-section .dashboard-most-view-section .most-view-card .view-card-action a.button {
  width: 100%;
}
@media (min-width: 760px) {
  .content .page .col_cx .dashboard-section .dashboard-most-view-section .most-view-card .view-card-action a.button {
    width: 50%;
  }
}
.content .page .tabs {
  border-bottom: 2px solid #8b1c40;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
  order: 1;
  overflow: visible;
}
.content .page .tabs.tools {
  border-bottom: 0px;
  overflow: hidden;
  width: 42px;
  padding: 1px;
  float: right;
}
.content .page .tabs.tools.tool-favourite {
  z-index: 100;
}
.content .page .tabs.tools.tool-favourite button {
  width: 41px;
  height: 41px;
  min-width: initial;
  border-bottom: none;
  background: none;
  border: none;
  line-height: 34px;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border-color: #fff;
  color: #8b1c40;
  border-radius: 50%;
}
.content .page .tabs.tools.right {
  float: right;
  margin-left: 0;
  position: relative;
  right: 120px;
}
.content .page .tabs.tools.right a .fa,
.content .page .tabs.tools.right button .fa {
  font-size: 28px;
  padding: 6px 0 0 0;
}
.content .page .tabs.tools.right a.favourited,
.content .page .tabs.tools.right button.favourited {
  color: #fff;
  background: #8b1c40;
  border-color: #8b1c40;
}
.content .page .tabs.tools.right a.favourite-control:hover,
.content .page .tabs.tools.right button.favourite-control:hover {
  color: #fff;
  background: #797979;
  border-color: #797979;
}
.content .page .tabs.tools.right a.favourite-control:hover .fa-star,
.content .page .tabs.tools.right button.favourite-control:hover .fa-star {
  color: #fff;
}
.content .page .tabs.tools.right a.favourite-control.processing,
.content .page .tabs.tools.right button.favourite-control.processing {
  color: #919191;
  background: #f1f1f1;
  border-color: #ebebeb;
}
.content .page .tabs.tools.right a.favourite-control.processing span.fa-star,
.content .page .tabs.tools.right button.favourite-control.processing span.fa-star {
  margin-top: 6px;
  padding: unset;
  animation-name: fa-spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  font-size: 24px;
}
.content .page .tabs.tools.right a.favourite-control.processing span.fa-star:after,
.content .page .tabs.tools.right button.favourite-control.processing span.fa-star:after {
  content: "\f3f4";
  font-family: "FontAwesomeRegular";
}
.content .page .tabs .primary-tabs {
  float: none;
  overflow: visible;
  margin-left: 0;
  margin-bottom: -2px;
  position: relative;
  z-index: 10;
}
.content .page .tabs ul,
.content .page .tabs > div {
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (min-width: 760px) {
  .content .page .tabs ul,
  .content .page .tabs > div {
    flex-direction: row;
    height: 51px;
  }
}
.content .page .tabs ul li,
.content .page .tabs > div li {
  float: none;
  margin: 0 0 15px 0;
  height: 100%;
}
@media (min-width: 760px) {
  .content .page .tabs ul li,
  .content .page .tabs > div li {
    margin: 0 12px 0 0;
  }
}
.content .page .tabs ul li a,
.content .page .tabs ul li button,
.content .page .tabs > div li a,
.content .page .tabs > div li button {
  box-sizing: border-box;
  text-align: left;
  color: #8b1c40;
  background-color: #ececec;
  border-radius: 0px;
  text-decoration: none;
  font-size: 1rem;
  padding: 6px 13px;
  border-color: #ececec;
  white-space: nowrap;
  border: 0;
  border-left: 3px solid #ececec;
  height: 100%;
}
@media (min-width: 760px) {
  .content .page .tabs ul li a,
  .content .page .tabs ul li button,
  .content .page .tabs > div li a,
  .content .page .tabs > div li button {
    text-decoration: underline;
    text-align: center;
    border: 1px solid #ececec;
    border-bottom: 2px solid #8b1c40;
  }
}
@media (min-width: 1020px) {
  .content .page .tabs ul li a,
  .content .page .tabs ul li button,
  .content .page .tabs > div li a,
  .content .page .tabs > div li button {
    min-width: 175px;
  }
}
.content .page .tabs ul li a.cart:before,
.content .page .tabs ul li button.cart:before,
.content .page .tabs > div li a.cart:before,
.content .page .tabs > div li button.cart:before {
  top: 5px;
}
.content .page .tabs ul li.active a, .content .page .tabs ul li:hover a,
.content .page .tabs > div li.active a,
.content .page .tabs > div li:hover a {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #333333;
  border-color: #8b1c40;
  border-width: 3px;
  border-radius: 0px;
  background: #ececec;
  text-decoration: underline;
}
@media (min-width: 760px) {
  .content .page .tabs ul li.active a, .content .page .tabs ul li:hover a,
  .content .page .tabs > div li.active a,
  .content .page .tabs > div li:hover a {
    text-decoration: none;
    border-bottom-color: #fff;
    background: #fff;
    border-width: 2px;
  }
}
.content .page .orders-table tbody tr td .counter .limit {
  color: #000;
}
.content .page .toc h2 {
  display: none;
}
.content .page a.btn.disabled {
  background: #919191;
  border-color: #919191;
  opacity: 0.5;
}

/**
 *
 * Download page
 *
 */
.terms-and-conditions {
  margin-top: 15px;
  margin-bottom: 15px;
}
.terms-and-conditions > div {
  margin-bottom: 15px;
}
.terms-and-conditions > div.legal-agreement {
  background: #fff;
  height: 200px;
  border: 1px solid #0b0c0c;
  padding: 15px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 30px;
  writing-mode: horizontal-tb;
}

/*
*
* Feedback and Problem report page styles
*
*/
.feedback-prompt-wrapper .feedback-prompt {
  min-height: 90px;
}
.feedback-prompt-wrapper .feedback-prompt form {
  display: inline;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-form-wrapper article {
  margin-bottom: 0;
  background-color: unset;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-response {
  display: none;
  padding: 30px;
}

.feedback-page h1, .problem-report-content h1, .feedback-result h1, .problem-report-result h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .feedback-page h1, .problem-report-content h1, .feedback-result h1, .problem-report-result h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}

.feedback-page, .problem-report-content {
  margin: 30px;
}
@media (max-width: 500px) {
  .feedback-page, .problem-report-content {
    margin: 10px;
  }
}
.feedback-page h2, .problem-report-content h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .feedback-page h2, .problem-report-content h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.feedback-page form fieldset legend, .problem-report-content form fieldset legend {
  font-weight: bold;
}
.feedback-page form label, .problem-report-content form label {
  font-weight: bold;
  margin-bottom: 10px;
  color: #0b0c0c;
}
.feedback-page form .report-form-step,
.feedback-page form .report-form-issue,
.feedback-page form .user-details,
.feedback-page form .feedback-form-user-privacy-opt-in,
.feedback-page form .form-actions, .problem-report-content form .report-form-step,
.problem-report-content form .report-form-issue,
.problem-report-content form .user-details,
.problem-report-content form .feedback-form-user-privacy-opt-in,
.problem-report-content form .form-actions {
  margin-top: 20px;
}
.feedback-page form .feedback-clientside-validation ul, .problem-report-content form .feedback-clientside-validation ul {
  padding: 20px 0 5px 0;
  border: 5px solid #811909;
  color: #811909;
  margin: 0px;
  list-style-type: none;
}
.feedback-page form .captcha label, .feedback-page form .captcha input, .problem-report-content form .captcha label, .problem-report-content form .captcha input {
  display: block;
}
.feedback-page form .form-actions input[type=submit], .problem-report-content form .form-actions input[type=submit] {
  padding: 10px;
  background-color: #031f73;
  box-shadow: 0px 2px 0px 0px #000619;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  border: none !important;
  border-radius: 0px;
  margin-right: 10px;
  cursor: pointer;
}
.feedback-page form .form-actions input[type=submit]:hover, .problem-report-content form .form-actions input[type=submit]:hover {
  box-shadow: 0px 2px 0px 0px #000619;
}
.feedback-page form .form-actions input[type=submit][disabled], .problem-report-content form .form-actions input[type=submit][disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
@media (min-width: 760px) {
  .feedback-page form .form-actions input[type=submit], .problem-report-content form .form-actions input[type=submit] {
    font-size: 19px;
    line-height: 20px;
  }
}
.feedback-page form .form-actions input[type=submit]:hover, .problem-report-content form .form-actions input[type=submit]:hover {
  color: #fff;
  background-color: #021241;
}
.feedback-page form .form-actions input[type=reset],
.feedback-page form .form-actions .feedback-cancel, .problem-report-content form .form-actions input[type=reset],
.problem-report-content form .form-actions .feedback-cancel {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 10px;
}
.feedback-page form .form-actions input[type=reset]:hover,
.feedback-page form .form-actions .feedback-cancel:hover, .problem-report-content form .form-actions input[type=reset]:hover,
.problem-report-content form .form-actions .feedback-cancel:hover {
  background-color: lightgray;
}

.feedback-page .section-section {
  margin-top: 20px;
}
.feedback-page .section-section .feedback-option-title {
  margin-bottom: 10px;
}
.feedback-page .section-section .feedback-rating {
  margin: 20px 0;
}
.feedback-page .section-section .feedback-rating .filter-separator {
  margin-top: 10px;
}
.feedback-page .section-section .feedback-rating .filter-separator label {
  font-weight: 400;
  margin-bottom: -10px;
  color: #0b0c0c;
}
.feedback-page .user-details {
  display: flex;
  flex-direction: column;
}
.feedback-page .user-details .user-name,
.feedback-page .user-details .user-email {
  margin-top: 10px;
}
.feedback-page .user-details .user-name label,
.feedback-page .user-details .user-email label {
  margin-right: 10px;
  width: 80px;
  font-weight: 400;
  color: #0b0c0c;
}
.feedback-page .user-details .user-name input,
.feedback-page .user-details .user-email input {
  width: 50%;
}
@media (max-width: 500px) {
  .feedback-page .user-details .user-name label,
  .feedback-page .user-details .user-email label {
    margin-right: 10px;
    display: block;
  }
  .feedback-page .user-details .user-name input,
  .feedback-page .user-details .user-email input {
    width: 90%;
  }
}
.feedback-page .feedback-form-user-privacy-opt-in {
  margin-bottom: 40px;
}
.feedback-page .feedback-form-user-privacy-opt-in a {
  text-decoration: underline;
}
.feedback-page .feedback-form-user-privacy-opt-in label {
  height: 40px;
}
@media (max-width: 900px) {
  .feedback-page .feedback-form-user-privacy-opt-in label {
    padding-top: 0px;
  }
}

.js .feedback-form .feedback-form-user-privacy-opt-in {
  display: none;
}

.noJs .feedback-prompt-wrapper {
  display: block;
}

/* Additonal font-awesome styles */
.fa-clock-rotate-left:before {
  content: "\f1da";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

/*
***********************
* HOMEPAGE  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.content.home {
  margin-bottom: 60px;
}
.content.plain-bg {
  background-color: #fff;
}

.page.home {
  padding-top: 0;
  /*----------   Widget  ----------*/
  /*----------   Teaser  ----------*/
}
.page.home .col_cx .row.strectched-height {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 760px) {
  .page.home .col_cx .row.strectched-height {
    flex-direction: row;
  }
}
.page.home .col_cx .row.strectched-height .col {
  float: none;
}
.page.home .widget {
  /*----------   Widget: Featured  ----------*/
  /*----------   Widget: Latest news  ----------*/
  /*----------   Widget: Guides  ----------*/
  /*----------   Widget: LinkedIn feed  ----------*/
}
.page.home .widget-header h2 {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #0b0c0c;
  font-size: 24px;
  line-height: 25px;
  border-top: 5px solid #8b1c40;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 760px) {
  .page.home .widget-header h2 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.page.home .widget-container {
  height: 100%;
}
.page.home .widget-featured {
  position: relative;
  padding: 18px 0 30px 0;
}
@media (min-width: 760px) {
  .page.home .widget-featured {
    padding: 50px 0 15px 0;
  }
}
.page.home .widget-featured > * {
  position: relative;
}
.page.home .widget-featured:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #ececec;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate3d(-50%, 0, 0);
  border: 1px solid #9a989c;
  border-left: none;
  border-right: none;
}
.page.home .widget-featured .widget-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 760px) {
  .page.home .widget-featured .widget-content {
    margin: 0 -15px;
  }
}
.page.home .widget-featured h2 {
  border-top: none;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page.home .widget-featured h2 {
    margin-bottom: 30px;
  }
}
.page.home .widget-featured li {
  margin-left: 0;
}
.page.home .widget-featured .teaser {
  width: 100%;
  background: transparent;
}
@media (min-width: 760px) {
  .page.home .widget-featured .teaser {
    width: calc(33.3333333333% - 30px);
    margin: 0px 15px 35px 15px;
  }
}
.page.home .widget-featured .teaser-footer button {
  width: 95%;
  margin: 0 0 3px 3px;
}
.page.home .widget-featured .teaser-footer button:focus {
  box-shadow: 0 0 0 2px #fd0;
  outline: #fd0;
}
@media (min-width: 760px) {
  .page.home .widget-latest-news-content {
    margin-top: -15px;
  }
}
.page.home .widget-guides .widget-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
}
@media (min-width: 760px) {
  .page.home .widget-guides .widget-content {
    flex-direction: row;
    margin: -15px -15px 0 -15px;
  }
}
.page.home .widget-guides .teaser {
  margin-top: 0;
}
@media (min-width: 760px) {
  .page.home .widget-guides .teaser {
    margin: 0 15px 15px 15px;
  }
}
.page.home .widget-guides .teaser-header h2 {
  padding-top: 15px;
}
.page.home .widget-linkedin {
  height: 100%;
}
@media (min-width: 760px) {
  .page.home .widget-linkedin {
    padding-left: 30px;
  }
}
.page.home .widget-linkedin .widget-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page.home .widget-linkedin .widget-content {
  height: 100%;
}
.page.home .widget-linkedin iframe {
  width: 100%;
  height: 400px;
}
@media (min-width: 760px) {
  .page.home .widget-linkedin iframe {
    height: 100%;
  }
}
/*
***********************
* LAYOUT  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/* Box Model */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  height: 100%;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  body {
    font-size: 18px;
    line-height: 25px;
  }
}

section {
  margin-bottom: 15px;
}

.outer-wrapper {
  max-width: 1400px;
  width: 100%;
  padding: 15px 0;
  padding: 15px;
}
@media (min-width: 760px) {
  .outer-wrapper {
    padding: 15px 0px;
  }
}
@media (min-width: 1020px) {
  .outer-wrapper {
    padding: 30px;
  }
}
@media (min-width: 760px) {
  .outer-wrapper {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .outer-wrapper {
    padding: 15px 30px;
  }
}
.content.home .outer-wrapper {
  padding: 15px 0;
  margin-top: 10px;
}
@media (min-width: 1020px) {
  .content.home .outer-wrapper {
    padding: 20px 15px 30px 15px;
  }
}

.feedback-prompt-wrapper {
  padding: 15px 30px 0 30px;
}
@media (max-width: 1020px) {
  .feedback-prompt-wrapper {
    padding: 15px 0 0 0;
  }
}
.feedback-prompt-wrapper h2 {
  display: block;
  min-width: 180px;
  margin: 10px 0;
}
.feedback-prompt-wrapper section {
  margin-bottom: 0;
}
.feedback-prompt-wrapper .feedback-prompt {
  background-color: #f3f2f1;
  color: #0b0c0c;
  border-top: 1px solid #b1b4b6;
  outline: 0;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content .feedback-prompt-question-answer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content .feedback-form-outer-wrapper {
  margin: 0 20px 20px 20px;
}
@media (min-width: 450px) {
  .feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content .feedback-form-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content .feedback-form-outer-wrapper .feedback-form-inner-wrapper {
  min-width: 200px;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content .feedback-form-outer-wrapper .feedback-prompt-actions {
  margin-right: 15px;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content .report-problem-form {
  margin: 0 20px 20px 20px;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content .feedback-prompt-actions {
  min-width: 70px;
  box-shadow: 0 3px 0 #0b0c0c;
  border: 1px #0b0c0c solid;
  margin-bottom: 0;
  padding: 10px;
  display: inline-block;
  text-align: center;
  color: #0b0c0c;
  background-color: #ececec;
}
.feedback-prompt-wrapper .feedback-prompt .feedback-prompt-content .feedback-prompt-actions:hover {
  background: #b1b4b6;
  color: #0b0c0c;
}
.feedback-prompt-wrapper .feedback-banner-close-wrapper {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
}

a {
  color: inherit;
}
a:visited {
  color: #4c2c92;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}

.table-wrapper {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 20px;
}
.table-wrapper > table:last-child {
  margin-bottom: 0;
}

table {
  margin-bottom: 20px;
  width: 100%;
  min-width: 600px;
}
.noJs table {
  min-width: initial;
  /*
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  */
}
table th,
table td {
  padding: 5px;
  vertical-align: top;
}
table th.smalltext,
table td.smalltext {
  font-size: 0.6em;
}

.ui-datepicker table {
  min-width: unset;
}

tbody {
  width: 100%;
}

#skip {
  background-color: #8b1c40;
  text-align: center;
}

#skip a {
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 19px;
  text-decoration: underline;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip a:focus, #skip a:active {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
}

.controls-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 760px) {
  .controls-row {
    flex-direction: row;
  }
}
.controls-row.border-bottom {
  padding: 0 0 30px;
  border-bottom: 1px solid #9a989c;
}
.controls-row > * {
  margin-left: 15px;
}
.controls-row .btn.btn-secondary {
  color: #0b0c0c !important;
  text-decoration: none;
  line-height: 40px;
}

.has-symbol:before {
  content: "";
  margin-right: 5px;
  font-size: 1.5em;
}
.has-symbol.symbol-spade:before {
  content: "♠";
}
.has-symbol.symbol-club:before {
  content: "♣";
}
.has-symbol.symbol-hearth:before {
  content: "♥";
}
.has-symbol.symbol-diamond:before {
  content: "♦";
}
.has-symbol.symbol-star:before {
  content: "★";
}
.has-symbol.symbol-black-circle:before {
  content: "●";
}

.in-progress:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

/* Keyframe animations */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*
***********************
* PUBLICATION  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.full-screen-dialog .col > h2:first-of-type, .page .col_cx .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.full-screen-dialog h1, .page .col_cx h1,
.full-screen-dialog h2,
.page .col_cx h2,
.full-screen-dialog h3,
.page .col_cx h3,
.full-screen-dialog h4,
.page .col_cx h4,
.full-screen-dialog h5,
.page .col_cx h5,
.full-screen-dialog h6,
.page .col_cx h6 {
  padding-top: 0;
  color: inherit;
}
.full-screen-dialog h1, .page .col_cx h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h1, .page .col_cx h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog h2, .page .col_cx h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2, .page .col_cx h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h2.no-border, .page .col_cx h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.toc-heading, .page .col_cx h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .full-screen-dialog h2.manage-settings, .page .col_cx h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .full-screen-dialog summary h2, .page .col_cx summary h2, .full-screen-dialog h3, .page .col_cx h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.full-screen-dialog h4, .page .col_cx h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h4, .page .col_cx h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.full-screen-dialog h5, .page .col_cx h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .full-screen-dialog h5, .page .col_cx h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
#publication-content .version-title, .page.publication .bar p {
  border-left: 3px #8b1c40 solid;
  padding: 10px 5px 10px 15px;
  color: #000;
  margin: 20px 0px 10px 0px;
}

/* ---------- BP Publications --------- */
.search-guidance {
  color: #8b1c40;
}

.page .attachment-download {
  margin-left: auto;
  width: 50%;
}
.page fieldset .attachment-download {
  width: 100%;
  margin-left: 0;
  clear: left;
}
.attachment-download-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.3s;
}
.page .attachment-download-item {
  margin-left: 0;
}
.attachment-download-item.fadeOut {
  opacity: 0;
}
.attachment-download-item a {
  margin-left: auto;
  color: #031f73;
  text-decoration: underline;
}
.page .attachment-download-item a {
  margin-left: 0;
}
.attachment-download-item span.attachment-delete {
  cursor: pointer;
}

.full-screen-image {
  max-width: 100%;
  height: auto;
}
@media (min-width: 760px) {
  .page.publication {
    display: block;
  }
}
.page.publication .full-screen-trigger, .page.publication .print-page-trigger {
  font-size: 30px;
  padding: 6px;
  cursor: pointer;
  display: none;
  top: 0px;
  margin-right: 2px;
}
.page.publication h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .page.publication h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page.publication h1 sup {
  vertical-align: revert;
  font-size: 12px;
  line-height: 0.5555em;
}
@media (min-width: 760px) {
  .page.publication h1 sup {
    font-size: 15px;
    line-height: 0.5555em;
  }
}
.page.publication .item-list-sort,
.page.publication .content-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding-left: 0;
  height: auto;
}
@media (min-width: 760px) {
  .page.publication .item-list-sort,
  .page.publication .content-navigation {
    flex-direction: row;
    justify-content: space-between;
    min-height: 30px;
  }
}
.page.publication .content-navigation:after {
  border-bottom: none;
  margin: 0;
}
.page.publication .content-navigation .btn {
  color: #8b1c40;
  text-decoration: none;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
.page.publication .item-list-sort .lx {
  width: 100%;
}
@media (min-width: 760px) {
  .page.publication .item-list-sort .lx {
    width: 35%;
  }
}
.page.publication .item-list-sort .rx {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 760px) {
  .page.publication .item-list-sort .rx {
    width: 60%;
  }
}
.page.publication .item-list-sort .rx label {
  margin-right: 10px;
}
.page.publication .item-list-sort input[type=submit] {
  width: auto;
  padding: 8px;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #8b1c40;
  border: 2px solid #8b1c40;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0px 8px;
}
.page.publication .item-list-sort input[type=submit]:hover {
  text-decoration: underline;
}
@media (min-width: 760px) {
  .page.publication .track-changes-control {
    padding-right: 10px;
    padding-left: 265px;
  }
}
.page.publication .track-changes-control .control {
  width: auto;
  padding: 8px;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #8b1c40;
  border: 2px solid #8b1c40;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
}
.page.publication .track-changes-control .control:hover {
  text-decoration: underline;
}
@media (min-width: 760px) {
  .page.publication .col_lx.wide {
    width: 245px;
  }
}
@media (min-width: 760px) {
  .page.publication .col_lx.wide + .col_cx {
    margin-left: 275px;
  }
}
.page.publication .col_lx .tools a:hover,
.page.publication .col_lx .tools button:hover {
  background-color: #8b1c40;
  border: 1px solid #8b1c40;
}
.page.publication .col_lx .widget .versions, .page.search-result .col_lx .widget .versions, .page.monograph-details .col_lx .widget .versions, .page.monograph-list .col_lx .widget .versions, .page.content-list .col_lx .widget .versions, .page.content-page .col_lx .widget .versions, .page.profile .col_lx .widget .versions, .page.order-details .col_lx .widget .versions, .page.forum-details .col_lx .widget .versions, .page.content-search-result .col_lx .widget .versions {
  border-left: 3px solid #031f73;
  padding-left: 20px;
}
.page.publication .col_lx .widget .versions .selected, .page.search-result .col_lx .widget .versions .selected, .page.monograph-details .col_lx .widget .versions .selected, .page.monograph-list .col_lx .widget .versions .selected, .page.content-list .col_lx .widget .versions .selected, .page.content-page .col_lx .widget .versions .selected, .page.profile .col_lx .widget .versions .selected, .page.order-details .col_lx .widget .versions .selected, .page.forum-details .col_lx .widget .versions .selected, .page.content-search-result .col_lx .widget .versions .selected {
  background: transparent;
}
.page.publication .col_lx .widget .versions h2, .page.search-result .col_lx .widget .versions h2, .page.monograph-details .col_lx .widget .versions h2, .page.monograph-list .col_lx .widget .versions h2, .page.content-list .col_lx .widget .versions h2, .page.content-page .col_lx .widget .versions h2, .page.profile .col_lx .widget .versions h2, .page.order-details .col_lx .widget .versions h2, .page.forum-details .col_lx .widget .versions h2, .page.content-search-result .col_lx .widget .versions h2 {
  padding: 0px 0px 30px 0px;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #0b0c0c;
  font-size: 24px;
  line-height: 40px;
  background: transparent;
}
.page.publication .col_lx .widget .versions h3, .page.search-result .col_lx .widget .versions h3, .page.monograph-details .col_lx .widget .versions h3, .page.monograph-list .col_lx .widget .versions h3, .page.content-list .col_lx .widget .versions h3, .page.content-page .col_lx .widget .versions h3, .page.profile .col_lx .widget .versions h3, .page.order-details .col_lx .widget .versions h3, .page.forum-details .col_lx .widget .versions h3, .page.content-search-result .col_lx .widget .versions h3 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #0c0205;
  font-size: 19px;
  line-height: 25px;
  padding: 7px 0;
  padding-left: 25px;
  background: transparent;
  border-left: 3px solid #031f73;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .page.publication .col_lx .widget .versions h3, .page.search-result .col_lx .widget .versions h3, .page.monograph-details .col_lx .widget .versions h3, .page.monograph-list .col_lx .widget .versions h3, .page.content-list .col_lx .widget .versions h3, .page.content-page .col_lx .widget .versions h3, .page.profile .col_lx .widget .versions h3, .page.order-details .col_lx .widget .versions h3, .page.forum-details .col_lx .widget .versions h3, .page.content-search-result .col_lx .widget .versions h3 {
    font-size: 24px;
  }
}
.page.publication .col_lx .widget .versions ul, .page.search-result .col_lx .widget .versions ul, .page.monograph-details .col_lx .widget .versions ul, .page.monograph-list .col_lx .widget .versions ul, .page.content-list .col_lx .widget .versions ul, .page.content-page .col_lx .widget .versions ul, .page.profile .col_lx .widget .versions ul, .page.order-details .col_lx .widget .versions ul, .page.forum-details .col_lx .widget .versions ul, .page.content-search-result .col_lx .widget .versions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page.publication .col_lx .widget .versions li, .page.search-result .col_lx .widget .versions li, .page.monograph-details .col_lx .widget .versions li, .page.monograph-list .col_lx .widget .versions li, .page.content-list .col_lx .widget .versions li, .page.content-page .col_lx .widget .versions li, .page.profile .col_lx .widget .versions li, .page.order-details .col_lx .widget .versions li, .page.forum-details .col_lx .widget .versions li, .page.content-search-result .col_lx .widget .versions li {
  color: #031f73;
  padding: 7px 0;
  margin: 0;
  border: 0px;
  width: 97%;
}
.page.publication .col_lx .widget .versions li.monograph-alignment, .page.search-result .col_lx .widget .versions li.monograph-alignment, .page.monograph-details .col_lx .widget .versions li.monograph-alignment, .page.monograph-list .col_lx .widget .versions li.monograph-alignment, .page.content-list .col_lx .widget .versions li.monograph-alignment, .page.content-page .col_lx .widget .versions li.monograph-alignment, .page.profile .col_lx .widget .versions li.monograph-alignment, .page.order-details .col_lx .widget .versions li.monograph-alignment, .page.forum-details .col_lx .widget .versions li.monograph-alignment, .page.content-search-result .col_lx .widget .versions li.monograph-alignment {
  margin-left: 10px;
}
.page.publication .col_lx .widget .versions li.selected a, .page.search-result .col_lx .widget .versions li.selected a, .page.monograph-details .col_lx .widget .versions li.selected a, .page.monograph-list .col_lx .widget .versions li.selected a, .page.content-list .col_lx .widget .versions li.selected a, .page.content-page .col_lx .widget .versions li.selected a, .page.profile .col_lx .widget .versions li.selected a, .page.order-details .col_lx .widget .versions li.selected a, .page.forum-details .col_lx .widget .versions li.selected a, .page.content-search-result .col_lx .widget .versions li.selected a {
  text-decoration: underline;
}
.page.publication .col_lx .widget .versions li.selected span:nth-child(2), .page.search-result .col_lx .widget .versions li.selected span:nth-child(2), .page.monograph-details .col_lx .widget .versions li.selected span:nth-child(2), .page.monograph-list .col_lx .widget .versions li.selected span:nth-child(2), .page.content-list .col_lx .widget .versions li.selected span:nth-child(2), .page.content-page .col_lx .widget .versions li.selected span:nth-child(2), .page.profile .col_lx .widget .versions li.selected span:nth-child(2), .page.order-details .col_lx .widget .versions li.selected span:nth-child(2), .page.forum-details .col_lx .widget .versions li.selected span:nth-child(2), .page.content-search-result .col_lx .widget .versions li.selected span:nth-child(2) {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  background: transparent;
}
.page.publication .col_lx .widget .versions li a, .page.search-result .col_lx .widget .versions li a, .page.monograph-details .col_lx .widget .versions li a, .page.monograph-list .col_lx .widget .versions li a, .page.content-list .col_lx .widget .versions li a, .page.content-page .col_lx .widget .versions li a, .page.profile .col_lx .widget .versions li a, .page.order-details .col_lx .widget .versions li a, .page.forum-details .col_lx .widget .versions li a, .page.content-search-result .col_lx .widget .versions li a {
  color: inherit;
  font-size: inherit;
  background: transparent;
  border-bottom: 0px;
  text-decoration: none;
  padding-left: 5px;
}
.page.publication .col_lx .widget .versions li a:hover, .page.search-result .col_lx .widget .versions li a:hover, .page.monograph-details .col_lx .widget .versions li a:hover, .page.monograph-list .col_lx .widget .versions li a:hover, .page.content-list .col_lx .widget .versions li a:hover, .page.content-page .col_lx .widget .versions li a:hover, .page.profile .col_lx .widget .versions li a:hover, .page.order-details .col_lx .widget .versions li a:hover, .page.forum-details .col_lx .widget .versions li a:hover, .page.content-search-result .col_lx .widget .versions li a:hover {
  text-decoration: underline;
}
.page.publication .col_lx .widget .versions li a span:first-child, .page.search-result .col_lx .widget .versions li a span:first-child, .page.monograph-details .col_lx .widget .versions li a span:first-child, .page.monograph-list .col_lx .widget .versions li a span:first-child, .page.content-list .col_lx .widget .versions li a span:first-child, .page.content-page .col_lx .widget .versions li a span:first-child, .page.profile .col_lx .widget .versions li a span:first-child, .page.order-details .col_lx .widget .versions li a span:first-child, .page.forum-details .col_lx .widget .versions li a span:first-child, .page.content-search-result .col_lx .widget .versions li a span:first-child {
  display: none;
}
.page.publication .col_lx .widget .versions li a span:nth-child(2), .page.search-result .col_lx .widget .versions li a span:nth-child(2), .page.monograph-details .col_lx .widget .versions li a span:nth-child(2), .page.monograph-list .col_lx .widget .versions li a span:nth-child(2), .page.content-list .col_lx .widget .versions li a span:nth-child(2), .page.content-page .col_lx .widget .versions li a span:nth-child(2), .page.profile .col_lx .widget .versions li a span:nth-child(2), .page.order-details .col_lx .widget .versions li a span:nth-child(2), .page.forum-details .col_lx .widget .versions li a span:nth-child(2), .page.content-search-result .col_lx .widget .versions li a span:nth-child(2) {
  position: relative;
  display: block;
}
.page.publication .col_lx .widget .versions li a span:nth-child(2):after, .page.search-result .col_lx .widget .versions li a span:nth-child(2):after, .page.monograph-details .col_lx .widget .versions li a span:nth-child(2):after, .page.monograph-list .col_lx .widget .versions li a span:nth-child(2):after, .page.content-list .col_lx .widget .versions li a span:nth-child(2):after, .page.content-page .col_lx .widget .versions li a span:nth-child(2):after, .page.profile .col_lx .widget .versions li a span:nth-child(2):after, .page.order-details .col_lx .widget .versions li a span:nth-child(2):after, .page.forum-details .col_lx .widget .versions li a span:nth-child(2):after, .page.content-search-result .col_lx .widget .versions li a span:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("/img/icons/icon_external_link_semidarkblue.svg");
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.page.publication .col_lx .widget .versions li a span:nth-child(2):after, .page.search-result .col_lx .widget .versions li a span:nth-child(2):after, .page.monograph-details .col_lx .widget .versions li a span:nth-child(2):after, .page.monograph-list .col_lx .widget .versions li a span:nth-child(2):after, .page.content-list .col_lx .widget .versions li a span:nth-child(2):after, .page.content-page .col_lx .widget .versions li a span:nth-child(2):after, .page.profile .col_lx .widget .versions li a span:nth-child(2):after, .page.order-details .col_lx .widget .versions li a span:nth-child(2):after, .page.forum-details .col_lx .widget .versions li a span:nth-child(2):after, .page.content-search-result .col_lx .widget .versions li a span:nth-child(2):after {
  display: none;
}
.page.publication .col_lx .widget .versions li a span:last-child, .page.search-result .col_lx .widget .versions li a span:last-child, .page.monograph-details .col_lx .widget .versions li a span:last-child, .page.monograph-list .col_lx .widget .versions li a span:last-child, .page.content-list .col_lx .widget .versions li a span:last-child, .page.content-page .col_lx .widget .versions li a span:last-child, .page.profile .col_lx .widget .versions li a span:last-child, .page.order-details .col_lx .widget .versions li a span:last-child, .page.forum-details .col_lx .widget .versions li a span:last-child, .page.content-search-result .col_lx .widget .versions li a span:last-child {
  width: 100%;
  font-size: 0.9em;
  color: #0c0205;
  float: none;
}
.page.publication .col_lx .widget .versions li a span:last-child:after, .page.search-result .col_lx .widget .versions li a span:last-child:after, .page.monograph-details .col_lx .widget .versions li a span:last-child:after, .page.monograph-list .col_lx .widget .versions li a span:last-child:after, .page.content-list .col_lx .widget .versions li a span:last-child:after, .page.content-page .col_lx .widget .versions li a span:last-child:after, .page.profile .col_lx .widget .versions li a span:last-child:after, .page.order-details .col_lx .widget .versions li a span:last-child:after, .page.forum-details .col_lx .widget .versions li a span:last-child:after, .page.content-search-result .col_lx .widget .versions li a span:last-child:after {
  display: none;
}
.page.publication .user-data-wrapper, .page.search-result .user-data-wrapper, .page.monograph-details .user-data-wrapper, .page.monograph-list .user-data-wrapper, .page.content-list .user-data-wrapper, .page.content-page .user-data-wrapper, .page.profile .user-data-wrapper, .page.order-details .user-data-wrapper, .page.forum-details .user-data-wrapper, .page.content-search-result .user-data-wrapper {
  width: 100%;
  display: block;
  overflow-x: auto;
  overflow-y: auto;
}
.page.publication .user-data-wrapper .user-data, .page.search-result .user-data-wrapper .user-data, .page.monograph-details .user-data-wrapper .user-data, .page.monograph-list .user-data-wrapper .user-data, .page.content-list .user-data-wrapper .user-data, .page.content-page .user-data-wrapper .user-data, .page.profile .user-data-wrapper .user-data, .page.order-details .user-data-wrapper .user-data, .page.forum-details .user-data-wrapper .user-data, .page.content-search-result .user-data-wrapper .user-data {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.page.publication .user-data-wrapper .user-data th, .page.search-result .user-data-wrapper .user-data th, .page.monograph-details .user-data-wrapper .user-data th, .page.monograph-list .user-data-wrapper .user-data th, .page.content-list .user-data-wrapper .user-data th, .page.content-page .user-data-wrapper .user-data th, .page.profile .user-data-wrapper .user-data th, .page.order-details .user-data-wrapper .user-data th, .page.forum-details .user-data-wrapper .user-data th, .page.content-search-result .user-data-wrapper .user-data th {
  background-color: #8b1c40;
  color: #fff;
  font-weight: 700;
}
.page.publication .user-data-wrapper .user-data th,
.page.publication .user-data-wrapper .user-data td, .page.search-result .user-data-wrapper .user-data th,
.page.search-result .user-data-wrapper .user-data td, .page.monograph-details .user-data-wrapper .user-data th,
.page.monograph-details .user-data-wrapper .user-data td, .page.monograph-list .user-data-wrapper .user-data th,
.page.monograph-list .user-data-wrapper .user-data td, .page.content-list .user-data-wrapper .user-data th,
.page.content-list .user-data-wrapper .user-data td, .page.content-page .user-data-wrapper .user-data th,
.page.content-page .user-data-wrapper .user-data td, .page.profile .user-data-wrapper .user-data th,
.page.profile .user-data-wrapper .user-data td, .page.order-details .user-data-wrapper .user-data th,
.page.order-details .user-data-wrapper .user-data td, .page.forum-details .user-data-wrapper .user-data th,
.page.forum-details .user-data-wrapper .user-data td, .page.content-search-result .user-data-wrapper .user-data th,
.page.content-search-result .user-data-wrapper .user-data td {
  text-align: center;
  border: 1px solid #ccc;
}
.page.publication .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.search-result .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.monograph-details .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.monograph-list .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.content-list .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.content-page .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.profile .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.order-details .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.forum-details .user-data-wrapper .user-data.subscription tr.inactive-subscription, .page.content-search-result .user-data-wrapper .user-data.subscription tr.inactive-subscription {
  background-color: #ececec;
}
.page.publication .user-data-wrapper .user-data.subscription tr th, .page.publication .user-data-wrapper .user-data.subscription tr td, .page.search-result .user-data-wrapper .user-data.subscription tr th, .page.search-result .user-data-wrapper .user-data.subscription tr td, .page.monograph-details .user-data-wrapper .user-data.subscription tr th, .page.monograph-details .user-data-wrapper .user-data.subscription tr td, .page.monograph-list .user-data-wrapper .user-data.subscription tr th, .page.monograph-list .user-data-wrapper .user-data.subscription tr td, .page.content-list .user-data-wrapper .user-data.subscription tr th, .page.content-list .user-data-wrapper .user-data.subscription tr td, .page.content-page .user-data-wrapper .user-data.subscription tr th, .page.content-page .user-data-wrapper .user-data.subscription tr td, .page.profile .user-data-wrapper .user-data.subscription tr th, .page.profile .user-data-wrapper .user-data.subscription tr td, .page.order-details .user-data-wrapper .user-data.subscription tr th, .page.order-details .user-data-wrapper .user-data.subscription tr td, .page.forum-details .user-data-wrapper .user-data.subscription tr th, .page.forum-details .user-data-wrapper .user-data.subscription tr td, .page.content-search-result .user-data-wrapper .user-data.subscription tr th, .page.content-search-result .user-data-wrapper .user-data.subscription tr td {
  text-align: left;
  padding-left: 15px;
}
.page.publication .user-data-wrapper .user-data.order, .page.search-result .user-data-wrapper .user-data.order, .page.monograph-details .user-data-wrapper .user-data.order, .page.monograph-list .user-data-wrapper .user-data.order, .page.content-list .user-data-wrapper .user-data.order, .page.content-page .user-data-wrapper .user-data.order, .page.profile .user-data-wrapper .user-data.order, .page.order-details .user-data-wrapper .user-data.order, .page.forum-details .user-data-wrapper .user-data.order, .page.content-search-result .user-data-wrapper .user-data.order {
  margin-top: 35px;
}
.page.publication .user-data-wrapper .user-data.order td, .page.search-result .user-data-wrapper .user-data.order td, .page.monograph-details .user-data-wrapper .user-data.order td, .page.monograph-list .user-data-wrapper .user-data.order td, .page.content-list .user-data-wrapper .user-data.order td, .page.content-page .user-data-wrapper .user-data.order td, .page.profile .user-data-wrapper .user-data.order td, .page.order-details .user-data-wrapper .user-data.order td, .page.forum-details .user-data-wrapper .user-data.order td, .page.content-search-result .user-data-wrapper .user-data.order td {
  text-align: left;
  padding-left: 15px;
}
.page.publication .user-data-wrapper .user-data.order td:nth-child(2), .page.search-result .user-data-wrapper .user-data.order td:nth-child(2), .page.monograph-details .user-data-wrapper .user-data.order td:nth-child(2), .page.monograph-list .user-data-wrapper .user-data.order td:nth-child(2), .page.content-list .user-data-wrapper .user-data.order td:nth-child(2), .page.content-page .user-data-wrapper .user-data.order td:nth-child(2), .page.profile .user-data-wrapper .user-data.order td:nth-child(2), .page.order-details .user-data-wrapper .user-data.order td:nth-child(2), .page.forum-details .user-data-wrapper .user-data.order td:nth-child(2), .page.content-search-result .user-data-wrapper .user-data.order td:nth-child(2) {
  text-align: center;
}
.page.publication .user-data-wrapper .user-data.user-invites th, .page.publication .user-data-wrapper .user-data.user-invites td, .page.search-result .user-data-wrapper .user-data.user-invites th, .page.search-result .user-data-wrapper .user-data.user-invites td, .page.monograph-details .user-data-wrapper .user-data.user-invites th, .page.monograph-details .user-data-wrapper .user-data.user-invites td, .page.monograph-list .user-data-wrapper .user-data.user-invites th, .page.monograph-list .user-data-wrapper .user-data.user-invites td, .page.content-list .user-data-wrapper .user-data.user-invites th, .page.content-list .user-data-wrapper .user-data.user-invites td, .page.content-page .user-data-wrapper .user-data.user-invites th, .page.content-page .user-data-wrapper .user-data.user-invites td, .page.profile .user-data-wrapper .user-data.user-invites th, .page.profile .user-data-wrapper .user-data.user-invites td, .page.order-details .user-data-wrapper .user-data.user-invites th, .page.order-details .user-data-wrapper .user-data.user-invites td, .page.forum-details .user-data-wrapper .user-data.user-invites th, .page.forum-details .user-data-wrapper .user-data.user-invites td, .page.content-search-result .user-data-wrapper .user-data.user-invites th, .page.content-search-result .user-data-wrapper .user-data.user-invites td {
  text-align: left;
  padding-left: 20px;
}
.page.publication .user-data-wrapper .user-data.user-invites td a, .page.search-result .user-data-wrapper .user-data.user-invites td a, .page.monograph-details .user-data-wrapper .user-data.user-invites td a, .page.monograph-list .user-data-wrapper .user-data.user-invites td a, .page.content-list .user-data-wrapper .user-data.user-invites td a, .page.content-page .user-data-wrapper .user-data.user-invites td a, .page.profile .user-data-wrapper .user-data.user-invites td a, .page.order-details .user-data-wrapper .user-data.user-invites td a, .page.forum-details .user-data-wrapper .user-data.user-invites td a, .page.content-search-result .user-data-wrapper .user-data.user-invites td a {
  display: block;
}
.page.publication .user-data-wrapper .invites-title, .page.search-result .user-data-wrapper .invites-title, .page.monograph-details .user-data-wrapper .invites-title, .page.monograph-list .user-data-wrapper .invites-title, .page.content-list .user-data-wrapper .invites-title, .page.content-page .user-data-wrapper .invites-title, .page.profile .user-data-wrapper .invites-title, .page.order-details .user-data-wrapper .invites-title, .page.forum-details .user-data-wrapper .invites-title, .page.content-search-result .user-data-wrapper .invites-title {
  margin-top: 21px;
}
.page h2.expendable-content-header {
  display: block;
  height: auto;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #8b1c40;
  background: #c2d0f7;
  position: relative;
  cursor: pointer;
  border-top: none;
  border-bottom: none;
  padding: 12px 20px 10px 20px !important;
  margin: 6px 0 0 0 !important;
  cursor: pointer;
}
.page h2.expendable-content-header button {
  position: relative;
  color: #8b1c40;
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: underline;
  padding-right: 30px;
  font-size: 0px;
  cursor: pointer;
  position: absolute;
}
.page h2.expendable-content-header button.open:after {
  top: 10px;
  transform: rotate(-135deg);
}
.page h2.expendable-content-header button.open:before {
  content: "";
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page h2.expendable-content-header button.open:before {
    font-size: 18px;
    line-height: 24px;
  }
}
.page h2.expendable-content-header button:after, .page h2.expendable-content-header button.closed:after {
  top: 2px;
  transform: rotate(45deg);
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page h2.expendable-content-header button:after, .page h2.expendable-content-header button.closed:after {
    font-size: 18px;
    line-height: 24px;
  }
}
.page h2.expendable-content-header button:before, .page h2.expendable-content-header button.closed:before {
  content: "";
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page h2.expendable-content-header button:before, .page h2.expendable-content-header button.closed:before {
    font-size: 18px;
    line-height: 24px;
  }
}
.page h2.expendable-content-header button:after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  width: 12px;
  height: 12px;
  border: 3px solid #8b1c40;
  border-left: none;
  border-top: none;
}
@media (min-width: 760px) {
  .page h2.expendable-content-header button:after {
    width: 15px;
    height: 15px;
  }
}
.page h2.expendable-content-header button.open, .page h2.expendable-content-header button.closed {
  top: 6px;
  right: 10px;
}
@media (min-width: 760px) {
  .page h2.expendable-content-header button.open, .page h2.expendable-content-header button.closed {
    top: 14px;
  }
}

/*=============================================
=            Publication content            =
=============================================*/
#publication-content {
  font-size: 1rem;
  overflow-x: hidden;
}
#publication-content .referenceheading {
  font-weight: 400;
}
#publication-content h1 {
  color: #8b1c40;
  padding-right: 108px;
}
#publication-content h1.euro {
  padding-right: 120px;
}
#publication-content h1.euro:after {
  position: absolute;
  display: block;
  content: " ";
  top: 5px;
  right: 105px;
  width: 50px;
  height: 50px;
  background: url("/img/icons/euro.png") no-repeat;
}
.noJs #publication-content h1.euro:after {
  right: -5px;
}
#publication-content h2 {
  border-top: none;
  padding-top: 15px;
  color: #8b1c40;
  text-transform: uppercase;
}
#publication-content table th,
#publication-content table td {
  border: 1px solid #9a989c;
}
#publication-content a {
  color: #031f73;
  text-decoration: underline;
}
#publication-content p {
  margin-top: 15px;
}
#publication-content .inline_title {
  margin-right: 10px;
}
#publication-content .para_image {
  margin: 10px 0;
}
#publication-content .para_imagename {
  border: 1px solid transparent;
  display: inline-block;
  width: 100%;
  margin: 14px 0;
}
#publication-content .para_imagename.deleted {
  display: none;
}
#publication-content .para_imagename.deleted:before, #publication-content .para_imagename.deleted:after {
  display: block;
  margin: 15px 0;
}
#publication-content .para_imagename.deleted > a {
  display: inline-block;
  position: relative;
}
#publication-content .para_imagename.deleted > a img {
  margin-bottom: 0;
}
#publication-content .para_imagename.deleted > a * {
  color: #e74c3c;
  border: 1px solid #e74c3c;
}
#publication-content .para_imagename.deleted > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("/img/deleted-image-diagonal.svg") center no-repeat;
  z-index: 10;
}
.show-changes #publication-content .para_imagename.deleted {
  display: inline-block;
}
#publication-content .para_imagename em {
  display: block;
}
#publication-content .ph_eur_start {
  border-bottom: solid 1px #9a989c;
}
#publication-content .para_introductory_statements,
#publication-content .pheurid {
  font-style: italic;
}
#publication-content .pheurid {
  margin-top: 15px;
  margin-bottom: 15px;
}
#publication-content .pheurid + div.para_introductory_statements {
  margin: 14px 0;
}
#publication-content .ph_eur_end {
  border-top: solid 1px #9a989c;
}
#publication-content .figure,
#publication-content .para_formula {
  margin-top: 15px;
  margin-bottom: 15px;
}
#publication-content .heading_smallCaps {
  font-weight: normal;
  font-size: 0.78rem;
  text-transform: uppercase;
  margin: 15px 0;
}
#publication-content .section .subsection {
  padding-top: 10px;
}
#publication-content .heading_chromatography {
  font-size: 0.61rem;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 14px;
}
#publication-content .heading_sub_section {
  font-size: 1rem;
}
#publication-content .heading_sub_section strong {
  color: #8b1c40;
  display: block;
}
#publication-content .heading_sub_section strong:first-letter {
  text-transform: uppercase;
}
#publication-content .smallcaps {
  text-transform: uppercase;
  font-size: 75%;
  display: inline-block;
}
#publication-content .smallcaps.deleted {
  display: none;
}
#publication-content .smallcaps:first-letter {
  color: inherit;
}
#publication-content .sub_general,
#publication-content .sub_ph {
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: 15px;
}
#publication-content .endnote {
  font-size: 85%;
}
#publication-content .endnote sup,
#publication-content .endnote sub {
  font-size: 1em;
}
#publication-content .diamond {
  color: #000;
  margin: 0 5px 0 0;
}
#publication-content a:visited .smallcaps:first-letter {
  color: #8b1c40;
}
#publication-content a .smallcaps {
  text-decoration: underline;
}
#publication-content .inlinehdg,
#publication-content .inlinehdg2 {
  font-weight: 700;
}
#publication-content .pheurmethod {
  font-style: italic;
}
#publication-content .highlight {
  background: #f9ff00;
}
#publication-content table {
  display: table;
  border: none;
  border-collapse: collapse;
  border-spacing: 0 10px;
  width: 100%;
}
#publication-content table.deleted {
  display: none;
}
#publication-content table.move_table_up {
  margin-top: -21px;
}
#publication-content table th {
  font-weight: 700;
  vertical-align: top;
}
#publication-content table th,
#publication-content table td {
  border: none;
}
#publication-content .tableCaption {
  text-align: center;
}
#publication-content .border_top {
  border-top: 1px solid #000;
}
#publication-content .border_bottom {
  border-bottom: 1px solid #000;
}
#publication-content .border_left {
  border-left: 1px solid #000;
}
#publication-content .border_right {
  border-right: 1px solid #000;
}
#publication-content .no_border_top {
  border-top-style: hidden;
}
#publication-content .no_border_bottom {
  border-bottom-style: hidden;
}
#publication-content .no_border_left {
  border-left-style: hidden;
}
#publication-content .no_border_right {
  border-right-style: hidden;
}
#publication-content .smalltext {
  font-size: 8pt;
}
#publication-content td.smalltext,
#publication-content th.smalltext {
  font-size: 1em;
}
#publication-content .text_left {
  text-align: left;
}
#publication-content .text_right {
  text-align: right;
}
#publication-content .text_center {
  text-align: center;
}
#publication-content .text_justify {
  text-align: justify;
}
#publication-content .text_top {
  vertical-align: top;
}
#publication-content .text_middle {
  vertical-align: middle;
}
#publication-content .text_bottom {
  vertical-align: bottom;
}
#publication-content .code {
  font-family: monospace;
}
#publication-content .version-title {
  margin: 25px 0;
}
#publication-content .list_heading {
  margin-bottom: 15px;
}
#publication-content .listdash1,
#publication-content .list1_ctd {
  padding-left: 30px;
  margin-bottom: 15px;
}
#publication-content .listdash1 + *,
#publication-content .list1_ctd + * {
  margin-top: 15px;
}
#publication-content .listdash1 + table,
#publication-content .list1_ctd + table {
  margin-top: 30px;
}
#publication-content .listdash2,
#publication-content .list2_ctd {
  padding-left: 40px;
  margin-bottom: 15px;
}
#publication-content .listdash3,
#publication-content .list3_ctd {
  padding-left: 50px;
  margin-bottom: 15px;
}
#publication-content .inlinehdg3 {
  font-style: italic;
  margin-right: 10px;
}
#publication-content .approved-name span.monographTitle,
#publication-content .approved-name span.classification {
  padding-right: 10px;
  margin-right: 0px;
}
#publication-content .filter_startswithletter {
  width: 50px;
  min-width: 50px;
  margin-bottom: 0;
}

/*=====  End of Publication content  ======*/
/* Content Control on left hand side */
.content-controls h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  background-color: #c2d0f7;
  padding: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  cursor: pointer;
  color: #8b1c40;
}
@media (min-width: 760px) {
  .content-controls h3 {
    font-size: 19px;
  }
}
.content-tools-wrapper h2,
.content-tools-wrapper h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  background-color: #c2d0f7;
  padding: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  color: #8b1c40;
}
@media (min-width: 760px) {
  .content-tools-wrapper h2,
  .content-tools-wrapper h4 {
    font-size: 19px;
  }
}

/*
***********************
* BAN (British Approved Names)  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page .col_cx .col > h2:first-of-type, .full-screen-dialog .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page .col_cx h1, .full-screen-dialog h1,
.page .col_cx h2,
.full-screen-dialog h2,
.page .col_cx h3,
.full-screen-dialog h3,
.page .col_cx h4,
.full-screen-dialog h4,
.page .col_cx h5,
.full-screen-dialog h5,
.page .col_cx h6,
.full-screen-dialog h6 {
  padding-top: 0;
  color: inherit;
}
.page .col_cx h1, .full-screen-dialog h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h1, .full-screen-dialog h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx h2, .full-screen-dialog h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h2, .full-screen-dialog h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.page .col_cx h2.no-border, .full-screen-dialog h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.page .col_cx h4, .full-screen-dialog h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h4, .full-screen-dialog h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page .col_cx h5, .full-screen-dialog h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h5, .full-screen-dialog h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
#publication-content .subheading {
  text-transform: unset;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
#publication-content p {
  margin-top: 5px;
}
@media (min-width: 760px) {
  #publication-content .details-box,
  #publication-content .figure-box,
  #publication-content .explanation-box {
    width: 50%;
    float: left;
  }
}
#publication-content .details-box img,
#publication-content .figure-box img,
#publication-content .explanation-box img {
  width: 100%;
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
#publication-content .simple-layout .details-box {
  padding-left: 0;
}
#publication-content .figure-caption {
  padding-bottom: 15px;
  font-style: italic;
}
#publication-content .details-box {
  padding: 0 15px;
  clear: both;
}
#publication-content .details-box + * {
  clear: both;
}
#publication-content .details-box + .figure-box {
  clear: none;
}
#publication-content .details-box + .figure-caption {
  clear: none;
}
#publication-content .details-box .approved-name {
  margin-left: -15px;
}
#publication-content .details-box .approved-name > span {
  display: inline-block;
}
#publication-content .details-box .monographTitle {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  margin-right: 15px;
}
#publication-content .details-box .classification {
  margin-right: 15px;
}
#publication-content .details-box .systematicChemicalName {
  word-wrap: break-word;
}
#publication-content .details-box .modifications ~ .cheminfo {
  margin-left: 30px;
}
#publication-content .details-box .cheminfo .molecularFormula {
  margin-right: 15px;
}
#publication-content .details-box .cheminfo .casRegNum {
  font-style: italic;
}
#publication-content .details-box .chemical .casRegNum {
  font-style: italic;
}
#publication-content .details-box .modifications {
  margin-left: 0;
}
#publication-content .details-box .modification span.name {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
#publication-content .details-box .modification span.cas {
  font-style: italic;
}
#publication-content .details-box .actionAndUses {
  font-style: italic;
}
#publication-content .details-box .table-wrapper {
  margin-bottom: 0px;
}
#publication-content .details-box .table-wrapper .table {
  min-width: unset;
  margin-bottom: 0px;
}
#publication-content .figure-box {
  margin-top: 30px;
  border: 1px solid #9a989c;
}
@media (min-width: 760px) {
  #publication-content .figure-box {
    width: 50%;
    float: left;
    margin-top: 0;
  }
}
#publication-content .figure-box:after {
  content: "";
  clear: both;
  display: block;
}
#publication-content .figure-box .dnaSequence {
  font-family: "Courier New", sans-serif;
  padding: 10px;
  margin: 0px;
}
#publication-content .figure-box figure .figure-caption {
  padding-left: 20px;
}
#publication-content ol.list-marker-bold > li::marker {
  font-weight: bold;
}
#publication-content ol.list-marker-use-value-attribute > li::marker {
  content: attr(value);
}
#publication-content ol.list-marker-use-value-attribute > li {
  padding-left: 18px;
}

.search-result .monographTitle {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  margin-right: 15px;
}
.search-result .classification {
  margin-right: 15px;
}

/*
***********************
* SHOP  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page .col_cx .col > h2:first-of-type, .full-screen-dialog .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page .col_cx h1, .full-screen-dialog h1,
.page .col_cx h2,
.full-screen-dialog h2,
.page .col_cx h3,
.full-screen-dialog h3,
.page .col_cx h4,
.full-screen-dialog h4,
.page .col_cx h5,
.full-screen-dialog h5,
.page .col_cx h6,
.full-screen-dialog h6 {
  padding-top: 0;
  color: inherit;
}
.page .col_cx h1, .full-screen-dialog h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h1, .full-screen-dialog h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx h2, .full-screen-dialog h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h2, .full-screen-dialog h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.page .col_cx h2.no-border, .full-screen-dialog h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.page .col_cx h4, .full-screen-dialog h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h4, .full-screen-dialog h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page .col_cx h5, .full-screen-dialog h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h5, .full-screen-dialog h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/**
 *
 * Error summary
 *
 */
.error-summary:not(.v2) {
  width: 100%;
  font-size: 1rem;
  border: 5px solid #8b1c40;
  background-color: #8b1c40;
  z-index: 100;
  margin: 30px 0;
  position: relative;
  z-index: 100;
}
.error-summary:not(.v2) .error-summary-header {
  padding: 2px 20px 5px;
  border-bottom: 1px solid #000;
  position: relative;
}
.error-summary:not(.v2) .error-summary-close {
  color: #fff;
  text-decoration: underline;
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.error-summary:not(.v2) .error-summary-title {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  border: none !important;
}
.error-summary:not(.v2) .error-summary-content {
  max-height: 70vh;
  padding: 20px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.error-summary:not(.v2) .error-summary-content > :last-child {
  margin-bottom: 0;
}
.error-summary:not(.v2) .error-summary-heading {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
}
.error-summary.v2 {
  width: 100%;
  font-size: 1rem;
  border: 5px solid #811909;
  margin: 30px 0;
  position: relative;
  z-index: 98;
}
.error-summary.v2 .error-summary-header {
  padding: 20px 20px 5px;
  position: relative;
}
.error-summary.v2 .error-summary-close {
  color: #811909;
  text-decoration: underline;
  background: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  right: 20px;
}
.error-summary.v2 .error-summary-title {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.error-summary.v2 .error-summary-content {
  max-height: 70vh;
  padding: 20px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  color: #811909;
}
.error-summary.v2 .error-summary-content a {
  font-size: 19px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
.error-summary.v2 .error-summary-content a, .error-summary.v2 .error-summary-content a:link, .error-summary.v2 .error-summary-content a:visited {
  color: #811909 !important;
}
.error-summary.v2 .error-summary-content a:hover {
  color: #4b0e05 !important;
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
}
.error-summary.v2 .error-summary-content > :last-child {
  margin-bottom: 0;
}
.error-summary.v2 .error-summary-heading {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
}

/**
 *
 * Shop Product List
 *
 */
.content .page .col_cx.shop-product-list .spl-list {
  list-style-type: none;
  margin: 0px;
}
.content .page .col_cx.shop-product-list .spl-list li {
  margin: 0px;
}

.spl-item--header {
  display: none;
}
@media (min-width: 1280px) {
  .spl-item--header {
    display: block;
  }
}
.spl-item--header .spl-row {
  text-align: left;
  border: none;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0px;
}
.spl-item--header .spl-col-06 {
  text-align: center;
}
.spl-row {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 25px;
  border: 1px solid #9a989c;
  padding: 10px 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .spl-row {
    flex-wrap: nowrap;
    padding: 20px 0;
  }
}
.spl-col {
  width: 50%;
  padding: 5px 10px;
  margin-bottom: 15px;
}
@media (min-width: 1020px) {
  .spl-col {
    width: 33.3333333333%;
  }
}
@media (min-width: 1366px) {
  .spl-col {
    margin-bottom: 0;
  }
}
.spl-col-01 {
  min-width: 80px;
}
@media (min-width: 1020px) {
  .spl-col-01 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .spl-col-01 {
    width: 8.3333333333%;
  }
}
.spl-col-02 {
  min-width: 95px;
}
@media (min-width: 1020px) {
  .spl-col-02 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .spl-col-02 {
    width: 8.3333333333%;
  }
}
.spl-col-03 {
  width: 100%;
}
@media (min-width: 760px) {
  .spl-col-03 {
    width: 50%;
  }
}
@media (min-width: 1020px) {
  .spl-col-03 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .spl-col-03 {
    width: 33.3333333333%;
  }
}
.spl-col-04 {
  min-width: 130px;
}
@media (min-width: 1020px) {
  .spl-col-04 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .spl-col-04 {
    width: 16.6666666667%;
    text-align: right;
  }
}
.spl-col-05 {
  min-width: 130px;
}
@media (min-width: 1020px) {
  .spl-col-05 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .spl-col-05 {
    width: 16.6666666667%;
    text-align: right;
  }
}
.spl-col-06 {
  text-align: left;
  margin-left: initial;
  margin-right: initial;
}
@media (min-width: 1020px) {
  .spl-col-06 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .spl-col-06 {
    width: 16.6666666667%;
  }
}
.spl-col-quantity {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page.shop-product-details .spl-col-quantity {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333333;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 760px) {
  .spl-col-quantity {
    width: 50%;
  }
}
@media (min-width: 1020px) {
  .spl-col-quantity {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .spl-col-quantity {
    min-width: 180px;
    text-align: center;
  }
}
@media (max-width: 499px) {
  .page.shop-product-details .spl-col-quantity form {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.spl-col-quantity-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 500px) {
  .page.shop-product-details .spl-col-quantity-label {
    width: auto;
    display: initial;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
.spl-col-mobile-header {
  display: block;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .spl-col-mobile-header {
    display: none;
  }
}
.spl-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 500px) {
  .page.shop-product-details .spl-form {
    justify-content: flex-start;
  }
}
.js .spl-form {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page .spl-form-input[type=text] {
  width: 50px;
  min-width: 50px;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.spl-form-increase, .spl-form-decrease {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  line-height: 26px;
}
.spl-form-increase:hover:before, .spl-form-decrease:hover:before {
  background-color: #021241;
}
.spl-form-increase:hover:after, .spl-form-decrease:hover:after {
  color: #fff;
}
.spl-form-increase:before, .spl-form-decrease:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #0b0c0c;
  border-radius: 50%;
}
.spl-form-increase:after, .spl-form-decrease:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.spl-form-decrease:after {
  content: "-";
  margin-top: -2px;
}
.spl-form-increase:after {
  content: "+";
}
.spl-form-button {
  width: 100% !important;
  margin-top: 15px;
  width: auto;
  color: #fff;
  background-color: #031f73;
  line-height: 1rem;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #000619;
  height: 38px;
  margin-left: 0;
}
.spl-form-button:hover {
  background-color: #021241;
}
@media (min-width: 500px) {
  .page.shop-product-details .spl-form-button {
    width: auto !important;
    margin-top: 0;
    margin-left: 15px;
  }
}
.page.basket .spl-form-button {
  display: none;
}
.page.basket .spl-form-button.visible {
  display: block;
}

.basket-inactive .spl-form-button {
  width: auto;
  color: #0b0c0c !important;
  background-color: #ececec;
  line-height: 1rem;
  box-shadow: 0px 2px 0px 0px #9a989c;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  height: 40px;
}
.basket-inactive .spl-form-button:hover {
  background-color: lightgray;
}

/**
 *
 * Shop product details
 *
 */
.content .page.shop-product-details h1 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.content .page.shop-product-details .product-details-message {
  padding-bottom: 30px;
}

/**
 *
 * Basket
 *
 */
.basket-footer, .basket-panel-item-footer div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  background-color: #f2f2f2;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: right;
}
@media (min-width: 760px) {
  .basket-footer, .basket-panel-item-footer div {
    flex-direction: row;
  }
}
.basket-footer > span, .basket-panel-item-footer div > span {
  padding: 10px;
  display: block;
  width: 100%;
}
@media (min-width: 760px) {
  .basket-footer > span:last-child, .basket-panel-item-footer div > span:last-child {
    width: 165px;
  }
}

.content .page.basket .col_cx {
  display: flex;
  flex-direction: column;
}
@media (min-width: 760px) {
  .content .page.basket .col_cx {
    flex-direction: row;
  }
}
.content .page.basket .basket-list {
  list-style-type: none;
  margin: 0px;
}
.content .page.basket .basket-list li {
  margin: 0px;
}

.basket-container {
  width: 100%;
}
@media (min-width: 760px) {
  .basket-container h1 {
    height: 35px;
  }
}
.page .col_cx .basket-panel h2 {
  border-top: 5px solid #8b1c40;
  padding-top: 15px;
  padding-bottom: 15px;
}
.basket-panel h2.border-bottom {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #9a989c;
}
.basket-panel-item {
  position: relative;
}
.basket-panel-item.border-bottom {
  padding: 0 0 30px;
  border-bottom: 1px solid #9a989c;
}
.basket-panel-item.border-bottom.tso-ecommerce-payment {
  padding-bottom: 0;
  margin-bottom: 100px;
}
@media (min-width: 760px) {
  .basket-panel-item.border-bottom.tso-ecommerce-payment {
    margin-bottom: 0;
  }
}
.basket-panel-item .error {
  position: relative;
}
.basket-panel-item .error:before {
  content: "";
  display: table;
  width: 0px;
  height: 100%;
  border-left: 5px solid #e74c3c;
  position: absolute;
  left: -10px;
  bottom: 0;
}
@media (min-width: 1020px) {
  .basket-panel-item .error:before {
    left: -20px;
  }
}
.basket-panel-item .error:after {
  content: "Please check this field";
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.basket-panel-item .error.form-promotion {
  position: relative;
}
.basket-panel-item .error.form-promotion:before {
  content: "";
  display: table;
  width: 0px;
  height: 100%;
  border-left: 5px solid #e74c3c;
  position: absolute;
  left: -10px;
  bottom: 0;
}
@media (min-width: 1020px) {
  .basket-panel-item .error.form-promotion:before {
    left: -20px;
  }
}
.basket-panel-item .error.form-promotion:after {
  content: "Please enter a valid promotional code.";
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.basket-panel-item .error input,
.basket-panel-item .error textarea,
.basket-panel-item .error select {
  margin-bottom: 15px;
}
.basket-panel-item h3 {
  padding-right: 70px;
}
.page .col_cx .basket-panel-item h4 {
  color: #797979;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.basket-panel-item-content.show + .basket-panel-item-content .static-data {
  display: none;
}
.basket-panel-item-content.hide {
  display: none;
}
.basket-panel-item-content input,
.basket-panel-item-content select,
.basket-panel-item-content textarea {
  margin-bottom: 30px;
}
.basket-panel-item-content .error input,
.basket-panel-item-content .error textarea,
.basket-panel-item-content .error select {
  margin-bottom: 15px;
}
.basket-panel-item-content .editable-data {
  display: none;
}
.basket-panel-item-content .editable-data .error {
  position: relative;
}
.basket-panel-item-content .editable-data .error:before {
  content: "";
  display: table;
  width: 0px;
  height: 100%;
  border-left: 5px solid #e74c3c;
  position: absolute;
  left: -10px;
  bottom: 0;
}
@media (min-width: 1020px) {
  .basket-panel-item-content .editable-data .error:before {
    left: -20px;
  }
}
.basket-panel-item-content .editable-data .error:after {
  content: "Please check this field";
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.basket-panel-item-content .editable-data form > div:last-child {
  margin-top: 30px;
}
.basket-panel-item-content .editable-data form > div:last-child input {
  margin-bottom: 0;
}
.basket-panel-item-content input:checked ~ .static-data {
  display: none;
}
.basket-panel-item-content input:checked ~ .editable-data {
  display: block;
}
.basket-panel-item-footer div:last-child {
  margin-bottom: 30px;
}
.basket-panel-item-controls {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 760px) {
  .basket-panel-item-controls {
    flex-direction: row;
  }
}
.basket-panel-item-controls a {
  text-decoration: none !important;
  line-height: 40px !important;
  width: 100% !important;
  text-align: center;
}
@media (min-width: 760px) {
  .basket-panel-item-controls a {
    width: auto !important;
  }
}
.basket-panel-item-controls a.btn-primary {
  color: #fff !important;
}
.basket-panel-item-controls a.btn-secondary {
  color: #0b0c0c !important;
}
.basket-panel-item-controls form {
  width: 100%;
  text-align: right;
}
@media (min-width: 760px) {
  .basket-panel-item-controls form {
    width: auto;
  }
}
.basket-panel-item-controls a,
.basket-panel-item-controls input.btn {
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .basket-panel-item-controls a,
  .basket-panel-item-controls input.btn {
    margin-left: 15px;
    margin-bottom: 0;
    width: auto;
  }
}
.basket-item {
  padding: 20px 10px;
  border: 1px solid #9a989c;
  margin-bottom: 20px;
}
.basket-item-title {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #031f73;
  margin-bottom: 10px;
}
.page .col_cx .basket-item-changer-label {
  padding: 0px;
  text-decoration: underline;
  color: #031f73;
  position: absolute;
  top: 0;
  right: 0;
}
.page .col_cx .basket-item-changer-label:before, .page .col_cx .basket-item-changer-label:after {
  display: none;
}
.page.basket[data-step="2"] .basket-item-changer-label {
  display: none;
  pointer-events: none;
}
.basket-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 25px;
}
.page.basket[data-step="2"] .basket-row {
  flex-wrap: nowrap;
}
@media (min-width: 1366px) {
  .basket-row {
    flex-wrap: nowrap;
  }
}
.basket-row.bottom-border {
  border-bottom: 2px solid #9a989c;
  margin-bottom: 20px;
}
.basket-col {
  width: 50%;
  padding: 5px 10px;
  margin-bottom: 15px;
}
@media (min-width: 1020px) {
  .basket-col {
    width: 33.3333333333%;
  }
}
@media (min-width: 1366px) {
  .basket-col {
    margin-bottom: 0;
  }
}
.page.basket[data-step="2"] .basket-col:first-child {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.page.basket[data-step="2"] .basket-col:last-child {
  width: auto;
  padding-right: 0;
  margin-bottom: 0;
}
.basket-col-01 {
  min-width: 80px;
}
@media (min-width: 1366px) {
  .basket-col-01 {
    width: 100px;
    flex-shrink: 0;
  }
  .publications .basket-col-01 {
    width: 150px;
  }
}
.basket-col-02 {
  min-width: 95px;
}
@media (min-width: 1366px) {
  .basket-col-02 {
    width: 100px;
    flex-shrink: 0;
  }
  .publications .basket-col-02 {
    width: 150px;
  }
}
.basket-col-03 {
  min-width: 130px;
}
.basket-col-07 {
  width: 100%;
}
@media (min-width: 1366px) {
  .basket-col-07 {
    width: 33.3333333333%;
  }
}
.basket-col-wide {
  width: 100%;
  text-align: left;
}
.basket-col-quantity {
  text-align: center;
}
.basket-col-quantity .spl-form {
  min-width: 130px;
}
.js .basket-item.publications .basket-col-quantity .spl-form {
  justify-content: center;
}
.js .basket-col-quantity .spl-form {
  justify-content: flex-start;
}
.basket-col-control .btn {
  width: 100%;
}
.basket-col > span:nth-child(2), .basket-col > span:last-child {
  display: inline-block;
  min-height: 40px;
  line-height: 40px;
}
.basket-col > span:first-child {
  display: block;
  min-width: 100%;
  height: 40px;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  line-height: inherit;
  border-bottom: 1px solid #9a989c;
  padding: 0 10px 15px;
  margin: 0 -10px 15px;
  text-align: left;
}
.basket-summary {
  margin-bottom: 30px;
}
.basket-summary .expand-nav {
  margin-left: 0;
}
.basket-summary .expand-nav > li {
  overflow: hidden;
}
.basket-summary .expand-nav > li p {
  padding: 15px;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}
.content .page .col_cx .basket-summary .expand-nav > li > a {
  border-top: 1px solid #9a989c;
  border-bottom: none;
  font-size: 19px;
}
.basket-summary .expand-nav > li > a:focus {
  background-color: #ececec;
  outline: none;
}
.basket-steps {
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .basket-steps {
    width: 220px;
    margin-left: 30px;
    flex-shrink: 0;
  }
}
@media (min-width: 900px) {
  .basket-steps {
    width: 415px;
  }
}
.content .page .col_cx .basket-steps .page-title h2, .content .page .col_cx .basket-steps .page-title h3 {
  border-top: 5px solid #8b1c40;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 760px) {
  .content .page .col_cx .basket-steps .page-title h2, .content .page .col_cx .basket-steps .page-title h3 {
    margin-top: 50px;
  }
}
.basket-steps .expand-nav {
  margin-left: 0;
}
.basket-steps .expand-nav > li {
  padding-left: 45px !important;
  overflow: hidden;
}
.basket-steps .expand-nav > li[data-step]:before {
  display: table;
  content: "";
  width: 0;
  border-left: 1px solid #1d1a55;
  top: 0;
  left: 17px;
  position: absolute;
  height: 100%;
}
.basket-steps .expand-nav > li[data-step="1"]:before {
  top: 10px;
  height: calc(100% - 10px);
}
.basket-steps .expand-nav > li[data-step="3"]:before {
  height: 20px;
  bottom: 10px;
}
.basket-steps .expand-nav > li p {
  padding: 15px;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}
.basket-steps .expand-nav > li p:last-child {
  margin-bottom: 0;
}
.content .page .col_cx .basket-steps .expand-nav > li.show-all-steps > a {
  border-top: none;
}
.basket-steps .expand-nav > li > a {
  font-size: 16px !important;
  line-height: 20px !important;
}
.content .page .col_cx .basket-steps .expand-nav > li > a {
  border-top: 1px solid #9a989c;
  border-bottom: none;
}
@media (min-width: 900px) {
  .basket-steps .expand-nav > li > a {
    font-size: 19px !important;
    line-height: 25px !important;
  }
}
.basket-steps .expand-nav > li > a:focus {
  background-color: #ececec;
  outline: none;
}
.basket-steps .expand-nav .open .stepNumber {
  color: #fff;
  background: #1d1a55;
}
.basket-steps .expand-nav .stepNumber {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  border: 1px solid #1d1a55;
  color: #1d1a55;
  background: #fff;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/**
 *
 * Table element
 *
 */
.content .page .col_cx .table {
  margin-bottom: 30px;
}
.content .page .col_cx .table.table-design .row.header {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.content .page .col_cx .table.table-design .row.header .col {
  padding: 5px;
}
.content .page .col_cx .table.table-design .col {
  padding: 10px 5px 0px 5px;
  text-align: center;
}
.content .page .col_cx .table.table-design .col .fa {
  font-size: 1.5em;
}
.content .page .col_cx .table.table-design .col:nth-child(1) {
  width: 100px;
  text-align: left;
}
.content .page .col_cx .table.table-design .col:nth-child(2) {
  width: 100%;
  text-align: left;
}
.content .page .col_cx .table.table-design .col:nth-child(3) {
  width: 40%;
}
.content .page .col_cx .table.table-design .col:nth-child(4) {
  width: 200px;
  padding-top: 0;
}
.content .page .col_cx .table.table-design .col label {
  width: 40px;
  height: 40px;
  padding: 0px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content .page .col_cx .table .row:not(tr) {
  display: flex;
  flex-direction: row;
  float: none;
  clear: initial;
  padding-left: 0;
  padding-right: 0;
}
.content .page .col_cx .table .row.border-bottom {
  border-bottom: 1px solid #9a989c;
}
.content .page .col_cx .table tr.row {
  float: none;
  padding: 0;
  display: table-row;
}
.content .page .col_cx .table .col {
  width: 50%;
}
.content .page .col_cx .table .col:first-child {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
.content .page .col_cx .table a[href$=".pdf"] {
  display: flex;
  align-items: center;
  word-break: break-word;
}
.content .page .col_cx .table a[href$=".pdf"]:before {
  content: url("/img/icons/bp/pdf-icon.svg");
  vertical-align: middle;
  margin-right: 30px;
  display: block;
}
.content .page .col_cx .favourites-action {
  display: none;
}
.noJs .content .page .col_cx .favourites-action {
  display: block;
}

.spd-col a {
  display: block;
  margin-bottom: 15px;
}
.spd-col a:last-child {
  margin-bottom: 0;
}

/*
***********************
* MONOGRAPHS  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page .col_cx .col > h2:first-of-type, .full-screen-dialog .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page .col_cx h1, .full-screen-dialog h1,
.page .col_cx h2,
.full-screen-dialog h2,
.page .col_cx h3,
.full-screen-dialog h3,
.page .col_cx h4,
.full-screen-dialog h4,
.page .col_cx h5,
.full-screen-dialog h5,
.page .col_cx h6,
.full-screen-dialog h6 {
  padding-top: 0;
  color: inherit;
}
.page .col_cx h1, .full-screen-dialog h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h1, .full-screen-dialog h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx h2, .full-screen-dialog h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h2, .full-screen-dialog h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.page .col_cx h2.no-border, .full-screen-dialog h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.page .col_cx h4, .full-screen-dialog h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h4, .full-screen-dialog h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page .col_cx h5, .full-screen-dialog h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h5, .full-screen-dialog h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/**
 * Main content
 **/
.monograph-advanced-search-header {
  background-color: #ebebeb;
  border-bottom: 1px solid #9a989c;
  padding: 12px 50px 12px 12px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 400 !important;
}
.monograph-advanced-search-header h3 {
  font-family: "Arial", sans-serif;
  font-size: 0px !important;
  font-weight: 400;
  position: relative;
  background-color: #fff;
  padding: 12px;
  padding-right: 50px;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  background-color: transparent;
}
.monograph-advanced-search-header h3:hover:after {
  text-decoration: underline;
}
.monograph-advanced-search-header h3:after {
  content: "Advanced search";
  display: inline-block;
  font-size: 19px;
  color: #031f73;
}
.monograph-advanced-search-header form {
  position: relative;
  width: 55%;
}
.monograph-advanced-search-header form > a {
  display: none;
}
.monograph-advanced-search-header form input[type=text] {
  width: 100%;
  height: auto;
  border: 1px solid #9a989c;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  padding: 7px;
}
@media (min-width: 1020px) {
  .monograph-advanced-search-header form input[type=text] {
    font-size: 16px;
  }
}
.monograph-advanced-search-header form input[type=text]:focus {
  outline: none;
}
.monograph-advanced-search-header form button[type=submit] {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 28px;
  width: 28px;
  cursor: pointer;
  font-size: 0px;
  background: #fff;
}
.monograph-advanced-search-header form button[type=submit]:after {
  display: block;
  position: absolute;
  top: 8px;
  right: 12px;
  font-family: "FontAwesome";
  content: " \f002";
  font-size: 19px;
  font-weight: 400;
  color: #9a989c;
}
.monograph-advanced-search-header form > a {
  position: absolute;
  top: 8px;
  right: -20px;
}
.monograph-advanced-search-header form > a .search-guidance {
  color: #fff;
}
/**
 *
 * Advanced search form
 *
 */
.page .col_cx .monograph-advanced-search-container .filter-group {
  margin-bottom: 20px;
}
.page .col_cx .monograph-advanced-search-container .filter-group.checkbox-group input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}
.page .col_cx .monograph-advanced-search-container .filter-group.checkbox-group input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.page .col_cx .monograph-advanced-search-container .filter-group.checkbox-group label {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px 5px;
  cursor: pointer;
  touch-action: manipulation;
}
.page .col_cx .monograph-advanced-search-container .filter-group.checkbox-group label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid currentcolor;
  background: rgba(0, 0, 0, 0);
}
.page .col_cx .monograph-advanced-search-container .filter-group.checkbox-group label:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 11px;
  left: 9px;
  width: 23px;
  height: 12px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: rgba(0, 0, 0, 0);
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}
.page .col_cx .monograph-advanced-search-container .filter-group.radio-group input[type=radio] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}
.page .col_cx .monograph-advanced-search-container .filter-group.radio-group input[type=radio]:checked + label:after {
  opacity: 1;
}
.page .col_cx .monograph-advanced-search-container .filter-group.radio-group label {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px 5px;
  cursor: pointer;
  touch-action: manipulation;
}
.page .col_cx .monograph-advanced-search-container .filter-group.radio-group label:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid currentcolor;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}
.page .col_cx .monograph-advanced-search-container .filter-group.radio-group label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid currentcolor;
  border-radius: 50%;
  opacity: 0;
  background: currentcolor;
}
.page .col_cx .monograph-advanced-search-container .filter-group-item {
  display: block;
  position: relative;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 40px;
  clear: left;
}
.page .col_cx .monograph-advanced-search-container h4 {
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  color: #0c0205;
  font-size: 19px;
  line-height: 25px;
}
.page .col_cx .monograph-advanced-search-container input[type=text] {
  width: 100%;
  height: auto;
  border: 1px solid #9a989c;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  padding: 7px;
}
@media (min-width: 1020px) {
  .page .col_cx .monograph-advanced-search-container input[type=text] {
    font-size: 16px;
  }
}
.page .col_cx .monograph-advanced-search-container input[type=text]:focus {
  outline: none;
}
.page .col_cx .monograph-advanced-search-container select {
  width: 100%;
}
.page .col_cx .monograph-advanced-search-container select[multiple] {
  height: auto;
  min-height: 121px;
}
.page .col_cx .monograph-advanced-search-container button.btn {
  width: auto;
  padding: 8px;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #8b1c40;
  border: 2px solid #8b1c40;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
  margin-top: 5px;
  width: 100%;
  line-height: initial;
  max-height: initial;
}
.page .col_cx .monograph-advanced-search-container button.btn:hover {
  text-decoration: underline;
}

.page .col_cx fieldset {
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
@media (min-width: 500px) {
  .page .col_cx fieldset {
    width: auto;
  }
}
@media (min-width: 760px) {
  .page .col_cx fieldset {
    flex-wrap: nowrap;
  }
}
.page .col_cx label {
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 760px) {
  .page .col_cx label {
    font-size: 18px;
  }
}
.page .col_cx h1 label, .page .col_cx h2 label, .page .col_cx h3 label, .page .col_cx h4 label {
  font-size: unset;
  font-weight: unset;
  margin-bottom: 0;
  margin-top: 0;
}
.page .col_cx fieldset .monograph-attachments > span {
  display: none;
}
.page .col_cx #drt-card,
.page .col_cx #forum-card {
  padding: 20px;
}
.page .col_cx .monograph-attachments > span {
  width: 50%;
  float: left;
  display: block;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
.page .col_cx .monograph-card {
  padding: 0px;
  margin-bottom: 15px;
  border: 1px solid #9a989c;
  box-shadow: none;
}
@media (min-width: 760px) {
  .page .col_cx .monograph-card {
    padding: 0px;
    margin-bottom: 20px;
  }
}
.page .col_cx .monograph-card.drt-item, .page .col_cx .monograph-card.forum-item {
  display: flex;
  flex-direction: row;
}
.page .col_cx .monograph-card.drt-item .description span, .page .col_cx .monograph-card.forum-item .description span {
  width: 50%;
  display: inline-block;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
@media (min-width: 500px) {
  .page .col_cx .monograph-card.drt-item .description span, .page .col_cx .monograph-card.forum-item .description span {
    width: 33%;
  }
}
.page .col_cx .monograph-card h1 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx .monograph-card h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.page .col_cx .monograph-card h1 a {
  text-decoration: underline;
}
.page .col_cx .monograph-card h1 a:hover {
  text-decoration: none;
}
.page .col_cx .monograph-card h3 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .page .col_cx .monograph-card h3 {
    font-size: 19px;
    line-height: 25px;
  }
}
.page .col_cx .monograph-card h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.page .col_cx .monograph-card p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .page .col_cx .monograph-card p {
    font-size: 19px;
    line-height: 25px;
  }
}
.page .col_cx .monograph-card .description {
  padding-top: 0 !important;
}
.page .col_cx .monograph-card-attachments {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: hidden;
}
.page .col_cx .monograph-card-attachment {
  margin-left: 0;
}
.page .col_cx .monograph-card-attachment:last-child {
  margin-bottom: 0;
}
.page .col_cx .monograph-card-attachment .delete-button {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #031f73;
  cursor: pointer;
  font-size: 25px;
  line-height: 40px;
  border-radius: 50%;
  color: #031f73;
  text-decoration: none;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 15px;
  display: inline-block;
}
.page .col_cx .monograph-card-attachment .delete-button:hover {
  background: #031f73;
  border-color: #031f73;
  color: #fff;
}
.page .col_cx .monograph-content-info {
  margin-bottom: 30px;
}
.page .col_cx .monograph-content-info p,
.page .col_cx .monograph-content-info div {
  border-bottom: 1px solid #9a989c;
  padding: 10px 0;
  margin: 0;
}
.page .col_cx .monograph-content-info p:after,
.page .col_cx .monograph-content-info div:after {
  content: "";
  display: inline-block;
  clear: left;
}
.page .col_cx .monograph-content-info span {
  width: 50%;
  float: left;
  display: block;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
}
.page .col_cx .monograph-content .newComment {
  margin-right: 15px;
}
.page.monograph-details .form input,
.page.monograph-details .form select,
.page.monograph-details .form textarea {
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .page.monograph-details, .page.monograph-list, .page.content-list, .page.content-page, .page.forum-list, .page.forum-details {
    display: block;
  }
}
.page.monograph-details .row, .page.monograph-list .row, .page.content-list .row, .page.content-page .row, .page.forum-list .row, .page.forum-details .row {
  margin-bottom: 15px;
}
.page.monograph-details .col_lx h3, .page.monograph-details .col_lx h4, .page.monograph-list .col_lx h3, .page.monograph-list .col_lx h4, .page.content-list .col_lx h3, .page.content-list .col_lx h4, .page.content-page .col_lx h3, .page.content-page .col_lx h4, .page.forum-list .col_lx h3, .page.forum-list .col_lx h4, .page.forum-details .col_lx h3, .page.forum-details .col_lx h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 760px) {
  .page.monograph-details .col_lx.wide, .page.monograph-list .col_lx.wide, .page.content-list .col_lx.wide, .page.content-page .col_lx.wide, .page.forum-list .col_lx.wide, .page.forum-details .col_lx.wide {
    width: 245px;
  }
}
@media (min-width: 760px) {
  .page.monograph-details .col_lx.wide + .col_cx, .page.monograph-list .col_lx.wide + .col_cx, .page.content-list .col_lx.wide + .col_cx, .page.content-page .col_lx.wide + .col_cx, .page.forum-list .col_lx.wide + .col_cx, .page.forum-details .col_lx.wide + .col_cx {
    margin-left: 275px;
  }
}
.page.monograph-details .col_lx.wide .widget .left-panel-button, .page.monograph-list .col_lx.wide .widget .left-panel-button, .page.content-list .col_lx.wide .widget .left-panel-button, .page.content-page .col_lx.wide .widget .left-panel-button, .page.forum-list .col_lx.wide .widget .left-panel-button, .page.forum-details .col_lx.wide .widget .left-panel-button {
  width: auto;
  color: #fff;
  background-color: #031f73;
  line-height: 1rem;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #000619;
  height: 38px;
  margin-top: 10px;
  padding: 10px 10px;
  text-decoration: none;
}
.page.monograph-details .col_lx.wide .widget .left-panel-button:hover, .page.monograph-list .col_lx.wide .widget .left-panel-button:hover, .page.content-list .col_lx.wide .widget .left-panel-button:hover, .page.content-page .col_lx.wide .widget .left-panel-button:hover, .page.forum-list .col_lx.wide .widget .left-panel-button:hover, .page.forum-details .col_lx.wide .widget .left-panel-button:hover {
  background-color: #021241;
}
.page.monograph-details .col_lx.wide .widget.content-filters, .page.monograph-list .col_lx.wide .widget.content-filters, .page.content-list .col_lx.wide .widget.content-filters, .page.content-page .col_lx.wide .widget.content-filters, .page.forum-list .col_lx.wide .widget.content-filters, .page.forum-details .col_lx.wide .widget.content-filters {
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.page.monograph-details .col_cx .editable-data, .page.monograph-list .col_cx .editable-data, .page.content-list .col_cx .editable-data, .page.content-page .col_cx .editable-data, .page.forum-list .col_cx .editable-data, .page.forum-details .col_cx .editable-data {
  width: 70%;
}
.page.monograph-details .edit-files span, .page.monograph-list .edit-files span, .page.content-list .edit-files span, .page.content-page .edit-files span, .page.forum-list .edit-files span, .page.forum-details .edit-files span {
  padding-left: 10px;
}
.page.monograph-details .prefatory-text, .page.monograph-list .prefatory-text, .page.content-list .prefatory-text, .page.content-page .prefatory-text, .page.forum-list .prefatory-text, .page.forum-details .prefatory-text {
  margin-bottom: 10px;
  border-bottom: 1px solid #9a989c;
}

/**
 * DRT comment section
 **/
.commentBlock {
  border-top: 1px solid #8b1c40;
  border-bottom: 1px solid #8b1c40;
  background: #ececec;
  padding: 15px;
  margin-bottom: 15px;
}

.commentSection h2 a {
  display: none;
}

.commentPosted {
  margin: 0;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #9a989c;
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
.commentPosted.fadeOut {
  opacity: 0;
}
.commentPosted .titleBox {
  padding: 10px 5px 10px 15px;
  color: #000;
  margin: 25px 0;
  border-left: 3px solid #8b1c40;
  margin-bottom: 0;
}
.commentPosted .titleBox a.newCommentBox {
  margin-left: 0;
  margin-right: 12px;
  margin-bottom: 6px;
  float: none;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #031f73;
  cursor: pointer;
  font-size: 25px;
  line-height: 40px;
  border-radius: 50%;
  color: #031f73;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 5px;
}
.commentPosted .titleBox a.newCommentBox:last-child {
  margin-right: 0px;
}
.commentPosted .titleBox a.newCommentBox:hover {
  background: #031f73;
  border-color: #031f73;
  color: #fff;
}
.commentPosted .edit-tools {
  float: none;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 15px;
  right: 65px;
}
.commentPosted .edit-tools a {
  margin-left: 0;
  margin-right: 12px;
  margin-bottom: 6px;
  float: none;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #031f73;
  cursor: pointer;
  font-size: 25px;
  line-height: 40px;
  border-radius: 50%;
  color: #031f73;
  text-decoration: none;
}
.commentPosted .edit-tools a:last-child {
  margin-right: 0px;
}
.commentPosted .edit-tools a:hover {
  background: #031f73;
  border-color: #031f73;
  color: #fff;
}
.commentPosted .content {
  margin: 0;
  padding: 0;
}
.commentPosted .content article p {
  text-align: justify;
  top: 30px;
  position: relative;
}

.commentExpand {
  margin-left: 15px;
}

/*
***********************
* Special content pages  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page .col_cx .col > h2:first-of-type, .full-screen-dialog .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page .col_cx h1, .full-screen-dialog h1,
.page .col_cx h2,
.full-screen-dialog h2,
.page .col_cx h3,
.full-screen-dialog h3,
.page .col_cx h4,
.full-screen-dialog h4,
.page .col_cx h5,
.full-screen-dialog h5,
.page .col_cx h6,
.full-screen-dialog h6 {
  padding-top: 0;
  color: inherit;
}
.page .col_cx h1, .full-screen-dialog h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h1, .full-screen-dialog h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx h2, .full-screen-dialog h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h2, .full-screen-dialog h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.page .col_cx h2.no-border, .full-screen-dialog h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.page .col_cx h4, .full-screen-dialog h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h4, .full-screen-dialog h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page .col_cx h5, .full-screen-dialog h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h5, .full-screen-dialog h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/**
 * How to use BP   
 * https://www.pharmacopoeia.com/how-to-use-the-bp
 **/
.highlightUnderline {
  text-decoration: underline;
  text-decoration-color: #8b1c40;
}

.highlightColor {
  color: #0078c2;
}

.twoColumnTable-wrapper {
  width: 100%;
  overflow: auto;
}

.twoColumnSplit7030 {
  min-width: 700px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.twoColumnSplit7030 #monographExamples ol {
  counter-reset: item;
  list-style: none;
}
.twoColumnSplit7030 #monographExamples ol.listLowerAlphaTwinParentheses li:before {
  content: "(" counter(item, lower-latin) ")";
}
.twoColumnSplit7030 #monographExamples ol.listNumericTwinParentheses li:before {
  content: "(" counter(item) ")";
}
.twoColumnSplit7030 #monographExamples ol li:before {
  counter-increment: item;
  float: left;
}
.twoColumnSplit7030 #monographExamples ol li div {
  margin-left: 5px;
  position: relative;
  width: 210px;
}
.twoColumnSplit7030 div {
  float: left;
}
.twoColumnSplit7030 div h3 {
  color: #fff !important;
  background-color: #8b1c40;
  display: block;
  height: 34px;
  padding: 8px 0 0 10px !important;
  margin: 0px;
  line-height: 24px;
  font-size: 14px !important;
}
.twoColumnSplit7030 #explanatoryNotes {
  width: 350px;
  height: 4000px;
  background-color: #e1e1e1;
  padding-bottom: 30px;
  line-height: 15px;
  position: relative;
}
.twoColumnSplit7030 #explanatoryNotes ol {
  margin-left: 0;
  padding-left: 30px;
  display: block;
  list-style-type: decimal;
}
.twoColumnSplit7030 #explanatoryNotes ul {
  margin-bottom: 5px;
}
.twoColumnSplit7030 #explanatoryNotes li {
  margin-bottom: 0px;
}
.twoColumnSplit7030 #explanatoryNotes h3 {
  width: 340px;
}
.twoColumnSplit7030 #explanatoryNotes div.explanatoryNote {
  position: absolute;
  left: 0px;
  width: 408px;
  padding: 10px 0 0px 10px;
}
.twoColumnSplit7030 #explanatoryNotes div .explanatoryNoteText {
  margin: 0px;
  float: left;
  width: 320px;
  background-color: #fff;
  border: 1px solid #8b1c40;
  padding: 3px;
  font-size: 12px;
}
.twoColumnSplit7030 #explanatoryNotes div svg {
  float: left;
  width: 70px;
  fill: none;
}
.twoColumnSplit7030 #explanatoryNotes div svg line {
  stroke: #8b1c40;
  stroke-width: 2px;
}
.twoColumnSplit7030 #monographExamples {
  width: 240px;
  height: 4000px;
  margin-left: 60px;
  line-height: 15px;
  position: relative;
}
.twoColumnSplit7030 #monographExamples p {
  display: block;
  margin: 15px 0 15px 0;
}
.twoColumnSplit7030 #monographExamples ol {
  margin-left: 0;
  padding-left: 0px;
  display: block;
}
.twoColumnSplit7030 #monographExamples ul {
  margin-bottom: 5px;
}
.twoColumnSplit7030 #monographExamples ul.hideBullets {
  list-style-type: none;
  margin-left: 30px;
  padding: 0px;
}
.twoColumnSplit7030 #monographExamples li {
  margin-bottom: 0px;
  margin-left: 0;
}
.twoColumnSplit7030 #monographExamples div {
  position: absolute;
  left: 0px;
}
.twoColumnSplit7030 #monographExamples h3 {
  width: 240px;
}
.twoColumnSplit7030 #monographExamples h4 {
  color: #8b1c40;
  margin: 60px 0 0 0;
  font-size: 30px;
  line-height: 24px;
}
.twoColumnSplit7030 #monographExamples h5 {
  color: #8b1c40;
  margin: 20px 0 0 0;
  font-size: 20px;
  line-height: 24px;
}
.twoColumnSplit7030 #monographExamples h6 {
  color: #000;
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}
.twoColumnSplit7030 .twoColumnSplit7030:after {
  content: "";
  display: table;
  clear: both;
}

#downloadPdf {
  text-align: right;
  color: #8b1c40;
  font-weight: 700;
  top: 0;
  right: 0;
}
@media (min-width: 500px) {
  #downloadPdf {
    position: absolute;
  }
}
@media (min-width: 760px) {
  #downloadPdf {
    top: 4px;
  }
}
@media (min-width: 760px) and (max-width: 840px) {
  #downloadPdf {
    position: relative;
  }
}
@media (min-width: 1020px) {
  #downloadPdf {
    top: 0;
  }
}
#downloadPdf a:link, #downloadPdf a:visited, #downloadPdf a:hover, #downloadPdf a:active {
  color: #8b1c40;
}

.twoColumnSplit5050 {
  border: 1px solid #8b1c40;
}
.twoColumnSplit5050:after {
  content: "";
  display: table;
  clear: both;
}
.twoColumnSplit5050 h3 {
  width: 100%;
  color: #fff !important;
  background-color: #8b1c40;
  display: block;
  padding: 10px !important;
  margin: 0px;
}
.twoColumnSplit5050 h4 {
  color: #8b1c40 !important;
}
.twoColumnSplit5050 div {
  width: 100%;
  padding: 20px;
}
@media (min-width: 760px) {
  .twoColumnSplit5050 div {
    float: left;
    width: 50%;
  }
}
.twoColumnSplit5050 div h4 {
  color: #8b1c40;
  margin: 5px 0 0 0;
}
.twoColumnSplit5050 div p {
  margin: 0 0 20px 0;
}

#explanatoryNote01 {
  top: 45px;
}

#explanatoryNote02 {
  top: 125px;
}

#explanatoryNote03 {
  top: 280px;
}

#explanatoryNote04 {
  top: 354px;
}

#explanatoryNote05 {
  top: 414px;
}

#explanatoryNote06 {
  top: 489px;
}

#explanatoryNote07 {
  top: 534px;
}

#explanatoryNote08 {
  top: 639px;
}

#explanatoryNote09 {
  top: 744px;
}

#explanatoryNote10 {
  top: 836px;
}

#explanatoryNote11 {
  top: 1002px;
}

#explanatoryNote12 {
  top: 1365px;
}

#explanatoryNote13 {
  top: 1514px;
}

#explanatoryNote14 {
  top: 1715px;
}

#explanatoryNote15 {
  top: 1895px;
}

#explanatoryNote16 {
  top: 1960px;
}

#explanatoryNote17 {
  top: 2050px;
}

#explanatoryNote18 {
  top: 2222px;
}

#explanatoryNote19 {
  top: 2365px;
}

#explanatoryNote20 {
  top: 2410px;
}

#explanatoryNote21 {
  top: 2470px;
}

#explanatoryNote22 {
  top: 2755px;
}

#explanatoryNote23 {
  top: 2935px;
}

#explanatoryNote24 {
  top: 3085px;
}

#explanatoryNote25 {
  top: 3160px;
}

#explanatoryNote26 {
  top: 3620px;
}

#explanatoryNote27 {
  top: 3710px;
}

#explanatoryNote28 {
  top: 3905px;
}

#monographExampleHeader {
  top: 65px;
}

#monographExampleDefinitions {
  top: 320px;
}

#monographExampleIdentification {
  top: 550px;
}

#monographExampleTestsHeader {
  top: 760px;
}

#monographExampleTestsConditions {
  top: 940px;
}

#monographExampleTestsProcedure {
  top: 1140px;
}

#monographExampleTestsDetermination {
  top: 1390px;
}

#monographExampleTestsRelated {
  top: 1500px;
}

#monographExampleTestsChromatographic {
  top: 1900px;
}

#monographExampleTestsMobile {
  top: 2220px;
}

#monographExampleTestsSuitability {
  top: 2440px;
}

#monographExampleTestsLimits {
  top: 2570px;
}

#monographExampleAssayHeader {
  top: 3000px;
}

#monographExampleAssayConditions {
  top: 3340px;
}

#monographExampleAssaySuitability {
  top: 3440px;
}

#monographExampleAssayContent {
  top: 3570px;
}

#monographExampleLabelling {
  top: 3700px;
}

#monographExampleImpurities {
  top: 3870px;
}

.manage-users table th {
  padding: 10px;
}
.manage-users table td {
  padding: 20px 10px 20px 10px;
}
.manage-users table td.user-select-cell {
  padding: 10px 20px 10px 10px;
}
.manage-users table td.user-select-cell .user-select {
  height: 40px;
  margin: 0 auto;
  padding: 8px 22px 8px 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1050px) {
  .manage-users .update-controls {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 700px;
  }
  .manage-users .update-controls div:last-of-type {
    min-width: 450px;
    text-align: right;
  }
}
.manage-users .update-controls div:first-of-type {
  margin-right: 20px;
}
.manage-users .update-controls div:first-of-type label {
  min-width: 150px;
}
.manage-users .update-controls div:last-of-type label {
  display: unset;
}
.manage-users .update-controls div:last-of-type .manage-users-save {
  width: 80px;
  color: #fff;
  background-color: #031f73;
  line-height: 1rem;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px #000619;
  height: 38px;
  margin: 0 10px 10px 0;
  float: none;
}

/* Special */
/*
***********************
* JQUERY  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page .col_cx .col > h2:first-of-type, .full-screen-dialog .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page .col_cx h1, .full-screen-dialog h1,
.page .col_cx h2,
.full-screen-dialog h2,
.page .col_cx h3,
.full-screen-dialog h3,
.page .col_cx h4,
.full-screen-dialog h4,
.page .col_cx h5,
.full-screen-dialog h5,
.page .col_cx h6,
.full-screen-dialog h6 {
  padding-top: 0;
  color: inherit;
}
.page .col_cx h1, .full-screen-dialog h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h1, .full-screen-dialog h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx h2, .full-screen-dialog h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h2, .full-screen-dialog h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.page .col_cx h2.no-border, .full-screen-dialog h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.page .col_cx h4, .full-screen-dialog h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h4, .full-screen-dialog h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page .col_cx h5, .full-screen-dialog h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h5, .full-screen-dialog h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
.page .cke_editor_Body {
  margin-bottom: 30px;
}

.ui-datepicker {
  border-radius: 0px;
  border-color: #8b1c40;
  box-sizing: border-box;
  padding: 0px;
}
.ui-datepicker *,
.ui-datepicker *:before,
.ui-datepicker *:after {
  box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 20px;
}
.ui-datepicker .ui-datepicker-prev {
  position: relative;
  position: absolute;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.ui-datepicker .ui-datepicker-prev:before {
  transform: translateY(-50%) rotate(225deg);
  left: 10px;
}
.ui-datepicker .ui-datepicker-prev:before {
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  position: relative;
  position: absolute;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 3px solid #8b1c40;
  border-top: 3px solid #8b1c40;
  outline: none;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transition: transform 0.25s ease;
}
.ui-datepicker .ui-datepicker-next:before {
  transform: translateY(-50%) rotate(45deg);
  left: 5px;
}
.ui-datepicker .ui-datepicker-next:before {
  right: 10px;
}
.ui-datepicker table {
  margin-left: 2%;
  width: 98%;
}
.handbook-content .ui-datepicker table thead {
  background: transparent;
}
.ui-datepicker table td {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
}
.handbook-content .ui-datepicker table td {
  padding: 1px;
  border: 0;
}
.ui-datepicker .ui-state-default {
  background: none;
  border-color: transparent;
  font-family: "Arial", sans-serif;
  color: #8b1c40;
  text-align: center;
  text-decoration: none !important;
  width: 40px;
  height: 35px;
  background-image: -owg-linear-gradient(#f1f1f1, #fff, #f1f1f1);
  background-image: linear-gradient(#f1f1f1, #fff, #f1f1f1);
  background: #fff;
}
.ui-datepicker .ui-state-active {
  border: 1px solid #8b1c40;
}
.ui-datepicker .ui-datepicker-header {
  background: #fff;
  border: 0;
  border-bottom: 1px dashed #8b1c40;
  padding: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
  margin-right: 15px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  padding: 2px 0;
  border: 1px solid #8b1c40;
  background-color: #fff;
  font-family: "Arial", sans-serif;
  color: #8b1c40;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-month select,
.ui-datepicker .ui-datepicker-header .ui-datepicker-year select {
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
  background-image: unset;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-state-focus,
.ui-datepicker .ui-datepicker-header .ui-button:hover,
.ui-datepicker .ui-datepicker-header .ui-button:focus {
  border: 0;
  background: transparent;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-default {
  visibility: hidden;
}

.ui-dialog {
  padding: 0;
}
body .ui-dialog {
  z-index: 202;
  max-width: 600px;
}
.ui-dialog p {
  margin-bottom: 15px;
}
.ui-dialog select {
  box-sizing: content-box;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.ui-dialog .ui-dialog-title {
  font-size: 20px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .ui-dialog .ui-dialog-title {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.ui-dialog .ui-dialog-titlebar {
  background: #8b1c40;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  font-size: 0;
  border: 0;
  margin-right: 15px;
  text-indent: 0px;
  right: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
  background: none;
  line-height: 20px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  color: #fff;
  font-size: 1rem;
}

.validation-summary-errors {
  width: 100%;
  font-size: 1rem;
  border: 5px solid #811909;
  margin: 30px 0;
  position: relative;
  z-index: 98;
  max-height: 70vh;
  padding: 20px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  color: #811909;
}
.validation-summary-errors a {
  font-size: 19px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
.validation-summary-errors a, .validation-summary-errors a:link, .validation-summary-errors a:visited {
  color: #811909 !important;
}
.validation-summary-errors a:hover {
  color: #4b0e05 !important;
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
}
.validation-summary-errors > :last-child {
  margin-bottom: 0;
}
.validation-summary-errors:before {
  display: table;
  font-size: 20px;
  line-height: 1.111em;
  font-family: "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .validation-summary-errors:before {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.validation-summary-errors ul li {
  margin-left: 0;
}
.validation-summary-errors ul li:last-child {
  margin-bottom: 0;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button {
  border-radius: 0px;
  height: 38px;
}

@media (max-width: 760px) {
  .ui-dialog.full-screen {
    width: 90% !important;
    position: fixed;
    height: 90% !important;
    top: 5% !important;
    left: 5% !important;
  }
}
@media (min-width: 760px) {
  .ui-dialog.full-screen {
    position: fixed;
  }
}
.ui-dialog label {
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .ui-dialog label {
    font-size: 18px;
  }
}
.ui-dialog fieldset {
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
@media (min-width: 500px) {
  .ui-dialog fieldset {
    width: auto;
  }
}
@media (min-width: 760px) {
  .ui-dialog fieldset {
    flex-wrap: nowrap;
  }
}
.ui-dialog .form-block {
  margin-bottom: 15px;
}
.ui-dialog .form-block .error {
  position: relative;
}
.ui-dialog .form-block .error:before {
  content: "";
  display: table;
  width: 0px;
  height: 100%;
  border-left: 5px solid #e74c3c;
  position: absolute;
  left: -10px;
  bottom: 0;
}
@media (min-width: 1020px) {
  .ui-dialog .form-block .error:before {
    left: -20px;
  }
}
.ui-dialog .form-block .error:after {
  content: "Content must not empty";
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

/**
 *
 * Choosen
 *
 */
.chosen-container-multi .chosen-choices li.search-field {
  width: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input {
  width: 100% !important;
}

.ui-dialog form.ui-dialog-content {
  height: calc(100% - 110px) !important;
  width: 100% !important;
  margin-bottom: 50px;
}
.ui-dialog form.ui-dialog-content > fieldset:first-of-type {
  height: calc(100% - 60px);
}
.ui-dialog form.ui-dialog-content .editor-block .control-group {
  height: 100%;
}
.ui-dialog form.ui-dialog-content .editor-block .control-group .cke_editor_editor {
  height: 100% !important;
  border: 0px;
}
.ui-dialog form.ui-dialog-content .editor-block .control-group .cke_editor_editor .cke_inner {
  height: 100% !important;
}
.ui-dialog form.ui-dialog-content .editor-block .control-group .cke_editor_editor .cke_inner .cke_contents {
  height: calc(100% - 85px) !important;
  min-height: 65px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.ui-dialog form.ui-dialog-content .editor-block .control-group .cke_editor_editor .cke_inner .cke_bottom {
  display: none;
}
.ui-dialog form.ui-dialog-content .editor-block .control-group .cke_editor_editor .cke_inner .cke_top {
  border: 1px solid #d1d1d1;
}
.ui-dialog form.ui-dialog-content .editor-block .control-group .cke_chrome {
  border: 0px;
}
.ui-dialog .form-block {
  margin-bottom: 12px;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 5px;
}

.editor-block {
  height: calc(100% - 220px);
}

.attachment-block + .editor-block {
  height: calc(100% - 220px);
}

@media (min-width: 500px) {
  .editor-block {
    height: calc(100% - 50px);
  }
  .attachment-block + .editor-block {
    height: calc(100% - 150px);
  }
}
/*
***********************
* NON-JAVASCRIPT DEFINITIONS  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page .col_cx .col > h2:first-of-type, .full-screen-dialog .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page .col_cx h1, .full-screen-dialog h1,
.page .col_cx h2,
.full-screen-dialog h2,
.page .col_cx h3,
.full-screen-dialog h3,
.page .col_cx h4,
.full-screen-dialog h4,
.page .col_cx h5,
.full-screen-dialog h5,
.page .col_cx h6,
.full-screen-dialog h6 {
  padding-top: 0;
  color: inherit;
}
.page .col_cx h1, .full-screen-dialog h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h1, .full-screen-dialog h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx h2, .full-screen-dialog h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h2, .full-screen-dialog h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.page .col_cx h2.no-border, .full-screen-dialog h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.page .col_cx h4, .full-screen-dialog h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h4, .full-screen-dialog h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page .col_cx h5, .full-screen-dialog h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h5, .full-screen-dialog h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
/* Print */
/*
***********************
* PRINT  *
***********************
*/
/*
***********************
* COMMON IMPORTS  *
***********************
*/
/* ---------- Timeline ---------- */
/************ NEW VARIABLES **********************/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/*
 ***********************
 * BUTTONS *
 ***********************
*/
/**
 * Checks if the image exists in the current folder otherwise pick it from /base
 * @param $path (example: "icons/icon.png")
 * @return string
*/
/*=============================================
=            Arrows                            =
=============================================*/
/*=============================================
=            Provenance trail                 =
=============================================*/
/* Content Control on left hand side */
/*=============================================
=            Keyframe animations            =
=============================================*/
@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
@keyframes burger1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes burger2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
/*=============================================
 = Content defintions for content within content 
 = area and also in glossary popup
 =============================================*/
.page p, .glossary-content p {
  margin-bottom: 14px;
}
.page p.para.H6, .glossary-content p.para.H6 {
  font-weight: 700;
}
.page ul, .glossary-content ul {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ul ul, .glossary-content ul ul,
.page ul ol,
.glossary-content ul ol {
  margin-bottom: 0;
}
.page ol, .glossary-content ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.page ol ol, .glossary-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
.page ol ol ol, .glossary-content ol ol ol {
  list-style-type: lower-roman;
}
.page ol.lowerroman, .glossary-content ol.lowerroman {
  counter-reset: roman;
}
.page ol.lowerroman > li, .glossary-content ol.lowerroman > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.lowerroman > li:before, .glossary-content ol.lowerroman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.lowerroman > li[value]:before, .glossary-content ol.lowerroman > li[value]:before {
  content: "(" attr(value) ") ";
}
.page ol.lowerroman[start="1"] > li:not([value]):before, .glossary-content ol.lowerroman[start="1"] > li:not([value]):before {
  counter-increment: roman 1;
}
.page ol.lowerroman[start="2"] > li:not([value]):before, .glossary-content ol.lowerroman[start="2"] > li:not([value]):before {
  counter-increment: roman 2;
}
.page ol.lowerroman[start="3"] > li:not([value]):before, .glossary-content ol.lowerroman[start="3"] > li:not([value]):before {
  counter-increment: roman 3;
}
.page ol.lowerroman[start="4"] > li:not([value]):before, .glossary-content ol.lowerroman[start="4"] > li:not([value]):before {
  counter-increment: roman 4;
}
.page ol.lowerroman[start="5"] > li:not([value]):before, .glossary-content ol.lowerroman[start="5"] > li:not([value]):before {
  counter-increment: roman 5;
}
.page ol.lowerroman[start="6"] > li:not([value]):before, .glossary-content ol.lowerroman[start="6"] > li:not([value]):before {
  counter-increment: roman 6;
}
.page ol.lowerroman[start="7"] > li:not([value]):before, .glossary-content ol.lowerroman[start="7"] > li:not([value]):before {
  counter-increment: roman 7;
}
.page ol.lowerroman[start="8"] > li:not([value]):before, .glossary-content ol.lowerroman[start="8"] > li:not([value]):before {
  counter-increment: roman 8;
}
.page ol.lowerroman[start="9"] > li:not([value]):before, .glossary-content ol.lowerroman[start="9"] > li:not([value]):before {
  counter-increment: roman 9;
}
.page ol.lowerroman[start="10"] > li:not([value]):before, .glossary-content ol.lowerroman[start="10"] > li:not([value]):before {
  counter-increment: roman 10;
}
.page ol.lowerroman[start="11"] > li:not([value]):before, .glossary-content ol.lowerroman[start="11"] > li:not([value]):before {
  counter-increment: roman 11;
}
.page ol.lowerroman[start="12"] > li:not([value]):before, .glossary-content ol.lowerroman[start="12"] > li:not([value]):before {
  counter-increment: roman 12;
}
.page ol.lowerroman[start="13"] > li:not([value]):before, .glossary-content ol.lowerroman[start="13"] > li:not([value]):before {
  counter-increment: roman 13;
}
.page ol.lowerroman[start="14"] > li:not([value]):before, .glossary-content ol.lowerroman[start="14"] > li:not([value]):before {
  counter-increment: roman 14;
}
.page ol.lowerroman[start="15"] > li:not([value]):before, .glossary-content ol.lowerroman[start="15"] > li:not([value]):before {
  counter-increment: roman 15;
}
.page ol.lowerroman[start="16"] > li:not([value]):before, .glossary-content ol.lowerroman[start="16"] > li:not([value]):before {
  counter-increment: roman 16;
}
.page ol.lowerroman[start="17"] > li:not([value]):before, .glossary-content ol.lowerroman[start="17"] > li:not([value]):before {
  counter-increment: roman 17;
}
.page ol.lowerroman[start="18"] > li:not([value]):before, .glossary-content ol.lowerroman[start="18"] > li:not([value]):before {
  counter-increment: roman 18;
}
.page ol.lowerroman[start="19"] > li:not([value]):before, .glossary-content ol.lowerroman[start="19"] > li:not([value]):before {
  counter-increment: roman 19;
}
.page ol.lowerroman[start="20"] > li:not([value]):before, .glossary-content ol.lowerroman[start="20"] > li:not([value]):before {
  counter-increment: roman 20;
}
.page ol.lowerroman[start="21"] > li:not([value]):before, .glossary-content ol.lowerroman[start="21"] > li:not([value]):before {
  counter-increment: roman 21;
}
.page ol.lowerroman[start="22"] > li:not([value]):before, .glossary-content ol.lowerroman[start="22"] > li:not([value]):before {
  counter-increment: roman 22;
}
.page ol.lowerroman[start="23"] > li:not([value]):before, .glossary-content ol.lowerroman[start="23"] > li:not([value]):before {
  counter-increment: roman 23;
}
.page ol.lowerroman[start="24"] > li:not([value]):before, .glossary-content ol.lowerroman[start="24"] > li:not([value]):before {
  counter-increment: roman 24;
}
.page ol.lowerroman[start="25"] > li:not([value]):before, .glossary-content ol.lowerroman[start="25"] > li:not([value]):before {
  counter-increment: roman 25;
}
.page ol.lowerroman[start="26"] > li:not([value]):before, .glossary-content ol.lowerroman[start="26"] > li:not([value]):before {
  counter-increment: roman 26;
}
.page ol.lowerroman[start="27"] > li:not([value]):before, .glossary-content ol.lowerroman[start="27"] > li:not([value]):before {
  counter-increment: roman 27;
}
.page ol.lowerroman[start="28"] > li:not([value]):before, .glossary-content ol.lowerroman[start="28"] > li:not([value]):before {
  counter-increment: roman 28;
}
.page ol.lowerroman[start="29"] > li:not([value]):before, .glossary-content ol.lowerroman[start="29"] > li:not([value]):before {
  counter-increment: roman 29;
}
.page ol.lowerroman[start="30"] > li:not([value]):before, .glossary-content ol.lowerroman[start="30"] > li:not([value]):before {
  counter-increment: roman 30;
}
.page ol.lowerroman[start="31"] > li:not([value]):before, .glossary-content ol.lowerroman[start="31"] > li:not([value]):before {
  counter-increment: roman 31;
}
.page ol.lowerroman[start="32"] > li:not([value]):before, .glossary-content ol.lowerroman[start="32"] > li:not([value]):before {
  counter-increment: roman 32;
}
.page ol.lowerroman[start="33"] > li:not([value]):before, .glossary-content ol.lowerroman[start="33"] > li:not([value]):before {
  counter-increment: roman 33;
}
.page ol.lowerroman[start="34"] > li:not([value]):before, .glossary-content ol.lowerroman[start="34"] > li:not([value]):before {
  counter-increment: roman 34;
}
.page ol.lowerroman[start="35"] > li:not([value]):before, .glossary-content ol.lowerroman[start="35"] > li:not([value]):before {
  counter-increment: roman 35;
}
.page ol.lowerroman[start="36"] > li:not([value]):before, .glossary-content ol.lowerroman[start="36"] > li:not([value]):before {
  counter-increment: roman 36;
}
.page ol.lowerroman[start="37"] > li:not([value]):before, .glossary-content ol.lowerroman[start="37"] > li:not([value]):before {
  counter-increment: roman 37;
}
.page ol.lowerroman[start="38"] > li:not([value]):before, .glossary-content ol.lowerroman[start="38"] > li:not([value]):before {
  counter-increment: roman 38;
}
.page ol.lowerroman[start="39"] > li:not([value]):before, .glossary-content ol.lowerroman[start="39"] > li:not([value]):before {
  counter-increment: roman 39;
}
.page ol.lowerroman[start="40"] > li:not([value]):before, .glossary-content ol.lowerroman[start="40"] > li:not([value]):before {
  counter-increment: roman 40;
}
.page ol.lowerroman[start="41"] > li:not([value]):before, .glossary-content ol.lowerroman[start="41"] > li:not([value]):before {
  counter-increment: roman 41;
}
.page ol.lowerroman[start="42"] > li:not([value]):before, .glossary-content ol.lowerroman[start="42"] > li:not([value]):before {
  counter-increment: roman 42;
}
.page ol.lowerroman[start="43"] > li:not([value]):before, .glossary-content ol.lowerroman[start="43"] > li:not([value]):before {
  counter-increment: roman 43;
}
.page ol.lowerroman[start="44"] > li:not([value]):before, .glossary-content ol.lowerroman[start="44"] > li:not([value]):before {
  counter-increment: roman 44;
}
.page ol.lowerroman[start="45"] > li:not([value]):before, .glossary-content ol.lowerroman[start="45"] > li:not([value]):before {
  counter-increment: roman 45;
}
.page ol.lowerroman[start="46"] > li:not([value]):before, .glossary-content ol.lowerroman[start="46"] > li:not([value]):before {
  counter-increment: roman 46;
}
.page ol.lowerroman[start="47"] > li:not([value]):before, .glossary-content ol.lowerroman[start="47"] > li:not([value]):before {
  counter-increment: roman 47;
}
.page ol.lowerroman[start="48"] > li:not([value]):before, .glossary-content ol.lowerroman[start="48"] > li:not([value]):before {
  counter-increment: roman 48;
}
.page ol.lowerroman[start="49"] > li:not([value]):before, .glossary-content ol.lowerroman[start="49"] > li:not([value]):before {
  counter-increment: roman 49;
}
.page ol.lowerroman[start="50"] > li:not([value]):before, .glossary-content ol.lowerroman[start="50"] > li:not([value]):before {
  counter-increment: roman 50;
}
.page ol.loweralpha, .glossary-content ol.loweralpha, .page ol.upperalpha, .glossary-content ol.upperalpha {
  counter-reset: alpha;
}
.page ol.loweralpha[start="1"], .glossary-content ol.loweralpha[start="1"], .page ol.upperalpha[start="1"], .glossary-content ol.upperalpha[start="1"] {
  counter-reset: alpha 0;
}
.page ol.loweralpha[start="2"], .glossary-content ol.loweralpha[start="2"], .page ol.upperalpha[start="2"], .glossary-content ol.upperalpha[start="2"] {
  counter-reset: alpha 1;
}
.page ol.loweralpha[start="3"], .glossary-content ol.loweralpha[start="3"], .page ol.upperalpha[start="3"], .glossary-content ol.upperalpha[start="3"] {
  counter-reset: alpha 2;
}
.page ol.loweralpha[start="4"], .glossary-content ol.loweralpha[start="4"], .page ol.upperalpha[start="4"], .glossary-content ol.upperalpha[start="4"] {
  counter-reset: alpha 3;
}
.page ol.loweralpha[start="5"], .glossary-content ol.loweralpha[start="5"], .page ol.upperalpha[start="5"], .glossary-content ol.upperalpha[start="5"] {
  counter-reset: alpha 4;
}
.page ol.loweralpha[start="6"], .glossary-content ol.loweralpha[start="6"], .page ol.upperalpha[start="6"], .glossary-content ol.upperalpha[start="6"] {
  counter-reset: alpha 5;
}
.page ol.loweralpha[start="7"], .glossary-content ol.loweralpha[start="7"], .page ol.upperalpha[start="7"], .glossary-content ol.upperalpha[start="7"] {
  counter-reset: alpha 6;
}
.page ol.loweralpha[start="8"], .glossary-content ol.loweralpha[start="8"], .page ol.upperalpha[start="8"], .glossary-content ol.upperalpha[start="8"] {
  counter-reset: alpha 7;
}
.page ol.loweralpha[start="9"], .glossary-content ol.loweralpha[start="9"], .page ol.upperalpha[start="9"], .glossary-content ol.upperalpha[start="9"] {
  counter-reset: alpha 8;
}
.page ol.loweralpha[start="10"], .glossary-content ol.loweralpha[start="10"], .page ol.upperalpha[start="10"], .glossary-content ol.upperalpha[start="10"] {
  counter-reset: alpha 9;
}
.page ol.loweralpha[start="11"], .glossary-content ol.loweralpha[start="11"], .page ol.upperalpha[start="11"], .glossary-content ol.upperalpha[start="11"] {
  counter-reset: alpha 10;
}
.page ol.loweralpha[start="12"], .glossary-content ol.loweralpha[start="12"], .page ol.upperalpha[start="12"], .glossary-content ol.upperalpha[start="12"] {
  counter-reset: alpha 11;
}
.page ol.loweralpha[start="13"], .glossary-content ol.loweralpha[start="13"], .page ol.upperalpha[start="13"], .glossary-content ol.upperalpha[start="13"] {
  counter-reset: alpha 12;
}
.page ol.loweralpha[start="14"], .glossary-content ol.loweralpha[start="14"], .page ol.upperalpha[start="14"], .glossary-content ol.upperalpha[start="14"] {
  counter-reset: alpha 13;
}
.page ol.loweralpha[start="15"], .glossary-content ol.loweralpha[start="15"], .page ol.upperalpha[start="15"], .glossary-content ol.upperalpha[start="15"] {
  counter-reset: alpha 14;
}
.page ol.loweralpha[start="16"], .glossary-content ol.loweralpha[start="16"], .page ol.upperalpha[start="16"], .glossary-content ol.upperalpha[start="16"] {
  counter-reset: alpha 15;
}
.page ol.loweralpha[start="17"], .glossary-content ol.loweralpha[start="17"], .page ol.upperalpha[start="17"], .glossary-content ol.upperalpha[start="17"] {
  counter-reset: alpha 16;
}
.page ol.loweralpha[start="18"], .glossary-content ol.loweralpha[start="18"], .page ol.upperalpha[start="18"], .glossary-content ol.upperalpha[start="18"] {
  counter-reset: alpha 17;
}
.page ol.loweralpha[start="19"], .glossary-content ol.loweralpha[start="19"], .page ol.upperalpha[start="19"], .glossary-content ol.upperalpha[start="19"] {
  counter-reset: alpha 18;
}
.page ol.loweralpha[start="20"], .glossary-content ol.loweralpha[start="20"], .page ol.upperalpha[start="20"], .glossary-content ol.upperalpha[start="20"] {
  counter-reset: alpha 19;
}
.page ol.loweralpha[start="21"], .glossary-content ol.loweralpha[start="21"], .page ol.upperalpha[start="21"], .glossary-content ol.upperalpha[start="21"] {
  counter-reset: alpha 20;
}
.page ol.loweralpha[start="22"], .glossary-content ol.loweralpha[start="22"], .page ol.upperalpha[start="22"], .glossary-content ol.upperalpha[start="22"] {
  counter-reset: alpha 21;
}
.page ol.loweralpha[start="23"], .glossary-content ol.loweralpha[start="23"], .page ol.upperalpha[start="23"], .glossary-content ol.upperalpha[start="23"] {
  counter-reset: alpha 22;
}
.page ol.loweralpha[start="24"], .glossary-content ol.loweralpha[start="24"], .page ol.upperalpha[start="24"], .glossary-content ol.upperalpha[start="24"] {
  counter-reset: alpha 23;
}
.page ol.loweralpha[start="25"], .glossary-content ol.loweralpha[start="25"], .page ol.upperalpha[start="25"], .glossary-content ol.upperalpha[start="25"] {
  counter-reset: alpha 24;
}
.page ol.loweralpha[start="26"], .glossary-content ol.loweralpha[start="26"], .page ol.upperalpha[start="26"], .glossary-content ol.upperalpha[start="26"] {
  counter-reset: alpha 25;
}
.page ol.loweralpha[start="27"], .glossary-content ol.loweralpha[start="27"], .page ol.upperalpha[start="27"], .glossary-content ol.upperalpha[start="27"] {
  counter-reset: alpha 26;
}
.page ol.loweralpha[start="28"], .glossary-content ol.loweralpha[start="28"], .page ol.upperalpha[start="28"], .glossary-content ol.upperalpha[start="28"] {
  counter-reset: alpha 27;
}
.page ol.loweralpha[start="29"], .glossary-content ol.loweralpha[start="29"], .page ol.upperalpha[start="29"], .glossary-content ol.upperalpha[start="29"] {
  counter-reset: alpha 28;
}
.page ol.loweralpha[start="30"], .glossary-content ol.loweralpha[start="30"], .page ol.upperalpha[start="30"], .glossary-content ol.upperalpha[start="30"] {
  counter-reset: alpha 29;
}
.page ol.loweralpha[start="31"], .glossary-content ol.loweralpha[start="31"], .page ol.upperalpha[start="31"], .glossary-content ol.upperalpha[start="31"] {
  counter-reset: alpha 30;
}
.page ol.loweralpha[start="32"], .glossary-content ol.loweralpha[start="32"], .page ol.upperalpha[start="32"], .glossary-content ol.upperalpha[start="32"] {
  counter-reset: alpha 31;
}
.page ol.loweralpha[start="33"], .glossary-content ol.loweralpha[start="33"], .page ol.upperalpha[start="33"], .glossary-content ol.upperalpha[start="33"] {
  counter-reset: alpha 32;
}
.page ol.loweralpha[start="34"], .glossary-content ol.loweralpha[start="34"], .page ol.upperalpha[start="34"], .glossary-content ol.upperalpha[start="34"] {
  counter-reset: alpha 33;
}
.page ol.loweralpha[start="35"], .glossary-content ol.loweralpha[start="35"], .page ol.upperalpha[start="35"], .glossary-content ol.upperalpha[start="35"] {
  counter-reset: alpha 34;
}
.page ol.loweralpha[start="36"], .glossary-content ol.loweralpha[start="36"], .page ol.upperalpha[start="36"], .glossary-content ol.upperalpha[start="36"] {
  counter-reset: alpha 35;
}
.page ol.loweralpha[start="37"], .glossary-content ol.loweralpha[start="37"], .page ol.upperalpha[start="37"], .glossary-content ol.upperalpha[start="37"] {
  counter-reset: alpha 36;
}
.page ol.loweralpha[start="38"], .glossary-content ol.loweralpha[start="38"], .page ol.upperalpha[start="38"], .glossary-content ol.upperalpha[start="38"] {
  counter-reset: alpha 37;
}
.page ol.loweralpha[start="39"], .glossary-content ol.loweralpha[start="39"], .page ol.upperalpha[start="39"], .glossary-content ol.upperalpha[start="39"] {
  counter-reset: alpha 38;
}
.page ol.loweralpha[start="40"], .glossary-content ol.loweralpha[start="40"], .page ol.upperalpha[start="40"], .glossary-content ol.upperalpha[start="40"] {
  counter-reset: alpha 39;
}
.page ol.loweralpha[start="41"], .glossary-content ol.loweralpha[start="41"], .page ol.upperalpha[start="41"], .glossary-content ol.upperalpha[start="41"] {
  counter-reset: alpha 40;
}
.page ol.loweralpha[start="42"], .glossary-content ol.loweralpha[start="42"], .page ol.upperalpha[start="42"], .glossary-content ol.upperalpha[start="42"] {
  counter-reset: alpha 41;
}
.page ol.loweralpha[start="43"], .glossary-content ol.loweralpha[start="43"], .page ol.upperalpha[start="43"], .glossary-content ol.upperalpha[start="43"] {
  counter-reset: alpha 42;
}
.page ol.loweralpha[start="44"], .glossary-content ol.loweralpha[start="44"], .page ol.upperalpha[start="44"], .glossary-content ol.upperalpha[start="44"] {
  counter-reset: alpha 43;
}
.page ol.loweralpha[start="45"], .glossary-content ol.loweralpha[start="45"], .page ol.upperalpha[start="45"], .glossary-content ol.upperalpha[start="45"] {
  counter-reset: alpha 44;
}
.page ol.loweralpha[start="46"], .glossary-content ol.loweralpha[start="46"], .page ol.upperalpha[start="46"], .glossary-content ol.upperalpha[start="46"] {
  counter-reset: alpha 45;
}
.page ol.loweralpha[start="47"], .glossary-content ol.loweralpha[start="47"], .page ol.upperalpha[start="47"], .glossary-content ol.upperalpha[start="47"] {
  counter-reset: alpha 46;
}
.page ol.loweralpha[start="48"], .glossary-content ol.loweralpha[start="48"], .page ol.upperalpha[start="48"], .glossary-content ol.upperalpha[start="48"] {
  counter-reset: alpha 47;
}
.page ol.loweralpha[start="49"], .glossary-content ol.loweralpha[start="49"], .page ol.upperalpha[start="49"], .glossary-content ol.upperalpha[start="49"] {
  counter-reset: alpha 48;
}
.page ol.loweralpha[start="50"], .glossary-content ol.loweralpha[start="50"], .page ol.upperalpha[start="50"], .glossary-content ol.upperalpha[start="50"] {
  counter-reset: alpha 49;
}
.page ol.loweralpha > li, .glossary-content ol.loweralpha > li, .page ol.upperalpha > li, .glossary-content ol.upperalpha > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page ol.loweralpha > li:before, .glossary-content ol.loweralpha > li:before, .page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -1.2em;
}
.page ol.upperalpha > li:before, .glossary-content ol.upperalpha > li:before {
  content: "(" counter(alpha, upper-alpha) ") ";
}
.page ol.arabic, .glossary-content ol.arabic {
  counter-reset: decimal;
}
.page ol.arabic > li, .glossary-content ol.arabic > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.arabic > li:before, .glossary-content ol.arabic > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber, .glossary-content ol.decimalnumber {
  counter-reset: dcn;
}
.page ol.decimalnumber > li, .glossary-content ol.decimalnumber > li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.page ol.decimalnumber > li:before, .glossary-content ol.decimalnumber > li:before {
  counter-increment: dcn;
  content: counter(dcn);
  position: absolute;
  left: -0.9em;
}
.page ol.decimalnumber > li[value]:before, .glossary-content ol.decimalnumber > li[value]:before {
  content: attr(value);
  left: -20px;
}
.page ol.decimalnumber[start="1"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="1"] > li:not([value]):before {
  counter-increment: dcn;
  content: "1." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="2"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="2"] > li:not([value]):before {
  counter-increment: dcn;
  content: "2." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="3"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="3"] > li:not([value]):before {
  counter-increment: dcn;
  content: "3." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="4"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="4"] > li:not([value]):before {
  counter-increment: dcn;
  content: "4." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="5"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="5"] > li:not([value]):before {
  counter-increment: dcn;
  content: "5." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="6"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="6"] > li:not([value]):before {
  counter-increment: dcn;
  content: "6." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="7"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="7"] > li:not([value]):before {
  counter-increment: dcn;
  content: "7." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="8"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="8"] > li:not([value]):before {
  counter-increment: dcn;
  content: "8." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="9"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="9"] > li:not([value]):before {
  counter-increment: dcn;
  content: "9." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="10"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="10"] > li:not([value]):before {
  counter-increment: dcn;
  content: "10." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="11"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="11"] > li:not([value]):before {
  counter-increment: dcn;
  content: "11." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="12"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="12"] > li:not([value]):before {
  counter-increment: dcn;
  content: "12." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="13"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="13"] > li:not([value]):before {
  counter-increment: dcn;
  content: "13." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="14"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="14"] > li:not([value]):before {
  counter-increment: dcn;
  content: "14." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="15"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="15"] > li:not([value]):before {
  counter-increment: dcn;
  content: "15." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="16"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="16"] > li:not([value]):before {
  counter-increment: dcn;
  content: "16." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="17"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="17"] > li:not([value]):before {
  counter-increment: dcn;
  content: "17." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="18"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="18"] > li:not([value]):before {
  counter-increment: dcn;
  content: "18." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="19"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="19"] > li:not([value]):before {
  counter-increment: dcn;
  content: "19." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="20"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="20"] > li:not([value]):before {
  counter-increment: dcn;
  content: "20." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="21"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="21"] > li:not([value]):before {
  counter-increment: dcn;
  content: "21." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="22"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="22"] > li:not([value]):before {
  counter-increment: dcn;
  content: "22." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="23"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="23"] > li:not([value]):before {
  counter-increment: dcn;
  content: "23." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="24"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="24"] > li:not([value]):before {
  counter-increment: dcn;
  content: "24." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="25"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="25"] > li:not([value]):before {
  counter-increment: dcn;
  content: "25." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="26"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="26"] > li:not([value]):before {
  counter-increment: dcn;
  content: "26." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="27"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="27"] > li:not([value]):before {
  counter-increment: dcn;
  content: "27." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="28"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="28"] > li:not([value]):before {
  counter-increment: dcn;
  content: "28." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="29"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="29"] > li:not([value]):before {
  counter-increment: dcn;
  content: "29." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.decimalnumber[start="30"] > li:not([value]):before, .glossary-content ol.decimalnumber[start="30"] > li:not([value]):before {
  counter-increment: dcn;
  content: "30." counter(dcn);
  position: absolute;
  left: -20px;
}
.page ol.quotesign-outside, .glossary-content ol.quotesign-outside {
  position: relative;
  padding-left: 25px;
}
.page ol.quotesign-outside:before, .glossary-content ol.quotesign-outside:before {
  content: "“";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}
.page ol.quotesign-outside > li:first-child:before, .glossary-content ol.quotesign-outside > li:first-child:before {
  left: -0.9em;
}
.page ol.quotesign-outside > li:last-child p.para.quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.quote:after, .page ol.quotesign-outside > li:last-child p.para.Quote:after, .glossary-content ol.quotesign-outside > li:last-child p.para.Quote:after {
  content: "”.";
  display: inline-block;
}
.page li, .glossary-content li {
  margin-bottom: 6px;
}
.page li a, .glossary-content li a {
  text-decoration: underline;
}
.page li a:hover, .glossary-content li a:hover {
  text-decoration: underline;
}

/*=============================================
=            GDS                            =
=============================================*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/* Expand button: arrow in circle */
/*
 ***********************
 * LISTS (search results)  *
 ***********************
*/
/*
***********************
* MIXINS  *
***********************
*/
/*
***********************
* VARIABLES  *
***********************
*/
/*=============================================
=            Header font sizes            =
=============================================*/
/* ---------- Colours ---------- */
/*$col_grey      	: #ccc;*/
/* ---------- BP Colours ---------- */
/* ---------- Breadcrumb ---------- */
/* ---------- Hamburger menu ---------- */
/* ---------- Form ---------- */
/* ---------- BP's Front Page ---------- */
/* ---------- Timeline ---------- */
/* ---------- Provenance trail ---------- */
/**
 *
 * Top menu in the header
 *
 */
/**
 *
 * Form fields
 *
 */
.selectmenu-container, .form select,
.form textarea,
.form input[type=text],
.form input[type=email],
.form input[type=password],
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 2px solid #0b0c0c;
  background-color: #fff;
  padding: 5px;
  border-radius: 0px;
}
:is(.error) .selectmenu-container, :is(.error) .form select, .form :is(.error) select,
:is(.error) .form textarea,
.form :is(.error) textarea,
:is(.error) .form input[type=text],
.form :is(.error) input[type=text],
:is(.error) .form input[type=email],
.form :is(.error) input[type=email],
:is(.error) .form input[type=password],
.form :is(.error) input[type=password],
:is(.error) form select,
form :is(.error) select,
:is(.error) form textarea,
form :is(.error) textarea,
:is(.error) form input[type=text],
form :is(.error) input[type=text],
:is(.error) form input[type=email],
form :is(.error) input[type=email],
:is(.error) form input[type=password],
form :is(.error) input[type=password] {
  color: #e74c3c;
  border-color: #e74c3c;
}
.selectmenu-container:focus, .form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  box-shadow: 0 0 0 4px #fd0;
}
.selectmenu-container:focus-visible, .form select:focus-visible,
.form textarea:focus-visible,
.form input[type=text]:focus-visible,
.form input[type=email]:focus-visible,
.form input[type=password]:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible {
  border-radius: 0px;
}
.selectmenu-container::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=password]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder {
  color: #919191;
}
.selectmenu-container::placeholder, .form select::placeholder,
.form textarea::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder {
  color: #919191;
}

.form select,
form select {
  min-width: 11.5em;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-indent: 0px;
  color: #0b0c0c;
}
.noJs .form select, .form .noJs select,
.noJs form select,
form .noJs select {
  min-height: 40px;
  height: auto;
}
.form select:focus,
form select:focus {
  box-shadow: 0 0 0 4px #fd0;
}

.form textarea,
form textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page p, .glossary-content p {
  margin-bottom: 15px;
}
.page .inlinehdg1, .glossary-content .inlinehdg1,
.page .inlinehdg2,
.glossary-content .inlinehdg2 {
  font-weight: 700;
  margin-right: 10px;
}
.page .para_num1bottom, .glossary-content .para_num1bottom {
  margin-bottom: 15px;
}
.page .para_num2ctd + p, .glossary-content .para_num2ctd + p,
.page .para_num2tcd + p,
.glossary-content .para_num2tcd + p,
.page .para_num3ctd + p,
.glossary-content .para_num3ctd + p,
.page .para_num3tcd + p,
.glossary-content .para_num3tcd + p {
  margin-top: 15px;
}
.page .para_num1, .glossary-content .para_num1,
.page .para_num1tcd,
.glossary-content .para_num1tcd,
.page .para_num1ctd,
.glossary-content .para_num1ctd {
  margin-left: 0;
}
.page .para_num1 + p, .glossary-content .para_num1 + p {
  margin-top: 0;
}
.page .para_num1 + h2, .glossary-content .para_num1 + h2 {
  margin-top: 26px;
}
.page .para_num2, .glossary-content .para_num2,
.page .para_num2tcd,
.glossary-content .para_num2tcd,
.page .para_num2ctd,
.glossary-content .para_num2ctd {
  margin-left: 20px;
}
.page .para_num3, .glossary-content .para_num3,
.page .para_num3tcd,
.glossary-content .para_num3tcd,
.page .para_num3ctd,
.glossary-content .para_num3ctd {
  margin-left: 40px;
}
.page .para_num4, .glossary-content .para_num4,
.page .para_num4tcd,
.glossary-content .para_num4tcd,
.page .para_num4ctd,
.glossary-content .para_num4ctd {
  margin-left: 60px;
}
.page .para_num1h, .glossary-content .para_num1h,
.page .para_num1htcd,
.glossary-content .para_num1htcd,
.page .para_num1hctd,
.glossary-content .para_num1hctd {
  margin-left: 20px;
}
.page .para_num2h, .glossary-content .para_num2h,
.page .para_num2htcd,
.glossary-content .para_num2htcd,
.page .para_num2hctd,
.glossary-content .para_num2hctd {
  margin-left: 40px;
}
.page .para_num3h, .glossary-content .para_num3h,
.page .para_num3htcd,
.glossary-content .para_num3htcd,
.page .para_num3hctd,
.glossary-content .para_num3hctd {
  margin-left: 60px;
}
.page .para_num4h, .glossary-content .para_num4h,
.page .para_num4htcd,
.glossary-content .para_num4htcd,
.page .para_num4hctd,
.glossary-content .para_num4hctd {
  margin-left: 80px;
}
.page .para_inline_italic, .glossary-content .para_inline_italic {
  margin-bottom: 15px;
}
.page .paranum1, .glossary-content .paranum1 {
  margin: 10px 0 0 0;
}
.page .paranum1:first-child, .glossary-content .paranum1:first-child {
  margin: 0 0 0 20px;
}
.page .paranum1ctd, .glossary-content .paranum1ctd {
  margin: 12px 0 15px 20px;
}

.page li {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page .col_cx .col > h2:first-of-type, .full-screen-dialog .col > h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page .col_cx h1, .full-screen-dialog h1,
.page .col_cx h2,
.full-screen-dialog h2,
.page .col_cx h3,
.full-screen-dialog h3,
.page .col_cx h4,
.full-screen-dialog h4,
.page .col_cx h5,
.full-screen-dialog h5,
.page .col_cx h6,
.full-screen-dialog h6 {
  padding-top: 0;
  color: inherit;
}
.page .col_cx h1, .full-screen-dialog h1 {
  font-size: 24px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h1, .full-screen-dialog h1 {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx h2, .full-screen-dialog h2 {
  font-size: 20px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx h2, .full-screen-dialog h2 {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.page .col_cx h2.no-border, .full-screen-dialog h2.no-border {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 760px) {
  .page .col_cx h2.toc-heading, .full-screen-dialog h2.toc-heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.111em;
}
@media (min-width: 760px) {
  .page .col_cx h2.manage-settings, .full-screen-dialog h2.manage-settings {
    font-size: 30px;
    line-height: 1.111em;
  }
}
.page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
  font-size: 18px;
  line-height: 1.111em;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .page .col_cx summary h2, .full-screen-dialog summary h2, .page .col_cx h3, .full-screen-dialog h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.page .col_cx h4, .full-screen-dialog h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h4, .full-screen-dialog h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page .col_cx h5, .full-screen-dialog h5 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 760px) {
  .page .col_cx h5, .full-screen-dialog h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*
***********************
* BUTTONS  *
***********************
*/
/*
 ***********************
 * ACCORDION  *
 ***********************
*/
/*
***********************
* SEARCH LISTS  *
***********************
* Monographs, Document Review Tool, etc.
*/
@media print {
  .mhraLogo-wrapper,
  .user,
  .outer-wrapper-search {
    display: none !important;
  }
  .header {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .header .outer-wrapper {
    display: flex !important;
    padding: 0 !important;
  }
  .header .outer-wrapper .wrapper {
    flex-direction: row !important;
    height: 72px !important;
    padding: 15px 0 0 15px !important;
  }
  .header .outer-wrapper .wrapper .logo {
    border-right: 1px solid #fff !important;
    border-bottom: 0 !important;
    padding: 0 15px 0 0 !important;
    margin: 0 !important;
  }
  .header .outer-wrapper .wrapper .logo img {
    width: 190px !important;
  }
  .header .outer-wrapper .wrapper .header-tag-line {
    margin-top: 0px !important;
    padding: 12px 0 0 30px !important;
    font-size: 19px !important;
  }
  #publication-content h1.euro:after {
    top: 5px;
    right: 0px;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .item-list .item.european .extra {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .item-list .extra-wrapper .updated, .item-list .extra-wrapper .extra {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .tool-favourite {
    display: none !important;
  }
  .tool-favourite button {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}