html {font-size: 7.5px;}
body {
	font-family: arial;
	font-size: 2rem;
	color:#333;
  font-variant-ligatures: no-common-ligatures;
}
ul, ol {
  text-align: left;
}
.lead {
	font-size: 2.2rem;
	font-weight: 400;
}
@media (min-width: 576px) {
html {font-size: 8px;}
body {
	font-size: 1.8rem;
}

}
@media (min-width: 768px) {
html {font-size: 8.5px;}
body {
	font-size: 1.6rem;
	text-align: left;
}
}
@media (min-width: 992px) {
html {font-size: 9px;}
}
@media (min-width: 1200px) {
html {font-size: 9.5px;}
}
@media (min-width: 1520px) {
html {font-size: 10px;}
}
body {
  background-color: #fff;
  /*overflow-x: hidden;*/
  font-family: arial;
}


.banner-inner-page .img-fluid {
	width: 100%;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
main p {
  text-align: justify;
}
p, li {
  font-size: 1.8rem;
}
p a {
	text-decoration: underline;
}
.red {
  color: #c20430;
}
.blue {
  color: #002d61;
}
.white {
  color: #fff;
}
.container {
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn {
	color: #002348;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	font-family: sweet-sans-pro, sans-serif;
	padding: .25rem 1rem .5rem;
	border: 2px solid transparent;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary {
	background-color: #002d62;
	border-color: #002d62;
	border-radius: 0;
	color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:hover{
  background-color: #fff;
  border-color: #c30731;
  color: #c30731;
}
.btn-primary.focus, .btn-primary:focus {
	color: #c30731;
	background-color: #fff;
	border-color: #c30731;
	box-shadow: 0 0 0 .2rem rgba(195, 7, 49, 0.5);
}
.btn-group-sm > .btn, .btn-sm {
	font-size: 1.5rem;
}
.btn-group-lg > .btn, .btn-lg {
	font-size: 2.5rem;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #002d62;
	border-color:#002d62;
}
.btn-outline-primary {
	color: #002d62;
	border-color: #002d62;
}
.btn-outline-primary:hover {
	color: #fff;
	  border-color: #002d62;
  background-color:#002d62
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(195, 7, 49, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	  border-color: #002d62;
  background-color:#002d62
}
.btn-earn-it {
  border-radius: 0;
  background-color: #8b042f;
  color: #fff;
  font-weight: bold;
}
.btn-earn-it > span {
  color: #fdbf00;
}
.btn-earn-it.btn-lg {
  font-size: 2.5rem;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
main.container {
  background-color: #fff;
}

#mobile-toggle {
  cursor: pointer;
}
#mobile-toggle a  {
  color: #ddd;
}
#mobile-toggle .fas {
  font-size: 3rem;
  text-shadow: 0 0 0px rgba(255,255,255, 0.0);
  transition: all .2s ease;
  color:#ddd;
}
#mobile-toggle:hover .fas, #mobile-toggle a:focus .fas {
	color:#fff;
	text-shadow: 0 0 10px rgba(255,255,255,0.5)
}
.mobile-menu-bg {
	transition: opacity .3s ease;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	visibility: hidden;
}
.off-canvas.openMenu + .mobile-menu-bg {
	opacity: 1;
	visibility: visible;
}
.off-canvas {
  position: fixed;
  left: -100%;
  width: 80%;
  max-width: 600px;
  background-color: #0e2b58;
  height: 100vh;
  padding: 2rem 2rem 2rem 3rem;
  z-index: 9999;
  box-shadow: 10px 0px 10px rgba(0,0,0,0.5);
  pointer-events: all;
  visibility: hidden;
  transition: left .3s ease, visibility 0s ease;
  transition-delay: 0s, .3s;
}
.off-canvas.openMenu {
  left: 0 !important;
  visibility: visible;
  transition-delay: 0s, 0s;
}
a:focus .off-canvas-logo {
	background: rgba(255,255,255,0.1);
}
.open.off-canvas {
  left: 0%;
}
.off-canvas .nav-link {
	color: #fff;
	font-size: 2.5rem;
	position: relative;
	padding: 0rem 0;
	margin-bottom: 1rem;
	line-height: 1.3;
}
.off-canvas-close {
  color: #ddd;
  font-size: 2rem;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(255,255,255,0.0);
  transition: all .2s ease;
}
.off-canvas-close:hover, .off-canvas-close:active, .off-canvas-close:focus {
	color: #fff;
	text-shadow: 0 0 10px rgba(255,255,255,0.5);
	box-shadow: none !important;
}

.sidebarhtmllinkymap h2 {
  display: none;
}
.logo-spacing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.main-logo .img-fluid {
	max-height: 40px;
}
.navbar {
  margin-top: 8px;
}
.nav-link::before {
  margin-right: 10px;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  color:#fff;
  line-height: 1;
  white-space: nowrap;
}

.navbar-light .navbar-toggler {
  background-color: #002d62;
  color: #fff;
  text-transform: uppercase;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
  line-height: 1.9rem;
}
.nav-link {
  text-transform: uppercase;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}

.nav-link::after {
  content: none;
}

.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	background-color: #ddd;
	min-width: 21rem;
	margin: 0;
}
.dropdown-item {
  font-family: sweet-sans-pro, sans-serif;;
  text-transform: uppercase;
  font-weight: bold;
  padding: .75rem 1rem;
  color: #a1a1a1;
  border-bottom: 1px solid #afafae;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ddd;
  color: #000;
}
.dropdown-item:last-of-type {
  border-bottom: none;
}
header .trust {
  font-family: sweet-sans-pro, sans-serif;;
  font-weight: bold;
  color: #858585;
}
.home  main.content,
.seeds main.content,
.contacts main.content,
.blog main.content,
section.content {
  background-size: 100%;
}

/* Markets Styles */
span#markets-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  right: 275px;
  top: 298px;
  color: #fff;
  padding: 10px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 99999;
  font-weight: bold;
}
.markets-table-container {
  height: 715px;
  position: absolute;
  /*overflow-x: hidden;*/
  width: 367px;
}
span#markets-toggle:hover {
  cursor: pointer;
}
#markets-toggle.toggle-2 {
  top: 285px;
}
.right-market {
  right: -328px !important;
}
#markets-toggle.right-market {
  right: -52px !important;
}
/* State Toggle 
.state-toggle {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: 50% 51%;
  font-size: .8rem;
  font-weight: bold;
  color: #fff;
  top: 277px;
  right: -51px;
  cursor: pointer;
  background-image: url(/images/change-state-background.png?7);
  background-repeat: no-repeat;
  height: 34px;
  width: 135px;
  z-index: 150;
  padding: 9px;
}
.state-toggle a {
  color: #212529;
  text-decoration: none;
}
.state-toggle.state-select a::after {
  content: "SELECT STATE";
  font-size: .8rem;
}
.state-toggle.state-change a::after {
  content: "CHANGE STATE";
  font-size: .8rem;
}
.change-neg {
  color: #FD342C;
  font-weight: bold;
}
.change-pos {
  color: #1d820e;
  font-weight: bold;
}*/

.home-title {
  text-transform: uppercase;
  color: #c20430;
}
.home-armor-story {
  background-image: url(../../../images/armor-story.jpg);
  background-size: cover;
  color: #c6bda9;
}
.home-armor-story .h1 {
  font-size: 5rem;
  color: #5c86b4;
}
.read-more-container {
  position: relative;
}
.read-more-btn {
  position: absolute;
  bottom: -48px;
  right: 10%;
  background-image: url(../../../images/read-more-btn.png);
  background-size: contain;
  padding: 18px;
  color: #aa032a;
  font-family: sweet-sans-pro, sans-serif;;
  font-weight: bold;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.read-more-btn:hover {
  text-decoration: none;
  color: #8c0222;
}
.slick-arrow {
  width: 10px;
  position: absolute;
  top: 45%;
  z-index: 9;
  margin-left: 10px;
  margin-right: 10px;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-arrow:first-of-type {
  left: 0;
}
.slick-arrow:last-of-type {
  right: 0;
}
footer {
  background-color: #002348;
  color: #a8a8a9;
  font-size: 1.5rem;
}
footer a {
  color: #a8a8a9;
  font-family: sweet-sans-pro, sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  transition: color .2s ease;
}
footer a:hover, footer a:focus, footer a:active {
  color: #fff;
  text-decoration: underline;
}
footer .separator {
  top: -2px;
  margin: 0 2px;
  position: relative;
}
footer > .row > .footer-border {
  border-right: 1px solid;
}
footer > .row > .col-md-4:last-of-type {
  border-right: none;
}
footer h4 {
  color: #fff;
  text-transform: uppercase
}
footer a:focus img, footer a:active img {
	background: rgba(255,255,255,0.1);
	box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.1);
}
.subfooter a:focus img, .subfooter a:active img {
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.5);
}

.social-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  line-height: 21px;
  background-color: #bbb;
  color: #ffffff;
  text-align: center;
}
/* Featured Blog and News */

.featured-header {
position: absolute;
background-color: rgba(0,0,0,.75);
color: #fff;
width: 100%;
padding: 1rem 2rem 1.5rem;
z-index: 1000;
}
.featured-blog-text {
  padding: 1rem 1.75rem;
    color: #fff;
	background-color: #0e2b58;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
	transition: background-color .2s ease;
}
.blog-link {
    color: #fff;
}
.featured-blog-text:focus-within, .featured-blog-text:hover {
	background-color: rgb(0, 35, 72, 0.8);
}
.blog-link:hover, .blog-link:focus {
	text-decoration: underline;
	color: #fff;
}

/* Product pages */
.products-top-scroll {
 /* overflow-x: scroll; */
}
.products-top-scroll div {
  height: 20px;
}
.product-select .option {
  background-size: cover;
  padding: 25px;
  text-align: center;
  min-height: 35rem;
}
.beans-option {
  background-image: url(../../../images/beans/beans-bg.jpg);
}
.corn-option {
  background-image: url(../../../images/corn/corn-bg.jpg);
}
.cotton-option {
  background-image: url(../../../images/cotton/cotton-bg.jpg);
}
.sunflower-option {
  background-image: url(../../../images/sportsman/sunflower-bg.jpg);
}
.btn.product-option {
  border-radius: 0;
  font-weight: bold;
  font-size: 2.25rem;
  font-family: sweet-sans-pro, sans-serif;
  text-transform: uppercase;
  transition: all .3s;
}
.btn.product-option:hover {
  color: #c30731;
  background-color: #fff;
}
.btn.tool-option {
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 10px;
}
.attribute-spacing {
  height: 297px;
}
.product:nth-of-type(odd) > .product-heading {
  background-color: #e5e6e7;
}
.attribute-spacing {
  border: none;
  /* Offsets height of "Scroll Horizontally" heading */
  margin-top: 25px;
}
.scroll-heading {
  color: #002d5f;
  text-align: center;
  text-transform: uppercase;
  margin: 1.5rem 0;
}
.scroll-arrows {
  width: 15px;
  margin-top: -10px;
}
.products {
  display: inline-block;
}
.product {
  width: 112px;
  padding: 5px 1px;
  margin-bottom: 10px;
  display: inline-block;
}
.corn .product {
  width: 135px;
}
.product-heading,
.product-heading h3 {
  font-family: sweet-sans-pro, sans-serif;
}
.product-heading h3 {
	line-height: 1.25;
	font-size: 3.5rem;
	color: #002d61;
	width: max-content;
	text-transform: uppercase;
	margin-top: -1.5rem;
}
.product-heading .armor {
	color: #002d61;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5rem;
}
.product-btn {
  background-color: #002d62;
  border-color: #002d62;
  border: 2px solid transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.badge-primary {
	color: #fff;
	background-color: #002d62;
}
.list-group-item.product-attribute {
  font-size: 1.5rem;
}
.list-group-item {
	border-color: #002d62;
	padding: .5rem 1rem;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #002d62;
	border-color: #002d62;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}
.list-group-item.spacer {
  background: linear-gradient(#c30731, #f91938);
  font-size: 1.5rem;
}
.product .product-attribute:nth-of-type(2n) {
  background-color: #e6e7e8;
}
.attributes .list-group-item {
  border-color: transparent;
  color: #25408f;
  font-weight: bold;
  font-size: 1.5rem;
}
.attributes .attribute-type {
  color: #002d60;
  text-transform: uppercase;
}
.sts {
  position: absolute;
  color: #FFF;
  background-color: #002d60;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  line-height: 3.1rem;
  border-radius: 50%;
  text-align: center;
  top: -25px;
  left: 26%;
}
.evaluating:before {
  content: " ";
  background-image: url(/images/evaluating.png);
  background-size: contain;
  display: inline-block;
  height: 50px;
  width: 40px;
  margin-right: -14px;
  background-repeat: no-repeat;
}
.tech-sheet {
  background-color: #ffce00;
  font-weight: bold;
  color: #002d60;
  font-size: 1.5rem;
  padding: .5rem 0;
}
.product-table thead th {
  color: #002d61;
  text-align: center;
  font-weight: 900;
  letter-spacing: .05rem;
  font-size: 1.25rem;
}
.product-table tbody th.modal-attribute-heading {
  color: #25408f;
}
.product-table .product-attribute:nth-of-type(2n) {
  background-color: #e6e7e8;
}
.product-container {
  /*overflow-x: auto;*/
  white-space: nowrap;
  padding-left: 0px;
}
.eval-desc-img {
  float: left;
  width: 45px;
  margin-right: 5px;
}
.eval-desc {
  margin-top: 5px;
}
small {
  color: #808285;
}
.retailer {
  padding: 1rem;
  background-color: #fff;
  color: #002348;
}
.retailer .name {
  color: #c40732;
  text-transform: uppercase;
}
.retailer .title {
  margin-bottom: 10px;
}
.retailer .location {
  color: #002348;
  margin-bottom: 0;
}
/*
.markets-slider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 152;
  padding-left: 3rem;
  width: 365px;
  height: 720px;
  background-image: url(../../../images/markets-background.png?v=7);
  color: #212529;
  transition: all .3s;
}
.markets-content {
  overflow-y: scroll;
  height: 715px;
  padding-top: .5rem;
  font-size: .9rem;
}
.markets-content th,
.markets-content td {
  font-size: .9rem;
  font-weight: 700;
  border: none;
  padding: 0;
}
.markets-content .change-neg {
  color: #c20430;
}
.markets-toggle {
  position: absolute;
  top: 8rem;
  right: 275px;
  z-index: 153;
  text-transform: uppercase;
  color: #212529;
  font-size: .8rem;
  font-weight: bold;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all .3s;
  white-space:nowrap;
}
.markets-slider.markets-hidden {
  right: -20.7rem;
  pointer-events: none;
}
.markets-toggle.markets-hidden {
  right: -58px;
}
.markets-content span.underlying {
  font-size: 1.1rem;
  line-height: 2.5rem;
  vertical-align: middle;
}
.footer-slick {
  max-height: 260px;
  overflow: hidden;
}
.footer-gallery-btn {
margin-top: 1.8rem;
height: 3rem;
background-color: #444;
transition: all .2s ease;
}
.footer-gallery-btn:hover {
background-color:#002348;
}
.footer-gallery-btn h5 {
text-transform: uppercase;
line-height: 2.9rem;
}
*/
div.blog > .items-leading {
  margin-bottom: 4rem;
  background-color: #fff;
}
div.blog .item-image {
 /* overflow: hidden; */
}

div.blog time {
  font-size: 1.4rem;
}
div.blog dl {
  margin-bottom: 0rem;
}
div.blog h6 {
  font-size: 2.5rem;
  margin-bottom: .5rem;
}
div.blog .items-leading h4 {
	font-size: 2.5rem;
	margin-bottom: .5rem;
}
.feature-blog {
    margin: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
}
.featured-video-block::before {
	content: "\f144";
	position: absolute;
	font-family: 'font awesome 5 pro';
	font-size: 15rem;
	text-align: center;
	width: 100%;
	top: calc(50% - 9rem);
	pointer-events: none;
	color: rgba(255,255,255,.4);
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	left: 0;
	margin-top: 0;
	height: auto;
}
.featured-video-block:hover::before, .featured-video-block:focus-within::before {
  color: rgba(255,255,255,.8);
}
.blog .item, .blog .items-leading {
	padding-bottom: 3rem;
	border-bottom: 1px solid #ddd;
}
.blog-intro-content {
  padding: 0rem;
}
.blog .readmore .btn-primary {
	width: 100%;
	display: block;
	text-decoration: none;
}
.blog .item .item-image {
	width: 100%;
	height: 100%;
	min-height: 38rem;
	max-height: 38rem;
}	
.blog .item .item-image .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.blog .items-leading .item-image {
	width: 100%;
	height: 100%;
	min-height: 38rem;
	max-height: 38rem;
}	
.blog .items-leading .item-image .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

div.blog .blog-header {
  margin-top: 1rem;
}
div.blog a:not(.btn) {
  color: #002d62;
}
div.blog > .items-leading .btn {
  
}
div.blog p {
	margin-bottom: 1.5rem;
}
div.blog .items-leading .lead {
	font-size: 1.8rem;
}
ul.pagination a.page-link {
  margin-left: .5rem;
  margin-right: .5rem;
  background-color: #fff;
  color: #002d62;
  border-color: #002d62;
  line-height: 1.1;
  transition: .3s all;
}
ul.pagination a.page-link:hover {
  background-color: #002d62;
  color: #fff;
}
ul.pagination .page-item.active a.page-link {
  background-color: transparent;
  border-color: #002d62;
  color: #000;
}
.items-row {
  margin-bottom: 3rem;
}
.product-disclaimer p {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.modal .table td, .modal .table th {
  padding: .25rem .5rem;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #25408f;
  font-size: 3rem;
}
.modal-attribute-heading {
  font-size: 1.5rem;
}
code {
  color: #002d61;
  font-size: 100%;
}

.bg-primary {
  background-color: #0e2b58!important;
}

.bg-sportsman {
  background-color: #2c2925!important;
}

a:focus {
	outline: none;
	text-decoration: underline;
}
.main-logo:focus {
	background: rgba(255,255,255,0.1);
	box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.1);
}

nav .navbar-nav > .nav-item > a:after {
    background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: #fff;
  width: 0%;
  opacity: 0;
  transition: all .2s ease;
}
nav .navbar-nav > .nav-item > a:hover:after, nav .navbar-nav > .nav-item > a:focus:after {
  width: 100%; 
  opacity: 1;
  left: 0; 
}
nav.navbar.bg-primary .active>.nav-link, nav.navbar.bg-primary .nav-link:hover, nav.navbar.bg-primary .nav-link:focus, nav.navbar.bg-primary .nav-link:active {
  color: #fff;
  outline: none;
}
nav.navbar.bg-primary .nav-item.top-level.active a:after {
  width: 100%;
  opacity: 1;
  left: 0;
}
.navbar .nav-item {
  margin-left: 3rem;
  position: relative;
}
.nav-child .nav-item {
  margin-left: 0;
}
.nav-child .nav-item:hover {
	background-color: #ccc;
}
.nav-child .nav-item {
  margin-left: 0 !important;
}
.nav-child .nav-item a.nav-link {
	color: #333 !important;
	padding: 1rem 1rem;
}

nav.navbar.bg-primary svg .logo_text .cls-1 {
  fill: #fff;
}
aside.social {
  background-color: #002d61;
  padding: 1rem .5rem 1rem .75rem;
  display: none !important;
  position: fixed;
  right: 0;
  /*overflow: hidden;*/
  z-index: 999999;
  font-size: 3rem;
    top: 18%;
	outline: 5px solid rgba(255,255,255,0.2);
	text-align: center;
	line-height: 2rem;
}
aside.social a {
  z-index: 1;
  cursor: pointer;
  margin-bottom: 1rem;
  color: #ddd;
}
aside.social a:last-child {
	margin-bottom: 0;
}
aside.social a:hover, aside.social a:focus {
	color: #fff;
	text-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.social-menu a {
	color: #ddd;
	font-size: 4.5rem;
	margin: .5rem 1.5rem;
}
.social-menu a:hover, .social-menu a:focus {
	color: #fff;
	text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1rem;
	font-weight: 800;
	line-height: 1.1;
	font-family: sweet-sans-pro, sans-serif;
}
h1,
.h1 {
 font-size:6rem;
}
h2,
.h2 {
 font-size:5rem;
}
h3,
.h3 {
 font-size:4rem;
}
h4,
.h4 {
 font-size:3.5rem;
}
h5,
.h5 {
 font-size:3rem;
}
h6,
.h6 {
 font-size:2.5rem;
}
.subfooter {
  background-color: #bcbbbb;
  color: #002348;
}
.subfooter p {
	font-size: 12px;
}
.social-block { 
  background-image: url("/images/above_footer_texture.jpg");
  background-color: #cccccc;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-primary {
  color: #0A2041 !important;
}
a {
  color: #002d61;
}
.img-cover {
	height: auto;
}
.img-cover .img-fluid {
	height: auto;
}
table.dtn-quote {
    font-size: 1.5rem;
  }
nav.navbar.fixed-top {
      position: relative !important;
	  outline: 5px solid rgba(255,255,255,0.2);
  }
.tp-bannertimer {
	background: rgba(255,255,255,0.2);
}
.bg-primary-gradient {
background: rgb(14,43,88);
background: radial-gradient(circle, rgba(14,43,88,1) 70%, rgba(5,17,37,1) 100%);
}
.bg-ray-overlay {
	position: relative;
	z-index: 10;
}
.bg-ray-overlay::before {
	background-image: url(/images/theme/rays_background_overlay.png);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: top center;
	background-size: cover;
	z-index:-1;
}
.bg-grunge-overlay {
	position: relative;
	z-index: 10;
}
.bg-grunge-overlay::before {
	background-image: url(/images/theme/grunge_background_overlay_4.png);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	z-index:-1;
}
.bg-camo-overlay {
	position: relative;
	z-index: 10;
}
.bg-camo-overlay::before {
	background-image: url(/images/sportsman/sportsman_camo_background_overlay.png);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	z-index:-1;
}
.bg-farmer {
	background-image: url(/images/armor_seed_farmers_home.jpg);
	background-position: bottom right;
	background-size: cover;
	padding: 10vw 5vw 8vw;
}
.bg-farmer h2 {
	margin-top: 13vw !important;
}
.btn-variety {
	padding: 1rem 2rem 1.25rem;
	background-color: rgba(255,255,255,0.8);
	font-size: 3rem;
	color: #0e2b58;
	outline: 4px solid rgba(255,255,255,0.5);
	font-weight: 800;
	transition: outline .15s ease-in-out;
}
.btn-variety:hover, .btn-variety:active, .btn-variety:focus {
	background-color: rgba(14, 34, 88, 1.0);
	outline: 4px solid rgba(255,255,255,1);
	color: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.social-block h4 {
	font-size: 4vw;
}
.social-block a {
	line-height: 1;
	font-size: 14vw;
	color: #002d61;
	transition: color .2s ease;
}
.social-block a img {
	border: 4px solid #002348;
	transition: border .2s ease;
}
.social-block a:hover img, .social-block a:focus img, .social-block a:active img {
	border: 4px solid #fff;
}
.social-block a:hover, .social-block a:focus, .social-block a:active {
	color: #025bc1;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #000;
	background-color: #ddd;
	padding: .25rem 1rem;
}
.form-control-plaintext {
	font-size: 2rem;
}
.custom-control {
	position: relative;
	display: block;
	min-height: 2rem;
	padding-left: 2rem;
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 2rem;
	height: 2.25rem;
	opacity: 0;
	/* transform: scale(1.9); */
}
.custom-control-label::before {
	position: absolute;
	top: 0.4rem;
	left: -2rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}
.custom-control-label::after {
	position: absolute;
	top: 0.05rem;
	left: -2.4rem;
	display: block;
	width: 2.2rem;
	height: 2.1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}
.custom-switch {
	padding-left: 3rem;
}
.custom-switch .custom-control-input {
	width: 3rem;
}
.custom-switch .custom-control-label::before {
	left: -3rem;
	width: 2.75rem;
	pointer-events: all;
	border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-3rem + 1px);
	width: 1.2rem;
	height: 1.3rem;
	background-color: #adb5bd;
	border-radius: 0.4rem;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(1.25rem);
}
.market-data .table-responsive ul {
	padding: 0;
	font-style: italic;
}
.market-data .table-responsive p, .market-data .table-responsive ul li {
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 1rem;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.results {
	background: #f0f0f0;
	padding: 2rem 2rem;
	margin: 4rem 0;
	font-weight: bold;
}
.calc-value {
	background: #ddd;
	padding: 1rem;
	font-weight: bold;
}
.img-thumbnail {
	border-radius: 0;
	border: 1px solid #ddd;
	padding: .5rem;
	background-color: #f6f6f6;
}
.blog #system-message-container + .article-info.muted {
	border-bottom: 1px solid #ddd;
	padding-bottom: .5rem;
	margin-bottom: 3rem;
}
.blog .page-header h1.text-uppercase {
	text-transform: none !important;
}
.blog-sidebar {
	background-color: #f6f6f6;
	padding: 1.5rem 1.5rem;
	border: 1px solid #ddd;
	
}
.blog-sidebar .recent-news {
	margin-bottom: 0;
}
.blog-sidebar .recent-news li {
	margin-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
}
.blog-sidebar .recent-news li:last-child {
	margin-bottom: 0rem;
	border-bottom: 0px none;
	padding-bottom: 0rem;
}
.blog-sidebar .recent-news li p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4;
}
.blog-sidebar h6 {
	margin-bottom: 2rem;
}
.blog-sidebar .recent-news .img-cover {
	max-height: 15rem;
	min-height: 15rem;
}
.blog-sidebar .recent-news .img-thumbnail {
	background-color: #fff;
}
.blog-sidebar .recent-news .img-cover .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.blog-sidebar .recent-news .img-cover {
	width: 100%;
	height: 100%;
}
.blog-sidebar .recent-news li p {
	font-size: 1.8rem;
}
a.skip-main {
    font-size: 1.6rem !important;
}
.blog-sidebar a:focus .product-link {
	outline: 2px solid #0e2b58;
	background-color: #ddd;
}
.blog .item-image a:focus .img-fluid {
	border: 1px solid #002d62;
}
.armor-gallery .ba-image {
	border-radius: 0;
	border: 1px solid #ddd;
	padding: .5rem;
	background-color: #f6f6f6;
}
.change-pos {
  color: #1d820e;
  font-weight: 700;
}
.change-neg {
  color: #fd342c;
  font-weight: 700;
}
.market-data table.dtn-quote td {
  font-size: 1.8rem;
}
.market-data table.dtn-quote td, .market-data table.dtn-quote th {
  padding: .5rem;
}

/* Medium Small devices (portrait phones, 375px and up)*/
@media (min-width: 375px) {

}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
  table.dtn-quote {
    font-size: inherit;
  }
  .off-canvas {
    width: 50%;
  }
  .social-block a {
	line-height: 1;
	font-size: 8vw;
}
.featured-blog-text {
	position: absolute;
	background-color: rgb(0, 35, 72, .5);
}
  .blog .item .item-image {
	width: 100%;
	height: 100%;
	min-height: 40rem;
	max-height: 40rem;
}
.blog .items-leading .item-image {
	width: 100%;
	height: 100%;
	min-height: 40rem;
	max-height: 40rem;
}	
.market-data table.dtn-quote td {
  font-size: 1.8rem;
}
.market-data table.dtn-quote td, .market-data table.dtn-quote th {
  padding: 0rem;
}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.off-canvas {
    width: 40%;
  }
	.img-cover {
    height: 100%;
    width: 100%;
  }
  .img-cover .img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  aside.social {
    display: flex !important;
  }
  nav.navbar.fixed-top {
      position: fixed !important;
  }
  .main-logo .img-fluid {
		max-height: 50px;
	}
	.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .blog .item, .blog .items-leading {
	padding-bottom: 0rem;
	border-bottom: 0px none;
}
.blog .readmore .btn-primary {
	width: auto;
	display: inline-block;
}
.blog .item .item-image {
	width: 100%;
	height: 100%;
	min-height: 25rem;
	max-height: 25rem;
}
.blog .items-leading .item-image {
	width: 100%;
	height: 100%;
	min-height: 36rem;
	min-height: 100%;
}
div.blog .items-leading h4 {
	font-size: 3.5rem;
}
div.blog .items-leading .lead {
	font-size: 2.0rem;
}
.blog-sidebar .recent-news .img-cover {
	max-height: 22rem;
	min-height: 22rem;
}
.market-data table.dtn-quote td {
  font-size: 1.5rem;
}
.market-data table.dtn-quote td, .market-data table.dtn-quote th {
  padding: .5rem;
}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.off-canvas {
    width: 35%;
  }
  #main-navbar .main.navbar-nav {
    margin-left: auto;
  }
  .social-block h4 {
	font-size: 2vw;
}
.social-block a {
	line-height: 1;
	font-size: 4.6vw;
}
.navbar .nav-item {
  margin-left: 4rem;
  position: relative;
}
div.blog h6 {
  font-size: 1.9rem;
}
div.blog .item p {
	font-size: 1.6rem;
}
div.blog time {
	font-size: 1.2rem;
}
.blog-sidebar .recent-news .img-cover {
	max-height: 12rem;
	min-height: 12rem;
	margin-bottom: .5rem;
}
.blog-sidebar .recent-news li p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4;
}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.off-canvas {
    width: 30%;
  }
	.main-logo .img-fluid {
		max-height: 60px;
	}
	.navbar-light .navbar-nav .nav-link {
  font-size: 2rem;
}
.blog .item .item-image {
	width: 100%;
	height: 100%;
	min-height: 23rem;
	max-height: 23rem;
}
div.blog .items-leading .lead {
	font-size: 2.2rem;
}
.blog-sidebar .recent-news .img-cover {
	max-height: 9rem;
	min-height: 9rem;
	margin-bottom: 0;
}
}
/* Extra Extra large devices (larger desktops, 1520px and up)*/
@media (min-width: 1520px) {

}


/* Above max size (larger than 1920px screens)*/
@media (min-width: 1920px) {

}
.homepage-slideshow {
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
.homepage-slideshow-slide {
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    width: 100%;
    display: inline-block;
    height: 100%;
}
.homepage-slideshow-slick {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.armor-products-homepage {
    position: absolute; 
    z-index: 200; 
    width: 100%;
  }