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

Theme Name: The Village of NewRoads
Front-end developer: Little
Author Design:Jessie Eskildsen
Author URI: https://www.revize.com/
Date: 06/16/2025

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

#fonts

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

#basic styles

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

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

:root {
--brandcolor: #191919; /* Choose a dark color form the website color palette */
--darkgray: #999; /* Choose a lighter color form the website color palette */
--lightgray: #ddd; /* Choose a very light color form the website color palette */
--yellow:#EA9902;
--gray:#CCC;
--hover:#017691;
}

body {
  background: #fff; 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  color: #191919;
  -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: 20px;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: 24px;font-weight: 700;color: var(--brandcolor);}
  h5 {font-size: 22px;color: #A90B0B;font-weight: 400;}
  h6 {font-size: 15px;font-weight: 700;color: #A90B0B;}
  .header {font-size: 28px;color: var(--brandcolor);margin-bottom: 20px}
  .subheader {color: #191919;display: block;font-size: clamp(18px, 5vw, 24px);margin: 20px 0;letter-spacing: -0.8px;text-align: left;font-weight: 700;text-transform: capitalize;}
  p {margin: 0 0 20px 0;}
  em {font-style: italic}
  strong,
  b {font-weight: bold;text-transform: capitalize;}
  small {font-size: 80%}
  hr {border: solid var(--lightgray);border-width: 1px 0 0;clear: both;margin: 10px 0 30px;height: 0}
  hr {border: solid var(--lightgray);border-width: 1px 0 0;clear: both;margin: 10px 0 30px;height: 0}
  
  
  /* -----------------------------------------
  
  #links
  
  -----------------------------------------*/
  a,
  a:visited {text-decoration: underline;-webkit-transition: color .3s ease;-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: #A90B0B;}
  
  p a,
  p a:visited {line-height: inherit}

  #post a:hover{color:#017691}
  
  /* -----------------------------------------
  
  #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
  
  -----------------------------------------*/
  .btn:not([data-dismiss="modal"]),
  a.btn,
  .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: 11px 24px;background: var(--yellow);color: var(--brandcolor);border-radius: 15px;display:inline-block;font-size: 18px;font-weight: 600;text-decoration:none;cursor:pointer;line-height:1.5;vertical-align:middle;font-family: 'Poppins';transition:all .3s}
  #post input[type="submit"]{padding: 0 24px;border-radius: 4px;}
  #post button.rz-doc-search-reset{display: none;}
  
  .btn:not([data-dismiss="modal"]):hover,
  a.btn:hover,
  .button:hover,
  a.button:hover,
  #post button:hover,
  #post input[type="submit"]:hover,
  #post input[type="reset"]:hover,
  #post input[type="button"]:hover,
  .rz-btn:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:var(--hover);color:#fff}
  .button:active,
  a.button:active,
  #post button:active,
  #post input[type="submit"]:active,
  #post input[type="reset"]:active,
  #post input[type="button"]:active,
  .rz-btn:active{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:var(--brandcolor);color:#fff}
  #post button::-moz-focus-inner,
  #post input::-moz-focus-inner{border:0;padding:0}
  .btn a{color: var(--brandcolor);text-decoration: none;}
  .btn:hover a{color: #fff !important;}

  td[valign="top"][width="40%"] {
  word-spacing: 8px;
}
td[valign="top"][width="40%"] {
  letter-spacing: 1px;
}
  
  /* -----------------------------------------
  
  #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 */
  body:not(.user-logged-in) .rz-btns-container{display: none;}
  .rz-btns-container{line-height:1.5!important;font-size:16px;opacity:0;background:#fff;padding:4px;box-shadow:0px 2px 10px rgba(21, 0, 56, 0.08);border:1px solid rgba(21, 0, 56,.1);transform:translateY(10px);transition:all .2s;position:absolute;top:0;right:0;z-index:9;white-space:nowrap}
  .rz-btns-stacked{padding:6px 6px 0!important}
  
  /* 
  to reposition '.rz-btns-container' WRAP IT IN A DIV WITH ONE OF THE CLASSES BELOW
  top-left,top-center,right-center,right-bottom,center-bottom,center-center,bottom-left,left-center 
  */
  .left-top{top:0!important;right:auto!important;left:0!important;z-index:9;position:absolute}
  .left-top .rz-btns-container{position:relative!important}
  .center-top{top:0!important;right:50%!important;transform:translate(50%, 0)!important;z-index:9;position:absolute}
  .center-top .rz-btns-container{position:relative!important}
  .right-center{top:50%!important;right:0!important;transform:translate(0, -50%)!important;z-index:9;position:absolute}
  .right-center .rz-btns-container{position:relative!important}
  .right-bottom{top:auto!important;right:0!important;bottom:0!important;z-index:9;position:absolute}
  .right-bottom .rz-btns-container{position:relative!important}
  .center-bottom{top:auto!important;right:50%!important;bottom:0!important;transform:translateX(50%)!important;z-index:9;position:absolute}
  .center-bottom .rz-btns-container{position:relative!important}
  .center-center{top:50%!important;right:50%!important;transform:translate(50%, -50%)!important;z-index:9;position:absolute}
  .center-center .rz-btns-container{position:relative!important}
  .left-bottom{top:auto!important;right:auto!important;left:0!important;bottom:0;z-index:9;position:absolute}
  .left-bottom .rz-btns-container{position:relative!important}
  .left-center{top:50%!important;right:auto!important;left:0!important;transform:translate(0, -50%)!important;z-index:9;position:absolute}
  .left-center .rz-btns-container{position:relative!important}
  
  /* ----------------------------------------- rzBtn's -----------------------------------------*/
  .rz-btns-container a{display:inline-block!important}
  .rzBtn{text-transform:capitalize;cursor:pointer;text-decoration:none;position:relative;line-height:1.5!important;display:inline-block!important;letter-spacing:0!important;padding:7px 14px;background:#fff!important;color:#000!important;font-weight:bold!important;font-size:16px;white-space:nowrap;text-align:center;border:1px solid #e6e6e6;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important}
  .rz-btns-stacked a,.rz-btns-stacked .rzBtn{display:block!important;margin-bottom:6px;text-decoration:none}
  .rzBtn:hover{background:#eee!important;border-color:#ccc;color:#000!important;text-decoration:none}
  .rzBtn-sm{font-size:14px!important;padding:5px 10px!important}
  .rzBtn-xs{font-size:12px!important;padding:3px 6px!important}
  .user-logged-in .yes-has-edit-buttons{position:relative;outline:3px solid transparent;outline-offset:6px}
  .user-logged-in .yes-has-edit-buttons:hover,.show-edit-buttons .user-logged-in .yes-has-edit-buttons{outline:3px solid #6000fe;outline-offset:3px;z-index:10!important;transition:all .2s;min-width:142px;min-height:32px}
  .user-logged-in .yes-has-edit-buttons:hover .rz-btns-container:has(.rzBtn),
  .show-edit-buttons .user-logged-in .yes-has-edit-buttons .rz-btns-container:has(.rzBtn){opacity:1;height:auto;transform:translateY(0);opacity:1}
  .hide-edit-btns .rz-btns-container{display:none}
  .user-not-logged-in .rz-btns-container{display:none!important}
  
  /* -----------------------------------------
  
  #forms
  
  -----------------------------------------*/
  form {margin-bottom: 20px}
  fieldset {margin-bottom: 20px}
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  textarea,
  select {border: 1px solid var(--darkgray);padding: .375rem .75rem;outline: none;font-size: 16px;font-family: sans-serif;color: var(--brandcolor);margin: 0;display: inline-block;background: #fff;border-radius: 0;box-shadow: none}
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  textarea:focus {color: var(--brandcolor);border: 1px solid var(--darkgray)}
  label,
  legend {display: block;font-weight: bold;font-size: 13px}
  input[type="checkbox"] {display: inline}
  label span,
  legend span {font-weight: normal;font-size: 16px;color: #444}
  .form-control:focus {border-color: inherit;-webkit-box-shadow: none;box-shadow: none}
  ::-webkit-input-placeholder {color: #777}
  :-moz-placeholder {color: #777}
  ::-moz-placeholder {color: #777}
  :-ms-input-placeholder {color: #777} 
  .gsc-control-cse * {box-sizing: content-box}
  
  /* -----------------------------------------
  
  #rz intranet
  
  -----------------------------------------*/
  form.loginform {background: #fff;padding: 30px;border: 1px solid #D2DFEF} 
  form.loginform p {background: #E65229;color: #fff;padding: 20px;line-height: 1}
  form.loginform label {font-weight: normal}
  form.loginform label input {display: block;margin-bottom: 10px;width: 100%;box-sizing: border-box;padding: 10px;color: #000}

  
   /* -----------------------------------------
  
  #rz alert
  
  -----------------------------------------*/
  .floating-alert{position:fixed;z-index: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;border-radius: 8px;background: #EA9902;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);backdrop-filter: blur(4px);}
  .floating-alert p a{color: #A90B0B;font-family: 'Poppins';font-size: 14px;font-style: normal;font-weight: 600;line-height: 135%;letter-spacing: -0.28px;text-decoration: underline;}
  .floating-alert h2{margin:0 0 10px;color: #1A1A1A;font-family: 'Poppins';font-size: 20px;font-style: normal;font-weight: 700;line-height: 120%; /* 24px */letter-spacing: -0.4px;}
  .floating-alert p{margin:0;color: #191919;font-family: 'Poppins';font-size: 16px;font-style: normal;font-weight: 600;line-height: 135%; /* 21.6px */letter-spacing: -0.32px;}
  .alert-buttons a{color: #1A1A1A;font-family: 'Poppins';font-size: 14px;font-style: normal;font-weight: 700;line-height: 135%;letter-spacing: -0.28px;}
  .alert-buttons{margin:28px -28px -28px;border-top:1px solid #eee;display:flex}
  .alert-button{border-right:1px solid #eee;flex:1 1 auto;text-align:center;padding:14px 0;text-decoration:none;color:#000;font-weight:700;line-height:1.5}
  .alert-buttons .alert-button:last-of-type{border:0;}
  .alert-button:hover{background:#A90B0B;color:#fff;text-decoration:none;cursor:pointer}
  .floating-alert.fade:not(.show){display:none}

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

#rz edit

-----------------------------------------*/
#event-modal .modal-footer .btn{margin: 0 0 5px 10px;}
.table-striped tbody tr:nth-of-type(odd){background: none !important;}
.table td, .table th{border-top: none;}
.shadow-lg{box-shadow: none !important;}

#isotope-container .isotop-element {
  overflow: hidden;
  background: #f5f5f5;
  text-align: center;
  padding: 0;
  position: relative;
  max-width: 215px;
  float: left;
  display: inline;
  margin: 10px;
  opacity: .8;
  position: relative !important;
  height: auto !important;
  float: none !important;
  transform: none !important;
}

#isotope-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  height: auto !important;
}
 

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

#main

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

body .cat h3,
tr#rz-rpfbids-row{background:var(--brandcolor);}

body table.rpfbids td{text-align: left !important;}
body .faq-header{display:block !important}
.pull-left{margin-right: 0 !important;}

.rz-block-img[style="background: url('_assets_/images/logo.png') center center / cover no-repeat;"]{background-size:contain !important;background-position:center center !important}
.rz-block-img[style="background: url('_assets_/images/logo.png') center center / cover no-repeat;"]:after{display:none}
#rz-checkboxs .checkbox-inline label {display: block !important;}
  #ada-btn{border: 0;background: var(--yellow);width: 50px;height: 50px;text-align: center;border-radius: 0px 15px 15px 0px;}
  #userwayAccessibilityIcon{display: none !important;}
  #ada-btn img{width: 30px;}
  #ada-btn:hover{background: var(--hover);}
  #site-tools{position: fixed;z-index: 99999;top: calc(50% - 110px);display: flex;flex-direction: column;gap:10px;}
  #ada-btn:hover img{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(104%) contrast(102%);}

  #social-media-links .rz-btns-container{position:  relative !important;}
  ul#calendar-filters li a{color: #fff !important;}
  ul#calendar-filters li.calendar-tab-filter-all a {color: #000 !important;}


/* to remove */
#wrapper_sliderVideo{z-index:1 !important}
div.skiptranslate{display:none !important}
.container{width: 1254px;max-width: 100%;}


/* Header */
  .site-header{position: sticky;width:100%;padding: 0;background: #2F662D;z-index: 999;top: 0;left: 0;right: 0;width: 100%;transition: all .4s;}
  #header-in{display: flex;width: 100%;padding: 0 33px;gap: 48px;}
  #header-nav{flex:1;}
  #social-toggle{position:relative;flex-shrink:0;display: none;cursor: pointer;color:#fff;}
  #social-media-links{display: flex;gap: 6px;align-items: center;margin: 0;}
  #social-media-in{display: flex;gap: 8px;position: relative;z-index: 5;margin: 1px 4px 0 0;padding: 0;}
  .logo-wrap{flex-shrink: 0;display: flex;top: 66px;border-radius: 20px;z-index: 99;position: absolute;left: 54px;}
  #logo{display:block;text-decoration:none;width: 500px;max-width:100%;}
  #social-media-links img {width: 30px;margin: 0  0;display: flex;align-items: center;position: relative;left: 28px;}
  a.top-header-contact-link {text-decoration: none;color: #fff;font-size: 15px;font-weight: 700;display: inline-flex;gap: 15px;align-items: center;}
  a.top-header-contact-link:hover{color:var(--yellow)}
  
  .top-header-in {display: flex;justify-content: end;height: 60px;gap: 21px;align-items: center;flex-wrap: wrap;position: relative;}
  .btm-header-in {display: flex;justify-content: center;padding-right: 24px;align-items: center;}
  .site-top-header {background: var(--brandcolor);}
  .site-btm-header {background-color: #fff;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);padding-right: 12px;}
  #top-header-contact {display: flex;align-items: center;gap: 41px;font-size: 16px;color: rgb(255, 255, 255);font-weight: 700;line-height: 1.736;}
  .site-top-header .container-fluid{padding: 0 109px 0 0;}
  #top-header-contact img {width: 30px;}


/*base nav styles*/
.site-header #nav{padding: 0 0 0 11px;margin:0;display:flex;flex-wrap:wrap;justify-content: end;}
.site-header #nav li{list-style:none;margin:0;break-inside: avoid;}
.site-header #nav ul{padding: 0 0 0 18px;margin:0}
.site-header #nav a,
.site-header #nav span{padding: 38px 19px;display:inline-block;color: #191919;text-decoration: none;font-weight: 700;font-size: 16px;line-height: 1.5;text-transform: capitalize;letter-spacing: -0.32px;}
.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>li>a, 
.site-header #nav>li>span{position: relative;}

.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: 230px;background:#fff;display:none;height:400px;overflow-y:scroll;z-index: 999;}
#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:var(--lightgray);color:var(--brandcolor)}
[lang="en"] #translate-reset{display: none}
[data-lang="English"]{background:#f9f9f9}
div.skiptranslate{display:none !important}
#translation-links img {width: 30px;}
#translate-button {background: none;border: none;font-size: 15px;font-weight: 700;color: #fff;position: relative;left: 40px;display: inline-flex;align-items: center;gap: 2px;}
#translate-button:hover{color:var(--yellow)}

/* Search */
#search-toggle-desktop{flex-shrink: 0;cursor: pointer;width: 117px;height: 41px;background: #EDC949;border-radius: 8px;display: flex;align-items: center;justify-content: center;gap: 12px;color: #2E2309;font-size: 16px;font-weight: 700;line-height: 1.5;font-family: "Radio Canada", sans-serif;}
#search-toggle-desktop img{width: 20px;}
#search{width: 287px;}
#search form{position:relative;margin:0}
#search input{border:0;height: 40px;color: var(--brandcolor);padding-left: 54px;padding-right: 54px;background: #F2F2F2;border-radius: 48px;font-size: 14px;font-style: normal;font-weight: 500;}
#search input::-webkit-input-placeholder{color:var(--brandcolor);font-weight:500;font-family:"Poppins"}
#search input:-moz-placeholder{color:#060911}
#search input::-moz-placeholder{color:#060911}
#search input:-ms-input-placeholder{color:#060911}
#search label{margin:0;position:absolute;left:0;top:0;line-height:45px}
#search button{position:absolute;width: 20px;padding: 0;right: unset;left: 15px;top: 6px;border:0;background: none;color:#fff;text-transform:uppercase}
#search .search-go {position: absolute;top: 0;right: 0;left: unset;text-transform: uppercase;background-color: var(--yellow);width: 48px;height: 40px;border-radius: 0 25px 25px 0;color: var(--brandcolor);font-weight: 700;font-size: 14px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
#search .search-go:hover{background:var(--hover);color:#fff}

/* Quicklinks */
#homepage #quick-links .tns-controls button:hover{filter: brightness(0) saturate(100%) invert(14%) sepia(69%) saturate(3575%) hue-rotate(348deg) brightness(98%) contrast(112%);}
#homepage #quick-links .tns-outer button{background:none;filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(61%) hue-rotate(225deg) brightness(115%) contrast(70%);}
#homepage #quick-links {margin-top: -141px;position: relative;z-index: 99;padding: 35px 0;}
#homepage #quick-links .qlink-icon {border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: all .3s;background: #fff;height: 125px;}
#homepage #quick-links .qlink{text-decoration: none;color: #2f2f2f;font-weight: 700;font-size: 20px;display: block;line-height: 23px;margin: 0 auto;padding: 0;text-align: center;transition:all .3s;width: 164px;height: 164px;position: relative;border-radius: 50%;border: 20px solid rgba(169, 11, 11, 0.70);}
#homepage #quick-links .tns-controls i.fa.fa-angle-left,#homepage #quick-links .tns-controls i.fa.fa-angle-right {font-weight: 700;font-size: 28px;display: flex;align-items: center;justify-content: center;}
#homepage #quick-links .qlink-icon img {width: 70px;display: flex;align-items: center;justify-content: center;transition: all .3s;}
#homepage #quick-links .qlink-title{text-align: center;text-transform: capitalize;display: block;font-size: 18px;font-weight: 700;color: var(--brandcolor);z-index: 99;position: relative;letter-spacing: -0.36px;margin-top: 33px;}
#homepage #quick-links .container {width: 1082px;}
#homepage #quick-links li.tiny-item {height: 250px;padding-top: 15px;padding-bottom: 15px;}
#homepage #quick-links li.tiny-item:hover .qlink-icon{background: #fff;}
#homepage #quick-links li.tiny-item:hover .qlink-icon img{filter: brightness(0) saturate(100%) invert(27%) sepia(86%) saturate(1899%) hue-rotate(169deg) brightness(85%) contrast(99%);}
#homepage #quick-links li.tiny-item:hover .qlink{border: 20px solid rgba(1, 118, 145, 0.70);}
#homepage #quick-links li.tiny-item:hover .qlink{transform: translateY(-15px);}
#homepage #quick-links li.tiny-item{transition: 0.4s all;}
#homepage #quick-links li.tiny-item:hover .qlink-title{color:#017691;}
#homepage #quick-links .tns-controls{position:absolute;top: 40%;left: -50px;right: -50px;}


/* News Section */
#homepage #news .tns-controls{top: -98px;right: 17%;left: unset;}
#homepage #news .tns-controls button:hover{filter: brightness(0) saturate(100%) invert(14%) sepia(69%) saturate(3575%) hue-rotate(348deg) brightness(98%) contrast(112%);}
#homepage #news .tns-outer button{background:none;filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(61%) hue-rotate(225deg) brightness(115%) contrast(70%);}
  #homepage #news:after{position: absolute;content: "";left: 0;height: 477px;right: 0;top: unset;bottom: 0;z-index: -1;background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 62.98%, #D9D9D9 100%);}
  #news .container {width: 1280px;}
  #homepage #news .section-header::after {position: absolute;content: "";max-width: 100%;width: 100%;height: 6px;background-image: url(../images/header-line.png);background-repeat: no-repeat;margin-left: 6px;margin-bottom: -104px;}
  #homepage #news{position: relative;padding: 142px 0 72px 0;overflow: hidden;}
#homepage #news .section-header{display:flex;justify-content:space-between;align-items: center;margin-bottom: 46px;}
  #homepage #news h2 {display: flex;align-items: center;justify-content: flex-start;color: #191919;font-family: 'Poppins';font-size: clamp(36px,3vw,50px);font-style: normal;font-weight: 700;line-height: normal;margin-left: 9px;position: relative;margin-bottom: 0;}
  #homepage #news .tns-controls button{margin: 0 4px;font-size: 30px;}
  #homepage #news-list{position: relative;margin: 20px 0 22px 0;padding: 0 0;}
  #homepage #news .tiny-item{height: 541px;max-height: 100%;position: relative;}
  #homepage .news:hover .news-banner:after{background: linear-gradient(180deg,rgba(25, 25, 25, 0) 40%,#017691 100%);}
  #homepage .news:hover .news-date{background:#017691;}
  #homepage .news:hover .news-link{background:#A90B0B;color:#fff;}
  #homepage .news:hover .news-info{background:#017691;}
  #homepage .news:hover .news-link img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(149%) hue-rotate(235deg) brightness(117%) contrast(100%);}
  #homepage #news .tns-ovh {padding: 17px 0 17px 8px;}
  #homepage .news{display:block;position: relative;background: none;color: #2A344B;text-decoration: none;border: none;border-radius: 25px 25px 0 0;transition: 0.5s all;}
  #homepage .news-banner{height: 321px;transition: all .4s;position: relative;border-radius: 25px 25px 0px 0px;}
  #homepage .news-banner:after{position: absolute;content: "";left: 0;height: 100%;right: 0;top: unset;bottom: 0;z-index: 0;background: linear-gradient(180deg, rgb(0 0 0 / 0%) 62.98%, #191919 100%);border-radius: 25px 25px 0 0;}
  #homepage .news-date{display: grid;align-items: center;justify-content: center;min-height: 39px;padding: 6px 18px;position: absolute;z-index: 999;border-radius: 0px 0px 25px 25px;background: #A90B0B;color: #FFF;text-align: center;font-family: 'Poppins';font-size: 16px;font-style: normal;font-weight: 400; /* 625% */text-transform: uppercase;left: 35px;line-height: 24px;}
  #homepage .news-date span{color: #FFF;text-align: center;font-family: 'Poppins';font-size: 40px;font-style: normal;font-weight: 700;line-height: 100%;text-transform: uppercase;}
  #homepage .news-date img{width: 21px;}
  #homepage .news-info{padding: 12px 32px 24px;text-align: left;border-radius: 0px 0px 25px 25px;background: #191919;min-height: 217px;}
  #homepage .news-title{position: relative;color: var(--primary);font-size: 22px;font-weight: 700;margin-bottom: 17px;}
  #homepage .news-details{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 20px;color: #FFF;font-family: 'Poppins';font-size: 30px;font-style: normal;font-weight: 700;line-height: 40px; /* 133.333% */}
  #homepage .news-link{display: inline-flex;align-items: center;gap: 10px;transition: 0.5s all;border-radius: 5px;padding: 2px 10px;background: #EA9902;color: #191919;text-align: center;font-family: 'Poppins';font-size: 12px;font-style: normal;font-weight: 700;line-height: 135%; /* 16.2px */text-transform: uppercase;position: absolute;bottom: 35px;}
#homepage #news .section-link:hover{background:#017691;color:#fff;}  
#homepage #news .section-link{position: relative;padding: 10px 25px;margin: 0;border-radius: 15px;font-style: normal;margin-top: 15px;}
#homepage .news-link img{width:25px;}


/* Events */
#homepage #events .section-header{display:flex;align-items:center;justify-content:space-between;position: relative;}
#homepage #events .section-header .button:hover{background:#017691;color:#fff;}  
#homepage #events .section-header .button{margin-top: 19px;padding: 10px 23px;}
#homepage #events {position: relative;padding: 98px 0 113px 0;}
#homepage #events .container {width: 1277px;}
#homepage #events .events-in{position: relative;z-index: 9;}
#homepage #events .events-in .events-btm{position:relative;margin-left: 7px;}
#homepage #events .events-in .events-top{text-align:center;margin-bottom: 69px;}
#homepage #events .events-in .events-top img{width:48px;}
#homepage #events .events-in .events-top .section-header::after {position: absolute;content: "";left: 0;max-width: 100%;width: 100%;height: 6px;background-image: url(../images/header-line.png);background-repeat: no-repeat;margin-left: -3px;bottom: -22px;}
#homepage #events .events-in .events-top h2{margin: 0;display: flex;align-items: center;gap: 16px; /* 44.8px */color: #191919;font-family: 'Poppins';font-size: clamp(36px,3vw,50px);font-style: normal;font-weight: 700;margin-left: 7px;position: relative;line-height: normal;}
#homepage #events .events-in .events-btm .button.section-link{top: 8px;border: none;padding: 16px;position: absolute;left: unset;right: 0;z-index: 9999 !important;border-radius: 50px;background: #D22630;color: #FFF;font-family: 'Caudex';font-size: 18px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: -0.36px;text-transform: uppercase;}
#homepage #events .events-in .events-btm .button.section-link:hover{border-radius: 50px;background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), #D22630;}
#homepage #events .events-in #event-tabs {display: flex;width: 100%;max-width: 100%;border-radius: 24px 24px 0 0;overflow: hidden;gap: 24px;border: none;}
#homepage #events .events-in #event-tabs .event-tab{border: none;padding: 13px 0;border-radius: 25px 25px 0px 0px;background: #191919;color: #FFF;text-align: center;font-family: 'Poppins';font-size: 20px;font-style: normal;font-weight: 700;line-height: 120%; /* 24px */letter-spacing: -0.4px;width: 276.046px;}
#homepage #events .events-in #event-tabs .event-tab.active{color: #A90B0B;background: #fff;}
#homepage #events .events-in #event-tabs .event-tab{background: #fff;color: #A90B0B;}
#homepage #events .events-in #event-tabs .event-tab{color: #A90B0B;background: #fff;}
#homepage #events .events-in #event-tabs .event-tab{color: #fff;border-radius: 25px 25px 0px 0px;background: #191919;}
#homepage #events .events-in #event-tabs .event-tab{background: #191919;color: #fff;}


/* Stay */
#homepage #stay {background: #fff;padding: 40px 0;}
#homepage #stay .stay-in {text-align: center;} 
#homepage #stay .alert-icon {border-radius: 65px;background: #C2EDDF;width: 60px;height: 60px;margin: 0 auto 22px;}
#homepage #stay h2.section-title {text-align: center;display: flex;justify-content: center;align-items: center;gap: 35px;color: #191919;font-family: 'Poppins';font-size: clamp(36px,3vw,50px);font-style: normal;font-weight: 700;line-height: normal;margin-left: -32px;}
#homepage #stay .section-text {margin-bottom: 18px;color: #191919;text-align: center;font-family: 'Poppins';font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;letter-spacing: 0.3px;}
#homepage #stay .section-title img {width: 50px;}
#homepage #stay .section-title img:hover{filter: brightness(0) saturate(100%) invert(64%) sepia(34%) saturate(4924%) hue-rotate(9deg) brightness(103%) contrast(98%);}
#homepage #stay .alert-icon img {width: 40px;position: relative;top: 11px;}
#homepage #stay .stay-b-shape img {position: absolute;width: 100%;bottom: -261px;}
#homepage #stay .stay-b-shape {position: relative;}
#homepage #stay a.button.section-link {color: #191919;font-family: 'Poppins';font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;border-radius: 15px;background: #EA9902;padding: 10px 24px;margin-left: -25px;}
#homepage #stay a.button.section-link:hover{background:#017691;color:#fff;box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);}
#homepage #stay span.button.section-link a {color: var(--brandcolr);text-decoration: none;}
#homepage #stay span.button.section-link:hover a {color:#fff !important;}



/* Community */
#homepage #community {position: relative;display: flex;}
#homepage #community .community-left{width: 50.6%;background: #191919;position: relative;padding: 138px 0 138px 104px;}
#homepage #community .community-left h2{color: #FFF;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 26px;position: relative;font-size: clamp(36px, 3vw, 50px);} 
#homepage #community .community-left h2::after {position: absolute;content: "";left: 0;max-width: 100%;width: 100%;height: 6px;background-image: url(../images/header-line.png);background-repeat: no-repeat;margin-left: -3px;bottom: unset;z-index: 9;margin-top: 79px;}
#homepage #community .community-left p{color: #FFF;font-family: 'Poppins';font-size: 24px;font-style: normal;font-weight: 500;line-height: normal;margin-bottom: 30px;}
#homepage #community .community-left .section-link{border-radius: 15px;background: #EA9902;border:none;color: #191919;font-family: 'Poppins';font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;padding: 10px 24px;}
#homepage #community .community-left .section-link:hover{background:#017691;color:#fff;}
#homepage #community .community-right{width: 50%;}
#homepage #community .community-right .tns-outer button{background:none;margin: 0;width: 35px;}
#homepage #community .community-right .tns-outer button img{width: 24px;}
#homepage #community .community-right .tns-outer button:hover img{filter: brightness(0) saturate(100%) invert(64%) sepia(34%) saturate(4924%) hue-rotate(9deg) brightness(103%) contrast(98%);}
#homepage #community .community-right .tns-controls{top:unset;bottom: 9%;left:unset;right: 5.5%;}
#homepage #community .community-banner{height: 500px;transition: all .4s;position: relative;border-radius: 0;opacity: 1;}
#homepage #community .community-left .section-link a{color: var(--brandcolor); text-decoration: none;}
#homepage #community .community-left .section-link:hover a{color: #fff !important;}

/* Emergency */
#homepage #emergency {position: relative;display: flex;}
#homepage #emergency .emergency-right{width: 50%;background: #191919;position: relative;padding: 138px 80px 138px 101px;}
#homepage #emergency .emergency-right h2{color: #FFF;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 26px;position: relative;font-size: clamp(36px, 3vw, 50px);} 
#homepage #emergency .emergency-right h2::after {position: absolute;content: "";left: 0;max-width: 100%;width: 100%;height: 6px;background-image: url(../images/header-line.png);background-repeat: no-repeat;margin-left: -3px;bottom: unset;z-index: 9;margin-top: 79px;}
#homepage #emergency .emergency-right p{color: #FFF;font-family: 'Poppins';font-size: 24px;font-style: normal;font-weight: 500;line-height: normal;margin-bottom: 30px;}
#homepage #emergency .emergency-right .section-link{border-radius: 15px;background: #EA9902;border:none;color: #191919;font-family: 'Poppins';font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;padding: 10px 25px;}
#homepage #emergency .emergency-left{width: 50.6%;}
#homepage #emergency .emergency-banner{height: 499px;transition: all .4s;position: relative;border-radius: 0;opacity: 1;}
#homepage #emergency .emergency-right .emergency-btn-wrap{align-items: center;display:flex;gap: 30px;}
#homepage #emergency .emergency-right .section-link:hover{background:#017691;color:#fff;}
#homepage #emergency .emergency-left .tns-outer button{background:none;margin: 0;width: 35px;}
#homepage #emergency .emergency-left .tns-outer button img{width: 24px;}
#homepage #emergency .emergency-left .tns-outer button:hover img{filter: brightness(0) saturate(100%) invert(64%) sepia(34%) saturate(4924%) hue-rotate(9deg) brightness(103%) contrast(98%);}
#homepage #emergency .emergency-left .tns-controls{top:unset;bottom: 9%;right:unset;left: 5.5%;}
#homepage #emergency span.section-link.button a {color: #191919 !important;text-decoration: none;}
#homepage #emergency span.section-link.button:hover a{color: #fff !important;}

/* Footer */
#main-footer a.footer-link {display: block;font-size: 14px;color: rgb(241, 241, 241);font-weight: 500;line-height: 1.335;text-align: left;text-decoration: none;padding-bottom: 6px;}
#main-footer .footer-in {display: flex;justify-content: space-evenly;}
#main-footer{background: var(--brandcolor);z-index: 99;position: relative;padding: 52px 0 0;}
#main-footer h3.footer-header {font-size: 18px;color: rgb(241, 241, 241);font-weight: 700;line-height: 1.335;text-align: left;text-transform: capitalize;margin-bottom: 13px;}
#main-footer #footer-logo {width: 234px;position: relative;top: -27px;left: -20px;}
#main-footer .footer-link{font-size: 14px;color: rgb(241, 241, 241);font-weight: 500;line-height: 1.335;text-align: left;text-decoration: none;display: flex;gap: 5px;}
#main-footer .footer-col li {margin: 0;padding: 0 0 3px;list-style: none;color: #fff !important;}
#main-footer #footer-bottom{background: #161616;padding: 7px 0 16px;}
#main-footer #copyright,a#revize-login{font-size: 14px;color: rgb(255, 255, 255);line-height: normal;text-decoration: none;text-transform: capitalize;font-family: 'Poppins';font-weight: 400;}
#main-footer #revize,#revize a{font-size: 14px;color: rgb(255, 255, 255);line-height: normal;text-decoration: none;text-align: right;}
#revize-link{font-size: 15.54px;color: rgb(255, 255, 255);line-height: 2.574;text-decoration: none;font-weight: 700;text-transform: none;}
#footer-top {padding: 0px 30px 6px;}
.footer-wrap-mini {margin-top: 15px;}
#main-footer a.footer-link:hover{color: var(--hover);text-decoration: underline;}
.footer-spacer::after{content:'';display:inline-block;width:2px;height:12px;position:relative;background:#fff;margin:0 14px;top:2px}
a.footer-link.map {color: #EA9902 !important;text-decoration: underline !important;font-weight: 400 !important;}
a.footer-link.phn {font-weight: 400 !important;display: flex !important;align-items: center !important;gap: 5px;}
a.footer-link.mail{color: var(--yellow) !important;font-weight: 400 !important;display: flex !important;align-items: center;gap: 5px;text-decoration: underline !important;}
a.footer-link.mail strong {color: #fff !important;font-weight: bold !important;text-decoration: none !important;}
#main-footer .container {width: 1263px;}
#main-footer .footer-link:hover{color: var(--hover);}
#main-footer a.footer-link.mail:hover{color: var(--hover) !important;}

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

#inner

-----------------------------------------*/
#freeform .container {width: 1267px;}
#freeform .aside-bar {position: relative;padding-top: 53px;background: var(--gray);height: 100%;z-index: 99;margin-left: 100px;}
#freeform{position: relative;}
#freeform #main{position: relative;padding: 0;}
#freeform #slider:before{position:absolute;content:"";background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 16.35%, var(--Color-Brand-Color-1, rgba(25, 25, 25, 0.85)) 87.5%);inset:0;z-index:9}
#freeform #slider>img{position:absolute;left:0;right:0;bottom: -1px;width:100%;z-index:1;height: 124px;}
#freeform #slider{height: 300px;padding:0;z-index: 10;position: relative;}
#post p {font-family: 'Poppins';font-size: 16px;color: var(--brandcolor);line-height: 170%;margin-bottom: 30px;}
.aside-overlay img {position: absolute;top: -81px;width: 100%;height: 174px;}
#post .blockquote {color: var(--brandcolor);font-family: 'Inter',sans-serif;font-weight: 700;font-size: 28px;border: 2px solid #A90B0B;padding: 33px 22px 31px 28px;line-height: 141%;border-radius: 25px;margin: 52px 0;position: relative;width: 769px;}
#entry .inner-link.button {margin: 23px 0 53px 0;}
#entry .inner-link.button:hover{color:#fff}
#freeform .inner-h-wrap {position: relative;top: 96px;z-index: 9;left: 115px;}
#freeform h2.inner-slider-title {font-size: 48px;font-weight: 700;line-height: normal;color: #fff;margin-bottom: 5px;}

#freeform #slider .center-center{z-index: 999;}

#freeform .wrapper {width: 50%;}
#freeform .inner-text {width: 55%;}
#freeform #slider .container {width: 1270px;}

.freeform-inner img {height: 318px;width: 100%;margin-top: 0;border-radius: 10px;}
#freeform .inner-text span{font-family: 'Poppins';font-size: 16px;color: var(--brandcolor);line-height: 175%;}
#freeform .wrapper .tns-nav button{width: 10px;height: 10px;padding: 0;background: #CCC;margin-left: 10px;}
#freeform .wrapper button.tns-nav-active {background: #A90B0B;}
#freeform .wrapper .tns-nav{bottom: -30px;}
.inner-text h2 {font-size: clamp(25px,3vw,32px);color: #A90B0B;font-weight: 500;line-height: 1.25;text-align: left;text-transform: capitalize;margin-bottom: 30px;}

#flyout-wrap{position: relative;border-radius: 8px;margin: 0 0 15px 0;}

#flyout-header{color: var(--brandcolor);font-size: 24px;font-weight: 700;text-transform: capitalize;margin-bottom: 29px;padding: 0 31px;}
#flyout{padding:0;margin:0}
#flyout>li{position:relative;margin:0;list-style:none;padding: 8px 31px 8px;}
#flyout a,
#flyout span{display:block;text-decoration:none;font-size: 15px;font-weight: 700;color: #A90B0B;line-height: 1.5;text-transform: capitalize;}
#flyout ul{padding:0;margin:0;display:none;list-style: none;}
#flyout ul a,
#flyout ul span{font-size: 14px;padding: 15px;display: block;border-bottom: 1px solid rgba(0,0,0,.15);color: #fff;}
#breadcrumbs{font-size: 14px;text-transform:capitalize;}
#breadcrumbs a{text-decoration:none;font-weight: 600;color: #fff;font-family: 'Poppins';font-size: 14px;}
#breadcrumbs a:after {content: '\f0da';font-family: 'FontAwesome';font-weight: 400;color: #b3ceb7;margin: 0 15px 0 20px;font-size: 12px;position: relative;top: 0;}
#breadcrumbs ul{list-style:none;margin:0;padding:0}
#breadcrumbs li{display:inline-block;margin:0;padding:0;font-weight: 600;color: #EA9902;font-size: 14px;font-family: 'Poppins';}
.col-xs-12{width:100%}

.freeform-inner {display: flex;justify-content: space-between;gap: 215px;}
.text-wrapper {padding-bottom: 165px;}

blockquote {color: var(--brandcolor);font-family: 'Inter',sans-serif;font-weight: 700;font-size: 28px;border: 2px solid #A90B0B;padding: 33px 22px 31px 28px;line-height: 141%;border-radius: 25px;margin: 52px 0;position: relative;width: 769px;}

.freeform__box{position:relative;padding: 34px 0 0 31px;width: 100%;margin: 0 0 12px;margin-left: 0px;}
.freeform__box-header{font-size: 24px;font-weight: 700;line-height: 1.35;margin-bottom: 26px;color: var(--brandcolor);text-transform: capitalize;}
.freeform__box-body p{color: var(--brandcolor);font-size: 14px;font-weight: 400;line-height: 1.4;margin-bottom: 0;margin-top: 13px;width: 290px;}
#contact-wrap{padding-bottom: 32px;padding-top: 41px;padding-left: 31px;padding-right: 41px;}
#contact-wrap h2.contact-title {font-size: 16px;font-weight: 700;line-height: normal;margin-bottom: 3px;}
#contact-img{height: 150px;width: 150px;margin: 0 0px 25px 0px;border: 2px solid #191919;border-radius: 50%;}
#contact-name{color: #1B1B1B;font-size: 16px;font-weight: 700;margin: 0;}
#contact-position{color: #808080;font-size: 14px;font-weight: 400;text-transform: capitalize;}
#contact-info{margin: 26px 0 0 0;padding:0;list-style: none;}
.contact-text{color: #1B1B1B;font-size: 14px;font-weight: 400;line-height: 1.5;}
.contact-label {color: #555555;font-size: 16px;font-family: 'Poppins';text-transform: uppercase;font-weight: 700;}
.contact-link-mail{color: #017691 !important;text-decoration: underline;font-weight: 500;}
.contact-link{display: flex;align-items: center;color: #A90B0B !important;font-size: 14px;text-transform: capitalize;font-weight: 700;text-decoration: none;line-height: 1.5;gap: 16px;margin-bottom: 16px;}
.contact-link img{width: 24px;}
.contact-info .freeform__box-header {margin: 0;}
.contact-link:hover{color: #1B1B1B;}
.contact-item{display: flex;align-items: center;text-decoration: none;gap: 10px;padding: 9px 0 14px;color: rgb(1, 58, 149);font-size: 14px;font-weight: 700;text-transform: capitalize;line-height: 1.5;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;line-break: anywhere;}
.contact-item-icon {width: 24px;}
a.contact-item:hover {text-decoration: underline;}
span.contact-links {font-weight: 500;color: #191919;}

#office-hours{margin:0;padding: 1px 0 0 0;list-style: none;}
#office-hours>li{padding: 0 0 14px;font-size: 14px;line-height: 1.5;margin: 0;}
#office-hours .day{color: var(--brandcolor);font-weight: 700;text-transform: uppercase;display:inline-block;width: 38px;margin-right:13px;font-size: 15px;}
#office-hours .time{color: var(--brandcolor);font-weight: 500;font-size: 15px;}
#social-wrap{padding: 35px 11px 38px 43px !important;}
#resource-wrap{padding-bottom: 20px;}
.resource-item{display: flex;align-items: center;text-decoration:none;border-radius: 6px;margin: 0 0 15px 0;padding: 18px 0 9px;font-size: 15px;font-weight: 700;text-transform: capitalize;line-height: 1.5;color: #A90B0B !important;}
.resource-item-icon{margin: 0 10px 0 0;width: 24px;}
.resource-item:hover .resource-item-icon{filter: brightness(0) saturate(100%) invert(24%) sepia(35%) saturate(5020%) hue-rotate(172deg) brightness(98%) contrast(99%);}
.resource-item:hover{color: var(--hover) !important;text-decoration: none;}



#flyout li{margin:0;}
#entry{margin: 0 0 0 -3px;padding: 47px 0 330px 115px;}
#freeform.fullwidth #entry{margin:0;}
#page-title{font-size: clamp(30px, 5vw, 40px);font-weight: 700;margin: 24px 0 40px;color: var(--brandcolor);text-transform: capitalize;position: relative;}
#page-title::after{position: absolute;background: url(../images/line-vector.png) no-repeat;width: 100%;content: "";left: 0;right: unset;z-index: 9;top: 61px;height: 6px;}

#flyout a:hover, #flyout span:hover{color: var(--brandcolor);}

#freeform.fullwidth #post .blockquote{width: 100%;}
#freeform.fullwidth #main{position: relative;max-width: 1550px;margin: 0 auto;width: 100%;padding: 0 15px;}

/* -----------------------------------------
  #freeform Edit Buttons
  -----------------------------------------*/
  #freeform.user-logged-in aside .has-edit-buttons {min-height: 50px;z-index: 20 !important;}
  #freeform.user-not-logged-in .freeform__box:has(h2:empty){display: none;}
  #freeform.user-logged-in .freeform__box:has(h2:empty){background: transparent !important;box-shadow: none !important;padding: 0 !important;min-height: 33px;margin: -10px 0 15px !important;display: none;}
  


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

#share widget

-----------------------------------------*/
/** modal **/
.modal {z-index: 100000}
.modal .modal-dialog{transition:transform cubic-bezier(0.86,0,0.07,1);transform:scale(.98)!important;opacity:1!important}
.modal.show .modal-dialog{transition:transform .3s cubic-bezier(0.86,0,0.07,1);transform:translateY(0%)!important;}
.modal-content {border-radius: 10px;overflow: hidden;border: 0;}
.modal-header {background:#d2d2d2;border-radius:10px 10px 0 0 ;font-size:18px;line-height:1.4;}
.share-btns{display:flex;gap:8px;	justify-content: center;}
.share-btns a {display: flex;text-decoration: none;border-radius: 100%;height: 44px;width: 44px;outline-offset:0;outline:2px solid transparent;transition:all .3s;}
.share-btns svg {width:16px;height:16px;margin:auto;fill: #fff}
.btn-linkedin {background: #0077b5;}
.btn-linkedin:hover {border-color: #0077b5;outline:2px solid #0077b5;outline-offset:2px}
.btn-facebook {background: #3b5998;}
.btn-facebook:hover {border-color: #3b5998;outline:2px solid #3b5998;outline-offset:2px}
.btn-twitter {background: #000;}
.btn-twitter:hover {border-color: #000;outline:2px solid #000;outline-offset:2px}
.btn-reddit {background: #ff5700;}
.btn-reddit:hover {border-color: #ff5700;outline:2px solid #ff5700;outline-offset:2px}
.modal .btn{font-size: 16px!important;font-weight: bold!important;padding: .6rem 1.2rem!important;border: 0!important;line-height: 1.4!important;text-transform:none!important;letter-spacing:0!important;color:#000!important;border:0!important;}
.modal .btn.p-0{padding:0!important}
.modal .btn-inverse:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.25)}
.floating-share-btn {position: fixed;z-index: 99999;top: calc(50% - 40px);left: 0;border: 0;background: var(--yellow);width: 50px;height: 50px;box-shadow: 0 4px 24px rgba(0,0,0,0.15),0 2px 6px rgba(0,0,0,0.05);text-align: center;border-radius: 0px 15px 15px 0px;}
.floating-share-btn img{width: 30px;}
.floating-share-btn:hover{background: var(--hover);}
.floating-share-btn:hover img{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(104%) contrast(102%);}

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

#slider

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

#slider{position:relative;padding-bottom: 45%;z-index:1;overflow: hidden;} 
#slider .tns-outer button{background:none;}
#homepage #slider::after{position: absolute;content: "";width: 100%;height: 100%;inset: 0;background: #000;opacity: 20%;}
#homepage #slider .tns-controls{left: 30px;right:30px ;}

#slider .tns-outer{position:absolute;left:0;right:0;top:0;bottom:0}
#slider-caption{position:absolute;left:0;right:0;top: 51.8%;transform:translateY(-50%);z-index:1;display: grid;}
#slider span.slider-main {color: #FFF;text-align: center;font-size: 50px;font-style: normal;font-weight: 700;line-height: normal;}
#slider span.slider-sub {color: #FFF;text-align: center;font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;letter-spacing: 10px;text-transform: uppercase;left: 23px;position: relative;}

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

.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:46%;left:0;right:0;}
.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}

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

#media queries

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

@media only screen and (max-width:1300px){
  .freeform__box-body p{width: 100%;}
  #logo {width: 350px;}
  #homepage #quick-links .tns-controls{left: 0;right: 0;}
}

@media only screen and (max-width:1200px){
  .site-header #nav a, .site-header #nav span {font-size: 14px;}
  .logo-wrap{left: 0;}
  .btm-header-in{padding-right: 0;}
  .top-header-in{justify-content: center;height:100%;}
  #search {margin: 10px 0;}

}

@media only screen and (max-width:1180px){
  .logo-wrap{top: 130px;}
}



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

  .site-header #nav .toggle,
  .site-header #nav .toggle2,
  #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}

  .site-header #nav a:hover, .site-header #nav span:hover{background:#A90B0B;color:#fff}
    
  #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;right: 100%;top:0;width:200px;z-index: 10;background: var(--hover);}
  #flyout>li:hover ul{display: block;}

  #freeform .row.freeform-row {flex-flow: row-reverse;}
  #flyout>li:hover{background:var(--hover);}
  #flyout>li:hover a{color: #fff;}
  #flyout ul a:hover, #flyout ul span:hover{color: #fff;}  

  /* 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:#000}
    
		  
  /* mega menu */
  #nav li.static:hover ul{display:block}
  #nav>li>ul.make-mage{position:absolute;left: 0;right: 0;width: 1080px;max-width: calc(100% - 30px);top:100%;margin: 0 auto;display: none;max-height: 400px;overflow-y:auto;overflow-x: hidden;border-radius: 0px 0px 15px 15px;right: -40%;}
  #nav>li .nav-in{-webkit-column-count:4;-moz-column-count:4;column-count:4;column-gap: 40px;display: block;padding: 32px 5px 32px 50px;z-index: -1;border-radius: 0px 0px 15px 15px;background: rgba(255, 255, 255, 0.90);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);}
  #nav>li>ul.make-mage>li{display:inline-block;break-after:avoid;width:100%;margin-bottom:16px}
  #nav li:hover>ul.make-mage ul{position:static}
  
  /* hiding the menu scrollbar */
  #nav>li>ul::-webkit-scrollbar {display: none;}

  /* mega menu - First Level */
  #nav ul.make-mage a:not(.fa),
  #nav ul.make-mage span{position:relative;padding: 0;margin: 0 0 18px 0;display: block;width: fit-content;text-shadow: none;color: #A90B0B;font-family: 'Poppins';font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: -0.36px;text-transform: uppercase;}
  #nav ul.make-mage a:not(.fa):hover,
  #nav ul.make-mage span:hover{color: var(--hover);background: none;}

  /* mega menu - Second Level */
  #nav ul.make-mage ul a:not(.fa),
  #nav ul.make-mage ul span{display: block;padding: 0 0 10px 0;margin-bottom: 5px;margin-left: -16px;transition: all .4s;text-shadow: none;color: #191919;font-family: 'Poppins';font-size: 14px;font-style: normal;font-weight: 400;line-height: 135%; /* 18.9px */letter-spacing: -0.28px;text-transform: capitalize;}
  #nav ul.make-mage ul a:not(.fa):hover,
  #nav ul.make-mage ul span:hover{color: #0057B8;}  
  #nav .make-mage .focused .toggle2{display:block}

  #search{display:block!important;position: relative;left: 53px;}
    
  .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 .toggle,
  .site-header .toggle2{display:block;line-height:45px;width:45px;text-align:center;color:#fff;background:var(--gray);position:absolute !important;right:0;top:0}
  .site-header .logo-wrap{display:flex;align-items:center;justify-content:space-between;padding-bottom: 10px;}
  .site-header #nav{display:none;padding: 0;background: #CCC;}
  .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;border-bottom:1px solid var(--darkgray)}
  .site-header #nav ul{background: #fff;display:none;padding: 0;}	

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


  #flyout-wrap{margin:0 0 15px 0;padding: 0;width: 100%;}
  
  /* 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{border:none !important;}
  #nav-toggle, #search-toggle,#info-toggle {line-height: 35px;width: 40px;text-align: center;color: #000;margin-left: 5px;cursor: pointer;border: 2px solid #000;border-radius: 50%;}

  #flyout-toggle{padding:0;padding:15px;color: #000;font-weight: 700;}
  #flyout-header{margin:0;padding:15px;border-top:1px solid rgba(0,0,0,.15)}

  #nav,
  #flyout {display: none}

  #nav li {display: block}

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

  #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}
  #post {overflow: hidden;}

  #nav-toggle:hover, #info-toggle:hover{color:#A90B0B;border:2px solid #A90B0B}


  /* custom styles */
  #freeform .col-lg-9{padding-right: 0;}
  .freeform-inner{gap: unset;}
  #freeform .aside-bar{padding-right: unset !important;}
  #search{width: 287px;position: absolute;top: 54px;margin: 5px auto;}
  aside.col-lg-3 {order: 2;margin-bottom: 15px;}
  #freeform #freeform-main{padding-bottom: 0;}
  #freeform .aside-bar{margin-left: 0;padding-top: 0;margin-right: 0 !important;}
  .freeform__box {padding: 0 15px;}
  .resource-item {padding: 5px 0;}
  #flyout>li{padding: 0;font-family: 'Poppins';}
  #main-footer .footer-in{flex-direction: column;justify-content: unset;gap: 50px;text-align: center;}
  #main-footer h3.footer-header{text-align: center;}
  a.footer-link.map,a.footer-link.phn,a.footer-link.mail{text-align: center !important;justify-content: center;}
  #main-footer a.footer-link{text-align: center;}
  #main-footer #footer-bottom ,#main-footer #revize, #revize a{text-align: center;}
  #main-footer #copyright{padding-bottom: 15px;}
  #post .blockquote{width: 100%;}
  .top-header-in{height: 100%;justify-content: center;padding: 20px 0 60px;}
  .site-top-header{display: none;}
  .logo-wrap{position: relative;top: 0;}
  .btm-header-in{display: block;}
  .site-btm-header{padding: 20px 0 0;}
  .floating-share-btn{top: unset;bottom: 20px;}
  #site-tools {top: unset;bottom: 80px;}
  #footer-top {padding: 0px 30px 50px;}
  #freeform #slider .tns-controls {left: unset;top: 5%;}
  .top-header-contact-link {width: 24px; overflow: hidden;white-space: nowrap;}
  #translate-button {width: 24px;overflow: hidden;white-space: nowrap;padding: 0;top: 2px;}
.site-top-header .container-fluid{padding:0}
  #social-media-links img{width: 24px;}
  #logo {width: 270px;}
  #main-footer #footer-logo{left: unset;top: unset;}
  #homepage #slider .tns-controls {left: unset;top: 5%;right: 0;}
  #homepage #news .section-header{flex-direction: column;gap: 20px;text-align: center;}
  #homepage #news .section-header::after {position: absolute;content: "";max-width: 100%;width: 100%;height: 6px;background-image: url(../images/mob-line.png);background-repeat: no-repeat;margin-top: 118px;background-size: contain;}
  #homepage #news .tns-controls{top: unset;bottom: -50px;left: 50%;transform: translateX(-50%);right: unset;}
  #homepage #events .section-header{flex-direction: column;gap: 20px;text-align: center;}
  #homepage #events .events-in .events-top .section-header::after {position: absolute;content: "";left: 0;max-width: 100%;width: 100%;height: 6px;background-image: url(../images/mob-line.png);background-repeat: no-repeat;bottom: 68px;background-size: contain;}
  #homepage #community{flex-direction: column;}
  #homepage #community .community-left,#homepage #community .community-right{width: 100%;}
  #homepage #community .community-left,#homepage #emergency .emergency-right{padding: 100px;text-align: center;}
  #homepage #community .community-left h2::after {position: absolute;left: 0;background-image: url(../images/mob-line.png);bottom: -12px;z-index: 9;margin: 0 auto;background-size: contain;}
  #homepage #community .community-right .tns-controls,#homepage #emergency .emergency-left .tns-controls{top:unset;bottom: 20px;left: 50%;transform: translateX(-50%);z-index: 99;}
  #homepage #emergency{flex-direction: column-reverse;}
  #homepage #emergency .emergency-left,#homepage #emergency .emergency-right{width: 100%;}
  #homepage #emergency .emergency-right .emergency-btn-wrap{justify-content: center;}
  #homepage #emergency .emergency-right h2::after {position: absolute;left: 0;background-image: url(../images/mob-line.png);bottom: -12px;z-index: 9;margin: 0 auto;background-size: contain;}
  #homepage #community .community-right .tns-controls{right: unset !important;}
  #homepage #slider{height: 500px;}
  #homepage #news{padding: 50px 0;}
  #slider span.slider-main{font-size: 36px;}
  #slider span.slider-sub{font-size: 12px;letter-spacing: 6px;left: 0;}
  #homepage #community .community-banner,#homepage #emergency .emergency-banner{height: 300px;}
  #homepage #stay h2.section-title{flex-direction: column;margin-left: 0;margin-bottom: 0;}
  #homepage #stay a.button.section-link{margin-left: 0;}
  #freeform h2.inner-slider-title{font-size: 36px;}
  #homepage #events .events-in #event-tabs .event-tab{font-size: 14px;}
  #main-footer .footer-link{text-align: center;}
  .site-btm-header .container-fluid{padding: 0;}
  #entry{padding: 15px;}
  #freeform .inner-h-wrap{left: 15px;}
  .row{margin: 0 !important;}
}

/* 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 {padding: 10px;font-size: 12px;white-space: nowrap;overflow: hidden}
  .share-btns i {display: block;line-height: 50px !important;font-size: 20px}
  ul ul, ul ol, ol ol ol ul {margin: 0 auto;padding: 0;}

}

/* 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 {width: 220px;}
      #post .blockquote {font-size: 20px;}
      #homepage #community .community-left h2,#homepage #emergency .emergency-right h2{font-size: 25px;}
      #homepage #emergency .emergency-right p,#homepage #community .community-left p{font-size: 18px;}
      #homepage #community .community-left, #homepage #emergency .emergency-right {padding: 50px;}
      #homepage #emergency .emergency-right .section-link{font-size: 10px;}
}

@media print {

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

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