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

	Theme Name: Owego, NY
	Front-end developer: Suman Shrestha
	Author Design: Matt Hicks
	Author URI: https://www.revize.com/
	Date: 04/09/2025

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

#fonts

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

#basic styles

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

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

:root {
  --brandcolor: #003753; /* Choose a dark color form the website color palette */
  --lightbrandcolor: #E0F4FF; /* Choose a dark color form the website color palette */
  --darkbrandcolor: #840000; /* Choose a dark color form the website color palette */
  --darkgray: #000; /* Choose a lighter color form the website color palette */
  --lightgray: #fff; /* Choose a very light color form the website color palette */
}

body {
	background: var(--lightgray); 
	font-size: 16px;
	line-height: 24px;
	font-family: "Commissioner", sans-serif;
	color: var(--darkgray);
	font-weight: 400; 
	-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 {
	margin-bottom: 30px;
	line-height: 1.2;
	color:var(--brandcolor); 
	text-transform: capitalize;
	font-family: "Playfair Display", serif;
	font-weight: 700;
}

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: 34px
}

h4 {
	font-size: 28px
}

h5 {
	font-size: 24px
}

h6 {
	font-size: 20px
}

.header {
	font-size: 28px;
	color: var(--brandcolor);
	margin-bottom: 20px
}

.subheader {
	font-size: 21px;
	color: var(--brandcolor);
	margin-bottom: 20px
}

p {
	margin: 0 0 20px 0
}

em {
	font-style: italic
}

strong,
b {
	font-weight: bold
}

small {
	font-size: 80%
}

hr {
	border: #E8E8E8;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0.5px;
	background: #E8E8E8;
}

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 .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: color .3s ease;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	color: #004B87
}

p a,
p a:visited {
	line-height: inherit
}

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

#lists

-----------------------------------------*/
ul,
ol {
	margin-bottom: 20px;
	margin-left: 10px
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px
}

li {
	line-height: 1.3;
	margin-bottom: 7px
}

li p {
	line-height: 1.3
}

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

#images

-----------------------------------------*/
img {
	max-width: 100%;
	height: auto
}

a img {
	border: none
}

.alignleft {
	float: left;
	clear: left;
	margin: 0 20px 20px
}

.alignright {
	float: right;
	margin: 0 0 20px 20px
}

.alignnone {
	margin: 0 auto 20px;
	display: block
}

img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
	margin: 0 0 20px 20px;
}

img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
	margin: 0 20px 20px 0;
}

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

#buttons

-----------------------------------------*/
.button,
a.button,
.btn,
#post button:not(.rz-agenda-search-submit),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn{padding:9px 25px;color: var(--lightgray);display:inline-block;font-size:16px;font-weight:400;text-decoration:none;cursor:pointer;line-height:24px;vertical-align:middle;transition:all .3s; text-transform: capitalize; background: var(--brandcolor); border-radius: 36px;}
.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:var(--darkbrandcolor);color:var(--lightgray);text-decoration: none;}
.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(--darkbrandcolor);color:var(--lightgray);text-decoration: none;}
#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:var(--lightgray);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:var(--lightgray)!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:50px}
.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; z-index:10}
.hide-edit-btns .rz-btns-container{display:none}
.user-not-logged-in .rz-btns-container{display:none!important}

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

#forms

-----------------------------------------*/
form {
	margin-bottom: 20px
}

fieldset {
	margin-bottom: 20px
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
	border: 1px solid var(--darkgray);
	padding: .375rem .75rem;
	outline: none;
	font-size: 16px;
	font-family: sans-serif;
	color: var(--brandcolor);
	margin: 0;
	display: inline-block;
	background: var(--lightgray);
	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: var(--lightgray);
	padding: 30px;
	border: 1px solid #D2DFEF
}

form.loginform p {
	background: #E65229;
	color: var(--lightgray);
	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:100;bottom:20px;margin:0;right:20px;color:#666;padding:28px;font-size:14px;width:410px;display:flex;flex-direction:column;overflow:hidden;border:0; background: #FFFFFF; box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03); border-radius: 16px;}
.floating-alert h2 {color:var(--brandcolor);margin:0 0 10px;font-size:24px;font-weight:400;line-height:1.3;font-family: "Playfair Display", serif; font-weight: 700;}
.floating-alert p {margin:0; color: #000; font-size: 16px;}
.alert-buttons {margin:28px -28px -28px;display:flex; border-top: 1px solid #ccc;}
.alert-button {flex:1 1;text-align:center;padding:10px 0;text-decoration:none;color:var(--darkgray) !important;font-weight:700;line-height:1.5;font-size: 16px; text-transform: capitalize; border-right: 1px solid #ccc;}
.alert-buttons .alert-button:last-of-type {border:0;color:var(--darkgray);}
.alert-button:hover {background:var(--brandcolor);color:var(--lightgray) !important;text-decoration:none;cursor:pointer}
.floating-alert.fade:not(.show) {display:none}
/* -----------------------------------------

#rz edit

-----------------------------------------*/
#event-modal .modal-footer .btn{margin:0 0 0 10px}
#wrapper_sliderVideo{z-index:1 !important}
#entry #isotope-container .isotop-element img {margin: 0;}
.item-overlay .more-icon {transform: translate(-50%, -50%);}
#rz-rpfbids-row, body .cat h3 {background: var(--brandcolor);}
#post #document-center button:not(.rz-agenda-search-submit) {display: none;}

.faq-question, .faq-header {margin: 0 0 10px;}
.faq-editbtns {margin-top: -4px;}
tr#rz-rpfbids-row td:first-child {
    text-align: left;
}
tr#rz-rpfbids-row td {
    text-align: center;
}

article#rz-business-directory i.fa.fa-twitter:before{content: "";background:url(../images/twitter-x.png);background-size: cover;display: inline-block;width: 18px;height: 18px;position: relative;top: 3px;}
.business-social-links a>.fa-twitter:before{content: "";background:url(../images/twitter-x.png);background-size: cover;display: inline-block;width: 18px;height: 18px;position: relative;top: 3px;}

#entry span.btn {padding: 0;}
#entry span.btn a, #entry span.btn:not(:has(a)) {padding:9px 25px;color: var(--lightgray);display:inline-block;font-size:16px;font-weight:400;text-decoration:none;cursor:pointer;line-height:24px;vertical-align:middle;transition:all .3s; text-transform: capitalize; background: var(--brandcolor); border-radius: 36px;}
#entry span.btn:hover a, #entry span.btn:not(:has(a)):hover {-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:var(--darkbrandcolor);color:var(--lightgray);text-decoration: none;}

.modal #event-delete, .modal #event-edit, .modal #ics-export, .modal #modal-event-readmore, .modal .btn.btn-secondary {color: var(--lightgray) !important;}

.floatBtns {position: fixed; bottom: 35px; left: 10px; z-index: 999; width: 32px;}
.uai{display:none!important}
.adaBtn {width: 28px; height: 44px; background: url('../images/ada.png') no-repeat center var(--brandcolor); border-radius: 36px; border: 2px solid #FFFFFF; cursor: pointer; margin: 0 0 5px;}

#freeform .floatBtns {left: auto; right: 5px; bottom: 50%;}
#doc-search-form input, #doc-search-form select {border-radius: 0 !important;}
body .rpfbids tr td {text-align: left !important;}
#document-center h2, #document-center h3, #document-center h4 {font-size: 16px !important; font-family: "Commissioner", sans-serif; text-transform: capitalize !important;}
.fRight .rz-btns-container {margin-top: -40px;}
#newslist-container .news-banner {background-position: center !important; background-size: contain !important;}

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

#main

-----------------------------------------*/
.container {width: 1400px; max-width: 100%;}
#skip{position:fixed;left:-100%;top:-100%;transition:all .3s;z-index:999}
#skip:focus{left:50px;top:50px}
.user-logged-in .site-header {position: relative;}
.site-header{position:relative;z-index:200; width: 100%;}
#logo-wrap {margin:0; padding: 0 0 0 20px; position: relative;}
#logo {display: block; width: 137px; transition: all 0.5s;}

/*base nav styles*/
.site-header #nav {padding:0;margin:0; text-align: center; align-items: center; display: flex; justify-content: center; width: 100%; position: relative;}
.site-header #nav ul {display: none;}
.site-header #nav li{list-style:none;margin:0 12px; height: 100%; break-inside: avoid;}
.site-header #nav ul{padding:0;margin:0}
.site-header #nav a,
.site-header #nav span {text-decoration:none;font-size:16px;display:inline-block; text-transform: capitalize; color: var(--brandcolor); font-weight: 700; padding:25px 0 26px; line-height: 21px; text-align: center;}
.site-header #nav ul a,
.site-header #nav ul span {display:block}

.headerBtm {height: 72px; position: relative; z-index: 9;}
.headerBtm .container-fluid {display: flex; justify-content: space-between; align-items: center;}
.headerBtm .center-top {z-index: 99;}

.sticky-top {position: fixed !important;}
.sticky-header.sticky-top .headerBtm, #freeform .headerBtm {height: 59px; position: fixed; width: 100%;}
.sticky-header.sticky-top .headerBtm::before, #freeform .headerBtm::before {content: ''; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(2.5px); position: absolute; top: 0; left: 0; right: 0; bottom: 0;}

.sticky-header.sticky-top #nav a, 
.sticky-header.sticky-top #nav span,
#freeform .sticky-header #nav>li>a,
#freeform .sticky-header #nav>li>span {padding: 19px 0;}

.headerRt {display: flex; justify-content: flex-start; align-items: center; padding: 0 20px 0 0;}

.headerBtm .socialBx {display: flex; justify-content: flex-start; align-items: center; gap: 7px; margin: 0 0 0 25px;}
.headerBtm .socialBx a.slink {width: 24px; height: 24px; display: flex; align-items: center; justify-content: center;}
.headerBtm .socialBx a.slink img {width: 24px; filter: brightness(0) saturate(100%) invert(12%) sepia(62%) saturate(5059%) hue-rotate(355deg) brightness(78%) contrast(115%);}
.headerBtm .socialBx a.slink:hover img {filter: brightness(0) saturate(100%) invert(17%) sepia(68%) saturate(937%) hue-rotate(162deg) brightness(94%) contrast(105%);}
.headerBtm .socialBx .left-top, .headerBtm nav .left-top {margin-top: 50px;}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.toggle {
	display: none
}

#twitterfeed {
	background: #f1f1f1
}

.goog-te-banner-frame {
	display: none
}

/* Google translate*/
.langBx {margin: 0 0 0 25px; position: relative;}
.langBtn {text-decoration: none; height: 40px; display: flex; justify-content: flex-start; align-items: center; margin: 0; padding: 0 20px; font-size: 16px; font-weight:400; color: var(--darkbrandcolor); background: transparent; border-radius: 36px; border:1px solid var(--darkbrandcolor); cursor: pointer;}
.langBtn:hover {background: var(--brandcolor); color: var(--lightgray); border-color: var(--brandcolor);}
.langBtn .text {line-height: 40px; display: block; padding: 0 10px 0 0;}
.langBtn:hover img {filter: brightness(0) saturate(100%) invert(90%) sepia(74%) saturate(3317%) hue-rotate(184deg) brightness(130%) contrast(100%);}
.langIn {position: absolute; top:60px; right: 0; display: none; width: 173px; background: var(--brandcolor); border-radius: 4px; padding: 15px 10px; z-index: 9999;}
.langIn::before {content: ''; position: absolute; top: -11px; right: 50%; transform: rotate(0); width: 0; height: 0; border-style: solid; border-width: 0 10px 13px 10px; border-color: transparent transparent var(--brandcolor) transparent; border-radius: 8px;}
.langIn strong {color: var(--lightgray); font-size: 12px; font-weight: 400; display: block; text-align: center; margin: 0 0 2px;}
.twoLang {display: flex; justify-content: space-around; align-items: center; flex-direction: column;}
.twoLang a {color: var(--lightgray); font-weight: 400; font-size: 14px; text-decoration: none;}
.twoLang a:hover {color: #C71121; font-weight: 700;}

#translation-links{padding:0; margin: 0;}
#translation-links li{position:relative;margin:0;list-style:none;line-height: 1.5;}
#translation-links #translate-button {border: none; background: transparent; font-size: 12px; font-weight: 700; color: var(--lightgray);}    
#translation-links #translate-button i {font-size: 16px; color: var(--lightgray); margin: 0;}
#translation-links #translate-reset {display: none !important;}
#translation-links ul{padding:10px 0;margin:0;position:absolute;top:100%;right:-10px;width:173px;background:var(--brandcolor);display:none;height:250px;overflow-y:scroll; z-index: 99;}
#translation-links ul li{margin:0}
#translation-links ul li a{display:block;text-decoration:none;padding:3px 1.5rem; font-size: 14px; color:var(--lightgray);}
#translation-links ul li a:hover{color:var(--lightbrandcolor);}
[lang="en"] #translate-reset{display: none}
[data-lang="English"]{background:transparent}
div.skiptranslate{display:none !important}

#translation-links #translate-button:hover {border-color: var(--lightbrandcolor);}

#search-toggle-desktop {width:36px; height: 36px; margin:0 0 0 15px; cursor: pointer; border-radius:50%; text-align: center; display: flex; justify-content: center; align-items: center; background: var(--brandcolor); z-index: 99; position: relative;}
#search-toggle-desktop:hover {background: var(--darkbrandcolor);}
#search-toggle-desktop i{position:relative;color: var(--lightgray);}

#search {margin: 0; padding: 0; position: absolute; top: 80px; right: 35px; display: none;} 
#search form{margin:0 auto;position:relative; height: 40px; width: 300px;}
#search label{position:absolute;left:15px;top:50%;transform:translateY(-50%);font-size:18px; display: none;}
#search input{border:0;height:40px;background: rgba(255, 255, 255, 0.91); backdrop-filter: blur(4px); border-radius: 24px; padding-left:15px; padding-right:40px; font-size: 14px; display: block; color: var(--brandcolor); font-weight: 700;font-family: "Commissioner", sans-serif;}
#search button {position:absolute;right:0;top:0;border:none;width:50px;height:40px; background:url('../images/search.png') no-repeat center #003753; text-indent: -9500px; border-radius: 0 24px 24px 0;}
#search input::placeholder{color: #003753;} 
#search input::-webkit-input-placeholder{color: #003753;}
#search input:-moz-placeholder{color: #003753;}
#search input::-moz-placeholder{color: #003753;}
#search input:-ms-input-placeholder{color: #003753;}

#homepage #main {position: relative; z-index: 99;}

/* Quick Links */
#qlinks {margin: 36px 0 0; padding: 48px 0; position: relative; z-index: 1; background-size: cover;}
#qlinks::before {content: ''; background: rgba(0, 55, 83, 0.96); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1;}
#qlinks .tiny-item {margin: 0; padding: 0;}
#qlinks .qBox {margin: 0 -10px;}
#qlinks .qBlock {margin: 0 10px; display: block; text-decoration: none; min-height: 250px; border-radius: 16px; padding: 20px 32px; transition: all 0.5s; position: relative; z-index: 1; text-align: center;}
#qlinks .qBlock:hover {background: url('../images/slide.jpg');}
#qlinks .qBlock::before {content: ''; border-radius: 16px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(132, 0, 0, 0.90); z-index: -1; display: none;}
#qlinks .qBlock:hover::before {display: block;}
#qlinks .qBlock .icoBx {border: 5px solid var(--lightbrandcolor); border-radius: 95px; width: 90px; height: 90px; margin: 0 auto 15px; background-repeat: no-repeat; background-position: center;}
#qlinks .qBlock h3.title {color: var(--lightbrandcolor); font-size: 20px; line-height: 28px; margin: 0 0 10px;}
#qlinks .qBlock .more {color: var(--lightgray); font-weight:400; line-height: 24px; font-size: 16px; text-transform: capitalize;}

#qlinks .tns-outer {position: static;}
#qlinks .tns-controls {position: absolute; top: calc(50% - 28px); left: 0; right: 0; transform: none; z-index: 99; transform: translateY(-50%); height: 0;}
#qlinks button[data-controls] {margin: 0; width: 60px; height: 56px; line-height: 56px; background: #C71121; padding: 0; border-radius: 0px 36px 36px 0px; transition: all 0.5s;}
#qlinks button[data-controls]:last-of-type {border-radius: 36px 0 0 36px;}
#qlinks button[data-controls] .left {background: url(../images/arrow_back_ios.png) no-repeat center; width: 100%; height: 100%; display: block; filter: brightness(0) saturate(100%) invert(99%) sepia(37%) saturate(102%) hue-rotate(290deg) brightness(115%) contrast(100%);}
#qlinks button[data-controls] .right {background: url(../images/arrow_forward_ios.png) no-repeat center; width: 100%; height: 100%; display: block; filter: brightness(0) saturate(100%) invert(99%) sepia(37%) saturate(102%) hue-rotate(290deg) brightness(115%) contrast(100%);}
#qlinks button[data-controls]:hover {background: var(--darkbrandcolor);}

/* News */
#news {padding: 112px 0 115px; margin: 36px 0; position: relative; z-index: 1; background-size: cover; border-radius: 36px;}
#news::before {content: ''; background: rgba(132, 0, 0, 0.90); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; border-radius: 36px;}
.newsB {padding: 48px 31px 45px; margin: 0;}
#news h2.section-header, #events h2.section-header {text-align: center; color: var(--lightgray); text-transform: capitalize; font-size: clamp(30px, 4vw, 56px); margin: 0 0 24px;}
#news .sub, #events .sub {color: var(--lightgray); text-align: center; padding: 0 15px;}

#news .tiny-item {margin: 0; padding: 0;}
#news .newsPill {margin: 0 18px;}
#news .newsBlock {display: block; text-decoration: none; background: var(--lightbrandcolor); border-radius: 16px; min-height: 515px; position: relative; transition: all 0.5s;}
#news .newsBlock:hover {background: var(--brandcolor);}
#news .date {position: absolute; top: 20px; left: 20px; background: var(--brandcolor); border-radius: 50%; width: 74px; height: 74px; display: flex; align-items: center; justify-content: center; flex-direction: column; z-index: 9; transition: all 0.5s;}
#news .newsBlock:hover .date {background: var(--lightbrandcolor);}
#news .date .mth {font-size: 20px; line-height: 20px; color: var(--lightgray); text-transform: uppercase; font-weight: 700;}
#news .date .day {font-size: 20px; color: var(--lightgray); line-height: 24px; font-weight: 700;}
#news .newsBlock:hover .date .mth,
#news .newsBlock:hover .date .day {color: var(--brandcolor);}
#news .newsBlock .newsImg {min-height: 381px; border-radius: 16px 16px 0 0; background-size: cover; position: relative;}
#news .newsPill .info {padding: 23px 30px;} 
#news .newsBlock h3.title {color: var(--brandcolor); font-size: 20px; line-height: 28px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; margin: 0 0 8px;}
#news .newsPill .more {color: var(--brandcolor); font-weight: 400; line-height: 24px; font-size: 16px; text-transform: capitalize; position: relative;}
#news .newsPill .more::after {content:"\f055"; font-family: "FontAwesome"; margin: 0 0 0 7px; position: absolute; top: 0; font-weight: 700;}
#news .newsPill:hover h3.title, #news .newsPill:hover .more {text-decoration: none; text-decoration-thickness: 1px; text-underline-offset: 2px; color: var(--lightgray);} 
#news .newsPill:hover .more::after {text-decoration: none !important;}

#news .tns-controls {position: absolute; top: auto; bottom: -90px; left: auto; right: 4px; transform: none; z-index: 99;}
#news button[data-controls] {margin: 0 7px; width: 40px; height: 40px; line-height: 40px; background: var(--lightbrandcolor); padding: 0; border-radius: 50%; transition: all 0.5s; border: 2px solid var(--lightbrandcolor);}
#news button[data-controls] .left {background: url(../images/arrow_back_ios.png) no-repeat center; width: 100%; height: 100%; display: block; filter: brightness(0) saturate(100%) invert(10%) sepia(96%) saturate(2378%) hue-rotate(182deg) brightness(100%) contrast(101%); background-size: 24px;}
#news button[data-controls] .right {background: url(../images/arrow_forward_ios.png) no-repeat center; width: 100%; height: 100%; display: block; filter: brightness(0) saturate(100%) invert(10%) sepia(96%) saturate(2378%) hue-rotate(182deg) brightness(100%) contrast(101%); background-size: 24px;}
#news button[data-controls]:hover {background: var(--darkbrandcolor);}
#news button[data-controls]:hover .left,
#news button[data-controls]:hover .right {filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(187%) hue-rotate(359deg) brightness(116%) contrast(100%);}

#news .tns-nav {right: 310px; top: auto; bottom: -76px; left: auto;}
#news .tns-nav button {width: 8px; height: 8px; line-height: 8px; background: var(--lightbrandcolor);}
#news .tns-nav button:hover, #news .tns-nav button.tns-nav-active {background: var(--brandcolor);}

#news .button {background: transparent; color: var(--lightgray); border: 2px solid var(--lightbrandcolor); margin-right: 145px; position: relative; padding: 7px 60px 7px 25px;}
#news .button:hover {background: var(--lightgray); border-color: var(--lightgray); color: var(--brandcolor);}
#news a.button::after {content: ''; width: 24px; height: 24px; background: url(../images/archive.png); background-size: 24px; position: absolute; top: 50%; transform: translateY(-50%); right: 25px;}
#news a.button:hover::after {filter: brightness(0) saturate(100%) invert(15%) sepia(86%) saturate(1018%) hue-rotate(168deg) brightness(94%) contrast(103%);}

/* Events */
#events {position: relative;padding: 112px 0 64px; background-size: cover; z-index: 1;}
#events::before {content: ''; z-index: -1; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(224, 244, 255, 0.90);}
#events h2.section-header,
#events .sub {color: var(--brandcolor);}

.events-in {position: relative; padding: 49px 0 0;}
#events .btnBox {position: absolute; bottom: 30px; right: 30px; display: flex;}
.events-buttons {text-align: center;margin-top: 45px;}
.events-controls button {margin: 0 7px; width: 40px; height: 40px; line-height: 40px; background: var(--lightbrandcolor); border: none; padding: 0; border-radius: 50%; transition: all 0.5s; display: flex; align-items: center; justify-content: center;}
.events-controls {display: flex;justify-content: space-between; margin: 0 auto;height: 0;position: relative;}
.events-controls button:hover {background: var(--darkbrandcolor);}
.events-controls button img {filter: brightness(0) saturate(100%) invert(10%) sepia(96%) saturate(2378%) hue-rotate(182deg) brightness(100%) contrast(101%); width: 24px;}
.events-controls button:hover img {filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(187%) hue-rotate(359deg) brightness(116%) contrast(100%);}
.events-more .button {background: transparent; color: var(--lightgray); border: 2px solid #C71121; margin-right: 5px; position: relative; padding: 7px 60px 7px 25px;}
.events-more .button:hover {background: var(--lightbrandcolor); border-color: var(--lightbrandcolor); color: var(--brandcolor);}
.events-more a.button::after {content: ''; width: 24px; height: 24px; background: url(../images/calendar_month.png); background-size: 24px; position: absolute; top: 50%; transform: translateY(-50%); right: 25px;}
.events-more a.button:hover::after {filter: brightness(0) saturate(100%) invert(15%) sepia(86%) saturate(1018%) hue-rotate(168deg) brightness(94%) contrast(103%);}

/* History Section */
#history-section {margin: 0; padding: 0; position: relative; z-index: 1;}
.historySlide {margin: 0 -15px;}
.hBlock {height: 482px; background-size: cover; background-position: center;}
#history-section .tiny-item {margin: 0; padding: 0;}

#history-section .tns-controls {position: absolute; top: 30px; bottom: auto; left: auto; right: 30px; transform: none; z-index: 99;}
#history-section button[data-controls] {margin: 0 7px; width: 40px; height: 40px; line-height: 40px; background: var(--lightbrandcolor); padding: 0; border-radius: 50%; transition: all 0.5s; border: 2px solid var(--lightbrandcolor);}
#history-section button[data-controls] .left {background: url(../images/arrow_back_ios.png) no-repeat center; width: 100%; height: 100%; display: block; filter: brightness(0) saturate(100%) invert(10%) sepia(96%) saturate(2378%) hue-rotate(182deg) brightness(100%) contrast(101%); background-size: 24px;}
#history-section button[data-controls] .right {background: url(../images/arrow_forward_ios.png) no-repeat center; width: 100%; height: 100%; display: block; filter: brightness(0) saturate(100%) invert(10%) sepia(96%) saturate(2378%) hue-rotate(182deg) brightness(100%) contrast(101%); background-size: 24px;}
#history-section button[data-controls]:hover {background: transparent;}
#history-section button[data-controls]:hover .left,
#history-section button[data-controls]:hover .right {filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(187%) hue-rotate(359deg) brightness(116%) contrast(100%);}

.historyInfo {text-align: center; padding: 0 50px;}
.historyInfo h2.section-header {font-size: clamp(30px, 4vw, 56px); color: var(--brandcolor);}
.historyInfo h2.section-header span {display: block; color: #C71121;}
.historyInfo .txt {color: var(--brandcolor); margin: 0 0 30px;}
.historyInfo a.button {position: relative; padding: 9px 60px 9px 25px;}
.historyInfo a.button::after {content: ''; width: 24px; height: 24px; background: url(../images/arrow_forward_ios.png); background-size: 24px; position: absolute; top: 50%; transform: translateY(-50%); right: 25px;}


/* Footer */
#footer {margin:0; padding: 0; position: relative; z-index: 1;}
#footer::before {content: ''; background: rgba(0, 55, 83, 0.96); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1;}

.footerTop {padding: 36px 0 5px; position: relative;}
.footerTop img {margin: 0 0 24px;}
.fBxInfo {color: var(--lightgray);}
.fBxInfo a.link {font-size: 14px; line-height: 21px; color: var(--lightgray); font-weight: 700; text-decoration: none;}
.fBxInfo a.link:hover {text-decoration: none; color: #C71121;}
.fBxInfo a.link.mail {text-decoration: underline;}
.fBxInfo a:hover.link.mail {text-decoration: none;}

.fRight {display: flex; justify-content:space-evenly; align-items: flex-start;}
.footerTop .fRight h2.title {margin: 0 0 14px;}
.footerTop h2.title {color: var(--lightgray); font-size: 20px; line-height: 28px; text-transform: capitalize; margin: 0 0 10px;}
.fBox {padding: 0;}
ul.flink {margin: 0; padding: 0; list-style: none;}
.fBox ul.flink li {margin: 0 0 10px; padding: 0; list-style: none; line-height: 24px; font-size: 14px; color: var(--lightgray); display: flex; align-items: center; justify-content: flex-start; gap: 10px;} 
.fBox ul.flink li a {color: var(--lightgray); text-transform: capitalize; text-decoration: none; display: block; padding: 0;}
ul.flink li a:hover {text-decoration: none; color: #C71121;}

#footer .footerBtm {padding: 0;}
#footer #revize {margin-left: -15px; font-size: 16px; color: var(--lightgray); background: url('../images/revize_logo.png') no-repeat left; min-height: 40px; padding: 8px 0 0 55px;}
#footer #revize-link {color: var(--lightgray); font-weight: 700;}
#footer #revize a {color: var(--lightgray); text-decoration: none;}
#footer #revize a:hover {text-decoration: underline;}
#footer .footerBtm .row {border-top: 1px solid var(--lightgray); padding-top: 30px; padding-bottom: 30px; margin-left: 0; margin-right: 0;}
#footer .rlinks {display: flex; justify-content: end; align-items: center; padding: 8px 0 0; margin-right: -15px; gap: 20px;}
#footer .rlink, #footer .footerBtm .rlinks a {text-decoration: underline; color: var(--lightgray); text-transform: capitalize; font-size: 14px;}
#footer .rlink:hover, #footer .footerBtm .rlinks a:hover {text-decoration: none;}

#modal-section {height: 0;}

/* -----------------------------------------
#inner
-----------------------------------------*/
#freeform{position: relative;}
#freeform #main{position: relative;padding: 65px 0; word-break: break-word;}
.sideBar {margin: 0 -58px 0 30px; background: var(--lightbrandcolor); border-radius: 36px; padding: 47px 24px; z-index: 99; position: relative;}
#flyout-wrap {margin:0 0 42px;}
#flyout-header {margin:0 0 15px; padding: 0; font-size: 20px; line-height: 28px; color: var(--brandcolor);}
#flyout{padding:0;margin:0}
#flyout>li{position:relative;margin:0;list-style:none;padding: 0;} 
#flyout>li:first-child>a {border: none;}
#flyout>li>a,
#flyout>li>span{display:block;text-decoration:none;font-size: 16px; color: var(--darkgray);line-height: 21px; text-transform: capitalize; padding:10px 15px; transition: all 0.3s; border-radius: 24px;}
#flyout>li:hover>a,
#flyout>li:hover>span {text-decoration: none; background: #C71121;} 
#flyout ul {padding:0;margin:0;display:none;list-style: none;}
#flyout ul li {margin: 0 0 0 30px;}
#flyout ul a,
#flyout ul span {font-size: 16px;padding: 10px 0 !important;display: block; color: var(--darkgray) !important; background: none !important; text-decoration: none !important;}
#flyout ul a:hover,
#flyout ul span:hover {text-decoration: underline !important;}
#flyout ul li:first-child a,
#flyout ul li:first-child span {border: none !important;}

#breadcrumbs {font-size: 16px; text-transform:capitalize; color: var(--brandcolor); padding: 0 0 11px;}
#breadcrumbs a {text-decoration:none; color: var(--darkgray); font-weight: 400;}
#breadcrumbs a:hover {color: var(--brandcolor);}
#breadcrumbs li {color: var(--brandcolor); margin: 0 25px 0 0; position: relative; font-weight: 700; display:inline-block;}
#breadcrumbs li:after {content:"\f105"; font-family: 'FontAwesome';font-weight: 700;color: var(--darkgray);font-size: 12px; position: absolute; top: 4px; left: -15px;}
#breadcrumbs li:first-child::after {display: none;}
#breadcrumbs ul {list-style:none;margin:0;padding:0;}
#entry #breadcrumbs ul {margin: 0 0 24px;}

.col-xs-12{width:100%}

#contact-wrap {margin: 0 0 52px;}
.freeform__box-header {margin:0 0 15px; padding: 0; font-size: 20px; line-height: 28px; color: var(--brandcolor);} 
.freeform__box-body {padding: 0;}

.cntInfoTop {padding: 0;}
.avatarBx {border-radius: 50%; width: 164px; height: 164px; border-radius: 50%; margin: 0 0 15px; background-repeat: no-repeat; background-position: center; background-size: cover;}
#contact-name {color: var(--brandcolor); font-size: 20px; padding: 0; display: block; line-height: 28px; font-weight: 700; font-family: "Playfair Display", serif;}
#contact-position {color: var(--darkgray);font-size: 16px;text-transform: capitalize; padding: 0; display: block; line-height: 24px;}
.contact-info {margin: 0; padding:15px 0 0;}
.contact-info li {margin:0 0 15px; padding: 0; list-style: none; font-size: 14px; color: #1A1A1A; line-height: 21px; display: flex; justify-content: flex-start; align-items: center; gap: 10px;}
.contact-info a {color: #1A1A1A; text-decoration: none; margin:0; position: relative;}
.contact-info a:hover, .contact-info span:hover {text-decoration: underline;}

#follow-wrap {margin: 0 0 48px;}
#follow-wrap .socialBx {display: flex; justify-content: flex-start; align-items: center; gap: 15px; margin: 0 0 45px;}
#follow-wrap .socialBx a.slink {width: 32px; height: 32px;}
#follow-wrap .socialBx a.slink img {filter: brightness(0) saturate(100%) invert(16%) sepia(42%) saturate(2367%) hue-rotate(171deg) brightness(94%) contrast(103%); width: 32px;}
#follow-wrap .socialBx a.slink:hover img {filter: brightness(0) saturate(100%) invert(24%) sepia(49%) saturate(4715%) hue-rotate(341deg) brightness(75%) contrast(112%);}
.newsletterBx {border-radius: 16px; padding: 13px 16px 9px 52px; background: url('../images/markunread.png') no-repeat 18px center; border: 5px solid #003753;} 
.newsletterBx strong {font-weight: 700; font-size: 14px; line-height: 21px; display: block; color: var(--brandcolor);}
.newsletterBx .txt {font-size: 14px; line-height: 21px; color: var(--darkgray);}

#hr-wrap {margin: 0;}
.hrBx {display: flex; justify-content: flex-start; align-items: flex-start; padding:10px 0 2px;}
.hrBx .hrDay {color: var(--brandcolor); font-size: 18px; font-weight: 700; line-height: 27px; text-transform: uppercase; min-width: 58px;}
.hrBx .hrTime {color: var(--darkgray); font-size: 16px; line-height: 24px;}

#resource-wrap {margin:0 0 48px;}
#resource-wrap a.filenme {display: block; padding: 8px 12px 8px 55px; margin: 0 0 7px; text-decoration: none; color: var(--lightgray); background: var(--brandcolor); font-size: 16px; line-height: 24px; border-radius: 24px; position: relative; font-weight: 400;}
#resource-wrap a.filenme:hover {text-decoration: none; background: #C71121;}
#resource-wrap a.filenme::before {content: ''; background: url('../images/file_download.png') no-repeat; width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); left: 20px;} 

#feature-wrap {margin: 0 0 45px;}
.featBx {display: flex; justify-content: space-between; align-items: flex-start; margin: 0 0 12px; text-decoration: none !important;}
.featBx .featImg {width: 160px; height: 144px; background-size: cover; border-radius: 16px;}
.featBx .featInfo {width: calc(100% - 160px); padding: 0 0 0 23px;}
.featBx .featInfo strong {display: block; font-weight: 700; font-size: 16px; line-height: 21px; margin: 0 0 7px; color: var(--brandcolor);}
.featBx .featInfo .txt {font-size: 14px; line-height: 21px; margin: 0 0 5px; color: var(--darkgray);}
.featBx .featInfo .more {text-decoration: underline; font-size: 14px; line-height: 21px; color: var(--darkgray);}
.featBx:hover .featInfo strong {color: #C71121; text-decoration: none;}
.featBx:hover .featInfo .more {color: #C71121; text-decoration: underline;}

.bg-color {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: 33px;
    margin: 0;
}

#entry {padding:0; margin: 0 -12px 0 75px;}
figcaption {border-left: 2px solid var(--brandcolor); padding: 2px 10px; margin: 10px 0 26px; font-size: 14px; line-height: 21px;}
#page-title {font-size: clamp(28px, 5vw, 56px);margin:0 0 21px; text-transform: capitalize; font-weight: 700; color: var(--brandcolor);}
#entry p {margin-bottom: 31px;}
#entry p strong {font-size: 20px; line-height: 30px; color: var(--brandcolor);}
#entry p a {text-decoration: underline; color: var(--brandcolor);}
#entry p a:hover {text-decoration: none;}
img[align="left"], img[style*="float: left"], img[style*="float:left"] {margin-right: 20px;}
img[align="right"], img[style*="float: right"], img[style*="float:right"] {margin-left: 20px;}
/* #entry .subheader {font-size: clamp(22px, 4vw, 40px); margin: 0 0 20px; text-transform: capitalize;  display: block; color: var(--brandcolor);}
#entry .header {font-size: clamp(18px, 4vw, 28px); margin: 0 0 20px; text-transform: capitalize; color: var(--brandcolor);} */
#entry img {border-radius: 30px;}

#entry h1 {font-size: clamp(30px, 4vw, 56px); margin: 0 0 30px;}
#entry h2 {font-size: clamp(28px, 4vw, 48px); margin: 0 0 22px;}
#entry h3 {font-size: clamp(26px, 4vw, 40px); margin: 0 0 18px;}
#entry h4 {font-size: clamp(24px, 4vw, 32px);}
#entry h5 {font-size: clamp(22px, 4vw, 24px);}
#entry h6 {font-size: clamp(18px, 4vw, 20px);}
ul {margin: 0 0 46px;}
#entry blockquote {padding: 5px 0 5px 20px; color: #000; font-size: clamp(16px, 4vw, 24px); margin: 30px 0; border-left: 2px solid var(--brandcolor); line-height: 34px; font-style: italic;}

#freeform.fullwidth #entry {margin: 0; padding: 0;}
#entry h3.jobs-title {margin: 0 0 5px; line-height: 20px;}
#entry .cat h3 {font-size: 17px;}
/* -----------------------------------------

#share widget

-----------------------------------------*/
.modal {
	z-index: 100000
}

/** modal **/
.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: var(--lightgray)
}

.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: 15px!important;
	font-weight: bold!important;
	padding: .6rem 0.5rem!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 {
	border-radius: 36px;
	border: 2px solid #FFFFFF;
	background: url('../images/share.png') no-repeat center #C71121; 
	padding: 0;
	cursor: pointer;
	color: var(--lightgray);
	width: 28px;
	height: 44px;	
}
/* -----------------------------------------

#slider

-----------------------------------------*/
#slider {position:relative;min-height: 912px; overflow: hidden; z-index: 1; border-radius: 36px; margin: 0 35px;}
#slider::before {background: linear-gradient(360deg, rgba(11, 37, 69, 0) 51.17%, #0B2545 100%); content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}
#slider .center-top {top: 150px !important;}

#slider-caption {position: absolute; top: 0; bottom: 0; left: 0; right: auto; z-index: 3; width: 42.2%; background: rgba(224, 244, 255, 0.84);  backdrop-filter: blur(2.5px); padding: 25px 48px;} 
.sInfo {color: var(--brandcolor);}
.sInfo a.ilink {color: var(--brandcolor); text-decoration: none; padding: 0 20px 0 25px; position: relative; background-size: 20px; background-repeat: no-repeat; background-position: left;}
.sInfo a.ilink:hover {text-decoration: underline;}
.captionBx {padding: 210px 0 0;}
.captionBx h1 {font-size: clamp(30px, 5vw, 80px); color: var(--brandcolor); text-transform: uppercase; margin: 0 0 15px;}
.captionBx h1 span {color: var(--darkbrandcolor); font-size: clamp(18px, 5vw, 32px); font-family: "Commissioner", sans-serif; font-weight: 500; display: block; text-transform: capitalize;}
.captionBx .txt {margin: 0 0 20px;}

.weather {color: #fff; font-size: 18px; font-weight: 700; position: absolute; bottom: 25px; right: 25px; z-index: 99;}
.weather i {color: #fff; font-size: 32px;font-family: 'weather';}
.weather .forecast {position: relative; padding: 0; margin: 0; color: #fff; font-weight: 700; font-size: 32px;}    
.weather span {font-size: 18px; font-weight: 700; text-transform: capitalize; color: #fff; }

#slider .tns-outer{position:absolute;left:0;right:0;top:0;bottom:0}
#slider .center-center {z-index: 999;}

#slider .tns-controls {top: 50%; transform: translateY(-50%); right: 15px; left: 15px; z-index: 3;} 
#slider button[data-controls] {margin: 0 40px; width: 40px; height: 40px; line-height: 40px; background: #D2E2E2; border: 1px solid #D2E2E2; padding: 0; border-radius: 8px; transition: all 0.5s;}
#slider button[data-controls]:hover {background: var(--lightbrandcolor); border-color: var(--lightbrandcolor);}
#slider button[data-controls] .left {background: url(../images/arrow_back_ios.png) no-repeat center; width: 100%; height: 100%; display: block; background-size: 24px; filter: brightness(0) saturate(100%) invert(11%) sepia(15%) saturate(5477%) hue-rotate(165deg) brightness(99%) contrast(93%);}
#slider button[data-controls] .right {background: url(../images/arrow_forward_ios.png) no-repeat center; width: 100%; height: 100%; display: block; background-size: 24px; filter: brightness(0) saturate(100%) invert(11%) sepia(15%) saturate(5477%) hue-rotate(165deg) brightness(99%) contrast(93%);}

#homepage #slider .tns-controls {display: none !important;}
#homepage #slider button[data-controls] {margin: 0 140px;}

#slider .tns-nav{position:absolute;bottom:25px;left:auto;right:30px; top: auto; z-index:1; gap: 7px; display: flex; justify-content: center; align-items: center; display: none;}
#slider .tns-nav button{border:0;background:var(--lightgray);padding:0; width: 11px; height: 11px; line-height: 11px;border-radius:50%;margin:0}
#slider .tns-nav button.tns-nav-active{background:var(--brandcolor)}

.tns-outer button[data-controls]{border:0;padding:0;background:var(--brandcolor);width:40px;line-height:40px;border-radius:50px;color:var(--lightgray);font-size:18px;margin:0 15px}
.tns-nav {position:absolute;bottom:15px;left:0;right:0;z-index:1;text-align:center}
.tns-nav button{border:0;background:var(--lightgray);padding:0;width:15px;height:15px;border-radius:50px;margin:0 3px}
.tns-nav button.tns-nav-active{background:var(--brandcolor)}

.deptCaption {position: absolute; bottom: 35px; left: 0; right: 0; z-index: 99;}
.deptCaption h1 {color: var(--lightgray); margin: 0; font-size: clamp(30px, 4vw, 56px);}
.deptCaption .container {width: 1300px;}

.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;z-index:1;transform:translateY(-50%)}
.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}

#freeform #slider {min-height: 372px; margin: 0; border-radius: 0;}
#freeform #slider::before {background: rgba(11, 37, 69, 0.24);}

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

#media queries

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

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

    #flyout ul{position: absolute;left: 100%;top:0;width:200px;z-index: 10;}
    /* #flyout>li:hover ul{display: block;} */
      
	/* .site-header #nav>li:first-child>a::before {display: none;} */
	.site-header #nav>li>a {position: relative;}
	.site-header #nav>li {background-image:none; background-position:0 12px; background-repeat: no-repeat; text-align: left;}
	.site-header #nav>li:first-child {background-image: none;}
    .site-header #nav>li:hover>a,
    .site-header #nav>li:hover>span {color: var(--darkbrandcolor);}

	/* base nav styles  */
	.site-header .col-lg-6 {position: static;}
	.site-header #nav li:hover>ul {display:block}
	.site-header #nav ul a:not(.fa),
	.site-header #nav ul span {display:block;}

	/* mega menu */
	#nav li.static:hover ul {display:block;}
	#nav>li>ul.make-mage {position:absolute;left: 0;right: 0;top:100%;margin: 0 auto;display:none; padding:10px 0 0;}
	.nav-in{position:absolute;top:10px;left:-250px;right:-215px;padding:25px;column-count:4;column-gap:20px; margin: 0 auto; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(4.5px); border-radius: 16px;}
    #nav>li>ul.make-mage>li {display:inline-block;break-after:avoid;width:100%;margin-bottom:0;}
    #nav li:hover>ul.make-mage ul {position:static; padding-bottom: 0;}
    #nav ul.make-mage a:not(.fa),
    #nav ul.make-mage span,
	#nav ul.make-mage a:not(.fa),
    #nav ul.make-mage span {position:relative;color: var(--brandcolor);padding: 8px 10px;font-size: 20px;font-weight: 700;margin: 0;line-height: 1.35;text-shadow: none; background: none; text-align: left;text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; text-transform: uppercase; display: inline-block; font-family: "Playfair Display", serif;}
    #nav ul.make-mage a:not(.fa):after,
    #nav ul.make-mage a:not(.fa):hover,
    #nav ul.make-mage span:hover {color: var(--darkbrandcolor);}
    #nav ul.make-mage a:not(.fa):hover:after,
    #nav ul.make-mage span:hover:after {right: -25px;opacity: 1;}
    #nav ul.make-mage ul a:not(.fa):hover,
    #nav ul.make-mage ul span:hover {font-weight: 400;}

    #nav ul.make-mage ul {margin-bottom: 15px;}
    #nav ul.make-mage ul a:not(.fa),
    #nav ul.make-mage ul span {display: inline-block;padding: 5px 10px;font-size: 16px;font-weight: 400;color: #1A1A1A;transition: all .4s;text-shadow: none; margin: 0; background: none; text-align: left; font-family: "Commissioner", sans-serif; text-decoration: none; text-transform: capitalize;}
	#nav ul.make-mage ul a:not(.fa):hover,
    #nav ul.make-mage ul span:hover {text-decoration: none; font-weight: 700; color: var(--darkbrandcolor);}
    #nav .make-mage .toggle2 {display:none;}

	/* #search{display:block!important} */

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

	.site-header #nav>li:hover>a {color: var(--darkbrandcolor); background: transparent;}

	.site-header #nav li:first-child>a,
	.site-header #nav li:first-child>span {border:0}

	.site-header #nav>li>a,
	.site-header #nav>li>span {position: relative;} 
	/* .site-header #nav>li>a:first-of-type:before,
	.site-header #nav>li>span:first-of-type::before {content: ''; position: absolute; bottom: 18px; left: 0; right: 0; width: 100%; height: 1px; background: url('../images/navbg.png') no-repeat center; display: none;}
	.site-header #nav>li:hover>a:first-of-type:before,
	.site-header #nav>li:hover>span:first-of-type:before {display: block;} */

	#flyout ul a,
	#flyout ul span {padding: 10px; font-weight: 400;}

	.site-header #nav>li {padding: 0;}

	#flyout ul {position: relative; top: 0; left: 0; width: 100%;}
	#flyout .toggle {display: inline-block; position: absolute; top: 18px; right: 20px; padding: 0 !important; border-radius: 0 !important; background: none !important; padding: 10px; filter: brightness(0) saturate(100%) invert(11%) sepia(17%) saturate(1288%) hue-rotate(30deg) brightness(96%) contrast(89%);}
	#flyout li:hover .toggle {filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(82deg) brightness(106%) contrast(101%);}
	#flyout>li.active a {color: var(--lightgray); background: #C71121;}
	#flyout>li:hover>a,
	#flyout>li:hover>span {text-decoration: none; color: var(--lightgray);} 
	#flyout ul a:hover {background: #334B4B; text-decoration: none;}	
	#flyout a, #flyout span {padding: 15px 20px;}
	#flyout li:hover .toggle::before {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(14deg) brightness(104%) contrast(101%);} 
	#flyout a.fa-angle-down:before {content:""; background: url('../images/arw.png') no-repeat center; width: 12px; height: 7px; display: block;}	
	#flyout .focused .toggle, #flyout .active .toggle {top: 18px !important; -webkit-transform: rotate(-90deg); transform: rotate(-180deg) !important; filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(82deg) brightness(106%) contrast(101%);}

	#nav>li.static>ul #divider {position: absolute;width: 100%;top:calc(50% + 35px) ;transform: translateY(-50%);left: 0;right: 0;height: 100%;display: flex;justify-content: space-between;padding:0 26% 0 23%; z-index: 0;}
    #nav>li.static>ul #divider .divider {width: 1px;height: calc(100% - 75px);background: rgba(0, 55, 83, 0.14);margin-left: 20px; padding: 0;}
}

@media only screen and (max-width:1200px) {
	.nav-in {left: -200px; right: -300px;}
}

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

	/* rz form tables - without page scope this targets editforms and makes
	 * editing confusing
	 */
	 .site-header .logo-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	
	.site-header .toggle,
	.site-header .toggle2 {display:block;line-height:45px;width:45px;text-align:center;color:var(--lightgray);position:absolute;right:0;top:0}
	.site-header .logo-wrap{display:flex;align-items:center;justify-content:space-between}
	.site-header #nav {display:none}
	.site-header #nav li {position:relative!important}
	.site-header #nav a,
	.site-header #nav span {line-height:1;font-size:14px;padding:15px;display:block; color: var(--brandcolor); text-decoration: none;}
	.site-header #nav ul {display:none}	

	#flyout-toggle {display: block;}

	#freeform #formwizziwmorf tr,
	#freeform #formwizziwmorf tr td {
		display: block !important
	}

	#freeform #formwizziwmorf tr table tr {
		display: table-row !important
	}

	#freeform #formwizziwmorf tr table td {
		display: table-cell !important
	}

	/* Allows tables to be used as columns with responsive stacking */
	.layout-table {
		width: 100% !important
	}

	.layout-table,
	.layout-table thead,
	.layout-table tbody,
	.layout-table th,
	.layout-table td,
	.layout-table tr {
		display: block !important
	}

	.layout-table td {
		margin-bottom: 15px
	}

	#toggles {
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 99;
	}

	#nav-toggle,
	#search-toggle,
	#info-toggle {
		line-height: 45px;
		width: 45px;
		text-align: center;
		background: var(--brandcolor);
		color: var(--lightgray);
		margin-left: 5px;
		cursor: pointer;
		border-radius: 4px;
	}

	#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-top: 1px solid rgba(0, 0, 0, .15) !important;
	}
	#flyout a,
	#flyout span {border-top: none !important;}

	#nav li:last-child>a,
	#nav li:last-child>span,
	#flyout li:last-child>a,
	#flyout li:last-child>span {
		border: 0
	}

	#nav ul,
	#flyout ul {
		background: rgba(0, 0, 0, .15)
	}

	.toggle,
	.toggle2 {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		line-height: 45px;
		text-align: center;
		width: 45px;
		background: rgba(0, 0, 0, .15);
		transform: none !important
	}

	.sticky-header,
	.sticky-top {position: relative !important;}
	.site-header {position: relative; padding:0; z-index: 9999;}
	.site-header .col-lg-8 {position: static;}
	.langBx {position: absolute; top: 20px; right: 130px;}
	.langBtn {padding: 0 10px;}
	.langBtn .text {display: none;}
	.langBtn {width: 40px; height: 40px;}
	.langBtn img {width: 24px;}
	.langIn::before {right: 10px;}
	.headerBtm {min-height: 76px; height: auto;}
	.sticky-header.sticky-top .headerBtm {position: relative;}
	.headerBtm .container-fluid {display: block;}
	.site-header #nav>li {padding: 0; text-align: left;}
	.site-header #nav a, .site-header #nav span {margin: 0;}
	.nav-in {padding: 0;}
	.site-header nav {margin: 0 -35px 0 -15px;}
	.site-header #nav li {margin: 0;}
	#nav > li > ul.make-mage {padding: 0; margin: 0; background: #fff;}
	#nav > li > a {background: var(--brandcolor); font-size: 16px !important; color: var(--lightgray) !important; text-decoration: none;}
	.site-header #nav a, .site-header #nav span {text-align: left;}
	#nav > li > a br {display: none;}
	.site-header .toggle {background: var(--darkgray) !important;}
	.site-header .toggle2 {background: #adadad; color: #fff !important;}
	.site-header #nav {margin: 0; padding: 15px 0 0; z-index: 99;}

	#logo-wrap {padding: 18px 0 0;}
	.headerRt {display: block;}
	.headerBtm .socialBx {position: absolute; top: 80px; right: 15px; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(2.5px); padding: 5px 10px; border-radius: 10px;}
	
	
	#divider, #search-toggle-desktop {display: none;}

	#search {display: none; top: 130px; right: 15px;}
	#search form {width: 100%;}
	#toggles {top: 17px;}
	#info-toggle, #nav-toggle, #search-toggle {background: var(--brandcolor);}

	#slider {min-height: 550px; margin: 0 15px;}
	#slider-caption {padding: 25px 30px; width: 50%;}
	.captionBx {padding: 30px 0 0;}
	.captionBx h1 span {font-size: clamp(18px, 4vw, 32px);}
	.captionBx h1 {font-size: clamp(30px, 4vw, 80px);}

	#news {padding: 50px 0 25px;}
	#news .button {margin: 15px 45px 0;}
	#news .newsBlock h3.title {font-size: 22px; line-height: 32px;}
	#news .tns-nav {right: auto; top: auto; bottom: -35px; left: 15px;}
	#news .tns-controls {bottom: -55px; left: auto; right: 15px;}

	#events {padding: 50px 0;}

	.historyInfo {padding: 50px 50px;}

	.fRight {gap: 15px; flex-direction: column; padding: 25px 0 0;}
	#footer .rlinks {text-align: left; justify-content: flex-start;}
	#footer .footerBtm .row {border-top: 1px solid var(--lightgray); padding-top: 20px; padding-bottom: 90px;}

	.sideBar {margin: 0;}
	#entry {margin: 0; padding: 0 0 35px;}
	#flyout-wrap {padding: 0; margin: 0 0 10px;}
	#contact-wrap {margin: 0 0 10px; padding: 0 0 15px;}
	#contact-wrap .freeform__box-header {margin: 0 0 15px;}
	.contact-info {padding: 10px 15px 0;}
	#flyout-header {padding: 10px 0; margin: 0; font-size: 18px;} 
	.freeform__box-header {padding:10px 0; margin: 0 0 10px; font-size: 18px;}
	.freeform__box-body {padding: 0;}
	#flyout>li {padding: 0;}
	#flyout li:first-child a {border: none !important;}
	#flyout ul a,
	#flyout ul span {padding: 10px !important; color: var(--darkgray);}
	#flyout>li:hover>a,
	#flyout>li:hover>span {text-decoration: none; color: #fff;} 
	#flyout ul li {margin: 0;}
	#page-title {margin: 0 0 15px;}

	.floatBtns {left: auto; right: 15px;}
	
	#flyout-toggle {display: block; margin: 0; color: var(--lightgray); font-size: 18px; font-weight: 700; background: var(--brandcolor); padding: 15px; cursor: pointer; border-radius: 8px 8px 0 0;}
	#flyout-header {display: none;}
	#entry blockquote {padding: 25px 120px 25px 25px; font-size: 28px; line-height: 38px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	.floating-alert {
		width: auto;
		right: 10px;
		left: 10px;
	}

	.floating-alert {
		font-size: 12px
	}

	.floating-alert h4 {
		margin-bottom: 10px;
		font-size: 14px
	}

	.floating-alert .btn {
		font-size: 10px
	}

	.share-btns a {
		height: 40px;
		padding: 10px;
		width: 40px;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden
	}

	.share-btns i {
		display: block;
		line-height: 50px !important;
		font-size: 20px
	}

	#slider {min-height: 480px;}
	#slider button[data-controls] {margin: 0;}
	#breadcrumbs {padding: 0 0 15px;}
	#entry blockquote {padding: 20px 100px 20px 20px; font-size: 22px; line-height: 32px;}

	#news .newsBlock {min-height: auto;}
	#news .newsBlock .newsImg {min-height: 310px;}

	.historyInfo {padding: 50px 25px;}
}

/* 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) {
	#logo-wrap {padding: 20px 0 0 0px;}
	.newsB {padding: 48px 10px 45px;}
}

@media print {

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tox-tiered-menu div[title='btn'] .tox-collection__item-label, #modal-event-description span.btn a {padding:9px 25px;color: var(--lightgray);display:inline-block;font-size:16px;font-weight:400;text-decoration:none;cursor:pointer;line-height:24px;vertical-align:middle;transition:all .3s; text-transform: capitalize; background: var(--brandcolor); border-radius: 36px;}
#modal-event-description span.btn a:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:var(--darkbrandcolor);color:var(--lightgray);text-decoration: none;}
.creditName{color: #fff; font-size: 18px; font-weight: 700; position: absolute; bottom: 15px; left: 42.2%; z-index: 99; background: var(--brandcolor); padding: 15px 10px;}
#freeform .creditName {left: 0 !important;}
span.btn a {text-decoration: none; color: #fff;}