header {
  background-image: linear-gradient(rgba(38, 69, 124, 0.8), rgba(38, 69, 124, 0.8)), url("https://sliksvn.com/assets/themes/sliksvn/css/../images/ceiling-smallest.jpg");
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 340px;
  width: 100%;
  position: relative;
  padding-bottom: 2em;
}
header h1 {
  margin-top: 3.7em;
  color: #f2c500;
}
header p {
  color: white;
  text-align: center;
  margin-top: 2em;
}
header .searchbox p {
  color: white;
  font-size: 18px;
}
header .searchbox .qaplus_search {
  font-size: 14px;
}
.home header {
  height: 100%;
}
.home header h1 {
  margin-bottom: 3.7em;
}
.single-support header,
.tax-support_category header,
.search header {
  min-height: 80px;
}
nav {
  padding: 2em 0 0 0;
  max-width: 1140px;
  margin: 0 auto;
}
nav a.logotekst {
  text-align: left;
  font-size: 0.8em;
  color: #e0ecde;
  text-decoration: none;
  font-family: 'lato', 'open-sans', sans-serif;
}
nav ul {
  display: inline-block;
  float: right;
  display: flex;
}
nav ul li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-left: 2em;
  font-size: 0.9em;
}
nav ul li a {
  text-decoration: none;
  color: white;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
nav ul li:hover a,
nav ul li.current_page_item a {
  color: #f2c500;
}
.current-page-ancestor a {
  color: #f2c500;
}
.current-page-ancestor a:hover {
  color: #f2c500;
}
.nav--enterprise ul li:hover a,
.nav--enterprise ul li.current_page_item a {
  color: #f2c500;
}
nav ul li:last-child a {
  color: #f2c500;
  font-weight: 400;
  background-color: #26457C;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
nav ul li:last-child a:hover {
  background-color: #f2c500;
  color: #26457C;
  transition: background 0.2s ease-in-out 0s;
  -webkit-transition: background 0.2s ease-in-out 0s;
}
.logo {
  height: 29px;
  width: 144px;
  display: inline-block;
}
nav[role="custom-dropdown"] ul {
  margin-top: -30px;
}
.nav--enterprise .logo {
  width: 144px;
}
nav[role="custom-dropdown"] label {
  display: none;
}
.mobilemenu {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.mobilemenu_hidden {
  display: none;
}
@media screen and (max-width: 1120px) {
  .mobilemenu {
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .mobilemenu {
    flex-direction: column;
    text-align: center;
  }
  nav[role="custom-dropdown"] ul {
    display: none;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 2em;
  }
  nav[role="custom-dropdown"] label {
    position: relative;
    display: block;
    width: 100%;
  }
  nav[role="custom-dropdown"] label:after {
    content: "\2261";
    color: white;
    font-weight: bold;
    font-size: 2.5em;
  }
  nav[role="custom-dropdown"] input:checked ~ ul {
    display: block;
  }
  nav[role="custom-dropdown"] input:checked ~ ul > li {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em 0;
    margin-left: 0;
  }
}
@media (min-width: 850px) and (max-width: 1120px) {
  nav a.logotekst {
    margin-bottom: 3.5em;
    display: block;
    text-align: center;
  }
  .logo {
    display: block;
    margin: 0 auto;
  }
  nav {
    text-align: center;
  }
  nav ul {
    float: none;
  }
  header h1 {
    margin-top: 2.7em;
  }
}
@media (min-width: 1100px) and (max-width: 1250px) {
  nav {
    max-width: 90%;
  }
}
@media (min-width: 480px) and (max-width: 850px) {
  nav a.logotekst {
    margin-bottom: 3.5em;
    display: block;
    text-align: center;
  }
  .logo {
    display: block;
    margin: 0 auto;
  }
  nav {
    text-align: center;
  }
  nav ul {
    padding: 0 2em;
  }
  nav ul li {
    margin-bottom: 1.2em;
  }
  header h1 {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  nav a.logotekst {
    margin-bottom: 3em;
    display: block;
    text-align: center;
  }
  .logo {
    display: block;
    margin: 0 auto;
  }
  nav {
    text-align: center;
  }
  nav ul {
    padding: 0 0.2em;
  }
  nav ul li {
    margin-bottom: 0.6em;
  }
  header h1 {
    margin-top: 1.5em;
  }
}
