hr {
	margin: 40px 0;
}

#reduced-risk-content {
	float: left;
    margin-left: 20px;
    width: 800px;
    height: 100%;
    position: relative;
}

#reduced-risk-content p, #reduced-risk-content ul {
	font-size: 15px;
	line-height: 22px;
}

#reduced-risk-content a { 

	color: #222e68;
	text-decoration: underline;
	
}

.reduced-risk-landing-buttons {
	margin-top: 20px;
}

.reduced-risk-landing-button {
	position: relative;
	float: left;
	
	margin: 0 20px 20px 0;
	
}

.reduced-risk-landing-button img {

	height: 185px;
	width: 185px;
	display: block;

}

.reduced-risk-landing-button img.on {
	display: none;
}

.reduced-risk-landing-button.selected img.on {
	display: block;
}

.reduced-risk-landing-button.selected img.off {
	display: none;
}

.reduced-risk-landing-button:nth-child(4n) {
	margin-right: 0;
}

.reduced-risk-landing-tab {
	display: none;
}





.wrapper{
	width: 100%;
	margin: 0 auto 20px auto;	
}

.accordion_header {
	
	position: relative;
	height: auto;
	padding: 8px 40px 8px 20px;
	margin-bottom: 10px;
	
	font-weight: 700;
	
	outline: none;
	cursor: pointer;
	
	color: #fff;
	background: #222e68;
}


.wrapper .accordion_header:before,
.wrapper .accordion_header:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 15px;
	height: 2px;
	background: #fff;
}

.wrapper .accordion_header:after {

	top: 48%;

}

.wrapper .accordion_header:hover {
	//color: #ad9679;
	//border-color: #ad9679;
	//background: #c0c0c0;
}

.wrapper .accordion_header:hover:before,
.wrapper .accordion_header:hover:after {
	background: #fff;
}

.wrapper .accordion_header:after {
	transform: rotate(-90deg);
	transition: all 0.5s ease;
}

.wrapper .accordion_body {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

/*
.wrapper .accordion_body img, .missions img {

	height: 185px;
	width: 185px;
	display: block;
	margin: 0 20px 20px 0;
	float: left;
}
*/

.wrapper .accordion_body img {
	max-width: 780px;
	margin: 0 auto;
	display: block;
}

.wrapper .accordion_body small {
	font-size: 11px;
}

.wrapper .accordion_body :nth-child(4n) img, .missions :nth-child(4n) img {
	margin-right: 0;
}

.wrapper .accordion_body p {
	padding: 0 15px;
	font-size: 15px;
	line-height: 22px;
	color: #1D1D1B;
}

.wrapper .accordion_body h2 {
	padding: 0 15px;
}

.wrapper .accordion_header.active {
	color: #fff; 
	//background-color: #c0c0c0;
}


.wrapper .accordion_header.active:before,
.wrapper .accordion_header.active:after {
	background: #fff;
}

.wrapper .accordion_header.active:after {
	transform: rotate(0deg);
}



.reduced-risk-content  {
	display: flex;
	width: 100%;
}

.reduced-risk-content .col  {
	float: left;
	width: 248px;
	padding: 10px;
	border-right: 1px solid #ccc;
}

.reduced-risk-content .col:nth-child(3n) {
	border-right: 0;
}

.reduced-risk-buttons  {
	display: flex;
	width: 100%;
	
	margin: 0;
	
}

.reduced-risk-buttons.magazine-margin  {
	
	margin: 40px 0;
	
}

.reduced-risk-buttons a  {

	position: relative;
	float: left;
	display: block;
	width: 246px;
	height: 100px;
	margin: 10px;
	
	background: #eee;
	
	height: 100px;
	line-height: 100px;
	text-align: center;
	
	text-decoration: none;
}

.reduced-risk-buttons.wide a  {
	width: 381px;
}


.reduced-risk-buttons.grocery a {
	background: #52A625;
}

.reduced-risk-buttons.chill-freeze a {
	background: #005f7b;
}

.reduced-risk-buttons.non-food a {
	background: #00A6EB;
}

.reduced-risk-buttons.impulse a {
	background: #f28021;
}

.reduced-risk-buttons.licensed a{
	background: #E6001A;
}

.reduced-risk-buttons.tobacco a {
	background: #662D91;
}

.reduced-risk-buttons a img {
	position: absolute;
    top: -20px;
    
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}

.reduced-risk-buttons a img.left {
    left: 20px;
    transform: rotate(-5deg);
}

.reduced-risk-buttons a img.right {
    right: 20px;
    transform: rotate(5deg);
}


.reduced-risk-buttons a span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	line-height: 24px; 
}

.reduced-risk-buttons a span.left {
	margin-left: 160px;
	margin-right: 20px;
	text-align: left;
}

.reduced-risk-buttons a span.right  {
	margin-right: 160px;
	margin-left: 20px;
	text-align: left;
}

#planograms {
	display: none;
}

.subcats a {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
}

.subcats a.active:after {
    content:'';
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-bottom: solid 25px #eee;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

.subcats a.half {
	width: 50%;
}

.subcats a.third {
	width: 33.3%;
}

.subcats a.quarter {
	width: 25%;
	height: 80px;
}

.subcats a.quarter.active:after {
    top: 55px;
}

.subcat {
	    
	display: none;
	clear: both;
	background: #eee;
	
	padding: 10px 0;
	
}

.subcat.active {
	display: block;
}


.reduced-risk-buttons h2 {

	float: left;
	display: block;
	width: 246px;
	margin: 10px;
	
	text-align: center;
}

ol,ul {
	//padding-left: 20px;
}

ul.bullets-non-food {
  list-style: none;
}

ul.bullets-non-food  li {
  margin-bottom: 10px;
}

ul.bullets-non-food  li::before {
  content: "\2022";
  color: #00A6EB;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1.3em;
}

div.half {
	float: left;
	width: 47.5%;
}

div.half.half-right {
	margin-left: 5%;
}

a.reduced-risk-back {
	display: inline-block;
    margin: 20px 0 20px auto;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    color: #fff !important;
    background: #db1422;
    text-decoration: none !important;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    font-family: Arial;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}

a.reduced-risk-back.grocery {
	background: #52A625;
}

a.reduced-risk-back.chill-freeze {
	background: #005f7b;
}

a.reduced-risk-back.non-food {
	background: #00A6EB;
}

a.reduced-risk-back.impulse {
	background: #f28021;
}

a.reduced-risk-back.licensed{
	background: #E6001A;
}

a.reduced-risk-back.tobacco {
	background: #662D91;
}

a.reduced-risk-back.meal-for-tonight {
	background: #B8CF4D;
}

a.reduced-risk-back.postal-service {
	background: #D82631;
}

a.reduced-risk-back.rise-and-shine {
	background: #3E6FB6;
}

a.reduced-risk-back.stay-safe-in-store {
	background: #D8B928;
}

a.reduced-risk-back.seize-the-opportunity {
	background: #105671;
}

span.floating-number {
	float: left;
    font-size: 2rem;
    padding: 0.5rem 0.5rem 0 0;
}

span.meal-for-tonight {
	color: #B8CF4D;
}

span.postal-service {
	color: #D82631;
}

span.rise-and-shine {
	color: #3E6FB6;
}

span.stay-safe-in-store {
	color: #D8B928;
}

span.seize-the-opportunity {
	color: #105671;
}

h2 {
	font-weight: bold;
}	




#reduced-risk-ranges {
	position: relative;
	display: flex;
}

#reduced-risk-products-menu {
	width: 200px;
}

#reduced-risk-products-menu a {
	position: relative;
	width: 186px;
	display: block;
	padding: 5px 0 5px 10px;
	margin: 0 0 2px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6f1d46;
	border: 2px solid #6f1d46;
	text-decoration: none;
}

#reduced-risk-products-menu a.selected, #reduced-risk-products-menu a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #6f1d46;
}

#reduced-risk-products-key {
	display: inline-block;
	line-height: 30px;
}

#reduced-risk-products-key p.x {
	line-height: 14px;
}

#reduced-risk-products-key img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
}

#reduced-risk-products-key span {
	margin-right: 18px;
}

#reduced-risk-products-grid {
	
	width: 590px;
	margin-left: 10px;
	
}

.reduced-risk-range {
    display: none;
    flex-wrap: wrap;
}

#disposables-single-use-devices {
    display: flex;
}

#rechargeable-600-kits-pods {
    display: flex;
}

.reduced-risk-product {
	position: relative;
    width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 340px;
	padding: 10px;
	
	background: #F0F0F0;
}

.reduced-risk-product-icons {
	position: relative;
    width: 120px;
	height: 30px;
}

.reduced-risk-product-icons .icon1 {
	position: absolute;
	top: 0;
	left: 0;
    width: 30px;
	height: 30px;
}

.reduced-risk-product-icons .icon2 {
	position: absolute;
	top: 0;
	left: 45px;
    width: 30px;
	height: 30px;
}

.reduced-risk-product-icons .icon3 {
	position: absolute;
	top: 0;
	left: 90px;
    width: 30px;
	height: 30px;
}

.reduced-risk-product p {
	text-align: center;
	font-size: 14px!important;
	line-height: 16px!important;
	margin-bottom: 0;
}

.reduced-risk-product img { 
	display: block;
	//margin: 0 auto;
}

.reduced-risk-product img.compliance  { 
	position: absolute;
	top: 15px;
	right: 10px;
}

.reduced-risk-product img.brand-logo  { 
	margin-bottom: 10px;
}

.reduced-risk-product img.brand-logo-new  { 
	margin: 0 auto;
}

.reduced-risk-product:nth-child(4n) {
	margin-right: 0;
}