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

	Theme Name: Ukiah, CA Police Department
	Front-end developer: Saqlain
	Author Design: Jessie Eskildsen
	Author URI: https://www.revize.com/
	Date: 05/28/2025
-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');
/* -----------------------------------------

#basic styles

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

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

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

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Noto Sans", sans-serif;
	color: #000000;
	-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;font-family: "Oswald", sans-serif; }
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: 28px; }
h4 { font-size: 21px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
.header { font-size: 40px;color: #000;font-weight: 700;margin-bottom: 12px;font-family: "Oswald", sans-serif;}
.subheader { display: block; font-size: 36px;line-height: normal;color: #292D32; font-weight: 400; margin: 0 0 12px; font-family: "Oswald", sans-serif;}
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-box {display: flex;align-items: center;gap: 4px;line-height: 1;letter-spacing: -0.3px;}
.weather-text {color: #fff;font-size: 14px;font-weight: 700;margin-bottom: 0; }
#weather {display: flex;flex-direction: row-reverse;align-items: center;gap: 8px;font-size: 14px;font-weight: 700;line-height: 22px;color: #fff;}
.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: #fff;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: #000;font-weight: 700;}
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

-----------------------------------------*/
.span button{color:#fff!important;text-decoration:none}
span.btn a{color:#fff!important;text-decoration:none;font-weight: 400;}
span.button a{color:#fff!important;text-decoration:none}
.btn{color:#fff!important;text-decoration:none}
.btn,
.button,
a.button,
#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: 15px 24px;background: radial-gradient(125.45% 100% at 50% 100%, var(--Color-Brand-Color-1, #000) 0%, var(--Color-Brand-Color-3, #2C2C2C) 100%); color: #fff; border: 0;border-radius: 4px;display: inline-block;font-size: 18px;font-weight: 400;text-decoration: none; text-transform: capitalize; cursor: pointer; line-height: 1; vertical-align: middle; transition: all .3s; }
span.btn a:hover,
.btn: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: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), radial-gradient(146.34% 100% at 50% 100%, var(--Color-Brand-Color-1, #000) 0%, var(--Color-Brand-Color-3, #2C2C2C) 100%); color: #000 !important; }
.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;font-family: "Montserrat", sans-serif;color:var(--brandcolor);margin:0;display:inline-block;background:#fff;border-radius:0;box-shadow:none;font-weight: 400;}
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="search"]:focus,textarea:focus { color:var(--brandcolor); 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;left: 16px;bottom: 20px;margin: 0;background: rgba(255, 255, 255, 0.90);backdrop-filter: blur(4px);color: #545C66;padding: 32px; font-size: 14px;font-weight: 400;line-height: 22px;width: 398px;border-radius: 4px; display: flex; flex-direction: column; overflow: hidden; border: 0;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);}
.floating-alert h2 { color: #000; margin: 0 0 12px;font-size: 20px; font-weight: 700; line-height: 28px; }
.floating-alert p { margin: 0; }
.floating-alert p a { color: #efecec; }
.alert-buttons { margin: 32px -32px -32px; border-top: 1px solid rgba(33, 38, 35, 0.20); display: flex; }
.alert-button { border-right: 1px solid rgba(33, 38, 35, 0.20); flex: 1; text-align: center; padding: 18px 0;text-decoration: none;color: #000 !important;font-size: 14px;font-weight: 700;line-height: 1.5; }
.alert-buttons .alert-button:last-of-type { border: 0; }
.alert-button:hover { background: #D3D3D3;text-decoration: none;}
.floating-alert.fade:not(.show) { display: none; }


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

#rz edit

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

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

#main

-----------------------------------------*/
#skip {position: fixed;left: -100%;top: -100%;transition: all .3s; z-index: 999; }
#skip:focus {left: 50px;top: 50px; }
.container {width: 1214px;max-width: 100%; }
#main {position: relative; }
#doc-search-form .rz-doc-search-submit {padding: 8px 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;}
.business-social-links a > .fa-twitter::before { content: ""; width: 16px; height: 16px; background: url("../images/twitter.png"); display: inline-block; background-repeat: no-repeat; background-size: 16px; margin: 0 1px -2px 2px; }
.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; }


/* site-header */
.site-header {position: relative; z-index: 1020; }
.site-header .container {width: 1374px;}
#header-top {position: relative;background-color: #2C2C2C; }
#header-top-in {display: flex; align-items: center; justify-content: space-between; gap: 34px; height: 50px; }
.header-contact ul {display: flex;align-items: center;flex-wrap: wrap;gap: 20px;}
.header-contact ul li {margin-bottom: 0;}
.header-contact-link {font-size: 14px;font-weight: 700;line-height: 22px;color: #fff !important;letter-spacing: -0.3px;text-decoration: none;}
.header-top-right {display: flex;align-items: center;gap: 20px;}
.header-top-right .ada-icon img {width: 20px}
.header-top-right .ada-icon span {color: #fff;font-size: 14px;
font-style: normal;
font-weight: 700;
}


#header-bottom {background: rgba(0, 0, 0, 0.90);backdrop-filter: blur(4px);height: 80px;display: flex;justify-content: center; align-items: center;}
#header-bottom-in {position: relative;display: flex; align-items: center; justify-content: space-between;}
#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: 149px; position: relative; z-index: 1; }
.header-right { display: flex; align-items: center; color: #fff }


/*base nav styles*/
#nav .fa:before { font-family: 'FontAwesome' !important; }
.site-header nav { position: static !important;margin-left: auto;}
.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: 16px;font-weight: 400;line-height: 24px;color: #F5F7FA;display: block;text-transform: capitalize; text-decoration: none;padding: 4px 8px;border-radius: 4px;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: 36px; 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: #000; color: #fff; }
[lang="en"] #translate-reset { display: none; }
[data-lang="English"] { background: #000;color: #fff !important; }
div.skiptranslate { display: none !important; }
#translate-button {padding: 0; gap: 4px; border: none; background-color: transparent; display: flex; align-items: center; font-size: 14px;font-weight: 700; line-height: 1;color: #fff; transition: all 0.3s; }
#translate-button img {width: 20px; }
#translate-button:hover {color: #F5F7FA; }
#translate-button:hover img {filter: brightness(0) saturate(100%) invert(96%) sepia(31%) saturate(211%) hue-rotate(76deg) brightness(109%) contrast(95%);}


/* search */
.search-toggle {font-size: 14px;font-weight: 700;color: #fff;cursor: pointer;}
.search-toggle img {width: 20px;}
#search { position: absolute;top: 130px;right: 0;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: 4px; 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 4px 4px 0; background: #2C2C2C; border: none; padding: 0; }
#search button img { width: 20px; }


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

#inner

-----------------------------------------*/
#freeform.user-logged-in aside .has-edit-buttons {min-height: 45px;}
#freeform-wrap {background: #F5F7FA;padding: 64px 0;}
#freeform-wrap aside {margin-top: 136px;}
#freeform.fullwidth #freeform-wrapper {padding: 48px 0;}
#freeform {position: relative;}
#freeform #slider {position: relative;height: 400px;}
#freeform #slider>img {position: absolute;left: 0;right: 0;bottom: 0;width: 100%;z-index: 11}
.main-flyout {position: relative;z-index: 15 !important;}
#flyout-wrap {position: relative;background: #EEF2F4;border-radius: 4px;margin-top: 24px;z-index: 1;}
#flyout-header {background: #000;padding: 8px 16px;font-size: 18px;color: #F5F7FA;font-weight: 700;margin-bottom: 0;text-transform: capitalize;border-radius: 4px 4px 0 0;font-family: "Noto Sans", sans-serif;}
#flyout {position: relative;;margin: 0;padding: 16px 0;z-index: 1;}
#flyout li {position: relative;margin: 0;padding: 0 16px;list-style: none;z-index: 10;}
#flyout a,
#flyout span {display: block;text-decoration: none;font-size: 14px;font-weight: 400;color: #545C66;padding: 8px 0;line-height: 22px;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: 16px;}
#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: 14px; color: #000; font-weight: 400 !important; line-height: 22px;text-transform: uppercase; }
#breadcrumbs ul li:last-child { margin-right: 0; }
#breadcrumbs a { display: inline-block; position: relative; font-size: 14px; color: #000;text-decoration: none; font-weight: 700; line-height: 22px; }
#breadcrumbs ul li:not(:last-of-type)::after { content: '/';  font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); margin: 0 20px; color: #909090; }
.col-xs-12 { width: 100%; }

.freeform-box-header {background: #000;padding: 8px 16px;font-size: 18px;color: #F5F7FA;font-weight: 700;margin-bottom: 16px;text-transform: capitalize;border-radius: 4px 4px 0 0; font-family: "Noto Sans", sans-serif;}
#page-title {font-size: 48px;color: #000;font-weight: 700;margin-bottom: 12px;text-transform: capitalize;margin-bottom: 32px;font-family: "Oswald", sans-serif;}

#contact-wrap {position: relative;padding: 0 0 32px;background: #EEF2F4;border-radius: 4px;z-index: 1;}
#contact-wrap .box-inner {padding: 0 16px 16px;}
.contact-profile-detail {display: flex;align-items: center;gap: 12px;}
#profile-img {width: 120px;height: 120px;margin-bottom: 16px;border-radius: 4px;}
.contact-name {font-size: 14px;font-weight: 700;line-height: 22px;color: #000;margin: 0;}
.contact-position {display: block;font-size: 14px;font-weight: 400;line-height: 22px;color: #545C66;font-style: italic;}
#contact-info {margin: 28px 0 0 0;padding: 0;list-style: none;}
.contact-location strong {display: block;color: #000;}
#contact-info li {margin-bottom: 16px;}
#contact-info li,
#contact-info .contact-link {display: block;color: #545C66;font-size: 14px;font-weight: 400;display: flex;align-items: center;gap: 12px; text-decoration: none;line-height: 22px;transition: all 0.3s;}
.contact-email {color: #000 !important;text-decoration: underline !important;}
#contact-info .contact-link:hover {color: #013144;}
#contact-info li img {width: 20px;}
.contact-text {display: flex;align-items: center;gap: 12px; font-size: 14px;font-weight: 400;line-height: 22px; color: #545C66;margin: 16px 0 0 0;}
.contact-text img {width: 20px;}

#hours-wrap {position: relative;background: #EEF2F4;border-radius: 4px;margin-top: 24px;z-index: 1;}
#hours-wrap .box-inner {padding: 0 16px 16px;}
#hours-wrap ul {padding: 0;margin: 0;list-style-type: none;}
#hours-wrap ul li {font-size: 14px;margin: 16px 0 0;}
#hours-wrap .day {display: inline-block;width: 38px;font-size: 14px;color: #545C66;font-weight: 400;line-height: 22px;margin-right: 13px;text-transform: uppercase;}
#hours-wrap .time {color: #545C66;font-size: 14px; font-weight: 700;line-height: 22px;}

#resource-wrap {position: relative;margin-top: 24px;background: #EEF2F4;border-radius: 4px;z-index: 1;}
#resource-wrap .box-inner {padding: 0 16px 16px;}
#resource-wrap .resource-link {display: flex;align-items: center;gap: 12px;text-decoration: none;background-color: #F5F7FA;color: #545C66;padding: 8px;font-size: 14px;font-weight: 400;text-transform: capitalize;line-height: 22px;border-radius: 4px;margin-top: 16px;}
#resource-wrap .resource-link:hover {background: #2C2C2C;color: #fff;}
#resource-wrap .resource-link:hover img {filter: brightness(0) saturate(100%) invert(99%) sepia(43%) saturate(98%) hue-rotate(200deg) brightness(115%) contrast(100%);}
.resource-link img {width: 20px;}


#post blockquote {position:relative;background: rgba(0, 0, 0, 0.05);margin: 40px 0;font-size: 20px;line-height: 28px;color: #292D32;font-weight: 700;padding: 24px;border: 4px solid #fff;}
#post h1 {font-size: 48px;font-weight: 700;}
#post h2 {font-size: 40px;font-weight: 700;}
#post h3 {font-size: 36px;font-weight: 400;}
#post h4 {font-size: 32px;font-weight: 400;color: #545C66;}
#post h5 {font-size: 24px;font-weight: 400;color: #000;font-family: "Noto Sans", sans-serif;}
#post h6 {font-size: 20px;font-weight: 700;color: #2C2C2C;font-family: "Noto Sans", sans-serif}

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

#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: 50%; transform: translateY(-50%);right: 0;border: 0;border-radius: 4px 0 0 4px;background: #2C2C2C;border-right: 0;width: 42px;height: 42px;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: #000;}


/* site-plugin */
#site-plugin { position: fixed;z-index: 99999;bottom: 21px;left: 10px;border-radius: 48px; }
body #userwayAccessibilityIcon { display: none !important; }
#ada-btn {cursor: pointer;}



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

#slider

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

#slider { position: relative; height: 616px;border-bottom: 4px solid #FFF; z-index: 1; }
#slider::after {position: absolute;content: '';height: 4px;background: linear-gradient(to left, #fff, #2c2c2c);width: 100%;left: 0;bottom: 0;}
#homepage #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 {top: 62%;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: #2C2C2C;padding: 0;width: 32px;height: 32px;color: #000;border: 0;border-radius: 50%;line-height: 0.5;transition: all 0.3s; }
.tns-controls button img { width: 9px; }
.tns-controls button:hover { background-color: #000; }
.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 {  width: 100%;background:url('../images/quick-links-bg.png');background-size: cover; background-repeat: no-repeat;padding: 48px 0;}
#quick-links .container {width: 1314px;}
#quick-links-in {padding: 0 50px;}
.quick-link { position: relative; top: -9px; display: flex; align-items: flex-end; justify-content: center;  height: 248px; 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-info {padding: 16px;width: 100%;background: rgba(0, 0, 0, 0.90);backdrop-filter: blur(4px);transition: all 0.3s;}
.qlink-title { font-size: 18px;font-weight: 700;line-height: normal;color: #fff;letter-spacing: .5px;margin: 0;font-family: "Figtree", sans-serif;width: 100%;}
.qlink-text {color: #fff;font-size: 14px;font-weight: 400;line-height: 22px;transition: all .5s;}
.quick-link:hover:hover .qlink-text {margin-top: 8px;max-height: 500px;opacity: 1;transform: translateY(0);}
#quick-links .tns-controls button:first-of-type{ margin-left: -50px;}
#quick-links .tns-controls button:last-of-type{ margin-right: -50px;}

.section-header { margin-bottom: 40px; }
.section-heading {font-size: 48px;font-weight: 700;line-height: normal;color: #000;margin-bottom: 0;font-family: "Oswald", sans-serif;}

/* section about */
#about {padding: 72px 0;}
.about-text {color: #292D32;font-weight: 400;line-height: 24px;margin-top: 16px;}
#about .button {padding: 11px 17px;font-size: 14px;margin-top: 16px;}
.about-img {width: 100%;min-height: 480px;border-radius: 4px;}

/* section-news */
#news {padding-top: 72px;padding-bottom: 72px;width: 100%;background: var(--theme-noise-bg, linear-gradient(88deg, var(--Color-Brand-Color-2, rgba(255, 255, 255, 0.07)) 0%, var(--Color-Brand-Color-3, rgba(44, 44, 44, 0.07)) 100%), url(../images/news-bg.png)) center/cover no-repeat;}
#news .container {width: 1314px;}
#news-in {padding: 0 50px;}
#news .news-item {position: relative;border-radius: 4px;box-shadow: 0px 4px 18px 0px rgba(4, 31, 68, 0.05);transition: all 0.3s;}
#news .news-banner {position: relative;height: 220px;border-radius: 4px 4px 0 0;transition: all 0.3s;}
#homepage .news-info {background: #F5F7FA;border-radius: 0 0 4px 4px;display: flex;flex-direction: column;justify-content: space-between;}
#news .news-content {padding: 32px 20px;}
#homepage .news-date {font-size: 14px;font-weight: 400;line-height: 22px;color: #2C2C2C;text-transform: capitalize;}
#homepage .news-title {font-size: 20px;font-weight: 700;line-height: 28px;margin: 12px 0 0;color: #000;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis; 	font-family: "Noto Sans", sans-serif;}
#news .news-more {font-size: 14px;font-weight: 400;color: #000;padding: 12px 20px;background: linear-gradient(90deg, rgba(44, 44, 44, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), #F5F7FA;border-radius: 0 0 4px 4px;text-decoration: none;text-transform: uppercase;}
#news .news-more img {width: 16px}
#news .news-item:hover .news-more {background: #2C2C2C;color: #fff;}
#news .news-item:hover .news-more img {filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(6%) hue-rotate(135deg) brightness(104%) contrast(102%);}
#news .button {margin-top: 40px;}
#homepage #news .tns-ovh {
    padding: 15px;
    margin: -15px;
}
#news .tns-controls button:first-of-type{ margin-left: -50px;}
#news .tns-controls button:last-of-type{ margin-right: -50px;}

/* events style */
#events {padding: 72px 0;background: #F5F7FA;}
#events .button {margin-top: 40px;}


/* Brands Logos */
.logos-wrapper .logo-image { padding: 26.5px 0; }
.logos-wrapper .logo-image img { width: 250px; }
.logo { position: relative; display: inline-block; width: 100%; min-height: 200px; }
.logo:hover { background-color: #9E1B2A; }
.logo-image, .logo-content { transition: all 0.4s ease; }
.logo-image { transition: opacity 0.4s ease; }
.logo:hover .logo-image { opacity: 0; }
.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; text-transform: uppercase; background-color: transparent; border: 2px solid #ffffff; border-radius: 10px; padding: 19px 24px; text-decoration: none; }
.logo-btn:hover { color: #fff; text-decoration: none; }


/* section footer */
#footer { position: relative; background-color: #E0E0E0; }
#footer-top {background: #000;padding: 48px 0;}
.footer-logo {display: inline-block;width: 200px;}
.footer-title {color: #fff;font-size: 16px;font-weight: 700;line-height: 24px;margin-bottom: 16px;display: flex;align-items: center;gap: 8px;font-family: "Noto Sans", sans-serif;}
.footer-title img {width: 20px;}
.footer-col .footer-contact-link {display: block;font-size: 14px;font-weight: 400;line-height: 22px;color: #F5F7FA;text-decoration: none;margin-bottom: 4px;}
.footer-address .footer-contact-link {width: 122px;}
.footer-email-contact .footer-contact-link {text-decoration: underline;text-underline-offset: 1px;margin-bottom: 12px;}
.social-media-wrap {display: flex;align-items: center;gap: 16px;line-height: 1;}
.social-media-link img {width: 16px;}
#footer-bottom {background: #fff;padding: 16px 0;}
#footer-bottom-in {display: flex;align-items: center;justify-content: space-between;}
#revize {font-size: 14px;font-weight: 400;line-height: 22px;color: #000;}
#revize img {width: 32px;margin-right: 8px;}
#revize-link {font-size: 14px;font-weight: 400;color: #000;text-decoration: none;}
#revize-link:hover {text-decoration: underline;text-underline-offset: 2px;}
.footer-delimiter {position: relative;margin-right: 32px;font-size: 14px;color: #1E1E1E !important;text-decoration: none;font-weight: 400;}
.footer-delimiter::after {content: '';display: inline-block;width: 1px;height: 14px;background: #B8C1CC;right: -16px;top: 5px;position: absolute;}
.privacy-link {font-size: 14px;font-weight: 400;color: #000 !important;text-decoration: none;}

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

#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) {
	#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  */
	.sticky-header { position: fixed; top:0; width: 100%; z-index: 1024; }
	.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;}
	.site-header #nav>li:hover>a:not(.fa), .site-header #nav>li:hover>span:not(.fa) { background-color: rgba(255, 255, 255, 0.20); 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; right: 0; top: 100%; display: none; left: 0; right: 0; overflow: auto;width: 1056px;max-width: 100%;margin-left: auto;}
	#nav>li>ul.make-mage>.mega-scroll { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; padding: 0 40px 40px;column-gap: 35px; column-rule: 1px solid rgba(54, 61, 99, 0.3); background: #fff;border-radius: 0 0 4px 4px;background-repeat: no-repeat; background-position: center top; transition: all .3s ease-out; }
	.nav-content {padding: 16px 40px;background:#fff;}
	.nav-content .nav-title {color: #2C2C2C;font-size: 20px;font-weight: 700;line-height: 28px;text-transform: capitalize;}
	#nav>li>ul.make-mage>.mega-scroll>li{display: table;page-break-inside: avoid;}
	#nav li:hover>ul.make-mage>.mega-scroll ul{position:static;margin: -15px 0 15px;}
	#nav ul.make-mage a:not(.fa), #nav ul.make-mage span {font-size: 16px;font-weight: 700;line-height: 24px; text-transform: capitalize; color: #F5F7FA; display: block; margin-bottom: 16px;padding: 8px;background-color: #2C2C2C;border-radius: 4px;}
	#nav ul.make-mage a:not(.fa):hover, #nav ul.make-mage span:hover {background: #000;}
	#nav ul.make-mage ul a:not(.fa), #nav ul.make-mage ul span {font-size: 14px;line-height: 22px;font-weight: 400; color: #545C66; display: inline-block;background: none;margin: 0; padding: 8px;width: 100%; text-transform: capitalize;}
	#nav ul.make-mage ul a:not(.fa):hover, #nav ul.make-mage ul span:hover {background: rgba(0, 0, 0, 0.10);color: #292D32;font-weight: 700;}
	#nav .make-mage .focused .toggle2 { display: block; }
	.qlink-text {max-height: 0;opacity: 0;overflow: hidden;transform: translateY(10px);}


	.layout-table { table-layout: fixed; width: 100%; }
	.site-header #nav { display: flex;justify-content: center;gap: 20px;height: 80px;}
	#flyout>li:hover>ul {
        display: block;
    }
	#flyout ul {
        position: absolute;
        right: 100%;
        top: 0;
        width: 300px;
        z-index: 10;
        background: #2C2C2C;
		max-height: 300px !important;
		overflow: auto;
    }

	#flyout li:hover a,
	#flyout li:hover span {
		text-decoration: none;
		color: #000;
		text-decoration: underline;
		text-underline-offset: 3px;
	}
	#flyout li:hover ul a,
	#flyout li:hover ul span {color: #fff;text-decoration: none;}
	#flyout li ul li:hover a {text-decoration: underline;}

	#homepage.user-logged-in #header-bottom {height: auto;}
	#homepage.user-logged-in nav {padding-top: 30px;}

}

@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(255, 255, 255, 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: #2C2C2C;}
	.site-header #nav a, .site-header #nav span {border-radius: 0;}
	.site-header #nav li { position: relative !important; }
	.site-header #nav ul {background: rgba(0, 0, 0, 0.25); display: none;}
	.site-header #nav li a, .site-header #nav li span { font-size: 16px !important; color: #fff; 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; }

	.nav-content {display: none;}

	#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; }

	#info-toggle, #nav-toggle, #search-toggle {line-height: 42px;width: 42px;text-align: center;background: #fff;display: inline-block;color: #000;border-radius: 4px;margin-left: 5px;cursor: pointer;}

	#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: #000 !important; background: #fff; transform: none !important; }



	#freeform-wrap { padding-bottom: 48px; }
	#freeform-wrap .aside-bar { margin: 0 !important; padding: 0 !important; }
	#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: #000; }
	#flyout-header { display: none; }
	#flyout-toggle { background-color: #000; padding: 10px 15px; border-radius: 8px; font-size: 18px; color: #fff; text-transform: capitalize; font-weight: 700; cursor: pointer; }

	#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-top-right {flex-direction: column;}
	.header-contact ul {flex-wrap: wrap;justify-content: center;}
	.header-contact-link {font-weight: 600;}
	#search {top: calc(100% + 80px);left: 50%;right: unset;transform: translateX(-50%);}
	#search button {right: -1px;}
	.logo-wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }
	#logo {width: 130px;}
	#weather, .weather-text #translate-button {font-weight: 600;}
	#header-bottom-in {position: static;}
	.floating-share-btn { bottom: 20px; top: unset; transform: unset; }
	#site-plugin { bottom: 14px; }
	#ada-btn img { width: 27px; }
	#slider { height: 450px; }
	#slider .tns-controls {top: 50%;}
	#slider .tns-controls button:first-of-type { margin-left: 15px; }
	#slider .tns-controls button:last-of-type { margin-right: 15px; }

	#quick-links {padding: 48px 0 86px;}
	#quick-links-in {padding: 0;}
	#quick-links .tns-controls {display: flex;align-items: center;justify-content: center;gap: 10px;top: unset;bottom: -57px;}


	.about-img {min-height: 350px;}

	#news {padding: 64px 0;}
	#news-in {padding: 0;}
	#news .news-content {padding: 24px 15px;}
	#homepage .news-title {font-size: 18px;line-height: 26px;}
	#news .button {margin-top: 80px;}
	#news .tns-controls {top: unset;bottom: -70px;display: flex;justify-content: center;gap: 8px;}

	#events { padding: 64px 0; }

	.footer-logo {width: 170px;}
	.footer-col { width: 100%; text-align: center; }
	.footer-title {justify-content: center;}
	.footer-address .footer-contact-link {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; }

	#gomepage .news-info { padding: 24x 15px; }
	#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; }

	.section-heading {font-size: 32px;}
}

@media print {

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

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