/*-----------------------------------------------------------------------------------

	Theme Name: Hendry County Supervisor of Elections, FL
	Front-end developer: Saqlain
	Author Design: Mary Charara
	Author URI: https://www.revize.com/
	Date: 08/18/2025
-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* -----------------------------------------

#basic styles

-----------------------------------------*/

/* very important!!! Assign these colors */

:root {
	--brandcolor: #033769;
	--darkgray: #999;
	--lightgray: #ddd;
	--primary: #E0E0E0;
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
	color: #1A1A1A;
	-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: #1A1A1A; font-weight: 700; margin-bottom: 10px; line-height: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 48px; }
h2 { font-size: 40px; }
h3 { font-size: 36px;font-weight: 400; }
h4 { font-size: 32px;font-weight: 400; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
.header { font-size: 28px; color: var(--brandcolor); margin-bottom: 20px; }
.subheader { display: block; font-size: 40px; color: #005BB3; font-weight: 700; margin: 48px 0 20px; line-height: 60px; text-transform: capitalize; }
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; }


/* -----------------------------------------

#links

-----------------------------------------*/
a, a:visited { text-decoration: underline; -webkit-transition: color .3s ease, background .3s ease; -moz-transition: color .3s ease, background .3s ease; -o-transition: color .3s ease, background .3s ease; transition: color .3s ease, background .3s ease; color: #005BB3; } 
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}
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: 16px 20px; background: #033769; color: #fff; border: 0; border-radius: 10px; display: inline-block; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: capitalize; cursor: pointer; line-height: 1.3; vertical-align: middle; transition: all .3s; }
.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(180deg, #033769 0%, #005BB3 100%); 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: var(--brandcolor); 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: 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; bottom: 20px; left: 20px; margin: 0; background: #fff; color: #4D4D4D; border-radius: 10px; padding: 30px 30px 10px; font-size: 16px; font-weight: 400; width: 400px; line-height: 24px; display: flex; flex-direction: column; overflow: hidden; border: 0; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); }
.floating-alert h2 { color: #000; margin: 0 0 20px; font-size: 24px; font-weight: 700; line-height: 36px; }
.floating-alert p { margin: 0; }
.floating-alert p a { color: #033769; }
.alert-buttons { margin: 30px -20px 0; display: flex; gap: 10px; }
.alert-button { flex: 1; text-align: center; padding: 16px 20px; text-decoration: none; color: #FFF !important; font-size: 16px; font-weight: 700; line-height: 1.3; position: relative; border-radius: 10px; background: linear-gradient(180deg, var(--brand-brand-1, #033769) 0%, var(--brand-brand-3, #005BB3) 100%); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); }
.alert-button:hover { color: #fff; text-decoration: none; cursor: pointer; background: linear-gradient(180deg, #660105 0%, #96050C 100%); }
.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: 1342px; max-width: 100%; }
#main { position: relative; }
#doc-search-form .rz-doc-search-submit {padding: 4px 24px 4px 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;}
.rpfbids tr td {text-align: left;}
body.voter-registration #doc-search-form {margin-top: 182px;}

/* site-header */
.site-header { position: relative; width: 100%; z-index: 1024; background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); }
#header-top { background: #FFF; border-bottom: 1px solid #96050C; }
#header-top-in { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 60px; padding: 13px 0; }
.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: 10px; margin: 0; position: relative; }
.social-media-wrap::before { position: absolute; content: ''; background: #005BB3; width: 1px; height: 20px; top: 50%; left: -30px; transform: translateY(-50%); }
.social-media-link img { width: 16px; }
.social-media-link:hover img { filter: brightness(0) saturate(100%) invert(5%) sepia(88%) saturate(4853%) hue-rotate(351deg) brightness(111%) contrast(105%); }
#header-bottom { background-color: #fff;display: flex; justify-content: center; align-items: center; }
#header-bottom-in { display: flex; align-items: center; justify-content: space-between; height: 70px; }
#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-wrap {display: flex;align-items: center;gap: 10px;}
#logo {display: inline-block;width: 100px;}
.logo-detail span {display: block;}
.logo-detail span:first-child {color: #D11245;font-size: 20px;font-weight: 700;line-height: 36px;margin-bottom: 4px;padding-bottom: 4px;border-bottom: 1px solid #96050C;}
.logo-detail span:nth-child(2) {color: #1A1A1A;font-size: 16px;font-weight: 700;line-height: 30px;text-transform: uppercase;}
.logo-detail span:last-child {color: #005BB3;font-size: 12px;font-weight: 400;line-height: 21px;text-transform: uppercase;white-space: pre;}
.supervisor-img {width: 108px;height: 110px;margin-top: 10px;}
.header-right {flex-direction: column;}

/*base nav styles*/
#nav .fa:before { font-family: 'FontAwesome' !important; }
.site-header nav {position: static !important;min-width: 0 !important;}
.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: 14px; font-weight: 700; line-height: 18.2px; color: #0B2240; display: block; text-transform: capitalize; text-decoration: none; padding: 10px 20px; transition: all 0.3s; z-index: 1; }
.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: 8px; border: none; padding: 0; background-color: transparent; display: flex; align-items: center; font-size: 12px; font-weight: 700; line-height: 15.6px; color: #033769; transition: all 0.3s; position: relative; }
#translate-button:hover { color: #660105; }
#translate-button img { width: 24px; }
#translate-button:hover img { filter: brightness(0) saturate(100%) invert(5%) sepia(88%) saturate(4853%) hue-rotate(351deg) brightness(111%) contrast(105%); }

/* search */
#search { height: 38px; }
#search form { position: relative; width: 100%; height: 100%; margin: 0; }
#search label { margin: 0; line-height: 15.6px; font-size: 14px; font-weight: bold; color: #0B2240; display: block; margin-right: 35px; }
#search input { padding: 4px 10px 4px 45px; background: #E4EEFA; border: none; border-radius: 19px 0 0 19px; width: 100%; height: 100%; font-size: 12px; font-weight: 700; color: #0B2240; transition: all 0.3s; }
#search input::-webkit-input-placeholder { color: #0B2240; }
#search input:-moz-placeholder { color: #0B2240; }
#search input::-moz-placeholder { color: #0B2240; }
#search input:-ms-input-placeholder { color: #0B2240; }
#search button { position: absolute; left: 2px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border: 2px solid #E4EEFA; border-radius: 50%; background: linear-gradient(180deg, #033769 0%, #005BB3 100%); border: none; padding: 0; }
#search button:hover { background: linear-gradient(180deg, #660105 0%, #96050C 100%); }
#search button img { width: 18px; }


/* -----------------------------------------

#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-wrapper { padding: 48px 0; }
#freeform-wrapper .aside-bar { padding: 0; }
#freeform:not(.fullwidth) #entry { padding: 0 0 48px 24px; }
#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; background: #FFF; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); margin-top: 10px; z-index: 1; }
#flyout-header { font-size: 24px; color: #FFF; font-weight: 600; line-height: 36px; margin: 0; text-transform: uppercase; background: linear-gradient(180deg, var(--brand-brand-1, #033769) 0%, var(--brand-brand-3, #005BB3) 100%); padding: 17px 32px; border-radius: 10px 10px 0 0; text-align: center; }
#flyout { position: relative; margin: 20px 0 0; padding: 0; z-index: 1; border-radius: 10px; }
#flyout li { position: relative; margin: 0; padding: 0; list-style: none; }
#flyout a, #flyout span { display: block; font-size: 16px; font-weight: 700; color: #1A1A1A; line-height: 24px; padding: 20px 40px; text-transform: capitalize; text-decoration: none; transition: all 0.3s; }
#flyout ul { padding: 0; margin: 0; display: none; }
#flyout ul a, #flyout ul span { font-size: 14px; padding: 20px 40px; font-weight: 400; line-height: 21px; margin: 0; color: #1A1A1A; border-bottom: 1px solid rgba(0, 0, 0, .15) !important; }
#flyout ul li { padding: 0; margin: 0; }


#hours-wrap { position: relative; margin-top: 10px; background: #FFF; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); z-index: 1; }
#hours-wrap .box-inner { padding: 15px 32px 30px; }
#hours-wrap ul { padding: 0; margin: 0; list-style-type: none; }
#hours-wrap ul li { font-size: 14px; padding: 15px 0; margin: 0; }
#hours-wrap ul li:not(:last-child) { border-bottom: 1px solid #E4EEFA; }
#hours-wrap .day { display: inline-block; width: 40px; font-size: 16px; color: #033769; font-weight: 700; line-height: 20.8px; margin-right: 8px; text-transform: uppercase; }
#hours-wrap .time { color: #4D4D4D; font-size: 16px; font-weight: 400; line-height: 24px; }

#breadcrumbs { margin-bottom: 48px; }
#breadcrumbs ul { margin: 0; padding: 0; list-style: none; text-transform: capitalize; }
#breadcrumbs ul li { display: inline-block; margin: 0; position: relative; margin-right: 52px; font-size: 14px; color: #96050C; font-weight: 400 !important; line-height: 21px; text-transform: capitalize; }
#breadcrumbs ul li:last-child { margin-right: 0; }
#breadcrumbs a { display: inline-block; position: relative; font-size: 14px; color: #033769; font-weight: 700; line-height: 21px; text-decoration: none; }
#breadcrumbs ul li:not(:last-of-type)::after { content: '\f0da'; font-family: 'FontAwesome'; font-size: 13px; position: absolute; top: 50%; transform: translateY(-50%); margin: 0 26px; color: #1A1A1A; }

.col-xs-12 { width: 100%; }

.freeform-box-header { color: #fff; font-size: 24px; font-weight: 700; line-height: 36px; text-transform: uppercase; background: linear-gradient(180deg, var(--brand-brand-1, #033769) 0%, var(--brand-brand-3, #005BB3) 100%); text-align: center; padding: 17px 32px; margin: 0; border-radius: 10px 10px 0 0; }
#page-title { font-size: 48px; color: #1A1A1A; font-weight: 700; line-height: 72px; text-transform: capitalize; margin-bottom: 8px; }

#contact-wrap { background: #fff; border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); position: relative; z-index: 1; }
#contact-wrap .contact-profile-wrap { display: flex; flex-direction: column; align-items: center; }
#contact-wrap .box-inner { border-radius: 0 0 10px 10px; padding: 20px 32px 30px; }
.profile-img { width: 126px; height: 126px; margin-bottom: 20px; border-radius: 50%; border: 10px solid #96050C; }
.contact-name { color: #1A1A1A; font-size: 18px; font-weight: 700; line-height: 27px; margin: 0; }
.contact-position { display: block; color: #4D4D4D; font-size: 14px; font-weight: 400; line-height: 21px; margin-top: 3px; text-transform: capitalize; }
#contact-info { margin: 40px 0 0 0; padding: 0; list-style: none; }
#contact-info li { margin-bottom: 20px; }
#contact-info li, #contact-info .contact-link { color: #1A1A1A; font-size: 14px; font-weight: 400; line-height: 21px; text-decoration: none; transition: all 0.3s; display: flex; align-items: center; gap: 12px; }
#contact-info li:hover .contact-link { text-decoration: underline; }
#contact-info li img { width: 24px; }
#contact-info li:hover img { filter: brightness(0) saturate(100%) invert(12%) sepia(78%) saturate(4029%) hue-rotate(340deg) brightness(103%) contrast(103%); }
.contact-text { color: #1A1A1A; line-height: 21px; font-size: 14px; }

#post blockquote { position: relative; font-size: 18px; line-height: 27px; color: #033769; font-weight: 700; padding: 40px 60px; margin: 48px 0; border-radius: 68px 0 0 68px; }
#post blockquote .blockquote-bg {position: absolute;top: 0;left:0;right: 0;background: #E4EEFA;border-radius: 68px 0 0 68px;height: 100%;z-index: -1;}

/* #post h3 {color: #1A1A1A;font-size: 36px;font-weight: 400;}
#post h4 {color: #1A1A1A;font-size: 32px;font-weight: 400;}
#post h5 {color: #1A1A1A;font-size: 24px;font-weight: 700;}
#post h6 {color: #1A1A1A;font-size: 20px;font-weight: 700;} */


/* -----------------------------------------

#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: 1021; top: 50%; transform: translateY(-50%); right: 0; border: 0; background: #033769; border: 2px solid #fff; border-right: none; border-radius: 4px 0 0 4px; width: 45px; height: 45px; 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; }


/* site-plugin */
#ada-plugin {position: fixed;z-index: 1021;bottom: 21px;left: 10px;border-radius: 48px;}
body #userwayAccessibilityIcon {display: none !important;}
#ada-btn {width: 50px;height: 50px;background-color: #033769;border: 2px solid #fff;border-radius: 50%;padding: 0;}
#ada-btn img {width: 30px;}


/* -----------------------------------------

#slider

-----------------------------------------*/

#slider { position: relative; height: 700px; z-index: 1; }
#homepage #slider { overflow: hidden; }
#freeform #slider .tns-outer, #homepage.tiny-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: 50px; }
#slider .tns-controls button:last-of-type { margin-right: 50px; }
.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%); z-index: 1;}
.tns-controls button { background: transparent; padding: 0; width: 40px; color: #fff; border: 0; transition: all 0.3s; }
.tns-controls button img { width: 40px; }
.tns-controls button:hover img { filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(3821%) hue-rotate(332deg) brightness(82%) contrast(102%); }
.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; }
#homepage #slider .slider-bg-img { opacity: 15%;height: 100%; }

#slider-caption { position: absolute; top: 70px; left: 50%; transform: translateX(-50%); z-index: 2; }
.slider-title { position: relative; color: #005BB3; font-size: 48px; font-weight: 700; line-height: 72px; text-align: center; margin-bottom: 0; }
.slider-title span { color: #D11245; }
#imagesSlider {position: absolute;top: 100px;left: 50%;transform: translateX(-50%);}
#imagesSlider .container {width: 1390px;}
#imagesSlider .tns-controls {display: none;}
.tiny-slide-item {padding-top: 103px;padding-bottom: 103px;}
.slider-images .slider-img {position: relative;border-radius: 50%;width: 444px;aspect-ratio: 1 / 1;border: 10px solid #fff;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);transition: all 0.3s;transform-origin: top;}
.slider-wave {position: absolute;width: 100%;height: 84px;left: 0;bottom: 0;z-index: 3;}
.leaf-left {position: absolute;left: 0;bottom: 0;width: 266px;height: 365px;}
.leaf-right {position: absolute;right: 0;bottom: 0;width: 266px;height: 365px;}
#homepage #slider::before {position: absolute;content: '';background: url(../images/frog-left.png) center/cover no-repeat;width: 73px;height: 87px;left: 10px;bottom: 26px;z-index: 4;}
#homepage #slider::after {position: absolute;content: '';background: url(../images/frog-right.png) center/cover no-repeat;width: 73px;height: 87px;right: 10px;bottom: 26px;z-index: 4;}
.first-qlink .slider-img {margin-top: 100px;}
.last-qlink .slider-img {margin-top: 100px;}
.center-qlink .slider-img {transform: scale(1.45);position: relative;z-index: 1;}


/* section quick-links */
#quick-links { position: relative; padding-bottom: 70px; }
#quick-links-in { padding: 0 64px; }
.quick-link { position: relative; padding: 20px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px 10px 10px; text-decoration: none; }
.quick-link:hover { text-decoration: none; }
.qlink-icon-box { background: linear-gradient(180deg, #033769 0%, #005BB3 100%); border-radius: 50%; width: 70px; height: 70px; outline: 3px solid #96050C; outline-offset: 10px; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.qlink-icon-box img { width: 30px; }
.quick-link:hover .qlink-icon-box { background: linear-gradient(180deg, #660105 0%, #96050C 100%); outline-color: #005BB3; }
.quick-link .qlink-title { color: #000; font-size: 16px; font-weight: 700; line-height: 20.8px; margin: 25px 0 0; }
#quick-links .tns-controls {z-index: 0;}
#quick-links .tns-controls button:first-of-type { margin-left: -64px; }
#quick-links .tns-controls button:last-of-type { margin-right: -64px; }


.section-header { margin-bottom: 40px; }
.section-heading { color: #005BB3; font-size: 48px; font-weight: 700; line-height: 72px; margin-bottom: 0; text-transform: capitalize; }
.section-heading span { color: #D11245; }
#news .button, #events .button, #welcome .button {background: #fff;color: #033769;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10)}
#news .button:hover, #events .button:hover {color: #fff;background: linear-gradient(180deg, var(--brand-brand-1, #033769) 0%, var(--brand-brand-3, #005BB3) 100%);}

/* section-news */
#news { padding: 70px 0; position: relative; z-index: 1; }
#news-in { position: relative; }
#homepage #news .news-item { position: relative; display: flex; align-items: flex-start; padding: 10px 20px 10px 10px; border-radius: 40px 10px 10px 10px; background: linear-gradient(270deg, #033769 0%, #005BB3 100%); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); text-decoration: none; }
#homepage #news .news-item:hover { background: linear-gradient(90deg, #96050C 0%, #660105 100%); }
#homepage .news-info { padding: 10px 20px; transition: all 0.3s; border-radius: 0 0 8px 8px; background: none; }
#homepage .news-date-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #E4EEFA; border-radius: 50%; max-width: 70px; width: 100%; height: 70px; transition: all 0.3s; }
#homepage .news-date-wrap .news-month { color: #033769; font-size: 12px; font-weight: 700; line-height: 15.6px; text-transform: uppercase; margin-bottom: 3px; }
#homepage .news-date-wrap .news-date { color: #033769; font-size: 24px; font-weight: 700; line-height: 25px; }
#homepage #news .news-item:hover .news-date-wrap { background: #fff; }
#homepage #news .news-item:hover .news-date-wrap .news-month, #homepage #news .news-item:hover .news-date-wrap .news-date { color: #660105; }
#homepage .news-title { color: #FFF; font-size: 20px; font-weight: 700; line-height: 30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; margin: 0; }
#homepage .news-more { display: flex; align-items: center; margin-top: 15px; color: #FFF; font-size: 12px; font-weight: 400; line-height: 16px; text-decoration: none; text-transform: capitalize; gap: 5px; }
#homepage .news-more img { width: 16px; opacity: 0; transition: all 0.3s; }
#homepage #news .news-item:hover .news-more img { opacity: 1; }
#news .tns-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; width: fit-content; margin-left: auto; top: unset; transform: unset; bottom: -61px; right: 0; }
.news-wave {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}

/* events style */
#events { position: relative; background: #FFFAED; padding: 70px 0; z-index: 1; }
.event-bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 30%; z-index: -1; }
#events .section-header { margin-bottom: 50px; position: relative; z-index: 2; }
#events .button { color: #005BB3; }
#event-tabs { position: relative; display: flex; justify-content: space-between; gap: 10px; width: 100%; }
#event-tabs .event-tab { position: relative; display: inline-block; flex: 1; border-radius: 10px; background: #E4EEFA; padding: 21px 54px; font-size: 16px; font-weight: 700; line-height: 20.8px; color: #000; text-align: center; text-transform: capitalize; transition: all 0.3s; cursor: pointer; }
#event-tabs .event-tab.active { background: linear-gradient(180deg, #033769 0%, #005BB3 100%); color: #fff; }
.event-wave { position: absolute; top: 0; left: 0; width: 100%; height: 180px; }

/* welcome style */
#welcome { position: relative; padding: 70px 0 78px; background: linear-gradient(270deg, var(--brand-brand-1, #033769) 0%, var(--brand-brand-3, #005BB3) 100%); z-index: 1; }
.welcome-bg-img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 5%; z-index: -1; }
.welcome-detail { max-width: 777px; }
#welcome .section-heading { color: #fff; line-height: 65px; }
#welcome .section-subheading { color: #fff; font-size: 36px; line-height: 45px; font-weight: 400; margin: 0; }
.welcome-text { color: #fff; font-size: 16px; font-weight: 400; line-height: 24px; margin-top: 40px; }
#welcome .button { margin-top: 40px; }
#welcome .button:hover { color: #fff; background: linear-gradient(180deg, #660105 0%, #96050C 100%); }
.welcome-img { position: absolute; width: 483px; height: 100%; top: 0; right: 0; bottom: 0; border-radius: 244px 0 0 244px; }

/* section footer */
#footer { position: relative; z-index: 1; }
#footer-top { position: relative; background: linear-gradient(180deg, var(--brand-brand-2, #96050C) 0%, var(--brand-brand-4, #660105) 72.29%); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); padding: 13px 0; z-index: 1; }
.footer-top-in {display: flex;align-items: center;gap: 94px;}
.footer-logo {width: 110px;display: block;}
.footer-top-right {display: flex;align-items: center;justify-content: space-between;}
.footer-col {padding: 0 68px;position: relative;}
.footer-col:first-child {padding-left: 0;}
.footer-col:last-child {padding-right: 0;}
.footer-col:first-child::after {display: none;}
.footer-col::after {position: absolute;content: '';background: rgba(240, 242, 246, 0.50);width: 1px;height: 36px;top: 50%;left: 0;transform: translateY(-50%);}
.footer-office-contact {display: flex;align-items: center;gap: 10px;}
.footer-title {color: #fff;font-size: 12px;font-weight: 700;line-height: 15.6px;margin: 0;}
.footer-icon-box {max-width: 30px;width: 100%;height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: #033769;border: 1px solid #fff;}
.footer-icon-box img {width: 14px;}
.footer-col:hover .footer-icon-box {background-color: #D11245;}
.footer-col:hover a {text-decoration: underline;}
.footer-office-detail a {color: #fff;font-size: 14px;font-weight: 400;line-height: 150%;text-decoration: none;}
#footer-bottom { background: #033769; position: relative; padding: 14px 0; }
#revize { font-size: 14px; font-weight: 400; line-height: 21px; color: #fff; text-align: center; font-family: "Open Sans", sans-serif; }
#revize img { width: 24px; margin-right: 6px; }
#revize-link { color: #fff; font-family: "Poppins", sans-serif; font-weight: 700; text-transform: capitalize; text-decoration: none; }
.footer-delimiter { color: #fff !important; text-decoration: none; margin-left: 12px; position: relative; }
.footer-delimiter::before { position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 1px; height: 70%; background: #fff; left: -7px; }


/* -----------------------------------------

#media queries

-----------------------------------------*/

@media only screen and (max-width:1500px) {
	.site-header .logo-wrap {padding-left: 15px !important;}
}

@media only screen and (max-width:1350px) {
	.logo-wrap {gap: 12px;}
	#logo {width: 86px;}
	.logo-detail span:first-child {font-size: 21px;}
	.logo-detail span:last-child {font-size: 12px;}
	.site-header #nav a, .site-header #nav span {font-size: 13px;padding: 10px 16px;}
	.slider-images .slider-img:first-child, .slider-images .slider-img:last-child {width: 360px;}
	.slider-images .slider-img:nth-child(2) {width: 580px;}
	.footer-top-in {gap: 78px;}
	.footer-col {padding: 0 54px;}
}

@media only screen and (max-width:1200px) {
	.supervisor-img {display: none;}
	.site-header .logo-wrap {padding-right: 10px;}
	#logo {width: 60px;}
	.logo-detail span:first-child {font-size: 18px;}
	.logo-detail span:nth-child(2) {font-size: 14px;}
	.logo-detail span:last-child {text-transform: capitalize;}
	.site-header #nav a, .site-header #nav span {padding: 10px;}
	.slider-images .slider-img:first-child, .slider-images .slider-img:last-child {width: 303px;}
	.slider-images .slider-img:nth-child(2) {width: 526px;}
	.slider-title {font-size: 40px;line-height: 64px;}
	.footer-logo {width: 94px;}
	.footer-top-in {gap: 44px;}
	.footer-col {padding: 0 32px;}
}


@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 .toggle {display: inline-block;position: absolute;top: 27px;right: 20px;border: none;text-decoration: none !important;font-size: 12px;line-height: 1;padding: 0;color: #1A1A1A;transition: all .3s;}
	#flyout .toggle::before {content: '\f0d7';font-family: "FontAwesome";}
	#flyout li.active .toggle::before {content: '\f0d8';}

	/* base nav styles  */
	.site-header .logo-wrap { background-color: #fff; height: 120px; margin-top: -50px; border-right: 5px solid #005BB3; }
	.site-header nav { margin-left: auto; padding-right: 10px;max-width: 800px; }
	.site-header #nav { display: flex; justify-content: center; height: 70px; }
	.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) { color: #96050C; }
	#nav>li:not(:last-child)>a:first-child::before, #nav>li:not(:last-child)>span:first-child::before { position: absolute; content: ''; top: 50%; transform: translateY(-50%); right: 0; width: 1px; height: 18px; background: #005BB3; }
	.site-header #nav>li>a:not(.fa)::after, .site-header #nav>li>span:not(.fa)::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; background: #005BB3; width: calc(100% - 42px); height: 0; transition: all 0.3s; }
	.site-header #nav>li:hover>a:not(.fa)::after, .site-header #nav>li:hover>span:not(.fa)::after { height: 5px; }

	/* 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: 100%; -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; column-gap: 54px; display: none; padding: 60px; margin: 0 auto; width: 1090px; max-width: 100%; border-radius: 0 0 10px 10px; background: #033769; }
	.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; }
	#nav ul.make-mage a:not(.fa), #nav ul.make-mage span { color: #FFF; font-size: 14px; font-weight: 700; line-height: 21px; padding: 14.5px 30px; margin: 0px; text-transform: capitalize; display: block; width: 100%; border-top: 1px solid #E4EEFA; font-family: "Poppins", sans-serif; }
	#nav ul.make-mage a:not(.fa):hover, #nav ul.make-mage span:hover { background: #660105; color: #FFF; border-top-color: #660105; }
	#nav ul.make-mage ul a:not(.fa), #nav ul.make-mage ul span { color: #FFF; font-size: 12px; font-weight: 400; line-height: 18px; display: inline-block; width: 100%; padding: 15px 30px; border: none; margin: 0px; text-transform: capitalize; font-family: "Open Sans", sans-serif; }
	#nav ul.make-mage ul a:not(.fa):hover, #nav ul.make-mage ul span:hover { color: #FFF; }
	#nav .make-mage .focused .toggle2 { display: block; }

	.layout-table {table-layout: fixed;width: 100%;}

	#flyout ul li:last-child a {border-bottom: none;}
	#flyout ul a:hover, #flyout ul span:hover {text-decoration: underline;}
	#flyout li ul li:hover a {background: #FFFAED;color: #660105;text-decoration: underline;}
	#flyout li.active>a:not(.fa) {background: #96050C;color: #fff;}
	#flyout li.active .toggle {color: #fff;}

	.footer-col {width: 33.33%;}

	#homepage.user-logged-in .social-media-wrap {padding-left: 110px;}
	#homepage.user-logged-in #header-bottom-in, #homepage.user-logged-in #nav {height: auto;}
	#homepage.user-logged-in nav {padding-top: 30px;}
	#homepage.user-logged-in #news-in, #homepage.user-logged-in .welcome-detail, .user-logged-in #contact-wrap, .user-logged-in #flyout-wrap, .user-logged-in #hours-wrap {padding-top: 44px;}
	#homepage.user-logged-in #event-tabs .rz-btns-container {top: -24px !important;}
	#homepage.user-logged-in .footer-col {padding-top: 44px;}
}

@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 #nav { position: absolute; left: 0; top: 100%; width: 100%; background: #033769; }
	.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: 600; }
	.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; }

	#info-toggle, #nav-toggle, #search-toggle { line-height: 36px; width: 36px; font-size: 14px; text-align: center; background: #fff; display: inline-block; color: #155263; 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; color: #fff; }


	.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; }
	#freeform:not(.fullwidth) #entry { padding: 0; }
	#post blockquote { padding: 32px 15px; }
	#post blockquote .blockquote-bg { border-radius: 0; }
	#page-title { font-size: 28px; line-height: 42.6px; }
	.subheader { font-size: 22px; margin: 24px 0 32px; }
	.freeform-box-header { font-size: 20px; padding: 12px 15px; }
	#flyout-wrap { padding: 0; background: linear-gradient(180deg, var(--brand-brand-1, #033769) 0%, var(--brand-brand-3, #005BB3) 100%); }
	#flyout-header { display: none; }
	#flyout-toggle { background: linear-gradient(180deg, var(--brand-brand-1, #033769) 0%, var(--brand-brand-3, #005BB3) 100%); padding: 10px 15px; border-radius: 8px; font-size: 18px; color: #fff; text-transform: capitalize; font-weight: 700; cursor: pointer; }
	#flyout-toggle.active { border-radius: 8px 8px 0 0; }
	#contact-wrap .box-inner, #hours-wrap .box-inner { padding: 32px 15px; }
	#resource-wrap .resource-link { font-size: 16px; }

	.sticky-header { position: relative; }
	#header-top { padding: 16px 0; border-bottom: 1px solid #fff; display: none; }
	#header-top-in { flex-direction: column; justify-content: center; gap: 16px; height: auto; padding: 0; }
	.social-media-wrap::before { display: none; }
	#header-bottom { background: #033769; }
	.site-header .logo-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; padding: 0 !important; margin: 0 !important; gap: 0; }
	.logo-detail { display: none; }
	#logo { width: 64px; }
	#header-bottom-in { position: static; }
	.header-right { flex-direction: row; gap: 16px; position: absolute;top: 100%;left: 0;width: 100%;padding: 15px;background: #033769;border-top: 1px solid #fff;}
	#search {margin: 0 !important;width: 100%;}
	#search input {border-radius: 19px;}

	#slider { height: 450px; }
	.slider-title { line-height: 64px; }
	.slider-title span { display: block; }
	.slider-images-gallery { display: none; }
	#slider .tns-controls button:first-of-type { margin-left: 15px; }
	#slider .tns-controls button:last-of-type { margin-right: 15px; }
	.slider-shape { height: 60px; }
	.slider-wave { display: none; }
	.leaf-left, .leaf-right { display: none; }
	#homepage #slider::before, #homepage #slider::after { display: none; }


	#quick-links {padding: 64px 0;}
	#quick-links-in {padding: 0 50px;}
	#quick-links .tns-controls button:first-of-type {margin-left: -50px;}
	#quick-links .tns-controls button:last-of-type {margin-right: -50px;}

	#news {padding: 64px 0 96px;background: linear-gradient(90deg, var(--brand-brand-6, #E4EEFA) 0%, var(--brand-brand-5, #FFFAED) 100%);}
	.news-wave {display: none;}

	.event-wave {display: none;}
	#event-tabs {margin-bottom: 16px;flex-wrap: wrap;justify-content: center;}
	#event-tabs .event-tab {padding: 16px 24px;}

	.welcome-img {display: none;}
	#welcome .section-subheading {font-size: 28px;line-height: 38px;}

	#footer-top {padding: 48px 0 0;}
	.footer-top-in {flex-direction: column;}
	.footer-top-right {flex-direction: column;}
	.footer-col {padding: 0;margin-bottom: 32px;width: 100%;}
	.footer-col::after {display: none;}

	#homepage.user-logged-in .section-header, #homepage.user-logged-in .welcome-detail, #homepage.user-logged-in .footer-col {padding-top: 44px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.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;}

	.slider-title {font-size: 32px;line-height: 46px;}

	.section-heading {font-size: 40px;line-height: 60px !important;}

	#homepage #news .news-item {flex-direction: column;padding: 24px 15px;}
	#homepage .news-info {padding: 0;}
	#homepage .news-title {margin-top: 16px;font-weight: 600;}

}

/* 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) {
	.section-heading {font-size: 28px;line-height: 38px !important;}
	.slider-title {font-size: 24px;line-height: 36px;}
	#welcome .section-subheading {font-size: 20px;line-height: 28px;}
}

@media print {

	#slider,
	footer,
	#breadcrumbs,
	#flyout-wrap,
	.floating-share-btn,
	.e-notify,
	.site-header {
		display: none !important
	}

	a[href]:after {
		content: none !important
	}
}