* {
  box-sizing: border-box;
}

html[lang] {
  margin-top: 0px !important;
}

html body {
  background-color: #fff;
  font-family: "Roboto";
  font-size: 18px;
}
html body p {
  font-weight: 300;
  line-height: 1.3em;
  margin: 0;
}
html body h1 {
  line-height: 1.15em;
  font-size: 2.25rem;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.35em;
}
@media (min-width: 768px) {
  html body h1 {
    font-size: 5.625rem;
  }
}
@media (min-width: 960px) {
  html body h1 {
    font-size: 6.2rem;
  }
}
html body h2 {
  line-height: 1.15em;
  font-size: 1.8rem;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.35em;
}
@media (min-width: 768px) {
  html body h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 960px) {
  html body h2 {
    font-size: 2.8rem;
  }
}
html body .hidden {
  display: none !important;
}

#wpadminbar {
  max-height: 2px;
  overflow: hidden;
}
#wpadminbar:hover {
  max-height: 300px;
}

.navigation {
  display: flex;
  justify-content: center;
  background-color: #008BC5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.navigation .menucontainer {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
}
.navigation .menucontainer .menutoggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 40;
  padding: 0.5rem 0;
}
@media (min-width: 960px) {
  .navigation .menucontainer .menutoggle {
    display: none;
  }
}
.navigation .menucontainer .menutoggle.active span {
  background: #008BC5;
}
.navigation .menucontainer .menutoggle.active span:first-child {
  width: 75%;
}
.navigation .menucontainer .menutoggle.active span:nth-child(2) {
  width: 95%;
}
.navigation .menucontainer .menutoggle.active span:last-child {
  width: 85%;
}
.navigation .menucontainer .menutoggle span {
  width: 65%;
  height: 3px;
  background: #fff;
  transition: all 0.25s;
}
.navigation .menucontainer ul {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: fixed;
  top: 5.5rem;
  left: 100vw;
  right: -100vw;
  transition: all 0.25s;
  z-index: 20;
}
.navigation .menucontainer ul:before {
  background: #fff;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100vw;
  content: "";
  z-index: 10;
  transition: opacity 0.35s;
}
.navigation .menucontainer ul.open {
  left: 0vw;
  right: 0vw;
}
.navigation .menucontainer ul.open:before {
  left: 0vw;
  opacity: 0.85;
}
.navigation .menucontainer ul.open li {
  transform: translateX(0rem);
  opacity: 1;
}
@media (min-width: 960px) {
  .navigation .menucontainer ul {
    position: static;
    align-items: center;
    flex-direction: row;
  }
}
.navigation .menucontainer ul li {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 30;
  transform: translateX(4rem);
  opacity: 0;
}
.navigation .menucontainer ul li:nth-child(1) {
  transition: all 0.35s 0.1s;
}
.navigation .menucontainer ul li:nth-child(2) {
  transition: all 0.35s 0.15s;
}
.navigation .menucontainer ul li:nth-child(3) {
  transition: all 0.35s 0.2s;
}
.navigation .menucontainer ul li:nth-child(4) {
  transition: all 0.35s 0.25s;
}
.navigation .menucontainer ul li:nth-child(5) {
  transition: all 0.35s 0.3s;
}
.navigation .menucontainer ul li:nth-child(6) {
  transition: all 0.35s 0.35s;
}
@media (min-width: 960px) {
  .navigation .menucontainer ul li {
    opacity: 1;
    transform: translateX(0);
    margin-bottom: 0rem;
  }
}
.navigation .menucontainer ul li a {
  color: #fff;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #008BC5;
  display: inline-block;
  padding: 1rem 1.5rem;
}
@media (min-width: 960px) {
  .navigation .menucontainer ul li a {
    padding: 0;
  }
}

@media (min-width: 960px) {
  body.page-template-template-guides-2023 .guides {
    margin-top: -8vw;
  }
}

@media (min-width: 960px) {
  body.page-template-template-videos-2023 .all-videos-container {
    margin-top: -8vw;
  }
}

.ggc-2023 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: calc(100vh - 225px);
}
@media (min-width: 1200px) {
  .ggc-2023 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.ggc-2023 .hero {
  background: url("../images/guidecenter-hero.jpg") center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 150vw;
  margin-left: -0.5rem;
  margin-top: 75px;
}
@media (min-width: 768px) {
  .ggc-2023 .hero {
    width: 100vw;
    height: 56.25vw;
  }
}
@media (min-width: 1200px) {
  .ggc-2023 .hero {
    margin-left: 0rem;
  }
}
.ggc-2023 .hero.hero-slim {
  height: 40vw;
}
@media (min-width: 768px) {
  .ggc-2023 .hero.hero-slim {
    height: 35vw;
  }
}
.ggc-2023 .hero.hero-slim .hero-logo {
  margin-bottom: 0px;
}
.ggc-2023 .hero.hero-slim .hero-logo h1 {
  margin-bottom: 0px;
}
.ggc-2023 .hero .hero-overlay-container {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ggc-2023 .hero .hero-overlay-container > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ggc-2023 .hero .hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  max-width: 60vw;
}
.ggc-2023 .hero .hero-logo h1 {
  color: #fff;
}
.ggc-2023 .hero .hero-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .ggc-2023 .hero .hero-links {
    flex-direction: row;
  }
}
.ggc-2023 .hero .hero-links a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 1rem;
  background: #008BC5;
  padding: 1rem 2.5rem;
}
.ggc-2023 .hero .hero-links a:hover {
  background: #69C3FF;
}
.ggc-2023 .hero .hero-links a span {
  display: block;
  position: relative;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
}
.ggc-2023 .hero .hero-links a svg {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 0.6rem;
}
.ggc-2023 .guides {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1.2rem;
  grid-row-gap: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .ggc-2023 .guides {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 960px) {
  .ggc-2023 .guides {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .ggc-2023 .guides.guides-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .ggc-2023 .guides.guides-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ggc-2023 .guides .guide {
  background: #E5E5E5;
  padding: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .ggc-2023 .guides .guide {
    padding: 2rem;
  }
}
.ggc-2023 .guides .guide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 1.2rem;
}
.ggc-2023 .guides .guide h2 {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.ggc-2023 .guides .guide p {
  margin-bottom: 1rem;
}
.ggc-2023 .guides .guide a {
  color: #008BC5;
  text-decoration: underline;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
}
.ggc-2023 .guides .guide a:hover {
  color: #69C3FF;
}
.ggc-2023 .two-col-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1.2rem;
}
@media (min-width: 768px) {
  .ggc-2023 .two-col-block {
    background-color: #E5E5E5;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.ggc-2023 .two-col-block div:first-child {
  background: url("../images/ggc-mangdberaknaren.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.ggc-2023 .two-col-block div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 2rem;
}
@media (min-width: 768px) {
  .ggc-2023 .two-col-block div:last-child {
    padding: 2rem 4rem 2rem 2rem;
  }
}
.ggc-2023 .two-col-block div:last-child h2 {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
  max-width: 70%;
}
@media (min-width: 768px) {
  .ggc-2023 .two-col-block div:last-child h2 {
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  .ggc-2023 .two-col-block div:last-child h2 {
    max-width: 80%;
  }
}
.ggc-2023 .two-col-block div:last-child a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 1.2rem;
  background: #008BC5;
  padding: 1rem 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .ggc-2023 .two-col-block div:last-child a {
    margin-top: 2.4rem;
  }
}
.ggc-2023 .two-col-block div:last-child a:hover {
  background: #69C3FF;
}
.ggc-2023 .two-col-block div:last-child a span {
  display: block;
  position: relative;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
}
.ggc-2023 .two-col-block div:last-child a svg {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 0.6rem;
}
.ggc-2023 div.player {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  scroll-margin: 4rem;
  display: flex;
  justify-content: center;
}
.ggc-2023 div.player iframe {
  position: relative;
  transform: translateY(8vw);
  aspect-ratio: 16/9;
  background-color: #000;
  width: 100%;
  height: 56.25%;
}
@media (min-width: 960px) {
  .ggc-2023 div.player iframe {
    width: 50vw;
    max-width: 800px;
    transform: translateY(-6vw);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.5);
  }
}
.ggc-2023 .all-videos-container {
  text-align: center;
  background: #E5E5E5;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .ggc-2023 .all-videos-container {
    padding: 4rem;
  }
}
.ggc-2023 .all-videos-container > p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.ggc-2023 .all-videos-container div.videos {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
}
@media (min-width: 768px) {
  .ggc-2023 .all-videos-container div.videos {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.ggc-2023 .all-videos-container div.videos div.video a {
  height: 100%;
  color: #008BC5;
  background: #ffffff;
}
.ggc-2023 .all-videos-container div.videos div.video a:hover {
  color: #69C3FF;
  background-color: #fff;
}
.ggc-2023 .all-videos-container div.videos div a {
  color: #ffffff;
  background: #008BC5;
  display: block;
  margin: 0;
  padding: 1rem 1rem;
  width: 100%;
}
.ggc-2023 .all-videos-container div.videos div a:hover {
  background-color: #69C3FF;
}
.ggc-2023 .all-videos-container div.videos div a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
.ggc-2023 .all-videos-container div.videos div a span.description {
  justify-content: flex-start;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  line-height: 1.2em;
  color: #000;
  text-transform: none;
  text-align: left;
  font-weight: 300;
}
.ggc-2023 .all-videos-container div.videos div a svg {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-outer {
  padding-top: 8rem;
}

#footer {
  background-color: #E5E5E5;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8rem;
}

.ggc-fp-container .all-guides-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.ggc-fp-container .all-guides-container a.all-guides {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 1rem;
  background: #008BC5;
  padding: 1rem 2.5rem;
}
.ggc-fp-container .all-guides-container a.all-guides:hover {
  background: #69C3FF;
}
.ggc-fp-container .all-guides-container a.all-guides span {
  display: block;
  position: relative;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
}
.ggc-fp-container .all-guides-container a.all-guides svg {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 0.6rem;
}
