/* Memorial Health Network - Clean Build Styles */
/* 1) CSS Reset (modern minimal) */
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif !important;
  color: #1f3d7b;
  background: #fff;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}

/* 2) Theme Tokens */
:root {
  --color-navy: #1f3d7b; /* headings */
  --color-blue: #00529c; /* text alt */
  --color-teal: #25c0cb; /* accent */
  --color-dark: #133267;
  --color-white: #ffffff;
  --color-sky: #eaf3fb;
  --color-pale: #f5f8fd;
  --container: 1200px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(12px, 3vw, 40px);
  padding-right: clamp(12px, 3vw, 40px);
}
.hidden {
  display: none !important;
}

/* 3) Header */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--color-white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(20px, 4vw, 56px) 10px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  height: 48px;
  width: auto;
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav a {
  color: #0a2c6a; /* deep blue similar to screenshot */
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 6px;
}
.nav a:hover,
.nav a:focus {
  background: #f3f6fb;
  outline: none;
}

/* Mobile Toggle */
.menu-toggle {
  display: none;
  border: 1px solid #e3e8f3;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 20px;
  color: var(--color-dark);
}
.menu-toggle:focus {
  outline: 2px solid var(--color-teal);
  outline-offset: 2px;
}

/* Header tagline and inline bar */
.header-sub {
  margin-top: 4px;
  background: #ffffff;
}
.header-sub-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  /*padding: 0 4% 4px;*/
  padding: 0 0 10px 60px;
}
.header-tagline {
  color: #0e5ca8;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  white-space: nowrap;
}
.header-bar-inline {
  flex: 1 1 auto;
  height: 13px;
  background: linear-gradient(90deg, #0b4e9b 0%, #13b9c5 100%);
  border-radius: 0;
}

/* legacy bar (not used) */
.header-bar {
  display: none;
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: inline-flex;
  }
  .nav {
    position: absolute;
    right: 4%;
    top: 70px;
    background: #ffffff;
    width: min(320px, 92%);
    flex-direction: column;
    padding: 10px;
    border: 1px solid #e9eef7;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12);
    display: none;
  }
  .nav.show {
    display: flex;
  }
  .nav a {
    width: 100%;
  }
  .header-sub-inner {
    gap: 12px;
  }
  .header-tagline {
    font-size: 16px;
  }
  .header-bar-inline {
    height: 6px !important;
  }
  /* shrink main logo on mobile */
  .brand img {
    height: 40px;
  }
}

/* 4) Hero */
/* repurposed for main header layout */
.main-header {
  padding-top: 32px;
  background: #f1f1f2;
    overflow: visible; /* ensure dropdowns from last row can overflow */
  position: relative;
  z-index: 2; /* stay above following section overlays */
}

/*.main-header-grid {*/
/*  display: grid;*/
/*  grid-template-columns: 1.6fr 1fr;*/
/*  gap: 28px;*/
/*  align-items: stretch;*/
/*}*/



/***********Surajit 15**********************/

/****old header css start****/
.elementor-20 .elementor-element.elementor-element-91260c5 {
    display: none;
}

.elementor-20 .elementor-element.elementor-element-11cba47 > .elementor-container {
    padding: 0 3rem;
}

.elementor-widget-container .elementor-image {
    text-align: left;
}

.elementor-widget-container .elementor-nav-menu--layout-horizontal {
    justify-content: flex-end;
}

.elementor-20 .elementor-element.elementor-element-11cba47 {
    margin-top: 0 !important;
    padding: 12px 0px 10px 0px !important;
}

.elementor-heading-title.elementor-size-default {
    display: none;
}

.elementor-20 .elementor-element.elementor-element-51e767a .elementor-nav-menu .elementor-item {
    font-size: 17px !important;
}
/****old header css end****/

/***********Media surajit start**********************/
@media (max-width: 480px) {
      .events-hero {
background-position: top right !important;
  }
  
    .banner-card {
  background-position: 66% center !important;
}
  .banner-content .banner-title {
        font-size: 20px !important;
  }

.banner-content .banner-card {
  background-position: 72% center !important;
}

    .btn-teal {
  height: 35px !important;
  font-size: 11px !important;
  padding: 6px 12px !important;
}
    
.banner-sub {
  font-size: 16px !important;
  max-width: 300px !important;
}
 .tile-trigger {
    font-size: 17px;
  }

.tile-menu {
  display: none !important;
}

/* Show on hover (desktop behavior) */
.tile-actions:hover .tile-menu {
  display: block !important;
}

/* Show when focused or active (keyboard / click) */
.tile-trigger:focus + .tile-menu,
.tile-trigger:active + .tile-menu {
  display: block !important;
  opacity: 1 !important;
}

/* ================================
   MOBILE DROPDOWN FIX
   Applies only for devices â‰¤ 768px
   ================================ */

  /* âœ… Allow dropdown to overflow outside its card/tile */
  .tile,
  .tile-card,
  .tile-container,
  .card,
  .tile-wrapper,
  .tile-section {
    overflow: visible !important; /* Fixes clipping behind next image */
    position: relative !important;
    z-index: auto !important;
  }

  /* âœ… Ensure tile-actions creates a stacking context */
  .tile-actions {
    position: relative !important;
    width: 100%;
    z-index: 9999 !important; /* ensures dropdown appears above other tiles */
  }

  /* Style for the clickable trigger */
  .tile-trigger {
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0;
    color: #fff !important;
  }

  /* âœ… Dropdown menu styling */
  .tile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 99999 !important; /* Keep on top */
  }

  /* Dropdown list items */
  .tile-menu li a {
    display: block;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }

  .tile-menu li:last-child a {
    border-bottom: none;
  }

  .tile-menu li a:hover {
    background: #00A5B5;
  }
  
  .tile-actions.active .tile-menu {
    display: block !important;
  }
  
  .form_flex p {
  flex-direction: column;
}

.rsvp-popup__content .form_flex input {
  height: 50px !important;
}

.rsvp-popup__content .event-title-display {
  font-size: 18px !important;
  margin: 5px 5px 20px 5px !important;;
  padding-bottom: 20px !important;
}

}

@media (max-width: 1260px) {
    .site-footer {
    max-width: 100% !important;
}

    
    .main-header-grid .left-col {
width: 60% !important;
}

.main-header-grid .right-col {
width: 40% !important;
}
/*.main-header .main-header-grid {*/
/*    flex-direction: column;*/
/*  }*/
  
    .banner_cont_flex {
  flex-wrap: wrap;
}

.banner-sub {
  margin: 0 0 15px !important;
}
       .elementor-20 .elementor-element.elementor-element-51e767a .elementor-nav-menu .elementor-item {
    font-size: 14px !important;
} 
.elementor-20 .elementor-element.elementor-element-11cba47 > .elementor-container {
  justify-content: space-between !important;
}

.elementor-widget-container .elementor-nav-menu--layout-horizontal {
    justify-content: flex-end !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
     flex-wrap: nowrap !important; 
}

.elementor-20 .elementor-element.elementor-element-44c1da5 {
    width: 25%;
}

.elementor-1189 .elementor-element.elementor-element-3166a3a {
  padding: 0% 0% 0% 0% !important;
}

.elementor-element-f42dbea{
    display: none;
}

}

@media (min-width: 1200px) {
.main-header .main-header-grid {
  max-width: 100% !important;
  width: 100% !important;
}

}

@media (max-width: 1400px){
  .right-col {
  width: 35% !important;
  padding-left: 35px !important;
}

.left-col {
  border-right: 2px solid #D8D8D8 !important;
  width: 65% !important;
  padding-right: 35px !important;
}
    
    
    
    .tile h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.tile-trigger {
  font-size: 14px;
}

.banner-title {
  width: 60%;
  font-size: 40px !important;
}

.banner-sub {
  max-width: 300px !important;
  font-size: 14px !important;
}

.btn-teal {
  height: 34px !important;
  font-size: 10px !important;
  padding: 10px 10px !important;
}


}

@media (max-width: 1530px){
/*    .banner-content {*/
/*  min-width: 100%;*/
/*}*/
.tiles-row {
  grid-template-columns: repeat(2, 1fr) !important;
}

.venu {
  line-height: 20px !important;
}

}

@media (max-width: 575px){
.header-sub-inner {
  padding: 0 0 10px 10px !important;
}

}

.tile-body a:hover {
   color: #fff ;
}
.tile-link:hover {
  color: #fff;
}

#content .page-header {
  max-width: 1165px;
  margin: 0 auto;
}

@media (max-width: 767px){
    .tiles-row {
  grid-template-columns: repeat(1, 1fr) !important;
}


  .events-hero {
    min-height: 250px !important;
    background-position: center top;
  }
  
  .pop_scroller {
      height: 380px;
      overflow-y: scroll;
   }

}

@media (max-width: 992px) {
.right-col p{
    text-align: center;
}
.events-heading {
    margin: 40px 0 30px !important;
}

.main-header-grid .left-col {
  border-right: 0px solid #D8D8D8 !important;
}

.main-header-grid {
  flex-direction: column;
}

 .main-header-grid .left-col {
    width: 100% !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  
    .main-header-grid .right-col {
    width: 100% !important;
    padding-left: 0 !important;
  }

}
/***********Media surajit end**********************/


/***********Surajit 15 end**********************/

/***********Surajit 16 start**********************/
.event-title-display {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 5px 5px 30px 5px !important;
  color: #333;
  text-align: left !important;
  border-bottom: 2px solid #3333331f;
  padding-bottom: 28px;
}

.rsvp-popup__content {
  max-width: 500px !important;
  border-radius: 18px !important;
  padding: 30px 25px !important;
}

.form_flex p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_flex input {
  width: 100%;
  padding: 10px 12px 10px 18px !important;
  border: 0 !important;
  border-radius: 10px;
  background: #0294c00f !important;
  font-size: 14px !important;
  font-weight: 500;
  color: #0a2c6a !important;
  height: 59px !important;
  transition: box-shadow 0.3s, border 0.3s;
  box-sizing: border-box;
  margin-top: 0.2rem;
}

.form_flex input:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6EC1E4;
}



#your-message {
  width: 100%;
  padding: 10px 12px 10px 18px !important;
  border: 0 !important;
  border-radius: 10px;
  background: #0294c00f !important;
  font-size: 14px !important;
  font-weight: 500;
  color: #0a2c6a !important;
  transition: box-shadow 0.3s, border 0.3s;
  box-sizing: border-box;
  margin-top: 0.5rem;
  height: 100px;
}

#your-message:focus {
  outline: none;
  box-shadow: 0 0 0 3px #6EC1E4;
}

.form_flex_textarea label{
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  display: block;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.form_flex label {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  display: block;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #25C0CB;
  color: white;
  padding: 14px 40px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-top: 0.5rem;
}

.tile-menu li{
    list-style: none;
}

.tile-menu ul {
    padding: 0 7px !important;
}

.rsvp-btn {
  color: #fff !important;
  font-size: 14px;
}

.s-menu {
  display: flex;
  flex-wrap: wrap;
}

    .tile,
.tile-card,
.tile-container,
.card,
.tile-wrapper,
.tile-section {
  overflow: visible !important;   /* ðŸ”¥ This line is the main fix */
  position: relative !important;  /* Ensures z-index takes effect */
  z-index: auto !important;
}
/***********Surajit 16 end**********************/

/***********Surajit 17 start**********************/
.banner_cont_flex{
    display: flex;
    align-items: center;
    
    width: 70%;
}

.tile-body{
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 18px;
}

 .tile-link-wrap h3{
    width: 100% !important;
  }
  
  .container.main-header-grid{
      width: 100%;
      max-width: 100%;
  }
  
#events-more {
  text-align: center;
  margin-top: 3.5rem;
}

.venu {
color: #222F7B;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  text-transform: capitalize;
}

.address {
  color: #222F7B;
  font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.eventtime{
  color: #222F7B;
    font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: lowercase;
}

.event-content p:nth-child(6) {
    display: none;
}

#menu-posts-event {
  display: none;
}
/***********Surajit 17 end**********************/

/***********Surajit 22 start********************/
.main-header-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left-col {
  border-right: 2px solid #D8D8D8 !important;
  width: 70%;
  padding-right: 50px;
}

.right-col {
  width: 30%;
  padding-left: 50px;
}

/***********Event details 22 start********************/
.tribe-events-single-event-title {
  color: #173f7a;
  font-weight: 100;
}

.tribe-venue-url {
  display: none;
}
@media (min-width: 768px) {
  .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    width: 50% !important;
  }
  
.tribe-events-single .tribe-events-sub-nav {
    padding-left: 0 !important;
  }
}

.tribe-events-single .tribe-events-sub-nav {
    padding-left: 0 !important;
  }
  
.tribe-events-event-categories a {
    pointer-events: none; 
}

.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
  margin: 0px 0 33px;
}

.tribe-events-nav-previous a {
    color: #173f7a !important;
}

.tribe-events-nav-next a {
    color: #173f7a !important;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  color: #173f7a;
  border: 1px solid #173f7a;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
    background: #173f7a !important;
    color: #fff;
    
}


.events-hero{
      background-size: cover; 
    background-position: center; 
    min-height: 355px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

}



















/* Default style */
/*.event-date.badge {*/
/*  color: #fff;*/
/*  border-radius: 8px;*/
/*  text-align: center;*/
/*  padding: 10px;*/
/*  width: 100px;*/
/*}*/

/* Monthwise color for home start */

/*jan
.month-jan .badge {
    background: #DEEBF3;
}
.month-jan .badge .dow{
    color: #1AA9E1;
}
.month-jan .badge .day{
    color: #1AA9E1;
}
.month-jan .badge .mon{
    color: #1AA9E1;
}
.month-jan .event-content .event-title {
    color: #1AA9E1;
}


/* feb 
.month-feb .badge {
    background: #F9E1E1;
}
.month-feb .badge .dow {
    color: #E13C3C;
}
.month-feb .badge .day {
    color: #E13C3C;
}
.month-feb .badge .mon {
    color: #E13C3C;
}
.month-feb .event-content .event-title {
    color: #E13C3C;
}

/* mar 
.month-mar .badge {
    background: #E1F3E1;
}
.month-mar .badge .dow {
    color: #3BB33B;
}
.month-mar .badge .day {
    color: #3BB33B;
}
.month-mar .badge .mon {
    color: #3BB33B;
}
.month-mar .event-content .event-title {
    color: #3BB33B;
}

/* apr 
.month-apr .badge {
    background: #F4E1F1;
}
.month-apr .badge .dow {
    color: #B53FA1;
}
.month-apr .badge .day {
    color: #B53FA1;
}
.month-apr .badge .mon {
    color: #B53FA1;
}
.month-apr .event-content .event-title {
    color: #B53FA1;
}

/* may 
.month-may .badge {
    background: #FFF3D9;
}
.month-may .badge .dow {
    color: #E1A91A;
}
.month-may .badge .day {
    color: #E1A91A;
}
.month-may .badge .mon {
    color: #E1A91A;
}
.month-may .event-content .event-title {
    color: #E1A91A;
}

/* jun 
.month-jun .badge {
    background: #E0F2EF;
}
.month-jun .badge .dow {
    color: #13A6B8;
}
.month-jun .badge .day {
    color: #13A6B8;
}
.month-jun .badge .mon {
    color: #13A6B8;
}
.month-jun .event-content .event-title {
    color: #13A6B8;
}

/* jul 
.month-jul .badge {
    background: #E4E1F3;
}
.month-jul .badge .dow {
    color: #5C2F82;
}
.month-jul .badge .day {
    color: #5C2F82;
}
.month-jul .badge .mon {
    color: #5C2F82;
}
.month-jul .event-content .event-title {
    color: #5C2F82;
}

/* aug 
.month-aug .badge {
    background: #F7ECDC;
}
.month-aug .badge .dow {
    color: #F58D2A;
}
.month-aug .badge .day {
    color: #F58D2A;
}
.month-aug .badge .mon {
    color: #F58D2A;
}
.month-aug .event-content .event-title {
    color: #F58D2A;
}

/* sep 
.month-sep .badge {
    background: #E3EFF6;
}
.month-sep .badge .dow {
    color: #1AA9E1;
}
.month-sep .badge .day {
    color: #1AA9E1;
}
.month-sep .badge .mon {
    color: #1AA9E1;
}
.month-sep .event-content .event-title {
    color: #1AA9E1;
}









/*oct
.month-oct .badge {
    background: #F3EADB;
}
.month-oct .badge .dow{
    color: #F58D2A;
}
.month-oct .badge .day{
    color: #F58D2A;
}
.month-oct .badge .mon{
    color: #F58D2A;
}
.month-oct .event-content .event-title {
    color: #F58D2A;
}

/*nov
.month-nov .badge {
    background: #DCD9E4;
}
.month-nov .badge .dow{
    color: #5C2F82;
}
.month-nov .badge .day{
    color: #5C2F82;
}
.month-nov .badge .mon{
    color: #5C2F82;
}
.month-nov .event-content .event-title {
    color: #5C2F82;
}

/*dec
.month-dec .badge {
    background: #DFEAEE;
}
.month-dec .badge .dow{
    color: #13A6B8;
}
.month-dec .badge .day{
   color: #13A6B8;
}
.month-dec .badge .mon{
    color: #13A6B8;
}
.month-dec .event-content .event-title {
    color: #13A6B8;
}
/* Monthwise color for home end 

.event-card .badge{
   padding: 22px 16px;
  line-height: 1.1;
}
 */

/********** Monthwise color for event start */
/*jan
.month-jan {
   background: #DEEBF3;
}
.month-jan div .dow{
    color: #1AA9E1;
}
.month-jan div .day{
   color: #1AA9E1;
}
.month-jan div .mon{
   color: #1AA9E1;
}



/* feb 
.month-feb {
   background: #3868DB3D; /* light red 
}
.month-feb div .dow {
   color: #3868DB;
}
.month-feb div .day {
   color: #3868DB;
}
.month-feb div .mon {
   color: #3868DB;
}

/* mar 
.month-mar {
   background: #DBF0DB; /* light green 
}
.month-mar div .dow {
   color: #3BB33B;
}
.month-mar div .day {
   color: #3BB33B;
}
.month-mar div .mon {
   color: #3BB33B;
}

/* apr 
.month-apr {
   background: #FCE6F1; /* light pink 
}
.month-apr div .dow {
   color: #E7549E;
}
.month-apr div .day {
   color: #E7549E;
}
.month-apr div .mon {
   color: #E7549E;
}

/* may 
.month-may {
   background: #FFF1D9; /* soft yellow-orange 
}
.month-may div .dow {
   color: #F7A800;
}
.month-may div .day {
   color: #F7A800;
}
.month-may div .mon {
   color: #F7A800;
}

/* jun 
.month-jun {
   background: #E0F7F4; /* aqua tint 
}
.month-jun div .dow {
   color: #00A896;
}
.month-jun div .day {
   color: #00A896;
}
.month-jun div .mon {
   color: #00A896;
} */



/* jul
.month-jul {
   background: #E5E5FA; /* lavender 
}
.month-jul div .dow {
   color: #6A5ACD;
}
.month-jul div .day {
   color: #6A5ACD;
}
.month-jul div .mon {
   color: #6A5ACD;
}
 */



/* aug 
.month-aug {
   background: #F9EBD7; /* soft peach 
}
.month-aug div .dow {
   color: #E67E22;
}
.month-aug div .day {
   color: #E67E22;
}
.month-aug div .mon {
   color: #E67E22;
}
 */


/* sep 
.month-sep {
   background: #E2F0FA; /* light blue-green 
}
.month-sep div .dow {
   color: #3498DB;
}
.month-sep div .day {
   color: #3498DB;
}
.month-sep div .mon {
   color: #3498DB;
}
 */


/* feb 
.month-feb {
   background: #3868DB3D; /* light red tone 
}
.month-feb div .dow {
   color: #3868DB;
}
.month-feb div .day {
   color: #3868DB;
}
.month-feb div .mon {
   color: #3868DB;
}
 */

/* mar 
.month-mar {
   background: #E1F3E1; /* light green tone 
}
.month-mar div .dow {
   color: #3BB33B;
}
.month-mar div .day {
   color: #3BB33B;
}
.month-mar div .mon {
   color: #3BB33B;
}

 */

/* apr 
.month-apr {
   background: #F4E1F1; /* soft pink-purple tone 
}
.month-apr div .dow {
   color: #B53FA1;
}
.month-apr div .day {
   color: #B53FA1;
}
.month-apr div .mon {
   color: #B53FA1;
}
 */

/* may 
.month-may {
   background: #FFF3D9; /* soft yellow tone 
}
.month-may div .dow {
   color: #E1A91A;
}
.month-may div .day {
   color: #E1A91A;
}
.month-may div .mon {
   color: #E1A91A;
}
 */


/* jun 
.month-jun {
   background: #E0F2EF; /* aqua tone to match dec 
}
.month-jun div .dow {
   color: #13A6B8;
}
.month-jun div .day {
   color: #13A6B8;
}
.month-jun div .mon {
   color: #13A6B8;
}
 */
/* jul 
.month-jul {
   background: #E4E1F3; /* light violet to link with nov 
}
.month-jul div .dow {
   color: #5C2F82;
}
.month-jul div .day {
   color: #5C2F82;
}
.month-jul div .mon {
   color: #5C2F82;
}
 */
/* 
/* aug 
.month-aug {
   background: #F7ECDC; /* warm orange tone to bridge oct
}
.month-aug div .dow {
   color: #F58D2A;
}
.month-aug div .day {
   color: #F58D2A;
}
.month-aug div .mon {
   color: #F58D2A;
} */

/* sep
.month-sep {
   background: #E3EFF6; /* light blue tone matching jan 
}
.month-sep div .dow {
   color: #1AA9E1;
}
.month-sep div .day {
   color: #1AA9E1;
}
.month-sep div .mon {
   color: #1AA9E1;
} */








/* oct
.month-oct {
    background: #F3EADB;
}
.month-oct div .dow{
    color: #F58D2A;
}
.month-oct div .day{
    color: #F58D2A;
}
.month-oct div .mon{
    color: #F58D2A;
} */

/*nov*/
/* .month-nov {
   background: #DCD9E4;
}
.month-nov div .dow{
    color: #5C2F82;
}
.month-nov div .day{
    color: #5C2F82;
}
.month-nov div .mon{
    color: #5C2F82;
} */

/*dec*/
/* .month-dec {
   background: #DFEAEE;
}
.month-dec div .dow{
    color: #13A6B8;
}
.month-dec div .day{
   color: #13A6B8;
}
.month-dec div .mon{
   color: #13A6B8;
} */
/* Monthwise color for event end */

/***********Surajit 22 end**********************/

/***********Surajit 24 start**********************/

.sub-menu li a {
    /*font-size: 15px;*/
    /*font-weight: 600;*/
    color: #0294c0;
}

.sub-menu a:hover, .sub-menu a:focus {
    background: #0e0551 !important;
    outline: none;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
}

.site-footer p {
    margin-bottom: 0 !important;
}


.event-card .badge .day {
  font-size: 65px !important;
  font-weight: 700 !important;
}
.event-card .badge .dow {
font-size: 16px !important;
  font-weight: 600 !important;
}

.event-card .badge .mon {
  font-size: 22px !important;
}

.badge.tribe_events_cat-network-with-the-network {
  background: #DEEBF3;
}

.badge.tribe_events_cat-network-with-the-network .dow{
    color: #1BAAE2;
}
.badge.tribe_events_cat-network-with-the-network .day{
   color: #1BAAE2;
}
.badge.tribe_events_cat-network-with-the-network .mon{
   color: #1BAAE2;
}


.badge.tribe_events_cat-ci-program-updates {
  background: #DFEAEE;
}

.badge.tribe_events_cat-ci-program-updates .dow{
  color: #00A7B5;
}

.badge.tribe_events_cat-ci-program-updates .day{
  color: #00A7B5;
}

.badge.tribe_events_cat-ci-program-updates .mon{
  color: #00A7B5;
}


.badge.tribe_events_cat-office-manager-symposium {
  background: #F3EADB;
}

.badge.tribe_events_cat-office-manager-symposium .dow{
  color: #F78D29;
}

.badge.tribe_events_cat-office-manager-symposium .day{
  color: #F78D29;
}

.badge.tribe_events_cat-office-manager-symposium .mon{
  color: #F78D29;
}





/**home**/
.tribe_events_cat-network-with-the-network .event-date.badge{
     background: #DEEBF3;
}

.tribe_events_cat-network-with-the-network .event-date.badge .dow{
     color: #1BAAE2;
     font-size: 16px !important;
    font-weight: 600 !important;
}

.tribe_events_cat-network-with-the-network .event-date.badge .day{
     color: #1BAAE2;
     font-size: 65px !important;
  font-weight: 700 !important;
}

.tribe_events_cat-network-with-the-network .event-date.badge .mon{
     color: #1BAAE2;
     font-size: 22px !important;
}

.tribe_events_cat-network-with-the-network .event-content .event-title{
    color: #1BAAE2 !important;
}




.tribe_events_cat-ci-program-updates .event-date.badge{
     background: #DFEAEE;
}

.tribe_events_cat-ci-program-updates .event-date.badge .dow{
     color: #00A7B5;
     font-size: 14px !important;
    font-weight: 600 !important;
}

.tribe_events_cat-ci-program-updates .event-date.badge .day{
     color: #00A7B5;
     font-size: 60px !important;
  font-weight: 700 !important;
}

.tribe_events_cat-ci-program-updates .event-date.badge .mon{
     color: #00A7B5;
     font-size: 20px !important;
}

.tribe_events_cat-ci-program-updates .event-content .event-title{
    color: #00A7B5 !important;
}






.tribe_events_cat-office-manager-symposium .event-date.badge{
     background: #F3EADB;
}

.tribe_events_cat-office-manager-symposium .event-date.badge .dow{
     color: #F78D29;
     font-size: 16px !important;
    font-weight: 600 !important;
}

.tribe_events_cat-office-manager-symposium .event-date.badge .day{
     color: #F78D29;
     font-size: 65px !important;
  font-weight: 700 !important;
}

.tribe_events_cat-office-manager-symposium .event-date.badge .mon{
     color: #F78D29;
     font-size: 22px !important;
}

.tribe_events_cat-office-manager-symposium .event-content .event-title{
    color: #F78D29 !important;
}
/***********Surajit 24 end**********************/

@media (max-width: 1000px) {
  .main-header-grid {
    grid-template-columns: 1fr;
  }
}

/* column divider and balancing */
/*.left-col {*/
/*  padding-right: clamp(16px, 2.2vw, 28px);*/
/*  border-right: 2px solid #D8D8D8 !important;*/
/*  padding-right: 50px;*/
/*}*/
.right-col {
  /*padding-left: clamp(16px, 2.2vw, 28px);*/
  display: flex;
  flex-direction: column;
  /*padding-left: 50px;*/
}
@media (max-width: 1000px) {
  .left-col {
    border-right: 0;
    padding-right: 0;
  }
  .right-col {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
    .elementor-20 .elementor-element.elementor-element-11cba47 > .elementor-container {
  padding: 0 0rem;
}
}

/* Banner */
.banner-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: clamp(220px, 26vw, 300px);
  background-size: cover;
  background-position: center right;
  margin-bottom: 30px;
  
  display: grid;
  align-items: center;
}
/* banner has no overlay by request */

.banner-content {
  position: relative;
  padding: clamp(16px, 3vw, 28px);
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  /*width: 70%;*/
}
.banner-title {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: clamp(22px, 3.2vw, 34px);
  
  width: 70%;
}
.banner-title.xl {
  font-size: clamp(30px, 5.2vw, 52px);
}
.banner-sub {
    margin: 0 ;
  font-size: 20px;
  opacity: 0.95;
  max-width: 341px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.btn-primary {
  background: var(--color-teal);
  color: #003b41;
}
.btn-primary:hover {
  filter: brightness(0.96);
}
.btn-outline {
  background: #ffffff;
  color: var(--color-navy);
  border-color: #cfe6f2;
}
.btn-outline:hover {
  background: #f2fbfd;
}
.btn-teal {
 background: #22c0cb;
  color: #fff !important;
  border-radius: 45px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
}

.btn-teal:hover {
  filter: brightness(0.95);
}

/* 5) Accessibility helpers */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 16px;
  top: 12px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: var(--color-teal);
  color: #073a3f;
  border-radius: 8px;
  z-index: 10000;
}

/* 6) Sections & Grids */
.section {
  padding: 56px 0;
}
.section-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.5vw, 32px);
  color: var(--color-navy);
  font-weight: 800;
}
.section-sub {
  margin: 0 0 24px;
  color: var(--color-blue);
}

.grid {
  display: grid;
  gap: 22px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

/* 7) Cards */
.card,
.card-list {
  background: #fff;
  border: 1px solid #e9eef7;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 2px 6px rgba(16, 24, 40, 0.06);
}
.card-title {
  margin: 0 0 6px;
  font-size: 18px;
  color: var(--color-navy);
  font-weight: 800;
}
.card-sub {
  margin: 0 0 12px;
  color: var(--color-blue);
  font-size: 14px;
}
.card-sub.muted {
  color: #7a8aa3;
  font-style: italic;
}

.card-group {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 700px) {
  .card-group {
    grid-template-columns: 1fr;
  }
}

/* Lists */
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.link-list a {
  color: var(--color-teal);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.link-list a:hover {
  filter: brightness(0.92);
}

/* Tiles (3-3-2 layout) */
.tiles-grid {
  margin-top: 16px;
  display: grid;
  gap: 16px;
  overflow: visible;
}
.tiles-row {
  grid-template-columns: repeat(3, 1fr);
}
.tiles-two {
  grid-template-columns: repeat(3, 1fr);
  /* center the two-tile row under the three-tile rows on wide screens */
  /* max-width: 66.666%; */
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .tiles-row,
  .tiles-two {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.tile {
  position: relative;
  border-radius: 12px;
  overflow: visible;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  display: block;
  color: #fff;
  z-index: 0;
}
.tile .tile-link-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.tile .tile-link-wrap:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.tile .tile-link-wrap:focus-visible {
  outline: 2px solid var(--color-teal);
  outline-offset: 2px;
}
.tile-overlay {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  pointer-events: none;
  background-color: #235895;
  opacity: 0.8;
  filter: brightness( 100% ) contrast( 170% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.tile-body {
  position: absolute;
  padding: 16px 16px 26px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* default: push content to bottom (mobile/tablet) */
  align-items: flex-start; /* default: center the content block horizontally */
  /*gap: 6px;*/
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}
/*.tile-body h3,*/

.tile-body p,
.tile-body .tile-link {
  width: min(85%, 320px); /* centered block but left-aligned text */
}
.tile h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
}
.tile p {
  margin: 0 0 6px;
  font-size: 15px;
  opacity: 0.95;
}
.tile h3 {
  /*margin: 0 0 6px;*/
  font-size: 20px;
  font-weight: 800;
}
.tile p {
  margin: 0 0 6px;
  font-size: 15px;
  opacity: 0.95;
  
  /*height: 45px;*/
  /*max-height: 100%;*/
}
.tile-link {
  text-decoration: underline;
  font-weight: 700;
}

/* Laptop alignment improvements: align tile text to top and left so all cards look uniform */
@media (min-width: 901px) {
  /*.tile-body {*/
  /*  top: 0;*/
  /*  bottom: auto;*/
  /*  justify-content: flex-start;*/
  /*  align-items: flex-start;*/
  /*  padding-top: 18px;*/
  /*}*/
  
  /*.tile-body h3,*/
  /*.tile-body p,*/
  
  .tile-body .tile-link {
    width: 90%;
    max-width: 360px;
  }
}

/* Events list */
.events-heading {
  margin: 0 0 50px;
  color: var(--color-navy);
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 800;
  text-align: center;
}
.events-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}
/* Ensure consistent event card heights on laptop widths */
@media (min-width: 1000px) and (max-width: 1240px) {
  .event-item {
    min-height: 180px;
  }
  .event-title {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .event-meta {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.event-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e9eef7;
  border-radius: 18px;
  /*padding: 14px;*/
  box-shadow: 0 2px 6px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}
.event-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 35px 25px 35px 25px;    
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*text-transform: uppercase;*/
  /*border-radius: 12px;*/
  /*padding: 22px 16px;*/
  /* line-height: 1.1; */
}
/* For laptop screens (1024px–1366px) */
@media (min-width: 1024px) and (max-width: 1366px) {
    .address {
        font-size: 11px !important;
    }
    .event-meta {
        font-size: 11px !important;
    }
}
.event-date .dow {
  font-size: 18px !important;
  font-weight: 800;
  opacity: 0.95;
  letter-spacing: 0.3px;
}
.event-date .day {
  font-size: 48px;
  font-weight: 800;
  line-height: 0.9;
}
.event-date .mon {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* badge color variants */
.badge.orange {
  background: #F78D29;
  color: #e88d18;
}

.badge.orange .day {
  color: #F78D29;
}

.badge.teal {
  background: #e2f1fb;
  color: #0e78b2;
}
.event-content {
  display: grid;
  gap: 6px;
  padding: 18px 18px 18px 6px;
}
.event-title {
margin: 0;
  font-size: 16px;
  color: #F78D29;
  font-weight: 700;
}
.event-meta {
  margin: 0;
  font-size: 15px;
  color: #173d7a;
  font-weight: 700;
}
.event-link {
  /*font-size: 14px;*/
  /*font-weight: 600;*/
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.3px;*/
  /*text-decoration: none !important;*/
  /*background: #1F3D7B;*/
  /*width: 115px;*/
  /*display: block;*/
  /*height: 30px;*/
  /*color: #fff !important;*/
  /*text-align: center;*/
  /*line-height: 30px;*/
  /*border-radius: 10px;*/
  /*margin-top: 0.5rem;*/
  
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: underline !important;
  /*background: #1F3D7B;*/
  width: 115px;
  display: block;
  height: 30px;
  color: #1F3D7B !important;
  line-height: 30px;
  border-radius: 10px;
}

.events-more {
  margin: 50px 0 0;
  background: transparent;
  border: 0;
  color: #002e6b;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
  padding: 6px 8px;
  width: auto;
  display: inline-block;
  text-align: center;
}
.events-more:hover {
  opacity: 0.85;
}

/* Responsive event cards */
@media (max-width: 800px) {
  .event-item {
    grid-template-columns: 1fr;
    padding: 0;
  }
  
  .badge {
    border-radius: 18px 18px 0 0 !important;
    padding: 22px 16px;
  }
  .event-date {
    border-radius: 12px;
  }
  .event-content {
    padding: 12px;
  }
  .event-title {
    font-size: 18px;
  }
}

/* 8) CTAs */
/* Gradient CTA band */
.cta-band {
  position: relative;
  padding: 80px 0; /* increased height */
  background: linear-gradient(87deg, #0e0551 0%, #0294c0 34%);
}
.cta-band::before {
  /* overlay opacity similar to Elementor */
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.84;
  background: linear-gradient(87deg, #0e0551 0%, #0294c0 34%);
}
.cta-band > .container {
  position: relative;
  z-index: 1;
}
.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 158px;
  justify-items: stretch;
  align-items: stretch;
  /*padding-left: 230px;*/
  /*padding-right: 230px;*/
}
/* Widen CTA cards on laptop widths by reducing excessive paddings/gaps */
@media (min-width: 1000px) and (max-width: 1240px) {
  .cta-grid {
    gap: 48px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 800px) {
  .cta-band {
    padding: 48px 0;
  }
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-card {
    min-height: 180px;
    padding: 20px 20px 24px;
  }
  .cta-title {
    font-size: 18px;
  }
  .cta-sub {
    font-size: 13px;
  }
  .cta-card::after {
    width: 96px;
    height: 96px;
    right: -8px;
    bottom: -8px;
    background-size: 64px 64px;
    border-radius: 56px 56px 0 56px;
  }
}

.cta-card {
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 28px 28px 32px;
  width: 100%;
  overflow: hidden;
  min-height: 220px; /* increased card height */
}
.cta-title {
  margin: 0 0 6px;
  font-weight: 700;
  color: #0a2c6a;
  font-size: 25px;
}
.cta-sub {
  margin: 0 0 12px;
  color: #3061a3;
  font-size: 20px;
}
.cta-link {
  color: #0a2c6a;
  font-weight: 700;
  text-decoration: underline;
}

/* Icon circle at bottom-right */
.cta-card::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 126px;
  height: 126px;
   background: #00a1b4 url("/wp-content/themes/hello-elementor/assets/images/icon-refer-provider.svg") no-repeat center/96px 96px;
  border-radius: 60px 60px 0px 60px;
}

.cta-card.join::after {
  background: #2f3e76 url("/wp-content/themes/hello-elementor/assets/images/icon-join-network.svg") no-repeat center/96px 96px;
}
/*.cta-card::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: -12px;*/
/*  bottom: -12px;*/
/*  width: 126px;*/
/*  height: 126px;*/
/*  background: #00a1b4 url("../../icon-refer-provider.svg") no-repeat center/96px*/
/*    96px;*/
/*  border-radius: 60px 60px 0px 60px;*/
/*}*/
/*.cta-card.join::after {*/
/*  background: #2f3e76 url("../../icon-join-network.svg") no-repeat center/96px*/
/*    96px;*/
/*}*/

/* 9) Footer */
.site-footer {
  background: #053b7d;
  border-top: 1px solid #e9eef7;
}
.footer-inner {
  padding: 3px 0;
  text-align: center;
  color: #fff;
}
.site-footer a {
  color: var(--color-teal);
  text-decoration: underline;
}

/* FINAL mobile overrides (placed at end to win the cascade) */
@media (max-width: 800px) {
  .cta-band {
    padding: 36px 0;
  }
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-card {
    min-height: 160px;
    padding: 16px 16px 20px;
  }
  .cta-title {
    font-size: 18px !important;
    line-height: 1.2;
  }
  .cta-sub {
    font-size: 13px !important;
  }
  .cta-card::after {
    width: 72px;
    height: 72px;
    right: -6px;
    bottom: -6px;
    background-size: 44px 44px !important;
    border-radius: 48px 48px 0 48px;
  }
  /* guardrails against horizontal overflow */
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .container,
  .main-header-grid,
  .tiles-grid,
  .cta-grid {
    max-width: 100%;
  }
  .right-col,
  .left-col {
    width: 100%;
  }
  /* footer sizing */
  .footer-inner {
    font-size: 12px;
    line-height: 1.4;
  }
  .site-footer a {
    font-size: 12px;
  }
}

/* Reveal-on-scroll animations */
.reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}
.reveal.from-left {
  transform: translateX(-22px);
}
.reveal.from-right {
  transform: translateX(22px);
}
.reveal.from-up {
  transform: translateY(22px);
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.from-left,
  .reveal.from-right,
  .reveal.from-up {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.tile-actions {
  position: relative;
  display: inline-block;
  width: 100%;
  /*padding: 13px 0;*/
}
.tile-trigger {
  text-decoration: underline;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 7px;
}

.tile-trigger:hover{
    color: #fff !important;
}

.tile-trigger::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #fff; /* ? */
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 8px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.tile-trigger:hover::after,
.tile-trigger[aria-expanded="true"]::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff; /* ? */
}

.tile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  max-width: 320px;
  background: #ffffff;
  color: #173d7a;
  border: 1px solid #e9eef7;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(16,24,40,0.18);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  z-index: 2000; /* above nearby sections */
}
.tile-menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (hover: hover) {
  .tile-trigger:hover + .tile-menu,
  .tile-trigger:focus + .tile-menu,
  .tile-menu:hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .tile-trigger:hover::after,
  .tile-trigger:focus::after {
    transform: rotate(0deg);
  }
}
/*.tile-menu::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -8px;*/
/*  left: var(--caret-left, 16px);*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-left: 8px solid transparent;*/
/*  border-right: 8px solid transparent;*/
/*  border-bottom: 8px solid #ffffff;*/
/*  filter: drop-shadow(0 -1px 1px rgba(16,24,40,0.1));*/
/*}*/
.tile-menu.flip-up {
  top: auto;
  bottom: calc(100% + 8px);
}
.tile-menu.flip-up::before {
  top: auto;
  bottom: -8px;
  border-bottom: 0;
  border-top: 8px solid #ffffff;
  filter: drop-shadow(0 1px 1px rgba(16,24,40,0.1));
}
.tile-menu li {
  margin: 0;
}
.tile-menu a {
  display: block;
  padding: 10px 16px;
  color: #173d7a;
}
.tile-menu a:hover,
.tile-menu a:focus {
    background: #00A5B5;
    outline: none;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
}

@media (max-width: 900px) {
  .tile-menu {
    min-width: 220px;
  }
}



.tile-menu.open {
  background: rgba(255, 255, 255, 0.98);
  border: 2px dashed red;
  z-index: 9999;
}
.tiles-grid,
.grid-2,
.section {
  overflow: visible !important;
}




.error {
  color: #d32f2f;
  font-size: 13px;
  margin-top: 4px;
  display: none;
}
