.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: #fff; }
  .bgSecond li {
    color: #fff; }
  .bgSecond a:link, .bgSecond a:visited {
    color: #fff; }

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

.bgFourth {
  padding: 3rem !important;
  background-color: #4f0b7b;
  color: #fff; }
  .bgFourth li {
    color: #fff; }
  .bgFourth a:link, .bgFourth a:visited {
    background-color: #4f0b7b;
    color: #fff; }
  .bgFourth a:hover, .bgFourth a:active {
    background-color: #fff;
    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; }
.teal {
  background-color: #007c92;
  color: #fff; }

.orange {
  background-color: #8A420F;
  color: #fff; }

.green {
  background-color: #035642;
  color: #fff; }

.red {
  background-color: #a71930;
  color: #fff; }

.blue {
  background-color: #005293;
  color: #fff; }

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

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

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; }
/* 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; }
/* link block */
.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; }
/* accordion block */
#options .accordion-body {
	padding: 0;}
/* 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: #fff;
  padding: 20px;
  margin: 20px 0;
  border-left: 5px solid #00689e; }
.pleaseNote a:link, .pleaseNote a:visited{
    background-color: #00689e;
    color: #fff;
    padding: 2px 5px;
}
.pleaseNote a:hover, .pleaseNote a:active{
    background-color: #fff;
    color: #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; }
/* footer social media buttons */
/* 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("/media/1003/sm-icons.png") 0 0 no-repeat; }
ul.dc-sm-icons .facebook a {
    background: transparent url("/media/1003/sm-icons.png") -50px 0 no-repeat; }
ul.dc-sm-icons .instagram a {
    background: transparent url("/media/1003/sm-icons.png") -100px 0 no-repeat; }
ul.dc-sm-icons .youTube a {
    background: transparent url("/media/1003/sm-icons.png") -150px 0 no-repeat; }
ul.dc-sm-icons .twitter a:hover {
    background: transparent url("/media/1004/sm-icons-hover.png") 0 0 no-repeat; }
ul.dc-sm-icons .facebook a:hover {
    background: transparent url("/media/1004/sm-icons-hover.png") -49px 0 no-repeat; }
ul.dc-sm-icons .instagram a:hover {
    background: transparent url("/media/1004/sm-icons-hover.png") -98px 0 no-repeat; }
ul.dc-sm-icons .youTube a:hover {
    background: transparent url("/media/1004/sm-icons-hover.png") -150px 0 no-repeat; }

/* rte link style to create a link block */
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; }
a:hover .rtelinkBlock, .rtelinkBlock a:hover,
a:hover .ltelinkBlock, .lrtelinkBlock 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 {
  	background-color: #fff;
  	padding-top: .5rem;
  	padding-bottom: .5rem;
  	border-bottom: 5px solid #00689e; }
/*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*/
/* breadcrumb links*/
.breadcrumb-item.active {
  color: #303030; }
/* page navigation */
.newstopbanner .nav-item {
	font-size: 1.5rem;
	border-bottom: 1px solid #999;}
.newstopbanner .nav-item .nav-link{
	padding: 10px;
	border-radius: 0;}
.newstopbanner .nav-item a:link, .newstopbanner .nav-item a:visited{
	color: #fff;}
.newstopbanner .nav-item a:hover, .newstopbanner .nav-item a:focus{
    background-color: #000;
    color: #fff;}
.newstopbanner .nav-item a:active, .newstopbanner .nav-item .active {
	color: #000;
	background-color: #fff;}
.newstopbanner .nav-justified .nav-item, .newstopbanner .nav-justified > .nav-link {
	flex-basis: auto;}
/* side/sub area navigation */
.snb .card {
    min-height: 200px;
    background-color: #fff;
    margin: 20px 0 20px 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: #4f0b7b;
    color: #fff;}
 /* jump to top page */
.jumpTopContainer a:link, .jumpTopContainer a:visited {
    color: #fff;
    background-color: #00689e;
    text-decoration: none;}
.jumpTopContainer a:link, .jumpTopContainer a:visited {
    color: #00689e;
    background-color: #fff;
    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;}

/* 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; }
.bgFirst .promo a:link, .bgSecond .promo a:link, .bgThird .promo a:link, .bgFourth .promo a:link,
.bgFirst .promo a:visited, .bgSecond .promo a:visited, .bgThird .promo a:visited, .bgFourth .promo a:visited{
    background-color: transparent;
    color: #000;}
/* 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; }
  /* 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: #474747;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px; }
table tbody, table tbody td, table tbody p {
    font-size: 1.2rem; }
table caption {
    background-color: #fff;
    color: #303030;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center; }
table tr {
    border: 1px solid #474747 !important; }
table tr td {
      border: 1px solid #474747 !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: #303030;
    color: #fff; }
table tr:hover a {
    color: rgba(32, 48, 90, 0.5);
    background-color: #303030; }
table th {
    background-color: #474747;
    color: #fff;
    padding: 15px 10px;
    text-align: left;
    vertical-align: bottom; }
table tfoot tr td {
    background-color: #474747; }
table tfoot tr {
    display: none; }
table.noTrStrips tr:nth-child(even) {
  background-color: #fff; }
table.table-job {
  margin-bottom: 0; }

/* end tables */
  
/* Cookie */
/*====== cookie message ==============================*/
#cookieManagerMessageContainer {
  z-index: 150000;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  height: auto;
  padding: 2%;
  overflow: visible;
  background-color: #fff;
  color: #303030;
  border-bottom: 5px solid #00689e;
  box-shadow: 1px 0 5px 1px #000; }

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

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

/*====== cookie page ==============================*/
.cookie-preference-form {
  margin: 40px 0 40px 0;}

.cookie-preference-form label {
  font-weight: bold;
  margin-bottom: 20px;}

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

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

.cookie-preference-form .btn-primary, .cookie-preference-form button.btn {
  background-color: #4f0b7b;
  color: #fff;
  margin-left: 2px;
  border: 1px solid #4f0b7b;
  margin-top: 0;
  width: auto;
padding: 10px 20px;}

.cookie-preference-form .btn-primary:hover, .cookie-preference-form .btn-primary:active, /*, .cookie-preference-form .btn-primary:not(:disabled):not(.disabled):active,*/
.cookie-preference-form button:hover, .cookie-preference-form button:active/* .cookie-preference-form .button:not(:disabled):not(.disabled):active*/ {
  background-color: #fff;
  color: #4f0b7b;
  border: 1px solid #4f0b7b; }
/*media styles*/
@media (min-width: 1rem) {
.card .card-body hr {
    height: 0;
    border-top: 0 solid #4f0b7b;
    border-bottom: 0 solid #4f0b7b;}
}
/* end min width 576 */
/* start min width 768px */
@media (max-width: 500px) {
.logo .img-fluid {
    max-width: 60%; } 
}
@media (max-width: 768px) {
.card .img-wrapper {
    height: 17em; } 
}
/* start min width 767px */
@media (min-width: 767px) {
html, body {
    font-size: 16px; }
  /* card */
.card {
    min-height: 400px; }
/* general */
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; }
}
@media (min-width: 992px) {
html, body, input {
    font-size: 14px; }
.newstopbanner .nav-item {
	border-bottom: 0;
	font-size: 1.2rem;}
.newstopbanner .nav-item .nav-link{
	padding: 10px;}
/* card */
.card {
    min-height: 300px; }
 }
@media (min-width: 1200px) {
html, body, input {
    font-size: 16px; }
 }

        
        