body {
  background-color: #f7f3f5;
  font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", Verdana, sans-serif;
  font-size: 0.875rem;
  height: 100%;
  line-height: 1.5;
  margin: 0; }
/*==================== 
font styles using target pixel size divided by default 24 / 16 is 1.5 so 1.5em  = 24px, 1.125em = 18, 1 = 16px, 0.875em = 14px, 0.75em = 12px, 0.625 = 10px 0.3125em = 5px
======================*/
/*Styles for all*/
a[href^="http://"], a[href^="https://"], a [href^="www."] {
  padding-right: 15px;
  background: transparent url(/assets/img/site-images/sm-icons/toExternalWebSiteIcon.png);
  background-position: right top;
  background-repeat: no-repeat; }
figure a[title~="external"], figure a[title~="External"], figure a span[title~="external"], figure a span[title~="External"], .socialM a[title~="external"], #socialM a[title~="external"], a.noBackExtImage, #news a[href^="http://"] {
  padding: 0;
  background-image: none; }
a[href^="mailto:"] {
  padding: 5px 0 5px 30px !important;
  background-color: transparent;
  background-image: url(/assets/img/site-images/sm-icons/icmail.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
a[href$=".pdf"] {
  padding: 5px 0 5px 30px !important;
  background-color: transparent;
  background-image: url(/assets/img/site-images/sm-icons/icpdf.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
a[href$=".pdf"].noIcon {
  padding: 0;
  background-color: transparent;
  background-image: none; }
a[href$=".doc"] {
  padding: 5px 0 5px 30px !important;
  background-color: transparent;
  background-image: url(/assets/img/site-images/sm-icons/icdoc.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
a[href$=".docx"] {
  padding: 5px 0 5px 30px !important;
  background-color: transparent;
  background-image: url(/assets/img/site-images/sm-icons/icdocx.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
a[href$=".csv"] {
  padding: 5px 0 5px 30px !important;
  background-color: transparent;
  background-image: url(/assets/img/site-images/sm-icons/iccsv.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
a[href$=".ppt"], a[ef$=".pptx"] {
  padding: 5px 0 5px 30px;
  background-color: transparent;
  background-image: url(/assets/img/site-images/sm-icons/ippt.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
a[href$=".xls"] {
  padding: 5px 0 5px 30px !important;
  background-color: transparent;
  background-image: url(/assets/img/site-images/sm-icons/icxls.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
a[href$=".xlsx"] {
  padding: 5px 0 5px 30px;
  background-color: transparent;
  background-image: url(/assets/img/site-images/sm-icons/icxlsx.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
.noIcon {
  padding: 0;
  background-color: transparent;
  background-image: none !important; }
:focus {
  outline: 1px dashed #8c2129; }
 /* colours */
.bgFirst, .bgFirst li {
    background-color: #4ff0b7;
    color: #fff; }
.bgFirst a:link, .bgFirst a:visited {
    background-color: #4ff0b7;
    color: #fff; }
.bgSecond, .bgSecond li  {
    background-color: #8c2129;
    color: #fff; }
.bgSecond a:link, .bgSecond a:visited {
    color: #fff; }
.bgThird, .bgThird li {
    background-color: #53647a;
    color: #fff; }
.bgThird a:link, .bgThird a:visited {
    background-color: #53647a;
    color: #fff; }
.bgThird a:hover, .bgThird a:active {
    background-color: #fff;
    color: #53647a; }
.bgFourth, .bgFourth li {
    background-color: #f7f3f5;
    color: #000; }
.bgFourth a:link, .bgFourth a:visited {
    background-color: #f7f3f5;
    color: #000; }
.bgFourth a:hover, .bgFourth a:active {
    background-color: #000;
    color: #f7f3f5; }
.bgWhite, .bgWhite li  {
    background-color: #fff;
    color: #000; }
.bgWhite a:link, .bgWhite a:visited {
    background-color: #fff;
    color: #000; }
.bgWhite a:hover, .bgWhite a:active {
    background-color: #000;
    color: #fff; }
.bgWhite a:hover .linkBlock, .bgWhite a:active .linkBlock{
    background-color: #000;
    color: #fff; }
.bgGrey,.bgGrey li {
    background-color: #c9c9c9;
    color: #000; }
.bgGrey a:link, .bgGrey a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgGrey a:hover, .bgGrey a:active {
    background-color: #000;
    color: #c9c9c9; }
.bgPaleGrey {
    background-color: #e5e5e5;
    color: #000; }
.white {
    background-color: #fff; }
.bgwhiteTrans {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);}
.grey {
    background-color: #c9c9c9; }
.black {
    background-color: #000; }
.dark-colour {
    background-color: #53647a; }
/* padding */
.bgFirst, .bgSecond, .bgThird, .bgFourth, .bgWhite, .bgGrey, .bgPaleGrey{
    padding: 1em;
}
/*====== cookie message ==============================*/
#cookieManagerMessageContainer {
    z-index: 150000;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    margin: 0;
    height: auto;
    height: 100vh;
    padding: 2%;
    overflow: auto;
    background-color: #fff;
    color: #000; 
	border-bottom: 5px solid #cabfd1;
  	box-shadow: 1px 0 5px 1px #000; }
#cookieManagerMessageContainer a {
    background-color: #000;
    color: #fff;
	width: 55%;
    margin-top: 10px;
	border: 1px solid #000;
	border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 10px;}
#cookieManagerMessageContainer a:hover {
    background-color:#cabfd1;
    color: #000;
	border: 1px solid #cabfd1;}
/*====== cookie page ==============================*/
.cookie-preference-form {
    border-bottom: 5px solid #cabfd1;
	margin-bottom: 50px;}
.cookie-preference-form label {
    font-weight: bold; }
.cookie-preference-form .radiobuttonlist label:hover {
    focus: 1px solid #cabfd1;
    cursor: pointer; }
.cookie-preference-form .radiobuttonlist input[type="radio"] {
    height: 30px;
   	width: 30px;
	cursor: pointer;}
/* =============== structure ===============*/
/*  header */
header .header-bg-colour{
    background-color: #4f0b7b;
    color:#fff;}
.static-hero{
    text-align: center;}
.logo {
    background-color: #f7f3f5;
    color: #4f0b7b;
    font-size: 2rem; }
.logo a, .logo a:link, .logo a:visited {
    text-decoration: none; }
.responsive {
    width: 100%; }
/*  navigation */
nav .bg-colour {
    background-color: #4f0b7b;
    color: #fff;}
nav.navbar {
    margin: 0;
    /*padding: 0 1rem;*/
    padding: 0;
}
nav.navbar button.navbar-toggler {
    background-color: #8c2129;
    color: #fff;
    border-radius: 0;
    border: 0;}
nav.navbar button.navbar-toggler .navbar-toggler-icon {
    padding: 2px; }
nav.navbar button.navbar-toggler .navbar-toggler-icon hr {
    border-top: 2px solid #fff;
    margin: 3px 0;
    padding: 1px 0;
    opacity: .80;}
nav.navbar .navbar-toggler:focus {
    outline: 1px solid #fff;
    box-shadow: 0 0 0 0;}
nav.navbar ul li {
    padding: 0; }
nav.navbar ul li a {
    padding: 0 10px; }
nav.navbar ul li a:link, nav.navbar ul li a:visited {
    background-color: #4f0b7b;
    color: #fff;
    text-decoration: none; }
nav.navbar ul li a:hover, nav.navbar ul li a:active {
    background-color: #fff;
    color: #4f0b7b;
    text-decoration: none; }
/* ================ breadcrumb ======================*/
.breadcrumb-item.active {
  color: #2b303a;}
/* ================ footer ======================*/
footer {
    padding: 40px 0 20px 0;
    height: auto;
    color: #fff;}
footer p {
    font-size: 0.8em;
    color: #fff;
    text-align: center;
}
footer ul {
    list-style: none;
    padding: 0; }
footer ul .list-group-item {
    width: 100%;
    padding:0;
    border: 0;
    /*border-bottom: 1px dashed #333;*/
    background-color: transparent;}
footer ul .list-group-item a{
    display: block;
    padding: 5px;}
footer ul li a.noIcon {
    padding: 5px; }
footer ul li a:link, footer ul li a:visited {
    color: #fff;
    text-decoration: none; }
footer ul li a:hover, footer ul li a:active {
    color: #53647a;
    background-color: #fff;
    text-decoration: underline; }   
/* ================ main, side listing ======================*/
main {
    position: relative; }
/* =================== blocks ================ */ 
.linkBlock p{
    background-color: #4f0b7b;
    color: #fff;}
.linkBlock a{
    display:block;
    padding: 10px 30px;}
.linkBlock a:link, .linkBlock a:visited, .linkBlock a:focus{
    background-color: #4f0b7b;
    color: #fff;}
.linkBlock a:hover, .linkBlock a:active, .linkBlock a:hover p{
    background-color: #f7f3f5;
    color: #4f0b7b;}
/*  ============== accordion card / topic / block containers =================*/
/* accordion */
.accordion .accordion-item {
    border: 1px solid #ebeced;
    border-radius: 0;
    border-top: 0 solid #ebeced; }
.accordion .accordion-item .accordion-header button{
    color: #4f0b7b;
    font-size: 1.2rem;}
.accordion .accordion-item .accordion-header button:hover{
    background-color: #4f0b7b;
    color: #fff;}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #8c2129;
    color: #fff;}
/*typography / font*/
.blockquote, blockquote, p, li, a {
    color: #2b303a;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.8; }
p {
    margin: 10px 0; }
small {
    font-weight: bold; }
li {
    padding: 5px 0; }
li p {
    padding: 0;
    margin: 0; }
.vcard {
    font-size: 1rem; }
h1, h2, h3, h4, h5 {
    color: #4f0b7b;
    font-family: inherit;
    margin: 0 0 10px 0; }
.introduction {
    font-weight: 300; }
h4, h5 {
    font-size: 1rem;
    margin: 0 0 5px 0;
    line-height: 1.3; }
h1 {
    font-size: 1.5rem;
    line-height: 1.5; }
h2 {
    font-size: 1.5rem;
    line-height: 1.3; }
h3 {
    font-size: 1.125rem;
    line-height: 1.3; }
a:link, a:visited {
    background-color: transparent;
    color: #4f0b7b;
    text-decoration: underline; }
a:hover, a:active {
    background-color: #f7f3f5;
    color: #000;
    text-decoration: none; }
hr {
    border-top: 1px dashed #4f0b7b;
    background-color: transparent;
    opacity: 1;
}
/*---- general classes  -----*/
.noTextDec {
    text-decoration: none; }
.breadcrumb{
    margin-bottom:0;}
.hide-mob {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.videoContainer {
    width: 100%;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
    position: relative; }
img {
    border: 0 none;
    vertical-align: middle; }
.badge {
    padding-left: 20px;
    margin-left: 20px; }
.center {
    text-align: center; }
.tool-tip {
    font-size: 0.875rem; }
.display-block {
    display: block; }
.pleaseNote {
    background-color: #faf1f2;
    color: #000;
    margin-bottom: 20px;
    margin-left: 0;
    border-left: 5px solid #4f0b7b;
    padding: 5px 10px;
    display: block; }
.highlight {
    color: #fff;
    background-color: #4f0b7b;
    padding: 0 10px; }
.blockquote {
    display: block;
    margin-left: 20px;
    padding: 20px;
    border-left: 5px solid #4f0b7b; }
.blockquote .quotee {
    display: block;
    text-align: right;
    font-weight: bold; }
.quotee {
    display: block;
    text-align: right;
    font-weight: bold; }
/*===== classes images - video========= */
/*images video*/
figure.imageThirdWidthLeft,
.imageThirdWidthLeft {
  width: 100%;
  padding-bottom: 10px; }

.imageThirdWidthLeft img {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 10px; }

figure.imageThirdWidthRight,
.imageThirdWidthRight {
  width: 100%;
  padding-bottom: 10px; }

.imageThirdWidthRight img {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 10px; }

.third, .two-third, .half, .fullWidth {
  width: 100%;
  padding-bottom: 10px; }
.float-right {
  float: right;
  padding-left: 10px; }
.float-left {
  float: right;
  padding-right: 10px; }
/* =================== back to top of page ================ */
.jumpTopContainer .jumpTop {
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  display: block;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  border-bottom: 0; }
.jumpTopContainer a:link, .jumpTopContainer a:visited {
  color: #f3f7fa;
  background-color: #003366;
  text-decoration: none; }
.jumpTopContainer a:hover, .jumpTopContainer a:active {
  background-color: #8c2129;
  color: #fff;
  text-decoration: underline;
  border-bottom: 0; }
.jumpTopContainer .jumpTop.cd-is-visible, .jumpTopContainer .jumpTop.cd-fade-out, .jumpTopContainer .no-touch .jumpTop:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }
.jumpTopContainer .jumpTop.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }
.jumpTopContainer .jumpTop.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }
/*==================== 
tables sections
======================*/
/*To fix thead. 
fixed needs to go before overwise two theads are created? */
.fixed {
  top: 100px;
  position: fixed;
  width: auto;
  display: none;
  border: none; }
/* created by jquery code*/
.scrollMore {
  margin-top: 600px; }
.up {
  cursor: pointer; }
/*general styles for tables*/
table {
  border: 1px solid #e5e5e5;
  /*border-right: 0;
  border-left: 0;*/
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;}
table td{
    border: 1px solid #ebeced;
	border: 1px solid #e5e5e5;
    vertical-align: top; }
table tr:nth-child(even) {
    background-color: #fffbbb; }
table tr:nth-child(odd) {
    background-color: #fff; }
table tbody tr:hover, table tbody tr:hover p, table tbody tr:hover li {
    background-color: #2b303a;
    color: #fff; }
table tbody tr:hover a {
    color: #ffff00;
    background-color: #2b303a; }
table th {
    background-color: #e5e5e5;
    color: #000;
    padding: 10px;
    text-align: left;
    font-weight: bold; }
table tfoot tr td {
    background-color: #ebeced; }
table tfoot tr {
    display: none; }
table td, table th {
    padding: 10px;
    min-width: 50px; }
table td span, table td p, table th p, table td {
    font-size: 1em;
    line-height: 1.3;
	margin: 0;}
table .noTrStrips tr:nth-child(even) {
    background-color: #fff; }
table caption {
    background-color: #fff;
    color: #2b303a;
    font-size: 1em;
    font-weight: bold;
    text-align: center; }
table tr .row-a {
    background-color: #fffbbb; }
table tr .row-b {
    background-color: #fff; }
/*end table styles*/
/*  bootstrap buttons */
.btn, button, input[type="submit"] {
  border: 1px solid #53647a;
  background-color: #53647a;
  color: #fff;
  font-size: 1rem;
  padding: 5px;
  border-radius: 4px; }
.btn:link, .btn:visited, button:link, button:visited {
  background-color: #53647a;
  color: #fff;
  text-decoration: none; }
.btn:hover, .btn:active, button:hover, button:active {
  background-color: #8c2129;
  color: #fff; }
/*bootstrap components */
.control-height {
    height: auto; }
/* media query---------------------------------------------------------------------------- start of media query bracket */
@media (min-width: 480px) {
}
/*====================== 
	 upto screen size 630 / 16 Styles 
============================*/
@media only screen and (max-width: 39.375em) {
  /* too many columns for mobile to cope with */
  /* Force table to not be like tables anymore */
  /* table changed into one colum for mobile with a fixed table head http://css-tricks.com/complete-guide-table-element/*/
  /*.tableContainer{margin:0 auto; width:100%;}*/
table.tm caption, table.tm thead, table.tm tbody, table.tm th, table.tm td, table.tm tr {
    display: block; }
table.fixed {
    z-index: 1500; }
.tm tr {
    border-top: 1px solid #000;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #000;
    border-left: 1px solid #aaa; }
.tm th, .tm td {
    border: none;
    position: relative;
    margin: 0;
    padding: 5px; }
table.tm thead {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    box-shadow: 1px 1px 5px #2b303a;
    font-weight: bold; }
table.tm thead th:nth-of-type(1), table.tm td:nth-of-type(1) {
    background-color: #cabfd1;
    color: #000; }
table.tm thead th:nth-of-type(2), table.tm td:nth-of-type(2) {
    background-color: #fff;
    color: #000; }
table.tm thead th:nth-of-type(3), table.tm td:nth-of-type(3) {
    background-color: #fae6e6;
    color: #000; }
table.tm thead th:nth-of-type(4), table.tm td:nth-of-type(4) {
    background-color: #f7f3f5;
    color: #000; }
table.tm thead th:nth-of-type(5), table.tm td:nth-of-type(5) {
    background-color: #fffbbb;
    color: #000; }
table.tm thead th:nth-of-type(6), table.tm td:nth-of-type(6) {
    background-color: #ebeced;
    color: #000; }
table.tm tr:nth-of-type(3) a {
    background-color: transparent;
    color: #036; }
table.tm td:nth-of-type(1):hover {
    background-color: #2b303a;
    color: #fff; }
table.tm td:nth-of-type(2):hover {
    background-color: #2b303a;
    color: #fff; }
table.tm td:nth-of-type(3):hover {
    background-color: #2b303a;
    color: #fff; }
table.tm td:nth-of-type(4):hover {
    background-color: #2b303a;
    color: #fff; }

  table.tm td:nth-of-type(5):hover {
    background-color: #2b303a;
    color: #fff; }

  table.tm td:nth-of-type(6):hover {
    background-color: #2b303a;
    color: #fff; }

  /*end force table into one long column?*/ }
@media (min-width: 768px) {
  /*======= structure ========= */
  /*typography / font
  blockquote, p, li, a {
    font-size: 1.125rem; }

  p {
    margin: 20px 0; }

  li {
    padding: 5px 0; }

  h2.introduction {
    font-weight: 300; }

  h4, h5 {
    font-size: 1.125rem;
    line-height: 1.3; }

  h1 {
    font-size: 2rem;
    line-height: 1.5; }

  h2 {
    font-size: 1.8rem;
    line-height: 1.5; }

  h3 {
    font-size: 1.5rem;
    line-height: 1.5; }
*/
  /*===== classes images - video========= */
  .hide-tab-desk {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  .hide-tab {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  /*images video*/
  figure.mainContentImage {
    float: right;
    margin-left: 10px;
    width: 32%;
    padding: 0.5em; }

  figure.imageThirdWidthLeft,
  .imageThirdWidthLeft {
    float: left;
    padding-right: 10px;
    width: 33.3333333333%;
    width: calc(100% / 3); }

 .imageThirdWidthLeft img {
    width: 100% !important;
    height: auto !important; }
 figure.imageThirdWidthRight,
 .imageThirdWidthRight {
    float: right;
    padding-left: 10px;
    width: 33.3333333333%;
    width: calc(100% / 3); }
.imageThirdWidthRight img {
    width: 100% !important;
    height: auto !important; }
.third {
    width: 33.3333333333%;
    width: calc(100% / 3); }
.two-third {
    width: 50%;
    width: calc(100% / 2); }
.half {
    width: 50%;
    width: calc(100% / 2); }
.fullWidth {
    width: 100%; }
.float-right {
    float: right;
    padding-left: 10px; }
.float-left {
    float: right;
    padding-right: 10px; } }
/* start media query -------------------------------------------------------------------------- start media query */
@media (min-width: 992px) {
/* padding */
.bgFirst, .bgSecond, .bgThird, .bgFourth, .bgWhite, .bgGrey, .bgPaleGrey{
    padding: 2em;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px;
    margin: 0 5px 0 5px;
}
/*nav.navbar ul li a {
    border-right: 1px dotted #fff; }*/
.hide-desk {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } 
.home main .container, .maxContainerSize {
	max-width: 800px;
    margin: 0 auto;}
}
/* end media query */
/* ==== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* prevent callout */
.nocallout {
  -webkit-touch-callout: none; }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%; }

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u (use print only) */
.hidden, .name2 {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }


        
        