/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		
body{
	color: #000;
}

.sectionContainer {
	max-width: 800px;
}

.tip {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
.tip:hover {
	color: #000000;
	text-decoration: none;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.authorAvatar{
	border-radius: 50%;
	margin-right: 8px;
}

.authorName{
	color: #005dae;
	font-weight: bold;
	margin-right: 8px;
}


/*-------- SPECIFIC TO SUPERSAVIGNS ONLINE -----------*/


.numberTItle {
	font-family: avenir-next-bold, Helvetica, sans-serif;
	padding-left: 0px;
	padding-top: 10px;
	letter-spacing: 0.1px;
	line-height: 45px;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	float: left;
	padding-bottom: 10px;
	color: #1f4888;
}


#highDemandBanner {
	background-color: #f5c6cb;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
#lowStockBanner {
	background-color: #f6f63440;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
#redBox{
	margin-bottom:35px;
}
.building-block .title{
	margin-bottom: 0;
	padding: 10px 27px 10px 30px;
	align-items: center;
	font-family: avenir-next-bold, Helvetica, sans-serif;
	letter-spacing: 0.1px;
	line-height: 45px;
	font-size: 30px;
	font-weight: 700;
	color: #1f4888;
}
.multiBrandAdvertorial button.cta, .multiBrandAdvertorial button.cta span{
	margin-bottom:20px;
}
.containerAge .buttonAge  {
	color: #fff;
	background-color: #8bbd59;
	padding: 20px 0 15px;
}
.containerAge .buttonAge:hover  {
	background-color: #6da534;
}
button.cta {
	background-color: #cc0000;
	border-radius: 5px;
	color: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.8em;
	margin: 5px 0;
	min-width: 250px;
	outline: none;
	padding: 5px 25px;
	margin-bottom: 20px;
	width: 100%;
}
button.cta:hover {
	background: #990000;
}
header .logo{
	margin-left:20px;
}
.sectionContainer{
	max-width:780px;
	padding-left:0px;
	padding-right:0px;
}




div.multiBrandAdvertorial div.comingSoonBrand a,
div.multiBrandAdvertorial div.comingSoonBrand button {
	cursor: default !important;
	pointer-events: none !important;
}

div.multiBrandAdvertorial div.comingSoonBrand button {
	background: gray !important;
}

div.multiBrandAdvertorial div.comingSoonBrand button:focus,
div.multiBrandAdvertorial div.comingSoonBrand button:hover {
	background: dimgray !important;
}

.img-responsive{
	width: 100%;
}


.newFooter {
	color: #999;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 100px;
	text-align: center;
}

.newFooter .logo{
	height: 34px;
	margin-bottom: 25px;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

footer ul {
	margin-bottom: 10px;
}

.newFooter a {
	color: #000;
	font-family: 'Merriweather', serif;
	font-size: 0.85rem;
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	.numberTItle{
		font-size: 20px;
		line-height: 25px;
	}
	.building-block .title{
		font-size: 20px;
		line-height: 25px;
	}
	.title{
		font-size: 20px;
	}
	header .logo{
		height: 35px;
		margin-left: 30px;
		width:220px;
	}
	body{
		background-image: none;
	}
	video{
		height:auto;
		max-width:100%;
	}
	button.cta {
		font-size: 1.5em;
		line-height: 1.5em;
		padding: 10px;
	}
	.multiBrandAdvertorial button.cta span{
		margin-bottom:0px;
	}
	footer .sectionContainer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container{
		padding-left:0px;
		padding-right:0px;
	}
	header .logo {
		height: 28px;
		margin-left: 0;
		margin-top: 5px;
		width: 175px;
	}
}

@media (max-width: 1024px) {
	.container {
		width: auto;
	}
}







.img-responsive{
	width: 100%;
}

p{
	font-size: 20px;
}

.row:before {
	display: none;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
	display: grid;
	gap: 2px;
	grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}

.containerAge {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	max-width: 90%;
}

.buttonAge {
	background-color: #122f7a;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: 0.4s ease;
}

.containerAge .buttonAge {
	background-color: #122f7a;
	border: 2px solid #fff;
	color: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	padding: 25px 0;
	text-align: center;
	font-weight: 600;
	width: 100%;
}
.containerAge .buttonAge:hover {
	background-color: #122f7a;
	transform: scale(0.90);
}

@media (max-width: 500px) {
	.row {
		display: inline-flex;
		flex-wrap: nowrap;
	}
	.col-sm-2.col-xs-4.buttonAge {
		width: 100px;
	}
}