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

	Theme Name: City of SanMarino
	Front-end developer: Soumyashree Dixit(@little)
	Author Design:  Jessie Eskildsen 
	Author URI: https://www.revize.com/
	Date: 03/14/2024

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

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

#basic styles

-----------------------------------------*/
body {background: #fff; font-size: 20px;line-height: 1.6;font-family: 'Open Sans',sans-serif;font-weight:400;color: #444;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-text-size-adjust: 100%;overflow-x: hidden;top: 0 !important}

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

#typography

-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {color: #111;font-weight: normal;margin-bottom: 30px;line-height: 1.2}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {font-weight: inherit}
h1 {font-size: 36px}
h2 {font-size: 32px}
h3 {font-size: 28px}
h4 {font-size: 21px}
h5 {font-size: 16px}
h6 {font-size: 14px}
.header {font-size: 28px;color: #111;margin-bottom: 30px}
.subheader {margin-bottom: 30px;font-size: 32px;font-family: "Open Sans",sans-serif;color: rgb(0, 95, 158);font-weight: 700;text-transform: uppercase;letter-spacing: 6px;}
p {margin: 0 0 30px 0}
em {font-style: italic}
strong,
b {font-weight: bold}
small {font-size: 80%}
hr {border: solid #ccc;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 i {font-family: 'weather'}
.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
}

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.btn a {color: #fff !important;text-decoration: none;}
.button,
a.button,
#post button:not(.rz-agenda-search-submit,.rz-doc-search-reset),
#post input[type="submit"],
#post input[type="reset"],
#post input[type="button"],
.rz-btn{padding:.375rem .75rem;background-color: rgb(208, 0, 24);box-shadow: 0px 16px 18px 0px rgba(0, 0, 0, 0.21);color:#fff;font-weight: 700;border:0;border-radius:25px;display:inline-block;font-size:1rem;font-weight:400;text-decoration:none;cursor:pointer;line-height:1.5;vertical-align:top;font-family:sans-serif;transition:all .3s}
.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:#fff;color:#d00018;font-weight: 700;}
.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:#0e8cda;color:#fff}
#post button::-moz-focus-inner,
#post input::-moz-focus-inner{border:0;padding:0}
.btn{padding:.375rem .75rem;background-color: rgb(1, 68, 113) !important;box-shadow: 0px 16px 18px 0px rgba(0, 0, 0, 0.21);color:#fff !important;font-weight: 700;border:0;border-radius:25px;display:inline-block;font-size:1rem;font-weight:400;text-decoration:none;cursor:pointer;line-height:1.5;vertical-align:top;font-family:sans-serif;transition:all .3s}


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

#revize edit buttons DO NOT MODIFY

-----------------------------------------*/
/* ----------------------------------------- #helpers and positioning for revize buttons -----------------------------------------*/
.relative{position:relative!important}
.absolute{position:absolute!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}
body:not(.user-logged-in) .rz-btns-container{display: none;}
/* 
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: 30px}
fieldset {margin-bottom: 30px}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {border: 1px solid #e9eaec;padding: 10px 14px;outline: none;font-size: 13px;font-family: sans-serif;color: #777;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: #63686c;border: 1px solid #0F95E9}
label,
legend {display: block;font-weight: bold;font-size: 13px}
input[type="checkbox"] {display: inline}
label span,
legend span {font-weight: normal;font-size: 13px;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}

/*top alert banner*/
#alert-banner {background: #d00018;color: #ffffff;font-weight: 600;text-align: center;padding: 14px 0;}
.alert-in img {width: 24px;display: inline;margin-right: 16px;position: relative;top: -2px;}
#alertClose {width: 18px;position: absolute;right: 0;top: 0;cursor: pointer;}
.alert-in {padding-right: 69px;position: relative;display: inline-block;}
.alert-text{text-align: start;text-transform: uppercase;}
span.sub-alert {text-transform: capitalize;font-size: 14px;margin-left: 20px;}

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

#rz alert

-----------------------------------------*/
.floating-alert {position: fixed;z-index: 99999;bottom: 20px;margin: 0;right: 20px;background: #fff;box-shadow: 0 4px 24px rgba(0,0,0,0.15),0 2px 6px rgba(0,0,0,0.05);color: #666;padding: 30px 20px;font-size: 14px;width: 420px;border-radius: 10px;display: flex;flex-direction: column;overflow:hidden;border:0}
.floating-alert h2 {color: #000;margin: 0 0 10px;font-size: 24px;font-weight: bold;line-height:1.3}
.floating-alert p {margin:0}
.alert-buttons {margin: 30px -20px -30px;border-top:1px solid #eee;display:flex}
.alert-button {border-right:1px solid #eee;flex:1 1 auto;text-align: center;padding:12px 0;text-decoration:none;color:#000;font-weight:bold;line-height: 1.5}
.alert-buttons .alert-button:last-of-type {border:0;}
.alert-button:hover{background:#000;color:#fff;text-decoration:none;cursor: pointer}
.floating-alert.fade:not(.show) {display:none}
/* -----------------------------------------

#rz edit

-----------------------------------------*/
.faqs-heading {font-size: 18px;}
form#rz-business-directory-search{margin:0 15px 0 0}
#event-modal .modal-footer .btn{margin:0 0 0 10px}
input.rz-doc-search-submit {border-radius: unset !important;}


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

#rz faq

-----------------------------------------*/
/* .faq-container {display: none;} */
.faq-item.active .faq-item-heading{background:#c89952;border-color:#000;color:#fff}
.faq-item-body{border-color:#000;display: none;}
.faq-item-heading{background:#f9f9f9;padding: 11px 55px;cursor: pointer;position: relative;border: 1px solid #ddd;margin: 3px 0 0 0;line-height: 1.5;color: #065086;font-size: 18px;font-weight: 500;transition: border 0.3s;}
.faq-item-heading:before{content: "\f078";transition: all 0.3s;}
.faq-item.active .faq-item-heading:before{content:"\f077";color:#fff}
.faq-item-heading:before{font-family:'FontAwesome';position:absolute;left:25px;}
.faq-item {margin: 0 0 5px!important;}
.faq-item.active .faq-item-body {border-color: #000;}
.faq-item-body {padding: 20px 20px 0;border: 1px solid transparent;border-top: none;background: #fff;font-size: 14px;transition: border 0.3s;}

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

#main

-----------------------------------------*/
body #userwayAccessibilityIcon img.ui_b {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(2deg) brightness(109%) contrast(101%) !important;}
.social-media-link img {width: 24px;filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(291deg) brightness(105%) contrast(102%);transition: 0.3s all;}
.social-media-link:hover{filter: brightness(0) saturate(100%) invert(83%) sepia(93%) saturate(2205%) hue-rotate(317deg) brightness(84%) contrast(80%);}

/* to remove */
#wrapper_sliderVideo{z-index:1 !important}
#skip{position:fixed;left:-100%;top:-100%;transition:all .3s;z-index:999}
#skip:focus{left:50px;top:50px}
.container{width:1374px;max-width: 100%;}

.site-header{position:relative;z-index:200;background:#fff}
#logo{display:block;text-decoration:none;width: 365px;max-width:100%;margin-top: -52px;}


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


/* header styles */
.site-header{position: fixed;top:0;left: 0;width: 100%;z-index: 1080;}
.header-top{background: rgb(1, 68, 113);}
.header-top-in{display: flex;align-items: center;justify-content: flex-end;padding: 8px 73px 14px;gap: 46px;flex-wrap: wrap;row-gap: 10px;}
.header-bottom-in{display: flex;padding: 0 86px 0 8px;gap: 85px;height: 100px;}
#header-nav{flex: 1;}
.header-bottom {background:  rgb(0, 95, 158);height: 100px;}
.header-top .social-media-link {position: relative;margin: 0 16px 0 0px;}


#logo{display:block;padding: 4px 0;text-decoration:none;width: 175px;max-width:100%;margin-left: 146px;margin-top: -46px;z-index: 9;position: relative;}

/*base nav styles*/
.site-header #nav{padding:0;margin: 0px -100px 0 -5px;display:flex;flex-wrap:wrap;justify-content: flex-start;gap: 79px;}
.site-header #nav li{list-style:none;margin:0}
.site-header #nav ul{padding:0;margin:0}
.site-header #nav a,
.site-header #nav span{text-decoration:none;display:inline-block;padding: 33px 0 38px 0;font-size: 22px;font-family: "Open Sans",sans-serif;color: rgb(255, 255, 255);font-weight: 700;text-transform: capitalize;}
.site-header #nav ul a,
.site-header #nav ul span{display:block}
.site-header #nav li:last-child>a,
.site-header #nav li:last-child>span{border:0}

.site-header #nav a:hover, .site-header #nav span:hover{color:#c7984a;}
.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%;left:0;width:300px;background:#fff;display:none;height:400px;overflow-y:scroll;z-index: 100;}
#translation-links ul li{margin:0}
#translation-links ul li a{display:block;text-decoration:none;padding:.75rem 1.5rem;}
#translation-links ul li a:hover{background:#eee}
[lang="en"] #translate-reset{display: none}
[data-lang="English"]{background:#f9f9f9}
div.skiptranslate{display:none !important}
#translate-button {border-radius: 15px;background-color: rgb(30, 120, 180);border: none;font-size: 18px;font-family: "Open Sans",sans-serif;color: rgb(255, 255, 255);font-weight: 700;padding: 3px 42px 2px 23px;margin: 6px -5px 0 0;transition: 0.3s all;}
img.translate-icon {filter: invert(100%) sepia(6%) saturate(1%) hue-rotate(81deg) brightness(106%) contrast(100%);width: 22px;}
#translation-links .fa-caret-down:before {content: "\f0d7";margin: 0 -48px 0 0;}
#translate-button:hover{background:#d00018;}

/*Search*/
#search form{margin:0;position:relative;width: 100%;}
#search label{position:absolute;left:15px;top:50%;transform:translateY(-50%);font-size:18px}
#search button{position:absolute;right: 0;left: 23px;top:50%;transform: translateY(-50%); padding:0;border:0;line-height:45px;width:45px;text-transform:uppercase;color:#fff;font-weight:700;background:none;}
#search input{border:0;height: 100px;background: #fff;padding-left: 74px;padding-right: 30px;position: relative;font-size: 18px;font-family: "Open Sans",sans-serif;color: rgb(0, 0, 0);line-height: 1.447;}
#search input:placeholder{color:#222}
#search img {position: relative;z-index: 9;width: 30px;}
#search {position: absolute;right: 0;width: 303px;}

/*Quick-links*/
#homepage #quick-links .container {width: 1400px;}
#homepage #quick-links {padding: 78px 0 113px 0;}
#homepage #quick-links h2.title {display:flex;align-items:center;justify-content:center;gap:30px;position: relative;margin: 0 auto;text-align: center;text-transform: uppercase;font-size: 35px;color: rgb(0, 95, 158);font-weight: 700;letter-spacing: 6.5px;margin-bottom: 35px;}
#homepage #quick-links .qlink-icon {background: #f7f0e4;width: 193px;height: 193px;border: 6px solid #ffffff;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto 40px;transition: all 0.3s;position: relative;}
#homepage #quick-links .qlink-icon>img{width: 70px;}
#homepage #quick-links .qlink:hover .qlink-icon{border: 6px solid #d00018;} 
#homepage #quick-links .qlink:hover .qlink-icon img{filter: invert(16%) sepia(59%) saturate(3863%) hue-rotate(347deg) brightness(64%) contrast(127%);}
#homepage #quick-links .qlink:hover h3{color:#d00018 ;}
#homepage #quick-links .qlink>h3 {font-size: 22px;color: rgb(0, 95, 158);font-weight: 700;text-transform: capitalize;text-align:center}
#homepage #quick-links .qlink{text-decoration: none;}
#homepage #quick-links h2.title::before {content: "";background: #c7984a;height: 2px;flex:1;max-width: 354px;}
#homepage #quick-links h2.title::after{content: "";background: #c7984a;height: 2px;flex:1;max-width: 354px;}
#quick-links .tns-controls {left: -91px;right: -91px;}


/* news-section */
#homepage #news .container {width: 1410px;}
#homepage #news{position: relative;padding: 88px 0 0 0px;z-index: 20;}
#homepage #news .section-inner{padding: 0 9px;}
#homepage #news .tns-controls button { border-color: #fefeff;color: #ffffff;}
#homepage #news .tns-controls button:hover {border-color: #d00018;color: #d00018;}
#homepage #news-list{margin: 72px 0 0 0;}
#homepage #news .tns-controls{left: -129px;right: -125px;top: 32%;}
#homepage #news .tns-controls button i{font-weight: 900;}
#homepage .news{display:block;text-decoration:none;border-radius: 10px;position: relative;cursor: pointer;}
#homepage #news .section-link{margin: 50px auto 0;}
#homepage .news-banner{height: 250px;opacity: 1;}
#homepage .news-info{padding: 32px 30px 29px;line-height: 1;}
#homepage .news-date{font-size: 16px;font-weight: 700;color: #064718;text-transform: capitalize;}
#homepage .news-details{font-weight: 800;margin: 17px 0 0;line-height: 1.2;font-size: 25px;font-family: "Open Sans",sans-serif;color: rgb(67, 67, 67);margin-bottom: 20px;}
#homepage .news-link{font-weight: 700;text-decoration: none;font-size: 18px;font-family: "Open Sans",sans-serif;color: rgb(0, 95, 158);text-transform: uppercase;margin: 0 0 0 33px;}
#homepage #news .news-shape{position: absolute;left: 58px;top: -3px;}
#homepage #news .section-header h2{display: flex;align-items: center;justify-content: center;gap:30px;font-weight: 700;letter-spacing: 6.4px;text-transform: uppercase;line-height: 1;margin-bottom: 29px;text-align: center;font-size: 35px;font-family: "Open Sans",sans-serif;color: rgb(255, 255, 255);margin-bottom: -6px;}
#homepage #news .section-header{text-align: center;font-size: 60px;font-weight: 300 !important;color: rgb(255, 255, 255);font-family: 'Open Sans',sans-serif;text-transform: capitalize;margin-bottom: 92px;}
#homepage #news .section-link{display: block;width: fit-content;margin: 10px auto;position: absolute;padding: 12px 47px 15px 44px;font-size: 25px;text-transform: capitalize;text-align: center;font-weight: 700;bottom: 74px;margin-left: 15px;}
#homepage #news  .news-wrap {background: #fff;border-radius: 10px;min-height: 195px;padding: 9px 30px 15px 30px;cursor: pointer;z-index: 999;position: relative;}
#homepage #news .news-link .fa-angle-right:before {content: "\f105";font-family: 'FontAwesome';font-style: normal;background: rgb(0, 95, 158);color: #fff;padding: 0px 8px;border-radius: 4px;position: absolute;height: 26px;margin: 1px 0 0 -30px;}
#homepage #news .section-header h2::before{content: "";background: rgb(255, 255, 255);height: 2px;flex:1;max-width: 311px;}
#homepage #news .section-header h2::after{content: "";background: rgb(255, 255, 255);height: 2px;flex:1;max-width: 311px;}
#homepage #news .news-wrap:hover .news-details{color: #d00018;} 
#homepage #news .news-wrap:hover .news-link{color: #d00018;}
#homepage #news .news-wrap:hover  .fa-angle-right:before{background: #d00018;}


/* events-section */
#homepage #events {position: relative;margin-top: 215px;background: rgba(43, 99, 135,  0.93);padding-top: 118px;padding-bottom: 82px;}
#homepage #events .section-header h2::before{content: "";background: #c7984a;height: 2px;flex:1;max-width: 388px;}
#homepage #events .section-header h2::after{content: "";background: #c7984a;height: 2px;flex:1;max-width: 388px;}
#homepage #events .section-link{position:relative!important;bottom:0px!important;}
#mini-events .fc-dayGridDay-view .fc-widget-header.fc-future span{color:#000!important}

/* department Section */
#homepage #departments .container {width: 1331px;}
#homepage #departments{padding: 83px 0 63px;position: relative;z-index: 30;}
#homepage #departments .tns-ovh{padding:20px 10px;margin:0 -10px;}
#homepage #departments .tns-controls{top: 38.5%;left: -115px;right: -108px;}
#homepage #departments .department{display:block;position:relative;text-decoration: none;padding: 70px 15px 52px;text-align:center;color: #fff;}
#homepage #departments .department::after{content: "";position: absolute;bottom:0;left: 0;width: 100%;height: 0;transition:all .4s;background: #d00018;}
#homepage #departments .department:hover::after{height: 5px;}
#homepage #departments .department-icon{width: 76px;margin:0 auto;position: relative;}
#homepage #departments .department:hover{color:#fff;text-decoration: none;}
#homepage #departments .department-title{display:block;text-transform: uppercase;font-weight: 700;line-height: 150%;margin-top: 30px;position: relative;font-size: 22px;font-family: "Open Sans",sans-serif;color: rgb(255, 255, 255);}
#homepage #departments .department:before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;background: #2b6387;opacity: 0.9;}
#homepage #departments .department:hover:before{background:#c7984a ;}
#homepage #departments .section-header{display: flex;align-items: center;justify-content: center;gap:30px;text-align: center;font-size: 35px;font-family: "Open Sans",sans-serif;color: rgb(0, 95, 158);text-transform: uppercase;font-weight: 700;letter-spacing: 6.4px;margin-bottom: 65px;}
#homepage #departments .section-header::before{content: "";background: #c7984a;height: 2px;flex:1;max-width: 209px;}
#homepage #departments .section-header::after{content: "";background: #c7984a;height: 2px;flex:1;max-width: 209px;}

/*Welcome-section*/
#homepage #welcome .container {width: 1329px;}
#homepage #welcome .contact-wrap {display: flex;padding: 32px;padding-left: 107px;}
#homepage #welcome .contact-wrap-left img {position: relative;}
#homepage #welcome .section-inner{background: rgba(255, 255, 255, 0.9);box-shadow: 0px 0px 58.28px 3.72px rgba(0, 0, 0, 0.25);padding: 57px 0 64px 0;}
#homepage #welcome .contact-wrap-left {flex-basis: 40.3%;}
#homepage #welcome .contact-wrap-right {flex-basis: 72%;}
#homepage #welcome .contact-wrap-right .text{font-size: 22px;font-family: "Open Sans",sans-serif;color: rgb(0, 0, 0);line-height: 1.455;position: relative;padding: 0 16px 0 0px;margin-bottom: 63px;}
#homepage #welcome h2.section-header {display: flex;align-items: center;justify-content: center;gap:30px;text-align: center;font-size: 35px;font-family: "Open Sans",sans-serif;color: rgb(0, 95, 158);font-weight: 700;text-transform: uppercase;letter-spacing: 8px;margin-top: 35px;margin-bottom: 13px;}
#homepage #welcome h2.contact-title {font-size: 24px;font-family: "Open Sans",sans-serif;color: rgb(0, 95, 158);font-weight: 700;margin-bottom: 0;text-transform: capitalize;margin-top: 40px;}
#homepage #welcome {position: relative;padding: 102px 0 98px 0;}
#homepage #welcome .sub-title  {position: relative;font-size: 17px;color: #c7984a;}
#homepage #welcome a.mail {text-decoration: none;color: rgb(0, 95, 158);transition: 0.3s all;}
#homepage #welcome a.mail:hover{color: #d00018;}
#homepage #welcome h2.section-header::before{content: "";background: #c7984a;height: 2px;flex:1;max-width: 209px;}
#homepage #welcome h2.section-header::after{content: "";background: #c7984a;height: 2px;flex:1;max-width: 209px;}


/*Footer*/

#footer-top {background: #005f9e;color: #fff;padding: 25px 0 17px;}
#footer-wrapper{text-align: center;position: relative;}
.footer-nav{display: flex;list-style: none;left: 0;right: 0;position: relative;justify-content: center;margin-bottom: 0;}
.footer-info {justify-content: center;display: flex;margin-top: 4px;padding:0 15px;}
.footer-nav a {margin: 3px 47px 8px 3px;font-size: 22px;font-family: "Open Sans",sans-serif;color: rgb(255, 255, 255);text-transform: uppercase;font-weight: 700;transition: 0.3s all;text-decoration: none;}
.footer-nav a:hover{color:#c7984a ;}
.footer-info-row{display: flex;align-items: center;gap:20px;margin-bottom: 7px;flex-wrap: wrap;row-gap: 10px;}
.footer-link{color: #fff;font-size: 22px;margin:0;text-decoration: none;}
.dot-divider{width: 5px;height: 5px;border-radius: 50%;background:#fff;}
.footer-link:hover{text-decoration: none;color: #fff;}
#footer-btm{background: #014471;color: #fff;padding: 9px 0;font-size: 16px;}
#revize-link{color: #fff;text-decoration: none;font-weight: 700;}
#revize-login{color: #fff;text-decoration: none;font-size: 16px;}

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

#inner

-----------------------------------------*/
#freeform #post .button:hover{background: #d00018;color: #fff;}
#freeform{position: relative;}
#freeform #main{position: relative;}
#freeform .container {width: 1327px;}
#freeform aside{padding-bottom: 420px;padding-top: 45px;}
#freeform #slider{position: relative;}
#freeform #slider::before{content:"";position:absolute;inset:0;z-index: 1;background: linear-gradient(0deg, rgba(0, 0, 0, 0.17) 70.83%, rgba(0, 0, 0, 0.00) 100%);}
#freeform #slider{height: 660px;padding:0;z-index: 10;min-height: auto;}
#freeform #left-nav-shape{position: absolute;bottom:0;left:0;width: 100%;max-width: unset;}
#inner-caption{position: absolute;left: 0;right: 0;padding: 0 27px;text-align: right;top: 50%;transform: translateY(-50%);z-index: 2;color: #fff;font-size: clamp(40px, 7vw, 90px);text-transform: uppercase;font-family: "BenchNine", sans-serif;}

#flyout-wrap{color:#fff;margin: 0 0 22px 0;border-radius: 4px;width: 100%;position: relative;z-index: 10;padding: 0 0;}
#flyout-header{color: #c7984a;font-size: 23px;margin-bottom: 1px;font-weight: 600;text-transform: uppercase;margin-top: 3px;}
#flyout{padding:0;margin:0}
#flyout>li{position:relative;margin:0;list-style:none;padding: 3px 0;}
#flyout a,
#flyout span{display:block;text-decoration:none;font-size: 22px;font-weight: 500;line-height: 30px;position: relative;color: #005f9e;}
a.button.freeform-link {background: rgb(0, 95, 158);text-transform: capitalize;margin: 18px 0 43px 0;padding: 16px 32px 11px 27px;font-size: 25px;font-weight: 700;}

#flyout ul{padding:0;margin:0;display:none;list-style: none;}
#flyout ul a,
#flyout ul span{font-size: 14px;padding: 10px 15px;display: block;border-bottom: 1px solid rgb(227, 230, 236);}
#flyout>ul>li:last-of-type a,
#flyout>ul>li:last-of-type span{border-bottom: 0;}

#breadcrumbs{font-size: 14px;text-transform:capitalize;}
#breadcrumbs a{text-decoration: none;color: rgb(201, 154, 76);font-weight: 700;font-size: 17px;}
#breadcrumbs a:after {content: '';margin: 0 15px 0 26px;background:url('../images/breadcrumbs-arrrow.png') center no-repeat;background-size: cover;width: 7px;height: 10px;display: inline-block;position: relative;top: 2px;}
#breadcrumbs ul{list-style:none;margin:0;padding:0}
#breadcrumbs li{display:inline-block;margin:0;padding:0;font-weight: 700;color: rgb(0, 95, 158);text-transform: capitalize;font-size: 17px;}
#breadcrumbs img.mini-home {width: 22px;}
.col-xs-12{width:100%}

#flyout-bg{position:absolute;left:0;top:0;bottom:0;z-index:-1;background: linear-gradient(to bottom, #e5eff5 0% 78%, #fff 60%);}
#entry{padding: 47px 0 193px 23px;}
#freeform.fullwidth #entry{padding: 66px 0 193px 0;}
#page-title{text-transform: capitalize;margin: 38px 0 24px;font-size: 50px;font-family: "Open Sans",sans-serif;color: rgb(0, 95, 158);font-weight: 700;letter-spacing: 1.6px;}
#post blockquote {display:flex;align-items:flex-start;justify-content: center;gap:24px;font-size: clamp(18px, 3.5vw, 30px);color: rgb(201, 154, 76);font-weight: 600;padding: 20px 30px;position: relative;line-height:1.333;margin: 32px 0;border-left: 3px solid rgb(201, 154, 76);font-family: "Open Sans", sans-serif;}
#post blockquote:after{content: "";right: 0;background:url('../images/quote.png') center no-repeat;background-size:contain;width: 90px;height: 60px;}




.freeform__box{position:relative;width: 100%;margin: 0 0 32px;}
.freeform__box-header{color: #c7984a;font-size: 25px;margin-bottom: 25px;text-transform: uppercase;font-weight: 600;margin-top: 47px;}
#contact-wrap{margin-bottom: 52px;}
#contact-img{height: 180px;width: 180px;border-radius: 50%;margin: 20px 0px 33px 3px;}
#contact-name{color: #fff;font-size: 16px;font-weight: 600;margin: 0 0 3px 0;line-height: 1;}
#contact-position{color: #fff;font-size: 16px;font-weight: 600;text-transform: capitalize;font-style: italic;display: block;}
.contact-info{margin: 23px 0 0 0;padding: 0 35px 0 0;}
.contact-info img.contact-icon {width: 180px;margin-bottom: 30px;border-radius: 50%;}
.contact-label{display: block;font-size: 23px;text-transform: capitalize;line-height: 31px;color: #005f9e;font-weight: 700;}
.contact-link{display: block;font-size: 22px;font-weight: 400;text-decoration: none;line-height: 1.3;color: #005f9e;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;line-break: anywhere}
.contact-link:hover{color: #d00018;}
#contact-wrap .more-link{font-size: 17px;color: #78adff;margin-top: 17px;display: inline-block;font-weight: 400;}



#office-wrap{padding-bottom: 6px;}
#office-hours{margin: -10px 0;list-style: none;padding: 0;}
#office-hours>li{font-size: 18px;line-height: 1.5;margin: 0 0 10px 0;}
#office-hours .day{color: #005f9e;font-weight: 700;text-transform: uppercase;display:inline-block;width: 54px;margin-right: 5px;}
#office-hours .time{color:#005f9e;font-weight: 700;font-size: 20px;text-transform: capitalize;}

#freeform #resource-wrap{margin-bottom: 45px;}
#freeform #resource-wrap .freeform__box-header{margin-bottom: 26px;}
.resource-item{display: flex;align-items: center;text-decoration:none;border-radius: 6px;margin: 0 99px 14px 0;padding: 9px 11px 8px 15px;color: #fff;font-size: 15.6px;font-weight: 500;text-transform: capitalize;line-height: 20.8px;border: 2px solid #fff;border-radius: 10px;}
.resource-item-icon{margin: 0 17px 0 0;width: 14px;}
.resource-item:hover{background:#b22234;color: #fff;text-decoration: none;}

#inner-accordions{margin: 81px 0;}
.accordion{cursor: pointer;width: 100%;border: none;text-align: left;outline: none;font-size: 15px;transition: 0.4s;margin-bottom: 14px;}
.accordion-header{background: #c99a4c;padding: 21px 36px 27px 42px;border-radius: 10px;color: #fff;text-transform: capitalize;position: relative;font-size: clamp(18px, 3.5vw, 28px);font-weight: 600;display: flex;align-items: center;justify-content: space-between;}
.accordion-header:hover{background: #005f9e;}
.accordion-header::after{content: "\f054";font-size: 35px;font-weight: 700;line-height: 50px;font-family: 'FontAwesome';}
.accordion.active .accordion-header{background: #005f9e;color: #fff;}
.accordion.active .accordion-header::after{content: "\f078";font-family:'FontAwesome';font-size: 35px;font-weight: 700;line-height: 50px;}
.accordion-panel{padding: 30px 48px 18px 34px;display: none;font-size: 16px;border-radius: 0 0 4px 4px;}
.accordion-panel h4{color: #155caa;font-size: 20px;font-weight: 700;margin-bottom: 23px;}
.accordion-panel p{color: #3b3b3b;font-size: 18px;font-weight: 400;}


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

#share widget

-----------------------------------------*/
.modal {z-index: 100000}
.modal-content {overflow: hidden;box-shadow: none !important;border-radius: 3px}
.modal-header {background: #fff;border-color: #F4F9FD;text-align: center;padding: 30px 60px;text-align: left}
.modal-header h4 {font-size: 30px}
.modal-header button {margin-top: 2px !important;position: relative;font-size: 25px}
.modal-body {padding: 40px 60px}
.copylink {margin-bottom: 40px}
.copylink pre {border-color: #DBE7F0;background: #F4F9FD;border-width: 1px}
.modal-header button,
.modal-header button:hover {color: #000 !important;background: none}
.share-btns {margin: 0 0 20px}
.share-btns a {display: block;border: 1px solid #DBE7F0;text-align: center;height: 170px;border-radius: 3px;overflow: hidden;text-decoration: none;margin-bottom: 20px}
.share-btns i {display: block;line-height: 170px !important;font-size: 60px}
.btn-facebook {color: #3b5998 !important}
.btn-twitter {color: #00ACED !important}
.btn-google {color: #D34836 !important}
.btn-reddit {color: #ff5700 !important}
.btn-facebook:hover {border-color: #3b5998}
.btn-twitter:hover {border-color: #00ACED}
.btn-google:hover {border-color: #D34836}
.btn-reddit:hover {border-color: #ff5700}
.btn-lg {font-size: 16px;padding: 14px 30px;border: 0;border-radius: 3px}
.floating-share-btn:hover{background: #d00018 !important;}
.floating-share-btn {position: fixed;z-index: 99999;top: 40%;width:46px;height:44px;right: 0;border-radius: 4px 0 0 4px;border: 0;background: #c7984a !important;color: #fff !important;padding: 0 !important;box-shadow: 0 0 10px rgba(0, 0, 0, .3);text-align: center;display: flex;align-items: center;justify-content: center;}
.floating-share-btn span {display: none;margin-top: 5px;text-transform: uppercase}
.share-btns a img {width: 55px;display: block;margin: 55px auto;}
.share-icon{width: 20px;}

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

#slider

-----------------------------------------*/
#slider .tns-controls{opacity: 0;}
 h2.slider-box-header {font-size: 30px;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;color: rgb(201, 154, 76);}
 #slider-box li{/* text-align: center; */}
 #slider-box {position: absolute;background: #fff;right: 205px;top: 37%;z-index: 9;opacity: 0.9;padding:55px 50px 55px 50px;border-radius: 0 50px 0 50px;border: 4px solid rgb(201, 154, 76);}
 .slider-box-link{font-size: 20px;color: rgb(0, 95, 158);font-weight: 700;text-decoration: none;text-align: center;text-transform: capitalize;}
 .slider-box-link:hover{color: #d00018;text-decoration: none;}
#slider{position:relative;padding-bottom: 38.1%;z-index:1}
#slider .tns-outer{position:absolute;left:0;right:0;top:0;bottom:0}
#slider-caption{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);z-index:51}

.tns-nav{position:absolute;bottom:15px;left:0;right:0;z-index:1;text-align:center}
.tns-nav button{border:2px solid #fff;;background:none;padding:0;width:23px;height:23px;border-radius:50px;margin:0 3px}
.tns-nav button.tns-nav-active{background:#d00018}

.tns-controls button{border: none;background: none;}
.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: 22%;left: 0;right: 0;display: flex;align-items: center;justify-content: space-between;}
.tns-controls button{position: relative;z-index: 10;width: 69px;height: 69px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;border: 2px solid #9ab6c8;color: #9ab6c8;font-size: 35px;transition: all .4s;}
.tns-controls button:hover{border-color: #d00018;color: #d00018;}

.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}

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

#media queries

-----------------------------------------*/
@media only screen and (min-width:1700px) and (max-width:1720px){
	#slider .tns-controls {left: 0;right: 0;}
}



@media only screen and (max-width:1700px){
	.site-header #nav a, .site-header #nav span {font-size: 20px;}
	.site-header #nav{gap: 65px;}
	.site-header #nav a, .site-header #nav span {padding: 41px 0 38px 0;}
	#quick-links .tns-controls {left: -45px;right: -45px;}

}

@media only screen and (max-width:1540px){
	.site-header #nav a, .site-header #nav span {font-size: 18px;}
	#search{width: 260px;}

	#slider .tns-controls{top:50%;justify-content: space-between;}
	.tns-controls,
	#homepage #news .tns-controls,
	#homepage #departments .tns-controls{right: 0 !important;left: 0 !important;top: calc(100%);justify-content: center;gap:15px;}
	#homepage #news .tns-controls{top: calc(100% + 20px);}



	.tns-controls button{width: 40px;height: 40px;border:2px solid #d9e7f1;display: inline-flex;align-items: center;justify-content: center;border-radius:50%;font-size: 20px;}

}
@media only screen and (max-width:1450px){
	#logo{margin-left: 30px;}
	.site-header[mega] #nav>li>ul{left:15px !important;right:15px !important;}
	.mega-scroll{padding: 50px 40px 40px 40px !important;}
}

@media only screen and (max-width:1300px){
	.site-header #nav{margin: 0px -100px 0 -70px;}
}
@media only screen and (max-width:1230px){
	#logo{margin-left: 0;width: 130px;margin-top: -35px;}
	#search {width: 200px;}
	#office-hours .time{font-size: 15px;}
	#office-hours > li{font-size: 14px;}
	#flyout-header{font-size: 18px;}
	#search input{padding: 15px 15px 15px 50px;}
	#search button{left: 5px;}
}

@media only screen and (max-width:1100px){
	.site-header #nav a, .site-header #nav span {font-size: 16px;}
	#search {width: 170px;}
	.footer-nav a{font-size: 20px}
	.footer-link{font-size: 17px};

}
@media only screen and (max-width:1000px){
.site-header #nav {gap: 55px;}
}


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

	.site-header #nav .toggle,
	.site-header #nav .toggle2,
	#flyout .toggle{display:none}

	.site-header #nav .focused .toggle,
	.site-header #nav .focused .toggle2,
	#flyout .focused .toggle{display:inline-block;margin-left:8px}
	
	#flyout .focused .toggle,
	.site-header #nav .focused .toggle2{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
	#flyout .focused .toggle,#nav .focused .toggle2{-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;background: #F2F5FF;}

	#freeform #slider .tns-controls {top: 45%;}
    #flyout>li:hover>ul {display: block;}
 

	/* base nav styles  */
	.site-header #nav li:hover>ul{display:block}
	.site-header #nav ul a:not(.fa),
	.site-header #nav ul span{display:block;color:#c7984a ;}
	

	.site-header #nav>li>a:not(.toggle), 
	.site-header #nav>li>span{position: relative;}
	.site-header #nav>li>a:not(.toggle):before, 
	.site-header #nav>li>span:not(.toggle):before{content: "";position: absolute;bottom:0;left:0;width:0;height: 5px;background: #c7984a;transition: all .3s;}
	.site-header #nav>li:hover>a:not(.toggle):before,.site-header #nav>li:hover>span:not(.toggle):before{width: 100%;}

	/* mega menu */
	.site-header[mega] #nav>li:hover>ul{display:block}
	.site-header[mega] #nav>li>ul{position:absolute;left: 200px;right:200px;top:100%;overflow-y: auto;overflow-x: hidden;word-break: break-word;display:none;}
	.mega-scroll {-webkit-column-count:3;-moz-column-count:3;column-count:3;padding: 50px 86px 40px 126px;background: rgba(255, 255, 255, 0.9);border-bottom: 6px solid #c7984a;}
	.site-header[mega] #nav>li>ul .mega-scroll>li{display:inline-block;break-after:avoid;width:100%;margin-bottom: 6px;}
	.site-header[mega] #nav>li{position:static;}
	.site-header[mega] #nav li:hover>ul{display:block}
	.site-header[mega] #nav>li>ul .mega-scroll>li>a:not(.fa),
	.site-header[mega] #nav>li>ul .mega-scroll>li>span{font-size: 22px;margin-bottom:7px;padding: 0;font-weight: 700;position: relative;color:rgb(0, 95, 158);text-transform: uppercase;}
	.site-header[mega] #nav>li>ul .mega-scroll>li ul a:not(.fa),
	.site-header[mega] #nav>li>ul .mega-scroll>li ul span{font-size: 22px;margin-bottom: 6px;font-weight: 500;padding: 0;text-transform: capitalize;color: #c7984a;}
	.site-header[mega] #nav li>ul .mega-scroll>ul a:not(.fa):hover,
	.site-header[mega] #nav li>ul .mega-scroll>ul span:hover{color: #d00018;text-decoration: underline;}
	.site-header[mega] #nav .focused .toggle2{display:none}
	
	/* Nav content styles */
	.site-header[mega] #nav .nav-content{position:relative;break-inside: avoid;display: flex;flex-direction:column;gap: 28px;}
	.site-header[mega] #nav .nav-content-box{position:relative;padding: 0;margin: 1px 0 0 0;min-height: 231px;display: flex;align-items: flex-end;}
	.site-header[mega] #nav .nav-content .nav-page-link{font-size: 24px;font-weight: 500;line-height: 1.35;color: #fff;text-transform: capitalize;margin: 0;display: block;background: #0b5a8e;display: block;width: 100%;padding: 15px 0;text-align: center;}
	.site-header[mega] #nav .nav-content-box:hover .nav-page-link{background: #d21f31;}
	
	.layout-table {table-layout: fixed;width: 100%}

}

@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:#fff;background:rgba(0,0,0,.15);position:absolute;right:0;top:0}
	.site-header .logo-wrap{display:flex;align-items:center;justify-content:space-between}
	.site-header #nav{display:none;background: #c99a4c;}
	.site-header #nav li{position:relative}
	.site-header #nav a,
	.site-header #nav span{line-height:1;font-size:14px;padding:15px;display:block;border-bottom: 1px solid #ffffff5e;}
	.site-header #nav ul{background:rgba(0,0,0,.15);display:none}	

	#freeform #formwizziwmorf tr,
	#freeform #formwizziwmorf tr td {display: block !important}
	#freeform #formwizziwmorf tr table tr {display: table-row !important}
	#freeform #formwizziwmorf tr table td {display: table-cell !important}
	/* Allows tables to be used as columns with responsive stacking */
	.layout-table {width: 100% !important}
	.layout-table,
	.layout-table thead,
	.layout-table tbody,
	.layout-table th,
	.layout-table td,
	.layout-table tr {display: block !important}

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

	#nav-toggle,
	#search-toggle {line-height: 45px;width: 45px;text-align: center;border-radius: 4px;background: #c99a4c;color: #fff;margin-left: 5px}

	#nav,
	#flyout {display: none}

	#nav li {display: block}

	#nav a,
	#nav span,
	#flyout a,
	#flyout span {font-size: 15px !important;line-height: 1 !important;padding: 15px !important;border-bottom: 1px solid rgba(0, 0, 0, .15);color: rgb(0, 95, 158);font-weight: 500;}

	#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 !important;right: 0;top: 0;line-height: 45px;text-align: center;width: 45px;background: rgba(0, 0, 0, .15);transform: none !important}

	.floating-share-btn{top:70%}
	#flyout-toggle{padding:0;padding:15px;color: rgb(0, 95, 158);font-weight: 700;}
	#flyout-header{margin:0;padding:15px;border-top:1px solid rgba(0,0,0,.15)}

	#slider .tns-controls{opacity: 1;}
	#slider-box {right: 10px;top: 10px;padding: 45px;}
	.slider-box-link {font-size: 15px;}
	h2.slider-box-header {font-size: 20px;margin-bottom: 10px;}

	/*header*/
	.header-bottom{height: auto;}
	.header-bottom-in{display: block;padding: 0;height: auto;}
	.header-bottom .fa-angle-down:before {content: "\f107";font-family: 'FontAwesome';}
	.header-top-in {padding: 10px 0;}
	#logo{margin: 10px 0;width: 90px;padding: 0;}
	.site-header #nav{margin:0;}
	.nav-content{display: none;}

	#search{position: absolute;top:calc(100% + 10px);left: 0;right: 0;width:calc(100% - 30px);margin:0 auto;display: none;}
	#search input{height: 70px;}
	.contact-info{padding: 0;}

	#homepage #welcome .contact-wrap-left img{margin-left: 0;}
	#homepage #welcome .contact-wrap{gap: 50px;}
	#homepage #welcome .contact-wrap-right .text {font-size: 18px;}
	#homepage #welcome .contact-wrap-right .text {margin-bottom: 30px;}
	#homepage #welcome h2.contact-title{margin-left: 0;font-size: 18px;}
	#homepage #welcome .sub-title{margin-left: 0;font-size: 15px;}


	.footer-nav{padding: 0 !important;gap: 20px;flex-wrap: wrap;row-gap: 10px;margin:3px 0 8px;}
	#footer-wrapper{text-align: start;}
	.footer-nav a,.footer-link{font-size: 18px;margin:0;}
	.footer-info{gap:20px;flex-wrap: wrap;}


    #homepage #quick-links .fa-angle-left:before{padding:0;background:none;border:0;}
	#homepage #quick-links .fa-angle-right:before{padding:0;background:none;border:0;}
	#homepage #news .tns-controls .fa-angle-right:before{padding:0;background:none;border:0;}
	#homepage #news .fa-angle-left:before{padding:0;background:none;border:0;}
	#homepage #news .section-link{bottom: 0;margin-left: 0;}

	
	/*freeform*/
    #page-title{margin: 0 auto;}
	#flyout-header{color: rgb(0, 95, 158);}
	#flyout-wrap{background: #e5eff5;}
	#entry{padding-left: 0;padding-top: 0;padding-bottom: 100px;}
	#freeform aside{padding-bottom: unset;}
	.blockquote{margin: 0 auto;}
	#contact-wrap,#office-wrap{background:rgb(0, 95, 158) ;padding: 20px;}
	.contact-label,.contact-link,#office-hours .day,#office-hours .time{color: #fff;}
	.freeform__box-header{margin-top: unset;}
	#freeform #slider{height: 340px;}

	/* Custom Styles */
	.site-header{position: relative;line-height: 1;}
	#homepage #welcome .section-inner{padding: 55px 20px;}
	#homepage #welcome .contact-wrap{padding: 32px 0;}
	#homepage #welcome .contact-wrap-right .text{padding: 0;}

	.footer-info .row{margin:0;}
	#translate-button{margin:0;}
}

/* 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: auto;padding: 10px;width: 100%;font-size: 12px;white-space: nowrap;overflow: hidden}
	.share-btns i {display: block;line-height: 50px !important;font-size: 20px}
	.share-btns a img{width: 20px;margin:15 auto;}
	#page-title{font-size: 40px;}
	.subheader,.blockquote{font-size: 26px;}
	.blockquote{padding: 0 162px 0 30px;}
	#office-hours .time,#office-hours > li{font-size: 16px;}
	#logo {width: 80px;margin-top: 5px;}
	.header-top-in{display: block;position: relative;}
	#social-media-links{margin-top: 5px;}
	.footer-info li{margin-left: 30px;}
	.header-top .social-media-link{margin: 0 8px 0 0px;}
	#homepage #news .section-header{font-size: 45px;}

	#homepage #welcome .contact-wrap{flex-direction: column;align-items: center;}
}

/* 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{padding: 20px 15px;}
	h2.section-header,
	h2.title,
	.section-header h2{font-size:18px !important;letter-spacing: 4px !important;margin-bottom: 30px !important;}
	.section-header h2{margin-bottom: 5px !important;}
	#homepage #welcome .section-inner {padding: 22px 20px 0;}
	#homepage #welcome h2.section-header{margin: 0 auto 0 !important;}
	#homepage #welcome .contact-wrap {gap: 15px;}
	#homepage #welcome .contact-wrap-right .text {margin-bottom: 15px;}
	#breadcrumbs ul{padding: 0 0 15px 0;}
	a.button.freeform-link {box-shadow: unset;}

	#homepage #news .section-header{font-size: 30px;}
	#homepage .news-details{font-size: 18px;}
    #homepage #departments .section-header, #homepage #welcome h2.section-header {font-size: 18px !important;}
	#homepage #departments .section-header,
	#homepage #welcome .contact-wrap-right .text{font-size: 16px;}
	.footer-nav a, .footer-link{font-size: 14px;}
	.footer-info{gap: 10px;}
	.footer-nav{gap: 10px;}
}

@media print {
	#slider,footer,#breadcrumbs,#flyout-wrap,.floating-share-btn,.e-notify,.site-header {display: none !important}
	a[href]:after {content: none !important}
}