/* media querys vars */
/* colours start here 
//vars  sr = site root */
/*pale grey*/
/* map mauve*/
/*warm white hint of purple*/
/*pale yellow*/
/* white hint of pink*/
/* warm grey*/
/*light grey*/
/* purple*/
.bgFirst {
    background-color: #9b9c9e;
    color: #fff; }
.bgFirst li {
    color: #fff; }
.bgFirst a:link, .bgFirst a:visited {
    color: #fff; }
.bgFirst a:hover, .bgFirst a:active {
    background-color: #16114d;
    color: #682489; }
.bgSecond {
    background-color: #a40982;
    color: #fff; }
.bgSecond li {
    color: #fff; }
.bgSecond a:link, .bgSecond a:visited {
    color: #fff; }
.bgSecond a:hover, .bgSecond a:active {
    background-color: #16114d;
    color: #682489; }
.bgThird {
    background-color: #682489;
    color: #fff; }
.bgThird li {
    color: #fff; }
.bgThird a:link, .bgThird a:visited {
    background-color: #682489;
    color: #fff; }
.bgThird a:hover, .bgThird a:active {
    background-color: #fff;
    color: #682489; }
.bgFourth {
    background-color: #16114d;
    color: #000; }
.bgFourth li {
    color: #000; }
.bgFourth a:link, .bgFourth a:visited {
    background-color: #16114d;
    color: #000; }
.bgFourth a:hover, .bgFourth a:active {
    background-color: #000;
    color: #16114d; }
.bgWhite {
    background-color: #fff;
    color: #000; }
.bgWhite li {
    color: #000; }
.bgWhite a:link, .bgWhite a:visited {
    background-color: #fff;
    color: #000; }
.bgWhite a:hover, .bgWhite a:active {
    background-color: #000;
    color: #fff; }
.bgGrey {
    background-color: #c9c9c9;
    color: #000; }
.bgGrey li {
    color: #000; }
.bgGrey a:link, .bgGrey a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgGrey a:hover, .bgGrey a:active {
    background-color: #000;
    color: #f0f1f2; }
.bgPaleGrey {
    background-color: #f0f1f2;
    color: #000; }
.primary {
    background-color: #9b9c9e;
    color: #fff; }
.secondary {
    background-color: #a40982;
    color: #fff; }
.third {
    background-color: #682489;
    color: #fff; }
.fourth {
    background-color: #16114d;
    color: #000; }
.white {
    background-color: #fff;
    color: #000; }
.grey {
    background-color: #c9c9c9;
    color: #000; }
/*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; }
html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    min-height: 100%;
    background-color: #682489;
    /*background-color: #511d70;*/
}
/* daccwa typography / fonts*/
blockquote, p, li, a {
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.8; }
.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: 1rem;
    color: #fff; }
small {
    font-weight: bold; }
li {
    padding: 5px 0; }
li p {
    padding: 0;
    margin: 0; }
dl dt h3 a {
    font-size: 1.4rem; }
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.2rem; }
span.vcard {
    font-size: 1.2rem; }
h1, h2, h3, h4, h5 {
    color: #a40982;
    margin: 0 0 10px 0; }
h1.hp {
    font-size: 2.5rem;
    line-height: 1.8;
    margin-top: 0; }
h1 {
    font-family: "kg_blank_space_solidregular";
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0; }
h1 + p, h2 + p {
    font-weight: bold;}
h2, h3 {
    font-family: "kg_blank_space_solidregular", cursive;
    font-size: 1.2rem;
    line-height: 1.3; }
h2.introduction {
    font-weight: 300; }
h3 {
    margin-top: 10px; }
.hPLinks h3 {
    padding: 10px 10px;
    text-align: center; }
.pictLinks h3 {
    margin: 0;
    padding: 5px 5px;
    font-size: 1.2rem;
    text-align: center; }
h4, h5 {
    font-size: 1.2rem;
    margin: 0 0 5px 0;
    line-height: 1.3; }
p, li, td, dd {
    font-size: 1rem;
    line-height: 1.8; }
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;
    margin: 40px 0; }
.dotted {
    border-top: 5px dashed #fff;
    padding: 5px 0;
    margin: 40px 0 40px 0;
    background-color: transparent;
    opacity: 1; }
/*variables for visually hidding*/
/*mixims*/
/*Styles for all*/
/* general styles */
    .responsive, span.responsive img {
    width: 100%;
    height: auto; }
.img-fluid, span.img-fluid img {
    max-width: 100%;
    height: auto; }
/*figure.imageThirdWidthRight, .imageThirdWidthRight, span.imageThirdWidthRight img {
    margin-bottom: 10px;
    width: 100%;
    height: auto; }
figure.imageThirdWidthLeft, .imageThirdWidthleft, span.imageThirdWidthleft img {
    margin-bottom: 10px;
    width: 100%;
    height: auto; }*/
figure.third-float-right, .third-float-right, span.third-float-right img {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    width: auto;
    height: auto; }
figure.third-image-left, .third-image-left, span.third-image-left img {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: auto;
    height: auto; }
/*image blocks with a link */
.imageBlockLink a{
    display: block;}
.imageBlockLink a figure{
    margin: 0;}
.text-align-left {
    text-align: left; }
.float-left, span.float-left img {
    float: left;
    margin-right: 20px; }
.float-right, span.float-right img {
    float: right;
    margin-left: 20px; }
.rounded {
    border-radius: 0 !important; }
.shaped {
    border-radius: 60% 40% 30% 70% / 50% 30% 70% 40%; }
.figure-img {
    margin-bottom: 0;
    line-height: 1; }
.figure-caption {
    font-size: 0.8em;
    color: #333;
    background-color: #fff;
    padding: 5px; }
.pleaseNote {
    display: block;
    padding: 30px 20px;
    background-color: #9b9c9e;
    color: #fff;
    border-left: 5px solid #a40982;
    font-weight: bold; }
.hide {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
.display-inline {
    display: inline-block;}
.add-lg-marg-tb {
    margin: 20px 0;}
/* buttons */
button {
    background-color: #c9c9c9;
    border: none;
    margin-top: 20px;
    padding: 0;
    width: 100%; }
button a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none; }
button a:link, button a:visited {
    background-color: #c9c9c9;
    color: #000; }
button a:hover, button a:active {
    background-color: #000;
    color: #fff; }
.bgFirst button a:link, .bgFirst button a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgSecond button a:link, .bgSecond button a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgThird button a:link, .bgThird button a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgFirst button a:hover, .bgFirst button a:active {
    background-color: #000;
    color: #fff; }
.bgSecond button a:hover, .bgSecond button a:active {
    background-color: #000;
    color: #fff; }
.bgThird button a:hover, .bgThird button a:active {
    background-color: #000;
    color: #fff; }
.linkBlock {
    position: relative;
    display: block;
    /*padding: 20px 70px 20px 20px;*/
    height: 100%; }
.linkBlock a {
    display: inline-block;
    padding: 20px 20px; }
.linkBlock a:link, .linkBlock a:visited {
    background-color: #a40982;
    color: #fff; }
.linkBlock a:hover, .linkBlock a:active {
    background-color: #000;
    color: #fff; }
.linkBlock a p{
    margin: 0;
    padding: 0;
    color: #fff;}
/* block & link decoration */
.linkBlock .imageHolder {
    position: absolute;
    top: -10px;
    right: -30px;
    width: 85px;
    height: 80px;
    background-image: url("/media/drpbqla5/link-details.png");
    background-position: -50px -224px;
    background-repeat: no-repeat; }
a:link .linkBlock, a:visited .linkBlock {
    background-color: #333;
    color: #f4e8fa; }
a:hover .linkBlock, a:active .linkBlock {
    background-color: #000;
    color: #fff; }
a:link .rtelinkBlock, .rtelinkBlock a:link, a:visited .rtelinkBlock, .rtelinkBlock a:visited {
    background-color: #f0f1f2;
    color: #000;
    padding: 20px;
    display: block;
    font-weight: bold;
    text-decoration: none; }
.home a:link .rtelinkBlock, .home .rtelinkBlock a:link, .home a:visited .rtelinkBlock, .home .rtelinkBlock a:visited {
    background-color: #f0f1f2;
    color: #000;
    padding: 20px;
    display: block;
    font-weight: bold;
    text-decoration: none; }
a:hover .rtelinkBlock, .rtelinkBlock a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: underline; }
.home a:hover .rtelinkBlock, .home .rtelinkBlock a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: underline; }
.rtelinkBlock a::after {
    font-family: "FontAwesome";
    content: '\f054';
    display: inline-block;
    padding-left: 15px; }
.fa-chevron-right {
    font-family: "FontAwesome";
    content: '\f054';
    display: inline-block;
    padding-left: 15px; }
.text-decoration-none a {
    text-decoration: none; }
/* animation trigger */
#startAnimation-1 {
    border: 5px solid #000;
    border-radius: 50%;
    width: 300px;
    height: 300px; }
#animation1 {
    position: relative;
    min-height: calc(100% - 3.5rem);
    animation-name: moveSideways;
    animation-duration: 4s;
    animation-iteration-count: 5; }
@keyframes moveSideways {
    0% {
        left: 0;
        top: 0; }
    50% {
        left: 500px;
        top: 0; }
    100% {
        left: 0;
        top: 0; } }
.jumpTopContainer .jumpTop.cd-fade-out {
    opacity: .5;}
.jumpTopContainer .jumpTop.cd-is-visible {
    visibility: visible;
    opacity: .8;}
.jumpTopContainer .jumpTop.cd-is-visible, .jumpTopContainer .jumpTop.cd-fade-out, .jumpTopContainer .no-touch .jumpTop:hover {
    transition: opacity .3s 0s, visibility 0s 0s;}
.jumpTopContainer .jumpTop.cd-fade-out {
  opacity: .5;}
.jumpTopContainer a:link, .jumpTopContainer a:visited {
    color: #fff;
    background-color: #9b9c9e;
    text-decoration: none;
    border: 2px solid #a40982;
    border-bottom: 0;}
.jumpTopContainer .jumpTop {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 15px 15px 15px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;}
/* containers */
/*header*/
header {
    position: relative;
    border-bottom: 5px solid #9b9c9e;
    background-color:#511d70;}
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: 0;
    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: 0;
    padding: 10px;
    color: #682489;
    background-color: #fff !important;
    text-decoration: underline; }
/* small icons header */
.icons .list-inline li {
    float: right;
    text-align: right;
    width: 50px;
    height: 50px;
    padding: 2px;
    margin-left: 20px;
    border-radius: 0;
    border: 2px solid #682489;}
.icons .list-inline li.login {
    width: 150px;
    background: #682489 url("/media/ra0jygpr/grouped-sm-icons.png") 0 -195px no-repeat;
    color: #fff; 
    font-size: 1em;
    padding: 6px 8px 0 56px;}
.icons .list-inline li.login:hover, .icons .list-inline li.login:active, .icons .list-inline li.login:focus{
    background-color: #9b9c9e;}
.icons .list-inline a {
    padding: 0;
    display: block;
    text-decoration: none;}
.icons .list-inline a:link, .icons .list-inline a:visited {
    text-align: left;
    vertical-align: bottom;
    color: #fff;
    background-color: #682489;
    font-weight: bold;
    font-size: 1.2rem;}
.list-inline .facebook{
    background: #682489 url("/media/ra0jygpr/grouped-sm-icons.png") -4px -100px no-repeat;}
.list-inline .twitter{
    background: #682489 url("/media/ra0jygpr/grouped-sm-icons.png") 3px -296px no-repeat;}
.list-inline .facebook:hover{
    background-color: #9b9c9e;}
.list-inline .twitter:hover{
    background-color: #9b9c9e;}
.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: 0; }
/*main*/
main {
    position: relative;
    padding-top: 50px; }
.pageBreakImg {
    height: 100px;
    overflow: hidden;
    margin: 1.5rem 0; }
/*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: #fff url("/media/pwsbidgg/circle-back-copy.png") top left no-repeat; }
footer, aside {
    height: auto;
    padding: 20px;
    margin-bottom: 0;
    border-top: 5px solid #a40982;
    background-color: #682489; }
footer p, footer h2, aside p, aside h2 {
    color: #fff; }
footer h2, aside h2 {
    margin: 20px 0 40px 0; }
aside {
    background: #682489 url("/media/gijk00ox/circle-back-pale-secondary-colour.png") top left no-repeat; }
.footer ul .list-group-item, aside ul .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 0; }
.footer ul .list-group-item a, aside ul .list-group-item a {
    display: block;
    padding: 5px; }
.footer ul .list-group-item a:link, .footer ul .list-group-item a:visited, aside ul .list-group-item a:link, aside ul .list-group-item a:visited {
    color: #fff;
    background-color: transparent;
    text-decoration: none; }
.footer ul .list-group-item a:hover, .footer ul .list-group-item a:active, aside ul .list-group-item a:hover, aside ul .list-group-item a:active {
    color: #a40982;
    background-color: #fff;
    text-decoration: underline; }
footer small {
    color: #fff; 
    display: block;}
/* ============== main content page blocks ==========*/
/* navigation main nav top of site /
/* 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 0;
    border-right: 0 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: 0 solid #fff; }
.navbar-dark .navbar-toggler {
    color: #fff;
    border: 0; 
    margin-top: 0;}
.navbar-toggler-icon {
    margin-right: 10px;}
nav button{
    width: auto;}
nav .sMenu {
    float: right;
    padding: 8px 5px 5px 10px;
    font-size: 1em;
    color: #fff !important;
    background-color: transparent; }
/* breadcrumb */
.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; }
/* Carousel */
.multiCardCarousel {
    /*margin: 50px 0 50px 0;*/ }
.multiCardCarousel .carousel-item {
    /*margin: 0 10px;*/
    margin: 10px;
    flex: 0 0 100%;
    display: block;
    background-color: #f0f1f2; }
.multiCardCarousel .py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }
.multiCardCarousel .carousel-item a {
    display: block; }
    .multiCardCarousel .carousel-item a .card .card-header {
    background-color: #c9c9c9; }
.multiCardCarousel .carousel-item a h2 {
    color: #fff; }
.multiCardCarousel .carousel-item a .card .card-header:hover {
    background-color: #f0f1f2; }
.multiCardCarousel .carousel-item a .card .card-body {
    border-bottom: 1px dashed #f0f1f2;
    background-color: #fff;
    color: #333; }
.multiCardCarousel .carousel-item a .card .card-footer {
    padding: 10px;
    background-color: #c9c9c9;
    color: #fff;
    text-align: center; }
.multiCardCarousel .carousel-item a .card .card-footer:hover {
    background-color: #f0f1f2;
    color: #fff; }
.multiCardCarousel .carousel-item a .card:hover {
    background-color: #f0f1f2;
    color: #fff; }
.multiCardCarousel button {
    display: none; }
/* carousel mobile 2 coloums 
.multiCardCarousel .carousel-item {
    flex: 0 0 50%;}
.multiCardCarousel .carousel-inner {
    display: flex; }
.multiCardCarousel .carousel-control-prev, .carousel-control-next {
    background-color: $primary-colour;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 35%;
    transform: translateY(-50%); } */
/* carousel */
.multiCardCarousel .carousel-item a .card {
  min-height: 300px; }
.multiCardCarousel .carousel-item a .card .card-body {
  border-bottom: 0 dashed #c9c9c9; }
.multiCardCarousel button {
  display: block; }
/* card - promo - profile */
.smallContainer {
    padding: 20px;
    background-color: #f0f1f2; }
.news .profile .card .card-img {
    border-radius: 0; }
.card {
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0; }
.card .card-body {
    padding: 0; }
/* profile */
.profile {
    margin-bottom: 20px;
    background-color: #f0f1f2;
    height: 100%; }
.profile .card {
    color: #000;
    border: 0;
    /*transition: all 400ms ease-out;*/
    height: 100%; }
.profile .card .card-text-container, .profile .card .text {
    min-height: 100px;
    padding: 10px; }
.profile .card .card-title {
    margin: 0; }
.profile .card .card-img {
    border-radius: 0; }
.profile .card:hover, .promo .card:hover {
    background-color: #682489;
    color: #fff;
    border: 0;
    z-index: 5000; }
/* promo */
.promo {
    background-color: #f0f1f2;
    color: #000;
    margin-bottom: 20px;
    border: 0;
    text-decoration: none !important;
    height: 100%; }
.promo .card {
    height: 100%; }
.promo .card .card-text-container, .promo .card .text {
    min-height: 120px;
    padding: 20px 10px; }
.promo .card .card-img {
    border-radius: 0; }
.card-text-container .imageHolder {
    position: absolute;
    bottom: -15px;
    right: -20px;
    width: 65px;
    height: 60px;
    background-image: url("/media/drpbqla5/link-details.png");
    background-position: -50px -224px;
    background-repeat: no-repeat; }
.card-text-container .card-title, .text .card-title {
    font-size: 1.2em; }
/* Document block */
/* contentBlocks / Document Block */
.documentblock {
  color: #fff;
  background-color: #9b9c9e;
  padding: 30px 30px 50px 30px;
  text-decoration: none;
  margin-bottom: 20px;
  border-left: 5px solid #000; }
  .documentblock h3 {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
    margin: 0; }
  .documentblock p {
    margin: 5px; }
  .documentblock a:link, .documentblock a:visited {
    color: #fff;
    background-color: #9b9c9e;
    text-decoration: none; }
  .documentblock a:hover, .documentblock a:active, .documentblock focus {
    color: #fff;
    background-color: #a40982;
    text-decoration: none; }
  .documentblock .circle {
    border-radius: 50%;
    color: #a40982;
    background-color: #fff;
    float: left;
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
    box-shadow: 1px 0 10px 2px #c9c9c9; }
    .documentblock .circle .fa-file-text-o {
      color: #a40982;
      background-color: #fff;
      font-size: 150%;
      margin: 12px 15px; }

.documentblock:hover, .documentblock:active, .documentblock:focus {
  color: #fff;
  background-color: #a40982; }
/* Accordion */
.accordion {
  background-color: #f0f1f2;
  border: none;
  padding: 0;
  margin: 20px 0; }
.accordion-header {
  margin: 0;
  font-size: 1.5rem;
  font-weight: lighter; }
h2.accordion-BlockTitle {
  font-size: 1.5em;
  font-weight: bold;
  padding: 24px 20px 20px 20px;
  display: block;
  border-bottom: 1px solid #f0f1f2;
  margin: 0; }
.accordion-item {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2; }
.accordion-item .accordion-button {
  color: #9b9c9e;
  font-size: 1.2rem;
  background-color: #f0f1f2;
  border-bottom: 1px solid #fff;
  margin-top: 0; }
.accordion-item .accordion-button:hover {
  color: #000;
  background-color: #f0f1f2;
  text-decoration: underline; }
.accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f0f1f2;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
.show .accordion-body {
  display: block; }
/* Scss Document */
/* tables */
caption {
  text-align: left;
  caption-side: top; }
table {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border-collapse: collapse;
  margin-bottom: 30px; }
  table .tdhead {
    background-color: #c9c9c9;
    margin-right: 5px;
    color: #333;
    font-weight: bold;
    padding-right: 10px; }
  table tbody, table tbody td, table tbody p {
    font-size: 1em; }
  table caption {
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center; }
  table tr {
    border: 1px solid #c9c9c9 !important; }
    table tr td {
      border: 1px solid #c9c9c9 !important;
      vertical-align: top;
      padding: 5px; }
      table tr td span {
        font-size: 1em; }
      table tr td a {
        display: block;
        padding: 5px; }
  table tr:nth-child(even) {
    background-color: #f0f1f2; }
    table tr:nth-child(even) a:link, table tr:nth-child(even) a:visited {
      background-color: #f0f1f2; }
  table tr:nth-child(odd) {
    background-color: #fff; }
  table tbody tr:hover, table tbody tr:hover td p, table tbody tr:hover td li {
    background-color: #333;
    color: #fff; }
  table tr:hover a {
    color: #16114d;
    background-color: #333; }
  table th {
    background-color: #c9c9c9;
    color: #333;
    padding: 15px 10px;
    text-align: left;
    vertical-align: bottom; }
  table tfoot tr td {
    background-color: #c9c9c9; }
  table tfoot tr {
    display: none; }
table.noTrStrips tr:nth-child(even) {
  background-color: #fff; }
table.table-job {
  margin-bottom: 0; }
/* end tables */
/* news /blog section */
.newsFeed {
  margin-top: 20px;
  min-height: 300px;
  background-color: #f0f1f2; }
  .newsFeed a.newsLink {
    text-decoration: none; }
    .newsFeed a.newsLink .newsBody .newsTitle {
      padding: 20px 10px;
      font-size: 1.2em;
      font-weight: bold; }
    .newsFeed a.newsLink .newsFooter .newsDate {
      padding: 10px;
      font-size: 1em;
      text-align: right; }
  .newsFeed .newsLink:hover {
    background-color: #9b9c9e;
    color: #fff; }
.newsFeed:hover {
  background-color: #9b9c9e;
  color: #fff; }
/*====== cookie ================*/
#cookieManagerMessageContainer {
  z-index: 150000;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  height: 100vh;
  padding: 2%;
  overflow: auto;
  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-preference-form {
    margin: 40px 0 40px 0;
    border-bottom: 5px solid #682489; }
.cookie-preference-form label {
    font-size: 1.5rem;
    font-weight: bold;}
.cookie-preference-form .radiobuttonlist label {
    font-weight: bold;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    padding: 10px 20px 10px 0;
    margin: 10px 0;
}
.cookie-preference-form .radiobuttonlist label:hover {
    focus: 1px solid #9b9c9e;
    cursor: pointer; }
.cookie-preference-form .radiobuttonlist input[type="radio"] {
    cursor: pointer; }
.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; }
/*
$X-small: 0;
$small: 576px;
$medium-1: 768px;
$medium-2: 767px;
$largeish: 992px;
$exLarge: 1200px;
$exExLarge: 1400px;
*/
@media (min-width: 1em) {
  .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("/media/l3jptvsv/daccwa_logo-400.png") 0 0 no-repeat; }
/* cookies */
#cookieManagerMessageContainer a {
    display: inline;
    margin: 20px 20px 0 0; }
/*typography / fonts*/
blockquote, p, li, a {
    font-size: 1.5rem; }
p {
    margin: 20px 0; }
li {
    padding: 5px 0; }
h2.introduction {
    font-weight: 300; }
h1.hp {
    font-size: 2.5rem; }
h1 {
    font-size: 2.5rem;
    line-height: 1.5; }
h2 {
    font-size: 2rem;
    line-height: 1.5; }
h3, h4, h5 {
    font-size: 1.5rem;
    line-height: 1.5; }
 /* classes images - video  */
.hide-tab-desk {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.hide-tab {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
/* images video */
figure.mainContentImage {
    float: right;
    margin-left: 10px;
    width: 32%;
    padding: 0.5em; }
figure.imageThirdWidthLeft,
  .imageThirdWidthLeft {
    float: left;
    padding-right: 10px;
    width: 33.3333333333%;
    width: calc(100% / 3); }
.imageThirdWidthLeft img {
    width: 100% !important;
    height: auto !important; }
figure.imageThirdWidthRight,
  .imageThirdWidthRight {
    float: right;
    padding-left: 10px;
    width: 33.3333333333%;
    width: calc(100% / 3); }
.imageThirdWidthRight img {
    width: 100% !important;
    height: auto !important; }
.third {
    width: 33.3333333333%;
    width: calc(100% / 3); }
.two-third {
    width: 50%;
    width: calc(100% / 2); }
.half {
    width: 50%;
    width: calc(100% / 2); }
.fullWidth {
    width: 100%; }
.float-right {
    float: right;
    padding-left: 10px; }
.float-left {
    float: right;
    padding-right: 10px; }
#accordion ul.list-group {
    flex-direction: row; } 
}
/* end media query */
/* start media query */
@media (min-width: 768px) {
html, body {
    font-size: 14px; }
}
/* end media query */
/* start media query */
@media (min-width: 992px) {
html, body {
    font-size: 12px; }
  /*=============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: 0 dotted transparent; }
header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 0;
    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; }
.home main {
    background: transparent url("/media/2vrfhame/daccwa-back-image-346x897px.png") top right no-repeat; }
.hide-desk {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.icons .list-inline li.login {
    width: 110px;
    padding-top: 8px;
    padding-left: 50px;}
}