@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
	font-family: unitedBlk;
	src: url("/fonts/UnitedSerifRgBk.otf") format("opentype");
}
.deal_page_content { background:#eeeeee; }
.deal_page_content .red { color:#96181A; font-weight:bold; }
body { background-color: #333;  font-family: "Inter", sans-serif;}

.deal_page_content .container { max-width: 1200px; }

.deal_page_content a { color: #000; text-decoration: underline; }
.deal_page_content a:hover { color: #000; text-decoration: underline }
.deal_page_content .hide { display:none; }
.deal_page_content .f18 { font-size:18px; line-height:1.3em;}
.deal_page_content .fw-200 { font-weight:200; }
.deal_page_content .w100 { width:100%; }
.deal_page_content .red_drk { color:#ed0d0f; }
.deal_page_content .f_united { font-family:unitedBlk, sans-serif; }


.translate { padding:13px 0 0 0; text-align:right; color:#ffffff; font-size:15px; }
.translate a { color:#ffffff !important; }




.deal_page_content h2 { 
	font-size:32px;
	font-weight:800;
	font-family:unitedBlk; 
	border-bottom:1px solid rgba(0,0,0,.1);
}
.deal_page_content h3 { 
	font-size:32px;
	font-weight:800;
	font-family:unitedBlk; 
	color:#96191A;
	border-bottom:1px solid rgba(0,0,0,.1);
}




.deal_page_content .rel { position:relative; }
.deal_page_content .grad_bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:50px;
	background: linear-gradient(to top, white, transparent 50px)
}

.deal_page_content .page-content { 
	background:#eeeeee;
	min-height:700px;
}

.deal_page_content .red_top { 
	background: linear-gradient(to bottom, #96191A 12px, #fff 12px);
	box-shadow:0px 10px 20px rgba(0,0,0,.1);
}


.deal_page_content .header-upper {
	background-color: #96191A; 
	min-height: 25px;
}

.deal_page_content .header-logo {
	display: block; 
	padding: 7px 0;
}




/*
 * DEALS
 */
.deal_page_content .ad_content_area {
	padding:0px 20px 20px 20px;
}
.deal_page_content .text-white { color:#fff; }
.deal_page_content .overflow_hidden {
	overflow:hidden;
}
.deal_page_content .offer_content {
	padding-top:50px;
}
.deal_box {
	padding-top:12px;
	border-radius: 12px;
}
.deal_page_content .header_img { 
	background-size:cover !important;
	min-height:160px;
	display: flex; 
	align-items: center;
}
.deal_page_content .header_pad {
	margin:20px 20px 0 20px;
	border-radius:12px;
}
.deal_page_content .text_deal_lines { padding:0 30px;}
.deal_page_content .lines_3_1 { font-size:25px; line-height:1.2em; font-weight:200; }
.deal_page_content .lines_3_2 { font-size:38px; line-height:1em; padding-top:4px; font-family:unitedBlk, sans-serif; }
.deal_page_content .lines_3_3 { font-size:25px; line-height:1em; font-weight:200; }

.deal_page_content .show_more { color:#96181A !important; padding-top:5px; }
.deal_page_content .show_more a { color:#96181A !important; text-decoration:underline; }


/* DEAL HEADERS */
.deal_page_content .b1g1_1 { font-size:30px; line-height:31px; }
.deal_page_content .b1g1_2 { font-size:66px; line-height:48px; }









/*
 * LOCATIONS
 */
.deal_page_content .locations_conent {
	padding-top:45px;
}
.deal_page_content #locations_area {
	margin:0;
}
.deal_page_content #location_content {
	font-size:14px;
	color:#000;
	border-radius: 12px;
	padding:10px 15px;
	margin:0 14px;
}


.deal_page_content .btn_core {
	font-size:17px;
	text-align:center;
	padding:8px;
	width:100%;
	border-radius:5px;
	border:0px;
}
.deal_page_content .btn_red {
	background:#96191A;
	border:1px solid #96191A;
	color: #fff;
	font-weight:200;
}
.deal_page_content .btn_outline {
	color: #000;
	border:1px solid #aaa;
}

.deal_page_content .instructions_text { 
	color:#999;
	text-align:center;
	font-weight:700;
	font-size:20px;
	padding:30px 0;
}


/* .detail-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
} */



.deal_page_content .footer {
	padding:50px 0 150px;
	text-align: center;
}
.deal_page_content .footer a {
	color:#96181A;
}



@media only screen and (max-width: 767px){
	.deal_page_content .instructions_text {
		font-size:17px;
		padding:20px 0 0 0;
	}


	.deal_page_content .locations_conent {
		padding-top:20px;
	}

	.deal_page_content .offer_content {
		padding-top:30px;
	}

	.deal_page_content .text_deal_lines { padding:0 10px;}

	.deal_page_content .lines_3_1 { font-size:21px; line-height:1.2em; font-weight:200; }
	.deal_page_content .lines_3_2 { font-size:32px; line-height:1em; padding-top:4px; font-family:unitedBlk, sans-serif; }
	.deal_page_content .lines_3_3 { font-size:21px; line-height:1em; font-weight:200; }
}