﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

html {
scroll-margin-top: 150px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


.search-toggle{cursor: pointer;}
.search-form{
		display: block;
		padding: 0 20px;
		background: #f5f5f5 !important;
	box-sizing: border-box;
	}
	.search-form form{
		position: relative;
		margin: 0 !important;
	}
	.search-form input{
		display: block;
		background: #f5f5f5 !important;
		width: 100%;
		padding: 20px !important;
		font-family: 'Paralucent', sans-serif !important;
		letter-spacing: 0.025em;
		font-weight: 300;
	box-sizing: border-box;
		border: none !important;
		border-radius: 5px !important;
		line-height: 24px !important;
		font-size: 16px !important;
		height: unset !important;
		outline: none;
	}
	.search-form button{
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 20px !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		line-height: 24px !important;
		font-size: 16px !important;
	}


/*---AESTHETIC--------------------------------*/

.white{
	color: #fff;
}
.red{
	color: #c5122f;
}
.bg-black .red{
	color: #ef1530;
}
.offwhite{
	color: #f5f5f5;
}
.dark{
	color: #222222;
}
.gray{
	color: #555;
}
.bg-black .gray{
	color: #9e9e9e;
}
.rounded{
	border-radius: 10px;
	overflow: hidden;
}
.bg-img{
	background-size: cover;
	background-position: center center;
}
.bg-tl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.bg-tr{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top right;
	background-repeat: no-repeat;
}
.bg-bl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bg-br{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bg-red{
	background-color: #c5122f;
	color: #fff;
}
.bg-offwhite{
	background-color: #f5f5f5;
}
.bg-dark{
	background-color: #222;
	color: #fff;
}
.bg-black{
	background-color: #000;
	color: #fff;
}

.hero.bg-overlay{
	position: relative;
}
.hero.bg-overlay:before{
	position: absolute;
	pointer-events: none;
	content: '';
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	background: linear-gradient(to right, #031224, transparent);
}

/*---STRUCTURE--------------------------------*/

.relative{
	position: relative;
}

.pad-top{
	padding-top: max(100px, 5vw);
}
.pad-bottom{
	padding-bottom: max(100px, 5vw);
}
.pad-top-half{
	padding-top: max(25px, 2.5vw);
}
.pad-bottom-half{
	padding-bottom: max(25px, 2.5vw);
}
.cs-wrapper{
	padding-left:4.1665vw;
	padding-right:4.1665vw;
}
/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: "Paralucent", sans-serif;
	display: block;
}
.cursive{
	font-family: "yellowtail", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal;
	text-transform: unset !important;
	letter-spacing: normal !important;
}
.heading-xl{
	font-weight: 800;
	text-transform: uppercase;
	font-size: min(72px, 4vw);
	line-height: 0.93;
	letter-spacing: normal;
}
.heading-lg{
	font-weight: 800;
	text-transform: uppercase;
	font-size: min(42px, 2vw);
	line-height: 1;
	letter-spacing: normal;
}
.heading-md{
	font-weight: 800;
	text-transform: uppercase;
	font-size: min(30px, 2vw);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-sm{
	font-weight: 600;
	text-transform: uppercase;
	font-size: min(30px, 2vw);
	line-height: 1.1;
	letter-spacing: normal;
}
.heading-xs{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: normal;
}
.paragraph-lg{	
	font-family: "Paralucent", sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.025em;
}
.paragraph-lg a, .paragraph a{	
	color: #c5122f;
}
.bg-red .paragraph-lg a, .bg-red .paragraph a, .bg-red .paragraph-sm a, .bg-dark .paragraph-lg a, .bg-dark .paragraph a, .bg-dark .paragraph-sm a, .bg-black .paragraph-lg a, .bg-black .paragraph a, .bg-black .paragraph-sm a{	
	color: #fff;
}
.paragraph{	
	font-family: "Paralucent", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.025em;
}
.paragraph-sm{	
	font-family: "Paralucent", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.025em;
}


/*---BUTTONS--------------------------------*/

.cta{
	display: inline-block;
	padding: 0 0 0 0;
	line-height: 48px;
	width: 180px;
	max-width: 100%;
	position: relative;
	font-family: "Paralucent", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background-color: #c5122f;
	text-align: center;
    box-sizing: border-box;
	border: unset !important;
	outline: unset !important;
	cursor: pointer;
}

.cta-white{
	background: #fff;
	color: #c5122f;
}
.cta-black{
	background: #000;
	color: #fff;
}


a i.fa-arrow-right-long{
	padding-left: 20px;
	transition: ease all 0.3s;
}
a:hover i.fa-arrow-right-long{
	transform: translateX(20px);
}

/* MISC */

.hero .pad-extra{
    min-height: 250px;
	display: flex;
	align-items: center;
}
.pad-extra{
	padding-left: 50px;
	padding-right: 50px;
}
.pad{
	padding-left: 25px;
	padding-right: 25px;
}

.cs-category-row{
	display: flex;
	gap: 1px;
	background: #f5f5f5;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	
}
.cs-category-row > a{
	position: relative;
	padding: 25px;
	width: 16.6666667%;
	box-sizing: border-box;
	background: #fff;
}
.cs-category-row > a .paragraph{
	margin-top: 25px;
}
.cs-category-row img{
	margin: 14px auto 4px;
}
/*--------FORM STYLES--------------------*/

.custom-form input{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #535b65;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f5f5f5;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;    
	font-family: "Paralucent", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #535b65;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	border-radius: 10px;
	outline: none;
	border: none;
	background: #f5f5f5;
	font-family: "Paralucent", sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "Paralucent", sans-serif !important;
}
.CaptchaPanel img{
	border: unset !important;
	border-radius: 10px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #555 !important;
}
.bg-red .CaptchaWhatsThisPanel a{
	color: #fff !important;
}


/*-------- FOOTER STYLES ----------------*/

.cs-footer .paragraph a{
	color: #fff;
}

ul.paragraph li{
	margin-bottom: 10px;
}
.icons-list li{
	position: relative;
	padding-left: 40px;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px;
	text-align: center;
}

.hours-list li{
	margin-bottom: 10px;
	text-transform: uppercase;
}
.hours-list{
	max-width: 300px;
}
.hours-list li span{
	display: block;
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1600px) {

	.cs-category-row{
		flex-wrap: wrap;
	}
	.cs-category-row > a{
		box-sizing: border-box;
		width: calc(33.333333% - 1px);
	}

}
@media only screen and (max-width: 1023px) {

	.cs-category-row > a{
		width: calc(50% - 1px);
	}

}
@media only screen and (max-width: 1400px) {
	.paragraph{
		font-size: 14px;
	}
	
	.paragraph-lg{
		font-size: 18px;
	}
	
}
@media only screen and (min-width: 992px) {

	.text-right{
		text-align: right;
	}

}
@media only screen and (max-width: 991px) {
	.hero .pad-extra{
		padding-left: 25px;
		padding-right: 25px;
		min-height: unset;
	}
	.cs-wrapper{
		padding-left: 25px;
		padding-right: 25px;
	}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}

	.heading-xl{
		font-size: 48px;
	}
	.heading-lg{
		font-size: 30px;
	}
	.heading-md{
		font-size: 30px;
	}
	.heading-sm{
		font-size: 21px;
	}
	.heading-xs{
		font-size: 18px;
	}

	.pad-top{
		padding-top: max(50px, 5vw);
	}
	.pad-bottom{
		padding-bottom: max(50px, 5vw);
	}
}






