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

Theme Name: City Of New Roads
Front-end developer: Little
Author Design:Colleen Moore
Author URI: https://www.revize.com/
Date: 06/06/2025

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

#fonts

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

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

#basic styles

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

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

:root {
--brandcolor: #0D1A2E; /* 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 */
--header:#17253C;
}

body {
  background: #fff; 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  top: 0 !important
}

 /* -----------------------------------------
  
  #typography
  
  -----------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {color: #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: 21px}
  h5 {font-size: 16px}
  h6 {font-size: 14px}
  .header {font-size: 28px;color: var(--brandcolor);margin-bottom: 20px}
  .subheader {color: #1A1A1A;display: block;font-size: clamp(24px, 5vw, 40px);font-weight: 400;margin: 20px 0;letter-spacing: -0.8px;}
  p {margin: 0 0 20px 0;}
  em {font-style: italic}
  strong,
  b {font-weight: bold}
  small {font-size: 80%}
  hr {border: solid var(--lightgray);border-width: 1px 0 0;clear: both;margin: 10px 0 30px;height: 0}
  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: #3365B2;font-weight: 600;}
  
  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
  
  -----------------------------------------*/
  .btn:not([data-dismiss="modal"]),
  a.btn,
  .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: 13px 32px;background: var(--brandcolor);color: #fff;border-radius: 30px;display:inline-block;text-decoration:none;cursor:pointer;vertical-align:middle;transition:all .3s;font-family: 'Inter',sans-serif;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;text-transform: capitalize;}
  #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,
  .btn: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: #203556;color:#fff;box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);}
  .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:hover{color: #fff;padding: unset;background: #203556;}
  .btn a{background: #101B2D;color: #fff;text-decoration: none;border-radius: 30px;}
  
  /* -----------------------------------------
  
  #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: 99;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;background: #C4F4DF;box-shadow: 0px 0px 11px 0px rgba(196, 244, 223, 0.40), 0px 0px 14.1px 0px #C4F4DF inset, 0px 4px 17px 0px rgba(0, 0, 0, 0.09);color: #17253C;padding:28px;font-size:14px;width:410px;border-radius: 12px;display:flex;flex-direction:column;overflow:hidden;border:0}
  .floating-alert h2{color: #17253C;margin:0 0 10px;font-family: 'Geologica';font-size: 24px;font-style: normal;font-weight: 700;line-height: normal;}
  .floating-alert p{margin:0;color: #17253C;font-size: 16px;}
  .alert-buttons{margin:28px -28px -28px;border-top: 1px solid #B2E5CE;display:flex}
  .alert-button{border-right: 1px solid #B2E5CE;flex:1 1 auto;text-align:center;padding:14px 0;text-decoration:none;color: #17253C;font-weight: 400;line-height:1.5}
  .alert-buttons .alert-button:last-of-type{border:0;color: #17253C;}
  .alert-button:hover{background:#B2E5CE;text-decoration:none;cursor:pointer;color: #17253C;}
  .floating-alert.fade:not(.show){display:none}

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

#rz edit

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

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

#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}
.user-logged-in#freeform .site-header{position: relative;}
 #post input[type="submit"]{background: var(--header) !important;color: #fff !important;}
.user-logged-in .site-header{position: relative !important;}
.rz-card-img li, .rz-block-img li{color: #fff !important;}

a.redirect-go{top: 10px !important;}

/* to remove */
#wrapper_sliderVideo{z-index:1 !important}
div.skiptranslate{display:none !important}
.container{width: 1254px;max-width: 100%;}
#homepage #slider .tns-nav{position:absolute;bottom: 190px;left:0;right:0;z-index: 99;text-align:center}
#homepage #slider .tns-controls{display: none;}

/* Header */
.site-header{position:fixed;top:0;left:0;width:100%;z-index:250;background: var(--brandcolor);transition: all .4s;}
.header__in{display: flex;padding: 0 0;width: 100%;align-items: center;position: relative;z-index: 9;}
#header-nav{flex:1;padding: 0 0 0 0;}
#header__in-right{position: relative;}
.logo-wrap{width: 100%;position: absolute;align-self: flex-start;max-width: 140px;top: 7px;left: 33px;}
#logo{display: block;width:100%;position: relative;padding: 10px 16px;border-top: 0;overflow: hidden;border-radius: 10px 0 0 10px;}
.section-header {margin-bottom: 55px;}
.site-header.scrolled {background: var(--brandcolor) !important;}
.header-right-wrap {display: flex;align-items: center;justify-content: start;padding: 0 64px 0 0;gap: 45px;}
.site-header .container-fluid{padding: 0;}


/*base nav styles*/
.site-header #nav{padding: 0 0 0 127px;margin:0;display:flex;flex-wrap:wrap;justify-content: center;}
.site-header #nav li{list-style:none;margin:0;font-family: 'Geologica', sans-serif;padding: 22px 15px;}
.site-header #nav ul{padding:0;margin:0}
.site-header #nav a,
.site-header #nav span{padding: 11px 10px;display:inline-block;text-decoration: none;color: #FFF;text-align: center;font-size: 16px;font-style: normal;font-weight: 500;line-height: normal;text-transform: uppercase;border-radius: 50px;}
.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{margin:0;padding: 0;position:absolute;top: 100%;left: -40px;width: 205px;background: #C8E0F9;display:none;height: 270px;overflow-y:scroll;z-index: 99;margin-top: 18px;border-radius: 12px;}
#translation-links ul::-webkit-scrollbar {width: 8px;}
#translation-links ul::-webkit-scrollbar-track {background: #e0ecf5;border-radius: 10px;}
#translation-links ul::-webkit-scrollbar-thumb {background-color: #4a90e2; border-radius: 10px;border: 2px solid #e0ecf5; }



#translation-links ul li{margin:0}
#translation-links ul li a{display:block;text-decoration:none;font-family: 'Geologica',serif;font-size: 12px;font-style: normal;font-weight: 400;line-height: 150%; /* 18px */letter-spacing: 0.24px;color: #17253C;padding: 5px 15px;}
#translation-links ul li a:hover{font-weight: 700;text-decoration: underline;}
[lang="en"] #translate-reset{display: none}
div.skiptranslate{display:none !important}
button#translate-button {background: none;border: none;color: #FFF;text-align: center;font-family: "Geologica", sans-serif;font-size: 16px;font-style: normal;font-weight: 300;line-height: normal;text-transform: capitalize;border-radius: 42px;padding: 15px;}
button#translate-button img {width: 18px;position: relative;left: -6px;top: -2px;}
h2.t-header {text-align: center;font-family: 'Geologica',serif;font-size: 12px;font-style: normal;font-weight: 400;line-height: 22px;letter-spacing: 0.36px;text-transform: uppercase;color: #17253C;background: #E6EFFD;margin-bottom: 10px;padding: 5px;}
#translation-links img.t-icon {position: absolute;width: 26px;top: 54px;margin: 0 auto;z-index: 99;left: 0;right: 0;}
button#translate-button:hover, button#translate-button.active{background: #1F2F4A;}

/* 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: 230px;}
#search form{position:relative;margin:0}
#search input{border:0;height: 46px;padding-left: 20px;padding-right: 43px;background: #17253C;border-radius: 48px;font-weight: 300;color: rgba(255, 255, 255, 0.55);font-family: 'Geologica',sans-serif;}
#search input::-webkit-input-placeholder{color: rgba(255, 255, 255, 0.55);}
#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: 36px;height: 36px;padding: 0;right: 10px;top: 6px;border:0;background: none;color:#fff;text-transform:uppercase;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
#search button img{width: 18px;position: relative;}
#search button:hover{background:#D0DFF4;filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.09)) drop-shadow(0px 0px 11px rgba(255, 255, 255, 0.10));}
#search button:hover img{filter: brightness(0) saturate(100%) invert(10%) sepia(11%) saturate(5016%) hue-rotate(184deg) brightness(90%) contrast(89%);}

/* quicklinks section */
#quicklinks{position: relative;padding: 0 0 2px;z-index: 20;}
#quicklinks .quicklinks-shape{position: absolute;top: 38px;left: 0;right: 0;width: 100%;}
#quicklinks .container{width: 1285px;}
#quicklinks-inner{position: relative;top: -60px;margin-bottom: -100px;}
#quicklinks .tns-controls button{margin:0;font-size: 20px;background: none;border: none;color: #5889D6;padding:0;width: 32px;height: 32px;}
#quicklinks .tns-controls button:hover{color: #17253C;background: #D0DFF4;border-radius: 50px;padding: 0;}
#quicklinks .tns-ovh {padding: 30px 0;}
#quicklinks .tns-item{position: relative;transition: all .4s;}
#quicklinks .tns-slide-active.elevated.elevated-1{transform: translateY(18px);}
#quicklinks .tns-slide-active.middle{transform: translateY(-15px);}
#quicklinks .tns-slide-active.elevated.elevated-2{transform: translateY(5px);}
.qlink{position:relative;text-decoration: none;padding: 0;text-align: center;display: block;text-decoration: none;}
.qlink-icon {position:relative;width: 74px;height: 74px;border-radius: 50%;z-index: 0;display: flex;justify-content: center;align-items: center;margin: 0 auto;transition: all .3s;}
.qlink-icon img{position: relative;z-index: 10;width: 50px;transition:0.3s all;}
.qlink-title{display: flex;justify-content: center;align-items: center;text-transform: capitalize;color: #000;text-align: center;font-family: 'Geologica';font-size: 16px;font-weight: 700;line-height: normal;}
.qlink:hover{text-decoration: none;}
.qlink:hover .qlink-icon{background:#E8EFF9;}
.qlink:hover .qlink-icon img{transform:scale(1.1);}
#quicklinks i.fa.fa-angle-right {top: -4px;position: relative;}
#quicklinks i.fa.fa-angle-left {top: -4px;position: relative;}


/* News */


#homepage #news .news-right .tns-inner {box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.40), 0px 0px 14.1px 0px #FFF inset, 0px 4px 17px 0px rgba(0, 0, 0, 0.09);border-radius: 12px;}
#homepage #news .news-right .tns-outer {padding: 10px 0!important;}
#homepage #news .news-right .tns-ovh {padding-top: 15px;margin-top: -25px;}
#homepage #news a.button {background: #fff;color: #000;}
#homepage #news .news-wrap {display: flex;gap: 29px;margin-bottom: 48px;}
#homepage #news .news-left {width: 50%;display: grid;gap: 30px;}
#homepage #news .news-right {width: 50%;max-height: 466px;height: 100%;z-index: 1;position: relative;}
#homepage #news .news-regular-item {max-height: 218px;display: flex;width: 100%;align-items: center;border-radius: 12px;text-decoration: none;position: relative;max-width: 100%;gap: 4px;transition: 0.3s all;background: rgba(255, 255, 255, 0.85);box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.40), 0px 0px 14.1px 0px #FFF inset, 0px 4px 17px 0px rgba(0, 0, 0, 0.09);}
#homepage #news .news-regular-item-image {max-width: 209px;height: 195px;border-radius: 8px;margin: 12px 12px;width: 100%;}
#homepage #news .news-header {position: relative;top: -25px;text-align: center;z-index: 9;}
#homepage #news {position: relative;padding: 198px 0 193px;text-align: center;}
#homepage #news h2.section-title {color: rgba(23, 37, 60, 0.7);text-align: center;font-family: 'Inter';font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 3px;text-transform: uppercase;margin-bottom: -5px;}
#homepage #news .news-box-image {height: 343px;position: relative;margin: 12px 12px 7px 12px;border-radius: 6px;}
#homepage #news h3.section-sub-title {text-align: center;font-family: 'Geologica',serif;font-size: 62px;font-style: normal;font-weight: 700;line-height: normal;color: #17253C;margin-bottom: 3px;}
#homepage #news .container {width: 1213px;}
#homepage #news .news-date {color: #386BB9;line-height: normal;letter-spacing: 1.28px;margin: 26px auto 14px;font-weight: 400;}
#homepage #news .news-title {color: #17253C;font-family: 'Geologica',serif;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 7px;}
#homepage #news span.news-button {background: none;border: none;color: var(--header);padding: 0;font-size: 16px;font-family: 'Inter',sans-serif;font-weight: 400;}
#homepage #news .news-mini {text-align: center;padding: 22px 0 4px 0;height: 100%;background: #fff;border-radius: 0 0 12px 12px;}
#homepage #news .news-box {text-decoration: none;position: relative;background: #fff;border-radius: 12px;}
#homepage #news .news-text {text-align: start;}
#homepage #news a.button:hover{background: #E2F7FF;color: #000;}
#homepage #news .button img {position: relative;margin-left: 9px;}
#homepage #news span.news-btn {text-align: center;font-family: 'Inter',sans-serif;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;color: #17253C;}
#homepage #news .news-bookmark {position: absolute;right: 8px;z-index: 9;top: -17px;display: inline-grid;align-items: center;padding: 0;color: #17253C;text-align: center;font-family: 'Inter';font-size: 14px;justify-content: center;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 1.68px;text-transform: uppercase;padding: 10px 14px;}
#homepage #news .news-bookmark span{color: #17253C;font-family: 'Geologica';font-size: 36px;font-style: normal;font-weight: 700;line-height: 108.838%;}
#homepage #news .news-bookmark img {position: absolute;width: 100%;z-index: -1;top: -8px;right: 3px;}
#homepage #news .news-h-img img {opacity: 0;width: 112px;position: relative;top: -10px;transition: 0.3s all;}
#homepage #news .news-regular-item:hover .news-h-img img{opacity: 1;}
#homepage #news .news-right:hover .news-h-img img{opacity: 1;}
#homepage #news .news-right .tns-nav{bottom: -35px;border-radius: 39px;background: rgba(255, 255, 255, 0.75);width: 50px;margin: 0 auto;}
#homepage #news .tns-nav button {width: 9px;height: 9px;background: #98B3DF;display: inline-flex;}
#homepage #news .tns-nav button.tns-nav-active{background: #5889D6;}
#homepage #news span.e-date {font-family: 'Geologica',serif;font-size: 36px;font-style: normal;font-weight: 700;line-height: 108.838%;position: absolute;color: #17253c;right: 22px;z-index: 9;top: 8px;}
#homepage #news .news-regular-item:hover{transform: scale(1.03);background:#fff ;}
/* #homepage #news .news-box-image:hover .news-bookmark img{opacity: 0;} */
/* #homepage #news .news-box-image:hover .news-bookmark img{position: absolute;top: 0;right: 0;width: 100%;z-index: -1;transition: 0.3s all;inset: 0;content: "";background: url(../images/news-d-hover.png) no-repeat;} */

/* Events */
#homepage #events {position: relative;padding: 65px 0 38px;z-index: 99;}
#homepage #events .container {width: 1215px;}
#homepage #events .events-shape img{position: absolute;width: 100%;top: -100px;}
#homepage #events .events-in {text-align: center;position: relative;z-index: 9;}
#homepage #events .events-b-shape {position: absolute;bottom: -150px;}
#homepage #events .events-top {position: relative;z-index: 9;margin-bottom: 28px;}
#homepage #events h2.section-title {text-align: center;font-family: 'Inter';font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 3px;text-transform: uppercase;color: #D0DFF4;margin-bottom: 0;}
#homepage #events span.section-sub-title {text-align: center;font-family: 'Geologica',serif;font-size: 62px;font-style: normal;font-weight: 700;line-height: normal;color: #fff;}
#homepage #events a.button.section-link {background: #101B2D;color: #fff;}
#homepage #events a.button.section-link:hover{background: #203556;}
#homepage #events a.button.section-link img{filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(5610%) hue-rotate(257deg) brightness(113%) contrast(101%);margin-left:8px}

/* Stay */
#homepage #stay {background: linear-gradient(94deg, #ACE1C3 4.4%, #ABD7D7 99.44%);padding: 177px 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 {color: #000;text-align: center;font-family: 'Geologica',sans-serif;font-size: 40px;font-style: normal;font-weight: 700;line-height: normal;display: grid;justify-content: center;margin-bottom: 10px;}
#homepage #stay .section-text {font-family: 'Inter',sans-serif;font-size: 18px;font-style: normal;font-weight: 400;line-height: 28px;color: var(--header);margin-bottom: 18px;}
#homepage #stay .section-title img {width: 395px;}
#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 {background: #17253C;color: #fff;}
#homepage #stay a.button.section-link:hover{background:#264734;box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);}

/* About */
#homepage #about .container {width: 1215px;}
#homepage #about .about-header {display: flex;align-items: center;gap: 17px;margin-bottom: 11px;}
#homepage #about .about-header img {width: 68px;position: relative;top: -2px;}
#homepage #about {position: relative;padding: 10px 0;background: radial-gradient(300.6% 62.22% at 50% 103.05%, rgba(255, 231, 47, 0.35) 0%, rgba(255, 189, 160, 0.35) 28.37%, rgba(248, 215, 255, 0.35) 53.85%, rgba(255, 255, 255, 0.35) 100%);}
#homepage #about .about-in{padding: 118px 0 137px;display: flex;gap: 29px;}
#homepage #about h2.about-title {font-family: 'Geologica';font-size: 36px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 0;margin-top: 16px;}
#homepage #about h3.about-sub-title {color: rgba(0, 0, 0, 0.65);font-family: 'Geologica';font-size: 18px;font-style: normal;font-weight: 200;line-height: normal;letter-spacing: 5.4px;text-transform: uppercase;}
#homepage #about .about-left {width: 50%;}
#homepage #about .about-right {width: 50%;}
#homepage #about .about-images-wrap {display: flex;flex-wrap: wrap;}
#homepage #about .about-images-wrap img{height: 173px;object-fit:cover;margin-bottom:12px;border-radius: 12px;}
#homepage #about .about-images-wrap img:nth-child(4n+1){width: calc(59% - 6px);margin-right: 12px;}
#homepage #about .about-images-wrap img:nth-child(4n+2){width: calc(41% - 6px);margin-right:0}
#homepage #about .about-images-wrap img:nth-child(4n+3){width: calc(100% - 4px);height: 240px;}
#homepage #about .about-images-wrap img:nth-child(4n+4){width: calc(30% - 6px);margin-right: 10px;}
#homepage #about .about-images-wrap img:nth-child(4n+5){width: calc(67% - -5px);margin-right: 6px;}
#homepage #about a.button {padding: 14px 30px;margin-top: -8px;}
#homepage #about .about-btn {display: flex;gap: 40px;}
#homepage #about a.button:hover{background: rgba(255, 255, 255, 0.60);box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);color: #181818;}

/* Footer */
footer{position: relative;overflow: hidden;}
footer .container {width: 1215px;}
footer .footer-img{position: absolute;top: -213px;bottom: unset;left: 40px;width: 283px;}
.footer-in{background: #17253C;position: relative;z-index: 99;padding: 93px 0 0 0;}
footer #social-media-in{padding:0;display: flex;background:none;align-items: center;width: 100%;gap: 5px;margin: 0 0 0 30px;}
footer h3{color: #FFF;font-family: 'Geologica';font-size: 24px;font-style: normal;font-weight: 700;line-height: normal;margin: 0 0 10px 0;}
.footer-contact span{color: #D0DFF4;font-family: 'Inter';font-size: 14px;font-style: normal;font-weight: 400;line-height: 22px;text-decoration: none;margin-bottom: 10px;}
footer .footer-contact{display: flex;align-items: center;text-decoration: none;}
footer .button{border:none;display:inline-flex;align-items:center;gap:9px;padding: 10px 24px;border-radius: 30px;background: #233755;color: #FFF;font-family: 'Inter';font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;margin-top: 3px;}
.footer-top img{width: 17px;}
.footer-logo img{width: 125px;margin: 20px 7px 10px 7px;}
.footer-top{display: flex;justify-content: space-between;margin-bottom: 20px;}
footer .footer-cover{position: absolute;left: 0;right: 0;width: 100%;top: -30px;z-index: -1;}
footer .button:hover{background:var(--brandcolor)}
#freeform footer .footer-in .container {width: 1214px;}
#revize{color: #98B3DF;font-family: 'Inter';font-size: 14px;font-style: normal;font-weight: 400;line-height: 135%;letter-spacing: -0.28px;padding: 17px 0 23px 0;}
#revize-login{color: #98B3DF;font-family: 'Inter';font-size: 14px;font-style: normal;font-weight: 400;line-height: 135%;letter-spacing: -0.28px;text-decoration: none;}
#revize-link{color: #fff;text-decoration: none;}
footer a.social-media-link:hover {background: #071121;}
footer a.social-media-link {width: 32px;height: 32px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
footer a.footer-logo {position: relative;left: 9px;}
footer #social-media-in a:hover img {filter: brightness(0) saturate(100%) invert(70%) sepia(23%) saturate(469%) hue-rotate(178deg) brightness(97%) contrast(94%);}

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

#inner

-----------------------------------------*/
#freeform{position: relative;}
#freeform .container {width: 1347px;}
#freeform #main{position: relative;padding: 48px 0 264px;}
#freeform #slider>img{position:absolute;left:0;right:0;bottom: -94px;width:100%;z-index: 1;}
#freeform #slider{height: 550px;padding:0;z-index: 0;position: relative;padding-bottom: 15%;}
#post p{line-height: 24px;margin-bottom: 24px;}
#post p a{color: #3365B2;}
#flyout-wrap{color: #fff;position: relative;box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.08);border-radius: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.30);background: #D0DFF4;padding: 29px 15px;}
h2.subheader{color: #1A1A1A;font-family: 'Geologica';font-size: 40px;font-style: normal;font-weight: 700;line-height: normal;margin-top: 48px;letter-spacing: 0px;}
h3.subheader{color: #1A1A1A;font-family: 'Geologica';font-size: 36px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: 0;margin: 49px 0 20px 0;}
.placeholder-img{border-radius: 12px;margin-top: 24px;}
.placeholder2, .placeholder3{border-radius: 12px;}
#freeform #post h4{color: #1A1A1A;font-family: 'Geologica';font-style: normal;font-weight: 700;line-height: normal;margin-top: 32px;}
#freeform #post h5{color: #1A1A1A;font-family: 'Geologica';font-size: 24px;font-style: normal;font-weight: 700;line-height: normal;}
#freeform #post h6{color: #1A1A1A;font-family: 'Geologica';font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;}
#post ul{margin-left:0;padding-left: 27px;}
#post ul li{color: #1A1A1A;font-family: 'Inter';font-size: 16px;font-style: normal;font-weight: 400;line-height: 17px;}
blockquote:after{content: "";position: absolute;top: 39%;left: 29px;background:url('../images/quote.png');background-size: 100%;margin-right: 48px;background-repeat: no-repeat;width: 55px;height: 41.264px;}
blockquote{color: #17253C;font-family: 'Geologica';font-size: 24px;font-style: normal;font-weight: 700;line-height: 148.575%;display: grid;gap: 20px;position: relative;padding: 50px 34px 34px 121px;height: 100%;margin: 48px 0 70px;border-radius: 16px;z-index: 9;}
blockquote span{color: rgba(23, 37, 60, 0.75);font-family: 'Geologica';font-size: 16px;font-style: normal;font-weight: 400;line-height: 25px;letter-spacing: 1.76px;}
.inner-btn-wrap {display: inline-flex;gap: 20px;margin-top: 3px;}
.inner-btn-wrap .first-wrap, .second-wrap, .third-wrap{display: inline-grid;gap: 16px;}
.inner-btn-wrap .first-wrap a{border-radius: 30px;background: var(--Color-Brand-Color-1, #D0DFF4);display: flex;justify-content: center;align-items: center;color: var(--Color-Brand-Color-4, #17253C);font-family: Inter;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;box-shadow: none;border: none;padding: 14px 41px;}
.inner-btn-wrap .first-wrap a:hover{border-radius: 30px;background: #98B3DF;box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);}
.inner-btn-wrap .second-wrap a{border-radius: 30px;background: #111D2F;display: flex;justify-content: center;align-items: center;color: var(--Color-Grayscale-White, #FFF);font-family: Inter;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;box-shadow: none;border: none;padding: 14px 35px;}
.inner-btn-wrap .second-wrap a:hover{border-radius: 30px;background: #1F355A;box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);}
.inner-btn-wrap .third-wrap a{border-radius: 30px;background:  #C4F4DF;display: flex;justify-content: center;align-items: center;box-shadow: none;border: none;color: var(--Color-Typography-black, #000);font-family: Inter;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;padding: 14px 54px;}
.inner-btn-wrap .third-wrap a:hover{border-radius: 30px;background: #B2E5CE;box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);}
#flyout-header{color: #17253C;font-family: 'Geologica';font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;letter-spacing: 1.4px;text-transform: uppercase;margin: 0 17px 23px;}
#flyout{padding:0;margin:0}
#flyout>li{position:relative;margin:0;list-style:none;padding: 0 17px 21px;}
#flyout a:hover,
#flyout span:hover{font-weight:600;}

#flyout a:hover::after,
#flyout span:hover::after {content: "";display: inline-block;width: 140px;height: 2px;background-color: #98B3DF;left:15px;position:absolute;margin-top:25px;border-radius:12px;}
#flyout a,
#flyout span{display:block;text-decoration:none;font-size: 14px;font-weight:400;color: #1B1B1B;line-height: 1.5;transition: 0.3s all;}
#flyout ul{padding:0;margin:0;display:none;list-style: none;}
#flyout ul a,
#flyout ul span{font-size: 14px;padding: 9px;display: block;border-bottom: none;}
#breadcrumbs{font-size: 14px;text-transform:capitalize;}
#breadcrumbs a{text-decoration:none;font-weight: 700;font-size: 16px;color: #000000;}
#breadcrumbs a:after {content: '\f0da';font-family: 'FontAwesome';font-weight: 400;color: #323232;margin: 0 20px 0 25px;font-size: 12px;}
#breadcrumbs ul{list-style:none;margin:0;padding:0}
#breadcrumbs li{display:inline-block;margin:0;padding:0;font-weight: 400;color: #000;font-size: 16px;}
.col-xs-12{width:100%}
.flower-icon{position: absolute;left: 6px;top: unset;bottom: 9px;width: 65px;opacity: 0;}
.freeform__box-header{color: #17253C;font-family: 'Geologica';font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;letter-spacing: 1.4px;text-transform: uppercase;margin-bottom: 23px;}
#contact-wrap p{color:  #17253C;font-family: 'Inter';font-size: 14px;font-style: normal;font-weight: 400;line-height: 22px;}
#contact-wrap{padding: 36px 32px 32px 32px;color: #fff;position: relative;margin: 26px 0 0 0 !important;z-index: 99;}
#contact-img{height: 150px;width: 150px;border-radius: 50%;margin: 0 0px 10px 0px;}
#contact-name{margin: 0;color: #17253C;font-family: 'Geologica';font-size: 20px;font-style: normal;font-weight: 600;line-height: 27px;}
#contact-position{color: #17253C;font-size: 14px;font-weight: 400;text-transform: capitalize;}
#contact-info{margin: 23px 0 0 0;padding:0;list-style: none;}
.contact-text{color: #1B1B1B;font-size: 14px;font-weight: 400;line-height: 1.5;}
.contact-link{display: flex;align-items: center;color: #1B1B1B;font-size: 14px;font-weight: 400;text-decoration: none;line-height: 1.5;gap: 13px;margin-bottom: 24px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;line-break: anywhere;}
.contact-link img{width: 24px;}
.contact-link:hover{color: #1B1B1B;}
#office-wrap{padding-bottom: 15px;}
#office-hours{margin:0;padding: 1px 0 0 0;list-style: none;}
#office-hours>li{padding: 0 0 16px;font-size: 14px;line-height: 1.5;margin: 0;}
#office-hours .day{color: #4D4D4D;font-weight: 700;text-transform: uppercase;display:inline-block;width: 38px;margin-right:13px;}
#office-hours .time{color: #1B1B1B;font-weight: 400;font-size: 14px;}
#social-wrap{padding: 35px 11px 38px 43px !important;}
#resource-wrap{padding-bottom: 20px;}
.resource-item{display: flex;align-items: center;text-decoration:none;background: #F2F2F2;border-radius: 6px;margin: 0 0 15px 0;padding: 15px 15px 15px 15px;color: #1B1B1B;font-size: 14px;font-weight: 700;text-transform: capitalize;line-height: 1.5;}
.resource-item-icon{margin: 0 10px 0 0;width: 24px;}
.resource-item:hover{color: #1B1B1B;}
#hours{border-radius:0;}
aside .box {padding: 14px 32px 31px 32px;color: #fff;position: relative;margin: 0 0 0 0 !important;border-bottom: 1px solid rgba(255, 255, 255, 0.30);background: #D0DFF4;border-radius: 12px 12px 0 0;}
#hours ul li {margin-bottom: 18px;display: flex;flex-wrap: wrap;color: #17253C;font-family: 'Inter';font-size: 14px;font-style: normal;font-weight: 400;line-height: 22px;}
#hours ul li:last-child{margin-bottom:0;}
#hours ul li span {font-weight: 700;width: 45px;margin-right: 11px;display: block;color: #17253C;font-family: 'Geologica';font-size: 15px;font-style: normal;font-weight: 600;line-height: normal;letter-spacing: -0.15px;}
#hours ul {list-style: none;margin: 0;padding: 0;}
#hours h2 {padding-bottom: 13px;color: #17253C;font-family: 'Geologica';font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;letter-spacing: 1.4px;text-transform: uppercase;margin-bottom: 12px;}
blockquote::before{position: absolute;content: "";z-index: -1;inset: 0;background: url(../images/quote-bg.png)  no-repeat;border-radius: 16px;background-size: contain;width: 100%;height: 190px;}

#resources h2{color: #17253C;font-family: 'Geologica';font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;letter-spacing: 1.4px;text-transform: uppercase;margin-bottom: 23px;}
#resources .resources-list{display: grid;gap: 20px;}
#resources .resources-list a:hover{background:#fff;}
#resources .resources-list a:hover img{filter: brightness(0) saturate(100%) invert(20%) sepia(62%) saturate(341%) hue-rotate(93deg) brightness(92%) contrast(87%);}
#resources .resources-list a{text-decoration: none;color: #17253C;font-family: 'Inter';font-size: 14px;font-style: normal;font-weight: 400;line-height: 22px;display: flex;gap: 12px;border-radius: 35px;background: #E6EFFD;padding: 16px;align-items: center;}
#resources .resources-list img{width: 24px;}
#flyout li{margin:0;} 
#entry{padding: 0 0 62% 21px;margin: 0 0 0 0;}
#freeform.fullwidth #entry{margin:0;}
#page-title{font-size: clamp(38px, 5vw, 48px);margin: 26px 0;text-transform: capitalize;color: #000;font-family: 'Geologica';font-style: normal;font-weight: 700;line-height: normal;z-index: 99;position: relative;}
div#resources {border-radius: 0 0 12px 12px;}

/* Inner-quickLinks-section */
  #inner-quick-links{position: relative;z-index: 10;margin-bottom: 28px;}
  #inner-quick-links .section-title{margin-bottom: 26px;gap: 72px;color: #2f2f2f;}
  #inner-quick-links .container{width: 1387px;}
  #inner-quick-links .tns-ovh{margin: 0;padding: 44px 0;}
  #inner-quick-links .tns-controls{right: -4px;left: -8px;top: unset;bottom: -13px;display: flex;justify-content: space-between;gap: 8px;}
  #inner-quick-links .tns-controls button{color: #5889D6;font-size: 18px;font-weight: 400;background: none;border: none;padding: 0;margin: 0;width: 0;}
  #inner-quick-links .tns-controls button{margin:0;font-size: 20px;background: none;border: none;color: #5889D6;padding:0;width: 32px;height: 32px;}
  #inner-quick-links .tns-controls button:hover{color: #17253C;background: #D0DFF4;border-radius: 50px;padding: 0;}
  #inner-quick-links .f-qlink:hover .f-qlink-icon{background:#E8EFF9;}
  #inner-quick-links .f-qlink:hover .f-qlink-icon img{opacity:90%;}
  #inner-quick-links i.fa.fa-angle-right {font-weight: 800;}
  #inner-quick-links i.fa.fa-angle-left{font-weight: 800;}
  #inner-quick-links ul{padding:0;}
  .f-qlink{text-decoration: none;color: #2f2f2f;font-weight: 700;font-size: 20px;display: block;line-height: 23px;margin:0 auto;padding: 0;border-radius: 5px;text-align: center;transition:all .3s;}
  .f-qlink-icon{width: 75px;height: 75px;background: none;border-radius: 50%;margin:0 auto;display: flex;align-items: center;justify-content: center;transition: all .3s;}
  .f-qlink-icon img{width: 50px;}
  .f-qlink-title{text-transform: capitalize;margin: 0;display: block;color: #000;text-align: center;font-family: 'Geologica';font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;}
  .f-qlink:hover{text-decoration: none;}
  .f-qlink:hover .qlink-icon{background:#00004a;border-color: #73b82f; text-decoration: none;color:#fff;}
  .f-qlink:hover .qlink-title{color: #eaaf0f;}
#progress-bar {width: calc(100% - 60px);height: 2px;background-color: #D0DFF4;position: absolute;bottom: 1px;right: 0;left: 50%;transform: translateX(-50%);}
#progress {width: 24%;height: 8px;background-color: #98B3DF;border-radius: 4px;position: absolute;left: 0;top: -3px;transition: all 0.3s;}


/* Featured Section */
#freeform .featured{border-radius: 12px;background: #D0DFF4;margin-top: 27px;padding: 32px 32px 11px 32px;display: inline-flex;margin-bottom: 48px;}
#freeform .featured .featured-in h3{color: #1A1A1A;font-family: 'Geologica';font-size: 32px;font-style: normal;font-weight: 700;line-height: normal;}
#freeform .featured .featured-in .featured-btn-wrap{margin-top: 8px;display: inline-flex;gap: 20px;}
#freeform .featured .featured-in .featured-btn-wrap .button{border-radius: 30px;background: #FFF;align-items: center;color: #17253C;font-family: 'Inter';font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;box-shadow: none;border: none;padding: 14px 34px;}



/* Department Section */
  #freeform #department .section-header{margin:0;}
  #freeform #department .section-inner{padding: 0 45px;}
  #freeform #department{position: relative;padding: 32px 32px 14px 32px;border-radius: 12px;background: #E6EFFD;margin-bottom: 175px;}
  #freeform #department h4{color: #1A1A1A;font-family: 'Geologica';font-size: 32px;font-style: normal;font-weight: 700;line-height: normal;margin: 0 0 4px 0;}
  #freeform #department h2 {color: #15335F;font-family: 'Poppins';font-size: clamp(35px,3vw,56px);font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 6px;}
  #freeform #department .tns-controls button{margin:0;font-size: 25px;background: none;border: none;color: #5889D6;padding:0;width: 32px;height: 32px;}
  #freeform #department .tns-controls button:hover{color: #17253C;background: #D0DFF4;border-radius: 50px;padding: 0;}
  #freeform #department-list{position: relative;margin: 0;padding: 0 0;}
  #freeform #department .tiny-item{max-height: 100%;}
  #freeform .department:hover .department-info{border-radius: 12px;background: #FFF;}
  #freeform .department:hover .flower-icon{opacity:1;}
  #freeform .department:hover .department-details{color:#15335F;}
  #freeform #department .tns-ovh {padding: 17px 0;margin-bottom: 6px;}
  #freeform .department{display:block;position: relative;background: none;color: #2A344B;text-decoration: none;border-radius: 10px;transition: 0.5s all;}
  #freeform .department-banner{height: 247px;transition: all .4s;position: relative;border-radius: 12px;opacity: 1;margin-bottom: 6px;}
  #freeform .department-date{display: flex;align-items: center;justify-content: center;line-height: normal;transition: 0.3s all ease-in;color: #17253C;font-family: 'Inter';font-size: 16px;font-style: normal;font-weight: 400;line-height: 30px;}
  #freeform .department-date img{width: 21px;}
  #freeform .department-info{text-align: left;transition: all .5s ease-out;background:none;box-shadow:none;padding: 13px;}
  #freeform .department-title{position: relative;color: var(--primary);font-size: 22px;font-weight: 700;margin-bottom: 17px;}
  #freeform .department-details{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-transform: capitalize;transition: 0.3s all ease-in;color: #17253C;text-align: center;font-family: 'Geologica';font-size: 24px;font-style: normal;font-weight: 700;line-height: normal;}
  #freeform .department-link{display: inline-flex;align-items: center;gap: 5px;transition: 0.5s all;color: #FFF;font-family: 'Outfit';font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;border-radius: 50px;background: #CC5F06;padding: 8px 18px;margin-bottom: 24px;}
  #department .section-link{position: relative;padding: 11px 27px;letter-spacing: 1px;margin: 0;}
  #freeform #department .button{display: inline-flex;position: relative;margin: 0 auto;justify-content: center;border-radius: 10px;background: #15335F;color: #fff;font-family: 'Outfit';font-size: 16px;font-style: normal;font-weight: 700;line-height: 150%;border: none;padding: 16px 28px;left: 69px;letter-spacing: 0;}  
  #freeform #department .tns-controls {position: absolute;top: 45%;margin: 0 auto;left: -58px;right: -58px;}
  #freeform #department .button:hover{background:#9CCFE5;color:#15335F;}

/* -----------------------------------------
Edit Buttons
-----------------------------------------*/
#freeform.user-logged-in aside .has-edit-buttons {min-height: 50px;z-index: 20 !important;}
#freeform.user-not-logged-in .box:has(h2:empty){display: none;}
#freeform.user-logged-in .box:has(h2:empty){background: transparent !important;box-shadow: none !important;padding: 0 !important;min-height: 33px;margin: -10px 0 15px !important;}
#freeform:not(.user-logged-in) .box:has(.freeform__box-body[style="display: none;"]){display: none;}
#freeform:not(.user-logged-in) #flyout-wrap:has(#flyout[style="display: none;"]){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: #fff!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% - 32px);left: 0;border: 0;background: #6293DF;width: 38px;height: 38px;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 8px 8px 0px;}
img.share-i {width: 18px;}

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

#slider

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

#slider{position:relative;padding-bottom: 43.8%;z-index:1}
#homepage #slider:before{position:absolute;content:"";inset:0;z-index:9;background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 23.82%, rgba(0, 0, 0, 0.68) 87.77%)}
#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:1}
.slider-wrapper {position: relative;z-index: 9;text-align: center;top: 473px;}
.slider-icon {display: grid;margin: 0 auto;align-items: center;left: 0;right: 0;position: relative;justify-content: center;color: #FFF;text-align: center;font-family: Geologica;font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;letter-spacing: 5.04px;text-transform: uppercase;}
.slider-icon img {width: 127px;position: relative;left: 24px;margin-bottom: 11px;}
h2.slider-title {color: #FFF;text-align: center;font-family: 'Geologica',sans-serif;font-size: clamp(40px,6vw,84px);font-style: normal;font-weight: 900;line-height: normal;letter-spacing: -2.52px;margin-bottom: 10px;}
span.slider-sub {color: #FFF;text-align: center;font-family: 'Geologica',sans-serif;font-size: 32px;font-style: normal;font-weight: 200;line-height: normal;letter-spacing: 7.04px;text-transform: uppercase;}
.slider-curve {position: absolute;bottom: -58px;z-index: 9;}


#slider .play-wrap {position: relative;display: flex;align-items: center;justify-content: center;gap: 2px;}
#slider .play-wrap button i.fa-solid.fa-play,i.fa-solid.fa-pause{font-style:normal;display: flex;align-items: center;gap: 20px;background: #fff;width: 20px;border-radius: 50%;height: 20px;}
#slider .play-wrap button{color: #FFF;text-align: center;font-size: 16px;font-family: 'Geologica';margin: 0;padding: 10px 14px 10px 16px;font-style: normal;font-weight: 500;line-height: 135%;border: none;text-transform: uppercase;letter-spacing: 2.4px;border-radius: 25px;width: 105px;display: flex;align-items: center;gap: 5px;background: rgba(0, 0, 0, 0.50);backdrop-filter: blur(6px);}
#slider-tools {z-index: 9;position: absolute !important;left: 50px;bottom: 160px;}
#slider #slider-tools .fa-play:before {position: relative;font-family: 'FontAwesome';font-style: normal;color: var(--brandcolor);font-size: 10px;margin: 0 auto;left: 2px;top: 0;}
#slider #slider-tools .fa-pause:before{position: relative;font-family: 'FontAwesome';font-style: normal;color: var(--brandcolor);font-size: 10px;left: 5px;top: 0px;}


.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:1700px){
    .site-header #nav a, .site-header #nav span{font-size: 14px !important;}
    .site-header #nav li {padding: 22px 10px;}
}

@media only screen and (max-width:1600px){
  .site-header #nav {padding: 0 0 0 105px;}
  .site-header #nav a, .site-header #nav span{font-size: 12px !important;}
  .site-header #nav li {padding: 22px 6px;}
  .logo-wrap{left: 0;}
  .header-right-wrap{padding: 0 35px 0 0;gap: 13px;}
 

  }

@media only screen and (max-width:1400px){
  .site-header #nav a, .site-header #nav span {padding: 34px 8px;}
  .site-header #nav li {padding: 0px 6px;}
}

@media only screen and (max-width:1300px){
  aside .box,#flyout-wrap{width: 100%;}
  button#translate-button{padding: 0;}
  #search {width: 180px;}
}
@media only screen and (max-width:1200px){
  .site-header #nav a, .site-header #nav span{font-size: 12px;}
  .logo-wrap{left: 0;}
  .header-right-wrap{padding: 0 10px;gap: 10px;display: grid;}
    

}


@media only screen and (min-width:992px) {
  .site-header #nav .toggle2,
  #flyout .toggle{display:none}

   .site-header #nav .toggle{display: inline-block;}
  .site-header #nav .toggle::before{content: '\f107';color: #5889D6;position: relative;left: -5px;font-family: "FontAwesome";font-style: normal;}

  .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}
    
  #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: 85%;top: -8px;width: 200px;z-index: 10;background: #E6EFFD;border-radius: 12px;overflow-y: auto;overflow-x: hidden;max-height: 300px;}
  #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:#000}

  .site-header #nav a:hover, .site-header #nav span:hover{background:#D0DFF4;color:#17253C;}
    .site-header #nav>li:hover>a:not(.fa), .site-header #nav>li:hover>span:hover {
      background: #D0DFF4;
        color: #17253C;
    }
  .site-header #nav .nav-in li{padding: 0;}

  /* mega menu */
  #nav li.static:hover ul{display:block}
  #nav>li .nav-in h3 img{width: 26px;}
  #nav>li .nav-in h3{position:absolute;z-index: 99999;left: 0;right: 0;max-width: 100%;display: flex;align-items: center;padding-bottom: 7px;gap: 10px;color: #17253C;font-family: 'Geologica';font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.18px;text-transform: uppercase;border-radius: 55px;background: rgba(238, 245, 255, 0.40);margin: 20px 30px 0 30px;top: 0;padding: 9px 23px;}
  #nav>li>ul.make-mage{position:absolute;left: 105px;right: 0;width: 1207px;max-width: calc(100% - 30px);top:100%;margin: 0 auto;display: none;max-height: 400px;overflow-y:auto;overflow-x: hidden;}
  #nav>li .nav-in{-webkit-column-count:4;margin-top: 9px;-moz-column-count:4;column-count:4;column-gap: 40px;display: block;padding: 110px 8px 54px 32px;z-index: -1;border-radius: 12px;background: #D0DFF4;box-shadow: 0px 0px 11px 0px rgba(208, 223, 244, 0.40), 0px 0px 14.1px 0px #D0DFF4 inset, 0px 4px 17px 0px rgba(0, 0, 0, 0.09);column-rule: 1px solid rgba(255, 255, 255, 0.25);}
  #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 0 12px 0;margin: 0 0 7px 0;display: block;width: fit-content;text-shadow: none;color: #17253C;transition: 0.3s all;font-family: 'Geologica';font-size: 17px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: 0.51px;text-transform: uppercase;}
  #nav ul.make-mage a:not(.fa):hover,
  #nav ul.make-mage span:hover{color: #001F14;font-weight: 900;}
  #nav ul.make-mage a:not(.fa):hover::after,
  #nav ul.make-mage span:hover::after{content: "";display: inline-block;width: 100%;height: 2px;background-color: #5889D6;left:0;position:absolute;margin-top:25px;border-radius:12px;}

  /* mega menu - Second Level */
  #nav ul.make-mage ul a:not(.fa),
  #nav ul.make-mage ul span{display: block;padding: 0 0 6px 0;margin-bottom: 10px;transition: all .4s;color: #17253C;font-family: 'Geologica';font-size: 16px;font-style: normal;font-weight: 300;line-height: normal;text-transform: capitalize;margin-left: 14px;text-align: left;}
  #nav ul.make-mage ul a:not(.fa):hover,
  #nav ul.make-mage ul span:hover{font-weight: 700;}    
  #nav .make-mage .focused .toggle2{display:block}

  #search{display:block!important}
    
  .layout-table {table-layout: fixed;width: 100%}

  #flyout ul:before{position:absolute;content:"";left: -13px;top: 7px;z-index: 9999999 !important;background: url(../images/angle.png);opacity: 1;width: 13px;background-repeat: no-repeat;background-size: cover;height: 25px;}

  .site-header #nav>li.static> a:not(.fa),.site-header #nav>li.static> span {padding-right: 30px;}
  .site-header #nav>li.static> a.fa {position: relative;left: -20px;transform: rotate(0deg);transition: 0.3s;margin: 0;}
  .site-header #nav>li:hover.static> a.fa:before {color: #17253C;left: unset;}
  .site-header #nav>li:hover>a.fa {transform: rotate(180deg);}
  .site-header #nav>li.static> a.fa:before {left: 0;}
 .titleNav {position: absolute;top: 7px;left: 0;color: #17253C;font-size: 18px;font-weight: 400;text-transform: uppercase;font-family: 'Geologica';height: 55px;width: 100%;z-index: 2;text-align: left;padding: 17px 0 0 100px !important;border-radius: 55px;background: rgba(238, 245, 255, 0.40);letter-spacing: 0.18px;margin: 20px 20px;}


}

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


  #flyout-wrap{margin: 15px 0 15px;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,
  #search-toggle {line-height: 45px;width: 45px;text-align: center;background: #6293DF;color: var(--brandcolor);margin-left: 5px;cursor: pointer;border-radius: 6px;}

  #flyout-toggle{padding:0;padding:15px;color: #000;font-family: 'Geologica';font-weight: 500;}
  #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}

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

  /* custom styles */
  #homepage #slider .tns-nav {bottom: 10px;}
  blockquote::before{background-size: cover;height: 100%;}
  #freeform #slider{height: 400px;}
  .header__in{display: block;padding: 15px;}
  .logo-wrap{position: relative;max-width: 100%;}
  #logo{width: 85px;padding: 0;}
  .site-header #nav{padding: 0;background: #D0DFF4;}
  .site-header #nav a, .site-header #nav span{text-align: start;border-radius: 0;color: #17253C;}
  .floating-share-btn{top: unset;bottom: 20px;left: unset;right: 0;border-radius: 8px 0 0 8px;}
  .header-right-wrap{display: none;padding: 0;}
  #search{width: 100%;margin: 10px 0;}
  .nav-in h3 {display: none;}
  #contact-wrap{margin: 15px 0 15px !important;}
  #entry{padding: 0;}
  blockquote {font-size: 18px;}
  .inner-btn-wrap{display: inline-flex;flex-direction: column;width: 100%;}
  img.placeholder3 {width: 100%;}
  .footer-top {display: block;}
  #flyout>li{padding: 0;}
  #flyout a:hover::after, #flyout span:hover::after{display: none;}
  #slider {padding-bottom: unset;height: 600px;}
  .slider-wrapper {top: 305px;}
  #quicklinks-inner{top: 0;margin-bottom: 0;}
  #homepage #news .news-wrap{display: block;}
  #homepage #news .news-left{width: 100%;}
   #homepage #news .news-right{width: 100%;margin-bottom: 55px;margin-top: 20px;}
   #homepage #events .events-b-shape{bottom: unset;}
   #homepage #news {padding: 90px 0 150px;}
   #homepage #about .about-in{display: block;padding: 50px 0 169px;}
   #homepage #about .about-right{width: 100%;padding-top: 80px;}
   #homepage #about .about-left{width: 100%;}
   #homepage #events .events-shape img {top: -40px;}
   #homepage #stay .stay-b-shape img {bottom: -190px;}
   #translation-links ul{left: 0;}
   #translation-links img.t-icon{margin: unset;}
   span.slider-sub{font-size: 20px;}
   #homepage #about a.button{box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);}
}

/* 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;}
  #freeform .featured .featured-in .featured-btn-wrap{flex-direction: column;}

}

/* 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) {}

@media print {

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

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