/* GLOBALS */
h1 span,.is--block{
	display: block;
}
/* HEADER */
.header--top{
	padding: 0.75rem;
	padding-left: 2.25%;
	padding-right: 2.25%;
}
.has--storesnav{
	border-right:1px solid #252525;
	padding-left: 3%;	
	align-items: center;
}
.header--logo{
	padding:1.25rem 0;
}
.header--main__store-selection{
	color:#ffffff;
}
.header--main__store-selection .navigation-set,
.header--main__store-selection + .navigation-set{
	top:10px;
}

/* HERO SECTION */
h1{
	font-size: 50px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 2px;
}

@media screen and (min-width: 60em){
	h1{ font-size: 75px; }
}
@media screen and (min-width: 75em){
	h1{ font-size: 100px; }
}

.is--social .footer-slidetoggle a:last-of-type{
	margin-right: 0;
}

.button-radial{
	/*border-radius: 50px;*/
}
.button-outline{
	border:1px solid white;
	color:white;
	background:rgba(0,0,0,0.65);
}
.has--bg{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-hero{
	background-color:#000000;
}
.hero-content{
	padding-top: 175px;
	padding-bottom: 200px;
}

.hero-content .button.fill-red{
	background: #ff0000;
	color:#ffffff;
	border:0;
	font-size: 13px;
	width: 100%;
	padding:20px 10px;
	max-width: 190px;
	text-transform: uppercase;
}
.hero-content .button-group{
	margin-top: 60px;
}
.button-group .button:first-of-type{
	margin-left: 0;
}

.hero-content .button,
.home--ctas .button{
	margin:0px 15px 1rem;
	font-size: 25px;
	padding: 0.75rem 1.2rem;
	height: auto;
	line-height: normal;
}

/* HOME CTA */
.home--ctas .button{
	font-size: 15px;
	padding:22px 15px;
	width: 100%;
	max-width: 260px;
}
.home--ctas{
	font-size: 22px;
}
.home--ctas p{
	line-height: 2rem;
}
.home--ctas small{
	display: inline-block;
	margin-top: 12px;
	font-size: 18px;
}
.home--cta-content{
	padding:0px 1rem;
}

.home--cta-inner{
	max-width: 305px;
	margin:0 auto;
}
@media screen and (min-width: 75em){
	.home--cta-inner{
		font-size: 24px;
		letter-spacing: 1px;
	}
}
.home--ctas .has--button{
	margin-top: 1.75rem;
}
.home--ctas .has--button .button:hover{
	border:1px solid #ea0605;
	color:#ffffff;
}
.home--ctas,
.home--ctas .is--heading{
	color:#ffffff;
}
.home--ctas .is--heading{
	/*margin-top: 2rem;*/
	font-size: 35px;
	letter-spacing: 3px;
	font-weight: normal;
}

.home--ctas img{
	opacity: 0;
}
.home--ctas .column{
	position: relative;
}
.home--cta-content{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
}

/* HOME CONTENT */

.home-content{
	padding:60px 0px;
	font-size: 22px;
	color:#333333;
}

.home-content a{
	color:#cc0000;
}

.home-content p{
	hyphens: unset;
}

.home-content .is--heading{
	font-size: 64px;
	font-weight: normal;
	color: #1c2836;
	line-height: normal;
	margin-bottom: 3rem;
	margin-top: 20px;
}
.home-content .is--heading span{
	font-size: 29px;
	display: block;
	margin-bottom: 5px;
}

@media screen and (min-width: 60em){
	.home-content .is--heading{ font-size: 60px; }

	.sfnt--slider--next {
    right: -45px;
	}
	.sfnt--slider--prev {
    left: -45px;
	}
}
.home-content .pill{
	background: #1a0c81;
	color: #ffffff;
	padding: 2px 25px;
	border-radius: 50px;
}

.brand--logos{
	margin-top: 5rem;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	mix-blend-mode: darken
}
.brand--logos img{
	filter: grayscale(100%);
	-webkit-filter:grayscale(100%);
}
.brand--logos > img{
	max-width: 95%;
	height: auto;
}
.sfnt-whoweare--slider{
	/*display: none;*/
}

/* BLOG CONTENTS */
.blog-contents{
	background: #c10a09;
	padding:60px 0px 70px;
}
.blog-contents .post-title{
	font-size: 24px;
}

.blog-contents .post-title a{
	color:inherit;
}

.post-excerpt a{
	color:#ffffff;
	text-decoration: underline;
}


/*FOOTER*/
.footer--newsletter{
	display: none;
}
.footer-top a{
	color:#c10a09;
}
.footer-top a:hover{
	text-decoration: underline;
}
.footer-top{
	background-color:#000000;
	padding-top: 40px;
}

.footer-top p{
	margin-bottom: 0;
}
.footer-top .is--heading{
	color:#ffffff;
	border-bottom: 5px solid #ffffff;
	padding-bottom: 1rem;
}

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



