.cookie_alert_text {
    font-size: .875rem;
    line-height: 1.2;
}

.cookie_alert_text p{
    display: inline;
}

.csstarter {
}

.popup_footer {
	border-top:1px solid #b1b1b1;
	text-align: right;
}

.ps {
	padding:60px 0;	
}

.ps.accent {
	background-color:#e0001b;
	color:#fff;
}

.ps.black {
	background-color:#000;
	color:#fff;
}

.ps.gray {
	background-color:#323132;
	color:#fff;
}


.ps.withimgbg {
	position: relative;
	background-color:#000;
	color:#fff;
	text-shadow: 0 0 .25em rgba(0,0,0,.5);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.ps.withimgbg:before {
	position: absolute;
	content: '';
	display: block;
	left:0;
	bottom: 0;
	width:100%;
	height:65%;
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,1) 100%);

}


.ps.hekk {
	padding-top: calc(10rem + 25vw);
	padding-bottom: calc(2rem + 3vw);
}
.bodycopy {
	font-size:18px;
	line-height: 1.375;
}
.bodycopy h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	margin:0 0 1rem;
}
.bodycopy h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	margin:0 0 1rem;
}

.bodycopy p{
	margin:0 0 1em 0;
}

.bodycopy ul {
	margin: 1em 0 1em 0;
	padding-left: 1.333em;
}

.bodycopy li {
	padding:0;
	margin:0 0 .75em;
	text-indent: -1.333em
}
.bodycopy li::before {
	content:'';
	display: inline-block;
	width:0.333em;
	height:0.333em;
	margin-right:1em;
	background-color: #e0001b;
	transform: translateY(-.2em);
}



.bodycopy ul li {

}
.bodycopy a {
	color:inherit;
	/*text-decoration: underline;*/
}
.bodycopy a:hover, .bodycopy a:focus {
	text-decoration: underline;
}
.text-center {
	text-align: center;
}

.text-center img{
	margin-left:auto;
	margin-right:auto;
}


.franchise_quote_button a {
	display: inline-block;
	line-height: 1.2;
	font-size:1.5rem;
	font-weight: bold;
	padding:.333em 1em;
	background-color: #fff;
	color:#323132;
	text-decoration: none;
	text-transform: uppercase;
}

.franchise_quote_button a:hover, .franchise_quote_button a:focus {
	text-decoration: none;
	background-color: #323132;
	color:#fff;
}
