body {
    background-color: #fff;
    /* fix for iphone notch */
    background-size: cover;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: .02em;
    font-family: "Open Sans", sans-serif;
    background-image: linear-gradient(to top, #c2d4ea 40px, #c2d4ea);
}
  
  body a {
    color: #004c97;
  }
  
  body .mod-breadcrumbs__wrapper {
    margin-top: 0 !important;
      font-size: 87%;
  }
  
  .container-banner {
    margin: 0 0;
    /*    box-shadow: 0 0 29px rgba(0,0,0,.2); */
  }
  
  body ul {
    padding-left: .5rem;
  }
  
  body .ls-inner {
    z-index: 1 !important;
  }
  
  body .item-page,
  body .blog-item,
  body .item-pageterminal,
  body .blog,
  body .container-component,
  body header+.site-grid>.grid-child:not(:first-child),
  body .grid-child.container-top-a {
    background: #fff;
  }
  
  body .grid-child.container-sidebar-right {
    box-shadow: -17px 0 17px rgba(0, 0, 0, .07);
    overflow-y: hidden;
  }
  
  body .grid-child.container-sidebar-right {
    border-radius: 0 0 9px 0;
  }
  
body .com-content-article.item-page,
body .grid-child.container-component {
    border-radius: 0 0 0 9px;
}
  
  .readmore a {
    border-color: #002a44;
    background-color: #0065a4;
    background-image: -moz-linear-gradient(top, #0076be, #004d7c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0076be), to(#004d7c));
    background-image: -webkit-linear-gradient(top, #0076be, #004d7c);
    background-image: -o-linear-gradient(top, #0076be, #004d7c);
    background-image: linear-gradient(to bottom, #0076be, #004d7c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0075be', endColorstr='#ff004c7c', GradientType=0);
    color: #fff;
  }
  
  #logoshrink {
    height: auto;
  }
  
  
  .container-below-top {
    display: grid;
    grid-template-columns: 75% 25%;
    /* 70% for logo, 30% for the stack */
    grid-template-rows: auto;
    /* Adjust based on content */
  }
  
  
  .logo {
    grid-column: 1 / 2;
    /* Takes up the first column */
    grid-row: 1 / span 2;
    /* Spans two rows if needed */
    /*! width: 70%; */
  }
  
  .stack-item:first-of-type {
    grid-column: 2 / 2;
    /* Second column */
    grid-row: 1;
    /* First row of the second column */
  }
  
  .stack-item:last-of-type {
    grid-column: 2 / 2;
    grid-row: 2;
    /* Second row of the second column */
  }
  
  body .weather .eaw-detail-component {
    padding: 6px 7px;
    width: 100%;
    display: flex;
    max-height: 75px;
    /*! opacity: 70%; */
  }
  
  .weather .eaw-weather-info {
    display: block !important;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    backdrop-filter: blur(10px);
    /* Apply a blur filter */
    -webkit-backdrop-filter: blur(10px);
    /* For Safari */
  }

  .weather .eaw-detail-component .eaw-detail-currentTemp {
    font-size: 22px !important;
  }
  
  .weather .eaw-weather-component {
    display: block;
  }
  
  .weather {
    margin-top: -10px;
    padding-top: 0px;
    border-radius: 0px 0px 10px 10px;
    height: auto;
  }
  
  .weather .eaw-weather-detail {
    padding: 0px 10px;
    background-size: auto !important;
    background-position: center !important;
    /*! backdrop-filter: sepia(158%); */
    opacity: 70%;
  }
  
  .weather .eaw-weather-detail.day {
    background-position: top !important;
    background-size: cover !important;
  }
  
  
  #searchQuery {
    margin-top: 5px;
    border-radius: 10px;
  }
  
  
  
  .blog-items .page-header h2 {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
  
  }
  
.container-component .pagination__wrapper li {
    background: url(../images/airplane-bullet.png) 0px 5px no-repeat;
    padding-left: 23px;
    list-style: none;
    background-size: 15px auto !important;
  }

.container-component .pagination__wrapper li {
    background: none;
    padding-left: 0;
  }
  
  .com-content-category-blog__pagination ul li {
    background: none;
  }
  
  .container-component .pagination ul li {
    background: none;
    padding-left: 0px;
    list-style: none;
  }
  
  body a,
  body a:hover {
    text-decoration: none !important;
  }
  
  h1 { font-size: 150%; }
  h2 { font-size: 140%; }
  h3 { font-size: 130%; }
  h4 { font-size: 125%; }
  h5 { font-size: 120%; }
  h6 { font-size: 110%; }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.2 !important;
  }
  
  #js-menu-region {
    z-index: 2;
  }
  
  .compojoom-bootstrap h1 {
    padding-left: 15px;
    padding-top: 15px;
  }

blockquote {
  margin: 0 0 7px;
  border-left: 7px solid #76a1ce;
  padding: 0 0 0 17px;
}


/* tables ******************************************************/

.container-component table {
    width: 100%;
    margin-bottom: 13px;
}

.container-component table h1,.container-component table h2,.container-component table h3,.container-component table h4,.container-component table h5,.container-component table h6,.container-component table p {
    padding: 0;
    margin: 0;
}

.container-component table tr {
    background: #fff !important;
}

.container-component table td {
    vertical-align: top;
}

.container-component table tr:nth-child(odd) {
    background: #eee !important;
}

.container-component table tr:nth-child(odd):hover {
    background: #ddd !important;
}

.container-component thead, .container-component tbody, .container-component tfoot, .container-component tr, .container-component td, .container-component th {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}




.wf_caption {
    background: #eee;
    margin-bottom: 13px;
}

.wf_caption span {
    border: 1px solid #ccc;
    padding: 7px;
    font-size: 87%;
}


  
  body .container-header {
    background: transparent linear-gradient(to top, #c2d4ea 40px, transparent) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  
  body .container-top-a>* {
    margin: 0;
  }
  
  body .container-below-top {
    background: rgba(255, 255, 255, .95);
    /* url("../images/hdr-bg.png") 50% 0 no-repeat; */
    border-radius: 0 0 9px 9px;
    box-shadow: 0 0 29px rgba(0, 0, 0, .2);
  }
  
  .grid-child.container-below-top {
    padding: 3px .5em 0 0.5em;
  }
  
  body .container-header .grid-child {
    margin-bottom: 11px;
    /*    box-shadow: 0 0 29px rgba(0, 0, 0, .2); */
  }
  
  body .searchsearchbox {
    float: right;
    margin-left: auto;
    margin-top: auto;
    margin-right: 50px;
    margin-bottom: 25px;
  }
  
  body .searchsearchbox input {
    border-radius: 15px;
    border-color: #d5d5d5;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
  }
  
  body .logo {
    margin: 0px;
    padding: 15px 10px;
  }
  
  
  /* hotspots */
  
  
  body .hs-active-filters img {
    width: 36px;
  }
  
  
  /* top menu *****************************************************************************************************/
  
  /* get rid of stupid white underline */
  .container-header .mod-menu>li>a,
  .container-header .mod-menu>li>span,
  .container-header .metismenu>li>a::after,
  .container-header .metismenu>li>button::before,
  .metismenu>li.active>a::after,
  .metismenu>li.active>button::before,
  .metismenu>li>a:hover::after,
  .metismenu>li>button:hover::before {
    background: none;
    border: none;
    text-decoration: none;
  }
  
  /* hide arrow to indicate dropdowns */
  .metismenu.mod-menu .mm-toggler {
    display: none !important;
  }
  
  body .container-header .container-nav {
    padding: 0;
    margin-bottom: 0;
    text-shadow: none !important;
    background: #000;
    border-radius: 9px 9px 0 0;
    /*    box-shadow: 0 0 29px rgba(0,0,0,.2); */
  }
  
  body .container-header nav {
    margin-top: 0;
    padding: 0;
    border-radius: 9px 9px 0 0;
  }
  
  .metismenu.mod-menu li a {
    color: #fff;
    text-transform: uppercase;
    padding: 11px 0;
    border: 0px solid transparent;
    text-decoration: none !important;
  }
  
  .metismenu>li.active>a,
  .metismenu>li a:hover {
    color: #333 !important;
  }
  
  .mod-menu.metismenu>li.active,
  .mod-menu.metismenu>li:hover,
  .mod-menu.metismenu>li.active>a,
  .mod-menu.metismenu>li:hover>a {
    background: #ffcb03;
    color: #333 !important;
    border-radius: 0;
  }
  
  .mod-menu.metismenu>li:first-child {
    border-radius: 9px 0 0 0;
  }
  
  .mod-menu.metismenu>li:last-child {
    border-radius: 0 9px 0 0;
  }
  
  .metismenu>li.active a,
  .metismenu>li:hover>.mm-collapse,
  .metismenu>li.active a,
  .metismenu.mod-menu .mm-collapse>li.parent>ul {
    display: block !important;
  }
  
  .metismenu>li>ul>li a:hover {
    box-shadow: none;
    text-shadow: none;
    color: #ffcb03 !important;
  }
  
  .container-header .metismenu>li>a::after,
  .container-header .metismenu>li>button::before {
    display: none;
  }
  
  body .metismenu.mod-menu .metismenu-item {
    padding: 0 11px;
    font-size: 100%;
    line-height: 1.2;
  }
  
  body .metismenu.mod-menu .metismenu-item.level-2>a {
    padding: 11px 0;
  }
  
  .metismenu.mod-menu .metismenu-item>ul {
    background: #333;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
  }
  
  .metismenu.mod-menu .metismenu-item:not(.level-1)>ul,
  .metismenu.mod-menu .metismenu-item:not(.level-2)>ul {
    margin-inline-end: 0;
  }
  
  .metismenu.mod-menu .metismenu-item>ul {
    left: 0;
  }
  
  .metismenu.mod-menu .metismenu-item.level-2>a {
    white-space: break-spaces;
  }
  
  .blog-items {
    padding: 25px;
    margin: 0;
  }
  
body .com-finder,
  .com-content-article,
  .blog {
    padding: 25px 25px;
  }
  
  .grid-child {
    max-width: 1320px;
  }
  
  .container-component>*+*,
  .container-sidebar-left>*+*,
  .container-sidebar-right>*+*,
  .container-sidebar-right .sidebar-right:first-child {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .ig-slideshow>div {
    max-width: 1320px !important
  }
  
  body .container-bottom-a {
    background: #fff;
    /* url("../images/copyright-bg.jpg") no-repeat !important; */
    border-radius: 9px 9px 0px 0px !important;
    margin-top: 13px;
    font-size: 90% !important;
    padding: 25px 25px;
    color: #444;
    text-transform: uppercase;
    box-shadow: 0 0 29px rgba(0, 0, 0, .2);
  }
  
  .com-content-article h1,
  .blog h1 {
    color: #303030;
    text-shadow: 1px 1px 0 #ffffff;
    border-bottom: 1px solid #d1d1d1;
    -webkit-box-shadow: 0 1px 0 #ffffff;
    -moz-box-shadow: 0 1px 0 #ffffff;
    box-shadow: 0 1px 0 #ffffff;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: normal;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  
  }
  
.com-users-login {
    padding: 23px;
}




  /***** sidebar *****/
  
  .sidebar-right {
    background: #666;
    color: #fff;
    overflow: hidden;
  }
  
  .sidebar-right:last-child {
    border-radius: 0 0 9px 9px;
  }
  
  .sidebar-right h3 {
    font-weight: 700;
    background: #ffcb03;
    padding: 11px;
    color: #000;
    text-transform: uppercase;
  }
  
  .sidebar-right h4 {
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .sidebar-right a {
    color: #fff;
  }
  
  .sidebar-right a:hover {
    color: #ffcb03;
  }
  
  .sidebar-right .custom {
    padding: 11px;
  }
  
  .sidebar-right .mod-menu {
    padding-bottom: 11px;
  }
  
  .sidebar-right .mod-menu li {
    padding: 7px 11px;
    margin: 0;
  }
  
  .sidebar-right .mod-menu li a {
    text-transform: uppercase;
    line-height: 1;
  }
  
  .sidebar-right .mod-menu li.active a {
    color: #ffcb03;
  }
  
  .sidebar-right .eaw-weather-info {
    border-radius: 0 0 9px 9px;
  }
  
  .homepage .page-header h1,
  .homepage .sidebar-right h3 {
    background: #000;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-size: 24px !important;
    border: none;
  }
  
  
  .metismenu.mod-menu .metismenu-item:not(.level-1)>ul,
  .metismenu.mod-menu .metismenu-item:not(.level-2)>ul {
    margin-inline-end: 0;
  }
  
  .metismenu.mod-menu .metismenu-item>ul {
    left: 0;
  }
  
  .metismenu.mod-menu .metismenu-item.level-2>a {
    white-space: break-spaces;
  }
  
  @media (min-width: 992px) {
    .site-grid {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 100%;
      margin: 0 auto;
      flex-direction: row;
      grid-gap: 0;
    }
  
    .grid-child.container-component {
      max-width: 75%;
    }
  
    .grid-child.container-sidebar-right {
      max-width: 25%;
    }
  
    .logo img {
      max-width: 100%;
      min-width: 200px;
      height: auto !important;
    }
  }
  
  @media (min-width: 1320px) {
    .container-banner.full-width {
        max-height: 750px;
        overflow-y: hidden;
        margin-top: -20px;
      }
      
    .site-grid {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1320px;
      margin: 0 auto;
      flex-direction: row;
      grid-gap: 0;
      /*! box-shadow: inset 0 5px 5px #00000008; */
      /*box-shadow: 0 0 29px rgba(0,0,0,.2);*/
    }
  
    .grid-child.container-component {
      max-width: 75%;
    }
  
    .grid-child.container-sidebar-right {
      max-width: 25%;
    }
  }
  
  
  @media only screen and (max-width: 992px) {
    .container-sidebar-right .sidebar-right:last-child {
      margin-bottom: 0;
    }
  
    body .grid-child.container-sidebar-right {
      border-radius: 0 0 9px 9px;
    }
  
    body .com-content-article.item-page,
    body .grid-child.container-component {
      border-radius: 0;
    }
  
    .site-grid {
      grid-gap: 0;
      border-radius: 9px 9px 0 0;
      overflow: hidden;
    }
  
    .toggler {
      max-width: 40px;
      top: 22px;
      position: fixed;
      bottom: auto;
      margin-top: auto;
      margin-bottom: auto;
      right: 25px;
    }
  
    body .container-header nav {
      box-shadow: none;
    }
  
    body .container-header {
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
    }
  
    .show {
      display: grid;
    }
  
    .mobile-menu {
      position: fixed;
      /* Changed from absolute to fixed to stay in view */
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, .9);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(15px);
      z-index: 988;
      width: 100vw;
      height: 100vh;
      /* Cover full viewport height */
      font-size: 5.0vw;
      max-width: 100vw;
      padding: 30px 20px;
      overflow-y: auto;
      /* Make it scrollable */
      padding-bottom: 50px;
      /* Consider moving this inside the padding shorthand if not specifically needed */
    }
  
    .parent.active>a {
      background: url(../images/airplane-bullet.png) no-repeat;
      background-position: 75% center;
      /* 25% off from the right */
      background-size: 24px;
      /* Adjust size as needed */
      transition: transform 0.3s ease;
      /* Smooth transition for any transform changes */
    }
  
  
    .parent.active>ul {
      display: block !important;
      /* Ensures the <ul> is displayed as a block */
    }
  
    .small {
      font-size: 3.8vw;
    }
  
    .mobile-menu li {
      margin-top: 10px;
    }
  
    .container-header .mod-menu .parent>ul.show {
      display: block;
      color: rgba(0, 0, 0, .4);
    }
  
    .container-header .mod-menu>li>a,
    .container-header .mod-menu>li>span {
      width: 100%;
      /*! border: 1px solid #000; */
      display: block;
    }
  
    .container-header .navbar-collapse.show {
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, .9);
      z-index: 20;
      height: 100vh;
      width: 100vw;
      max-width: 100vw;
      vertical-align: top;
      align-items: flex-start;
      backdrop-filter: blur(10px);
      font-size: 34px;
    }
  
    body .container-header {
      background: transparent !important;
      background-image: none !important;
    }
  
    .container-header .navbar-toggler {
      color: rgba(0, 0, 0, .2);
      border: 1px solid rgba(0, 0, 0, .2);
      padding: 2px 4px;
    }
  
    .container-header .mod-menu,
    .container-header .mod-menu a,
    .container-header .mod-menu a:focus,
    .container-header .mod-menu a:hover,
    .container-header .mod-menu a:active,
    .container-header .mod-menu a:visited {
      color: #004c97 !important;
      /* Force the color to always be #004c97 */
    }
  
  
  
    .container-nav {
      display: none;
    }
  
    body .container-bottom-a {
  
      font-size: 2.25vw !important;
  
    }
  
    .header.container-header.fixed {
      position: fixed !important;
    }
  
    .scrollno {
      overflow: hidden;
      /* Prevent scrolling */
      height: 100%;
      /* Optional, might help in certain layouts */
    }
  }