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 container */
nav {
  background-color: #212448;
/*  position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1536px;
  margin: 0 auto;
  padding: 12px 20px;
}

/* Logo */
.site-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

/* Nav links */
.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}

.nav-links a:hover {
  opacity: 0.8;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile menu */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #212448;
    flex-direction: column;
    display: none;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .nav-links a {
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .hamburger {
    display: flex;
  }

  .nav-links.active {
    display: flex;
  }
}

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

/* header */
.header {
    position: relative;
    width: 100%;
    height: 17rem;
}
.header-map {
    width: 100%;
    height: 18rem;
    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;
}

.side-bar-link {
    text-decoration: underline;
    color: #1a5b92;
}
.small__header {
    font-size: 17px;
    line-height: 25px;
    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 (-) */
}

.tagline {
    display: block; /* Forces the span to start on a new line */
}

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


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

.section-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2em;
}

.recommendations {
    position: relative;
    z-index: 1;
}

.recommendations-list::after {
    content: "";
    display: block;
    clear: both;
}


.article-card {
    float: left;
    width: 25%;
    /*margin-left: 1%;*/
    margin-right: 1%;
    margin-bottom: 20px;
    /* background: #fff url('/temp/bg-sthlm.png') no-repeat left top/cover; */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.article_card_img {
    width: 100%;
    min-height: 150px;
}

.article_card_img:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.article-card-author {
    display: block;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.article-card-author-name {
    display: block;
    padding-bottom: 0.7em;
    padding-top: 0.7em;
    box-shadow: inset 0px -27px 35px #000;
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-family: Futura-Medium, Futura, "Lucida Grande", Segoe UI, Calibri, "serif";
    text-shadow: 1px 1px 0 #666;
}

/*
i.bg {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .85;
  background-color: #eb6d3c;
  background-image: -ms-linear-gradient(left,#ebb33c 0,#cf652d 23%,#cf622d 29%,#cf4f2d 40%,#cf4f2c 61%,#d32146 100%);
  background-image: linear-gradient(to right,#ebb33c 0,#cf652d 23%,#cf622d 29%,#cf4f2d 40%,#cf4f2c 61%,#d32146 100%);
}*/
