@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham'), url('../fonts/Gotham-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham'), url('../fonts/Gotham-Bold.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #fff;
	//font-family: 'Gotham', Arial, sans-serif;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	//font-style: normal;
    font-weight: 400;
	//letter-spacing: 0.05em;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.05em;
	font-weight: 700;
}

.central {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.takeover-container {
    display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
    max-width: 1320px;
    width: 100%;
}

.takeover-top, .takeover-top > div > img, .takeover-top > div > picture > img {
	height: 160px;
	width: 100%;
}

@media (max-width: 1320px) {
	.takeover-top, .takeover-top > div > img, .takeover-top > div > picture > img {
		height: auto;
	}
}

.takeover-side {
	position: relative;
	top: 160px;
	margin-top: -160px;
    width: 160px;
    height: 600px;
    flex: 0 0 160px;
}

@media (max-width: 1320px) {
	.takeover-side {
		display: none;
	}
}

.website-container {
	width: 100%;
	max-width: 1000px;
	padding: 10px;
	margin: 0 auto;
}

.website-content {
	display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
    width: 100%;
}

.website-content main {
    width: 100%;
    background: #214175;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	
	background-position: center; 
	background-size: cover;
	
	background-attachment: fixed;
	background-attachment: scroll;
	
	//min-height: 800px;
}

.website-content main.landing {
	background-image: url('../images/background-landing.jpg');	
	background-position: center;
	
	background-attachment: scroll;
}

.website-content aside {
    width: 160px;
    flex: 0 0 160px;
    margin-left: 10px;
}

nav aside {
    width: 160px;
    display: none;
    
    margin-right: 10px;
    margin-bottom: 10px;
    
    float: left;
}

nav aside div {
    width: 100%;
    max-width: 160px;
}

nav aside div img {
    width: 100%;
}

@media (max-width: 991px) {

	.website-content {
		display: block;
	}
	
	.website-content aside {
		display: none;
	}
	
	nav aside {
		display: block;
	}
	
	.website-content asidex {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
	.website-content asidex div {
		width: 100%;
	}
	
	.website-content asidex div picture {
		width: 100%;
	}
	
	.website-content asidex div picture img {
		width: 100%;
	}
}

@media (max-width: 575px) {

	nav aside {
		width: 120px;
	}
	
}

@media (max-width: 375px) {

	nav aside {
		width: 80px;
	}
	
}

.cycle-slideshow {
	position: relative;
}

.cycle-slideshow div {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}


header {
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	header {
		height: 80px;
	}
}

@media (max-width: 576px) {
	header {
		height: 60px;
	}
}

header .logo {
	height: 100%;
	
}

header .logo.right {
	float: right;
}

nav {

	width: 100%;
	color: #fff;
	background-color: #273370;
	margin-bottom: 10px;
	font-size: 1rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

nav i {

	color: #fff;
}

nav .navbar-toggler {
	padding: .25rem 0 .25rem .75rem;
	
}

xnav .nav-item:hover {
	background: #e41f27;
}
@media (min-width: 992px) {
	.navbar-nav li:last-child
	{
	
		position: absolute;
		right: 0;
		padding-left: 24px;
		border-left: 1px solid #fff;
	}
}

@media (max-width: 1194px) {
	header {
		
	}
}

main {
	
}

footer {

	width: 100%;
	min-height: 100px;
	margin-top: 20px;
	color: #fff;
	background-color: #273370;
	
}

.bold, b, strong {
  font-weight: 700;
}

.text-blue {
	color: #00538A;
}

.bg-blue {
	background: #00538A;
}

.bg-grocery {
	background: #52a625;
}

.bg-chilled {
	background: #005f7b;
}

.bg-non-food {
	background: #00a6eb;
}

.bg-impulse {
	background: #f28021;
}

.bg-licensed {
	background: #e6001a;
}

.bg-tobacco {
	background: #662d91;
}

.br-15 {
  border-radius: 15px;
}

hr {
  border-top: 1px solid #214175;
}

a, a:hover {
	color: #fff;
	text-decoration: none;
}

p.error {
	color: red;
}


.tile {
	width: 100%;
	border: 2px solid #fff;
	border-radius: 30px;
	
	background-color: #214175; /* For browsers that do not support gradients */
	background-image: linear-gradient(to bottom right, #11558c, #214175);
	
}

.tile:hover {
	background-image: none;
}

.tile .smaller {
	font-size: 0.9375rem;
	font-size: 0.875rem;
}

.mw-400 {
	max-width: 400px;
}

.zi-1 {
	z-index: 1;
}

.left-underlay {
	margin-left: -50px;
}

@media (max-width: 768px) {
	.left-underlay {
		margin-left: 0;
	}
}



.tile-group:hover > .tile {
	background-image: none;
}

.tile img {
	width: 80%;
}

.tile-disable-overlay {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 30px;
}

.tile.text-button {
	
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	line-height: 1.2rem;
	
	min-height: 58px;
	position: relative;
}

.tile.text-button .fa-stack {
	position: absolute;
	right: 8px;
	bottom: 11px;
}

.tile.text-button .fa-stack .fa-angle-right {
	transform: rotate(0deg);
  	transition: transform 0.8s linear;
}

.tile.text-button .fa-stack .fa-angle-right.open {
	transform: rotate(90deg);
	transition: transform 0.8s linear;
}

button.back, button.back:active {
	background: #ffffff;
	color: #214175;
	border: none;
	
	max-width: 180px;
}

button.print, button.print:active {
	background: #00a68a;
	color: #ffffff;
	border: none;
	
	max-width: 180px;
}

button.category {
	background: #214175;
	color: #ffffff;
	border: none;
}

button.category.subcategory {
	font-size: 0.75rem;
}

button.category.grocery { background: #52A625; }
button.category.chilled { background: #005f7b; }
button.category.impulse { background: #f28021; }


.row.subcategories {
	display: none;
}

.search-container {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.5rem;
}

h1.search-container-padding {
	
	margin-right: 256px;
}

@media (max-width: 768px) {
	.search-container {
		position: relative;
		padding: 0;
	}

	h1.search-container-padding {
	
		margin-right: 0;
	}
}

.search {
	background: white;
	border: none;
	
	max-width: 246px;
}

.search-button {
	top: 4px;
	right: 10px;
	background: transparent;
	border: none;
	
	font-size: 1.4rem;
	
	outline: none;
}

.search:focus, .search-button:focus {

	outline: none;
}

#products {

	
}
	
.filters select {
	display: block;
	padding: 10px;
	padding: 4px 20px 4px 8px;
	width: 100%;
	margin: 0;
	border: none;
	border-radius: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #00548b;
	background-color: #fff;
	background-image: url('../images/down-arrow-blue.svg');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: 1.2em auto, 100%;
	
	font-size: 0.75rem;
	
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
}

#alphabet {
	display: none;
}

a.letter {
	color: #00538A;
	background: #ffffff;
	margin: 2px;
	width: 16px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	
	min-width: 25px;
}

a.letter.disabled {
	color: #cccccc;
	cursor: default;
}

.letters-scroll {
	
	position: absolute;
	top: 144px;
	right: 6px;
	width: 16px;
	
}

.letters-scroll a.letter {
	
	margin: 0 0 2px 0;
	line-height: 1.2rem;
	padding-top: 2px;
	min-width: 16px;
}

.product {
	background: #ffffff;
	color: #214175!important;
	border: 3px solid #fff;
	border: 3px solid #214175;
	font-size: 0.75rem;
	line-height: 0.875rem;
	
	display: flex;
	flex-grow: 1;
	
	min-height: 84px;
	//min-height: 98px;
}

.product img {
	width: 100%;
    
    //background: red;
}

.product img.star {
	max-width: 22px;
	margin: 0 auto;
}

.product i.unknown, .product-details i.unknown, .key i.unknown {
	color: #c0272d;
}

.product i.fail, .product-details i.fail, .key i.fail {
	color: #c0272d;
	color: #8CC63F;
	color: #006837;
}

.product i.pass, .product-details i.pass, .key i.pass {
	color: #52a525;
	color: #006837;
}

.product i.cross, .product i.tick {
	color: #fff;
}

.product.border-hfss {
	border-color: #c0272d;
}

.product.border-hfss-unknown {
	border-color: #c0272d;
}

.product.border-hfss-fail {
	border-color: #c0272d;
	border-color: #8CC63F;
	border-color: #006837;
}

.product.border-hfss-pass {
	border-color: #52a525;
	border-color: #006837;
}

.product.border-hover-grocery:hover {
	border-color: #52a625;
}

.product.border-hover-chilled:hover {
	border-color: #005f7b;
}

.product.border-hover-impulse:hover {
	border-color: #f28021;
}

.product-image .fa-stack {
	position: absolute;
	top: 0;
	right: 0;
}

.product-tags .tile.text-button {
	min-height: auto;
	max-width: 200px;
}

.product-tags .tile.text-button .star {
	width: 30px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
}

.product-statement {
	background: #3399FF;
	min-height: 210px;
}

.text-button.compliant {
	background-color: #52a525;
	background-color: #006837;
	background-image: none;
}

.text-button.compliant .fa-check {
	color: #52a525;
	color: #006837;
}

.text-button.unknown {
	background-color: #c0272d;
	background-image: none;
}

.text-button.non-compliant {
	background-color: #c0272d;
	background-color: #8CC63F;
	background-color: #006837;
	background-image: none;
}

.text-button.non-compliant .fa-times {
	color: #c0272d;
	color: #8CC63F;
	color: #006837;
}

.text-button.invert {
	background-color: #ffffff;
	background-image: none;
	color: #214175;
}

.text-button.invert .fa-angle-right {
	color: #ffffff;
}

.text-button.invert .fa-angle-right.active {
	transform: rotate(90deg);
}


.none-found {
	display: none;
}


.product-details img.non-compliant, .product-details img.unknown {
	filter: grayscale(100%);
}

.hfss-statement {
	display: none;
}

.product-slider-container {
	background: rgba(0, 0, 0, 0.2);
	//background: red;
	width: 100%;
}

@media (min-width: 992px) {
	.product-slider-container {
		max-width: 762px;
	}
}

/* old product slider stuff
.product-ticker {
	background: rgba(0, 0, 0, 0.2);
	//min-height: 120px;
	background: red;
	
	width: 100%;
}

@media (min-width: 992px) {
	.product-ticker {
		max-width: 762px;
	}
}

.product-ticker #conveyor img {
	margin: 0 20px;
	background: green;
}
*/

button:focus {
	outline: none;
	box-shadow: none;
}

/* PRINT STYLES */

.print-only  { display: none; }

@media print {

	body { -webkit-print-color-adjust: exact !important; } 

	.print-only  { display: block; }
	
	.not-printable  { display: none!important; }
	
	a { text-decoration: none !important;}
	

	/* Hide what we don't want*/
	.takeover-top, .takeover-side { display: none; }
	
	header { display: none; }
	
	main { 
		background: none !important;
		background-image: none !important;
	}
	
	.search-container { display: none; }
	
	.key { color: #000; }
	
	.key i { color: #fff; }
	
	.letters-scroll { display: none !important; }
	
	.filters { display: none; }
	
	#products { position: relative; display: block}
	
	.product-col { 
		position: relative;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		
		float: left;
		margin-bottom: 5px;
	}
	
	aside { display: none; }
	
	.back { display: none; }
	
	.print { display: none; }
	
	footer { display: none; }

}