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

Theme Name: Coats, NC
Front-end developer: Little 
Author Design: Colleen Moore 
Author URI: https://www.revize.com/
Date: 08/28/2024

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

#fonts

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

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

#basic styles

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

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

:root {
  --brandcolor: #033B59; /* 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 */
  --hover:#012A41;
  }
  
  body {
    background: #fff; 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color: #1D2224;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    top: 0 !important
  }


    /* Weather */
    @font-face{
      font-family:'weather';
      src:url('../fonts/weather/artill_clean_icons-webfont.eot');
      src:url('../fonts/weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/weather/artill_clean_icons-webfont.woff') format('woff'),
        url('../fonts/weather/artill_clean_icons-webfont.ttf') format('truetype'),
        url('../fonts/weather/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
      font-weight:normal;
      font-style:normal;
      }
      
      .weather span.weather-icon{font-style:normal;font-size: 30px;font-family: 'weather';display: block;text-align: end;position: relative;z-index: 9;}
      #weather span {display: none;}
      .weather-icon i{font-style: normal;}
      .weather .icon-0:before{content:":"}.weather .icon-1:before{content:"p"}.weather .icon-2:before{content:"S"}.weather .icon-3:before{content:"Q"}.weather .icon-4:before{content:"S"}.weather .icon-5:before{content:"W"}.weather .icon-6:before{content:"W"}.weather .icon-7:before{content:"W"}.weather .icon-8:before{content:"W"}.weather .icon-9:before{content:"I"}.weather .icon-10:before{content:"W"}.weather .icon-11:before{content:"I"}.weather .icon-12:before{content:"I"}.weather .icon-13:before{content:"I"}.weather .icon-14:before{content:"I"}.weather .icon-15:before{content:"W"}.weather .icon-16:before{content:"I"}.weather .icon-17:before{content:"W"}.weather .icon-18:before{content:"U"}.weather .icon-19:before{content:"Z"}.weather .icon-20:before{content:"Z"}.weather .icon-21:before{content:"Z"}.weather .icon-22:before{content:"Z"}.weather .icon-23:before{content:"Z"}.weather .icon-24:before{content:"E"}.weather .icon-25:before{content:"E"}.weather .icon-26:before{content:"3"}.weather .icon-27:before{content:"a"}.weather .icon-28:before{content:"A"}.weather .icon-29:before{content:"a"}.weather .icon-30:before{content:"A"}.weather .icon-31:before{content:"6"}.weather .icon-32:before{content:"1"}.weather .icon-33:before{content: "1";}.weather .icon-34:before{content:"1"}.weather .icon-35:before{content:"W"}.weather .icon-36:before{content:"1"}.weather .icon-37:before{content:"S"}.weather .icon-38:before{content:"S"}.weather .icon-39:before{content:"S"}.weather .icon-40:before{content:"M"}.weather .icon-41:before{content:"W"}.weather .icon-42:before{content:"I"}.weather .icon-43:before{content:"W"}.weather .icon-44:before{content:"a"}.weather .icon-45:before{content:"S"}.weather .icon-46:before{content:"U"}.weather .icon-47:before{content:"S"}
      .weather-info {font-family: 'Inter', sans-serif;font-size:16px;font-weight: 700;line-height: 16px;color: #00527a;position: absolute;top: -61px;right: 6px;left: 0;z-index: 11;display: flex;justify-content: flex-end;align-items: center;}
      span.text-weather {position: absolute;z-index: 99;right: unset;left: 105px;}
      .weather i{font-family:'weather';font-weight:400;font-style:normal;font-size: 40px;padding-top: 8px;}
      #weather {display: flex;align-items: center;font-size: 16px;justify-content: flex-end;gap:10px;color: #2A7462;background: rgba(238, 245, 248, 0.75);height: 50px;padding: 0px 30px 0 30px;border-radius: 24px;margin-top: 40px;}
      .w-info span.forecast {color: #fff !important;font-size: 18px !important;position: absolute;top: -63px;left: -190px;font-family: 'Poppins' !important;font-weight: 500 !important;}
      span.weather-icon {font-size: 46px !important;color: #fff !important;}
      #weather.weather .forecast{color: #2A7462;font-size: 14px;font-weight: 700;display: block;}
      .weather-wrap {display: flex;position: absolute !important;top: 58%;left: 50%;transform: translate(-50%,-50%);z-index: 10;}
       .w-img {height: 42px;left: 1px;position: relative;}
       .w-r-img {height: 42px;left: -1px;position: relative;}
  
   /* -----------------------------------------
    
    #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: #1D2224;display: block;font-size: clamp(24px, 5vw, 40px);font-weight: 400;margin: 20px 0;letter-spacing: -0.8px;font-family: 'Libre Baskerville';}
    .subheader2 {color: #1D2224;display: block;font-size: clamp(24px, 5vw, 36px);font-weight: 400;margin: 20px 0;letter-spacing: -0.8px;font-family: 'Libre Baskerville';}
    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: var(--brandcolor)}
    
    p a,
    p a:visited {line-height: inherit;color: #02334D !important;}
    
    /* -----------------------------------------
    
    #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,
    .btn,
    a.button,
    #post button:not(.rz-agenda-search-submit),
    #post input[type="submit"],
    #post input[type="reset"],
    #post input[type="button"],
    .rz-btn{padding: 11px 56px 10px 57px;background: var(--brandcolor);color: #fff;border-radius: 24px;display:inline-block;font-size:1rem;font-weight:400;text-decoration:none;cursor:pointer;line-height:1.5;vertical-align:middle;transition:all .3s;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: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: #fff !important;text-decoration: none;}
    
    
    /* -----------------------------------------
    
    #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;top: unset;bottom: 50px;margin:0;right:20px;background: #fff;color:#666;padding:28px;font-size:14px;width: 350px;border-radius:10px;display:flex;flex-direction:column;overflow:hidden;border:0;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);}
    .floating-alert h2{margin:0 0 10px;color: #012A41;font-family: "Libre Baskerville";font-size: 20px;font-style: normal;font-weight: 700;line-height: 160%; letter-spacing: -0.4px;}
    .floating-alert p{margin:0;color: #033B59;}
    .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: #02334D;font-weight:700;line-height:1.5}
    .alert-buttons .alert-button:last-of-type{border:0}
    .alert-button:hover{background: #EDF3F6;color: #02334D;text-decoration:none;cursor:pointer}
    .floating-alert.fade:not(.show){display:none}
  
    
  /* -----------------------------------------
  
  #rz edit
  
  -----------------------------------------*/
  #event-modal .modal-footer .btn{margin:0 0 0 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}
  
  .site-header .social-media-link {background: #012A41;border-radius: 50%;width: 26px;height: 26px;display: flex;align-items: center;justify-content: center;}
  #homepage #slider img.qlink-shape {width: 100%;z-index: 9;position: absolute;bottom: 50px;}
  .site-header .social-media-link:hover{background: #fff;}
  .site-header .social-media-link:hover img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(23%) saturate(5066%) hue-rotate(177deg) brightness(91%) contrast(101%);
}

  img.news-shape {position: relative;margin-top: 30px;z-index: 9;bottom:-2px}

  span.sub-title {color: #FFF;font-size: clamp(35px, 3vw, 69px);font-style: normal;font-weight: 600;line-height: 105%;letter-spacing: 15.18px;text-transform: uppercase;margin-top: 20px;}
  #slider-caption:after{content: '';position: absolute;display: flex;justify-content: center;align-items: center;width: 315px;height: 2px;top: 110%;left: 0;right: 0;background: url(../images/dashed-line.png) center no-repeat;background-size: cover;margin: 0 auto;filter: brightness(0) saturate(100%) invert(59%) sepia(70%) saturate(736%) hue-rotate(172deg) brightness(89%) contrast(89%);}
#slider .tns-controls{display: none;}

  #slider-tools i.fa-solid.fa-play {font-family: 'FontAwesome';font-style: normal;font-size: 12px;}
#slider-tools i.fa-solid.fa-pause {font-family: 'FontAwesome';font-style: normal;font-size: 12px;}
button.video-push {width: 12px;opacity: 1;z-index: 9;position: relative;border: none;background: none;}
button.video-play {width: 12px;opacity: 1;z-index: 9;position: relative;border: none;background: none;}
#slider-tools {top: 60px;left: 15px;}
.fa-play:before,.fa-pause:before{color: #fff;}

aside.col-lg-3 {position: relative;z-index: 111;}
.pull-left{margin-right: 0 !important;}
.faq-category {margin: 15px 0;}


  /* 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: #02334D;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);z-index:250;top: 0;left: 0;right: 0;width: 100%;transition: all .4s;height: 75px;}
  #header-in{display: flex;width: 100%;justify-content: center;gap: 10px;}
  #header-nav{flex:1;height: 100%;}
  #header-in-right{display: flex;align-items: center;}
  #header-right{display: flex;align-items: center;gap: 16px;justify-content: flex-end;}
  #social-toggle{position:relative;flex-shrink:0;display: none;cursor: pointer;color:#fff;}
  #social-media-links{margin: 11px 0 0 0;display: flex;gap: 9px;}
  #social-media-in{display: flex;gap: 8px;position: relative;z-index: 5;margin: 1px 4px 0 0;padding: 0;}
  #social-media-links .social-media-link img{width: 16px;}
  .logo-wrap{position: relative;flex-shrink: 0;display: flex;align-items: center;background: #FFF;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);border-radius: 0 0 16px 0;left: 0;}
  #logo{display:block;text-decoration:none;width: 310px;max-width:100%;min-height: 132px;height: 100%;}
  #nav li img {position: absolute;width: 26px;z-index: 9;margin: -40px 0 0 9px;}
  
  .site-header .container-fluid{padding: 0;}
  .site-header #logo img {padding: 15px 17px 0 17px;}
  .header-right {display: flex;padding: 14px 21px 0 0;gap: 0px;height: 100%;}
  
  
  /*base nav styles*/
  .site-header #nav{padding: 0;margin: 0 0 0 -31px;display:flex;flex-wrap:wrap;justify-content: center;}
  .site-header #nav li{list-style:none;margin:0}
  .site-header #nav ul{padding:0;margin:0}
  .site-header #nav a,
  .site-header #nav span{padding: 30px 0 24px;display:inline-block;color: #fff;text-decoration: none;font-weight: 700;font-size: 14px;line-height: 1.5;text-transform: capitalize;}
  .site-header #nav ul a,
  .site-header #nav ul span{display:block}
  .site-header #nav li:last-child>a,
  .site-header #nav li:last-child>span{border:0}
  .site-header #nav>li>a, 
  .site-header #nav>li>span{position: relative;}
  .site-header #nav>li{padding:0 26px;display: flex;align-items: center;gap:5px;}

  
  .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;margin-top: 8px;top:100%;left: -72px;width: 250px;background:#fff;display:none;height: 400px;overflow-y:scroll;border-radius: 16px;}
  #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}
  #translate-button {border: none;background: none;display: grid;color: #FFF;font-size: 14px;font-weight: 700;padding: 10px;margin-top: -9px;}
  #translate-button img.translate-icon {width: 24px;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
  #translate-button:hover{background: #033B59;border-radius: 16px;}
  
  /* Search */
  #search-toggle-desktop{flex-shrink: 0;cursor: pointer;display: flex;flex-direction: column;gap: 2px;align-items: center;justify-content: center;color: #FFF;font-size: 14px;font-weight: 700;width: 71px;height: 62px;border-radius: 16px;margin-top: -8px;}
  #search-toggle-desktop:hover{background:#033B59}
  #search-toggle-desktop img{width: 24px;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
  #search{width: 263px;display: none;}
  #search form{position:relative;margin:0;width: 100%;}
  #search input{border:0;height: 46px;padding-left: 14px;padding-right: 43px;background: #F6FAFC;border-radius: 24px;color: #033B59;text-align: center;font-family: 'Montserrat';font-style: normal;font-weight: 400;line-height: 150%; letter-spacing: -0.28px;font-size: 14px;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);}
  #search input::-webkit-input-placeholder{color:#060911}
  #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: 16px;padding: 0;right: 16px;top: 10px;border:0;background: none;color:#fff;text-transform:uppercase}

  .section-header{display: flex;align-items: center;justify-content: center;gap:20px;}
  .section-header::before{content: "";background: url('../images/dashed-line.png') center no-repeat;background-size: cover;flex:1;height: 2px;max-width:261px;}
  .section-header::after{content: "";background: url('../images/dashed-line.png') center no-repeat;background-size: cover;flex:1;height: 2px;max-width:261px;}


  /*Quick-links*/
  #homepage #quicklinks .qlink {text-decoration: none;text-align: center;}
  #homepage #quicklinks .section-inner {position: relative;}
  #homepage #quicklinks {position: relative;z-index: 99;margin-top: -100px;background: #EDF3F6;padding-top: 70px;}
  #homepage #quicklinks strong.qlink-title {color: #1D2224;font-size: 18px;font-style: normal;font-weight: 700;line-height: 150%;letter-spacing: -0.36px;text-align: center;display: flex;justify-content: center;}
  #homepage #quicklinks .section-title{position: relative;color: #02334D;text-align: center;font-family: "Libre Baskerville",serif;font-size: clamp(22px, 3vw, 32px);font-style: normal;font-weight: 700;line-height: 140%;letter-spacing: -0.64px;margin-bottom: 40px;display: flex;align-items: center;justify-content: center;gap: 20px;}
  #homepage #quicklinks .qlink-icon img {width: 44px;}
  #homepage #quicklinks .container {width: 1100px;}
  #homepage #quicklinks .qlink-icon {margin-bottom: 14px;}
  #homepage #quicklinks .tns-controls {position: absolute;top: 32%;left: -65px;right: -65px;}
  #homepage #quicklinks .tns-item:hover{background: #fff;border-radius: 16px;min-height: 180px;}
  #homepage #quicklinks .tns-item{padding: 35px;}
  #homepage #quicklinks .tns-item:hover .qlink-icon{filter: brightness(0) saturate(100%) invert(49%) sepia(51%) saturate(420%) hue-rotate(115deg) brightness(88%) contrast(84%);}
  #homepage #quicklinks .section-title::before {content: "";background: url(../images/dashed-line.png) center no-repeat;background-size: cover;flex: 1;height: 2px;max-width: 261px;filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(50deg) brightness(103%) contrast(101%);}
  #homepage #quicklinks .section-title::after{content: "";background: url(../images/dashed-line.png) center no-repeat;background-size: cover;flex: 1;height: 2px;max-width: 261px;filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(50deg) brightness(103%) contrast(101%);}
  #homepage #quicklinks .tns-ovh{padding: 10px;}

  /*News*/
  #homepage #news .news-banner {height: 520px;opacity: 1;position: relative;border-radius: 16px;display: flex;}
  #homepage #news .section-header{margin-bottom: 20px;}
  #homepage #news h2.section-title {color: #1D2224;font-family: "Libre Baskerville";font-size: clamp(24px, 3vw, 36px);margin:0;font-style: normal;font-weight: 700;line-height: 140%; letter-spacing: -0.72px;text-align: center;}
  #homepage #news .news-btn {display: flex;justify-content: center;margin-top: 66px;}
  #homepage #news .news {text-decoration: none;position: relative;border-radius: 16px;}
  #homepage #news .news-date {color: #FFF;font-size: 14px;font-style: normal;font-weight: 700;line-height: 150%;letter-spacing: 1.4px;text-transform: uppercase;background: var(--brandcolor);width: 100%;position: absolute;z-index: 9;padding: 15px 43px;border-radius: 16px 16px 0 0;}
  #homepage #news .news-info {background: #012A41;color: #fff;border-radius: 0 0 16px 16px;position: absolute;bottom: 0;width: 100%;display: flex;flex-direction: column;padding: 32px 16px 36px;}
  #homepage #news .news-link {opacity: 0;height: 0;display: flex;align-items: center;justify-content: flex-start;margin-top: auto;transition: all .4s;gap: 5px;}
  #homepage #news .news-link::before{content: "";background: url('../images/dashed-line.png') center no-repeat;background-size: cover;width:63px;height: 2px;filter: brightness(0) saturate(100%) invert(48%) sepia(16%) saturate(1113%) hue-rotate(115deg) brightness(97%) contrast(92%);}
  #homepage #news .container {width: 1175px;}
  #homepage #news {position: relative;padding: 11px 0 65px 0;}
  #homepage #news .news-title {overflow: hidden;color: #FFF;font-family: "Libre Baskerville",serif;font-size: clamp(14px, 3vw, 20px);font-weight: 700;line-height: 160%; letter-spacing: -0.4px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 64px;}
  #homepage #news .tns-nav {display: flex;width: 100%;top: calc(100% + 34px) !important;left: 50%;transform: translateX(-50%);flex-direction: row;height: 6px;position: absolute;}
  #homepage #news .tns-nav::before {content: '';position: absolute;display: inline-block;width: 100%;height: 2px;top: 50%;left: 0;background: url('../images/dashed-line.png') center no-repeat;background-size: cover;}
  #homepage #news .tns-nav button {flex:1;z-index: 9;display: inline-block;vertical-align: middle;margin: -2px 0 0;padding: 6px 0;border: 0;outline: 0;cursor: pointer;background: transparent;border-radius: 16px;width: 192px;}
  #homepage #news .tns-nav button.tns-nav-active {background:#4EB4EB;}
  #homepage #news .tns-controls{display: none;}
  #homepage #news .news:hover .news-link{opacity: 1;height: 26px;margin-top: 17px;}
 #homepage #news .tns-nav button.tns-nav-active:hover{background:#3D8D7A;}

  /*Events*/
  #homepage #events .events-btn {display: flex;justify-content: center;}
  #homepage #events .section-header{margin-bottom: 50px;}
  #homepage #events .section-header::before{filter: brightness(0) saturate(100%) invert(52%) sepia(65%) saturate(434%) hue-rotate(157deg) brightness(97%) contrast(96%);}
  #homepage #events .section-header::after{filter: brightness(0) saturate(100%) invert(52%) sepia(65%) saturate(434%) hue-rotate(157deg) brightness(97%) contrast(96%);}
  #homepage #events .button.section-link {background: #fff;color: #02334D;}
  #homepage #events h2.section-title {color: #FFF;font-family: "Libre Baskerville";font-size: clamp(24px, 3vw, 36px);margin:0;font-style: normal;font-weight: 700;line-height: 140%; letter-spacing: -0.72px;text-transform: capitalize;text-align: center;}
  #homepage #events {position: relative;padding: 100px 0 91px;overflow: hidden;}
  #homepage #events::before{position: absolute;content: "";left: 0;right: 0;height: 100%;background: #26719C;opacity: 85%;top: 0;}
  #homepage #events .events-in {position: relative;z-index: 9;}
  #homepage #events .button.section-link:hover{background: var(--hover);color: #fff;}

  /*welcome*/
  #homepage #welcome .welcome-left {width: 66%;padding: 94px 43px 108px 140px;}
  #homepage #welcome .welcome-right{width: 40%;}
  #homepage #welcome {background: #033B59;color: #fff;position: relative;}
  #homepage #welcome h2.section-title {color: #FFF;font-family: "Libre Baskerville";font-size: clamp(24px, 3vw, 40px);font-style: normal;font-weight: 400;line-height: 140%;letter-spacing: -0.8px;text-transform: capitalize;margin-bottom: 29px;}
  #homepage #welcome .welocme-text {font-size: 16px;font-style: normal;font-weight: 400;line-height: 150%;letter-spacing: -0.32px;margin-bottom: 25px;}
  #homepage #welcome .welcome-in {display: flex;}
  #homepage #welcome .w-img-banner {height: 100%;min-height: 495px;display: flex;align-items: end;position: relative;z-index: 0;overflow: hidden;}
  #homepage #welcome .welcome-btn {margin: 35px 0 0 0;}
  #homepage #welcome .tns-controls{display: none;}
  #homepage #welcome .welcome-caption span {color: #FFF;text-align: center;font-size: 16px;font-weight: 700;line-height: 150%; letter-spacing: -0.32px;}
  #homepage #welcome .w-contents{text-decoration: none;}
  #homepage #welcome .welcome-caption {background: rgba(3, 59, 89, 0.70);width: 100%;text-align: center;padding: 10px 0;transition: all .4s;}
  #homepage #welcome .tns-nav{opacity: 0;bottom:10px}
  #homepage #welcome .tns-nav button{width: 5px;height: 5px;background: #4EB4EB;}
  #homepage #welcome .tns-nav button.tns-nav-active{background:#fff !important;}
  #homepage #welcome .button.section-link {background: #012A41;}
  #homepage #welcome .container-fluid{padding: 0;}
  #homepage #welcome .button.section-link:hover{background: #02334D;}

  #homepage .welcome-right:hover .welcome-caption{padding-bottom: 25px !important;}
  #homepage .welcome-right:hover .tns-nav{opacity: 1 !important;}

  /*Footer*/

  .site-footer .footer-group {display: flex;align-items: center;gap: 15px;}
  .footer-wrap {display: grid;}
  .footer-in {background: #012A41;color: #fff;padding: 54px 0 55px 32px;}
  .footer-bottom{background: #02334D;color: #fff;padding: 22px;}
  .footer-header {color: #FFF !important;font-family: "Libre Baskerville";font-size: 20px;font-style: normal;font-weight: 700;line-height: 160%;letter-spacing: -0.4px;text-decoration: none;}
  .footer-link {color: #FFF !important;font-family: 'Montserrat';font-size: 14px;font-style: normal;font-weight: 400;line-height: 150%;letter-spacing: -0.28px;text-decoration: none;}
  .footer-contents{display: flex;align-items: center;justify-content: space-between;}
  .f-line-divider{transform: rotate(90deg);height: 2px;width: 102px;filter: brightness(0) saturate(100%) invert(17%) sepia(40%) saturate(2130%) hue-rotate(172deg) brightness(92%) contrast(98%);}
  .footer-btm-wrap button.btn {background: #255353 !important;display: flex;position: relative;align-items: center;}
  .footer-btm-wrap {display: flex;align-items: center;justify-content: end;gap: 85px;}
  .footer-btm-wrap button.btn:hover{background: #2A7462 !important;}
  .footer-icon img {width: 40px;}
  .footer-link:hover{color: #fff;}
  .footer-header:hover{color: #fff;}
  #revize,#revize-login {text-align: end;font-size: 14px;color: #B3C5CF;text-decoration:none}
  #revize-link{color:#fff;text-decoration:none;font-weight:700;}
  .footer-btm-wrap a {text-decoration: none;}
  
  /* -----------------------------------------
  
  #inner
  
  -----------------------------------------*/
  #freeform{position: relative;}
  #freeform #main{position: relative;padding: 48px 0 264px;}
  #freeform #slider{position: relative;}
  #freeform #slider>img{position:absolute;left:0;right:0;bottom:0;width:100%;z-index:1}
  #freeform #slider{height: 400px;padding:0;z-index: 10;}

  #flyout-bg{position:absolute;left:0;top:0;bottom:0;z-index:-1;background: #EDF3F6;}
  blockquote:after{content: "";right: 28px;background: url(../images/block-plane.png) center no-repeat;background-size: contain;width: 40px;height: 30px;position: absolute;}

  blockquote {color: #02334D;font-family: "Libre Baskerville";font-size: 20px;font-style: normal;font-weight: 700;line-height: 160%;letter-spacing: -0.4px;background: rgba(238, 245, 248, 0.85);border-radius: 16px;padding: 40px;position: relative;}
  blockquote span {display: flex;font-size: 16px;font-style: normal;font-weight: 400;line-height: 150%;letter-spacing: 0.32px;font-family: 'Montserrat';color: #1D2224;position: relative;align-items: center;gap: 10px;margin-top: 10px;}
  blockquote span::before{content: "";background: url(../images/dashed-line.png) center no-repeat;background-size: cover;flex: 1;height: 2px;max-width: 75px;filter: brightness(0) saturate(100%) invert(59%) sepia(70%) saturate(736%) hue-rotate(172deg) brightness(89%) contrast(89%);}
  blockquote span::after{content: "";background: url(../images/dashed-line.png) center no-repeat;background-size: cover;flex: 1;height: 2px;max-width: 390px;filter: brightness(0) saturate(100%) invert(59%) sepia(70%) saturate(736%) hue-rotate(172deg) brightness(89%) contrast(89%);}

#flyout-wrap{background: #fff;color: #fff;position: relative;padding: 26px 35px;margin: 0 0 15px 0;border-radius: 16px;}
  
  #flyout-header{color: #012A41;font-size: clamp(16px, 3vw, 24px);font-weight: 700;text-transform: capitalize;margin-bottom: 25px;padding: 0;font-family: 'Libre Baskerville';letter-spacing: -0.48px;}
  #flyout{padding:0;margin:0}
  #flyout>li{position:relative;margin:0;list-style:none;padding: 0 0 15px;}
  #flyout a,
  #flyout span{display:block;text-decoration:none;font-size: 14px;font-weight:400;color: #1B1B1B;line-height: 1.5;text-transform: capitalize;padding: 4px 15px 7px;}
  #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);}
  #breadcrumbs{font-size: 14px;text-transform:capitalize;margin-bottom: 46px;}
  #breadcrumbs a{text-decoration:none;font-weight: 700;color: #1D2224;}
  #breadcrumbs a:after {content: '\f0da';font-family: 'FontAwesome';font-weight: 400;color: #323232;margin: 0 15px 0 24px;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: #2A7462;}
  .col-xs-12{width:100%}
  img.placeholder-img {border-radius: 16px;margin-top: 24px;margin-bottom: 24px;}
  
  .freeform__box{position:relative;background: #fff;padding: 32px;width: 288px;margin: 0 0 12px;margin-left: 0px;border-radius: 8px;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);}
  .freeform__box-header{font-size: 20px;font-weight: 700;line-height: 1.35;text-transform: capitalize;margin-bottom: 16px;color: #1B1B1B;font-family: "Kaisei HarunoUmi", serif;}
 
  #freeform h2.box-header {color: #012A41;font-size: clamp(16px, 3vw, 24px);font-style: normal;font-weight: 700;line-height: 150%;letter-spacing: -0.48px;font-family: 'Libre Baskerville';}

  img.plane-img {position: absolute;right: 70px;margin-top: -23px;width: 18px;}
  
  #contact-wrap {position: relative;padding: 32px;background: #FFF;border-radius: 16px;z-index: 1;margin-bottom: 15px;margin-top: 50px;}
.profile-img {width: 128px;height: 128px;margin-bottom: 24px;border-radius: 50%;}
.contact-name {font-size: 18px;font-weight: 500;line-height: 24.3px;color: #1D2224;margin: 0;text-transform: uppercase;}
.contact-position {display: block;font-size: 16px;font-weight: 400;line-height: 21.6px;color: rgba(2, 51, 77, 0.85);margin-top: 4px;}
#contact-info {margin: 28px 0 0 0;padding: 0;list-style: none;}
#contact-info li {margin-bottom: 24px;}
#contact-info li,
#contact-info .contact-link {color: #1D2224;font-size: 14px;font-weight: 400;display: flex !important;align-items: center;gap: 12px;text-decoration: none;line-height: 21px;transition: all 0.3s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-break: anywhere;}
#contact-info .contact-link img {width: 24px;}
.contact-email {color: #93133f !important;}
#contact-info .contact-link:hover {color: #2A402A;}
#contact-info li img {width: 24px;}
.description-text p {font-size: 14px;font-weight: 400;line-height: 18.9px;color: #4C3B2F;margin: 24px 0 0 0;}

#hours-wrap {position: relative;padding: 32px;margin-top: 5px;background: #FFF;border-radius: 16px;z-index: 1;margin-bottom: 15px;}
#hours-wrap ul {padding: 0;margin: 0;list-style-type: none;}
#hours-wrap ul li {font-size: 14px;margin: 20px 0 0 0;}
#hours-wrap .day {display: inline-block;width: 38px;font-size: 14px;color: #033B59;font-weight: 700;line-height: 18.9px;margin-right: 40px;text-transform: uppercase;}
#hours-wrap .time {color: #1D2224;font-size: 14px;font-weight: 400;line-height: 18.9px;}

#resource-wrap {position: relative;padding: 32px;margin-top: 8px;background: #FFF;border-radius: 16px;z-index: 1;}
#resource-wrap .resource-link {display: flex;align-items: center;gap: 12px;text-decoration: none;background: rgba(238, 245, 248, 0.85);color: #1A1A1A;padding: 16px;font-size: 14px;font-weight: 400;border-radius: 16px;text-transform: capitalize;line-height: 21px;margin-top: 21px;}
#resource-wrap .resource-link:hover img {filter: invert(45%) sepia(90%) saturate(758%) hue-rotate(115deg) brightness(66%) contrast(86%);}
.resource-link img {width: 24px;}
  
#freeform aside {background: #EDF3F6;}
#freeform #slider .tns-nav {position: absolute;bottom: 0;z-index: 9;left: 15px;}
#freeform #slider .tns-controls{display: none;}
#freeform #post h4{font-family: "Libre Baskerville";color: #1D2224;font-size: clamp(24px, 3vw, 32px);}
#freeform #post h5{font-family: "Libre Baskerville";color: #1D2224;font-size: clamp(16px, 3vw, 24px);}
#freeform #post h6{font-family: "Libre Baskerville";color: #1D2224;font-size: clamp(14px, 3vw, 20px);}
#flyout li{margin:0;}
#entry{padding: 34px 0 143px 59px;margin: 0 0 0 -2px;}
#freeform.fullwidth #entry{margin:0;}
#page-title{font-size: clamp(38px, 5vw, 48px);margin: 13px 0 35px;text-transform: capitalize;color: #1D2224;font-family: "Libre Baskerville";font-style: normal;font-weight: 700;line-height: 140%;letter-spacing: -0.96px;margin-bottom: 8px;}

  
  
  /* -----------------------------------------
  
  #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% - 32px);right: 0;border-radius: 0;border: 0;background: #fff;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:6px 0 0 6px}
  
  
  /* -----------------------------------------
  
  #slider
  
  -----------------------------------------*/
  
  #slider{position:relative;padding-bottom: 54%;z-index:1}
  #slider .tns-outer{position:absolute;left:0;right:0;top:0;bottom:0}
  #freeform #slider{padding-bottom:15%}
  #slider-caption{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);z-index:1;display: grid;color: #FFF;text-shadow: 1px 1px 0.3px rgba(0, 0, 0, 0.35);font-size: 26px;font-style: normal;font-weight: 500;line-height: 109%; /* 28.34px */text-transform: capitalize;}
  #homepage #slider:after {position: absolute;content: "";left: 0;right: 0;top:0;background: #0C2750;height: 100%;opacity: 25%;}


  .tns-outer button[data-controls]{border:0;padding:0;background: none;width:40px;line-height:40px;border-radius:50px;color: #B3C5CF;font-size: 28px;margin:0 15px;position: relative;z-index: 10;}
  #homepage #slider .tns-nav{position:absolute;bottom: unset;top: 60px;left: 40px;z-index:1;text-align:center}
  #welcome .tns-nav{position:absolute;bottom: 15px;left:0;right:0;z-index:1;text-align:center}
   .tns-nav button{border:0;background: #4EB4EB;padding:0;width: 5px;height: 5px;border-radius:50px;margin:0 3px}
  #homepage #slider .tns-nav button.tns-nav-active{opacity:1;background:#fff;}
  
  .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}
  .tns-outer button[data-controls]:hover{color: #41A3D8;}
  
  /* -----------------------------------------
  
  #media queries
  
  -----------------------------------------*/
  @media only screen and (max-width:1560px){
    .site-header #nav {margin: 0 0 0 -38px;}
    #logo{width: 208px;min-height: 100px;}
    #weather{margin-top: 70px;}
  }


  @media only screen and (max-width:1500px){
    .site-header #nav{margin: 0;}
    #homepage #quicklinks .tns-controls{left: 0;right: 0;}
    #slider-tools{left: 0;}
    .site-header #nav>li {padding: 0 18px;}

  }
  @media only screen and (max-width:1460px){
    .site-header #nav>li {padding: 0 20px;}
    #nav>li>ul.make-mage{left: 0 !important;}
    #logo {width: 178px;}
  }

  @media only screen and (max-width:1385px){
    .site-header .f-line-divider {width: 30px !important;}
    .site-header #nav>li {padding: 0 15px;}
  }

  @media only screen and (max-width:1310px){
    .site-header #nav>li>a:not(.toggle)::before,
    .site-header #nav>li>span::before{width: calc(100% + 40px) !important;left: -20px !important;}
  }
  @media only screen and (max-width: 1290px) {
    #logo {width: 155px;}
  }
  @media only screen and (max-width:1230px){
    #logo {width: 180px;min-height: 95px;}
    .site-header #nav>li {padding: 0 8px;}
    .site-header #nav a, .site-header #nav span {font-size: 10px !important;}

  }
  @media only screen and (max-width:1180px){
    .site-header #nav>li>a:not(.toggle)::before,
    .site-header #nav>li>span::before{width: calc(100% + 20px) !important;left: -10px !important;}
    #logo {width: 100px;min-height: 80px;}
    #homepage #welcome .welcome-left {padding: 94px 43px 108px 70px;}
  }

  @media only screen and (max-width:1030px){
    .site-header .f-line-divider {width: 20px !important;}
  }


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

    .site-header #nav .toggle{display: inline-block;color: #4EB4EB;}
  
    .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: 100%;top:0;width:200px;z-index: 10;background: #F2F5FF;}
    #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>li>a:not(.toggle)::before,
    .site-header #nav>li>span::before{content: "";position: absolute;top:10px;bottom:0;border-radius: 16px 16px 0 0;background:#033B59;width: calc(100% + 52px);left: -26px;z-index: -1;opacity: 0;transition: all .4s;}


    .site-header #nav>li:has(.toggle)>a:not(.toggle)::before,
    .site-header #nav>li:has(.toggle)>span::before{left: -19px;}

    .site-header #nav>li:hover>a:not(.toggle)::before,
    .site-header #nav>li:hover>span::before{opacity: 1;}


    .site-header #nav>li:hover a.toggle{transform: rotate(180deg);}

    .site-header #nav > li:first-child > a::after,
    .site-header #nav > li:first-child > span::after {position: absolute;content: "";background-image: url(../images/nav-top.png);width: 25px;height: 25px;background-size: 100%;top: 15px;left: 0;margin: 0 auto;right: 0;background-repeat: no-repeat;}
      
    /* mega menu */
    #nav li.static:hover ul{display:block}
    #nav>li>ul.make-mage{position:absolute;left: -240px;right: 0;width: 1009px;max-width: calc(100% - 30px);top:100%;margin: 0 auto;display:none;max-height: 400px;overflow-y:auto;overflow-x: hidden;border-radius: 0 0 16px 16px;}
    #nav>li .nav-in{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;column-gap: 40px;display: block;padding: 50px 19px 45px 48px;border-radius: 0 0 16px 16px !important;background: #033B59;column-rule: 2px dashed #0F4E70;}
    #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;color: #fff;font-size: 16px;font-weight: 700;text-transform: capitalize;margin: 0 0 18px -10px;line-height: 1.35;display: block;width: fit-content;border-radius: 16px;text-shadow: none;padding: 8px 12px 8px 12px;}
    #nav ul.make-mage a:not(.fa):hover,
    #nav ul.make-mage span:hover{background: #02334D;border-radius: 16px;}
  
    /* mega menu - Second Level */
    #nav ul.make-mage ul a:not(.fa),
    #nav ul.make-mage ul span{margin: 0 0 6px -8px;display: block;padding: 8px 10px 8px 10px;font-size: 14px;font-weight: 400;color: #fff;text-transform: capitalize;transition: all .4s;text-shadow: none;}
   
    #nav .make-mage .focused .toggle2{display:block}
  
    .site-header .f-line-divider{top: 38px;position: relative;width: 50px;filter: brightness(0) saturate(100%) invert(21%) sepia(16%) saturate(5595%) hue-rotate(174deg) brightness(96%) contrast(91%);}
    .header-right .f-line-divider {top: 25px;}
    #search{position: absolute;top: 105%;right: 16px;display: none;z-index: 99;}
    .site-header .f-line-divider:first-child{top: 0;}


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

    #flyout a:hover, #flyout span:hover{color: #033B59;background: #EDF3F6;border-radius: 24px;width:fit-content;}
  
  }
  
  @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;border-radius: 0;background: #02334D;padding: 0 15px 0 0;}
    .site-header #logo{background:#fff;width: 140px;}
    .site-header #nav{display:none}
    .site-header #nav li{position:relative!important;display: block;padding: 0;}
    .site-header #nav a,
    .site-header #nav span{line-height:1;font-size:14px;padding:15px;display:block;border-bottom:1px solid var(--darkgray);margin: 0;}
    .site-header #nav ul{background:var(--lightgray);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: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,
    #search-toggle {line-height: 45px;width: 45px;text-align: center;background: #fff;color: #02334D;margin-left: 5px;cursor: pointer}
  
    #flyout-toggle{padding:0;padding: 18px;color: #012A41;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}
  

    .header-right{display: none;background: #012A41;margin-left: 0;padding: 10px 20px;}
  
    /* custom styles */
    #homepage #slider .tns-nav {top: 30px;left:5px;}
    #homepage #welcome .welcome-right{width: 100%;}
    #search{display: block;}
    #header-in{display: block;}
    #toggles {display: flex;}
    #search-toggle-desktop {display: none;}
    #header-nav {background: #02334D;}
    .site-header #nav ul a {color: #000;}
    #entry {padding: 0 0 75px 0;margin: 0;}
    .footer-contents{display: block;}
    .site-footer .footer-group {margin-bottom: 15px;}
    #resource-wrap{margin-bottom: 25px;}
    #freeform .col-lg-3 {order: 2;}
    #contact-wrap {margin-top: 25px;}
    #flyout>li{padding: 0;}
    img.placeholder-img{margin-bottom: 0;}
    .footer-in{padding: 30px 0;}
    #breadcrumbs{margin-bottom: 15px;}
    #homepage #welcome .welcome-in{display: block;}
    #homepage #welcome .welcome-left{padding: 30px;width: 100%;}
    #homepage #slider {height: 500px;}
    .f-line-divider{display: none;}
    .footer-btm-wrap button.btn{margin-bottom: 14px;}
    .footer-btm-wrap {display: block;}
    #revize, #revize-login{text-align: start;}
    #nav li img{display: none;}
    #slider-caption {top: 45%;}
    #homepage #welcome .w-img-banner {min-height: 300px;}
  }
  
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width:767px) {
    .floating-alert {width: auto;right: 10px;left: 10px;}
    .floating-alert {font-size: 12px}
    .floating-alert h4 {margin-bottom: 10px;font-size: 14px}
    .floating-alert .btn {font-size: 10px}
    .share-btns a {height: auto;padding: 10px;width: 100%;font-size: 12px;white-space: nowrap;overflow: hidden}
    .share-btns i {display: block;line-height: 50px !important;font-size: 20px}
    #freeform #slider {height: 290px;}
  }
  
  /* 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) {
    .footer-contents .divider {display: flex;justify-content: center;}
    .footer-header,.footer-link{text-align: center;}
    blockquote{padding: 20px;}
    #revize, #revize-login {text-align: center;}
    .footer-btm-wrap button.btn{left: 0;right: 0;margin: 0 auto 15px;}


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