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

	Theme Name: Northern Oklahoma RTPO
	Front-end developer: Saqlain
	Author Design: Mary Charara
	Author URI: https://www.revize.com/
	Date: 06/12/2025
-----------------------------------------------------------------------------------*/
/* -----------------------------------------

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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: #003382;
	--darkgray: #999;
	--lightgray: #ddd;
	--primary: #E0E0E0;
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.16px;
	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: 20px; line-height: 1.2; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 48px;letter-spacing: -0.48px; }
h2 { font-size: 40px;letter-spacing: -0.4px; }
h3 { font-size: 36px;font-weight: 400;letter-spacing: -0.36px;}
h4 { font-size: 32px;font-weight: 400;letter-spacing: -0.32px;}
h5 { font-size: 24px;letter-spacing: -0.24px; }
h6 { font-size: 20px;letter-spacing: -0.2px; }
.header { font-size: 28px; color: var(--brandcolor); margin-bottom: 20px; }
.subheader { display: block; font-size: 40px; line-height: 52px; color: #003382; 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: #003382; }
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:#003382!important;text-decoration:none}
span.btn a{color:#003382!important;text-decoration:none}
span.button a{color:#003382!important;text-decoration:none}
.btn{color:#003382!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: 15.5px 24.5px;background: #EFF6FF; color: #003382; border: 1px solid #D1E3FF;border-radius: 26px; display: inline-block;font-size: 16px;font-weight: 700;letter-spacing: -0.16px;text-decoration: none;text-transform: capitalize; cursor: pointer; line-height: 1; vertical-align: middle; transition: all .3s; }
span.btn:hover a{color: #fff !important;transition: all 0.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(92deg,  #003382 1.41%, #005BE7 129.83%);color: #fff !important;border-color: transparent;}
.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; right: 50px; background: #fff; color: #4D4D4D; padding: 30px; font-size: 14px; font-weight: 400;line-height: 18.2px;letter-spacing: -0.14px; width: 400px;display: flex; flex-direction: column; overflow: hidden; border: 0;border-radius: 0;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12)}
.floating-alert h2 {color: #000;margin: 0 0 16px;font-size: 24px;font-weight: 700;letter-spacing: -0.24px;line-height: 31.2px;}
.floating-alert p { margin: 0; }
.floating-alert p a { color: #efecec; }
.alert-buttons { margin-top: 20px;display: flex;gap: 10px;}
.alert-button {background-color: #EFF6FF;border: 1px solid #D1E3FF;border-radius: 16px;flex: 1; text-align: center; padding:6.1px; text-decoration: none; color: #003382 !important; font-size: 12px; font-weight: 400;letter-spacing: -0.12px;line-height: 1.5; }
.alert-button:hover {background: linear-gradient(91deg, var(--brand-brand-1, #003382) 0.83%, var(--brand-brand-2, #005BE7) 121.33%);color: #fff !important;text-decoration: underline; cursor: pointer; }
.floating-alert.fade:not(.show) { display: none; }


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

#rz edit

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

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

#main

-----------------------------------------*/
#rz-checkboxs .checkbox-inline label {display: block !important;}
#skip { position: fixed; left: -100%; top: -100%; transition: all .3s; z-index: 999; }
#skip:focus { left: 50px; top: 50px; }
.container { width: 1342px;max-width: 100%; }
#main { position: relative; }
.rz-doc-search-reset {color: #fff !important;}
#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;}
.faq-category {margin: 15px 0;}

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


/* site-header */
.site-header { position: relative; z-index: 1020; }
.site-header .container {width: 1270px;}
#header-top {background: linear-gradient(270deg, var(--brand-brand-1, #003382) 0%, var(--brand-brand-2, #005BE7) 100%);}
#header-top-in { position: relative;height: 40px;}
.social-media-wrap {display: flex;}
.social-media-link {display: flex;align-items: center;gap: 6px;height: 40px;padding: 0 15px;border-left: 1px solid #4B92FF;font-size: 12px;letter-spacing: -0.12px;color: #fff;text-decoration: none;transition: all 0.3s;}
.social-media-link img {width: 16px; }
.social-media-link span {color: #fff;}
.social-media-link:hover {background: #9C0000;text-decoration: none;color: #fff;}
.header-top-right {display: flex;align-items: center;}
#header-bottom {background-color: #fff;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);}
#header-bottom-in {position: relative;display: flex;align-items: center;justify-content: space-between; height: 60px}
#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 {background-color: #fff;border-right: 5px solid #FE0000;padding: 15px 27px;height: 100px;margin-top: -40px;}
#logo {display: inline-flex;align-items: center;gap: 12px;}
.logo-img {width: 137px;}
.logo-text {width: 200px;}
.header-right {display: flex;flex-direction: column;}

/*base nav styles*/
#nav .fa:before { font-family: 'FontAwesome' !important; }
.site-header nav { position: static !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;letter-spacing: -0.14px;color: #003382;display: block; text-transform: capitalize;text-decoration: none;padding: 12px 25px;z-index: 1;transition: all 0.3s; }
.site-header #nav ul { padding: 0; margin: 0; }

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

/* Google translate*/
#translation-links { padding: 0; margin: 0; }
#translation-links li { position: relative; margin: 0; list-style: none; line-height: 1.5; }
#translation-links ul { padding: 10px 0; margin: 0; position: absolute; top: 100%; right: 0; width: 240px; background: #fff; display: none; height: 400px; z-index: 999; overflow-y: scroll; }
#translation-links ul li { margin: 0; }
#translation-links ul li a { display: block; text-decoration: none; padding: .75rem 1.5rem; color: #1B1B1B; }
#translation-links ul li a:hover { background: var(--brandcolor); color: var(--lightgray); }
[lang="en"] #translate-reset { display: none; }
[data-lang="English"] { background: var(--brandcolor); color: var(--lightgray) !important; }
div.skiptranslate { display: none !important; }
#translate-button {gap: 6px;padding: 0 15px;border: none;border-left:1px solid #4B92FF;border-right: 1px solid #4B92FF;background: none;height: 40px;font-size: 12px; font-weight: 700; line-height: 1;letter-spacing: -0.12px;color: #fff; transition: all 0.3s; }
#translate-button img { width: 16px; }
#translate-button:hover {background: #9C0000;}


/* search */
#search {width: 127px; max-width: 100%;height: 40px;}
#search form {position: relative;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 10px 4px 45px; background: #EFF6FF;border: 1px solid #D1E3FF; border-radius: 20px; width: 100%; height: 100%; font-size: 14px; font-weight: 400;letter-spacing: -0.14px; color: #4D4D4D; transition: all 0.3s; }
#search input::-webkit-input-placeholder { color: #4D4D4D; }
#search input:-moz-placeholder { color: #4D4D4D; }
#search input::-moz-placeholder { color: #4D4D4D; }
#search input:-ms-input-placeholder { color: #4D4D4D; }
#search button { position: absolute; left: 15px;top: 50%;transform: translateY(-50%);width: 24px; height: 24; border-radius: 0; background: none;border: none; padding: 0; }
#search:hover button img {filter: brightness(0) saturate(100%) invert(43%) sepia(92%) saturate(7494%) hue-rotate(211deg) brightness(94%) contrast(104%);}
#search button img { width: 18px; }


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

#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) #resource-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:not(.fullwidth) #freeform-wrap .container {width: 100%;padding-left: 0;}
#freeform {position: relative;}
#freeform.fullwidth #freeform-wrap {padding: 60px 0;}
#freeform-wrap aside {padding-right: 0;background-color: #fff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);}
#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;background: #FFF;z-index: 1;}
#flyout-header {background: linear-gradient(90deg, var(--brand-brand-1, #003382) 0%, var(--brand-brand-2, #005BE7) 100%);padding: 20px 10px;font-size: 20px;color: #fff;font-weight: 700;text-align: center;margin-bottom: 0;text-transform: uppercase;line-height: 26px;letter-spacing: -0.2px;}
#flyout {position: relative;;margin: 0;padding: 20px 0;z-index: 1;}
#flyout li {position: relative;margin: 0;padding: 0;list-style: none;z-index: 10;}
#flyout a,
#flyout span {display: block;text-decoration: none;font-size: 14px;font-weight: 400;color: #1A1A1A;padding: 15px 15px 15px 64px;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: #1A1A1A;font-size: 12px;font-weight: 400;line-height: 15.6px;letter-spacing: -0.12px;padding: 15px 15px 15px 84px;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: #003382;text-decoration: none; font-weight: 700; line-height: 18.2px;letter-spacing: -0.14px;}
#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: linear-gradient(90deg, var(--brand-brand-1, #003382) 0%, var(--brand-brand-2, #005BE7) 100%);padding: 20px 10px;font-size: 20px;color: #fff;font-weight: 700;text-align: center;margin-bottom: 0;text-transform: uppercase;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: 9px;text-transform: capitalize;}

#contact-wrap {position: relative;background: #FFF;z-index: 1;}
#contact-wrap .box-inner {padding: 20px 0;}
.contact-profile-detail {text-align: center;}
.profile-img {width: 130px;height: 130px;border: 2px solid #4B92FF;border-radius: 50%;margin: 0 auto;}
.contact-name {font-size: 18px;font-weight: 700;line-height: 23.4px;color: #1A1A1A;margin: 10px 0 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: 8px;}
#contact-info {margin: 20px 0 0 0;padding: 0;list-style: none;}
#contact-info li {margin-bottom: 0;padding: 10px 10px 10px 64px;border-top: 1px solid #D1E3FF;}
#contact-info li:last-child {border-bottom: 1px solid #D1E3FF;}
#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: 12px; text-decoration: none;line-height: 18.2px;transition: all 0.3s;word-break: break-all;}
#contact-info .contact-link:hover span {text-decoration: underline;}
#contact-info li img {width: 24px;}
.contact-text {font-size: 14px;font-weight: 400;line-height: 18.2px; color: #1A1A1A;letter-spacing: -0.14px;margin-top: 10px;padding: 20px 20px 20px 64px;}

#hours-wrap {position: relative;background: #FFF;z-index: 1;}
#hours-wrap .box-inner {padding: 20px 0;}
#hours-wrap ul {padding: 0;margin: 0;list-style-type: none;}
#hours-wrap ul li {font-size: 14px;margin: 0;padding: 10px 10px 10px 64px;border-bottom: 1px solid #D1E3FF;}
#hours-wrap ul li:last-child {border-bottom: none;}
#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;}

#post blockquote {position:relative;background: #EFF6FF;border-left: 5px solid #005BE7;margin: 48px 0;font-size: 18px;line-height: 23.4px;color: #1A1A1A;font-weight: 700;letter-spacing: -0.18px;padding: 40px;}


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

#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%); left: 0; border: 0; background: #005BE7; border-right: 0; width: 60px; height: 50px;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: 30px; }
.floating-share-btn svg path { fill: #fff; }
.floating-share-btn:hover { background: #9C0000; }


/* ada-plugin */
#userwayAccessibilityIcon {position: relative;background: none;}
#userwayAccessibilityIcon::before {position: absolute;content: '';background: #9C0000;border-radius: 50%;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;}
#userwayAccessibilityIcon:hover::before {opacity: 1;}
.uiiw {position: relative;z-index: 1;}

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

#slider

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

#slider { position: relative; height: 650px; z-index: 1; }
#slider::before { position: absolute; content: ''; background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
#slider .tns-outer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
#slider .tns-controls { z-index: 2; }
#slider .tns-controls button:first-of-type { margin-left: 62px; }
#slider .tns-controls button:last-of-type { margin-right: 62px; }
#slider-caption {position: absolute; bottom: 0; z-index: 1;left: 50%;transform: translate(-50%);width: 100%;}
.slider-caption-wrapper {max-width: 1136px;width: 100%;margin: 0 auto;background: linear-gradient(242deg, var(--brand-brand-1, rgba(0, 51, 130, 0.50)) 32.54%, var(--brand-brand-2, rgba(0, 91, 231, 0.50)) 111.38%);backdrop-filter: blur(5px);padding: 50px;}
.slider-caption-wrapper span {font-size: 32px;color: #D1E3FF;font-weight: 400;line-height: 41.6px;letter-spacing: -0.32px;text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);margin-bottom: 7px;display: block;}
.slider-caption-wrapper h2 {text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);font-size: 38px;font-weight: 700;line-height: 49.4px;letter-spacing: -0.38px;color: #ffffff;margin-bottom: 0;}
#slider-caption .button {margin-top: 30px;}
#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: 32px; height: 32px; color: #fff; border: 0; border-radius: 0; line-height: 1; transition: all 0.3s; }
.tns-controls button img { width: 16px; }
.tns-controls button:last-of-type { float: right; }
.tiny-slider-wrap button[data-action] { position: absolute; bottom: 0; right: 0; z-index: 1; }
ul.tiny-slider, ul.tiny-carousel { padding: 0; margin: 0; }

.section-header {margin-bottom: 40px;display: flex;align-items: center;justify-content: space-between; }
.section-heading {font-size: 48px; font-weight: 700; line-height: 56.4px; color: #003382; margin-bottom: 0;letter-spacing: -0.48px;text-transform: uppercase;}
.section-heading span {text-transform: capitalize;}
.section-subheading {display: block; color:#005BE7;font-weight: 400;line-height: 20.8px; font-size: 16px;letter-spacing: -0.16px; }
.section-label {font-size: 18px; font-weight: 700; line-height: 150%; color: #2F4822; display: block; }
#news .button, #events .button, #about .button, #slider-caption .button {position: relative;height: 53px;display: flex;align-items: center;justify-content: center;width: fit-content;overflow: hidden;z-index: 1;}
#news .button::after, #events .button::after, #about .button::after, #slider-caption .button::after {position: absolute;content: '';background: linear-gradient(92deg, var(--brand-brand-1, #003382) 1.41%, var(--brand-brand-2, #005BE7) 129.83%);border-radius: 26px;width: 0;height: 100%;top: 0;left: 0;transition: all 0.3s;z-index: -1;}
#news .button:hover::after, #events .button:hover::after, #about .button:hover::after, #slider-caption .button:hover::after {width: 100%;}
.button img {width: 0;margin-left: 0;transition: all 0.3s;}
#news .button:hover img, #events .button:hover img, #about .button:hover img, #slider-caption .button:hover img {width: 20px;margin-left: 4px;}

/* section quick-links */
#quick-links .container {width: 1166px;}
.qlink-slide-wrap { padding-top: 2px; }
.quick-link {position: relative;display: flex; gap: 15px; align-items: center; justify-content: flex-start;height: 100px;padding: 15px 20px;text-decoration: none; transition: all 0.3s; text-align: center;z-index: 1;}
.quick-link::before {position: absolute;content: '';background: linear-gradient(249deg, var(--brand-brand-1, #003382) 36.12%, var(--brand-brand-2, #005BE7) 124.97%);width: 100%;height: 100%;top: 0;right: 0;transition: all 0.3s;z-index: -1;}
.quick-link::after {position: absolute;content: '';background: linear-gradient(246deg, var(--brand-brand-4, #9C0000) 34.69%, var(--brand-brand-3, #FE0000) 175.22%);width: 0;height: 100%;top: 0;left: 0;transition: all 0.3s;z-index: -1;}
.quick-link:hover { text-decoration: none;}
.quick-link:hover::before {width: 0;}
.quick-link:hover::after {width: 100%;}
.qlink-icon-box {border: 2px solid #4B92FF;background-color: #fff; border-radius: 50%;padding: 15.5px}
.qlink-icon-box img {width: 35px;}
.quick-link:hover .qlink-icon-box {border-color: #FF5454;}
.quick-link:hover .qlink-icon-box img { filter: brightness(0) saturate(100%) invert(14%) sepia(42%) saturate(5998%) hue-rotate(341deg) brightness(94%) contrast(92%); }
#quick-links-in {border-top: 5px solid #FE0000; padding: 0px 70px;}
.qlink-title { font-size: 16px; font-weight: 700; line-height: 20.8px; color: #fff; margin: 0; text-align: left; }
#quick-links .tns-controls {top: 2px;transform: none;}
#quick-links .tns-controls button:first-of-type { margin-left: -70px; }
#quick-links .tns-controls button:last-of-type { margin-right: -70px; }
#quick-links .tns-controls button {width: 69px;height: 100px;background-color: #005BE7;}
#quick-links .tns-controls button:hover {background-color: #9C0000;}
#quick-links .tns-controls button img {width: 40px;}

/* section-news */
#news {position: relative;padding: 70px 80px; }
#news .section-header {margin-bottom: 36px;}
#news .section-heading .news-symbol-heading { color: #4B92FF}
.news-brand-heading {color: #9C0000}
#news .news-item {position: relative;}
#news .news-banner {position: relative;height: 250px;border-radius: 4px 4px 0 0;transition: all 0.3s;}
#homepage .news-info {background: #ffffff; padding: 30px;}
#homepage .news-title {font-size: 18px;font-weight: 700;line-height: 23.4px;letter-spacing: -0.18px;margin: 0;color: #000;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
#homepage .news-more {display: inline-block;margin-top: 20px;padding: 7px 21px;font-size: 12px;font-weight: 400;color: #003382;letter-spacing: -0.12px;background-color: #EFF6FF;border: 1px solid #D1E3FF;border-radius: 16px;text-decoration: none;}
#homepage .news-more img {width: 16px}
#homepage #news .news-item:hover .news-more {color: #fff;background: linear-gradient(91deg, var(--brand-brand-1, #003382) 0.83%, var(--brand-brand-2, #005BE7) 121.33%);text-decoration: underline;}
#homepage #news .news-item:hover .news-more img {filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(1%) hue-rotate(195deg) brightness(108%) contrast(100%);}
#news .news-date-wrap {position: absolute;top: 0;width: 100%;display: flex;align-items: center;justify-content: space-between;}
#homepage .news-date {background: rgba(0, 51, 130, 0.50);padding: 15.9px 30px;width: 100%;font-size: 14px;font-weight: 700;line-height: 18.2px;letter-spacing: -0.14px;color: #fff;text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);transition: all 0.3s;}
#homepage #news .news-item:hover .news-date {background: rgba(0, 51, 130, 0.70);}
.news-icon-box {display: flex;align-items: center;justify-content: center;max-width: 50px;width: 100%;height: 50px;transition: all 0.3s;position: relative;}
.news-icon-box img {width: 26px;filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(260deg) brightness(102%) contrast(103%);}
.news-icon-box::after {position: absolute;content: '';width: 100%;height: 100%;border: 2px solid #fff;border-right: none;border-top: none;top: 0;left: 0;transition: all 0.3s;}
#homepage #news .news-item:hover .news-icon-box::after {opacity: 0;}
#homepage .news-wrap:nth-last-of-type(odd) .news-icon-box {background: linear-gradient(180deg, var(--brand-brand-1, #003382) 0%, var(--brand-brand-2, #005BE7) 100%);}
#homepage .news-wrap:nth-last-of-type(even) .news-icon-box {background: linear-gradient(180deg, var(--brand-brand-4, #9C0000) 0%, var(--brand-brand-3, #FE0000) 100%);}
#news .tns-controls {display: none;align-items: center;justify-content: center;gap: 16px;top: unset;transform: unset;bottom: -55px;}
#news .tns-controls button {width: 40px;height: 40px;background-color: #005BE7;border-radius: 50%;}
#news .tns-controls button img {width: 12px;}
#news .tns-controls button:first-of-type{ margin-left: -50px;}
#news .tns-controls button:last-of-type{ margin-right: -50px;}
.news-wave {position: absolute;bottom: 0;left: 0;width: 100%;height: 370px;z-index: -1;}

/* events style */
#events {position: relative;padding-top: 72px;padding-bottom: 40px;}
#events .section-subheading {color: #9C0000;}
#events-in {padding: 50px;background: rgba(0, 91, 231, 0.30);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);}
#event-tabs {position: relative;display: flex;justify-content: space-between;gap: 10px;border-radius: 16px 16px 0 0;margin-bottom: 20px;}
#event-tabs .event-tab {position: relative;display: inline-block;flex: 1;background: #EFF6FF;border-radius: 26px;padding: 15px 24px;font-size: 16px;font-weight: 700;line-height: 20.8px;color: #003382;letter-spacing: -0.16px;text-align: center;text-transform: capitalize;transition: all 0.3s;cursor: pointer;}
#event-tabs .event-tab .tab-icon-box img {width: 26px;margin-bottom: 4px;}
#event-tabs .event-tab.active {background: linear-gradient(92deg, var(--brand-brand-1, #003382) 1.41%, var(--brand-brand-2, #005BE7) 129.83%);color: #fff;}
#event-tabs .event-tab:not(.active):hover {background: linear-gradient(92deg, var(--brand-brand-1, #003382) 1.41%, var(--brand-brand-2, #005BE7) 129.83%);color: #fff;}

/* about style */
#about {position: relative;padding-bottom: 72px;z-index: 1;}
#about-in {display: flex;align-items: center;background-color: #003382;}
.mission-wrapper {position: relative;padding: 70px 60px 111px;width: 63%;z-index: 1;}
.mission-wrapper .section-subheading {color: #9C0000;}
.mission-content p {font-size: 16px;font-weight: 400;color: #1A1A1A;letter-spacing: -0.16px;line-height: 20.8px;}
.mission-content {padding-right: 220px;}
#about .button {margin-top: 20px;}
.about-white-curve {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
.about-black-curve {position: absolute;width: 317px;height: 100%;top: 0;right: -56px;z-index: -1;}
.vision-wrapper {width: 37%;padding-right: 94px;}
.vision-wrapper .section-heading {color: #fff;}
.vision-wrapper .section-subheading {color: #EFF6FF;}
.vision-list li {margin-bottom: 0;}
.vision-list li:first-child .vision-link {padding-top: 0;}
.vision-list li:last-child .vision-link {padding-bottom: 0;border: none;}
.vision-link {display: flex;align-items: center;gap: 15px;padding: 20px 0;border-bottom: 1px solid #005BE7;color: #fff !important;font-size: 16px;font-weight: 700;letter-spacing: -0.16px;line-height: 20.8px;text-decoration: none;}
.vision-link:hover {text-decoration: none;}
.vision-icon-box {background-color: #fff;border: 2px solid #4B92FF;border-radius: 50%;display: flex;align-items: center;justify-content: center;max-width: 70px;width: 100%;height: 70px;}
.vision-icon-box img {width: 35px;}

.events-about {position: relative;}
.events-about::before {position: absolute;content: '';background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 79.03%, var(--brand-brand-6, #D1E3FF) 100%);top: 0;left: 0;width: 100%;height: 100%;}
.events-about-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 30%;z-index: -1;}

/* section footer */
#footer { position: relative; background-color: #003382;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);}
#footer .container { width: 1405px;}
#footer-top-in {display: flex;}
.footer-logo-wrap {padding: 16px;background-color: #fff;border-right: 5px solid #FE0000;height: 100%;display: flex;align-items: center;}
.footer-logo {display: inline-block;width: 368px;}
.footer-right {display: flex;padding: 34.5px 0;}
.footer-col {padding: 0 58px;border-right: 1px solid #005BE7;}
.footer-col:last-child {padding-right: 0;border-right: none;}
.footer-title { font-size: 16px; font-weight: 700; line-height: 20.8px;letter-spacing: -0.16px; color: #EFF6FF;margin-bottom: 12px; }
.footer-contact-link {display: flex;align-items: center;gap: 4px;color: #EFF6FF !important;font-size: 14px;font-weight: 400;line-height: 18.2px;letter-spacing: -0.14px;text-decoration: none;margin-bottom: 12px;}
.footer-contact-link:last-child  {margin-bottom: 0;}
.footer-contact-link img {width: 16px;}
#contact-info li:hover .contact-link {color: #003382;}
#contact-info li:hover img {filter: brightness(0) saturate(100%) invert(14%) sepia(49%) saturate(4192%) hue-rotate(209deg) brightness(94%) contrast(104%);}
.footer-col ul {margin: 0;padding: 0;list-style-type: none;}
.footer-col ul li {margin-bottom: 12px;}
.footer-col ul li a {color: #EFF6FF;font-size: 14px;line-height: 18.2px;letter-spacing: -0.14px;text-decoration: none;}
.footer-col ul li a:hover {text-decoration: underline;}
#footer-bottom {padding: 15px 0;border-top: 1px solid #005BE7;}
#revize {font-size: 12px;font-weight: 700; line-height: 15.6px;letter-spacing: -0.12px; color: #EFF6FF; text-align: center; }
#revize-link { font-weight: 700; color: #EFF6FF; text-decoration: none; }
.footer-delimiter { position: relative;font-size: 12px;font-weight: 700;letter-spacing: -0.12px;margin-left: 16px; color: #EFF6FF !important; text-decoration: none; }

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

#media queries

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

@media only screen and (max-width: 1300px) {
	.footer-col {padding: 0 32px;}
}

@media only screen and (max-width: 1200px) {
	.footer-logo {width: 300px;}
	.footer-col {padding: 0 24px;}
}

@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: 24px;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: 15px;line-height: 0.5;padding: 3px;color: #1A1A1A;transition: all .3s;}
	/* #flyout .toggle::before {content: '\f054';font-family: "FontAwesome";} */

	/* base nav styles  */
	.site-header { position: relative;width: 100%; z-index: 1020; }
	#homepage.user-logged-in .site-header nav .center-top {top: -28px !important;}
	.site-header #nav li:hover>ul { display: block; }
	.site-header #nav ul a:not(.fa), .site-header #nav ul span { display: block; color: #000; }
	.site-header #nav a, .site-header #nav span { position: relative; display: inline-flex; align-items: center; justify-content: center; height: 100%; }
	.site-header #nav>li:hover>a:not(.fa), .site-header #nav>li:hover>span:not(.fa) {color: #fff; }
	#nav > li:not(:last-child) > a:first-child::before, #nav > li:not(:last-child) > span:first-child::before {position: absolute;content: '';border-right: 1px solid #005BE7;width: 1px;height: 20px;right: 0;z-index: 1;}
	.site-header #nav>li>a:not(.fa)::after, .site-header #nav>li>span:not(.fa)::after {position: absolute;content: '';background: #9C0000;width: calc(100% - 1px);height: 100%;top: 0;left: 0;opacity: 0;z-index: -1;}
	.site-header #nav>li:hover>a:not(.fa)::after, .site-header #nav>li:hover>span:not(.fa)::after {opacity: 1;}
	.site-header #nav > li:first-child > a:not(.fa)::after,
.site-header #nav > li:first-child > span:not(.fa)::after {
    width: 100% !important;
}



	/* 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: 20px;display: none; padding: 30px 50px; margin: 0 auto; width: 870px;max-width: 100%;backdrop-filter: blur(2px); border-radius: 0 0 15px 15px; background-color: rgba(0, 51, 130, 0.90);border-top: 5px solid #FE0000;backdrop-filter: blur(10px);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);z-index: -1;}
	#nav>li>ul.make-mage>li { display: table; page-break-inside: avoid; }
	#nav li:hover>ul.make-mage ul { position: static; margin: 0; }
	#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: block; margin-bottom: 0;padding: 8px 20px;border-radius: 17px;border: 1px solid transparent;}
	#nav ul.make-mage a:not(.fa)::after, #nav ul.make-mage span::after {position: absolute;content: '\f0da';font-family: "FontAwesome";font-size: 14px;color: #003382;right: 17px;top: 50%;transform: translateY(-50%);opacity: 0;}
	#nav ul.make-mage a:not(.fa):hover::after, #nav ul.make-mage span:hover::after {opacity: 1;} 
	#nav ul.make-mage a:not(.fa):hover, #nav ul.make-mage span:hover {background-color: #EFF6FF;border-color: #D1E3FF;color: #003382;}
	#nav ul.make-mage ul a:not(.fa), #nav ul.make-mage ul span { font-size: 12px; line-height: 15.6px;font-weight: 400;letter-spacing: -0.12px;color: #fff;display: inline-block; margin: 0; padding: 9.25px 30px; width: 100%; text-transform: capitalize; }
	#nav .make-mage .focused .toggle2 { display: block; }


	.layout-table { table-layout: fixed; width: 100%; }
	.site-header #nav { display: flex; justify-content: center; height: 60px; }

	#flyout a, #flyout span {border-bottom: 1px solid #D1E3FF;}
	#flyout li:last-child a {border-bottom: none;}
	#flyout ul a, #flyout ul span {border-bottom: 1px solid #D1E6F9;}
	/* #flyout ul li:last-child a {border-bottom: none;} */
	#flyout ul a:hover, #flyout ul span:hover {background-color: #EFF6FF;color: #003382;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: #EFF6FF;color: #003382;text-decoration: underline;}
	#flyout li.active .toggle {transform: rotate(90deg);color: #003382;}
	#freeform:not(.fullwidth) #entry {padding: 60px 64px 60px 35px;}

}

@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%;margin: 0 !important;padding: 0 !important;border: 0;}
	.site-header #nav { position: absolute; left: 0; top: 100%; width: 100%;background: linear-gradient(270deg, var(--brand-brand-1, #003382) 0%, var(--brand-brand-2, #005BE7) 100%);}
	.site-header #nav li { position: relative !important; }
	#nav ul {background-color: rgba(0, 0, 0, 0.25);display: none; }
	.site-header #nav li a, .site-header #nav li span { font-size: 16px !important; color: #fff; font-weight: 500; }
	.site-header #nav ul a, .site-header #nav ul span { font-size: 16px !important; font-weight: 500; text-transform: capitalize; color: rgba(224, 224, 224, 1) !important; }
	.site-header #nav ul ul a, .site-header #nav ul ul span { font-size: 14px !important; }

	#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: linear-gradient(270deg, var(--brand-brand-1, #003382) 0%, var(--brand-brand-2, #005BE7) 100%);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; }
	#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: #005BE7 !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 0 15px;}
	#page-title { font-size: 28px; line-height: 42.6px; }
	.subheader { font-size: 22px; margin: 24px 0 32px; }
	.freeform-box-header { font-size: 20px;text-align: left;padding: 15px;}
	#flyout-wrap { padding: 0;background: linear-gradient(90deg, var(--brand-brand-1, #003382) 0%, var(--brand-brand-2, #005BE7) 100%);}
	#flyout-header { display: none; }
	#flyout-toggle {background: linear-gradient(90deg, var(--brand-brand-1, #003382) 0%, var(--brand-brand-2, #005BE7) 100%);padding: 15px; border-radius: 0; font-size: 18px; color: #fff;line-height: 1; text-transform: capitalize; font-weight: 700; cursor: pointer; }
	#hours-wrap, #contact-wrap, #resource-wrap { padding: 32px 0; }
	#contact-info li {padding: 10px 15px;}
	.contact-text {padding: 15px;}
	#hours-wrap ul li {padding: 10px 15px;}

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

	.sticky-header { position: relative; }
	#header-top {display: none;}
	#header-bottom-in { position: static;height: 82px; }
	.logo-img {width: 100px;}
	.logo-text {display: none;}
	.header-right {display: flex;flex-direction: column;padding: 0 15px;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);width: 100%;display: none;}
	#search {max-width: 400px;width: 100%;}

	.floating-share-btn {top: 88%;width: 48px;height: 48px;}
	.floating-share-btn img {width: 23px;}
	.userway_buttons_wrapper {left: 0 !important;}
	.userway_dark {width: 50px !important;height: 50px !important;}

	#slider { height: 650px; }
	#slider .tns-controls button:first-of-type { margin-left: 15px; }
	#slider .tns-controls button:last-of-type { margin-right: 15px; }

	#quick-links .container {padding: 0;}

	.section-header {flex-direction: column;text-align: center;gap: 24px;}

	#news {padding: 64px 0 102px;}
	.news-wave {display: none;}
	#events { padding: 64px 0; }
	#events-in {padding: 34px 15px;}
	#about-in {flex-direction: column;}
	.mission-wrapper {background-color: #fff;width: 100%;padding: 48px 15px;}
	.mission-content {padding-right: 0;}
	.vision-wrapper {width: 100%;padding: 48px 15px;}
	.vision-icon-box {max-width: 60px;height: 60px;}
	.vision-icon-box img {width: 26px;}
	.about-white-curve, .about-black-curve {display: none;}

	#footer-top {padding-top: 48px;}
	#footer-top-in {flex-direction: column;}
	.footer-logo-wrap {margin: 0 auto !important;padding: 15px !important;justify-content: center;max-width: 310px;}
	.footer-logo {width: 240px;}
	.footer-right {flex-direction: column;}
	.footer-col {padding: 0 0 32px 0;text-align: center;border: none;}
	.footer-col:last-child {padding-bottom: 0;}
	.footer-contact-link {justify-content: center;}
}

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

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

	.slider-caption-wrapper {padding: 32px 15px;}
	.slider-caption-wrapper h2 {font-size: 32px;line-height: 42px;}
	.slider-caption-wrapper span {font-size: 24px;}
}

/* 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-caption-wrapper h2 {font-size: 22px;line-height: 30px;}
	.slider-caption-wrapper span {font-size: 18px;line-height: 24px;}

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

@media print {

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

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