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

	Theme Name: Red Lake County MN
	Front-end developer: Saqlain
	Author Design: Mary Charara
	Author URI: https://www.revize.com/
	Date: 06/03/2025
-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

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

#basic styles

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

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

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

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.375;
	font-family: "Montserrat", 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: normal; margin-bottom: 20px; line-height: 1.2; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 48px; }
h2 { font-size: 40px;}
h3 { font-size: 36px;}
h4 { font-size: 32px;}
h5 { font-size: 24px;}
h6 { font-size: 20px;}
.header { font-size: 28px; color: var(--brandcolor); margin-bottom: 20px; }
.subheader { display: block; font-size: 40px; line-height: 52px; color: #0D4779; font-weight: 700;letter-spacing: -0.4px; margin: 0 0 12px; }
p { margin: 0 0 20px 0; }
em { font-style: italic; }
strong, b { font-weight: bold; }
small { font-size: 80%; }
hr { border: solid var(--lightgray); border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


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

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

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

#links

-----------------------------------------*/
a, a:visited { text-decoration: underline; -webkit-transition: color .3s ease; -moz-transition: color .3s ease; -o-transition: color .3s ease; transition: background .3s ease; -webkit-transition: background .3s ease; -moz-transition: background .3s ease; -o-transition: background .3s ease;color: #043056;}
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 12px 20px; background: #0D4779; color: #fff; border: 0; border-radius: 15px; display: inline-block; font-size: 14px; font-weight: 700;letter-spacing: -0.14px; text-decoration: none; text-transform: capitalize; cursor: pointer; line-height: 1; vertical-align: middle; transition: all .3s;border-bottom: 4px solid #0D4779; }
.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: #0D4779; color: #fff;border-bottom: 4px solid var(--brand-brand-2, #CB2227);}
.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; margin: 0; left: 64px; background: #fff;color: #4D4D4D;padding: 30px;font-size: 16px;font-weight:400;letter-spacing: -0.16px;line-height: 20.8px;width: 420px; border-radius: 20px; display: flex; flex-direction: column; overflow: hidden; border: 0;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20); }
.floating-alert h2 { color: #000; margin: 0 0 15px; font-size: 24px; font-weight: 700; line-height: 31.2px;letter-spacing: -0.24px; }
.floating-alert p { margin: 0; }
.floating-alert p a { color: #efecec; }
.alert-buttons { margin: 30px 0 0;display: flex;gap: 5px; }
.alert-button {flex: 1; text-align: center;background: #D1E6F9;padding: 14.5px 6px 10.5px;border-bottom: 4px solid transparent;border-radius: 15px;text-decoration: none; color: #0D4779 !important; font-size: 14px; font-weight: 700;letter-spacing: -0.14px; line-height: 1.5; }
.alert-button:hover { background: #0D4779; color: #fff !important;border-bottom-color: #CB2227; text-decoration: none; cursor: pointer; }
.floating-alert.fade:not(.show) { display: none; }


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

#rz edit

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

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

#main

-----------------------------------------*/
#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; }
#userwayAccessibilityIcon {position: relative;background: none;}
#userwayAccessibilityIcon::before {position: absolute;content: '';background: #CB2227;border-radius: 50%;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;}
#userwayAccessibilityIcon:hover::before {opacity: 1;}
.uiiw {position: relative;z-index: 1;}
#doc-search-form .rz-doc-search-submit {padding: 10px 24px 8px 24px !important;border-radius: 0 !important;}
.rz-block-img[style="background: url('_assets_/images/logo.png') center center / cover no-repeat;"]{background-size:50% !important;background-position:center center !important}
.rz-block-img[style="background: url('_assets_/images/logo.png') center center / cover no-repeat;"]:after{background: linear-gradient(to bottom, rgba(2, 16, 37, 0.96) 0%, rgba(126, 133, 144, 0.04) 22%, rgba(255, 255, 255, 0.04) 100%) !important;}
.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; }

/* site-header */
.site-header {background-color: #fff;position: relative; z-index: 1020; }
.site-header .container {width: 1393px;}
#homepage.user-logged-in .social-media-wrap {padding-top: 44px;}
.social-media-wrap { display: flex; align-items: center; justify-content: center; gap: 8px; }
.social-media-link {position: relative;}
.social-media-link::after {position: absolute;content: '';background-color: #CB2227;width: 0;height: 4px;bottom: -16px;left: 0;transition: all 0.3s;opacity: 0;}
.social-media-link:hover::after {width: 100%;opacity: 1;}
.social-media-link img { width: 16px; }
#header-in {display: flex; align-items: center; justify-content: space-between; height: 90px; }
#logo {display: flex;gap: 12px;margin-top: 51px;}
.logo-img {width: 112px;transition: all 0.5s;}
.logo-text {width: 150px;margin-top: 12px;}
.header-right {position: relative;display: flex;align-items: center;gap: 20px;}


/*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: #043056; display: block; text-transform: capitalize; text-decoration: none; padding: 12px 18px; z-index: 1; transition: all 0.3s;letter-spacing: -0.14px;}
.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 {padding: 8px 8px 4px 8px;width: 121px;border: none;border-bottom: 4px solid #0D4779;background-color: #0D4779;border-radius: 12px;font-size: 12px;font-weight: 700;line-height: 1; letter-spacing: -0.12px;color: #fff; transition: all 0.3s; }
#translate-button img { width: 24px;margin-left: 4px; }
#translate-button:hover { border-bottom-color: #CB2227;}


/* search */
.search-toggle {display: flex;align-items: center;gap: 8px;padding: 8px 16px;background: #F6FBFF;border-radius: 12px;font-size: 12px;font-weight: 700;color:#043056;letter-spacing: -0.12px;cursor: pointer; }
.search-toggle img { width: 24px; }
.search-toggle:hover img {filter: brightness(0) saturate(100%) invert(65%) sepia(100%) saturate(4749%) hue-rotate(188deg) brightness(87%) contrast(84%);}
#search { position: absolute;top: 78px;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: 5px; width: 100%; height: 100%; font-size: 16px; font-weight: 400; color: #191919; transition: all 0.3s; }
#search input::-webkit-input-placeholder { color: #191919; }
#search input:-moz-placeholder { color: #191919; }
#search input::-moz-placeholder { color: #191919; }
#search input:-ms-input-placeholder { color: #191919; }
#search button { position: absolute; right: 0; width: 44px; height: 100%; border-radius: 0 5px 5px 0; background: #0D4779;border: 2px solid #fff; padding: 0; }
#search button img {width: 24px;filter: brightness(0) saturate(100%) invert(100%) sepia(27%) saturate(259%) hue-rotate(326deg) brightness(107%) contrast(101%);}



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

#inner

-----------------------------------------*/
body.user-logged-in aside .has-edit-buttons.yes-has-edit-buttons {min-height: 45px;}
body:not(.user-logged-in) #flyout-wrap.hide-box, body:not(.user-logged-in) #contact-wrap.hide-box, body:not(.user-logged-in) #staff-wrap.hide-box, body:not(.user-logged-in) #hours-wrap.hide-box {display: none;}
body:not(.user-logged-in) .hide-left-box {display: none;}
body:not(.user-logged-in) #freeform-wrapper .col-lg-3.hide-left-box + .col-lg-9 {flex: 100% !important;max-width: 100% !important;}
#freeform-wrapper {padding: 48px 0;}
#freeform-wrap {background: linear-gradient(0deg, var(--brand-brand-5, #F6FBFF) 0%, var(--brand-brand-8, #FFF) 100%);padding: 48px 0;}
#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}
#flyout-wrap {position: relative;border-radius: 20px;background: #FFF;padding: 10px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);margin-top: 10px;z-index: 1;}
#flyout-header {background: #0D4779;padding: 10px;font-size: 20px;color: #ffffff;font-weight: 700;margin-bottom: 15px;text-transform: capitalize;border-radius: 15px;line-height: 26px;letter-spacing: -0.2px;}
#flyout {position: relative;;margin: 0;padding: 16px 0;z-index: 1;}
#flyout li {position: relative;margin: 0 0 10px;padding: 0;list-style: none;z-index: 10;}
#flyout a,
#flyout span {display: block;text-decoration: none;font-size: 14px;font-weight: 700;color: #043056;padding: 14px 20px;border-radius: 15px 15px 0 0;line-height: 18.2px;letter-spacing: -0.14px;text-transform: capitalize;transition: all 0.3s;}
#flyout ul {padding: 0;margin: 0;display: none}
#flyout ul a,
#flyout ul span {color: #043056;font-size: 12px;font-weight: 400;line-height: 15.6px;letter-spacing: -0.12px;padding: 14px 20px;margin: 0;}
#flyout ul li {padding: 0;margin: 0;}

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

#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: 40px; font-size: 14px; color: #4D4D4D; font-weight: 400 !important; line-height: 18.2px;letter-spacing: -0.14px;text-transform: capitalize; }
#breadcrumbs ul li:last-child { margin-right: 0; }
#breadcrumbs a { display: inline-block; position: relative; font-size: 14px; color: #0D4779;text-decoration: none; font-weight: 700; line-height: 18.2px; }
#breadcrumbs ul li:not(:last-of-type)::after { content: '\f0da';font-family: "FontAwesome";  font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); margin: 0 20px; color: #1A1A1A; }
.col-xs-12 { width: 100%; }

.freeform-box-header {background: #0D4779;padding: 10px;font-size: 20px;color: #ffffff;font-weight: 700;text-align: center;margin-bottom: 20px;text-transform: capitalize;border-radius: 15px;line-height: 26px;letter-spacing: -0.2px;}
#page-title {font-size: 48px;color: #1A1A1A;font-weight: 700;line-height: 62.4px;letter-spacing: -0.48px;margin-bottom: 8px;text-transform: capitalize;}

#contact-wrap {position: relative;padding: 10px;background: #FFF;border-radius: 20px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);z-index: 1;}
.contact-profile-detail {display: flex;align-items: center;gap: 15px;flex-direction: column;}
.profile-img {width: 100%;height: 150px;border-radius: 20px;}
.contact-name {font-size: 18px;font-weight: 700;line-height: 23.4px;color: #0D4779;margin: 0;letter-spacing: -0.18px;}
.contact-position {display: block;font-size: 14px;font-weight: 400;line-height: 18.2px;color: #4D4D4D;letter-spacing: -0.14px;margin-top: 4px;}
#contact-info {margin: 20px 0 0 0;padding: 0;list-style: none;}
#contact-info li {margin-bottom: 16px;padding: 0 12px;}
body:not(.user-logged-in) #contact-info li.li-hide {display: none;}
#contact-info li,
#contact-info .contact-link {display: block;color: #1A1A1A;font-size: 14px;font-weight: 400;letter-spacing: -0.14px;display: flex;align-items: center;gap: 16px; text-decoration: none;line-height: 18.2px;transition: all 0.3s;word-break: break-all;width: 100%;}
#contact-info .contact-link:hover span {text-decoration: underline;}
#contact-info li img {width: 16px;}
.contact-icon-box {background-color: #F6FBFF;border: 4px solid #043056;border-radius: 50%;outline: 2px solid #2580D0;outline-offset: -5px;display: flex;align-items: center;justify-content: center;max-width: 40px;width: 100%;height: 40px;transition: all 0.3s;}
#contact-info .contact-link:hover .contact-icon-box, #contact-info li:hover .contact-icon-box {border-color: #CB2227;}
#contact-info .contact-link span {display: block;}
.contact-text {padding: 10px 20px; font-size: 14px;font-weight: 400;line-height: 18.2px; color: #1A1A1A;letter-spacing: -0.14px;margin: 20px 0 0 0;border-radius: 20px;background: #F6FBFF;}

#hours-wrap {position: relative;border-radius: 20px;background: #fff;padding: 10px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);margin-top: 8px;z-index: 1;}
#hours-wrap .box-inner {padding: 0 20px 20px;}
#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: #4D4D4D;font-weight: 700;line-height: 18.2px;letter-spacing: -0.14px;margin-right: 13px;text-transform: uppercase;}
#hours-wrap .time {color: #1A1A1A;font-size: 14px; font-weight: 400;line-height: 18.2px;letter-spacing: -0.14px;}
#wrapper_sliderVideo {z-index: 1 !important;}
#staff-wrap {position: relative;margin-top: 8px;padding: 10px;border-radius: 20px;background: #FFF;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);z-index: 1;}
.staff-info-item {padding: 24px 20px;border-top: 1px solid #D9D9D9;}
.staff-info-item:first-child {border-top: none;padding-top: 18px;}
#staff-wrap .staff-name {color: #0D4779;font-size: 16px;font-weight: 700;line-height: 20.8px;letter-spacing: -0.16px;}
#staff-wrap .staff-title {color: #043056;font-size: 14px;font-weight: 400;line-height: 18.2px;letter-spacing: -0.14px;}

#post blockquote {position:relative;background: #fff;border-bottom: 4px solid #2580D0;border-radius: 20px;margin: 40px 0;font-size: 18px;line-height: 23.4px;color: #043056;font-weight: 700;letter-spacing: -0.18px;padding: 40px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);}
#post h1 {font-weight: 700;}
#post h2 {color: #0D4779;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: 1024;bottom: 80px;top: 56%;transform: translateY(-50%); right: 0; border: 0;border-radius: 20px 0 0 20px;background: #0D4779;width: 70px; height: 56px; padding: 0; line-height: 1; text-align: center;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); transition: all 0.3s; }
.floating-share-btn img { width: 22.5px; }
.floating-share-btn svg path { fill: #fff; }
.floating-share-btn:hover { background: #CB2227; }


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

#slider

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

#slider { position: relative;height: 550px;margin: 10px;z-index: 1; }
#homepage #slider::before { position: absolute; content: ''; background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);border-radius: 30px;width: 100%;height: 100%;top: 0;left: 0;z-index: 1; }
#homepage #slider::after {position: absolute;content: '';background: #F6FBFF;top: -10px;left: -10px;right: -10px;bottom: -10px;z-index: -1;}
#slider .tns-lazy-img {border-radius: 30px;}
#slider .tns-outer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
#slider .tns-controls { z-index: 2; }
#homepage #slider .tns-controls {top: 42%;}
#slider .tns-controls button:first-of-type { margin-left: 32px; }
#slider .tns-controls button:last-of-type { margin-right: 32px; }
#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: none; padding: 0; width: 33px; height: 33px; color: #fff; border: 0; border-radius: 0; line-height: 1; transition: all 0.3s; }
.tns-controls button img { width: 33px; }
.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; }

#slider-caption {position: absolute;bottom: 60px;left: 0;width: 100%;z-index: 1;}
.slider-caption-wrap {max-width: 900px;padding: 44px 30px 36px 30px;background: rgba(13, 71, 121, 0.50);backdrop-filter: blur(4px);border-radius: 30px;}
.slider-title {font-size: 96px;font-weight: 700;color: #fff;line-height: 94.6px;letter-spacing: -0.96px;margin: 0;text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);}
.slider-title span {display: block;font-size: 32px;font-weight: 400;line-height: 41.6px;letter-spacing: -0.32px;margin-top: 12px;text-transform: uppercase;}

/* section quick-links */
#quick-links {position: relative;background-color: #F6FBFF;}
#quick-links-in {padding: 0 93px;}
.quick-link {position: relative;padding: 10px 20px 30px;display: flex;flex-direction: column;align-items: center;text-align: center;text-decoration: none;}
.quick-link::after {position: absolute;content: '';background: #CB2227;width: 100px;height: 0;left: 50%;bottom: 0;transform: translateX(-50%);transition: all 0.3s;}
.quick-link:hover::after {height: 4px;}
.quick-link:hover {text-decoration: none;}
.qlink-icon-box {background-color: #fff;border: 10px solid #0D4779;border-radius: 50%;display: flex;align-items: center;justify-content: center;width: 100px;height: 100px;outline: 2px solid #2580D0;outline-offset: -10px;transition: all 0.3s;}
.qlink-icon-box img {width: 40px; }
.quick-link:hover .qlink-icon-box {border-color: #CB2227;}
.qlink-title { font-size: 16px; font-weight: 700; line-height: 20.8px; color: #000;letter-spacing: -0.16px;margin: 10px 0 0; text-transform: capitalize;}
#quick-links .tns-controls button:hover img {filter: brightness(0) saturate(100%) invert(21%) sepia(54%) saturate(3831%) hue-rotate(342deg) brightness(91%) contrast(99%);}
#quick-links .tns-controls button:first-of-type { margin-left: -93px; }
#quick-links .tns-controls button:last-of-type { margin-right: -93px; }

.section-header { margin-bottom: 30px; }
.section-heading { font-size: 48px; font-weight: 700; line-height: 62.4px; color: #0D4779;margin-bottom: 0;text-align: center;}
.section-heading span {font-weight: 400;}

/* section-news */
#news {position: relative;padding: 72px 0 41px 0;background-color: #0D4779;z-index: 1;}
#news .container {width: 1442px;}
.news-bg-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 20%;z-index: -1;}
#news .section-header {margin-bottom: 40px; padding: 10px 0;background: linear-gradient(90deg, rgba(246, 251, 255, 0.10) 0%, rgba(209, 230, 249, 0.10) 100%);border-radius: 20px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);}
#news .section-heading {color: #fff;}
#news .news-item { border-radius: 20px 20px 0px 0px;border-bottom: 4px solid #2580D0;background: #FFF; padding: 30px 20px;}
#news-in {padding: 0 50px; }
#news .news-date {font-size: 12px; color: #2580D0; font-weight: 700;line-height: 15.6px;letter-spacing: -0.12px;}
#news .news-item:hover .news-date {color: #0D4779;}
#news .button {margin-top: 40px;}
#news .button:hover {background-color: #fff;color: #0D4779;}
#news .news-title {font-size: 18px;color: #1A1A1A; font-weight: 700;line-height: 23.4px;letter-spacing: -0.18px; margin: 10px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
#news .news-more-btn {display: flex; align-items: center; justify-content: center; gap: 3px; border-bottom: 4px solid #D1E6F9; background-color: #D1E6F9;text-decoration: none;padding: 10px 0 6px 0; text-align: center; color:  #0D4779; border-radius: 12px;font-size: 12px;font-weight: 700; line-height:  130%; /* 15.6px */letter-spacing: -0.12px;}
#news .news-item:hover  .news-more-btn{border-bottom: 4px solid var(--brand-brand-2, #CB2227);background: var(--brand-brand-1, #0D4779); color: #fff;}
#news .news-more-btn img {width: 16px;}
#news .news-item:hover .news-more-btn img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(124deg) brightness(102%) contrast(111%);}
#news .tns-controls button img {filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1103%) hue-rotate(321deg) brightness(106%) contrast(98%);}
#news .tns-controls button:first-of-type {margin-left: -50px;}
#news .tns-controls button:last-of-type {margin-right: -50px;}


/* events style */
#events {  position: relative; padding: 39.5px 0; }
#events .section-header {margin-bottom: 30px;padding: 10px 0;background: linear-gradient(90deg, rgba(37, 128, 208, 0.05) 0%, rgba(13, 71, 121, 0.05) 100%);border-radius: 20px;}
#homepage #events .events-overlay { position: absolute; inset: 0; z-index: -1; }
#homepage #events .events-overlay-in { display: flex; height: 100%; background: linear-gradient(301deg, var(--brand-brand-4, #2580D0) -32.68%, var(--brand-brand-5, #F6FBFF) 76.94%); }
#homepage #events .events-overlay-right { position: relative; width: 42%; }
#event-tabs { position: relative; display: flex; justify-content: space-between; gap: 1px; border-radius: 12px 12px 0 0; width: 49%; }
#event-tabs .event-tab:first-of-type { border-radius: 12px 0 0 0; }
#event-tabs .event-tab:last-of-type { border-radius: 0 12px 0 0; }
#event-tabs .event-tab { position: relative; display: inline-block; flex: 1; background: #76B455; padding: 20px 12px; font-size: 18px; font-weight: 700; line-height: 27px; color: #363633; text-align: center; text-transform: capitalize; transition: all 0.3s; cursor: pointer; }
#event-tabs .event-tab.active { background: #363633; color: #fff; }
#events .button { margin-top: 30px;  text-transform: capitalize;background-color: #F6FBFF;color: #0D4779;    border-bottom: 4px solid #F6FBFF; }
#events .button:hover {background-color: #0D4779;border-bottom: 4px solid var(--brand-brand-2, #CB2227); color: #fff;}

/* 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: #9E1B2A; text-decoration: none;background-color: #ffffff; }


/* Signup Section */
#signup {background: linear-gradient(270deg, var(--brand-brand-6, #D1E6F9) 0%, var(--brand-brand-5, #F6FBFF) 100%);padding: 35px 0;}
.signup-wrapper {display: flex;align-items: center;justify-content: space-between; border-radius: 20px;background: rgba(37, 128, 208, 0.10);padding: 15px 64px;}
#signup .section-header {display: flex;align-items: center;gap: 15px;}
#signup .section-header {margin-bottom: 0;}
#signup .section-header img {width: 60px;}

/* section footer */
#footer { position: relative; background-color: #0D4779; }
#footer .container { width: 1342px; }
#footer-top { padding: 32px 0; }
.footer-wrapper {display: flex; justify-content: space-between;}
.footer-logo {width: 263px;}
#homepage.user-logged-in .footer-col {padding-top: 44px;}
.footer-icon-box {background-color: #F6FBFF;border-radius: 50%;outline: 2px solid #2580D0;outline-offset: -6px;border: 5px solid #043056;width: 40px;height: 40px;display: flex; justify-content: center; align-items: center;transition: all 0.3s;}
.footer-icon-box img {width: 16px;}
.footer-col:hover .footer-icon-box {border-color: #CB2227;}
.footer-col {display: flex; gap: 15.33px; align-items: center;}
.footer-title { font-size: 14px; font-weight: 700; line-height: 18.2px; color: #F2F8FF;letter-spacing: -0.14px; margin-bottom: 0; }
.footer-contact-link {color: #F2F8FF !important;font-size: 14px;line-height: 130%;letter-spacing: -0.14px;text-decoration: none;}
.footer-contact-link:hover {color: #F2F8FF !important;text-decoration: underline; }


#footer-bottom { background: #043056; padding: 15px 0; }
#revize { font-weight: 700; line-height: 15.6px; color: #fff; text-align: center;font-size: 12px; }
#revize-link { font-weight: 700; color: #fff; text-decoration: none; }
.footer-delimiter { position: relative; margin-left: 16px; color: #fff !important; text-decoration: none; }

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

#media queries

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

@media only screen and (max-width: 1300px) {
	#logo {margin-top: 40px;}
	.logo-img {width: 110px;}
	.logo-text {width: 150px;}
	.site-header #nav a, .site-header #nav span {padding: 12px 20px;}
	.header-right {gap: 14px;}
}

@media only screen and (max-width: 1200px) {
	#logo {margin-top: 14px;}
	.logo-img {width: 80px;}
	.logo-text {width: 100px;}
	.site-header #nav a, .site-header #nav span {font-size: 13px;padding: 12px;}
	.header-right {gap: 8px;}
	.signup-wrapper {padding: 15px;}
}


@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;} */
	#flyout .toggle {display: inline-block;position: absolute;top: 17px;right: 20px;border: none;text-decoration: none !important;font-size: 12px;line-height: 0.5;padding: 3px;color: #043056;transition: all .3s;}
	#flyout .toggle::before {content: '\f0d7';font-family: "FontAwesome";}

	/* base nav styles  */
	.site-header { position: relative;width: 100%; z-index: 1020; }
	.site-header #nav {display: flex;justify-content: center;height: 90px;}
	.site-header #nav li:hover>ul { display: block; }
	.site-header #nav ul a:not(.fa), .site-header #nav ul span { display: block; color: #000; }
	.site-header #nav a, .site-header #nav span { position: relative; display: inline-flex; align-items: center; justify-content: center; height: 100%; }
	.site-header #nav>li:hover>a:not(.fa), .site-header #nav>li:hover>span:not(.fa) {color: #fff; }
	.site-header #nav>li>a:not(.fa)::before, .site-header #nav>li>span:not(.fa)::before {position: absolute;content: '';background: #0D4779;border-bottom: 4px solid #CB2227;border-radius: 20px 20px 0 0;width: 100%;height: calc(100% - 10px);bottom: 0;left: 0;transition: all 0.3s;opacity: 0;z-index: -1;}
	.site-header #nav>li:hover>a:not(.fa)::before, .site-header #nav>li:hover>span:not(.fa)::before {opacity: 1;}
	/* 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%; display: none;margin: 0 auto; width: 1312px;max-width: 100%;overflow-y: auto;}
	#nav>li>ul.make-mage>.mega-scroll {-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;column-gap: 80px;backdrop-filter: blur(2px); border-radius: 20px; background-color: #0D4779;margin: 0 auto;padding: 30px 64px;width: 1312px;max-width: 100%;}
	#nav>li>ul.make-mage>.mega-scroll>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 {font-size: 14px;font-weight: 700;line-height: 18.2px;letter-spacing: -0.14px;text-transform: capitalize;color: #fff;display: inline-block;border-bottom: 1px solid #2580D0;margin-bottom: 0;padding: 15.9px 10px 15.9px 20px;width: 100%;transition: unset;}
	/* #nav ul.make-mage a:not(.fa):hover, #nav ul.make-mage span:hover {background-color: #CB2227;border-radius: 15px;border-bottom-color: transparent;} */
	#nav ul.make-mage ul a:not(.fa), #nav ul.make-mage ul span { font-size: 14px; line-height: 18.2px; font-weight: 400; color: #fff;letter-spacing: -0.14px; display: inline-block; margin: 0; padding: 15.9px 10px 15.9px 16px; width: 100%; text-transform: capitalize;transition: all 0.2s;}
	#nav ul.make-mage ul a:not(.fa):hover, #nav ul.make-mage ul span:hover {font-weight: 700;}
	#nav .make-mage .focused .toggle2 { display: block; }
	.hover-no-border {border-bottom-color: transparent !important;}
	a.no-border,
	a.hover-no-border {border-bottom-color: transparent !important;}

	#nav ul.make-mage a:not(.fa):before, #nav ul.make-mage span:before { content: "";position: absolute;inset: -2px 0 0 0;background-color: #CB2227;border-radius: 15px;z-index: -1;opacity: 0;}
	#nav ul.make-mage a:not(.fa):hover:before, #nav ul.make-mage span:hover:before {opacity: 1;}
	#nav ul.make-mage a:not(.fa):after, #nav ul.make-mage span:after {content: "";position: absolute;inset: -2px;background: #0D4779; z-index: -11;opacity: 0;}
	#nav ul.make-mage a:not(.fa):hover:after, #nav ul.make-mage span:hover:after {opacity: 1;}


	.layout-table { table-layout: fixed; width: 100%; }

	#flyout ul {background-color: #F6FBFF;border-radius: 0 0 15px 15px;}
	/* #flyout>li:hover>a,
	#flyout>li:hover>span {background: #023047;text-decoration: none;color: #fff;} */
	/* #flyout ul li:hover a, #flyout ul li:hover span {background: #023047 !important;text-decoration: none;color: #fff !important;} */
	/* #flyout>li:hover .toggle {background: none;color: #fff;} */
	#flyout ul a, #flyout ul span {background: none !important;border-bottom: 1px solid #D1E6F9;color: #043056 !important;}
	#flyout ul li:last-child a {border-bottom: none;}
	#flyout ul a::after, #flyout ul span::after {position: absolute;content: '\f0da';font-family: "FontAwesome";font-size: 12px;top: 50%;transform: translateY(-50%) translateX(-10px);right: 23px;opacity: 0;transition: all 0.3s;}
	#flyout ul a:hover, #flyout ul span:hover {font-weight: 700;text-decoration: underline;}
	#flyout ul a:hover::after, #flyout ul span:hover::after {opacity: 1;transform: translateY(-50%) translateX(0);}
	#flyout li.active>a:not(.fa) {background: #D1E6F9;}
	#flyout li.active .toggle {transform: rotate(180deg);}
	#freeform:not(.fullwidth) #entry {padding-left: 33px;}

	.sticky-top #logo {margin-top: 0;}
	.sticky-top .logo-img {width: 72px;}

}

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

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

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

	.site-header .logo-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; }
	.site-header #nav { position: absolute; left: 0; top: 100%; width: 100%; background: #0D4779; }
	.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: 700; }
	.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: 42px;width: 42px;text-align: center;background: #0D4779;display: inline-block;color: #fff;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;border-radius: 0; }
	#flyout li { padding: 0;margin: 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: #0D4779 !important; background: #fff; transform: none !important; }



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

	#contact-info li {padding: 0;}
	#hours-wrap .box-inner {padding: 0 5px 20px;}
	.staff-info-item {padding: 12px 5px;}

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

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

	.header-right {flex-direction: column;align-items: center;gap: 16px;position: absolute;top: 100%;left: 0;right: 0;background-color: #fff;padding: 15px;border-top: 2px solid #0D4779;display: none; }

	.search-toggle {display: none;}
	#search {display: block;position: relative;top: unset;}
	#search input {background-color: #0D4779;color: #fff;}
	#search input::-webkit-input-placeholder { color: #fff; }
	#search input:-moz-placeholder { color: #fff; }
	#search input::-moz-placeholder { color: #fff; }
	#search input:-ms-input-placeholder { color: #fff; }
	#search button {background: none;border: 0;}
	#slider { height: 450px;margin: 0; }
	#slider::before {border-radius: 10px;}
	#slider .tns-lazy-img {border-radius: 10px;}
	.slider-caption-wrap {border-radius: 10px;}
	.slider-title {font-size: 72px;line-height: 72.6px;}
	#slider .tns-controls button:first-of-type { margin-left: 15px; }
	#slider .tns-controls button:last-of-type { margin-right: 15px; }

	.floating-share-btn {width: 50px;height: 50px;border-radius: 4px 0 0 4px;top: 94%;}
	.floating-share-btn img {width: 19.5px;}
	#userwayAccessibilityIcon {width: 54px;height: 54px;}
	body .uwy.userway_p3 .userway_buttons_wrapper {left: 10px !important;transform: unset !important;}

	#quick-links { position: relative; top: unset; padding: 48px 0; }
	#quick-links-in {padding: 0 40px;}
	#quick-links .tns-controls button:first-of-type { margin-left: -40px; }
	#quick-links .tns-controls button:last-of-type { margin-right: -40px; }

	#news {padding: 64px 0;}
	#news-in {padding: 0;}
	#news .section-header {border-radius: 10px;}
	#news .button {margin-top: 78px;}
	#news .tns-controls {top: unset;bottom: -55px;transform: unset;display: flex;align-items: center;justify-content: center;gap: 16px;}

	#events { padding: 64px 0; }
	#events .container { padding: 0 15px; }
	#homepage #events .events-overlay-in { background: none; }
	#homepage #events .events-overlay-right { position: relative; width: 100%; }

	.signup-wrapper {flex-direction: column;padding: 30px 15px;border-radius: 10px;}
	#signup .button {margin-top: 24px;}

	.footer-wrapper {flex-direction: column;gap: 24px;}
}

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

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

	.slider-caption-wrap {padding: 32px 15px;}
	.slider-title {font-size: 42px;line-height: 42.6px;}
	.slider-title span {font-size: 24px;margin-top: 6px;}

	.section-heading {font-size: 38px;line-height: 45.4px;}

	#events .section-heading {font-size: 32px;line-height: 42.4px;}

	#signup .section-header {flex-direction: column;}
	#signup .section-heading {font-size: 36px;}
	#signup .section-header img {width: 44px;}

}

/* 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; }

	.slider-title {font-size: 32px;line-height: 32.6px;}
	.slider-title span {font-size: 18px;line-height: 29.6px;}

	#signup .section-heading {font-size: 32px;line-height: 40.4px;}
}

@media print {

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

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