*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}::-moz-selection{background:#000;color:#fff;text-shadow:none}::selection{background:#000;color:#fff;text-shadow:none}.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
strong {
	font-weight: 700;
}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-right{justify-content:flex-end}.justify-between{justify-content:space-between}.align-center{align-items: center}.max-width{max-width: 1170px;width: 100%;margin: auto;}.align-center{align-items:center}.text-center{text-align: center;}.text-right{text-align: right;}.logo-container {width: 25%;margin: 0 auto;text-align: center;max-width: 270px;}.logo-container .logo{width:100%;max-width:175px;height:100%;object-fit:contain;object-position:center;padding: 1rem 6px;}.mobile-only{display:none}
.max-width {
	max-width: 1200px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

/*=== HEADER ===*/
header.site-header {
	border-bottom: 1px solid #000000;
}
header.site-header .top-nav {
	background-color: #cdcdcd;
	color: #000000;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 38px;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
header.site-header .top-nav i {
	font-size: 18px;
	padding: 5px 0;
}
header.site-header .top-nav i.twitter {
	border-right: 1px solid #7b7b7b;
	padding: 10px 20px 10px;
}
header.site-header .top-nav i.facebook {
	padding: 10px 0 10px 20px;
}
header.site-header .search-icon-container {
	max-width: 8%;
	width: 100%;
}
header.site-header #search-form {
	display: none;
}
header.site-header .search {
	color: #ae1414;
	font-size: 20px;
    cursor: pointer;
}
header.site-header .bottom-header {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
header.site-header .bottom-header form {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	background-color: #ffffff;
}
header.site-header .bottom-header .custom-search-bar {
	max-width: 96%;
	margin-left: auto;
	gap: 5px;
}
header.site-header .bottom-header .custom-search-bar input[type="text"] {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 34px;
}
header.site-header .bottom-header .custom-search-bar button[type="submit"] {
	background-color: #ae1414;
	color: #ffffff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 34px;
	width: 39px;
}

header.site-header .bottom-header .custom-search-bar button.close-button {
	color: #ae1414;
    background-color: unset;
    height: 34px;
    font-size: 24px;
    line-height: 34px;
    text-shadow: -1px -1px 0 #ae1414, 1px -1px 0 #ae1414, -1px 1px 0 #ae1414, 1px 1px 0 #ae1414;
    width: 8.33333%;
    margin: 0 auto 0 30px;
}

/*=== FOOTER ===*/
footer.site-footer {
	background-color: #e3e2e2;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}
footer.site-footer .top-footer .paragraph {
	padding-top: 20px;
}
footer.site-footer .top-footer .heading {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: calc(13px +(15 - 13)*((100vw - 320px) /(1920 - 320)));
    line-height: calc(15px +(18 - 15)*((100vw - 320px) /(1920 - 320)));
    font-weight: bold;
	display: block;
}
footer.site-footer .top-footer {
	padding: 50px 30px;
}
footer.site-footer .top-footer a:hover {
	color: #ae1414;
}
footer.site-footer .top-footer .col-1-3 {
	width: 33.33333%;
}
footer.site-footer .top-footer ul li {
	padding: 2px 0;
}
footer.site-footer .top-footer .social-media {
	color: #7b7b7b;
	font-size: 20px;
	line-height: 1;
	padding-top: 30px;
}
footer.site-footer .top-footer .social-media .facebook {
	margin-right: 40px;
}
footer.site-footer .top-footer .social-media i:hover {
	color: #ae1414;
}
footer.site-footer .copyright {
	background-color: #000000;
	color: #ffffff;
	padding: 10px 0 20px;
	font-family: "Open Sans", sans-serif;
	font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}

@media (min-width: 1200px) {
	.max-width {
		max-width: 1170px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.max-width {
		max-width: 970px;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	/*=== FOOTER ===*/
	.max-width {
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}

	/*=== HEADER ===*/
	header.site-header .logo-container {
		max-width: 110px;
		width: 100%;
	}
	header.site-header .logo-container .logo {
		max-width: 110px;
		padding: 4px 0 2px;
		height: 50px;
	}
	header.site-header .search-icon-container {
		max-width: 100%;
	}
	header.site-header .mobile-header {position: relative;}
	header.site-header .bottom-header #search-form-mobile {
		position: absolute;
		bottom: 20px;
		top: calc(100% + 10px);
		z-index: 1;
	}
	header.site-header .bottom-header .custom-search-bar {
		max-width: 100%;
		padding: 0 15px;
		margin: 0;
		background-color: #ffffff;
		z-index: 1251;
		position: relative;
	}
	header.site-header .bottom-header form#search-form-mobile {
		display: none;
	}

	/*=== FOOTER ===*/
	footer.site-footer .top-footer {
		padding: 20px 30px;
		align-items: center;
		text-align: center;
	}
}