/* media queries */
/* media querys vars */
/* Colours */
/* structure / colors */
/* colour element styles */
.text-color {
  color: #050505; }

.text-white {
  color: #fff; }

.blue-link {
  font-weight: bold;
  color: #069; }

.blue-link:hover {
  color: #09733f; }

.grey-container {
  background-color: #e2e2e2; }

.light-grey-container {
  background-color: #efefef; }

.bright-green-t {
  color: #51aa46; }

.bright-green-bg {
  color: #51aa46; }

/* fonts */
/* structure / fonts */
body, html, input {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto, Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px; }

h1, h2, h3, h4, h5, h6, p, blockquote, dl, ol, ul {
  margin: 2rem 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #09733f;
  background-color: transparent; }

h1 {
  font-size: 250%;
  margin: 1rem 0; }

h2 {
  font-size: 200%; }

h3 {
  font-size: 150%; }

h4, h5, h6 {
  font-size: 120%; }

h5, h6 {
  text-transform: uppercase; }

p, dl, ol, ul {
  font-size: 120%;
  line-height: 1.5; }

dl, ol, ul, td {
  line-height: 2; }

p:first-child {
  margin-top: 0; }

a:link, a:visited {
  color: #1a4176; }

a:hover, a:focus {
  color: #09733f;
  text-decoration: none; }

hr {
  margin: 2rem 0 2rem 0;
  border-top: 0;
  border-bottom: 5px dashed #fff; }

strong, time, b {
  font-weight: bold; }

em, dfn, i {
  font-style: italic; }

sub {
  font-size: 60%;
  vertical-align: bottom; }

small {
  font-size: 80%; }

/* structure */
/* html body */
body {
  color: #050505;
  margin: 0 auto; }

/* header */
header h1 {
  border-bottom: 1px solid; }

#navbarSupportedContent {
  padding: 20px;
  margin: 0;
  background-color: #09733f;
  color: #fff; }

.navbar-toggler {
  padding: 10px;
  margin: 0;
  background-color: #09733f;
  color: white;
  border: 0px solid transparent;
  border-radius: 0;
  transition: box-shadow .15s ease-in-out; }

.navbar-light .navbar-nav .nav-link {
  background-color: #09733f;
  color: white;
  font-size: 1.2em;
  font-weight: bold; }

.navbar-toggler:active {
  border: 0px solid transparent;
  border-radius: 0; }

.navbar {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 5px solid #09733f !important; }

.navbar-brand {
  padding: 0; }

.navbar-brand img {
  width: 84px;
  padding-left: 5px;
  text-align: center;
  display: inline; }

.navbar-toggle.burger.collapsed {
  background-color: #09733f !important; }

.navbar ul li {
  display: block;
  font-size: 90%;
  line-height: 1.5; }

.navbar ul li.active a {
  background-color: #fff;
  border-bottom: 3px solid #09733f;
  color: #000; }

.navbar-nav li .nav-link {
  padding: 20px 10px;
  background-color: #09733f;
  color: #fff; }

.navbar-nav li .nav-link:link, .navbar-nav li .nav-link:visited {
  border-bottom: 1px dashed #e2e2e2; }

.navbar-nav li .nav-link:hover, .navbar-nav li .nav-link:active {
  border-bottom: 1px dashed #fff;
  background-color: #fff;
  color: #000; }

/* Search */
.siteSearch {
  height: 45px;
  margin: 10px 0px; }

.siteSearch input {
  border-radius: 0;
  border: 0px solid #1a4176;
  margin: 0; }

.siteSearch .btn {
  border-radius: 0;
  border: 0px solid #1a4176;
  background-color: #51aa46;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em; }

.siteSearch .btn:hover {
  background-color: #069;
  color: #fff; }

.breadcrumb {
  margin-top: 20px;
  font-weight: bold; }

.breadcrumb-item {
  color: #000; }

.breadcrumb-item:active {
  color: #000; }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* Top banner */
.drs-hero {
  background-image: linear-gradient(rgba(1, 0, 70, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/images/dorsetrs/road-in-the-middle-of-the-grass-field-gradient-sm.jpg);
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff; }

/* Footer */
.drs-footer {
  border-top: 6px solid #09733f;
  background-color: #e2e2e2; }

ul.drs-footer-links {
  list-style: none;
  padding-left: 0; }
  ul.drs-footer-links li {
    margin: 1.5rem 1rem 1.5rem 0; }
    ul.drs-footer-links li a {
      color: #069; }

.bd-placeholder-img-lg {
  font-size: 3.5rem; }

.drs-footer-link p {
  margin: 0; }

ul.drs-footer-links {
  list-style-type: none;
  margin: 0;
  padding-left: 0; }
  ul.drs-footer-links li {
    display: inline-block;
    margin: 10px 20px 10px 0; }
    ul.drs-footer-links li a {
      color: #069; }

/*.jumpTopContainer .jumpTop{*/
.jumpTopContainer a {
  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 #069;
  border-bottom: 0;
  z-index: 100; }
  .jumpTopContainer a a:link, .jumpTopContainer a a:visited {
    display: block;
    color: #fff;
    background-color: #09733f;
    text-decoration: none; }
  .jumpTopContainer a a:hover, .jumpTopContainer a a:active {
    background-color: #fff;
    color: #09733f; }

/* content blocks */
/* card */
/* contentBlocks / card */
.card {
  background-color: #09733f;
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0; }
  .card .card-body {
    position: relative; }
    .card .card-body button {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translate(-50%, 0); }
    .card .card-body hr {
      height: 5px;
      color: #000;
      background-color: #fff;
      border-top: 5px solid #51aa46;
      border-bottom: 5px solid #51aa46; }

.active .card {
  background-color: #fff;
  color: #51aa46; }

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center; }

.card img {
  max-height: 100%; }

/* Carousel */
/* ContentBlocks / Carousel */
.multiCardCarousel .carousel-inner {
  padding: 1em; }

.multiCardCarousel .carousel-item {
  margin-right: 0;
  margin-bottom: 10px;
  flex: 0 0 100%;
  display: block; }
  .multiCardCarousel .carousel-item a .card .card-header {
    background-color: #09733f; }
    .multiCardCarousel .carousel-item a .card .card-header h2 {
      color: #fff; }
  .multiCardCarousel .carousel-item a .card .card-header:hover {
    background-color: #069; }
  .multiCardCarousel .carousel-item a .card .card-body {
    border-bottom: 1px dashed #069;
    background-color: #fff;
    color: #050505; }
  .multiCardCarousel .carousel-item a .card .card-footer {
    padding: 10px;
    background-color: #09733f;
    color: #fff;
    text-align: center; }
  .multiCardCarousel .carousel-item a .card .card-footer:hover {
    background-color: #069;
    color: #fff; }
  .multiCardCarousel .carousel-item a .card:hover {
    background-color: #069;
    color: #fff; }

.multiCardCarousel button {
  display: none; }

/*carousel top banner */
.drs-hero img {
  height: 350px; }
.drs-hero .carousel {
  padding: 0; }
.drs-hero .carousel-item {
  height: 250px; }

.drs-hero .carouselDyHeight{
    height: 350px;}

.drs-hero .absolute {
  position: absolute;
  top: 2px;
  left: 2px; }
  .drs-hero .absolute h1, .drs-hero .absolute h2 {
    text-align: center; }
  .drs-hero .absolute button {
    display: block; }

.drs-hero .carouselMessage .back-transparency {
  background-color: #e2e2e2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px 30px 20px;
  margin-top: 50px; }

.drs-hero .carouselMessage button {
  border: 0;
  background-color: #09733f;
  color: #fff;
  text-align: center; }

.drs-hero .carouselMessage button:hover {
  background-color: #fff;
  color: #09733f !important; }

.drs-hero .carouselMessage button a {
  padding: 10px; }

.drs-hero .carouselMessage button a:hover {
  background-color: #fff;
  color: #09733f !important; }

/* Document */
/* contentBlocks / Document Block */
.documentblock {
  color: #fff;
  background-color: #09733f;
  padding: 30px 30px 50px 30px;
  text-decoration: none;
  margin-bottom: 20px;
  border-left: 5px solid #51aa46; }
  .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: #09733f;
    text-decoration: none; }
  .documentblock a:hover, .documentblock a:active, .documentblock focus {
    color: #fff;
    background-color: #069;
    text-decoration: none; }
  .documentblock .circle {
    border-radius: 50%;
    color: #069;
    background-color: #fff;
    float: left;
    margin: 0px 10px 0 0px;
    width: 50px;
    height: 50px;
    box-shadow: 1px 0 10px 2px #5e5e5e; }
    .documentblock .circle .fa-file-text-o {
      color: #069;
      background-color: #fff;
      font-size: 150%;
      margin: 12px 15px; }

.documentblock:hover, .documentblock:active, .documentblock:focus {
  color: #fff;
  background-color: #069; }

/* Acordion */
/* Accordion */
/* accordion contentBlocks accordion */
.accordion {
  background-color: #e2e2e2;
  border: none;
  padding: 0; }

.accordion-header {
  margin: 0; }

h2.accordion-BlockTitle {
  font-size: 1.5em;
  font-weight: bold;
  padding: 24px 20px 20px 20px;
  display: block;
  border-bottom: 1px solid #efefef;
  margin: 0px; }

.accordion-item {
  color: #050505;
  background-color: #fff;
  border-bottom: 1px solid #efefef; }

.accordion-item .accordion-button {
  color: #069;
  font-size: 1em;
  font-weight: bold;
  background-color: #e2e2e2;
  border-bottom: 1px solid #efefef; }

.accordion-item .accordion-button:hover {
  color: #050505;
  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/DorsetRS/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/DorsetRS/accordion-arrows.png);
  transform: rotate(-90deg); }

/* Content separator */
/* link block */
.linkBlock {
  display: block;
  background-color: #09733f;
  color: #fff; }
  .linkBlock a p {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold; }
  .linkBlock a:link, .linkBlock a:visited {
    display: inline-block;
    border: 3px solid #09733f;
    text-decoration: none;
    background-color: #09733f;
    color: #fff;
    padding: 20px; }
  .linkBlock a:hover, .linkBlock a:active {
    background-color: #fff;
    color: #09733f; }

/* Profile */
/* contentBlocks / profile */
.pb .card {
  background-color: #fff;
  margin: 0 0.5em;
  padding: 10px 20px;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border-left: 5px solid #069;
  border-radius: 0; }
  .pb .card .card-body {
    position: relative; }
    .pb .card .card-body h2 {
      margin-top: 10px; }

.active .card {
  background-color: #fff;
  color: #51aa46; }

/* Promo */
/* Scss promo */
.card.dc-promo-card {
  background-color: #fff; }

.promo {
  margin-bottom: 20px; }

/* Quote */
/* content blocks / blockquote */
blockquote.blockquote, q {
  font-size: 100%;
  line-height: 1.5;
  background: #fff;
  border-left: 6px solid #09733f;
  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; }

/* Section embed  video */
.video-container, .embed-responsive {
  height: auto;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
  width: 100%; }

iframe {
  border: 0;
  width: 100%;
  height: 400px; }

/* Section navigation */
/* contentBlocks / section navigation blocks */
.snb .card {
  min-height: 250px;
  background-color: #fff;
  margin: 0 0 3em 0;
  padding: 10px 20px 50px 20px;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border-left: 5px solid #069;
  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: #51aa46; }

.snb .navbar-nav {
  float: none;
  font-size: 1em;
  padding: 0;
  margin: 0; }
  .snb .navbar-nav li {
    border-bottom: 1px solid #e2e2e2; }
    .snb .navbar-nav li a {
      text-decoration: none;
      display: block;
      padding: 5px; }

/* Text block */
/* Twitter */
/* contentBlocks / twitter */
.twitterFeed {
  height: 400px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0.5em 3em 0.5em;
  padding: 10px 20px;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18); }

/* Video */
/* helper/general classes */
/* helpers */
/* helper / general classes */
.responsive {
  width: 100%;
  height: auto; }

.margin-neg-top {
  margin-top: -6px; }

.float-left {
  float: left;
  padding-right: 10px; }

.float-right {
  float: right;
  padding-left: 10px; }

.right {
  text-align: right;
  padding-left: 10px; }

.left {
  text-align: left;
  padding-left: 10px; }

span.third-float-left img {
  float: none;
  padding-bottom: 10px;
  width: 100%;
  height: auto; }

span.third-float-right img {
  float: none;
  padding-bottom: 10px;
  width: 100%;
  height: auto; }

/* button/s */
/* helpers / Buttons */
.btn-drs-primary {
  border-radius: 0; }

.btn-drs-primary a {
  display: block;
  color: #fff;
  background-color: transparent;
  font-weight: 600;
  text-decoration: none;
  /*padding: 15px 30px;*/ }

.btn-drs-primary:hover, .btn-drs-primary a:hover, .btn-drs-primary:active, .btn-drs-primary a:active {
  display: block;
  background-color: #069;
  color: #fff; }

.btn-drs-secondary, .btn-secondary {
  border-radius: 0;
  background-color: #069;
  color: #fff;
  font-weight: 600; }

.btn-drs-secondary:hover, .btn-secondary:hover {
  border-radius: 0;
  background-color: #fff;
  color: #069; }

.btn-search {
  border-radius: 0;
  background-color: #069;
  color: #fff;
  font-weight: 600; }

/*  feedback link bot of page */
.feedback {
  background-color: #fff;
  color: #069;
  font-size: 1em;
  font-weight: bold;
  min-height: 50px;
  margin: 0 0 20px 0;
  border: 0; }
  .feedback a {
    display: block; }
    .feedback a a:link, .feedback a a:visited {
      background-color: transparent;
      color: #069; }
    .feedback a a:hover, .feedback a a:active {
      background-color: transparent;
      color: #09733f; }
    .feedback a .fa-comment {
      width: 37px;
      height: 37px;
      background-color: #09733f;
      color: #FFF;
      padding: 8px 8px 3px 8px;
      text-align: center;
      margin-right: 24px;
      font-size: 23px; }

/* News */
/* News homepage page links -  helpers / news */
.news-listing .row, .news-listing .productblock .expandedbox, .productblock .news-listing .expandedbox {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.news-listing .roadsafety_Image {
  padding-left: 1px !important; }

.news-listing .articlesplitter {
  margin-bottom: 30px !important; }

.news-feed ul {
  list-style: none !important;
  padding: 0px !important; }

.news-feed ul .datestamp {
  color: #7c7b7b;
  font-size: 1.000em !important; }

.news-feed ul h3 {
  font-weight: bold;
  font-size: 1.500em; }

.news-feed ul li {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2; }

.news-feed .hr-grey {
  margin: 20px 0px !important; }

.news-feed .pagination {
  padding: 0px !important; }

.news-feed .pagination a {
  color: #09733f !important; }

.news-feed .pagination .active a {
  background-color: #09733f !important;
  color: #fff !important; }

.news-feed .pagination li {
  padding-bottom: 0px !important; }

.news-feed a.news-listing__link {
  text-decoration: none; }

.news-feed a.news-listing__link:hover {
  text-decoration: underlined; }

.news-feed.roadsafetynews .news-listing__heading {
  color: #069 !important;
  margin: 0px 0 15px 0;
  font-weight: bold; }

.news-feed.roadsafetynews .news-listing__text {
  color: #000; }

.news-feed.roadsafetynews .news-listing__text p {
  margin: 0; }

.filters .image {
  float: left;
  margin-top: 18px; }

.filters .news-listing_image {
  padding-bottom: 20px; }

.filters .summary {
  margin-left: 180px !important; }

.filters li {
  display: inline-block;
  clear: both; }

.filters .news-listing__body {
  padding: 0px 0px 10px 0px; }

.filters .news-listing__body .news-listing__date {
  color: #222 !important;
  margin: 0px 0 10px 0; }

.filters .news-listing__body .news-listing__date .right_info {
  color: #222 !important;
  font-weight: bold; }

.filters.roadsafetynews {
  margin-bottom: 19px !important; }

.filters .noimage {
  padding-left: 0px !important; }

.filters .noimage .news-listing__body {
  padding-left: 0px !important; }

/* Tables */
/* Scss Document */
/*general styles for tables helpers tables*/
table {
  border-right: 0;
  border-left: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%; }
  table td, table th {
    border: 1px solid #09733f;
    vertical-align: top; }

table tr:nth-child(even) {
  background-color: #e2e2e2; }

table tr:nth-child(odd) {
  background-color: #fff; }

table tbody tr:hover, table tbody tr:hover p, table tbody tr:hover li {
  background-color: #222;
  color: #fff; }

table tbody tr:hover a {
  color: #e2e2e2;
  background-color: #222; }

table th {
  background-color: #e2e2e2;
  color: #000;
  padding: 5px;
  text-align: left;
  vertical-align: bottom; }

table tfoot tr td {
  background-color: #e2e2e2; }

table tfoot tr {
  display: none; }

table td {
  padding: 5px;
  font-size: 0.875rem; }

table td span {
  font-size: 0.875rem; }

table .noTrStrips tr:nth-child(even) {
  background-color: #fff; }

table caption {
  background-color: #fff;
  color: #222;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center; }

/*table styles*/
td, th {
  font-size: 0.875rem;
  min-width: 50px; }
  td h2, td li, td p, td ul, td ol, th h2, th li, th p, th ul, th ol {
    margin: 10px; }

td p:first-child {
  margin-top: 10px; }

table tr .row-a {
  background-color: #e2e2e2; }

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

/* cookies styles */
/* Scss Document */
/* cookies - helpers / cookies */
/*====== 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 #95bfe7;
  box-shadow: 1px 0 5px 1px #000; }

#cookieManagerMessageContainer a {
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #303030;
  width: 55%;
  margin-top: 10px;
  text-decoration: none; }

#cookieManagerMessageContainer a:hover {
  background-color: #303030;
  color: #e2e2e2; }

/*====== cookie page ==============================*/
.cookie-preference-form {
  border-bottom: 5px solid #e2e2e2;
  padding-bottom: 10px; }

.cookie-preference-form label {
  font-weight: bold;
  padding: 10px 0; }

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

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

/* Media styles */
/* Scss Document */
@media (min-width: 576px) {
  .card .card-body hr {
    height: 0;
    border-top: 0 solid #16c500;
    border-bottom: 0 solid #16c500; }

  /*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: #16c500;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%); } }
/* end min width 576 */
@media (max-width: 767px) {
  /* card */
  .card .img-wrapper {
    height: 17em; }

  /* end max width */ }
@media (min-width: 768px) {
  .navbar-brand img {
    width: 159px; }

  .bd-placeholder-img-lg {
    font-size: 3.5rem; }

  /* footer */
  .drs-footer-link p {
    margin: 0; }

  ul.drs-footer-links {
    list-style-type: none;
    margin: 0;
    padding-left: 0; }

  ul.drs-footer-links li {
    display: inline-block;
    margin: 10px 20px 10px 0; }

  ul.drs-footer-links li a {
    color: #1a4176; }

  /* blocks */
  /* card */
  .card {
    min-height: 400px; }

  /* carousel */
  .multiCardCarousel .carousel-item a .card {
    min-height: 300px; }

  .multiCardCarousel .carousel-item a .card .card-body {
    border-bottom: 0 dashed #222; }

  .multiCardCarousel button {
    display: block; }

  /* top carousel -- .drs-hero */
  .drs-hero img {
    height: auto; }

  .drs-hero .carouselMessage .back-transparency {
    margin-top: 30px; }

  /* news */
  .filters .news-listing__body {
    padding: 0 0 10px 0; }

  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; } }
@media (min-width: 992px) {
  html, body, input {
    font-size: 14px; }

  /* navigation */
  .navbar-nav {
    float: right; }

  .navbar-expand-lg .navbar-collapse {
    display: block !important; }

  .navbar-brand {
    margin-right: 150px; }

  #navbarSupportedContent {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #000; }

  .navbar {
    padding: 0;
    margin: 0; }

  .navbar-nav li .nav-link {
    min-height: 65px;
    padding: 20px 30px !important;
    border-right: 1px solid #fff; }

  .navbar-light .navbar-nav .nav-link {
    background-color: #fff;
    color: #09733f;
    font-size: inherit;
    font-weight: normal; }

  .navbar-light .navbar-nav li.active a {
    background-color: #09733f;
    border-bottom: 3px solid #09733f;
    color: #fff; }

  .navbar-light .navbar-nav .nav-link:link, .navbar-light .navbar-nav .nav-link:visited {
    border-bottom: 1px dashed #e2e2e2; }

  .navbar-light .navbar-nav .nav-link:hover, .navbar-light
  .navbar-nav .nav-link:active {
    border-bottom: 1px solid #fff;
    background-color: #09733f;
    color: #fff; }

  .navbar-expand-lg .navbar-collapse {
    display: block !important; }

  /* search */
  .siteSearch {
    width: 75%;
    margin: 10px 0 0 25%; }

  .siteSearch input {
    border-bottom: 5px solid #51aa46; }

  .siteSearch .btn {
    border-bottom: 5px solid #51aa46;
    font-weight: normal;
    font-size: 1em; }

  /*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 {
    background-image: linear-gradient(rgba(1, 0, 70, 0.1), rgba(0, 0, 0, 0.1)), url(/assets/img/DorsetRS/road-in-the-middle-of-the-grass-field-gradient.jpg);
    min-height: 300px; }

  .drs-hero .absolute {
    left: 20%; }

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

  .drs-hero .absolute {
    left: 200px; } }
@media (min-width: 1200px) {
  html, body, input {
    font-size: 16px; }

  .drs-hero .carousel-item {
    height: 400px; }

  .drs-hero .carouselDyHeight {
    height: 800px;
    padding: 0 40px 30px 40px; } }
