@charset "UTF-8";

/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		

html, body {
	background-color: #fef6e8;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 100%;
	font-weight: 300;
	height: 100%;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
    -webkit-font-smoothing: antialiased;
}

.sectionContainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
}



h1 {
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 2.8rem;
	letter-spacing: -0.05rem;
	margin-top: 0;
}

h2, h3, h4, h5 {
	font-weight: 700;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h1, h2, h3, h4, h5 {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
}


p, li {
	font-size: 1.15rem;
	margin: 0 0 1.25rem;
}

.faux-button {
	background: #7dc049;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	outline: none;
	margin: 5px 0;
	padding: 8px 25px;
}

blockquote, ol, ul, .articleImageContainer {
	color: #333;
	margin: 0 0 16px; 
}

blockquote {
	background-color: #fef6e8;
	border-left: 5px solid #faa21a;
}

.footnote {
	font-size: 0.75rem;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	html, body {
		background-color: #fff;
	}

	.sectionContainer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	h1 {
		font-family: 'Hind Siliguri', sans-serif;
		font-size: 1.8rem;
	}
	
	h2 {
		font-size: 1.5rem;
	}
	
	h3 {
		font-size: 1.25rem;
	}
 
	h4 {
		font-size: 1.15rem;
	}

}

/*---------------------------------------- LINKS & BUTTONS ----------------------------------------*/

a, button {
	outline: none;
}

a {
	color: #faa21a;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #e5971e;
}

button.cta {
	background-color: #ff0000;
	border-bottom: 5px solid #cc0000;
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.8em;
	margin: 5px 0;
	outline: none;
	padding: 10px 15px;
}
button.cta:hover {
	background: #cc0000;
}

.outboundLink {
	cursor: pointer;
}

.multiBrandAdvertorial button.cta {
	width: 100%;
}

.multiBrandAdvertorial a {
	color: black;
	text-decoration: none;
}

button.btnBody {
	background-color: #7dc049;
	border: none;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 8px 8px 0;
	padding: 10px 5px;
	width: 100%;
}
button.btnBody:hover {
	background-color: #006699;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

	button.cta {
		font-size: 1.5em;
		line-height: 1.5em;
		padding: 10px;
	}
	
	.tapAge button {
		font-size: 100%;
	}

}

/*---------------------------------------- HEADER ----------------------------------------*/

header {
	background-color: #fff;
	height: 90px;
	width: 100%;
}

header .sectionContainer {
	padding-left: 0;
	padding-right: 0;
	padding: 20px;
}

#advertisement {
	color: #999;
	font-size: 0.75rem;
	margin: 0;
	text-align: center;
}

.wpLogo {
	display: block;
	height: 50px;
	margin-top: 5px;
	max-width: 240px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

	header .sectionContainer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.wpLogo {
		height: 40px;
		margin-top: 5px;
		max-width: min(180px, 50vw);
		width: auto;
	}

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){
	
	header .sectionContainer {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){

	header .sectionContainer {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

/*---------------------------------------- ARTICLE CONTENT ----------------------------------------*/

.articleContent {
	background-color: #fff;
	border-bottom: 1px solid #cce0eb;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}

.articleInfo {
	color: #999;
	font-size: 100%;
	margin-bottom: 15px;
}

.sharethis-inline-share-buttons {
	margin-bottom: 15px;
}

.articleAuthor {
	color: #faa21a;
	font-weight: 700;
	margin-right: 8px;
}

.photoAuthor {
	height: 40px;
	margin-right: 12px;
	width: 40px;
}

.highlight {
	background-color: yellow;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	.articleContent {
		border-bottom: none;
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 10px;
	}
	
	.articleInfo {
		font-size: 0.85rem;
	}

}

/*----- responsive video  -----*/

@media (max-width: 800px) {iframe {height:420px !important;}}
@media (max-width: 600px) {iframe {height:320px !important;}}
@media (max-width: 420px) {iframe {height:220px !important;}}

/*---------------------------------------- MULTIBRAND ADVERTORIAL ----------------------------------------*/

.multiBrandAdvertorial h2 {
    margin-top: 50px;
}

/*---------------------------------------- FOOTER ----------------------------------------*/

footer {
	background-color: #f7f4ee;
	border-top: 1px solid #e6e0d4;
	color: #444;
	font-size: 15px;
	padding: 0;
	text-align: left;
	width: 100%;
}

.footer-inner {
	margin: 0 auto;
	max-width: 1140px;
	padding: 48px 40px 0;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1.2fr 1.1fr;
	gap: 40px 32px;
	align-items: start;
}

.footer-logo {
	display: block;
	height: 72px;
	margin-bottom: 16px;
	width: auto;
	max-width: 280px;
}

.footer-brand p,
.footer-col p {
	color: #555;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.footer-col h4 {
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 8px 0 16px;
	text-transform: uppercase;
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-col li {
	font-size: 15px;
	margin: 0 0 10px;
}

footer a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
}

footer a:hover {
	color: #83be63;
	text-decoration: underline;
}

.footer-cta {
	background-color: #F3B83A;
	border-radius: 15px;
	color: #000 !important;
	display: inline-block;
	font-size: 14px !important;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-top: 4px;
	padding: 10px 18px;
	text-decoration: none !important;
}

.footer-cta:hover {
	background-color: #3144ed;
	color: #fff !important;
	text-decoration: none !important;
}

.footer-bottom {
	border-top: 1px solid #e6e0d4;
	margin-top: 40px;
	padding: 20px 0 28px;
	text-align: center;
}

.footer-disclaimer {
	color: #777;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10px;
}

.footer-copy {
	color: #555;
	font-size: 14px;
	margin: 0;
}

@media (max-width: 991px) {
	.footer-inner {
		padding: 40px 24px 0;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px 24px;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.footer-inner {
		padding: 32px 20px 0;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.footer-logo {
		height: 64px;
	}

	.footer-bottom {
		text-align: left;
	}
}

/*---------------------------------------- SVG MAP ----------------------------------------*/

.stateText {
	fill: #FFFFFF;
	pointer-events: none;
}

.stateImage {
	fill: #F8991D;
}

.stateButton {
	fill: #000;
}

.stateImage,
.stateButton {
	cursor: pointer;
	transition: 0.4s;
}

.stateImage:hover,
.stateButton:hover {
	fill: #cc0000;
}

/*---------------------------------------- AGE SELECT ----------------------------------------*/

.containerAge {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 600px;
}

.containerAge .buttonAge {
	background-color: #7dc049;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.25em;
	padding: 25px 0;
	text-align: center;
}
.containerAge .buttonAge:hover {
	background-color: #ddd;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

	.containerAge {
		max-width: 300px;
	}

}



/********** POPOVER STYLES **********/
.popover {
    background-color: #fef5c3;
    color: #666;
    border: 2px solid #fad611;
    font-size: 12px;
    line-height: 1.3em;
    max-width: 225px;
    padding: 5px;
}

.popover > .arrow {
    border-width: 12px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.bottom > .arrow {
    top: -12px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #fad611;
}
.popover.bottom > .arrow:after {
    top: 3px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fef5c3;
}
/********** END POPOVER STYLES **********/