/* media querys vars */
/* previous purple? */
/* Previous Zone colours */
/* previous force blue */
.bgFirst {
  padding: 3rem !important;
  background-color: #00689e;
  color: #fff; }
  .bgFirst li {
    color: #fff; }
  .bgFirst a:link, .bgFirst a:visited {
    color: #fff; }

.bgSecond {
  padding: 3rem !important;
  background-color: #002663;
  color: #000; }
  .bgSecond li {
    color: #000; }
  .bgSecond a:link, .bgSecond a:visited {
    color: #000; }

.bgThird {
  padding: 3rem !important;
  background-color: #1f1c5b;
  color: #000; }
  .bgThird li {
    color: #000; }
  .bgThird a:link, .bgThird a:visited {
    background-color: #1f1c5b;
    color: #000; }
  .bgThird a:hover, .bgThird a:active {
    background-color: #000;
    color: #1f1c5b; }

.bgFourth {
  padding: 3rem !important;
  background-color: #4f0b7b;
  color: #000; }
  .bgFourth li {
    color: #000; }
  .bgFourth a:link, .bgFourth a:visited {
    background-color: #4f0b7b;
    color: #000; }
  .bgFourth a:hover, .bgFourth a:active {
    background-color: #000;
    color: #4f0b7b; }

.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: #474747;
  color: #000; }
  .bgGrey li {
    color: #000; }
  .bgGrey a:link, .bgGrey a:visited {
    background-color: #474747;
    color: #000; }
  .bgGrey a:hover, .bgGrey a:active {
    background-color: #000;
    color: #474747; }

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

.blue {
  background-color: #00689e; }

.white {
  background-color: #fff;
  color: #000; }

.bgwhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000; }

.grey {
  background-color: #474747; }

.secondary-colour {
  background-color: #002663;
  color: #000; }

.bgPrimary-img, .bgBlueDCP-img {
  padding: 50px 0;
  background: transparent url("/assets/img/Firearms/bg.Primary-img.gif") 0 50% repeat-y; }

.bgSecondary-img, .bgBluePurple-img {
  padding: 50px 0;
  background: transparent url("/assets/img/firearms/bg-Blue-Purple.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;
    background-color: #e2e2e2;
    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, 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: transparent;
  color: #1f1c5b;
  font-weight: bold; }

a:hover, a:active {
  background-color: #4f0b7b;
  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 #00689e;
  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: #4f0b7b;
  color: #000;
  padding: 20px;
  margin: 20px 0;
  border-left: 5px solid #00689e; }

button {
  background-color: #474747;
  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: #474747;
  color: #000; }

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

.bgFirst button a:link, .bgFirst button a:visited {
  background-color: #474747;
  color: #000; }

.bgSecond button a:link, .bgSecond button a:visited {
  background-color: #474747;
  color: #000; }

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

.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, .lrtelinkBlock 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: #fff;
    color: #303030; }
/*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: #fff;
    color: #002663;
    display: block; }
.sContainer {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 5px solid #002663;}
/*footer*/
footer {
    background: #f5f5f5;
    color: #4f0b7b; }
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: #000;
    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: #000;
    padding: 0;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    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/firearms/nav-icons--1.png") 0 0 no-repeat;
  margin: 0; }
.siteNavButton:hover {
  background: #00689e url("/assets/img/firearms/nav-icons--1.png") -100px 0 no-repeat; }
.showNav, #navSite {
  position: absolute;
  top: 90px;
  right: 0px;
  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: #303030; }

#navSite {
  box-shadow: 0 2px 5px 0 #000; }
  #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 #474747; }
      #navSite ul li h3 a {
        color: #4f0b7b;
        font-size: 2rem;
        margin: 20px 0 0 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; }

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

/* 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/firearms/sm-icons.png") 0 0 no-repeat; }
  ul.dc-sm-icons .facebook a {
    background: transparent url("/assets/img/firearms/sm-icons.png") -50px 0 no-repeat; }
  ul.dc-sm-icons .instagram a {
    background: transparent url("/assets/img/firearms/sm-icons.png") -100px 0 no-repeat; }
  ul.dc-sm-icons .youTube a {
    background: transparent url("/assets/img/firearms/sm-icons.png") -150px 0 no-repeat; }
  ul.dc-sm-icons .twitter a:hover {
    background: transparent url("/assets/img/firearms/sm-icons-hover.png") 0 0 no-repeat; }
  ul.dc-sm-icons .facebook a:hover {
    background: transparent url("/assets/img/firearms/sm-icons-hover.png") -50px 0 no-repeat; }
  ul.dc-sm-icons .instagram a:hover {
    background: transparent url("/assets/img/firearms/sm-icons-hover.png") -100px 0 no-repeat; }
  ul.dc-sm-icons .youTube a:hover {
    background: transparent url("/assets/img/firearms/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 #00689e;
  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: #1f1c5b; }

.snb .navbar-nav {
  float: none;
  font-size: 1em;
  padding: 0;
  margin: 0; }
  .snb .navbar-nav li {
    border-bottom: 1px solid #474747; }
    .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: transparent;
      color: #000; }
 /* jump to top page */
.jumpTopContainer a:link, .jumpTopContainer a:visited {
    color: #fff;
    background-color: #00689e;
    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 {
  position: relative;
  height: 250px;
  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: #00689e;
  background-color: rgba(32, 48, 90, 0.5);
  color: #fff;
  padding: 0 120px 30px 20px; }

.drs-hero .carouselMessage button {
  background-color: #4f0b7b;
  color: #fff;
  border: 0;
  text-align: center;
  padding: 0; }

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

.drs-hero .carouselMessage button a {
  background-color: #4f0b7b;
  color: #fff;
  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;
  top: 10px;
  padding: 10px;
  background-color: #e5e5e5;
  color: #333; }

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

.multiCardCarousel .carousel-item a .card .card-header {
  background-color: #00689e; }

.multiCardCarousel .carousel-item a .card .card-header h2 {
  color: #fff; }

.multiCardCarousel .carousel-item a .card .card-header:hover {
  background-color: #002663; }

.multiCardCarousel .carousel-item a .card .card-body {
  border-bottom: 1px dashed #002663;
  background-color: #fff;
  color: #303030; }

.multiCardCarousel .carousel-item a .card .card-footer {
  padding: 10px;
  background-color: #00689e;
  color: #fff;
  text-align: center; }

.multiCardCarousel .carousel-item a .card .card-footer:hover {
  background-color: #002663;
  color: #fff; }

.multiCardCarousel .carousel-item a .card:hover {
  background-color: #002663;
  color: #fff; }

.multiCardCarousel button {
  display: none; }

/* 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: #00689e; }
    .multiCardCarousel .carousel-item a .card .card-header h2 {
      color: #fff; }
  .multiCardCarousel .carousel-item a .card .card-header:hover {
    background-color: #002663; }
  .multiCardCarousel .carousel-item a .card .card-body {
    border-bottom: 1px dashed #002663;
    background-color: #fff;
    color: #303030; }
  .multiCardCarousel .carousel-item a .card .card-footer {
    padding: 10px;
    background-color: #00689e;
    color: #fff;
    text-align: center; }
  .multiCardCarousel .carousel-item a .card .card-footer:hover {
    background-color: #002663;
    color: #fff; }
  .multiCardCarousel .carousel-item a .card:hover {
    background-color: #002663;
    color: #fff; }

.multiCardCarousel button {
  display: none; }

/* card - promo - profile */
.profile .card {
  background-color: #fff;
  color: #000;
  border: 0;
  border-radius: 0;
  transition: all 400ms ease-out; }

.profile .card-text-container {
  min-height: 200px;
  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 {
  background-color: #fff;
  border: 0;
  margin: 10px 0; }

.promo .bgFirst:hover, .promo .bgSecond:hover, .promo .bgThird:hover, .promo .bgFourth:hover {
  background-color: #fff;
  color: #00689e; }

.promo:hover {
  background-color: #f5f5f5 !important;
  color: #4f0b7b !important; }

.promo:hover a {
  background-color: #fff;
  color: #000; }

.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: #00689e;
    color: #fff; }

.newsFeed:hover {
  background-color: #00689e;
  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: #4f0b7b;
  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/Firearms/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/Firearms/accordion-arrows.png);
  transform: rotate(-90deg); }

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

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

/*media styles*/
@media (min-width: 1rem) {
  .card .card-body hr {
    height: 0;
    border-top: 0 solid #4f0b7b;
    border-bottom: 0 solid #4f0b7b; }

  .ljHeading {
    margin-top: 20px; } }
/* end min width 576 */
/* start min width 768px */
@media (max-width: 768px) {
  .card .img-wrapper {
    height: 17em; } }
/* start min width 767px */
@media (min-width: 767px) {
  html, body {
    font-size: 16px; }

  /* homepage */
  .drs-hero {
    height: 400px; }
    .drs-hero .slide {
      position: absolute;
      top: 0px;
      left: 10px; }

  .drs-hero .absolute {
    position: absolute;
    top: 150px;
    left: 0; }

  .ljHeading {
    margin-top: -50px; }

  .ljHeading h2 {
    text-align: center; }

  .drs-hero .carouselMessage .back-transparency {
    padding: 0 20px 30px 20px; }

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

  /*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: #4f0b7b;
    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 #474747; }

  .multiCardCarousel button {
    display: block; }

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

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

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

  .promo {
    min-height: 360px;
    margin: 10px 0; }

  .newsFeed {
    min-height: 300px; }

  .newsFeed .newsbody {
    min-height: 225px; } }
@media (min-width: 992px) {
  html, body, input {
    font-size: 14px; }

  .bgFirst {
    padding: 3rem !important; }

  .bgSecond {
    padding: 3rem !important; }

  .bgThird {
    padding: 3rem !important; }

  .bgWhite {
    padding: 3rem !important; }

  .bgGrey {
    padding: 3rem !important; }

  .siteNavButton {
    margin: 20px 0 0 0; }

  #siteNav .bgSecond, #siteNav .bgFirst h3 {
    margin-top: 0; }

  .ljHeading {
    margin-top: -141px; }

  /*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: 500px; }
    .drs-hero .slide {
      width: 500px; }

  .drs-hero .absolute {
    left: 50px; }

  .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 {
    top: 10px;
    margin: 100px;
    padding: 20px 40px;
    width: 50%; } }
@media (min-width: 1200px) {
  html, body, input {
    font-size: 16px; }

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

  .drs-hero .slide {
    width: 600px; }

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

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

        