/* Scss Document */
/*variables*/
/*variables media queries*/
/* 320*/
/*768px*/
/*1024px;*/
/*variables colours*/
/* white smoke*/
/* light gunmetal*/
/* off white*/
/* dark gunmetal*/
/*gunmetal*/
/* logo bright pink*/
/*pale logo pink*/
/* black*/
/* white*/
/* dark logo green*/
/*pale logo green*/
/* dark logo blue*/
/* pale logo blue*/
/*warm grey*/
/*pale warm white*/
/*yellow*/
/*pale yellow*/
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
======================*/
/* 14px*/
/* 16px*/
/*fonts face*/
/*variables padding-margins*/
/*variables for visually hidding*/
/*mixims*/
/*Styles for all*/
@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }
a[href^="http://"], a[href^="https://"], a [href^="www."] {
  padding-right: 15px;
  background: transparent url(/assets/images/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: 0px;
  background-image: none; }

a[href^="mailto:"] {
  padding: 5px 0px 5px 30px !important;
  background-color: transparent;
  background-image: url(/assets/images/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/images/site-images/sm-icons/icpdf.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }

a[href$=".pdf"].noIcon {
  padding: 0px;
  background-color: transparent;
  background-image: none; }

a[href$=".doc"] {
  padding: 5px 0 5px 30px !important;
  background-color: transparent;
  background-image: url(/assets/images/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/images/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/images/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/images/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/images/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/images/site-images/sm-icons/icxlsx.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }
.noIcon {
  padding: 0px !important;
  background-color: transparent;
  background-image: none !important; }
/*====== cookie message ==============================*/
#cookieManagerMessageContainer {
    z-index: 150000;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    margin: 0;
    height: auto;
    padding: 2%;
    overflow: visible;
    background-color: #fff;
    color: #000; 
	border-bottom: 5px solid #ff00ff;
  	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:#ff00ff;
    color: #fff;
	border: 1px solid #ff00ff;}
/*====== cookie page ==============================*/
.cookie-preference-form {
    border-bottom: 5px solid #ff00ff;
	margin-bottom: 50px;}
.cookie-preference-form label {
    font-weight: bold; }
.cookie-preference-form .radiobuttonlist label:hover {
    focus: 1px solid #ff00ff;
    cursor: pointer; }
.cookie-preference-form .radiobuttonlist input[type="radio"] {
    height: 30px;
   	width: 30px;
	cursor: pointer;}
/*================================================================================================structure*/
/* ================ page forms ======================*/
.page-form {
  background-color: #fff;
  padding: 10px 10px 20px 20px;
  margin: 10px 0 20px 0;
  border-radius: 5px; }
  .page-form fieldset {
    margin: 10px 0; }
    .page-form fieldset legend {
      font-size: 1.125rem;
      color: #0e2f00;
      font-weight: bold;
      margin-bottom: 10px; }
  .page-form .required {
    color: red; }
  .page-form input, .page-form textarea, .page-form select {
    font-size: 1rem;
    border: 1px solid #040506;
    padding: 8px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .page-form input[type="checkbox"] {
    padding: 8px;
    margin: 0 10px;
    height: auto;
    width: auto;
    position: relative; }
  .page-form label {
    font-size: 1rem;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 0; }
  .page-form .contourIndicator {
    color: #e1dddf; }
  .page-form input[type="radio"] {
    padding: 8px;
    margin: 0 10px;
    height: auto;
    width: auto;
    position: relative; }
  .page-form .btn {
    width: auto; }

.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  margin: 0 10px; }

/*  header */
header {
  position: relative;
  background-color: #0e2f00;
  color: #fff; }
header .topItems {
   }
header .topItems .logo {
      display: block;
      /*text-align: center;*/
      padding: 10px 0 10px 0px;
      margin: 0;
      font-size: large; }
header .topItems .logo a:link, header .topItems .logo a:visited {
        background-color: #0e2f00;
        color: #fff;
        text-decoration: none; }
header .topItems .logo a:hover, header .topItems .logo a:active {
        color: #fff;
        background-color: #0e2f00;
        text-decoration: underline; }
header .topItems #google_translate_element {
      display: none; }
/* ================ nav bar =========================*/
.navbar {
  padding-top: 0;
  padding-bottom: 0; }

nav {
  background-color: #fff;}
  nav .container button {
    position: absolute;
    top: -45px;
    right: 5px;
    z-index: 1000; }
    nav .container button .navbar-toggler-icon {
      color: white;
      border-color: rgba(255, 255, 255, 0.8);
      background: rgba(255, 255, 255, 0.8) url(/assets/images/site-images/sm-icons/nav-icon.png) 5px 5px no-repeat;
      padding: 5px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
  nav .container ul li a:link, nav .container ul li a:visited {
    text-decoration: none;
    background-color: #040506;
    color: #fff;
    padding-left: 10px; }
  nav .container ul li a:hover, nav .container ul li a:active {
    text-decoration: underline;
    background-color: #004646;
    color: #fff;
    padding-left: 10px; }
  nav .container ul li.current a:link {
    background-color: #ff00ff;
    color: #fff; }
  nav .container ul li.current a:hover {
    background-color: #004646;
    color: #fff; }

/* ================ Carousel and summary back image  ======================*/
.opacity {
  /*background-color: rgba(255, 255, 255, 0.9);
  filter: alpha(Opacity=90);
  opacity: 0.9;*/
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;}

.backImageStyles {
  background-color: #ebeced;
  background-position: center;
  background-repeat: no-repeat; }

#sectionHeading {
  font-weight: bold;
  font-size: 2rem;
  text-shadow: 1px 1px 2px #fff; }

.description {
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px #fff; }

.carousel {
  margin-bottom: 20px; }
  .carousel .carousel-inner {
    overflow: visible; }
    .carousel .carousel-inner p {
      margin-top: 0; }
    .carousel .carousel-inner .noBackExtImage {
      padding: .75rem 1.25rem; }
    .carousel .carousel-inner .carousel-item .responsive {
      max-width: 100%; }
    .carousel .carousel-inner .carousel-item .carousel-head {
      background-color: #ebeced;
      background-position: center;
      background-repeat: no-repeat; }
    .carousel .carousel-inner .carousel-item .head-subtitle {
      text-shadow: 1px 1px 2px #fff; }
  .carousel .carousel-indicators .active {
    background-color: #ff00ff; }
  .carousel .carousel-indicators li {
    background-color: #040506; }
/* ================ main, side listing ======================*/
main {
  position: relative; }

#side-listing {
  position: fixed;
  top: 310px;
  left: -55px;
  width: 40px;
  overflow: show;
  z-index: 2000; }
  #side-listing ul {
    height: 120px;
    background-color: #0e2f00;
    margin: 0;
    padding: 0;
    list-style: none; }
    #side-listing ul li {
      padding: 0px;
      margin: 0;
      /*border-bottom: 1px solid $black;*/ }
      #side-listing ul li a {
        display: block;
        /*padding: 2px 0;
        margin: 2px 0;*/
        height: 40px;
        text-decoration: none; }
      #side-listing ul li a.twitter {
        background: transparent url(/assets/images/site-images/sm-icons/side-icons.png) top right no-repeat; }
      #side-listing ul li a.facebook {
        background: transparent url(/assets/images/site-images/sm-icons/side-icons.png) 0px -40px no-repeat; }
      #side-listing ul li a.email {
        background: transparent url(/assets/images/site-images/sm-icons/side-icons.png) 0 -80px no-repeat; }
      #side-listing ul li a:link, #side-listing ul li a:visited {
        /*color: $white;
        background-color: $primary-colour;*/ }
      #side-listing ul li .twitter:hover {
        background: transparent url(/assets/images/site-images/sm-icons/side-icons-hover.png) top right no-repeat; }
      #side-listing ul li .facebook:hover {
        background: transparent url(/assets/images/site-images/sm-icons/side-icons-hover.png) 0px -40px no-repeat; }
      #side-listing ul li .email:hover {
        background: transparent url(/assets/images/site-images/sm-icons/side-icons-hover.png) 0 -80px no-repeat; }
      #side-listing ul li a:hover, #side-listing ul li a:active {
        color: #ffff00;
        background-color: #000; }

/* close bracket for side - listing */
#side-hide {
  position: fixed;
  top: 180px;
  right: -55px;
  width: 40px;
  overflow: show;
  z-index: 2000; }
  #side-hide ul {
    height: 130px;
    background-color: #0e2f00;
    margin: 0;
    padding: 0;
    list-style: none; }
    #side-hide ul li {
      padding: 0px;
      margin: 0;
      /*border-bottom: 1px solid $black;*/ }
      #side-hide ul li a {
        display: block;
        text-decoration: none; }
      #side-hide ul li a.hide-page {
        background: transparent url(/assets/images/site-images/sm-icons/side-icons.png) 0px -120px no-repeat;
        height: 130px; }
      #side-hide ul li a:link, #side-hide ul li a:visited {
        /*color: $white;
        background-color: $primary-colour;*/ }
      #side-hide ul li .hide-page:hover {
        background: transparent url(/assets/images/site-images/sm-icons/side-icons-hover.png) 0 -120px no-repeat;
        height: 130px; }
      #side-hide ul li a:hover, #side-hide ul li a:active {
        color: #ffff00;
        background-color: #000; }

/* close bracket for side - listing */
/*  =================================================================================== jumbotron*/
.jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ebeced;
  border-radius: 0; }
  .jumbotron .noBackExtImage {
    padding: .75rem 1.25rem; }
  .jumbotron #sectionHeading {
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 1px 1px 2px #fff; }
  .jumbotron .description {
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px #fff; }

/*  =================================================================================== right hand col*/
.add-info {
  background-color: #f7f3f5; }
  .add-info h2 {
    background-color: #ebeced;
    padding: .5rem .5rem .0rem .7rem;
    margin-bottom: 0; }
  .add-info ul .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0; }
  .add-info ul li {
    padding: 0px; }
    .add-info ul li a {
      display: block;
      padding: 10px; }
    .add-info ul li a:link, .add-info ul li a:visited {
      text-decoration: none;
      background-color: #fefdfe;
      color: #004646; }
    .add-info ul li a:hover, .add-info ul li a:active {
      text-decoration: underline;
      background-color: #ff00ff;
      color: #fff; }
  .add-info ul li.active a:link {
    display: block;
    background-color: #000;
    color: #fff; }
  .add-info ul li.active a:hover {
    display: block;
    background-color: #ff00ff;
    color: #fff; }

/* ================ page / section menu nav bar ======================*/
.add-info nav .list-group-item.active {
  border: none;
  /*border-left:5px solid $bright-colour;*/
  border-bottom: 1px solid #ff00ff; }
  .add-info nav .list-group-item.active a:link, .add-info nav .list-group-item.active a:visited {
    background-color: #ff00ff;
    color: #fff; }
  .add-info nav .list-group-item.active a:hover, .add-info nav .list-group-item.active a:active {
    background-color: #fffbbb;
    color: #004646; }
.add-info nav ul li {
  border: none;
  border-bottom: 3px solid #faf1f2; }
.add-info nav ul li:last-of-type {
  border-bottom: none; }
.add-info nav ul li.extraStyles a {
  border-bottom: 3px solid #faf1f2;
  font-size: 1.5rem; }
.add-info nav ul.navParent {
  background-color: #fff; }
  .add-info nav ul.navParent .list-group-item.active a:link {
    background-color: #e6ffff;
    color: #004646; }
  .add-info nav ul.navParent li.active a:hover {
    background-color: #fffbbb;
    color: #004646; }
.add-info nav li.navHeading {
  font-weight: bold; }
.add-info nav ul.navChild {
  font-size: 1em;
  font-weight: normal;
  margin-left: 10px;
  background-color: #e6eded; }
  .add-info nav ul.navChild li {
    background-color: #e6eded; }
  .add-info nav ul.navChild a:link {
    background-color: #e6ffff;
    color: #004646; }
  .add-info nav ul.navChild a:hover {
    background-color: #fffbbb;
    color: #004646; }
.add-info nav ul.navGrandChild {
  font-size: 1em;
  margin-left: 10px;
  font-weight: normal;
  background-color: #e6ffff; }
  .add-info nav ul.navGrandChild li {
    background-color: #e6ffff; }
  .add-info nav ul.navGrandChild a:link {
    background-color: #e6ffff;
    color: #004646; }
  .add-info nav ul.navGrandChild a:hover {
    background-color: #fffbbb;
    color: #004646; }
.add-info nav ul.navGreatGrandChild {
  font-size: 1em;
  margin-left: 10px;
  font-weight: normal;
  background-color: #fae6e6; }
  .add-info nav ul.navGreatGrandChild li {
    background-color: #fae6e6; }
  .add-info nav ul.navGreatGrandChild a:link {
    background-color: #e6ffff;
    color: #004646; }
  .add-info nav ul.navGreatGrandChild a:hover {
    background-color: #fffbbb;
    color: #004646; }

/*  ============== accordion card / topic / block containers =================*/
/* accordion */
#accordion .card {
  border: 1px solid #ebeced;
  border-radius: 0;
  border-top: 0px solid #ebeced; }
#accordion .card:first-child {
  border-top: 2px solid #ebeced; }
#accordion .card-body p:first-of-type {
  margin-top: 0; }
#accordion .card-header {
  padding: 0; }
  #accordion .card-header a {
    display: block;
    padding: .75rem 1.25rem; }
  #accordion .card-header a:link, #accordion .card-header a:visited {
    text-decoration: none; }
  #accordion .card-header a:hover, #accordion .card-header a:active {
    text-decoration: underline;
    background-color: #ff00ff;
    color: #fff; }
  #accordion .card-header h5:hover {
    color: #fff; }
  #accordion .card-header .img {
    position: relative;
    float: right;
    height: 21px;
    width: 21px; }
    #accordion .card-header .img .iconDown {
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(/assets/images/site-images/sm-icons/all-icons-sm.png);
      background-repeat: no-repeat;
      background-position: 0px 0px;
      width: 21px;
      height: 21px; }
    #accordion .card-header .img .iconUp {
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(/assets/images/site-images/sm-icons/all-icons-sm.png);
      background-repeat: no-repeat;
      background-position: -29px 0px;
      width: 21px;
      height: 21px; }

/* cards */
.card-deck a:link{text-decoration: none;}
.card-deck a:hover{text-decoration: underline;}
.card-deck .card {
  height: 100% !important;
  margin: 0;
  padding: 0; }
  .card-deck .card a {
    display: block;
    height: 100%; }

.card-blk {
  height: 100% !important;
  overflow: hidden; }
  .card-blk a:link {
    text-decoration: none; }
  .card-blk a:hover {
    text-decoration: underline; }
  .card-blk .card-header {
    background-color: #004646;
    color: #ffffff;
    font-size: 1.125rem; }
  .card-blk .card-body {
    background-color: #fff;
    /* height:150px;
     overflow: hidden;*/ }
    .card-blk .card-body p {
      margin-top: 0; }
  .card-blk .card-footer {
    background-color: #004646;
    color: #fae6e6;
    margin: 0;
    padding: 0; }
    .card-blk .card-footer a {
      padding: .75rem 1.25rem; }
    .card-blk .card-footer p {
      padding: 0;
      margin: 0; }
    .card-blk .card-footer .btn {
      padding: .75rem 1.25rem;
      display: block; }

/*  ============== images / videos =================*/
/* content page images */
figure {
  border: 1px solid #eee;
  padding: 0.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  figure figcaption {
    text-align: center;
    font-size: 0.875rem; }
  figure img {
    width: 100%; }

img {
  border: 0 none;
  vertical-align: middle; }

/* content page videos */
.video-container {
  height: auto;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
  width: 100%; }

/* content image-gallery */
.imageGallery {
  margin: 0 0 20px;
  padding: 0;
  width: 100%; }
  .imageGallery ul {
    list-style: outside none none; }
    .imageGallery ul li {
      float: left;
      margin: 5px; }

/* bootstrap main */
/* ================  twitter feed container ======================*/
#twitter-feed-container {
  overflow: auto;
  max-height: 500px;
  border: 1px solid #ebeced;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em; }
  #twitter-feed-container .sm-twitter-container {
    max-height: 300px;
    overflow: hidden; }
/* ================ end twitter ======================*/
footer {
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #2b303a; }

.footer ul {
  list-style: none;
  padding: 0; }
  .footer ul li {
    width: 100%;
    padding: 0;
    margin: 0; }
    .footer ul li a {
      display: block;
      padding: 5px; }
    .footer ul li a:link, .footer ul li a:visited {
      color: #004646;
      text-decoration: none; }
    .footer ul li a:hover, .footer ul li a:active {
      text-decoration: underline; }

/*typography / font*/
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; }

span.vcard {
  font-size: 1rem; }

h1, h2, h3, h4, h5 {
  color: #2b303a;
  font-family: inherit;
  margin: 0 0 10px 0; }

h2.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: #0e2f00;
  text-decoration: underline; }

a:hover, active {
  background-color: #f7f3f5;
  color: #000;
  text-decoration: none; }

hr {
  border-top: 1px dashed #f7f3f5; }

/*---------------------------------------------------------------------------------------------------------general classes*/
.noTextDec {
  text-decoration: none; }

.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;
  overflow: hidden;
  position: relative; }

.badge {
  padding-left: 20px;
  margin-left: 20px; }

.strong {
  font-weight: bold; }

.remove-lg-marg-tb {
  margin-top: 0px;
  margin-bottom: 0px; }

.remove-marg-t {
  margin-top: 0px; }

.remove-padding-t {
  padding-top: 0px; }

.remove-marg-b {
  margin-bottom: 0px; }

.remove-padding-t {
  padding-bottom: 0px; }

.add-lg-marg {
  margin: 20px; }

.add-lg-marg-tb {
  margin-top: 20px;
  margin-bottom: 20px; }

.add-xlg-marg-tb {
  margin-top: 40px;
  margin-bottom: 40px; }

.add-lg-marg-t {
  margin-top: 20px; }

.add-lg-marg-b {
  margin-bottom: 20px; }

.add-lg-marg-r {
  margin-right: 20px; }

.add-lg-marg-l {
  margin-left: 20px; }

.add-xlg-marg {
  margin: 30px; }

.add-xlg-marg-t {
  margin-top: 40px; }
.add-xlg-marg-b {
  margin-top: 40px; }
.add-med-marg-t {
  margin-top: 10px; }

.add-lg-marg-pad-b {
  margin-bottom: 20px;
  padding-bottom: 20px; }

.add-vlg-marg-b {
  margin-bottom: 40px; }

.add-vlg-marg-t {
  margin-top: 40px; }

.add-med-padding {
  padding: 10px; }

.add-med-padding-tb {
  padding-top: 10px;
  padding-bottom: 10px; }

.add-lg-padding {
  padding: 20px; }

.add-lg-padding-tb {
  padding-top: 20px;
  padding-bottom: 30px; }

.add-lg-padding-rl {
  padding-right: 20px;
  padding-left: 20px; }

.add-lg-padding-b {
  padding-bottom: 20px; }

.add-lg-padding-t {
  padding-top: 20px; }

.add-lg-padding-r {
  padding-right: 20px; }

.add-lg-padding-1 {
  padding-left: 20px; }

.add-lrg-padding {
  padding-top: 30px; }

.add-lrg-padding-tb {
  padding-top: 30px;
  padding-bottom: 30px; }

.add-lrg-padding-b {
  padding-bottom: 30px; }

.add-lrg-padding-t {
  padding-top: 30px; }

.add-lrg-padding-r {
  padding-right: 30px; }

.add-lrg-padding-l {
  padding-right: 30px; }

.add-pad-marg {
  padding: 10px 20px 20px 20px;
  margin-bottom: 20px; }

.mobile-marg {
  margin-top: 20px; }

.mobile-marg-b {
  margin-bottom: 20px; }

.tool-tip {
  font-size: 0.875rem; }

.display-block {
  display: block; }

/*-------------------------------------------------------------------------------------------class colours ---*/
.pale-colour {
  background-color: #ebeced; }

.base-colour {
  background-color: #f7f3f5; }

.light-colour {
  background-color: #fefdfe; }

.black {
  background-color: #000; }

.white {
  background-color: #fff; }

.primary-colour {
  background-color: #0e2f00; }

.pale-primary-colour {
  background-color: #e6eded; }

.pale-fourth-colour {
  background-color: #fffbbb; }

/*-------------------------------------------------------------------------------------------class blocks of text ---*/
.pleaseNote {
  background-color: #faf1f2;
  color: #000;
  margin-bottom: 20px;
  margin-left: 0px;
  border-left: 5px solid #0e2f00;
  padding: 5px 10px;
  display: block; }

.error, .instruction {
  background-color: #fae6e6;
  color: #000;
  margin-bottom: 20px;
  margin-top: 5px;
  border-left: 5px solid #2b303a;
  padding: 5px 10px;
  display: block; }

.itstheLaw {
  background-color: #e6eded;
  color: #000;
  margin-bottom: 20px;
  margin: 0px;
  border-left: 5px solid #0e2f00;
  padding: 5px 10px;
  display: block; }

.highlight {
  color: #fff;
  background-color: #0e2f00;
  padding: 0 10px; }

.blockquote {
  display: block;
  margin-left: 20px;
  padding: 20px;
  border-left: 5px solid #0e2f00; }
  .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: 0px;
  font-size: 1rem;
  display: block;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0; }

.jumpTopContainer a:link, .jumpTopContainer a:visited {
  color: #004646;
  background-color: #e6ffff;
  text-decoration: none; }
.jumpTopContainer a:hover, .jumpTopContainer a:active {
  background-color: #ff00ff;
  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*/
/* the .tableContainer created by javaScript to fix the header of the table */
.tableContainer {
  position: relative;
  width: 100%;
  overflow: auto; }

/*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 forms */
.form-group {
  margin-left: 0;
  margin-right: 0; }

.btn, button, input[type="submit"] {
  border: 1px solid #040506;
  background-color: #040506;
  color: #fff;
  font-size: 1rem;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.btn:link, .btn:visited, button:link, button:visited {
  background-color: #040506;
  color: #fff;
  text-decoration: none; }

.btn:hover, .btn:active, button:hover, button:active {
  background-color: #ff00ff;
  color: #fff; }

/*bootstrap components */
.control-height {
  height: auto; }

/* media query---------------------------------------------------------------------------- start of media query bracket */
@media (min-width: 480px) {
  .hide-mob {
    border: 0;
    clip: rect(auto auto auto auto);
    height: auto;
    margin: auto;
    overflow: none;
    padding: 0;
    position: relative;
    width: auto; } }
/*====================== 
	 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 {
    /* Behave  like a "row" */
    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: #e6eded;
    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 ========= */
/* Carousel */
.opacity {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: left;}
/*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 {
    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.33333%;
    width: calc(100% / 3); }

  .imageThirdWidthLeft img {
    width: 100% !important;
    height: auto !important; }

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

  .imageThirdWidthRight img {
    width: 100% !important;
    height: auto !important; }

  .third {
    width: 33.33333%;
    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; } }
/* end media query */
/* start media query -------------------------------------------------------------------------- start media query */
@media (min-width: 850px) {
#side-listing {
    top: 310px;
    left: 0px; }
#side-hide {
    top: 310px;
    right: 0px; }
#cookieManagerMessageContainer a {
   display: inline;
   margin: 20px  20px 0 0; }
}
/* end media query */
/* start media query -------------------------------------------------------------------------- start media query */
@media (min-width: 992px) {
  /*==structure===*/
  /*  ==============================================================================================header */
header {
    background-color: #fff;
    color: #0e2f00; }
header .topItems .logo {
    background: transparent url("/assets/images/lrf/site/lrf-logo.png") no-repeat 5px 8px;
    width: 400px;
    height: 180px; }
header .topItems #google_translate_element {
    display: block;
    width: 100%;
    margin-top: 20px; }
header .topItems #search {
    display: block;
    width: 100%;
    margin-top: 20px; }
header .topItems #search input {
    width: auto; }
header .topItems #search button {
    width: auto;
    margin-left: -70px;
    background-color: #004646;
    color: #fff; }
header .topItems #search button:hover {
    color: #fff; }
  /* ================ nav bar =========================*/
  header nav.navbar {
    background-color: #fff;
    border-top: 0px solid #ff00ff;
    border-bottom: 1px solid #040506;
    padding: 0;
    margin: 0; }
    header nav.navbar ul.navbar-nav {
      padding: 0;
      margin: 0; }
      header nav.navbar ul.navbar-nav li.nav-item {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-right: 10px;
        margin-bottom: 0; }
        header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
          border: 1px solid #040506;
          border-bottom: none;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          padding-right: 2rem;
          padding-left: 2rem;
          margin-bottom: -1px; }
        header nav.navbar ul.navbar-nav li.nav-item a:link, header nav.navbar ul.navbar-nav li.nav-item a:visited {
          text-decoration: none;
          background-color: #040506;
          color: #fff; }
        header nav.navbar ul.navbar-nav li.nav-item a:hover, header nav.navbar ul.navbar-nav li.nav-item a:active {
          text-decoration: underline;
          background-color: #FFA8FF;
          color: #000; }
      header nav.navbar ul.navbar-nav li.current a:link, header nav.navbar ul.navbar-nav li.current a:visited {
        background-color: #FFA8FF;
        color: #000; }
      header nav.navbar ul.navbar-nav li.current a:hover {
        background-color: #004646;
        color: #fff; }
      header nav.navbar ul.navbar-nav li.current a:active {
        background-color: #FFA8FF;
        color: #000; }

  /* ================ header google translate ======================*/
  #google_translate_element {
    margin-top: 10px;
    height: 38px;
    border: 1px solid #040506;
    padding: 0px;
    background-color: #fff;
    color: #2b303a;
    border-radius: 3px; }
    #google_translate_element a {
      padding: 0px 0px; }
    #google_translate_element a:link, #google_translate_element a vistied {
      background-color: #fff;
      color: #000; }
    #google_translate_element a:hover, #google_translate_element a acitve {
      background-color: #ff00ff;
      color: #000; }
    #google_translate_element .goog-te-gadget-simple {
      padding: 4px 6px;
      border-width: 0; }
    #google_translate_element .goog-te-gadget-simple a {
      padding: 4px 6px;
      text-decoration: none; }

  .hide-desk {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  /* classes ---------------------------------------------------------------------------- classes */ }
/* 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; }
