/* Scss Document */
/*variables*/
/*variables media queries*/
/* 320*/
/*768px*/
/*1024px;*/
/*variables colours*/
/* white hint of pink*/
/* warm grey*/
/*light grey*/
/* purple*/
/*dark grey*/
/* black*/
/* white*/
/* Warm grey inner grey of logo*/
/*pale grey*/
/* bright mauve*/
/* map mauve*/
/*purple logo text colour*/
/*warm white hint of purple*/
/*dark blue / purple*/
/*pale yellow*/
body {
  background-color: #fff;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, 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*/
@font-face {
  font-family: 'kg_blank_space_solidregular';
  src: url("/assest/fonts/daccwa/webfontkit/kgblankspacesolid-webfont.woff2") format("woff2"), url("/assets/fonts/daccwa/webfontkit/kgblankspacesolid-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*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/daccwa/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/daccwa/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/daccwa/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/daccwa/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/daccwa/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/daccwa/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/daccwa/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/daccwa/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/daccwa/sm-icons/icxlsx.gif);
  background-position: 5px 8px;
  background-repeat: no-repeat; }

.noIcon {
  padding: 0px !important;
  background-color: transparent;
  background-image: none !important; }

/*
 * Cookie
 */
/*====== 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 #9b9c9e;
  box-shadow: 1px 0 5px 1px #000; }
#cookieManagerMessageContainer a {
    background-color: #9b9c9e;
    color: #fff;
    width: 60%;
    margin-top: 10px;
    border: 1px solid #9b9c9e; }
#cookieManagerMessageContainer a:hover {
    background-color: #fff;
    color: #9b9c9e; }
/*====== cookie page ==============================*/
.cookie-preference-form {
  margin: 40px 0 40px 0;
  border-bottom: 5px solid #682489;}
.cookie-preference-form label {
  font-weight: bold; }
.cookie-preference-form .radiobuttonlist label:hover {
  focus: 1px solid #9b9c9e;
  cursor: pointer; }
.cookie-preference-form .radiobuttonlist input[type="radio"] {
  cursor: pointer;
  width: 30px;
  height: 30px;}
.cookie-preference-form .btn-primary {
  background-color: #9b9c9e;
  color: #fff;
  margin-left: 2px;
  border: 1px solid #9b9c9e; }
.cookie-preference-form .btn-primary:hover, .cookie-preference-form .btn-primary:active, .cookie-preference-form .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: #9b9c9e;
  border: 1px solid #9b9c9e; }
/*================= structure =======================*/
/*  header */
header {
  position: relative;
  border-bottom: 5px solid #9b9c9e; }
  header .topItems {
    padding: 0 0 20px 0; }
    header .topItems .logo {
      display: block;
      /*text-align: center;*/
      margin: 0;
      font-size: large; }
      header .topItems .logo a:link h1, header .topItems .logo a:visited h1 {
        margin-top: 0px;
        padding: 10px;
        background-color: #682489 !important;
        color: #fff;
        text-decoration: none; }
      header .topItems .logo a:hover h1, header .topItems .logo a:active h1 {
        margin-top: 0px;
        padding: 10px;
        color: #682489;
        background-color: #fff !important;
        text-decoration: underline; }

#search {
  width: 100%;
  margin-top: 20px; }
  #search input {
    display: inline;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0; }
  #search button {
    width: auto;
    padding: 10px;
    font-size: 1rem;
    line-height: 1;
    margin-left: -73px;
    background-color: #682489;
    color: #fff; }
  #search button:hover, #search button:focus {
    background-color: #9b9c9e;
    color: #fff; }

/* ================ nav bar =========================*/
nav.navbar {
  padding: 0;
  background-color: #511d70; }
  nav.navbar button.navbar-toggler span.navbar-toggler-icon hr {
    border: 1px solid #fff !important;
    margin: 6px 0;
    padding: 0; }
  nav.navbar button.navbar-toggler:hover, nav.navbar button.navbar-toggler:active, nav.navbar button.navbar-toggler:focus {
    color: #a40982;
    background-color: #9b9c9e;
    border-radius: 0; }
  nav.navbar ul.navbar-nav li.nav-item {
    padding: 0 0px;
    border-right: 0px dotted #c2bfc3;
    border-bottom: 1px dotted #c2bfc3; }
    nav.navbar ul.navbar-nav li.nav-item a {
      padding: 10px 10px;
      display: block; }
    nav.navbar ul.navbar-nav li.nav-item a:link, nav.navbar ul.navbar-nav li.nav-item a:visited {
      color: #fff;
      background-color: transparent;
      text-decoration: none; }
    nav.navbar ul.navbar-nav li.nav-item a:hover, nav.navbar ul.navbar-nav li.nav-item a:active {
      color: #fff;
      background-color: #9b9c9e;
      text-decoration: underline; }
  nav.navbar ul.navbar-nav li:last-child {
    border-right: 0px solid #fff; }

nav {
  background-color: #a40982; }
  nav .sMenu {
    float: right;
    padding: 8px 5px 5px 10px;
    font-size: 0.875rem;
    color: #fff !important;
    background-color: transparentr; }

/* ================ small icons header ===========*/
.icons .list-inline li {
  float: right;
  text-align: right;
  width: 44px;
  height: 44px;
  padding: 2px;
  margin-left: 20px;
  border-radius: 0; }
.icons .list-inline li.login {
  width: 110px;
  background-color: #682489;
  color: #fff; }
.icons .list-inline a {
  padding: 0;
  display: block; }
.icons .list-inline a:link, .icons .list-inline a:visited {
  text-align: left;
  vertical-align: bottom;
  color: #fff;
  background-color: #682489;
  font-weight: bold; }
.icons .list-inline a:hover, .icons .list-inline a:active, .icons .list-inline a:focus {
  background-color: #9b9c9e; }

#contact .icons li {
  float: left;
  margin-right: 20px;
  margin-left: 0px; }

/* ================ main, footer ======================*/
main {
  position: relative;
  padding-top: 50px; }

/*homepage inline images*/
.imgsInline {
  display: inline-block; }
    .imgsInline a {
    float: left;
    text-align: centre;
    width: 200px;
    height: 200px; }
    .imgsInline a:link, .imgsInline a:visited {
      padding: 0;
      margin: 0; }
    .imgsInline a:hover, .imgsInline a:active, .imgsInline a:focus {
      padding: 0;
      margin: 0; }
    .imgsInline a img {
      width: auto;
      height: 100%;
      padding: 0;
      margin: 0; }

.backImage {
  background: transparent url("/assets/images/daccwa/site/circle-back-copy.png") top left no-repeat; }

footer, .minorFooter {
  height: auto;
  padding: 20px;
  margin-bottom: 0px;
  border-top: 5px solid #a40982;
  background-color: #682489; }
  footer p, footer h2, .minorFooter p, .minorFooter h2 {
    color: #fff; }
  footer h2, .minorFooter h2 {
    margin: 20px 0 40px 0; }
  footer .backImage, .minorFooter .backImage {
    background: #682489 url("/assets/images/daccwa/site/circle-back-pale-secondary-colour.png") top left no-repeat; }

.footer ul, .minorFooter ul {
  list-style: none;
  padding: 0; }
.footer ul li, .minorFooter ul li {
  width: 100%;
  padding: 0;
  margin: 0; }
.minorFooter ul.display-inline li {
  width:auto;
  float: left;
  padding: 10px 40px 10px 0px; }
.footer ul li a, .minorFooter ul li a {
  display: block;
  padding: 5px; }
.footer ul li a:link, .footer ul li a:visited, .minorFooter ul li a:link, .minorFooter ul li a:visited {
  color: #fff;
  text-decoration: none; }
.footer ul li a:hover, .footer ul li a:active, .minorFooter ul li a:hover, .minorFooter ul li a:active {
   text-decoration: underline; }
.minorFooter {padding:0}
footer small{color:#fff;}
/* ============== main content page blocks ==========*/
.breadcrumb-container {
  padding: 20px 0;
  margin-top: -50px;
  margin-bottom: 30px; }
  .breadcrumb-container .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0; }
    .breadcrumb-container .breadcrumb p {
      padding: 0;
      margin: 0; }

/* ================ page link ======================*/
.add-info nav {
  background-color: #f0f1f2;
  color: #333;
  border-radius: 20px;
  margin-bottom: 20px; }
  .add-info nav h3 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 0;
    padding: 10px 20px;
    background-color: #9b9c9e;
    color: #000; }
  .add-info nav h3.links {
    background-color: #9b9c9e; }
  .add-info nav ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0; }
    .add-info nav ul li.list-group-item {
      padding: 0;
      background-color: #f0f1f2;
      border: 0; }
    .add-info nav ul a {
      border-top: 1px dashed #c2bfc3;
      display: block;
      padding: 10px 20px; }
    .add-info nav ul a:link, .add-info nav ul a:visited {
      background-color: transparent;
      color: #333; }
    .add-info nav ul a:hover, .add-info nav ul a:active, .add-info nav ul a:focus {
      background-color: #9b9c9e;
      color: #fff; }
div.linkHead li {
  padding-left: 20px !important; }

/*  ============== accordion card picture links =================*/
/* accordion */

#accordion ul.list-group {
  flex-direction: column; }
#accordion ul.list-group li {
  border: 1px solid #c2bfc3;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-bottom: -2px;
  z-index: 1000; }
#accordion .card {
  border: 1px solid #c2bfc3;
  border-radius: 0;}
#accordion .card:first-child {
  border-top: 2px solid #c2bfc3; }
#accordion .card-body p:first-of-type {
  margin-top: 0; }
#accordion .card-body a.resourceLink {
  width: 150px;
  word-wrap: break-word;
  text-align: center;
  padding: 5px !important;
  background-image: none;
  white-space: normal; }
#accordion .card-header {
  border: 1px solid #e5e5e5;
  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;
  background-color: #e5e5e5;
  color: #a40982; }
#accordion .card-header a:link h3, #accordion .card-header a:visited h3 {
  background-color: #e5e5e5;
  color: #a40982; }
#accordion .card-header a:hover, #accordion .card-header a:active {
  text-decoration: underline;
  background-color: #9b9c9e;
  color: #fff; }
#accordion .card-header a:hover h3, #accordion .card-header a:active h3 {
   background-color: #9b9c9e;
   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 {
  border-radius: 40px; }
  .card .card-img, .card img {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px; }

/* picture links */
.pictLinks {
  background-color: #a40982; }

.posterBlock {
  position: relative;
  width: 500px;
  height: 500px;
  background: transparent url(/assets/images/daccwa/site/poster-block-back.png) no-repeat center center;
  /* color: $white!important;
   border: 10px solid $pale-secondary-colour;*/
  border-radius: 50%;
  /*padding: 0px;
  box-shadow: 0px 0 0 5px $third-colour;*/
  margin: 0px auto;
  overflow: hidden; }
  .posterBlock .inner {
    /*border: 5px solid $white;
    box-shadow: 0px 0 0 5px $third-colour;*/
    margin: 79px;
    width: 338px;
    height: 338px;
    border-radius: 50%;
    padding: 0px;
    overflow: hidden; }
    .posterBlock .inner h3 {
      font-size: 1.5em;
      line-height: 1.5em; }
    .posterBlock .inner p {
      font-size: 1em; }
.posterBlock .inner .playPause {
      bottom: 50px;
      width: 80px;
      margin: 5px auto; }
      .posterBlock .inner .playPause #playButton, .posterBlock .inner .playPause #pauseButton {
        background-color: transparent;
        border: 0px;
        text-align: center;
        line-height: 0.5;
        font-size: 2em; }
      .posterBlock .inner .playPause #playButton:hover, .posterBlock .inner .playPause #pauseButton:hover, .posterBlock .inner .playPause #playButton:focus, .posterBlock .inner .playPause #pauseButton:focus {
        background-color: #9b9c9e; }
      .posterBlock .inner .playPause #pauseButton {
        font-size: 2.2em; }
/*  ============== images / videos =================*/
/* content page images */
img {
  border: 0 none;
  vertical-align: middle; }

.responsive {
  width: 100%; }

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%; }

figure.imageFullWidth, .imageFullWidth img,
.imageFullWidth {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  padding-bottom: 10px; }

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; }

/* bootstrap main */
/*  twitter feed container */
.twitter-container {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
  padding: 10px;
  background-color: #fff; }
  .twitter-container .twitter-feed-container {
    overflow: hidden;
    max-height: 350px;
    /* border: 5px dashed $primary-colour;*/ }

/* end twitter */
/*  facebook feed container */
.facebook-container {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
  padding: 10px;
  background-color: #fff; }
  .facebook-container .facebook-feed-container {
    overflow: hidden;
    max-height: 350px;
    /* border: 5px dashed $secondary-colour;*/ }

/* end twitter */
/*typography / fonts*/
blockquote, p, li, a {
  color: #333;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.8; }

p {
  margin: 10px 0; }

a.noUnderline, a:hover, a:active {
  text-decoration: none !important; }

a:link, a:visited {
  color: #a40982;
  background-color: transparent; }

a:hover, a:active, a:focus {
  color: #fff;
  background-color: #a40982; }

.pictLinks p {
  margin: 0;
  padding: 5px 5px;
  font-size: 0.875rem;
  color: #fff; }

small {
  font-weight: bold; }

li {
  padding: 5px 0; }

li p {
  padding: 0;
  margin: 0; }

dl dt {}
dl dt h3 a {
  font-size: 1.4em; }
dl dt h3 a:link, dl dt h3 a:visited {
  text-decoration: underline; }
dl dt h3 a:hover, dl dt h3 a:active {
  text-decoration: underline; }
dl dd {
  padding-left: 20px; }
dl dd h4 {
  font-size: 1.2em; }

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

h1, h2, h3, h4, h5 {
  color: #a40982;
  margin: 0 0 10px 0; }

h1.hp {
  font-family: "kg_blank_space_solidregular";
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 0px; }

h1 {
  font-family: "kg_blank_space_solidregular";
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0px; }

h2, h3 {
  font-family: "kg_blank_space_solidregular", cursive;
  font-size: 1rem;
  line-height: 1.3; }

h2.introduction {
  font-weight: 300; }

h4, h5 {
  font-size: 0.875rem;
  margin: 0 0 5px 0;
  line-height: 1.3; }

h3 {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 10px; }

.hPLinks h3 {
  padding: 10px 10px;
  text-align: center; }

.pictLinks h3 {
  margin: 0;
  padding: 5px 5px;
  font-size: 0.875rem;
  text-align: center; }

p a:link, p a:visited {
  background-color: transparent;
  color: #682489;
  text-decoration: underline; }

p a:hover, p a:active {
  background-color: #9b9c9e;
  color: #fff;
  text-decoration: none; }

a:link .pictLinks h3, a:visited .pictLinks h3, .pictLinks h3 {
  background-color: #9b9c9e;
  color: #fff; }

a:hover .pictLinks h3, a:active .pictLinks h3 {
  background-color: #9b9c9e;
  color: #fff; }

hr {
  display: block;
  clear: both;
  border-top: 2px dotted #9c77ad;
  padding: 5px 0;
  margin: 10px 0 10px 0; }
hr.dotted {
  border-top: 5px dashed #fff;
  padding: 5px 0;
  margin: 40px 0 20px 0; }

/*---------------------------------------------------------------------------------------------------------general classes*/
.text-align-right{
  text-align: right;}
.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; }
.tool-tip {
  font-size: 0.875rem; }
.border-t-container {
  padding: 10px 10px 0 10px;
  margin-top: 20px;
  border-top: 1px dashed #f7f3f5; }
.display-block {
  display: block; }
.display-inline{
  display:inline-block}
.removeMarg {
  margin: 0; }

.add-sm-marg {
  margin: 5px; }

.add-sm-marg-tb {
  margin: 5px 0; }

.add-sm-marg-lr {
  margin: 0 5px; }

.add-med-marg {
  margin: 10px; }

.add-med-marg-tb {
  margin: 10px 0; }

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

.add-med-marg-b {
  margin-bottom: 10px; }

.add-med-marg-lr {
  margin: 0 10px; }

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

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

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

.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-tb {
  margin-top: 30px;
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.add-med-padding-lr {
  padding-left: 10px;
  padding-right: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark-colour {
  background-color: #511d70; }

.black {
  background-color: #000; }

.white {
  background-color: #fff; }

.primary-colour {
  background-color: #9b9c9e; }

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

.secondary-colour {
  background-color: #a40982; }

.pale-secondary-colour {
  background-color: #9c77ad; }

.third-colour {
  background-color: #682489; }

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

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

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

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

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

.blockquote {
  display: block;
  margin-left: 20px;
  padding: 20px;
  border-left: 5px solid #9b9c9e; }
  .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: 0.875rem;
  display: block;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom: 0; }

.jumpTopContainer a:link, .jumpTopContainer a:visited {
  color: #fff;
  background-color: #a40982;
  text-decoration: none;
  border: 1px solid #a40982;
  border-bottom: 0; }
.jumpTopContainer a:hover, .jumpTopContainer a:active {
  background-color: #9b9c9e;
  color: #fff;
  text-decoration: underline;
  border: 1px solid #a40982;
  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 #c2bfc3;
    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: #333;
    color: #fff; }
  table tbody tr:hover a {
    color: #16114d;
    background-color: #333; }
  table th {
    background-color: #f0f1f2;
    color: #000;
    padding: 5px;
    text-align: left;
    vertical-align: bottom; }
  table tfoot tr td {
    background-color: #c2bfc3; }
  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: #333;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center; }

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

table tr .row-a {
  background-color: #fffbbb; }
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 #9b9c9e;
  background-color: #a40982;
  color: #fff;
  font-size: 0.875rem;
  padding: 5px;
  border-radius: 0; }

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

.btn:hover, .btn:active, button:hover, button:active {
  background-color: #e5e5e5;
  color: #511d70; }

/*bootstrap components */
.control-height {
  height: auto; }
/* forms */
.page-form {
  padding-bottom: 50px;
  margin-bottom: 20px; }

.page-form .contourPageName {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important; }

.page-form fieldset {
  border-bottom: 3px solid #4f0b7b;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.page-form fieldset legend {
  font-size: 1.125em;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0; }

.page-form input, .page-form textarea, .page-form select {
  border-radius: 0;
  border: 1px solid #aaaaaa;
  padding: 8px;
  height: 39px;
  width: 100%; }

.page-form textarea {
  height: auto; }

.page-form input[type="checkbox"] {
  padding: 8px;
  margin: 0 10px;
  height: 20px !important;
  width: 20px;
  position: relative; }

.page-form label {
  font-weight: normal;
  padding-top: 10px;
  padding-left: 0; }

.page-form .contourIndicator, .page-form .umbraco-forms-indicator {
  color: #c00; }

.page-form .help-block {
  color: #005293; }

.page-form input[type="radio"] {
  padding: 8px;
  margin: 0 10px;
  height: 1em;
  width: 1em;
  position: relative; }

.page-form .contourNavigation .btn,
.page-form .contourNavigation .button {
  width: auto;
  background-color: #4f0b7b;
  color: #fff; }

.page-form .contourNavigation .btn:hover,
.page-form .contourNavigation .button:hover,
.page-form .contourNavigation .btn:focus,
.page-form .contourNavigation .button:focus {
  background-color: #734d96;
  color: #fff; }

.page-form .highlight {
  padding: 0;
  background-color: transparent;
  color: #cc0000;
  margin-left: 10px; }

.page-form .form-group {
  margin-bottom: 20px; }

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

input[type="checkbox"] {
  height: auto !important; }

#contour span.contourError,
#contour span.field-validation-error .contour span.contourError,
.contour span.field-validation-error,
.page-form span.field-validation-error {
  color: #8a1f11 !important;
  background: transparent !important; }

.page-form h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #e5e5e5; }

/* end forms */
/* 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; } }
@media (min-width: 768px) {
  header .topItems {
    padding-top: 20px; }
    header .topItems .logo a:link h1,
    header .topItems .logo a:visited h1 {
      width: 400px;
      height: 130px;
      background: #fff url("/assets/images/daccwa/site/DaCCWA_logo-400.png") 0 0 no-repeat; }

  /*typography / fonts*/
  blockquote, p, li, a {
    font-size: 1rem; }

  p {
    margin: 20px 0; }

  li {
    padding: 5px 0; }

  h2.introduction {
    font-weight: 300; }

  h1.hp {
    font-size: 3rem; }

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

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

  h3, h4, h5 {
    font-size: 1rem;
    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; }

  #accordion ul.list-group {
    flex-direction: row; } }
/* end media query */
/* start media query -------------------------------------------------------------------------- start media query */
/* end media query */
/* start media query -------------------------------------------------------------------------- start media query */
@media (min-width: 992px) {
  /*=============structure ============*/
  /*  header  */
  /* nav bar */
  header nav.navbar {
    background-color: #511d70 !important;
    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;
        border-bottom: 0px dotted transparent; }
        header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
          padding-right: 2rem;
          padding-left: 2rem;
          margin-bottom: 0px;
          font-family: "kg_blank_space_solidregular", cursive; }
        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: transparent;
          color: #fff; }
        header nav.navbar ul.navbar-nav li.nav-item a:hover, header nav.navbar ul.navbar-nav li.nav-item a:active, header nav.navbar ul.navbar-nav li.nav-item a:focus {
          text-decoration: underline;
          background-color: #a40982;
          color: #fff; }
      header nav.navbar ul.navbar-nav li.current a:link, header nav.navbar ul.navbar-nav li.current a:visited {
        background-color: #682489;
        color: #fff; }
      header nav.navbar ul.navbar-nav li.current a:hover, header nav.navbar ul.navbar-nav li.current a:focus {
        background-color: #a40982;
        color: #fff; }
      header nav.navbar ul.navbar-nav li.current a:active {
        background-color: #682489;
        color: #fff; }

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