html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Lab Grotesque, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal
}

.read-more {
    --tw-text-opacity: 1;
    color: rgb(13 126 255 / var(--tw-text-opacity));
}

body {
    margin: 0;
    line-height: inherit;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    font-weight: normal;
}


.navbar{
    background-color: #212448;
    color: #fff;
    text-align: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.wrapper-navbar {
    position: relative;
}
.wrapper {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px;
}

/* header */
.header {
    position: relative;
    width: 100%;
    height: 15rem;
}
.header-map {
    width: 100%;
    height: 17rem;
    position: absolute; 
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    height: 25px;
    background-image: url(/static/images/download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2px 0 0 28px;
    text-decoration: none;
    font-family: AppleSDGothicNeo-Thin, Calibri;
}


.lp-hero__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(5, 55, 126, 0.70);
    z-index: 0;
}

.sr-snippet__header {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-left: 0;
    padding-top: 0;
}

.sr-snippet__subheader {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 100%;
}

.header-text {
    position: relative;
    z-index: 9;
    text-align: center;
    font-size: 32px;
    font-family: Futura-Medium, Futura, "Lucida Grande", Segoe UI, Calibri, "serif";
    text-shadow: 1px 1px 0 #ddd;
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 1.5em;
    margin-bottom: 0;
    color: white;
}

.header-items {
    display: block;
    font-size: 2em;
    padding: 0 10px;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

@media (max-width: 400px) {
    .header .header-text {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .header .header-text {
        font-size: 14px;
    }
}



.footer {
	padding: 30px 0 50px 0;
	background-color: #0e1027;
}
	
	
.footer_inner {
    width: 25%;
    float: left;
	color:#fff;
	min-height:190px;
}
	
#footer_content ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	font-size:0.9em;
	line-height:1.4em;
}
	
#footer_content ul a {
	 color:#fff;
	 text-decoration:none;
}
	
@media all and (max-width: 800px) {
	.footer_inner {
		 width: 50%;
	}	
}
@media all and (max-width: 500px) {
	.footer_inner {
		 width: 100%;
		 min-height:initial;
	}
	.logo_div {text-align:center;}
	#footer_content ul {
		font-size:1.1em;line-height:1.5em;
	}
	.nearby_areas ul {
		font-size:1.1em;line-height:1.8em;
	}
}

.more {display: none;}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

table, td, th {
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 15px;
}

th {
  background-color: #04AA6D;
  color: white;
}
th {
  cursor: pointer;
  background-color: #04AA6D;
  color: white;
  position: relative;
  padding-right: 20px;
}

/* Sorting icons: Hidden by default */
.sort-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  visibility: hidden;
}

/* Show sorting icon when hovering over column */
th:hover .sort-icon {
  visibility: visible;
}

/* Active sorting direction */
th.asc .sort-icon::after {
  content: "▲";  /* Up arrow for ascending */
}

th.desc .sort-icon::after {
  content: "▼";  /* Down arrow for descending */
}
