/*vars*/
.bgFirst {
    /*padding: 3rem !important;*/
    background-color: #a8a9aa;
    color: #000; }
.bgFirst li {
    color: #000; }
.bgFirst a:link, .bgFirst a:visited {
    color: #000; }
.bgSecond {
    /*padding: 3rem !important;*/
    background-color: #eef1f2;
    color: #000; }
.bgSecond li {
    color: #000; }
.bgSecond a:link, .bgSecond a:visited {
    color: #000; }
.bgThird {
    /*padding: 3rem !important;*/
    background-color: #d6d6d9;
    color: #000; }
.bgThird li {
    color: #000; }
.bgThird a:link, .bgThird a:visited {
    background-color: #d6d6d9;
    color: #000; }
.bgThird a:hover, .bgThird a:active {
    background-color: #000;
    color: #fff; }
.bgFourth {
  /*padding: 3rem !important;*/
  background-color: #c2d82e;
  color: #000; }
  .bgFourth li {
    color: #000; }
  .bgFourth a:link, .bgFourth a:visited {
    background-color: #c2d82e;
    color: #000; }
  .bgFourth a:hover, .bgFourth a:active {
    background-color: #000;
    color: #c2d82e; }

.bgWhite {
  /*padding: 3rem !important;*/
  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 {
  /*padding: 3rem !important;*/
  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: #c9c9c9; }

.bgPaleGrey {
  /*padding: 2rem !important;*/
  background-color: #e5e5e5;
  color: #000; }

.blue {
  background-color: #a8a9aa; }

.white {
  background-color: #fff;
  color: #000;}
  
.bgwhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000; }
.secondary-colour{ 
    background-color: #eef1f2;
    color: #333;
}
.grey {
  background-color: #c9c9c9; }

.bgBlueDCP-img {
padding: 50px 0;
  background: transparent url("/assets/img/DCRS/bgDCP-Blue.gif") 0 50% repeat-y; }
.bgBluePurple-img {
    padding: 50px 0;
  background: transparent url("/assets/img/DCRS/bgSecondary.gif") 50% 0 repeat-y; }

html, body {
  font-size: 12px; }

h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem; }

.textHolder h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
.ljHeading{
    margin:0;
}
.ljHeading h2{
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}

.heading h2 {
  font-weight: bolder; }

h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem; }

footer h3 {
  font-size: 1.5rem;
  margin-top: 1.8rem;
  margin-bottom: 1rem; }

h4, dt {
  font-size: 1.5rem;
  line-height: 1.5; }

p, a, li, td, dd {
  font-size: 1.2rem;
  line-height: 1.5; }

p {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.small {
  font-size: 0.8rem;
  line-height: 1; }

a:link, a:visited {
  background-color: #fff;
  color: #20305a;
  font-weight:bold;}

a:hover, a:active {
  background-color: #20305a;
  color: #fff;
  text-decoration: none; }
 /* content blocks / blockquote */
blockquote, .blockquote, q {
    font-size: 1.2em;
    line-height: 1.5;
    background: #fff;
    border-left: 6px solid #a8a9aa;
    display: block;
    font-family: "Georgia", serif;
    margin: 3rem 0.5em;
    padding: 1rem; }
blockquote p:first-child {
    margin-top: 0; }
blockquote p:last-child {
    margin-bottom: 0;} 
cite {
    font-family: "Georgia", serif;
    font-weight: bold;
    margin-top: 1rem;
    display: block;
    text-align: right; }
/* general */
.responsive {
    width: 100%;
    height: auto; }
.float-left {
    float: left;
    margin-right: 20px; }
.float-right {
    float: right;
    margin-left: 20px; }
.inline {
    display: inline-block; }
.pleaseNote{
    display: block;
    background-color: #c2d82e;
    color: #000;
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #a8a9aa;}
button {
    background-color: #c9c9c9;
    border: none;
    margin-top: 20px;
    padding: 20px;
    width: 100%; }
a button {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none; }
a:link button, a:visited button {
    background-color: #c9c9c9;
    color: #000; }
a:hover button, a:active button {
    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{
    background-color: #e2e2e2;
}
.linkBlock a{
    display:block;
    padding:10px 20px;
}
.linkBlock a:link, .linkBlock a:visited {
  background-color: #e2e2e2;
  color: #000; }

.linkBlock a:hover, .linkBlock a:active {
  background-color: #000;
  color: #fff; }

a:link .rtelinkBlock, .rtelinkBlock a:link, a:visited .rtelinkBlock, .rtelinkBlock a:visited,
a:link .ltelinkBlock, .ltelinkBlock a:link, a:visited .ltelinkBlock, .ltelinkBlock a:visited{
  background-color: #e2e2e2;
  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: #e2e2e2;
  color: #000;
  padding: 20px;
  display: block;
  font-weight: bold;
  text-decoration: none; }

a:hover .rtelinkBlock, .rtelinkBlock a:hover,
a:hover .ltelinkBlock, .ltelinkBlock 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; }

.ltelinkBlock a::before {
  font-family: "FontAwesome";
  content: '\f053';
  display: inline-block;
  padding-right: 15px; }

.fa-chevron-right {
  font-family: "FontAwesome";
  content: '\f054';
  display: inline-block;
  padding-left: 15px; }

.fa-chevron-left {
  font-family: "FontAwesome";
  content: '\f053';
  display: inline-block;
  padding-right: 15px; }

.text-decoration-none a {
  text-decoration: none; }
/*structure*/
html, body {
  background-color: #000;
  color: #fff; }
/*header*/
header, main, footer {
  position: relative; }
header .logo{
    width:100%;}
header .logo a:link, header .logo a:visited, header .logo a:hover, header .logo a:active{
    background-color: transparent;
    color: white;
    display:block;}
.sContainer{
    width:99%;
    position:absolute;
    margin:0 auto;
    padding: 20px 0;
}
footer {
    background: #000 url("/assets/img/DCRS/footer.png") center bottom no-repeat;
    color: #fff; }
footer .container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
footer .container ul li {
    padding: 0; }
footer .container ul li a {
    display: block;
    padding: 5px; }
footer .container ul li a:link, footer .container ul li a:visited {
    background-color: transparent;
    color: #fff;
    text-decoration: none; }
footer .container ul li a:hover, footer .container ul li a:active {
    background-color: #fff;
    color: #000;
    text-decoration: underline; }
footer .container ul .list-group-item {
    background-color: transparent;
    color: #fff;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
/*navigation*/
.siteNavButton {
    position: absolute;
    right: 0;
    top: -10px;
    width: 100px;
    height: 100px;
    background: transparent url("/assets/img/DCRS/nav-icons--1.png") -100px 0 no-repeat;
    margin: 0;}
.siteNavButton:hover {
    background: #fff url("/assets/img/DCRS/nav-icons--1.png") 0 0 no-repeat; }
.showNav, #navSite {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 2000;
    padding: 50px !important;
    margin: 0 !important;}
.fadein {
    animation: fadein 0.5s ease-in 1; }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.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; }
/* breadcrumb links*/
.breadcrumb-item.active {
    color: #333;}
#navSite h2 {
    margin: 0 0 20px 0; }
#navSite ul {
    border: none; }
#navSite ul li {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0; 
    border-bottom: 1px solid #a8a9aa;}
#navSite ul li h3 {
    margin: 20px 0 0 0;
    color: #20305a; }
#navSite ul li h3 a{
    color: #20305a;
    font-size: 2rem;
    margin: 0; }
#navSite ul li a, #navSite ul li a:link, #navSite ul li a:visited {
    display: block;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    padding: 10px; }
#navSite ul li a:hover, #navSite ul li a:active {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
#navSite {
    box-shadow: 0 2px 5px 0 #000; }
/* page navigation */
.navbar-nav {
    border: none;
    padding-top: 20px; }
.navbar-nav .nav-item {
    padding: 0;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0; }
.navbar-nav .nav-item a, .navbar-nav .nav-item a:link, .navbar-nav .nav-item a:visited {
    display: block;
    background-color: #e2e2e2;
    color: #000;
    text-decoration: none;
    padding: 10px; }
.navbar-nav .nav-item a:hover, .navbar-nav .nav-item a:active {
      background-color: #000;
      color: #fff;
      text-decoration: none; }
.closeNav {
  background-color: #333;
  color: #fff;
  margin-top: -70px;
  width: auto;
  padding: 15px 30px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bolder;
  border: 5px solid #fff;
  border-radius: 20px;
  float: right; }
.closeNav:hover {
  background-color: #fff;
  color: #333; }
.closeNavB {
  background-color: #333;
  color: #fff;
  margin-bottom: -50px;
  width: auto;
  padding: 15px 30px 12px 30px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bolder;
  border: 5px solid #fff;
  border-bottom: 0 solid #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  float: right; }
.closeNavB:hover {
  background-color: #fff;
  color: #333; }
/* social media links */
ul.dc-sm-icons {
  margin: 0;
  padding: 0;
  list-style: none; }
ul.dc-sm-icons li {
    display: inline-block; }
ul.dc-sm-icons li a {
    /*display: inline-block;*/
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0; }
ul.dc-sm-icons .twitter a {
    background: transparent url("/assets/img/DCRS/sm-icons.png") 0 0 no-repeat; }
ul.dc-sm-icons .facebook a {
    background: transparent url("/assets/img/DCRS/sm-icons.png") -50px 0 no-repeat; }
ul.dc-sm-icons .instagram a {
    background: transparent url("/assets/img/DCRS/sm-icons.png") -100px 0 no-repeat; }
ul.dc-sm-icons .youTube a {
    background: transparent url("/assets/img/DCRS/sm-icons.png") -150px 0 no-repeat; }
ul.dc-sm-icons .twitter a:hover {
    background: transparent url("/assets/img/DCRS/sm-icons-hover.png") 0 0 no-repeat; }
ul.dc-sm-icons .facebook a:hover {
    background: transparent url("/assets/img/DCRS/sm-icons-hover.png") -50px 0 no-repeat; }
ul.dc-sm-icons .instagram a:hover {
    background: transparent url("/assets/img/DCRS/sm-icons-hover.png") -100px 0 no-repeat; }
ul.dc-sm-icons .youTube a:hover {
    background: transparent url("/assets/img/DCRS/sm-icons-hover.png") -150px 0 no-repeat; }
/* side/sub area navigation */
.snb .card {
    min-height: 250px;
    background-color: #fff;
    margin: 0 0 3em 0;
    padding: 10px 20px 50px 20px;
    border: 0;
    border-left: 5px solid #a8a9aa;
    border-radius: 0; }
.snb .card .card-body {
    position: relative;
    padding: 0; }
.snb .card .card-body h2 {
    margin-top: 10px; }
.active .card {
    background-color: #fff;
    color: #d6d6d9; }
.snb .navbar-nav {
    float: none;
    font-size: 1em;
    padding: 0;
    margin: 0; }
.snb .navbar-nav li {
    border-bottom: 1px solid #c9c9c9; }
.snb .navbar-nav li a {
    text-decoration: none;
    display: block;
    padding: 5px; }
.snb .navbar-nav li a:link, .snb .navbar-nav li a:visited {
    background-color: transparent;
    color: #000; }
.snb .navbar-nav li a:hover, .snb .navbar-nav li a:active {
    background-color: #c2d82e;
    color: #000; }
 /* jump to top page */
.jumpTopContainer a:link, .jumpTopContainer a:visited {
    color: #000;
    background-color: #c2d82e;
    text-decoration: none;}
.jumpTopContainer .jumpTop {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 1em;
    display: block;
    padding: 10px;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s ease 0s;
    border-radius: 50px 50px 0 0;
    border: 2px solid #000;
    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom: 0;
    z-index: 1000;}
/*carousel top banner */
/*.drs-hero img {
  height: 350px; }*/
.drs-hero {
  height: 320px;
  overflow: hidden;
  z-index: 1000; }
.drs-hero .carousel {
  padding: 0; }
.drs-hero .carousel-item {
  height: auto; }
.drs-hero .absolute h2 {
  text-align: left; }
.drs-hero .absolute button {
  display: block; }
.drs-hero .carouselMessage .back-transparency {
  background-color: #a8a9aa;
  background-color: rgba(32, 48, 90, 0.5);
  color: #fff;
  padding: 0 120px 30px 20px; }
.drs-hero .carouselMessage button {
  background-color: #20305a;
  color: #000;
  border: 0;
  text-align: center;
  padding: 0;}
.drs-hero .carouselMessage button:hover {
  background-color: #000;
  color: #fff !important; }
.drs-hero .carouselMessage button a {
  padding: 10px;
  display: block;}
.drs-hero .carouselMessage button a:hover {
  background-color: #000;
  color: #fff !important; }
   /* Hero image wth text*/
.drs-hero .heroText{
    position:absolute;
    bottom:0;
    padding:10px;
    width:100%;
    background-color: #000;
    color: #fff;}
/* ContentBlocks / Carousel */
.multiCardCarousel .carousel-inner {
    padding: 1em; }
.multiCardCarousel .carousel-item {
    margin-right: 0;
    margin-bottom: 10px;
    flex: 0 0 100%;
    display: block; }
.multiCardCarousel .imageCard a{
    display: block;
    background-color: #a8a9aa;}
.multiCardCarousel .carousel-item a .card .card-header {
    background-color: #a8a9aa; }
.multiCardCarousel .carousel-item a .card .card-header h2 {
    color: #fff; }
.multiCardCarousel .carousel-item a .card .card-header:hover {
    background-color: #eef1f2; }
.multiCardCarousel .carousel-item a .card .card-body {
    border-bottom: 1px dashed #eef1f2;
    background-color: #fff;
    color: #333; }
.multiCardCarousel .carousel-item a .card .card-footer {
    padding: 10px;
    background-color: #a8a9aa;
    color: #fff;
    text-align: center; }
.multiCardCarousel .carousel-item a .card .card-footer:hover {
    background-color: #eef1f2;
    color: #fff; }
.multiCardCarousel .carousel-item a .card:hover {
    background-color: #eef1f2;
    color: #fff; }
.multiCardCarousel button {
    display: none; }
/* iframe */
.iframe {
    border: 0;
    width: 100%;
    height: 400px;}
/* card - promo - profile */
.card {
    border: none; }
.profile{
    height:100%;}
.profile .card {
    background-color: #000;
    color: #fff;
    border: 0;
    border-radius: 0;
    transition: all 400ms ease-out; }
.profile .card-text-container {
    padding: 10px; }
.profile .card a {
    display: block; }
.profile:hover {
    background-color: #e2e2e2;
    /*transform:scale(1.1);*/
    box-shadow: 0 1px 1px 2px #000;
    z-index: 5000; }
.profile .card:hover {
    background-color: #e2e2e2;
    color: #000;}
.profile h3.card-title {
    padding: 5px 0 0 0; }
/* Promo */
.promo {
    height: 100%;
    background-color: #fff;
    color: #000;
    border: 0;
    margin: 10px 0;}
.promo-body {
    height: 100%;}
.promo .bgFirst:hover, .promo .bgSecond:hover, .promo .bgThird:hover, .promo .bgFourth:hover{
    background-color:#000;
    color: #fff;}
.promo:hover, .promo:hover a{
    background-color: #000;
    color: #fff; }
.promo .text{
    padding: 10px;}
/* news /blog section */
.newsFeed {
    margin-top: 20px;
    background-color: #e2e2e2; }
.newsFeed a.newsLink {
    text-decoration: none; }
.newsFeed a.newsLink .newsBody {
    padding: 10px; }
.newsFeed a.newsLink .newsfooter {
    padding: 10px; }
.newsFeed a.newsLink .newsfooter .newsDate {
    text-align: right; }
.newsFeed .newsLink:hover {
    background-color: #a8a9aa;
    color: #fff; }
.newsFeed:hover {
    background-color: #a8a9aa;
    color: #fff; }
/* Accordion */
/* accordion contentBlocks accordion */
.accordion {
  background-color: #e2e2e2;
  border: none;
  padding: 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 #e2e2e2;
  margin: 0; }
.accordion-item {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2; }

.accordion-item .accordion-button {
  color: #20305a;
  font-size: 1em;
  font-weight: bold;
  background-color: #e2e2e2;
  border-bottom: 1px solid #fff; 
  margin-top:0;
}

.accordion-item .accordion-button:hover {
  color: #000;
  background-color: #e2e2e2;
  text-decoration: underline; }

.accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e2e2e2;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }

.show .accordion-body {
  display: block; }

.accordion-button::after {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: auto;
  content: "";
  background-image: url(/assets/img/DCRS/accordion-arrows.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 10px 10px;
  background-size: 3rem;
  transition: transform .2s ease-in-out; }

.accordion-button:not(.collapsed)::after {
  background-image: url(/assets/img/DCRS/accordion-arrows.png);
  transform: rotate(-90deg); }
 /* Document block */
/* contentBlocks / Document Block */
.documentblock {
    color: #fff;
    background-color: #a8a9aa;
    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: #a8a9aa;
    text-decoration: none; }
.documentblock a:hover, .documentblock a:active, .documentblock focus {
    color: #fff;
    background-color: #eef1f2;
    text-decoration: none; }
.documentblock .circle {
    border-radius: 50%;
    color: #eef1f2;
    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: #eef1f2;
    background-color: #fff;
    font-size: 150%;
    margin: 12px 15px; }
.documentblock:hover, .documentblock:active, .documentblock:focus {
    color: #fff;
    background-color: #eef1f2; }
/* 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: 1.2rem; }
table caption {
    background-color: #fff;
    color: #333;
    font-size: 1.2rem;
    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: 10px;}
table tr td span {
    font-size: 1rem; }
table tr td a {
    display: block;
    padding: 5px; }
table tr:nth-child(even) {
    background-color: #e2e2e2; }
table tr:nth-child(even) a:link, table tr:nth-child(even) a:visited {
    background-color: #e2e2e2; }
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: rgba(32, 48, 90, 0.5);
    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; }
/* end tables */
/* Cookie */
/*====== cookie message ==============================*/
#cookieManagerMessageContainer {
  z-index: 150000;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  height: auto;
  height: 100vh;
  padding: 2%;
  overflow: auto;
  background-color: #fff;
  color: #333;
  border-bottom: 5px solid #a8a9aa;
  box-shadow: 1px 0 5px 1px #000; }

#cookieManagerMessageContainer a {
  background-color: #c2d82e;
  color: #fff;
  width: 60%;
  margin-top: 10px;
  border: 1px solid #c2d82e; }

#cookieManagerMessageContainer a:hover {
  background-color: #fff;
  color: #c2d82e; }

/*====== cookie page ==============================*/
.cookie-preference-form {
  margin: 40px 0 40px 0;
  border-bottom: 5px solid #eef1f2; }

.cookie-preference-form label {
  font-weight: bold; }

.cookie-preference-form .radiobuttonlist label:hover {
  focus: 1px solid #c2d82e;
  cursor: pointer; }

.cookie-preference-form .radiobuttonlist input[type="radio"] {
  cursor: pointer;
  width: 30px;
  height: 30px; }

.cookie-preference-form .btn-primary {
  background-color: #c2d82e;
  color: #fff;
  margin-left: 2px;
  border: 1px solid #c2d82e; }

.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: #c2d82e;
  border: 1px solid #c2d82e; }

@media (min-width: 1rem) {
.card .card-body hr {
    height: 0;
    border-top: 0 solid #c2d82e;
    border-bottom: 0 solid #c2d82e; }
.ljHeading {
    margin-top:20px; }
}/* end min width 576 */
@media (max-width: 768px) {
.img-fluid{
    max-width: 60%;}
.card .img-wrapper {
    height: 17em; }
}
@media (min-width: 767px) {
.bgFirst, .bgSecond, .bgThird, .bgFourth, .bgWhite, .bgGrey{
    padding: 1rem !important;}
.bgPaleGrey {
    padding: 1rem !important;}
 html, body {
    font-size: 16px; }
/* homepage 
top carousel -- .drs-hero */ 
.drs-hero {
    height: 450px; }
.drs-hero .absolute {
  position: absolute;
  top: 150px;
  left: 0; }
.drs-hero .slide {
    position: absolute;
    top: 0;
    left: 10px; }
.drs-hero img {
    height: auto; }
.drs-hero .carouselMessage .back-transparency {
    margin-top: 30px; }
.ljHeading {
    margin-top:-50px; }
.ljHeading h2 {
    text-align: center; }
.drs-hero .carouselMessage .back-transparency {
    padding: 0 20px 30px 20px; }
  /* fonts */
.drs-hero .heroText{
    bottom: 10px;
    background-color: #000;
    background-color: rgba(000, 000, 000, 0.5);
    color: #fff;}
/*carousel */
.multiCardCarousel .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block; }
.multiCardCarousel .carousel-inner {
    display: flex; }
.multiCardCarousel .carousel-control-prev, .carousel-control-next {
    background-color: #c2d82e;
    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; }
span.third-float-left img {
    float: left;
    padding-right: 10px;
    width: 33%;
    height: auto; }
span.third-float-right img {
    float: right;
    padding-left: 10px;
    width: 33%;
    height: auto; } 
.profile .card-text-container{
    min-height:200px;
    padding:10px;}
.promo {
    /*min-height: 300px;*/
    background-color: #fff;
    margin: 40px 0;} 
.newsFeed {
    min-height: 300px;}
}

@media (min-width: 992px) {
  html, body, input {
    font-size: 14px; }
.bgFirst, .bgSecond, .bgThird, .bgFourth, .bgWhite, .bgGrey{
    padding: 2rem !important;}
.bgPaleGrey {
    padding: 2rem !important;}
 #siteNav .bgSecond, #siteNav .bgFirst h3 {
    margin-top: 0; }
 .ljHeading {
    margin-top:-109px; }
/*blocks */
 /* card */
.card {
min-height: 300px; }
/* carousel -- drsCarousel .multiCardCarousel*/
.multiCardCarousel .carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    display: block; }
.multiCardCarousel .carousel-item a .card .card-header {
    min-height: 200px; }
.multiCardCarousel .carousel-item a .card .card-body {
    min-height: 150px; }
/* top carousel -- .drs-hero*/
.drs-hero {
    height: 350px;}
.drs-hero .absolute {
  left: 50px; }
.drs-hero .slide {
     width: 500px; }
.drs-hero .absolute h2 {
    text-align: left; }
.drs-hero .absolute button {
    display: inline; }
.drs-hero .carouselMessage .back-transparency {
    margin-top: 100px; }
.drs-hero .carousel-item {
    height: 300px;
    padding: 0 40px 30px 40px; }
.drs-hero .carouselDyHeight {
    height: 580px;
    padding: 0 40px 30px 40px; }
 /* Hero image wth text*/
.drs-hero .heroText{
    padding:20px 40px;
    width:50%;}
}
@media (min-width: 1200px) {
.bgFirst, .bgSecond, .bgThird, .bgFourth, .bgWhite, .bgGrey{
    padding: 3rem !important;}
 html, body, input {
    font-size: 16px; }
.drs-hero {
    height: 500px;}
.drs-hero .absolute {
  left: 22%; }
.drs-hero .slide {
    width: 600px; }
.drs-hero .carousel-item {
    height: 400px; }
.drs-hero .carouselDyHeight {
    height: 800px;
    padding: 0 40px 30px 40px; } 
/* Hero image wth text*/
.drs-hero .heroText{
    right:0;}
}
@media (min-width: 2000px) {
.drs-hero {
    height: 700px;}
.drs-hero .heroText{
    width:40%;}
}
/* end media*/
/* ==== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* 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; }