/* Scss Document */
body, html {
  height: 100%; }

body {
  font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0; }

/*variables*/
/*variables media queries*/
/* 320*/
/*768px*/
/*1024px;*/
/*variables colours*/
/*colours - main
231f38 = dark purple
e31e25 = red
f3f1f8 = very very pale purple almost white
f38d14 = orange hover colour
9d9f9e = grey (body background colour)
secondary
74b5d0 = pale warm blue (homepage)
fdf402 = bright yellow
000000 = black
f0dddd = pale pink (form required fields)
eeeeee = grey (FAQs detail background)
3f3864 = mid purple (top border for footer)
1c192c = dark purple almost black (borders for footer)
*/
/* black*/
/* white*/
/* light grey*/
/* grey*/
/* very light grey*/
/* pale green*/
/*dark grey*/
/* bright orange*/
/*pleaseNote pale orange*/
/*alternative logo background colour purple*/
/*itstheLaw*/
/*secondary logo colour red*/
/*pale pink*/
/*logo grey?*/
/* pink instruction*/
/*#fff200; yellow changed to #ddd grey*/
/*pale yellow*/
/*==================== 
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*/
#dcc_cookieMessageContainer {
  z-index: 150000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  height: auto;
  line-height: 20px;
  border: none;
  overflow: visible;
  text-align: left;
  font-size: 1rem;
  background-color: #d6dba3;
  color: #000; }
  #dcc_cookieMessageContainer p {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto; }
    #dcc_cookieMessageContainer p a:link {
      background-color: #d6dba3;
      color: #000; }
    #dcc_cookieMessageContainer p a:hover {
      background-color: #000;
      color: #d6dba3; }
  #dcc_cookieMessageContainer #dcc_cookieMessageCloseButton {
    position: absolute;
    right: 20px;
    bottom: 50%;
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: #000 2px 2px 5px; }
/*================================================================================================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: #231f38;
      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 #aaaaaa;
    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: #9d9f9e; }
  .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: #231f38;
  color: #fff; }
  header .topItems {
    /*#search {
    	padding-bottom:10px;
    	input{
    		width: 97%;
    		margin-right: 5px;
    		border: 1px solid $dark-colour;
    	}
    	button{ 
    		width: auto;
    		border: 2px solid $dark-colour;
    		margin-left:-70px;
    	}
    	button:hover{
    	background-color: $bright-colour;
    		color: $primary-colour;
    		border: 2px solid $dark-colour;
    		
    	}
    }*/ }
    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: #231f38;
        color: #fff;
        text-decoration: none; }
      header .topItems .logo a:hover, header .topItems .logo a:active {
        color: #fff;
        background-color: #231f38;
        text-decoration: underline; }
    header .topItems #google_translate_element {
      display: none; }

/* ================ nav bar =========================*/
.navbar {
  padding-top: 0;
  padding-bottom: 0; }

nav {
  background-color: #fff;
  /*border-top: 2px solid $bright-colour;
  border-bottom: 2px solid $secondary-colour;*/ }
  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: #aaaaaa;
    color: #fff;
    padding-left: 10px; }
  nav .container ul li a:hover, nav .container ul li a:active {
    text-decoration: underline;
    background-color: #e31e25;
    color: #fff;
    padding-left: 10px; }
  nav .container ul li.current a:link {
    background-color: #f38d14;
    color: #fff; }
  nav .container ul li.current a:hover {
    background-color: #e31e25;
    color: #fff; }

/* ================ Carousel and summary back image  ======================*/
.opacity {
	background-color:rgba(255,255,255,0.9);
	filter: alpha(Opacity=90);
	opacity: 0.9;
	padding: 3rem 2rem;
}
.backImageStyles {
	background-color: #e9ecef;
	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: #e9ecef;
	background-position:center;
	background-repeat: no-repeat;}
.carousel .carousel-indicators .active {
  background-color: #e31e25; }
.carousel .carousel-indicators li {
  background-color: #aaaaaa; }

/* ================ 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: #231f38;
    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: #dac27c;
        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: #231f38;
    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: #dac27c;
        background-color: #000; }

/* close bracket for side - listing */
/*  =================================================================================== jumbotron*/
.jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  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: #fff; }
  .add-info h2 {
    background-color: #e5e5e5;
    padding: .5rem .5rem .0rem .7rem;
    margin-bottom: 0; }
  .add-info ul .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-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: #f6f6f6;
      color: #231f38; }
    .add-info ul li a:hover, .add-info ul li a:active {
      text-decoration: underline;
      background-color: #f38d14;
      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: #f38d14;
    color: #fff; }

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

/*  ============== accordion card / topic / block containers =================*/
/* accordion */
#accordion .btn {
  border-radius: 0; }
#accordion .tabs .card:first-child {
  border-top: 1px solid #e5e5e5; }
#accordion .card {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  border-top: 0px solid #e5e5e5; }
#accordion .card:first-child {
  border-top: 2px solid #e5e5e5; }
#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: #f38d14;
    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 .card {
  height: 100% !important;
  margin: 0;
  padding: 0; }

.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: #e5e5e5;
    color: #222;
    font-size: 1.125rem; }
  .card-blk .card-body {
    background-color: #fff;
    /* height:150px;
     overflow: hidden;*/ }
    .card-blk .card-body h3.card-title {
      font-size: 1.125rem; }
    .card-blk .card-body p {
      margin-top: 0; }
  .card-blk .card-footer {
    background-color: #e5e5e5;
    color: #231f38;
    margin: 0;
    padding: 0; }
    .card-blk .card-footer a {
      padding: 0; }
    .card-blk .card-footer p {
      padding: 0;
      margin: 0; }
    .card-blk .card-footer .btn {
      padding: .40rem .75rem;
      display: block;
      /*margin: .40rem;*/
      border-radius: 0; }

/*  ============== 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%; }

/* ================  map container ======================*/
#tw_map {
  height: 100%; }

/* ================  twitter feed container ======================*/
#twitter-feed-container {
  overflow: auto;
  max-height: 500px;
  border: 1px solid #e5e5e5;
  -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: #222; }

.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: #231f38;
      text-decoration: none; }
    .footer ul li a:hover, .footer ul li a:active {
      text-decoration: underline; }

/*typography / font*/
blockquote, p, li, a {
  color: #222;
  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: #222;
  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: #231f38;
  text-decoration: underline; }

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

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

/*---------------------------------------------------------------------------------------------------------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: #e5e5e5; }

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

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

.black {
  background-color: #000; }

.white {
  background-color: #fff; }

.primary-colour {
  background-color: #231f38; }

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

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

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

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

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

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

.blockquote {
  display: block;
  margin-left: 20px;
  padding: 20px;
  border-left: 5px solid #231f38; }
  .blockquote .quotee {
    display: block;
    text-align: right;
    font-weight: bold; }

.quotee {
  display: block;
  text-align: right;
  font-weight: bold; }

/* =================== 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: #fff;
  background-color: #9d9f9e;
  text-decoration: none; }
.jumpTopContainer a:hover, .jumpTopContainer a:active {
  background-color: #d6dba3;
  color: #000;
  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-right: 0;
  border-left: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%; }
  table td {
    border: 1px solid #e5e5e5;
    vertical-align: top; }
  table tr:nth-child(even) {
    background-color: #fffcbf; }
  table tr:nth-child(odd) {
    background-color: #fff; }
  table tbody tr:hover td, table tbody tr:hover td p {
    background-color: #222;
    color: #fff; }
  table tbody tr:hover a, table tbody tr:hover p, table tbody tr:hover li {
    color: #dac27c;
    background-color: #222; }
  table th {
    background-color: #dce6f0;
    color: #000;
    padding: 5px;
    text-align: left;
    vertical-align: bottom; }
  table tfoot tr td {
    background-color: #e5e5e5; }
  table tfoot tr {
    display: none; }
  table td {
    padding: 5px;
    font-size: 0.875rem; }
  table td span {
    font-size: 0.875rem; }
  table .noTrStrips tr:nth-child(even) {
    background-color: #fff; }
  table caption {
    background-color: #fff;
    color: #222;
    font-size: 1rem;
    font-weight: bold;
    text-align: center; }

/*table styles*/
td, th {
  font-size: 0.875rem;
  min-width: 50px; }

table tr .row-a {
  background-color: #fffcbf; }
table tr .row-b {
  background-color: #fff; }

/*  bootstrap forms */
.form-group {
  margin-left: 0;
  margin-right: 0; }

.btn, button, input[type="submit"] {
  border: 1px solid #aaaaaa;
  background-color: #aaaaaa;
  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: #aaaaaa;
  color: #fff;
  text-decoration: none; }

.btn:hover, .btn:active, button:hover, button:active {
  background-color: #f38d14;
  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 #222;
    font-weight: bold; }

  table.tm thead th:nth-of-type(1), table.tm td:nth-of-type(1) {
    background-color: #dce6f0;
    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: #f0dddd;
    color: #000; }

  table.tm thead th:nth-of-type(4), table.tm td:nth-of-type(4) {
    background-color: #d6dba3;
    color: #000; }

  table.tm thead th:nth-of-type(5), table.tm td:nth-of-type(5) {
    background-color: #fffcbf;
    color: #000; }

  table.tm thead th:nth-of-type(6), table.tm td:nth-of-type(6) {
    background-color: #e5e5e5;
    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: #222;
    color: #fff; }

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

  table.tm td:nth-of-type(3):hover {
    background-color: #222;
    color: #fff; }

  table.tm td:nth-of-type(4):hover {
    background-color: #222;
    color: #fff; }

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

  table.tm td:nth-of-type(6):hover {
    background-color: #222;
    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 {
    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; } }
/* end media query */
/* start media query -------------------------------------------------------------------------- start media query */
@media (min-width: 992px) {
  /*==structure===*/
  /*  ==============================================================================================header */
  header {
    background-color: #fff;
    color: #231f38; }
    header .topItems .logo {
      background: transparent url("/assets/images/prsp/site/prsp-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: #e31e25;
        color: #fff; }
      header .topItems #search button:hover {
        color: #fff; }

  /* ================ nav bar =========================*/
  header nav.navbar {
    background-color: #fff;
    border-top: 0px solid #f38d14;
    border-bottom: 1px solid #aaaaaa;
    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 #aaaaaa;
          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: #aaaaaa;
          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: #f38d14;
          color: #fff; }
      header nav.navbar ul.navbar-nav li.current a:link, header nav.navbar ul.navbar-nav li.current a:visited {
        background-color: #e31e25;
        color: #fff; }
      header nav.navbar ul.navbar-nav li.current a:hover {
        background-color: #f38d14;
        color: #fff; }
      header nav.navbar ul.navbar-nav li.current a:active {
        background-color: #f38d14;
        color: #fff; }

  /* ================ header google translate ======================*/
  #google_translate_element {
    margin-top: 10px;
    height: 38px;
    border: 1px solid #aaaaaa;
    padding: 0px;
    background-color: #fff;
    color: #222;
    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: #f38d14;
      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; }
