/*-----------------------------------------------------------------------------------

	Theme Name: Muleshoe, TX
	Front-end developer: Saqlain
	Author Design: Jessie Eskildsen
	Author URI: https://www.revize.com/
	Date: 05/22/2025
-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
/* -----------------------------------------

#basic styles

-----------------------------------------*/

/* very important!!! Assign these colors */

:root {
	--brandcolor: #9E1B2A;
	--darkgray: #999;
	--lightgray: #ddd;
	--primary: #E0E0E0;
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.375;
	font-family: "Alexandria", sans-serif;
	color: #292929;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	top: 0 !important
}

/* -----------------------------------------

#typography

-----------------------------------------*/
h1, h2, h3, h4, h5, h6 { color: #111; font-weight: normal; margin-bottom: 20px; line-height: 1.2; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
.header { font-size: 28px; color: #000; margin-bottom: 20px; }
.subheader { display: block; font-size: 34px; line-height: 48px; color: #292929; font-weight: 700; margin: 0 0 12px; }
p { margin: 0 0 20px 0; }
em { font-style: italic; }
strong, b { font-weight: bold; }
small { font-size: 80%; }
hr { border: solid var(--lightgray); border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


@font-face{
	font-family:'weather';
	src:url('../fonts/weather/artill_clean_icons-webfont.eot');
	src:url('../fonts/weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/weather/artill_clean_icons-webfont.woff') format('woff'),
		url('../fonts/weather/artill_clean_icons-webfont.ttf') format('truetype'),
		url('../fonts/weather/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
	font-weight:normal;
	font-style:normal;
}

#weather {display: flex;flex-direction: row-reverse;align-items: center;gap: 8px;font-size: 14px;font-weight: 700;line-height: 1;color: #000;}
.weather-temp {margin-left: 6px;}
.weather i {display: inline-block;font-family: 'weather';font-size: 30px;font-weight: 400;font-style: normal;line-height: 1;color: #000;height: 24px;}
.weather .icon-0:before{content:":"}.weather .icon-1:before{content:"p"}.weather .icon-2:before{content:"S"}.weather .icon-3:before{content:"Q"}.weather .icon-4:before{content:"S"}.weather .icon-5:before{content:"W"}.weather .icon-6:before{content:"W"}.weather .icon-7:before{content:"W"}.weather .icon-8:before{content:"W"}.weather .icon-9:before{content:"I"}.weather .icon-10:before{content:"W"}.weather .icon-11:before{content:"I"}.weather .icon-12:before{content:"I"}.weather .icon-13:before{content:"I"}.weather .icon-14:before{content:"I"}.weather .icon-15:before{content:"W"}.weather .icon-16:before{content:"I"}.weather .icon-17:before{content:"W"}.weather .icon-18:before{content:"U"}.weather .icon-19:before{content:"Z"}.weather .icon-20:before{content:"Z"}.weather .icon-21:before{content:"Z"}.weather .icon-22:before{content:"Z"}.weather .icon-23:before{content:"Z"}.weather .icon-24:before{content:"E"}.weather .icon-25:before{content:"E"}.weather .icon-26:before{content:"3"}.weather .icon-27:before{content:"a"}.weather .icon-28:before{content:"A"}.weather .icon-29:before{content:"a"}.weather .icon-30:before{content:"A"}.weather .icon-31:before{content:"6"}.weather .icon-32:before{content:"1"}.weather .icon-33:before{content:"6"}.weather .icon-34:before{content:"1"}.weather .icon-35:before{content:"W"}.weather .icon-36:before{content:"1"}.weather .icon-37:before{content:"S"}.weather .icon-38:before{content:"S"}.weather .icon-39:before{content:"S"}.weather .icon-40:before{content:"M"}.weather .icon-41:before{content:"W"}.weather .icon-42:before{content:"I"}.weather .icon-43:before{content:"W"}.weather .icon-44:before{content:"a"}.weather .icon-45:before{content:"S"}.weather .icon-46:before{content:"U"}.weather .icon-47:before{content:"S"}

/* -----------------------------------------

#links

-----------------------------------------*/
a, a:visited { text-decoration: underline; -webkit-transition: color .3s ease; -moz-transition: color .3s ease; -o-transition: color .3s ease; transition: background .3s ease; -webkit-transition: background .3s ease; -moz-transition: background .3s ease; -o-transition: background .3s ease; color: #9E1B2A; }
p a, p a:visited { line-height: inherit; }


/* -----------------------------------------

#lists

-----------------------------------------*/
ul, ol { margin-bottom: 20px; margin-left: 10px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul ul, ul ol, ol ol, ol ul { margin: 4px 0 5px 30px; }
ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 1.3; margin-bottom: 7px; }
li p { line-height: 1.3; }


/* -----------------------------------------

#images

-----------------------------------------*/
img { max-width: 100%; height: auto; }
a img { border: none; }
.alignleft { float: left; clear: left; margin: 0 20px 20px; }
.alignright { float: right; margin: 0 0 20px 20px; }
.alignnone { margin: 0 auto 20px; display: block; }
img[align="right"], img[style*="float: right"], img[style*="float:right"] { margin: 0 0 20px 20px; }
img[align="left"], img[style*="float: left"], img[style*="float:left"] { margin: 0 20px 20px 0; }


/* -----------------------------------------

#buttons

-----------------------------------------*/
.button, a.button, span.btn a, #post button:not(.rz-agenda-search-submit):not(.rz-doc-search-reset), #post input[type="submit"], #post input[type="reset"], #post input[type="button"], .rz-btn { padding: 20px 23px; background: var(--brandcolor); color: #fff; border: 0; border-radius: 10px; display: inline-block; font-size: 18px; font-weight: 700; text-decoration: none; text-transform: uppercase; cursor: pointer; line-height: 1; vertical-align: middle; transition: all .3s; }
span.btn a:hover,.button:hover, a.button:hover, #post button:hover, #post input[type="submit"]:hover, #post input[type="reset"]:hover, #post input[type="button"]:hover, .rz-btn:hover { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; background: #c82235; color: #fff; }
.button:active, a.button:active, #post button:active, #post input[type="submit"]:active, #post input[type="reset"]:active, #post input[type="button"]:active, .rz-btn:active { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; background: var(--brandcolor); color: #fff; }
#post button::-moz-focus-inner, #post input::-moz-focus-inner { border: 0; padding: 0; }


/* -----------------------------------------

#revize edit buttons DO NOT MODIFY

-----------------------------------------*/
/* ----------------------------------------- #helpers and positioning for revize buttons -----------------------------------------*/
.relative {
	position: relative !important
}

.absolute {
	position: absolute !important
}

.static {
	position: static !important
}

.user-logged-in {
	box-shadow: 0 0 10px rgba(21, 0, 56, 0);
	padding: 14px
}

.rz-bar-center-col {
	display: none !important
}

/* default position for revize buttons is top right DO NOT WRAP - Check Below for other positioning */
.rz-btns-container {
	line-height: 1.5 !important;
	font-size: 16px;
	opacity: 0;
	background: #fff;
	padding: 4px;
	box-shadow: 0px 2px 10px rgba(21, 0, 56, 0.08);
	border: 1px solid rgba(21, 0, 56, .1);
	transform: translateY(10px);
	transition: all .2s;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	white-space: nowrap
}

.rz-btns-stacked {
	padding: 6px 6px 0 !important
}

/* 
to reposition '.rz-btns-container' WRAP IT IN A DIV WITH ONE OF THE CLASSES BELOW
top-left,top-center,right-center,right-bottom,center-bottom,center-center,bottom-left,left-center 
*/
.left-top {
	top: 0 !important;
	right: auto !important;
	left: 0 !important;
	z-index: 9;
	position: absolute
}

.left-top .rz-btns-container {
	position: relative !important
}

.center-top {
	top: 0 !important;
	right: 50% !important;
	transform: translate(50%, 0) !important;
	z-index: 9;
	position: absolute
}

.center-top .rz-btns-container {
	position: relative !important
}

.right-center {
	top: 50% !important;
	right: 0 !important;
	transform: translate(0, -50%) !important;
	z-index: 9;
	position: absolute
}

.right-center .rz-btns-container {
	position: relative !important
}

.right-bottom {
	top: auto !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 9;
	position: absolute
}

.right-bottom .rz-btns-container {
	position: relative !important
}

.center-bottom {
	top: auto !important;
	right: 50% !important;
	bottom: 0 !important;
	transform: translateX(50%) !important;
	z-index: 9;
	position: absolute
}

.center-bottom .rz-btns-container {
	position: relative !important
}

.center-center {
	top: 50% !important;
	right: 50% !important;
	transform: translate(50%, -50%) !important;
	z-index: 9;
	position: absolute
}

.center-center .rz-btns-container {
	position: relative !important
}

.left-bottom {
	top: auto !important;
	right: auto !important;
	left: 0 !important;
	bottom: 0;
	z-index: 9;
	position: absolute
}

.left-bottom .rz-btns-container {
	position: relative !important
}

.left-center {
	top: 50% !important;
	right: auto !important;
	left: 0 !important;
	transform: translate(0, -50%) !important;
	z-index: 9;
	position: absolute
}

.left-center .rz-btns-container {
	position: relative !important
}

/* ----------------------------------------- rzBtn's -----------------------------------------*/
.rz-btns-container a {
	display: inline-block !important
}

.rzBtn {
	text-transform: capitalize;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	line-height: 1.5 !important;
	display: inline-block !important;
	letter-spacing: 0 !important;
	padding: 7px 14px;
	background: #fff !important;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #e6e6e6;
	transition: all .2s;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.rz-btns-stacked a,
.rz-btns-stacked .rzBtn {
	display: block !important;
	margin-bottom: 6px;
	text-decoration: none
}

.rzBtn:hover {
	background: #eee !important;
	border-color: #ccc;
	color: #000 !important;
	text-decoration: none
}

.rzBtn-sm {
	font-size: 14px !important;
	padding: 5px 10px !important
}

.rzBtn-xs {
	font-size: 12px !important;
	padding: 3px 6px !important
}

.user-logged-in .yes-has-edit-buttons {
	position: relative;
	outline: 3px solid transparent;
	outline-offset: 6px
}

.user-logged-in .yes-has-edit-buttons:hover,
.show-edit-buttons .user-logged-in .yes-has-edit-buttons {
	outline: 3px solid #6000fe;
	outline-offset: 3px;
	z-index: 10 !important;
	transition: all .2s;
	min-width: 142px;
	min-height: 32px
}

.user-logged-in .yes-has-edit-buttons:hover .rz-btns-container:has(.rzBtn),
.show-edit-buttons .user-logged-in .yes-has-edit-buttons .rz-btns-container:has(.rzBtn) {
	opacity: 1;
	height: auto;
	transform: translateY(0);
	opacity: 1
}

.hide-edit-btns .rz-btns-container {
	display: none
}

.user-not-logged-in .rz-btns-container {
	display: none !important
}

/* -----------------------------------------

#forms

-----------------------------------------*/
form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea, select { border: 1px solid var(--darkgray); padding: .375rem .75rem; outline: none; font-size: 16px; color: #000; margin: 0; display: inline-block; background: #fff; border-radius: 0; box-shadow: none; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus { color: #000; border: 1px solid var(--darkgray); }
label, legend { display: block; font-weight: bold; font-size: 13px; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 16px; color: #444; }
.form-control:focus { border-color: inherit; -webkit-box-shadow: none; box-shadow: none; }
::-webkit-input-placeholder { color: #777; }
:-moz-placeholder { color: #777; }
::-moz-placeholder { color: #777; }
:-ms-input-placeholder { color: #777; }
.gsc-control-cse * { box-sizing: content-box; }


/* -----------------------------------------

#rz intranet

-----------------------------------------*/
form.loginform { background: #fff; padding: 30px; border: 1px solid #D2DFEF; }
form.loginform p { background: #E65229; color: #fff; padding: 20px; line-height: 1; }
form.loginform label { font-weight: normal; }
form.loginform label input { display: block; margin-bottom: 10px; width: 100%; box-sizing: border-box; padding: 10px; color: #000; }


/* -----------------------------------------

#rz alert

-----------------------------------------*/
.floating-alert { position: fixed; z-index: 1022; bottom: 20px; margin: 0; right: 20px; background: #9e1b2a; color: #fff; padding: 32px 24px; font-size: 14px; font-weight: 600; letter-spacing: -0.28px; width: 400px; border-radius: 20px; display: flex; flex-direction: column; overflow: hidden; border: 0; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12); }
.floating-alert h2 { color: #fff; margin: 0 0 16px; font-size: 24px; font-weight: 700; line-height: normal; }
.floating-alert p { margin: 0; }
.floating-alert p a { color: #efecec; }
.alert-buttons { margin: 32px -24px -32px; border-top: 1px solid #c82235; display: flex; }
.alert-button { border-right: 1px solid #c82235; flex: 1; text-align: center; padding: 18px 0; text-decoration: none; color: #fff !important; font-size: 14px; font-weight: 700; line-height: 1.5; }
.alert-buttons .alert-button:last-of-type { border: 0; }
.alert-button:hover { background: #c82235; color: #fff; text-decoration: none; cursor: pointer; }
.floating-alert.fade:not(.show) { display: none; }


/* -----------------------------------------

#rz edit

-----------------------------------------*/
#event-modal .modal-footer .btn { margin: 3px 0 0 10px; }

/* -----------------------------------------

#main

-----------------------------------------*/
#rz-checkboxs .checkbox-inline label {display: block !important;}
#skip { position: fixed; left: -100%; top: -100%; transition: all .3s; z-index: 999; }
#skip:focus { left: 50px; top: 50px; }
.container { width: 1126px; max-width: 100%; }
#main { position: relative; }
#doc-search-form .rz-doc-search-submit {padding: 10px 24px 8px 24px !important;border-radius: 0 !important;}
.rz-block-img[style="background: url('_assets_/images/logo.png') center center / cover no-repeat;"]{background-size:50% !important;background-position:center center !important}
.rz-block-img[style="background: url('_assets_/images/logo.png') center center / cover no-repeat;"]:after{background: linear-gradient(to bottom, rgba(2, 16, 37, 0.96) 0%, rgba(126, 133, 144, 0.04) 22%, rgba(255, 255, 255, 0.04) 100%) !important;}
.jobs-title a {font-size: 18px !important;font-weight: 600;text-transform: capitalize;}
.faq-category {margin: 15px 0;}
#isotope-container .isotop-element {position: relative !important;transform: unset !important;}
.rpfbids tr td {text-align: left;}

/* top alert */
#alert { background: #9e1b2a; padding: 8px 15px 8px 48px; }
.alert-text { font-weight: 600; color: #fff; text-transform: uppercase; margin-left: 38px; }
#alertClose { font-weight: 600; color: #fff; cursor: pointer; }
.alert-more { font-weight: 600; color: #efecec !important; }
.alert-text a,.alert-text a:visited{color:#fff}
.alert a,.alert a:visited{color:#fff}


/* site-header */
.site-header { position: relative; z-index: 1020; }
.site-header .container {width: 1270px;}
#header-top {background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 16.83%, rgba(255, 255, 255, 0.00) 99.04%), var(--Color-Brand-Color-6, #E0E0E0);}
#header-top-in { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 34px; height: 50px; }
.header-contact { display: flex; gap: 16px; }
.header-contact-link { position: relative; display: flex; align-items: center; font-size: 14px; line-height: 21px; font-weight: 400; color: #fff !important; text-decoration: none; }
.header-contact-link img { width: 18px; margin-right: 8px; }
.social-media-wrap { display: flex; align-items: center; justify-content: center; gap: 15px; margin-left: 24px; }
.social-media-link { background-color: #212121; border-radius: 50%; height: 32px; width: 32px; display: grid; }
.social-media-link img { width: 20px; }
.social-media-link:hover { background-color: #9E1B2A; }
.header-top-right { display: flex; align-items: center; }
#header-bottom { background-color: #fff; height: 75px; display: flex; justify-content: center; align-items: center;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);backdrop-filter: blur(2px); }
#header-bottom-in { position: relative; display: flex; align-items: center; justify-content: space-between; height: 75px; }
#header-bottom-wrap { position: relative; display: flex; align-items: center; justify-content: center; max-width: 1018px; width: 100%; height: 37px; background-color: #fff; border-radius: 8px; margin: 0 auto; }
#logo { display: inline-block; width: 218px; position: relative; z-index: 1; margin-top: 10px; }
.header-right { display: flex; flex-direction: column; }
.header-right .date-text { font-size: 14px; }
.header-right .weather-sky { align-items: center; gap: 8px; }
.weather-text { font-size: 14px; font-weight: 700; margin-bottom: 0; }
.header-right .weather-sky .cloud-img { width: 20px; height: 13px; }


/*base nav styles*/
#nav .fa:before { font-family: 'FontAwesome' !important; }
.site-header nav { position: static !important;margin-left: auto;padding-right: 62px;}
.site-header #nav { padding: 0; position: static; margin: 0 auto; max-width: 100%; }
.site-header #nav li { margin: 0; list-style: none; }
.site-header #nav a, .site-header #nav span { font-size: 18px; font-weight: 700; line-height: 24px; color: #363633; display: block; text-transform: capitalize; text-decoration: none; padding: 12px 26px; z-index: 1; transition: all 0.3s; }
.site-header #nav ul { padding: 0; margin: 0; }

.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.toggle { display: none; }
#twitterfeed { background: #f1f1f1; }
.goog-te-banner-frame { display: none; }

/* Google translate*/
#translation-links { padding: 0; margin: 0; }
#translation-links li { position: relative; margin: 0; list-style: none; line-height: 1.5; }
#translation-links ul { padding: 10px 0; margin: 0; position: absolute; top: 100%; right: 0; width: 240px; background: #fff; display: none; height: 400px; z-index: 999; overflow-y: scroll; }
#translation-links ul li { margin: 0; }
#translation-links ul li a { display: block; text-decoration: none; padding: .75rem 1.5rem; color: #1B1B1B; }
#translation-links ul li a:hover { background: var(--brandcolor); color: var(--lightgray); }
[lang="en"] #translate-reset { display: none; }
[data-lang="English"] { background: var(--brandcolor); color: var(--lightgray) !important; }
div.skiptranslate { display: none !important; }
#translate-button { gap: 7px; border: none; background-color: transparent; display: flex; align-items: center; font-size: 16px; font-weight: 600; line-height: 1; letter-spacing: -0.12px; color: #363633; transition: all 0.3s; }
#translate-button img { width: 20px; }
#translate-button:hover { border-bottom-color: #9E1B2A; color: #9E1B2A; }
#translate-button:hover img { filter: brightness(0) saturate(100%) invert(16%) sepia(40%) saturate(5213%) hue-rotate(338deg) brightness(88%) contrast(96%); }


/* search */
#homepage .search-toggle {display: none;}
.search-toggle { background-color: #212121; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-left: 15px; cursor: pointer; }
.search-toggle img { width: 20px; }
#search { position: absolute; right: 0;top: 126px;width: 270px; max-width: 100%; height: 44px; display: none; z-index: 10; }
#search form { width: 100%; height: 100%; margin: 0; }
#search label { margin: 0; line-height: 51px; font-size: 14px; font-weight: bold; color: #1B1B1B; display: block; margin-right: 35px; }
#search input { padding: 4px 50px 4px 15px; background: #fff; border: 0; border-radius: 5px; width: 100%; height: 100%; font-size: 16px; font-weight: 400; color: #191919; transition: all 0.3s; }
#search input::-webkit-input-placeholder { color: #191919; }
#search input:-moz-placeholder { color: #191919; }
#search input::-moz-placeholder { color: #191919; }
#search input:-ms-input-placeholder { color: #191919; }
#search button { position: absolute; right: 0; width: 44px; height: 100%; border-radius: 0 5px 5px 0; background: #212121; border: none; padding: 0; }
#search button img { width: 20px; }


/* slider-search */
#slider-search { position: absolute; width: 482px; max-width: 100%; height: 50px; display: block; z-index: 10; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#slider-search form { width: 100%; height: 100%; margin: 0; }
#slider-search label { margin: 0; line-height: 51px; font-size: 14px; font-weight: bold; color: #1B1B1B; display: block; margin-right: 35px; }
#slider-search input { padding: 6px 50px 6px 32px; background: #fff; border: 0; border-radius: 5px; width: 100%; height: 100%; font-size: 16px; font-weight: 400; color: #191919; transition: all 0.3s; }
#slider-search input::-webkit-input-placeholder { color: #191919; }
#slider-search input:-moz-placeholder { color: #191919; }
#slider-search input::-moz-placeholder { color: #191919; }
#slider-search input:-ms-input-placeholder { color: #191919; }
#slider-search button { position: absolute; right: 0; width: 50px; height: 100%; border-radius: 0 5px 5px 0; background: #C82235; border: none; padding: 0; }
#slider-search button img { width: 24px; }




/* -----------------------------------------

#inner

-----------------------------------------*/
body:not(.user-logged-in) #flyout-wrap.hide-box, body:not(.user-logged-in) #contact-wrap.hide-box, body:not(.user-logged-in) #featured-wrap.hide-box, body:not(.user-logged-in) #social-wrap.hide-box, body:not(.user-logged-in) .newsletter-wrap.hide-box {display: none;}
body:not(.user-logged-in) .hide-left-box {display: none;}
body#freeform.user-logged-in aside .has-edit-buttons {min-height: 45px !important;}
#freeform-wrap {padding-bottom: 100px;}
#freeform.fullwidth #freeform-wrap {padding: 48px 0;}
#freeform-wrap>.container {width: 1300px;}
#freeform-wrap .aside-bar {background: rgba(230, 230, 230, 0.651);padding-top: 48px;padding-bottom: 30px;border-radius: 0 0 20px 20px;}
#freeform-wrap aside {position: relative;z-index: 11;}
#freeform:not(.fullwidth) #entry {padding: 48px 0 48px 24px;}
#freeform.fullwidth #freeform-wrapper {padding: 48px 0;}
#freeform {position: relative;}
#freeform #slider {position: relative;height: 300px;}
#freeform #slider>img {position: absolute;left: 0;right: 0;bottom: 0;width: 100%;z-index: 11}
#flyout-wrap {position: relative;padding-bottom: 20px; z-index: 1;}
#flyout-header {font-size: 20px;color: #212121;font-weight: 600;line-height: 27px;margin-bottom: 8px;text-transform: uppercase;}
#flyout {position: relative;;margin: 0;padding: 0;z-index: 1;}
#flyout li {position: relative;margin: 0;list-style: none;z-index: 10;}
#flyout a,
#flyout span {display: block;text-decoration: none;font-size: 18px;font-weight: 400;color: #9e1b2a;padding: 12px 0;line-height: 21px;text-transform: capitalize;transition: all 0.3s;}
#flyout ul {padding: 0;margin: 0;display: none}
#flyout ul a,
#flyout ul span {font-size: 14px;padding: 10px 15px;margin: 0;color: #fff;border-bottom: 1px solid rgba(0, 0, 0, .15) !important;}
#flyout ul li {padding: 0;margin: 0;}

#freeform-slider-caption {position: absolute;top: 50%;transform: translateY(-50%);width: 100%;}

#breadcrumbs {margin-bottom: 32px;}
#breadcrumbs ul {margin: 0;padding: 0;list-style: none;text-transform: capitalize;}
#breadcrumbs ul li { display: inline-block; margin: 0; position: relative; margin-right: 40px; font-size: 15px; color: #9e1b2a; font-weight: 400 !important; line-height: 23px; text-decoration: underline; text-underline-offset: 3px; text-transform: capitalize; }
#breadcrumbs ul li:last-child { margin-right: 0; }
#breadcrumbs a { display: inline-block; position: relative; font-size: 15px; color: #9e1b2a; text-decoration: none; font-weight: 400; line-height: 23px; }
#breadcrumbs ul li:not(:last-of-type)::after { content: '\f0da'; font-family: 'FontAwesome'; font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); margin: 0 20px; color: #909090; }
.col-xs-12 { width: 100%; }

.freeform-box-header {font-size: 20px;color: #212121;font-weight: 600;margin-bottom: 24px;text-transform: uppercase;}
#page-title {font-size: 40px;color: #212121;font-weight: 800;margin-bottom: 12px;text-transform: uppercase;}

#hours-wrap {position: relative;padding: 24px 32px 24px 0;z-index: 1;}
#hours-wrap ul {padding: 0;margin: 0;list-style-type: none;}
#hours-wrap ul li {font-size: 14px;margin: 16px 0 0 0;}
#hours-wrap .day {display: inline-block; width: 38px;font-size: 16px;color: #212121;font-weight: 600;margin-right: 13px;}
#hours-wrap .time {color: #212121;font-weight: 400;}

#contact-wrap {position: relative;padding: 24px 32px 24px 0;z-index: 1;}
.profile-img {width: 150px;height: 150px;margin-bottom: 30px;border-radius: 50%;}
#contact-wrap .freeform-box-header {margin-bottom: 24px;}
.contact-name {font-size: 18px;font-weight: 700;line-height: 24px;color: #212121;margin: 0;}
.contact-position {display: block;font-size: 14px;line-height: 21px;color: #212121;text-transform: uppercase;}
#contact-info {margin: 28px 0 0 0;padding: 0;list-style: none;}
#contact-info li {display: flex;align-items: center;gap: 12px;margin-bottom: 30px;font-size: 16px;font-weight: 400;color: #212121;}
#contact-info li img {width: 24px;}
#contact-info .contact-link {display: block;font-weight: 400;color: #212121;line-height: 22px; text-decoration: none;transition: all 0.3s;word-break: break-all;}
#contact-info .contact-link:hover {color: #c82235 !important;}
.contact-email {color: #9e1b2a !important;}
.contact-text  {line-height: 22px;color: #212121;margin: 5px 0 0 0;}

#resource-wrap {position: relative;padding: 24px 32px 32px 0;z-index: 1;}
#resource-wrap .box-inner {padding-top: 16px;}
#resource-wrap .resource-link {display: flex;align-items: center;gap: 16px;text-decoration: none;color: #9e1b2a;font-size: 14px;font-weight: 600;text-transform: capitalize;line-height: 21px;margin-bottom: 36px;word-break: break-all;}
#resource-wrap .resource-link:not(:first-child) {margin-top: 16px;}
.resource-link img {width: 24px;}
#resource-wrap .resource-link:hover {color: #c82235;}
#resource-wrap .resource-link:hover img {filter: brightness(0) saturate(100%) invert(14%) sepia(61%) saturate(4715%) hue-rotate(342deg) brightness(107%) contrast(88%);}


#post blockquote {position:relative;max-width: 758px;margin: 48px 0;font-size: 30px;line-height: 42px;color: #292929;font-weight: 700;padding: 40px 24px;border: 1px solid #9e1b2a;border-radius: 15px;}

.freeform-slider-wrapper { position: relative; height: 282px; }
.freeform-slider-wrapper > .tns-outer, .freeform-slider-wrapper > .tns-outer > .tns-inner, .freeform-slider-wrapper > .tns-outer > .tns-inner > .freeform-img-slider, .freeform-slider-wrapper > .tns-outer > .tns-inner > .freeform-img-slider .tns-item, .tns-bg-slide { height: 100%; }
.freeform-slider-wrapper .tns-controls { display: none; }
.freeform-slider-wrapper .tns-bg-slide { min-height: 282px; }
.freeform-slider-wrapper .tns-nav { position: absolute; bottom: -24px; left: 0; display: flex; gap: 8px; }
.freeform-slider-wrapper .tns-nav button { width: 10px; height: 10px; background: #e0e0e0 !important; border-radius: 50%; padding: 0 !important; }
.freeform-slider-wrapper .tns-nav button.tns-nav-active { background: #9e1b2a !important; }


/* -----------------------------------------

#share widget

-----------------------------------------*/
.modal { z-index: 100000; }
.modal .modal-dialog { transition: transform cubic-bezier(0.86, 0, 0.07, 1); transform: scale(.98) !important; opacity: 1 !important; }
.modal.show .modal-dialog { transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1); transform: translateY(0%) !important; }
.modal-content { border-radius: 10px; overflow: hidden; border: 0; }
.modal-header { background: #d2d2d2; border-radius: 10px 10px 0 0; font-size: 18px; line-height: 1.4; }
.share-btns { display: flex; gap: 8px; justify-content: center; }
.share-btns a { display: flex; text-decoration: none; border-radius: 100%; height: 44px; width: 44px; outline-offset: 0; outline: 2px solid transparent; transition: all .3s; }
.share-btns svg { width: 16px; height: 16px; margin: auto; fill: #fff; }
.btn-linkedin { background: #0077b5; }
.btn-linkedin:hover { border-color: #0077b5; outline: 2px solid #0077b5; outline-offset: 2px; }
.btn-facebook { background: #3b5998; }
.btn-facebook:hover { border-color: #3b5998; outline: 2px solid #3b5998; outline-offset: 2px; }
.btn-twitter { background: #000; }
.btn-twitter:hover { border-color: #000; outline: 2px solid #000; outline-offset: 2px; }
.btn-reddit { background: #ff5700; }
.btn-reddit:hover { border-color: #ff5700; outline: 2px solid #ff5700; outline-offset: 2px; }
.modal .btn { font-size: 16px !important; font-weight: bold !important; padding: .6rem 1.2rem !important; border: 0 !important; line-height: 1.4 !important; text-transform: none !important; letter-spacing: 0 !important; color: #000 !important; border: 0 !important; }
.modal .btn.p-0 { padding: 0 !important; }
.modal .btn-inverse:focus { box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25); }
.floating-share-btn { position: fixed; z-index: 1024; bottom: 80px; top: 56%; transform: translateY(-50%); right: 0; border: 0; background: #9E1B2A; border-right: 0; width: 40px; height: 40px; padding: 0; line-height: 1; text-align: center; transition: all 0.3s; }
.floating-share-btn img { width: 18px; }
.floating-share-btn svg path { fill: #fff; }
.floating-share-btn:hover { background: #c82235; }


/* site-plugin */
#site-plugin { position: fixed; z-index: 99999; bottom: 21px; left: 10px; border-radius: 48px; }
body #userwayAccessibilityIcon { display: none !important; }
#ada-btn { width: 80px; height: 80px; background-color: #9e1b2a; border: 2px solid #fff; outline: 2px solid #fff; outline-offset: -8px; border-radius: 50%; padding: 0; }
#ada-btn img { width: 40px; }
#ada-btn:hover {background-color: #C82235;}


/* -----------------------------------------

#slider

-----------------------------------------*/

#slider { position: relative; height: 531px; z-index: 1; }
#slider::before { position: absolute; content: ''; background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
#slider .tns-outer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
#slider .tns-controls { z-index: 2; }
#slider .tns-controls button:first-of-type { margin-left: 62px; }
#slider .tns-controls button:last-of-type { margin-right: 62px; }
#slider .tns-controls button img { filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(29%) hue-rotate(319deg) brightness(107%) contrast(109%); }
.tiny-slider-wrap>.tns-outer, .tiny-slider-wrap>.tns-outer>.tns-inner, .tiny-slider-wrap>.tns-outer>.tns-inner>.tiny-slider, .tiny-slider-wrap>.tns-outer>.tns-inner>.tiny-slider .tns-item, .tns-bg-slide { height: 100%; }
.tns-outer { position: relative; }
.tns-controls { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
.tns-controls button { background: rgba(224, 224, 224, 0.25); padding: 0; width: 32px; height: 32px; color: #fff; border: 0; border-radius: 0; line-height: 1; transition: all 0.3s; }
.tns-controls button img { width: 9px; }
.tns-controls button:hover { background-color: #9E1B2A; }
.tns-controls button:last-of-type { float: right; }
.tiny-slider-wrap button[data-action] { position: absolute; bottom: 0; right: 0; z-index: 1; }
ul.tiny-slider, ul.tiny-carousel { padding: 0; margin: 0; }


/* section quick-links */
#quick-links { position: absolute; top: -22px; width: 100%; z-index: 1019; }
#quick-links::before { position: absolute; content: ''; background: #212121; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 225px; }
#quick-links .container {width: 1190px;}
#quick-links-in {padding: 0 32px;}
.qlink-slide-wrap { padding-top: 15px; }
.quick-link { position: relative; top: -9px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #363633; padding: 16px; height: 250px; border-radius: 10px; text-decoration: none; transition: all 0.3s; text-align: center; }
.quick-link:hover { text-decoration: none; background: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
.qlink-icon-box img { width: 100px; }
.quick-link:hover .qlink-icon-box img { filter: brightness(0) saturate(100%) invert(14%) sepia(42%) saturate(5998%) hue-rotate(341deg) brightness(94%) contrast(92%); }
.qlink-title { font-size: 16px; font-weight: 500; line-height: normal; color: #fff; margin: 30px 0 0; text-transform: uppercase; font-family: "Alexandria", sans-serif; }
.quick-link:hover .qlink-title { color: #363633; }
#quick-links .tns-outer { position: static; }
#quick-links .tns-controls button:first-of-type { margin-left: 0; }
#quick-links .tns-controls button:last-of-type { margin-right: 0; }
.section-header { margin-bottom: 48px; }
.section-heading { font-size: 56px; font-weight: 700; line-height: 58.2px; color: #363633; margin-bottom: 0; text-align: center; font-family: "Alexandria", sans-serif; }
.section-label { font-size: 18px; font-weight: 700; line-height: 150%; color: #2F4822; display: block; font-family: "Alexandria", sans-serif; }

/* section-news */
#news { padding-top: 223px; }
.news-wrapper { padding-top: 112px; padding-bottom: 112px; background: url(../images/news-bg-img.png), linear-gradient(176deg, rgba(144, 144, 144, 0.00) 3.27%, var(--Color-Brand-Color-4, rgba(144, 144, 144, 0.25)) 36.18%); background-repeat: no-repeat; background-position: right; position: relative; }
#news .container { width: 1210px; }
.news-wrapper .section-heading { font-weight: 600; font-size: 32px; text-transform: uppercase; letter-spacing: 21.44px; color: #9E1B2A; }
.news-wrapper .section-heading span { display: block; margin-top: 18px; }
.news-slide-wrap { padding-top: 36px; padding-bottom: 10px; }
#news .news-item { position: relative; display: block; background: #fff; border-radius: 15px;height: 223px;padding: 0 32px 32px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-decoration: none; transition: all 0.3s;pointer-events: auto !important;}
#homepage .news-date-wrap { background-color: #292929; border-radius: 15px; width: 89px; height: 89px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; position: absolute; left: 50%; top: -36px; transform: translateX(-50%); font-size: 18px; font-weight: 700; line-height: 28px; color: #fff; letter-spacing: 0.9px; text-transform: uppercase; transition: all 0.3s; }
#homepage .news-date-wrap .news-date { font-size: 32px; letter-spacing: 0; }
#homepage .news-item:hover .news-date-wrap { background-color: #9e1b2a; }
#homepage .news-detail { padding-top: 48px; }
#homepage .news-title { font-size: 24px;font-weight: 700;margin: 18px 0;color: #292929;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; font-family: "Alexandria", sans-serif; }
#homepage .news-item:hover .news-title { color: #9e1b2a; }
#homepage .news-more { font-size: 14px; font-weight: 700; line-height: 21px; color: #9E1B2A; text-decoration: none; text-transform: uppercase; display: flex; align-items: center; width: fit-content; }
#homepage .news-more-icon { width: 20px; height: 20px; background-color: #9E1B2A; display: flex; align-items: center; justify-content: center; margin-left: 12px; }
#homepage .news-more-icon img { width: 6.17px; }
#homepage .news-item:hover .news-more { color: #c82235; }
#homepage .news-item:hover .news-more-icon { background-color: #c82235; }
#news .button { margin-top: 40px; padding: 21px 24px; font-size: 18px; text-transform: uppercase; }
#news .tns-outer { position: static; }
#news .tns-controls { top: 53%; }
#news .tns-controls button { background-color: #909090; }
#news .tns-controls button:hover { background-color: #9E1B2A; }
#news .tns-controls button:first-of-type { margin-left: 32px; }
#news .tns-controls button:last-of-type { margin-right: 32px; }
#news .center-top { top: 150px !important; }



/* events style */
#events {  position: relative; padding-top: 150px; padding-bottom: 180px; }
#events .container { width: 100%; padding: 0; }
#events .section-heading { color: #ffffff; text-align: left; margin-bottom: 50px; }
#homepage #events .events-overlay { position: absolute; inset: 0; z-index: -1; }
#homepage #events .events-overlay-in { display: flex; height: 100%; background-color: #212121; }
#homepage #events .events-overlay-right { position: relative; width: 50%; }
#event-tabs { position: relative; display: flex; justify-content: space-between; gap: 1px; border-radius: 12px 12px 0 0; width: 49%; }
#event-tabs .event-tab:first-of-type { border-radius: 12px 0 0 0; }
#event-tabs .event-tab:last-of-type { border-radius: 0 12px 0 0; }
#event-tabs .event-tab { position: relative; display: inline-block; flex: 1; background: #76B455; padding: 20px 12px; font-size: 18px; font-weight: 700; line-height: 27px; color: #363633; text-align: center; text-transform: capitalize; transition: all 0.3s; cursor: pointer; }
#event-tabs .event-tab.active { background: #363633; color: #fff; }
#events .button { margin-top: 50px; padding: 21px 24px; font-size: 18px; text-transform: uppercase; }


/* Brands Logos */
.logos-wrapper .logo-image { padding: 26.5px 0; }
.logos-wrapper .logo-image img { width: 250px;height: 147px;object-fit: contain;}
.logo { position: relative; display: inline-block; width: 100%; min-height: 200px; transition: all 0.4s ease;}
.logo:hover { background-color: #9E1B2A; transition: all 0.4s ease;}
.logo-image, .logo-content { transition: all 0.4s ease; }
.logo-image { transition: opacity 0.4s ease; }
.logo:hover .logo-image { /*opacity: 0;*/ opacity:1; }
.logo-content { position: absolute; bottom: 30%; left: 50%; transform: translate(-50%, 50%); opacity: 0; border-radius: 4px; white-space: nowrap; pointer-events: none; }
.logo:hover .logo-content { opacity: 1; pointer-events: auto; bottom: 50%; }
.logo-btn { font-weight: 700; font-size: 18px; color: #fff!important; text-transform: uppercase; background-color: transparent; border: 2px solid #ffffff; border-radius: 10px; padding: 19px 24px; text-decoration: none; transition: all 0.2s ease;}
.logo-btn:hover { color: #9E1B2A!important; text-decoration: none;background-color: #ffffff; transition: all 0.2s ease;}


/* section footer */
#footer { position: relative; background-color: #E0E0E0; }
#footer .container { width: 1312px; }
#footer-top { padding: 32px 0; }
#footer .social-media-wrap { justify-content: flex-start; margin-top: 6px;margin-left: 0;}
.footer-title { font-size: 18px; font-weight: 600; line-height: normal; color: #212121;margin-bottom: 6px; }
.footer-col ul { margin: 0; padding: 0; list-style-type: none; }
.footer-col ul li { margin-bottom: 0; font-size: 14px; }
.footer-col ul li:last-child { margin-bottom: 0; }
.footer-col ul li a { font-size: 14px; font-weight: 400; line-height: 20px; color: #212121; text-decoration: none; }
.footer-col ul li a:hover { color: #9E1B2A; }
.footer-address { max-width: 175px; }
.footer-address a { font-size: 14px; color: #212121; line-height: 20px; font-weight: 400; margin-top: 8px; text-decoration: unset; }
#footer-bottom { background: #616161; padding: 16px 0; }
.privacy-text { color: #fff; line-height: 22px; }
#revize { font-weight: 400; line-height: 21px; color: #fff; text-align: center; }
#revize-link { font-weight: 700; color: #fff; text-decoration: none; }
.footer-delimiter { position: relative; margin-left: 16px; color: #fff !important; text-decoration: none; }
.footer-delimiter::after { content: ''; display: inline-block; width: 1px; height: 14px; background: #fff; left: -9px; top: 2px; position: absolute; }

/* -----------------------------------------

#media queries

-----------------------------------------*/

@media only screen and (max-width: 1350px) {
	#news-in { position: relative; padding: 0 40px; }
	#news .tns-outer { position: relative; }
	#news .tns-controls { top: 50%; }
	#news .tns-controls button:first-of-type { margin-left: -40px; }
	#news .tns-controls button:last-of-type { margin-right: -40px; }

	.site-header nav {margin: 0 auto;padding-right: 0;}
}

@media only screen and (max-width: 1250px) {
	.site-header #nav a, .site-header #nav span {font-size: 16px;}
	#quick-links-in { position: relative; padding: 0 40px; }
	#quick-links .tns-outer { position: relative; }
	#quick-links .tns-controls button:first-of-type { margin-left: -40px; }
	#quick-links .tns-controls button:last-of-type { margin-right: -40px; }
}


@media only screen and (min-width:992px) {

	.site-header #nav .toggle, .site-header #nav .toggle2 { display: none; }
	body .site-header #nav .focused .toggle2 {display: none !important;}
	.site-header #nav .focused .toggle, .site-header #nav .focused .toggle2, #flyout .focused .toggle { display: inline-block !important; margin-left: -8px; padding: 0; height: auto; }
	#flyout .focused .toggle, .site-header #nav .focused .toggle2 { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
	#flyout .focused .toggle {position: absolute;right: 15px;top: 50%;transform: translateY(-50%) rotate(-90deg) !important;}

	/* base nav styles  */
	.site-header { position: relative;width: 100%; z-index: 1020; }
	.site-header nav .center-top {top: -22px !important;}
	.site-header #nav li:hover>ul { display: block; }
	.site-header #nav ul a:not(.fa), .site-header #nav ul span { display: block; color: #000; }
	.site-header #nav a, .site-header #nav span { position: relative; display: inline-flex; align-items: center; justify-content: center; height: 100%; }
	.site-header #nav>li:hover>a:not(.fa), .site-header #nav>li:hover>span:not(.fa) { background-color: #9E1B2A; color: #fff; }

	/* traditional    */
	#nav ul { position: absolute; left: 0; top: 100%; display: none; }
	#nav ul:not(make-mage) ul { left: 100%; top: 0;position: static;display: block !important; }
	#nav li { position: relative; display: flex; align-items: center; }
	#nav ul li { display: block; width: 100%; }
	#nav :not(make-mage) .focused .toggle2 { -webkit-transform: rotate(-90deg); position: absolute; right: 15px; top: 50%; transform: translateY(-50%) rotate(-90deg); }

	/* mega menu */
	#nav li.static:hover ul { display: block; }
	#nav>li>ul.make-mage { position: absolute; left: 0; right: 0; top: 84%; -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; display: none; padding: 50px 80px 24px; margin: 12px auto; width: 1040px;max-width: 100%;backdrop-filter: blur(2px); border-radius: 0 0 15px 15px; background-color: var(--primary); box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.08); }
	.site-header #nav>li>ul::before { content: ""; position: absolute; top: -12px; left: 0; width: 100%; height: 12px; background: none; }
	#nav>li>ul.make-mage>li { display: table; page-break-inside: avoid; }
	#nav li:hover>ul.make-mage ul { position: static; margin: -15px 0 15px; }
	#nav ul.make-mage a:not(.fa), #nav ul.make-mage span { font-size: 18px; font-weight: 700; line-height: 22.4px; text-transform: capitalize; color: #212121; display: inline-block; margin-bottom: 33px;padding: 0; }
	#nav ul.make-mage a:not(.fa):hover, #nav ul.make-mage span:hover { color: #9E1B2A; }
	#nav ul.make-mage ul a:not(.fa), #nav ul.make-mage ul span { font-size: 16px; line-height: 21px; font-weight: 500; color: #363633; display: inline-block; margin: 0 0 13px; padding: 0; width: 100%; text-transform: capitalize; font-family: "Alexandria", sans-serif; }
	#nav ul.make-mage ul a:not(.fa):hover, #nav ul.make-mage ul span:hover { color: #9E1B2A; }
	#nav .make-mage .focused .toggle2 { display: block; }


	.layout-table { table-layout: fixed; width: 100%; }
	.site-header #nav { display: flex; justify-content: center; height: 78px; }
	#flyout>li:hover>ul { display: block; }
	#flyout ul { position: absolute; left: 100%; top: 0; width: 200px; z-index: 10; background: #9e1b2a; }
	#flyout li:hover a, #flyout li:hover span { color: #c82235; text-decoration: underline; }
	#flyout li:hover ul a, #flyout li:hover ul span { color: #fff; text-decoration: none; }

}

@media only screen and (max-width:991px) {

	/* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */

	.site-header .toggle, .site-header .toggle2 { display: block; line-height: 45px; width: 45px; text-align: center; color: #fff !important; background: rgba(0, 0, 0, 0.251); position: absolute; right: 0; top: 0; }

	.site-header .logo-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; }
	.site-header #nav { position: absolute; left: 0; top: 100%; width: 100%; background: #e0e0e0; }
	.site-header #nav li { position: relative !important; }
	.site-header #nav ul { background-color: #c82235; display: none; }
	.site-header #nav ul ul { background-color: #909090; }
	.site-header #nav li a, .site-header #nav li span { font-size: 16px !important; color: #212121; font-weight: 500; }
	.site-header #nav ul a, .site-header #nav ul span { font-size: 16px !important; font-weight: 500; text-transform: capitalize; color: rgba(224, 224, 224, 1) !important; }
	.site-header #nav ul ul a, .site-header #nav ul ul span { font-size: 14px !important; }

	#freeform #formwizziwmorf tr, #freeform #formwizziwmorf tr td { display: block !important; }
	#freeform #formwizziwmorf tr table tr { display: table-row !important; }
	#freeform #formwizziwmorf tr table td { display: table-cell !important; }

	/* Allows tables to be used as columns with responsive stacking */
	.layout-table { width: 100% !important; }
	.layout-table, .layout-table thead, .layout-table tbody, .layout-table th, .layout-table td, .layout-table tr { display: block !important; }
	.layout-table td { margin-bottom: 15px; }


	#toggles {margin-top: 8px;}
	#info-toggle, #nav-toggle, #search-toggle { position: relative; height: 50px; width: 50px; text-align: center; background: none; color: #000; font-size: 20px; border-radius: 4px; margin-left: 5px; cursor: pointer; }
	#info-toggle::before { position: absolute; content: ''; background: url(../images/info-icon.png) center/cover no-repeat; width: 35.67px; height: 35.67px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
	#info-toggle.fa.fa-times::before {content: '\f057';color: #9e1b2a;font-size: 43px;background: none;}
	#nav-toggle.fa.fa-close::before {content: '\f057';color: #9e1b2a;font-size: 43px;background: none;height: 40px;}
	#nav-toggle::before { position: absolute; content: ''; background: url(../images/menu-icon.png) center/cover no-repeat; width: 33.5px; height: 25px; top: 50%; left: 50%; transform: translate(-50%, -50%);margin-top: 1px;}


	#nav, #flyout { display: none; }
	#nav li { display: block; }
	#nav a, #nav span, #flyout a, #flyout span { font-size: 14px !important; line-height: 1 !important; padding: 15px !important; border-bottom: 1px solid #bdbdbd; }
	#nav li:last-child>a, #nav li:last-child>span, #flyout li:last-child>a, #flyout li:last-child>span { border: 0; }
	#flyout a, #flyout span { font-size: 16px !important; font-weight: 600; color: #fff; }
	#flyout li { padding: 0; }
	#flyout ul { background: rgba(0, 0, 0, .15); }
	#flyout ul a, #flyout ul span { font-size: 14px !important; border-bottom: 1px solid #bdbdbd !important; }

	.toggle, .toggle2 { display: block; position: absolute; right: 0; top: 0; line-height: 45px; text-align: center; width: 45px; color: #9E1B2A !important; background: #fff; transform: none !important; }



	#freeform-wrap { padding-bottom: 48px; }
	#freeform-wrap .aside-bar { margin: 0 !important; padding: 0 !important; }
	#freeform:not(.fullwidth) #entry { padding: 48px 0; }
	#page-title { font-size: 28px; line-height: 42.6px; }
	.subheader { font-size: 22px; margin: 24px 0 32px; }
	.freeform-box-header { font-size: 20px; }
	#flyout-wrap { padding: 0; background-color: #9E1B2A; }
	#flyout-header { display: none; }
	#flyout-toggle { background-color: #9E1B2A; padding: 10px 15px; border-radius: 8px; font-size: 18px; color: #fff; text-transform: capitalize; font-weight: 700; cursor: pointer; }
	#hours-wrap, #contact-wrap, #resource-wrap { padding: 32px 15px; }

	#alert {padding: 10px 15px;}
	.alert-text {margin-left: 15px;}

	.sticky-header { position: relative; }
	#header-top { padding: 16px 0; display: none; }
	#header-top-in { flex-direction: column; justify-content: center; gap: 16px; height: auto; }
	#header-bottom { height: 100px; }
	#header-bottom-in { position: static; }
	.logo-wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }
	#logo { width: 98px; margin-top: -9px; }


	.header-right { flex-direction: row; gap: 16px; }
	.header-right .date-text { font-size: 16px; }
	#weather { font-size: 16px; }
	#translate-button { background-color: #212121; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; }
	#translate-button span, #translate-button .translate-arrow { display: none; }
	#translate-button .translate-icon { width: 26.67px; filter: brightness(0) saturate(100%) invert(93%) sepia(78%) saturate(2%) hue-rotate(308deg) brightness(107%) contrast(100%); }
	.social-media-wrap { margin-left: 15px; }
	.social-media-link { width: 50px; height: 50px; }
	.social-media-link img { width: 26.67px; }
	.search-toggle { width: 50px; height: 50px; }
	.search-toggle img { width: 26.67px; }
	#search { right: 0; top: 56px; left: 50%; transform: translateX(-50%); }

	.floating-share-btn { bottom: 20px; top: unset; transform: unset; }
	#site-plugin { bottom: 14px; }
	#ada-btn { width: 55px; height: 55px; }
	#ada-btn img { width: 27px; }
	#slider { height: 450px; }
	#slider .tns-controls button:first-of-type { margin-left: 15px; }
	#slider .tns-controls button:last-of-type { margin-right: 15px; }

	#quick-links { position: relative; top: unset; padding: 48px 0; }
	#quick-links::before { display: none; }
	#quick-links .tns-controls button { background: #909090; }
	.quick-link { top: 0; }
	.quick-link:hover { text-decoration: none; background: #363632; box-shadow: unset; }
	.quick-link:hover .qlink-title { color: #fff; }

	#news { padding-top: 0; }
	#news-in { padding: 0 15px; }
	#news .news-item { box-shadow: unset; padding: 0 24px 24px; }
	#homepage .news-date-wrap { width: 70px; height: 70px; font-size: 16px; font-weight: 600; line-height: 20px; }
	#homepage .news-date-wrap .news-date { font-size: 24px; margin-top: 4px; }
	#news .tns-controls { z-index: 1; }
	#news .tns-controls button { width: 28px; height: 28px; }
	#news .tns-controls button:first-of-type { margin-left: -15px; }
	#news .tns-controls button:last-of-type { margin-right: -15px; }
	#news .button { font-size: 16px; padding: 16px 24px; }

	#events { padding: 64px 0; }
	#events .container { padding: 0 15px; }
	#homepage #events .events-overlay-in { background: none; }
	#homepage #events .events-overlay-right { position: relative; width: 100%; }
	#homepage #events .events-overlay-right::before { position: absolute; content: ''; background-color: rgba(0, 0, 0, 0.55); width: 100%; height: 100%; top: 0; left: 0; }

	.footer-col { width: 100%; text-align: center; }
	.footer-address { margin: 0 auto; }
	#footer .social-media-wrap { justify-content: center; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.button {font-size: 16px;}
	.floating-alert { width: auto; right: 10px; left: 10px; bottom: 0; top: unset; font-size: 12px; }
	.floating-alert h4 { margin-bottom: 10px; font-size: 14px; }
	.floating-alert .btn { font-size: 10px; }
	.share-btns a { padding: 10px; font-size: 12px; white-space: nowrap; overflow: hidden; }
	.share-btns i { display: block; line-height: 50px !important; font-size: 20px; }

	#translation-links ul { left: 0; }
	#breadcrumbs ul li { margin-right: 26px; }
	#breadcrumbs ul li:not(:last-of-type)::after { margin: 0 14px; }
	.alert-text {font-size: 14px;}

	#homepage:not(#freeform) #slider .tns-controls { top: 85%; }
	#slider-search { width: 320px; height: 44px; }
	#slider-search input { padding: 6px 50px 6px 15px; }
	#slider-search button img { width: 18px; }

	.quick-link { padding: 24px 15px; }
	.quick-link:hover { box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.37); }
	#homepage .news-title { font-size: 20px; margin: 16px 0; }
	#gomepage .news-info { padding: 24x 15px; }
	#events .section-heading {font-size: 48px;}
	#events .button {font-size: 16px;padding: 16px 24px;}
	.logos-wrapper .logo-image img {width: 220px;}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
	#post blockquote { font-size: 18px; line-height: 32px; padding: 32px 15px; }
	#post blockquote img { width: 40px; }

	.qlink-slide-wrap { padding: 0; }
	.quick-link { box-shadow: unset; }
	#quick-links .tns-controls { right: 0; }
	.news-wrapper .section-heading {letter-spacing: 8.44px;}
	.news-wrapper .section-heading img {width: 250px;}
	.news-wrapper .section-heading span {margin-top: 12px;}
	#events .section-header {margin-bottom: 32px;}
	#events .section-heading {font-size: 32px;line-height: 44px;margin-bottom: 0;}
}

@media print {

	#slider,
	footer,
	#breadcrumbs,
	#flyout-wrap,
	.floating-share-btn,
	.e-notify,
	.site-header {
		display: none !important
	}

	a[href]:after {
		content: none !important
	}
}

#alert .center-top{z-index: 9999999;}