html {
  scroll-behavior: smooth;
}

* {
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Roboto", sans-serif;
  background-color: #F9F9F9;
}
body.pop {
  overflow: hidden;
}
body .white-back {
  background-color: white;
}
body #searchresult {
  min-height: 100vh;
}
@media only screen and (max-width: 700px) {
  body #searchresult {
    padding-top: 10px;
  }
}
body .hidden {
  display: none;
}
body h1 {
  font-size: 45px;
}
@media only screen and (max-width: 700px) {
  body h1 {
    font-size: 35px;
  }
}
body h2 {
  font-size: 42px;
}
@media only screen and (max-width: 700px) {
  body h2 {
    font-size: 30px;
  }
}
body h3 {
  font-size: 32px;
  margin: 15px 0;
}
@media only screen and (max-width: 700px) {
  body h3 {
    font-size: 24px;
  }
}
body h4 {
  font-size: 28px;
}
@media only screen and (max-width: 700px) {
  body h4 {
    font-size: 22px;
  }
}
body .container {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  body .container {
    width: 100%;
    max-width: 350px;
  }
}
body .card-container {
  max-width: 1400px;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  body .card-container {
    width: 100%;
    max-width: 350px;
  }
}
body [data-area-alias=SeoMiddle] {
  padding: 0 5%;
}
@media only screen and (max-width: 700px) {
  body [data-area-alias=SeoMiddle] {
    padding: 0;
  }
}

.nav-how {
  color: #1D275F;
  background-color: rgb(172, 217, 248);
  text-align: center;
}
.nav-how a {
  color: #1D275F;
  text-decoration: none;
  font-size: 13px;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  min-height: 60px;
}
header .earn-link {
  color: white;
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  header .earn-link {
    display: none;
  }
}
header.scrolled-down {
  background-color: #004165;
}
header .nav-logo {
  margin-top: 10px;
  height: 40px;
  width: auto;
  width: 211px;
}
@media only screen and (max-width: 700px) {
  header .nav-logo {
    width: 50%;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
header .navigation {
  width: 211px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 700px) {
  header .navigation {
    width: 40%;
  }
}
header .navigation-bm {
  cursor: pointer;
}
header .navigation-bm svg {
  width: 30px;
  height: auto;
}
header .navigation-links {
  position: fixed;
  height: 100%;
  width: 300px;
  right: -300px;
  top: 0;
  background-color: white;
  border-left: 7px solid #0077be;
  transition: 0.2s linear;
}
@media only screen and (max-width: 700px) {
  header .navigation-links {
    width: 100%;
    right: -100%;
    border-left: none;
    border-left: 4px solid #0077be;
  }
}
header .navigation-links .nav-links-logo {
  display: flex;
  align-items: center;
}
header .navigation-links .nav-links-logo img {
  width: 80%;
  height: auto;
}
header .navigation-links .nav-links-logo svg {
  margin-left: 25px;
  margin-right: 0 !important;
  cursor: pointer;
}
header .navigation-links.show-nav {
  right: 0 !important;
}
header .navigation-links-menu {
  cursor: pointer;
}
header .navigation-links-menu .nav-link {
  display: flex;
  align-items: center;
}
header .navigation-links-menu .nav-link svg {
  margin-left: 15px;
}
header .navigation-links-menu-list {
  transition: 0.2s linear;
  position: fixed;
  height: 100%;
  width: 300px;
  right: -300px;
  top: 0;
  background-color: white;
  border-left: 4px solid #1D275F;
}
header .navigation-links-menu-list.show-nav {
  right: 0 !important;
}
@media only screen and (max-width: 700px) {
  header .navigation-links-menu-list {
    width: 100%;
    right: -100%;
  }
}
header .navigation-links .nav-link {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  color: #1D275F;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}
header .navigation-links .nav-header {
  width: 100%;
  border-bottom: 3px solid #0077be;
  display: flex;
  padding: 15px 20px;
  color: #0077be;
  font-size: 29px;
  font-weight: 500;
  text-decoration: none;
  align-items: center;
}
header .navigation-links .nav-header svg {
  margin-right: 15px;
}

.stars {
  color: #576271;
  font-size: 12px;
  text-align: right;
  position: relative;
  width: 105px;
  height: 25px;
}
.stars .rating-upper {
  position: absolute;
  top: 6px;
  left: 1px;
  left: 0.04em;
  overflow-x: hidden;
}
.stars .rating-upper .inner-rating {
  background-image: url(../images/fill-stars.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  background-size: 105px;
}
.stars .rating-lower {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
}
.stars .rating-lower .inner-rating {
  background-image: url(../images/empty-stars.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  background-size: 105px;
}

[data-area-alias=ThreeLeft] .umb-block-grid__layout-container [data-content-element-type-alias=leftBanner] {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

[data-area-alias=ThreeLeft] .umb-block-grid__layout-container {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

[data-area-alias=ThreeRight] .umb-block-grid__layout-container .umb-block-grid__layout-item {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

[data-area-alias=ThreeRight] .umb-block-grid__layout-container {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

.banner {
  position: sticky;
  top: 65px;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 900px) {
  .banner {
    display: none;
  }
}
.banner-container {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .banner-container {
    display: none;
  }
}

.author-list {
  margin-top: 55px !important;
}

.hidden-height {
  max-height: 0px !important;
  overflow: hidden !important;
  transition: max-height 0.6s linear !important;
}