@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
}

figure {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid #dadadd;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px;
}

/************************* WP FORMS ********************************/
div.wpforms-container-full .wpforms-form button[type=submit] {
  width: max-content;
  display: inline-block;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 9px 16px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  background: var(--primary-button-color);
  color: var(--primary-button-text-color);
  border: none;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  text-decoration: none;
  background: var(--primary-button-hover-color);
  color: var(--primary-button-text-color);
  border: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

/********************************************************************/
[tabindex="0"]:focus,
[tabindex="0"]:focus-visible {
  outline: 2px solid #000;
}

[tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
.c-sort .headline {
  color: var(--secondary-color);
  line-height: 1.3;
  margin: 1rem 0 1rem 0;
  font-family: "Rubik", sans-serif;
}

h1 {
  font-size: 44px;
  font-weight: 500;
}

h2 {
  font-size: 34px;
  font-weight: 500;
  margin: 20px 0 0.625rem;
}
h2.vart-omdome-block-headline {
  margin-bottom: 10px;
}

h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 10px 0 0.375rem;
}

h4 {
  font-size: 22px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: 600;
}

h6 {
  margin: 0.5rem 0 0.65rem;
  font-size: 16px;
  font-weight: 600;
}

.fa, .fab, .fad, .fal, .far, .fas {
  font-weight: 500;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

ul {
  padding-left: 25px;
}
ul.links-list {
  columns: 3;
  padding: 10px;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin: 0 0 40px 0;
  line-height: 2;
  text-align: left;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dadada;
  list-style: none;
}
ul.links-list i {
  font-size: 9px;
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}
/*ul.checked li:before {
    background-image: url(/wp-content/uploads/2022/03/checkmark-light-gron.svg);
    background-repeat: no-repeat;
    background-size: 20px 31px;
    width: 26px;
    height: 31px;
    content: ""!important;
}*/
ul.checks li:before {
  color: #5daa68;
  font-weight: 900;
  content: "\f111";
}
ul.stars li:before {
  font-weight: 900;
  color: #ffc440;
  content: "\e28b";
}
ul.checkmarks li:before {
  content: "\f058";
  font-weight: 900;
  color: #0f8800;
}

ol {
  padding-left: 3px;
}
ol li {
    margin-bottom: 1.2rem;
    list-style: none;
    padding-left: 33px;
    position: relative;
    counter-increment: step-counter;
}
ol li:before {
    background-color: #4a4e69;
    content: counter(step-counter);
    position: absolute;
    margin-right: 2px;
    font-size: 75%;
    color: white;
    padding: 2px 5px;
    width: 2em;
    border-radius: 50%;
    left: 0;
    top: 2px;
    text-align: center;
}

p {
  margin: 0 0 20px;
}
p.usp-box-header {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}

.independent-cta + p {
  margin-top: 20px;
}

a,
.breadcrumbs a {
  text-decoration: none;
  color: #1a73e8;
}

a:hover,
.breadcrumbs a:hover {
  color: #0b5ac1;
  text-decoration: underline;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.main-content,
.startpage-content {
  width: 66%;
  float: left;
}

.main-content > ul > li, .main-content > ol > li {
  margin-top: 12px;
}

.main-content > ul > li:last-child, .main-content > ol > li:last-child {
  padding-bottom: 12px;
}

.rekommendationssida-sidebar h5,
.table-of-contents h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.rekommendationssida-sidebar li,
.table-of-contents li {
  list-style: none;
}

.rekommendationssida-content.no-list-style ul {
  list-style: none;
  padding: 0;
}

.rekommendationssida-content ul li {
  margin-bottom: 10px;
}

.rekommendationssida-content.no-list-style > ul li a:before {
  color: #fcc51a;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  content: "🏆";
  display: inline-block;
  padding-right: 10px;
}

.produkt-block-cta {
  display: flex;
}
.produkt-block-cta .cta {
  background: #41c446;
}
.produkt-block-cta .cta:hover {
  background: #35b83a;
}

.wpcf7-form input[type=submit]:hover,
.comment-respond input[type=submit]:hover {
  background: #228cbc;
  border-color: #228cbc;
  text-decoration: none;
}

.breadcrumbs {
  color: #888;
  font-size: 0.8rem;
  padding: 0 0 0.75rem 0;
  display: none;
}

.hero.jamfor-tabell {
  position: unset;
  background: var(--hero-color);
}

.hero {
  background: var(--hero-color);
  padding-top: 4rem;
  color: #222;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  min-height: 300px;
  display: block;
  position: relative;
}
.hero .breadcrumbs {
  margin-top: -1.5rem;
}

.ingress {
  font-weight: bold;
  font-size: 16px;
}

.underline {
  border-bottom: 1px solid #dadada;
}

.text-bold {
  font-weight: bold;
}

.bg-gray,
.full-width.bg-gray {
  background: linear-gradient(180deg, #e5eefe 0%, #f7f8fb 30%);
}

.front-page-news {
  background: var(--news-section);
}

.bg-beige {
  background: #f2e8c7;
}

.bg-white {
  background: #fff;
}

.full-width.container-bg-color {
  background: var(--primary-color);
}

.txt-right {
  text-align: right;
}

/*--------- HEADER SEARCH ----------------
----------------------------------------*/
.header-wrapper {
  width: 95%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-search {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.site-header .container {
  display: none;
}

.site-header .container.active {
  display: flex;
  width: 400px;
  position: absolute;
  background: #fff;
  right: 20px;
  top: 60px;
  box-shadow: 0 0 0 0 #b5b5b5 inset;
  border-radius: 4px;
  box-shadow: 0 0 10px #0000004d;
  align-items: center;
  height: 50px;
}

.header-search #keyboard-toggle {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  font-weight: 400;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-forstoringsglas:before {
    background-image: url(/wp-content/uploads/2022/03/Forstoringsglas-svart.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: ""!important;
}
.fa-magnifying-glass:before {
    background-image: url(/wp-content/uploads/2022/03/Forstoringsglas-svart.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: ""!important;
}
.header-forstoringsglas-gra:before {
    background-image: url(/wp-content/uploads/2022/03/Forstoringsglas-gra.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    content: ""!important;
    top: 4px;
}
.fa-xmark:before {
    background-image: url(/wp-content/uploads/2022/03/x-svart.svg);
    background-repeat: no-repeat;
    background-size: 18px 22px;
    display: inline-block;
    width: 18px;
    height: 22px;
    content: ""!important;
}

.header-search .search-box {
  width: 100%;
  height: 100%;
}

.header-search #search-input-icon {
  font-size: 18px;
  font-weight: 500;
  color: #c1c1c1;
}

.header-search .search-input.active {
  outline: none;
}

.container.active .search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c1c1c1;
}

.container.active .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c1c1c1;
}

.container.active .search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c1c1c1;
}

/*******************************************/
.startpage .hero-txt {
  display: inline-block;
  margin-right: 0;
  width: 100%;
}
.startpage .hero-txt h1 {
  margin-top: 0;
}
.startpage.hero {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 500px;
  position: relative;
}
.startpage.hero .full-width-boxes.category-buttons {
  margin-bottom: 2rem;
}
.startpage.main-faq {
  width: 100%;
}
.startpage .image-section-txt {
  width: 67%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.startpage .image-section-txt h4 {
  margin-bottom: 0;
}
.startpage .image-section-txt a {
  margin: auto 0;
  align-self: flex-start;
}

.sub.hero {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 500px;
}

.wp-block-table .has-text-align-center {
  text-align: center;
}
.wp-block-table .has-text-align-left {
  text-align: left;
}
.wp-block-table .has-text-align-right {
  text-align: right;
}
.wp-block-table.is-style-stripes tr {
  border: none;
}
.wp-block-table.is-style-stripes tr:nth-child(2n-1) {
  background-color: #f6f6f6;
}
.wp-block-table table {
  width: 100%;
  min-width: 425px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.wp-block-table th {
  background: #206280;
  color: #fff;
}
.wp-block-table tr {
  border-top: 1px solid #dadada;
}
.wp-block-table tr:first-of-type {
  border-top: none;
}
.wp-block-table thead tr {
  border-top: 0;
}
.wp-block-table thead th:first-of-type {
  border-radius: 3px 0 0 0;
}
.wp-block-table thead th:last-of-type {
  border-radius: 0 3px 0 0;
}
.wp-block-table tbody {
  border: 1px solid;
}

.wp-block-table th,
.wp-block-table td {
  padding: 5px 10px;
  border: 1px solid #dadada;
  vertical-align: top;
}

.wp-block-table th:first-of-type,
.wp-block-table td:first-of-type {
  position: sticky;
  left: 0;
  z-index: 2;
}

.wp-block-table td:first-of-type {
  background: #fff;
}

.wp-block-table.is-style-stripes tr:nth-child(2n-1) td:first-of-type {
  background: #f6f6f6;
}

table.skip-mobile-variation {
  margin-top: 10px;
}

.footer-push {
  min-height: 71vh;
}

.grecaptcha-badge {
  visibility: hidden;
}

#cssmenu,
.site-header .container,
.site-header {
  background: #e5eefe;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  list-style: none;
  display: block;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu > ul > li.current-menu-item ul li a:hover,
#cssmenu ul li:hover li.current-menu-item a:hover,
#cssmenu > ul > li:hover > a,
.container #keyboard-toggle:hover {
  opacity: 0.8;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background: var(--primary-color);
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: var(--primary-color);
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

#cssmenu .has-sub.open ul {
  display: block;
}

#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu ul ul {
  position: absolute;
  z-index: 99999;
  top: 50px;
  background: #fff;
  padding: 0 0;
  box-shadow: -1px 5px 10px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
#cssmenu ul ul li {
  height: auto;
  text-align: left;
  background: #fff;
  transition: all 0.25s ease;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 15px;
  width: 300px;
  font-size: 14px;
  text-decoration: none;
  color: #282828;
  font-weight: 600;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: none;
  background: #fff;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: none;
  width: 2px;
  height: 8px;
  background: #fff;
  content: "";
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > ul {
  display: block;
}
#cssmenu ul ul > li.has-sub:hover > ul > li > a {
  display: block;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul > li.has-sub > li > a {
  display: none;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu > ul > li {
  display: inline-block;
  margin-right: 2.5rem;
}
#cssmenu > ul > li:last-child {
    margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  top: -10px;
  font-weight: 600;
}
#cssmenu > ul > li.has-sub > a:after {
  content: "\f078";
  float: right;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  padding-left: 5px;
}
#cssmenu > ul > li.has-sub.open > a:after {
  content: "\f077";
  float: right;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  padding-left: 5px;
}
#cssmenu li:hover > ul > li {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.container.active .search-input {
  display: block;
  height: 100%;
  width: 100%;
  border: none;
  font-size: 16px;
  padding-left: 10px;
  border-radius: 4px;
  outline: none;
}

.container .search-input {
  display: none;
}
.container.active {
  width: 600px;
}
.container #keyboard-toggle {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  font-weight: 400;
}

.header-search-btn {
  border: 0;
  border-bottom: 2px solid #fff;
  background: #fff;
  width: 0;
  padding: 0;
  outline: none;
  color: #222;
  -webkit-appearance: none;
}
.header-search-btn.active {
  float: right;
  border: 2px solid #fb8718;
  background: #fb8718;
  border-radius: 0 5px 5px 0;
  width: 50px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  -webkit-appearance: none;
}
.header-search-btn.active:hover {
  background: #d67200;
  border-color: #d67200;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.header-search-btn.active:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 900;
  content: "🔍";
  position: relative;
  color: #fff;
  text-shadow: 0 1px 0 black;
}

#search-form {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}

.site-header {
  position: relative;
  height: 80px;
  z-index: 6;
  display: flex;
  align-items: center;
}
.site-header .container {
  transition: none;
}

.search-container {
  float: right;
  position: relative;
}

.search-container-inner {
  position: absolute;
  top: -16px;
  right: 0;
  z-index: 1;
}

.wrapper {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-content {
  max-width: 400px;
  display: inline-block;
  z-index: 3;
  position: relative;
  padding-bottom: 20px;
  color: var(--hero-text-color);
}
.hero-content h1 {
  font-size: 44px;
  color: var(--hero-text-color);
}

.hero-content-image-container {
  width: 45%;
  float: right;
}
.hero-content-image-container img {
  width: 400px;
  display: inline-block;
  top: 75px;
  position: absolute;
}

.hero-txt {
  display: inline-block;
  margin-right: 50px;
}
.hero-txt.center {
  width: 100%;
  display: block;
}

.txt-center.hero-txt h1 {
  font-size: 38px;
  text-align: left;
  font-family: "Rubik", sans-serif;
}

.c-tagline {
  font-size: 24px;
  margin: 0;
  margin-bottom: 1rem;
  text-shadow: none;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.jamfor-tabell .hero-txt h1 {
  margin-bottom: 15px;
}

.hero-example-txt {
  display: inline-block;
  margin: 20px 0;
}

.site-logo a {
  background-size: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: inline-grid;
  height: 40px;
  width: 220px;
}

.hero-content-outer-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.hero-info-container {
  display: inline-flex;
  flex-direction: column;
  color: var(--hero-text-color);
}

.how-to-use-container {
  display: flex;
  gap: 10px;
}

.how-to-use-container .how-to-use {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-to-use-container img {
  width: auto;
  max-width: 130px;
}

.kort-info-content {
  border: 1px solid #efeeee;
  background: #fbfbfb;
  padding: 1px 20px 20px 20px;
  margin: 25px 0;
}
.kort-info-content h3 {
  float: left;
  width: 100%;
}
.kort-info-content ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kort-info-content ul li {
  float: left;
  width: 25%;
}
.kort-info-content ul li strong {
  float: left;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.valj-surf-content {
  position: relative;
}
.valj-surf-content.eq-h.clearfix form {
  background: #32bb62;
}
.valj-surf-content span.lbl {
  float: left;
  width: 250px;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  background: var(--primary-button-color);
  border-radius: 4px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.valj-surf-content span.lbl i.fas.fa-sort-down {
  float: right;
  padding-right: 5px;
  font-size: 22px;
  pointer-events: none;
}
.valj-surf-content ul.sorter-dropdown {
  display: none;
  width: 250px !important;
  padding: 5px 0;
  border: 1px solid #ccc;
  background: #fff;
  list-style-type: none;
  position: absolute;
  top: 100%;
  line-height: 1.4em;
  margin-top: 1px;
  right: 0;
  left: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 555;
  overflow-y: auto;
}
.valj-surf-content ul.sorter-dropdown li {
  padding: 5px 10px;
  font-size: 16px;
}
.valj-surf-content .dropdown-item .dropdown {
  position: static;
}
.valj-surf-content .dropdown-item .dropdown ul li:hover {
  background: #12a948;
  color: #fff;
}

/*.full-width {
  padding-block: min(2vh, 2rem);
}*/
.full-width.green {
  background: linear-gradient(90deg, #5daa68 0%, #2faf56 35%, #5aae69 100%);
}
.full-width.example {
  padding-bottom: 0;
}
.full-width.example .c-example {
  padding: 15px 40px;
}

.has-margin-bottom {
  margin-bottom: 2rem;
  font-size: 16px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

.usp-box-container {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-rows: 47% 47%;
  grid-column-gap: 2%;
  grid-row-gap: 6%;
}

.usp-box {
  height: 100%;
}
.usp-box img {
  width: 70px;
  height: 70px;
  float: left;
  margin: 5px 4% 0 0;
}

.usp-box-content {
  overflow: hidden;
  text-align: left;
}
.usp-box-content h3 {
  margin: 0;
  margin-bottom: 10px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
img.map-img {
  width: 450px;
  height: 450px;
}

.four-box-layout,
.four-box-layout-authors {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  grid-column-gap: 2%;
}

.four-box {
  text-align: center;
  padding: 15px;
  background: #fff;
  display: flex;
  margin-top: 15px;
  border-radius: 4px;
  position: relative;
  flex-direction: column;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.four-box p {
  margin-bottom: 1rem;
  overflow: hidden;
}

.four-box-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.four-box-card-content .btn-primary__link {
  z-index: 2;
  position: relative;
}
.four-box-card-content h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.four-box:hover,
.latest-news ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.four-box-images {
  text-align: center;
}

.c-author-list {
  margin: 1rem 0;
}
.c-author-list img {
  border-radius: 100%;
  border: 1px solid #c1c0c0;
  max-width: 130px;
}

.four-box-card-img {
  margin: 0 auto;
  border-radius: 75px;
}
.four-box-card-img img {
  border-radius: 75px;
  height: 140px;
  width: 140px;
}

.four-box.last,
.wrapper .four-box:nth-child(6) {
  margin-right: 0;
}

.page-half {
  width: 47%;
  float: left;
}
.page-half li {
  margin-bottom: 10px;
}
.page-half p {
  margin-top: 0;
}
.page-half h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.page-half.left {
  margin-right: 3%;
}
.page-half.left.map .map-img {
  display: none;
}
.page-half.right {
  margin-left: 1%;
}
.page-half .page-search .textfield {
  width: 100%;
}

.page-search .textfield {
  width: 80%;
}
.page-search.in-content {
  height: 50px;
  width: 100%;
  float: none;
  margin: 10px 0;
}

.links-headline {
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0.7rem;
  color: #222;
  display: flex;
  font-family: "Rubik", sans-serif;
}
.links-headline img {
  width: 40px;
  margin-right: 5px;
}

ul.checked,
ul.checks,
ul.stars,
ul.checkmarks,
ul.play {
  padding-left: 0;
}

ul.checked li,
ul.checks li,
ul.stars li,
ul.checkmarks li,
ul.play li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
}

.hero ul.checked li,
.hero ul.checks li,
.hero ul.stars li,
.hero ul.checkmarks li,
.hero ul.play li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 0.3rem;
  position: relative;
  white-space: nowrap;
}

ul.checks li:before,
ul.stars li:before,
ul.checkmarks li:before {
  font-family: "Font Awesome 6 Pro";
}

.main-faq {
  width: 62%;
  float: left;
}
.main-faq ul {
  padding: 0;
}
.main-faq ul li {
  margin: 0.25rem 0 0.25rem 1.265rem;
}
.main-faq + .sidebar-news {
  margin-top: 3rem;
}

.home .page-half h2:after {
  display: none;
}

.sidebar-news {
  width: 100%;
  float: left;
}

.h3-style a {
  color: #282828;
}
.h3-style a:hover {
  color: #1266f1;
  transition: all 0.25s ease-in-out;
}

.footer-container {
  display: block;
}

.footer {
  background: var(--footer-section);
  color: #fff;
  padding: 30px 0;
  list-style: none;
}
.footer .col {
  flex-grow: 1;
}
.footer .col li {
  list-style: none;
  margin-bottom: 0.1rem;
}
.footer .col li i {
  margin-right: 0.5rem;
}
.footer .col ul {
  margin: 0;
  padding: 0;
}
.footer .wrapper .col img {
  width: 50%;
  min-width: 170px;
  height: auto;
}
.footerrub {
    margin: 0.5rem 0 0.8rem;
    font-size: 20px;
    font-weight: 600;
}
.footer-menu {
  background: var(--footer-section);
  padding: 1rem;
  text-align: center;
}
.footer-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: inline;
  margin: 25px 0.65rem 25px 0;
  padding-right: 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  position: relative;
  line-height: 2.5;
}
.footer-menu li:last-child {
  margin-right: 0;
  border: 0;
}

.footer a, .footer-menu a {
  color: #ffffff;
}

.footer a:hover, .footer-menu a:hover {
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.table-of-contents,
.table-of-contents-rekommendationssida {
  position: sticky;
  top: 1rem;
  display: block;
  z-index: 3;
}

.startpage-sidebar,
.rekommendationssida-sidebar {
    border: none;
    max-height: 100%;
    border: none;
    overflow: hidden;
    display: block;
    padding: 0;
}

.startpage-sidebar,
.rekommendationssida-sidebar,
.rating-sidebar {
  width: 30%;
  float: right;
  margin-bottom: 0;
  margin-top: 20px;
}

.startpage-sidebar ul,
.rekommendationssida-sidebar ul,
.rating-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.startpage-sidebar ul li,
.rekommendationssida-sidebar ul li,
.rating-sidebar ul li {
  border-bottom: 1px solid rgba(57, 98, 145, 0.3);
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  align-items: baseline;
}

.rekommendationssida-sidebar ul li:before,
.rating-sidebar ul li:before {
    margin-right: 7px;
    background-image: url(/wp-content/uploads/2022/03/pil-hoger-svart.svg);
    background-repeat: no-repeat;
    background-size: 18px 16px;
    display: inline-block;
    width: 23px;
    height: 16px;
    content: ""!important;
    position: relative;
    top: 4px;
}

.startpage-sidebar, .rekommendationssida-sidebar {
  border-top-color: var(--primary-color);
}

.progress-container {
  width: 100%;
  margin: 0 0 20px 0;
}
.progress-container i {
  color: #44a249;
  margin: 0 4px 0 0;
}

#progress-bar {
  height: 15px;
  width: 100%;
  background: #eee;
  position: relative;
  margin: 0 0 5px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#progress-bar .bar {
  width: 0;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #329ccc;
  background: linear-gradient(90deg, #329ccc 0%, #206280 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.control-desc,
.end-of-loading {
  display: none;
}

.control-desc {
  margin-bottom: 10px;
}

.startpage-sidebar.table-of-contents ul,
.rekommendationssida-sidebar.table-of-contents-rekommendationssida ul {
  background: transparent;
  padding: 0;
}

blockquote.tips:after,
blockquote.tank-pa:after,
blockquote.info:after,
blockquote.visste:after,
blockquote.exemple:after,
blockquote.exempel:after,
blockquote.quote:before,
blockquote.quote:after,
blockquote.checkmark:after,
blockquote.warning:after {
  width: 30px;
  height: 30px;
  padding: 2px 0 0 0;
  border-radius: 50%;
  left: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 25%;
}

blockquote.tank-pa:before,
blockquote.tips:before,
blockquote.info:before,
blockquote.visste:before,
blockquote.exemple:before,
blockquote.exempel:before,
blockquote.checkmark:before,
blockquote.warning:before {
  top: 0;
  position: absolute;
  width: 25px;
  height: 100%;
  content: "";
  left: 0;
  border-radius: 3px 0 0 3px;
}

blockquote {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #333;
  display: block;
  padding: 1.5rem 1rem 1.25rem 3rem;
  margin: 1.3rem 0;
  position: relative;
}
blockquote.tank-pa:before {
  background: #fdf9d5;
}
blockquote.tank-pa:after {
  background: #ffb16c;
background-image: url(/wp-content/uploads/2022/03/triangel-med-i-vit.svg);   
background-size: 17px 17px;
display: inline-block;
content: ""!important;   
background-position: calc(50% - 0px) 50%;
background-repeat: no-repeat;
}
blockquote.tips:before {
  background: #c2e2f0;
}
blockquote.tips:after {
  background: #329ccc; 
background-image: url(/wp-content/uploads/2022/03/Glodlampa-vit.svg);   
background-size: 17px 17px;
display: inline-block;
content: ""!important;   
background-position: calc(50% - 0px) 50%;
background-repeat: no-repeat;

}
blockquote.info:before {
  background: #efefef;
}
blockquote.info:after {
  content: "\f129";
  background: #777;
}
blockquote.visste:before {
  background: #efefef;
}
blockquote.visste:after {
  content: "?";
  background: #777;
}
blockquote.checkmark:before {
  background: #cdf0ce;
}
blockquote.checkmark:after {
  content: "\f058";
  background: #41c446;
}
blockquote.warning:before {
  background: #fde5e5;
}
blockquote.warning:after {
  content: "\f00d";
  background: #eb2c2c;
}
blockquote.quote {
  padding-right: 4rem;
  font-style: italic;
}
blockquote.quote:before {
  background: none;
  top: 10%;
  color: #333 !important;
  content: "\f10d";
}
blockquote.quote:after {
  color: #333 !important;
  content: "\f10e";
  background: none;
  right: 0.8rem;
  top: 10%;
  left: auto;
}

blockquote.exemple:before,
blockquote.exempel:before {
  background: #efefef;
}

blockquote.exemple:after,
blockquote.exempel:after {
    background: #777;
    background-image: url(/wp-content/uploads/2022/05/info-vit.svg);
    background-size: 16px 16px;
    display: inline-block;
    content: ""!important;
    background-position: calc(50% - 0px) 50%;
    background-repeat: no-repeat;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  width: 100%;
  background: #fff;
  color: #444;
  border: 1px solid #dadada;
  padding: 0.45rem 0.5rem;
}

.wpcf7-form input[type=checkbox] {
  padding: 0;
  margin: 0 5px 0 0;
}
.wpcf7-form input[type=submit] {
  width: 100%;
  background: #4285f4;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 0.5rem 2rem;
}

.wpcf7-form input[type=submit],
.comment-respond input[type=submit] {
  background: #329ccc;
  border-radius: 4px;
  display: block;
}

.form-submit-message {
  margin-top: 6%;
  width: 100%;
  text-align: center;
  padding: 50px;
}

.wpforms-container-full .wpforms-form button[type=submit].cta {
  background: #329ccc;
  color: #fff;
  position: relative;
  font-weight: 700;
  height: 48px;
  padding: 12px;
  width: auto;
  border-radius: 3px;
  min-width: 200px;
}

.agarinformation {
  background: #f7f7f7;
  padding: 1.25rem;
  border: 1px solid #dadada;
}

.agarinformation-uppgifter {
  width: 48%;
  float: left;
  margin-bottom: 0;
}
.agarinformation-uppgifter dd {
  text-align: right;
}

.agarinformation-uppgifter dt,
.agarinformation-uppgifter dd {
  width: 50%;
  float: left;
  margin: 0 0 0.425rem;
  border-bottom: 1px dotted #dadada;
}

.agarinformation-kartan {
  width: 47%;
  float: right;
}
.agarinformation-kartan #karta {
  height: 180px;
  border: 1px solid #dadada;
}
.agarinformation-kartan iframe {
  height: 180px;
  width: 100%;
  border: 1px solid #dadada;
}

.faq-page .col {
  display: inline-block;
  margin: 0;
  width: 100%;
  float: none;
  padding-right: 4%;
}
.faq-page .col h2 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.faq-page ul {
  padding: 0.5875rem 0 0;
  border-top: 1px solid #dadada;
}
.faq-page li {
  list-style: none;
  margin-bottom: 0.5875rem;
  padding-bottom: 0.5875rem;
  border-bottom: 1px solid #dadada;
}
.faq-page li:last-child {
  border-bottom: none;
}

.news-single .publish-date {
  display: block;
  margin: -15px 0 15px 0;
}
.news-single .bildtext {
  color: #656565;
  font-size: 0.75rem;
  display: block;
  padding: 5px 0 15px 0;
}

.artikel-kategori {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: var(--primary-color);
}
.artikel-kategori a {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 2px 10px 1px;
  position: relative;
}

.news-txt .news-date {
  color: #777;
}

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
}

.col-2-grid a,
.news-list a {
  text-decoration: none;
}

.content .single-news .col-2-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-gap: 10px;
}
.content .single-news .latest-news ul li {
  flex-direction: row;
}
.content .single-news li .news-thumb {
  position: relative;
  width: 100px;
  max-width: 100px;
  min-width: 85px;
  min-height: auto;
  border-radius: 4px 0 0 4px;
}
.content .artikel-kategori {
  margin: 0;
}
.content .sidebar-content {
  width: 33%;
  float: right;
  position: relative;
}

.news-single-content .artikel-kategori {
  display: inline-block;
  width: auto;
  padding-right: 5px;
  line-height: 2;
}

.latest-news h5 {
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.latest-news ul {
  padding: 0;
  margin: 1rem 0;
}
.latest-news ul a li:hover {
  background: #f9f9f9;
}

.latest-news ul li,
.news-list li {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 4px;
  background: #fff;
}

.latest-news li .news-thumb,
.news-list li .news-thumb {
  min-height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 4px 4px 0 0;
}

.latest-news li .news-thumb img,
.news-list li .news-thumb img {
  max-width: 100%;
  height: 100%;
  border-right: 1px solid #dadada;
  border-radius: 3px 0 0 3px;
}

.latest-news li .news-txt,
.news-list .news-txt {
  padding: 10px;
  height: 100%;
}

.latest-news li .news-txt .news-titel,
.news-list li .news-txt .news-titel {
  min-height: 45px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

.news-list {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-auto-rows: 1fr;
  column-gap: 2%;
  row-gap: 10px;
  padding: 0;
  margin: 0;
}

small {
  font-size: 80%;
}

.skribent-info {
    margin: 90px 0 35px 0;
    display: flex;
    padding: 20px;
    align-items: center;
    box-sizing: border-box;
    background: #f8f8f8;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.skribent-img {
  margin: 0 0 2rem 0;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(36, 36, 36, 0.05);
}
.skribent-img img {
  width: 70px;
  border-radius: 50%;
}

.skribent-detaljer {
  float: left;
  margin: 0 1rem;
}
.skribent-detaljer span {
  display: block;
}
.skribent-detaljer .skribent-namn {
  font-size: 16px;
  font-weight: 600;
}
.skribent-namn a {
	color:#000;
}
.skribent-detaljer .skribent-titel {
  font-size: 14px;
}
.skribent-detaljer .skribent-epostadress a {
  font-size: 14px;
  color: #1a73e8;
  text-decoration: underline;
  font-weight: 600;
  word-break: break-word;
}

.expand-share-button .single-share-button.fb-share {
  background: #206280;
}
.expand-share-button .single-share-button.fb-share:hover {
  background: #1e4e64;
}
.expand-share-button .single-share-button.twitter-share {
  background: #329ccc;
}
.expand-share-button .single-share-button.twitter-share:hover {
  background: #2c85ad;
}
.expand-share-button .single-share-button.linkedin-share {
  background: #0a66c2;
}
.expand-share-button .single-share-button.linkedin-share:hover {
  background: #08529c;
}
.share-buttons {
    margin-top: 35px;
}
.share-buttons .expand-share-button {
    display: grid;
    gap: 13px;
    padding: 0;
    grid-auto-columns: min-content;
    grid-auto-flow: column;
    margin: 0;
}
.share-buttons .single-share-button {
    font-size: 14px;
    cursor: pointer;
}
.share-buttons .single-share-button a {
    border-radius: inherit;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.expand-share-button .single-share-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 24px;
    height: 37px;
    width: 98px;
}

.wp-prev-next {
  margin: 1rem 0 0;
  width: 66%;
}
.wp-prev-next ul {
  margin: 0;
  padding: 0;
}
.wp-prev-next ul li {
  margin-bottom: 0;
  list-style: none;
}
.wp-prev-next ul li a {
  width: 100%;
  display: inline-block;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 9px 16px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  background: #fff;
  color: #1a73e8;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .prev-link a::before {
    margin-right: 6px;
    background-image: url(/wp-content/uploads/2022/03/pil-vanster-svart.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: ""!important;
    position: relative;
    top: 2px;
}
.wp-prev-next .next-link {
  float: right;
}
.wp-prev-next .next-link a::after {
    margin-left: 6px;
    background-image: url(/wp-content/uploads/2022/03/pil-hoger-svart.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: ""!important;
    position: relative;
    top: 2px;
}

.box-border {
  background: #fff;
  margin-bottom: 0.75rem;
  border: 1px solid #dadada;
  padding: 1.25rem;
  border-radius: 3px;
}
.box-border ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.box-border ul li {
  font-size: 0.875rem;
  list-style: none;
  margin: 0 0 0.35rem 0.25rem;
  position: relative;
}
.box-border ul li:before {
    top: 5px;
    left: -1.5rem;
    background-image: url(/wp-content/uploads/2022/03/kategori-mapp-gra.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: ""!important;
    position: absolute;
}

.sidebar-content {
  position: relative;
  width: 33%;
  float: right;
}

.presskontakt {
  margin-top: 1.3rem;
}
.presskontakt img {
  width: 16%;
  height: auto;
  float: left;
  margin-right: 3%;
  border: 1px solid #dadada;
}
.presskontakt ul {
  padding: 0;
  margin: 4px 0 1.5rem;
  float: left;
}
.presskontakt ul li {
  list-style: none;
  margin-bottom: 0.425rem;
}
.presskontakt ul li i {
  margin-right: 5px;
}

.logga {
  width: 200px;
  display: inline-block;
  float: left;
  margin-right: 2%;
}

.hero-snabbfakta .logo {
  width: 90px;
  height: 90px;
  background: #fff;
  margin: 0 20px 0 0;
  position: relative;
  float: left;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 0 10px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-snabbfakta .top-field {
  width: 100%;
  position: relative;
  display: block;
}
.hero-snabbfakta h1 {
  margin: 0;
  position: relative;
  font-size: 45px;
}
.hero-snabbfakta p {
  width: 100%;
  display: block;
}
.hero-snabbfakta .rating {
  color: var(--hero-text-color);
}

a#scroll-omdome {
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
}

.hero-cta-container {
  display: flex;
  text-align: center;
  max-width: 300px;
  width: 100%;
  flex-direction: column;
}
.hero-cta-container a {
  font-size: 16px;
}
.hero-cta-container span {
  margin: 5px 0;
}

.single-operatorer .smallscreens-action {
  background: #41c446;
  color: #fff;
  position: relative;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 0.8rem;
  text-transform: uppercase;
  border-radius: 3px;
  min-height: 48px;
  width: fit-content;
}
.single-operatorer .smallscreens-action:hover {
  color: #fff;
  background: #35b83a;
  text-decoration: none;
}
.single-operatorer .smallscreens-action::after {
  display: none;
}
.single-operatorer .smallscreens-action i {
  display: inline-block;
  margin-left: 2px;
}

.fordelar-nackdelar-content h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.fordelar-nackdelar-content ul {
  padding-left: 0;
}
.fordelar-nackdelar-content ul li {
  color: #000;
  list-style: none !important;
  margin-bottom: 0.375rem;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.fordelar-nackdelar-content .fordel-content ul li:before {
background-image: url(/wp-content/uploads/2022/03/plus-bold-mork-gron.svg);
background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 15px;
    height: 12px;
    content: ""!important;
}
.fordelar-nackdelar-content .nackdel-content ul li:before {
background-image: url(/wp-content/uploads/2022/03/minus-bold-mork-rod.svg);
background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 21px;
    height: 12px;
    content: ""!important;
}

.fordel-content,
.nackdel-content {
  width: 48%;
  float: left;
  padding-top: 1rem;
}

.fordel-content {
  margin-right: 3%;
}

.operator-table .check-container {
  margin: 0 0 15px 0;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 3px;
}
.operator-table .check-container label {
  font-size: 13px;
  margin: 0 12px 0 0;
}
.operator-table .check-container label input {
  margin: 0 2px 0 0;
  position: relative;
  top: 1px;
}
.operator-table .check-container label:last-child {
  margin: 0;
}
.operator-table .check-headline {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 5px 0;
  grid-column: 1/3;
}
.operator-table .group__checkboxes {
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.operator-table .p-cta-alt-articles {
  display: none;
}

.operator-demography-tables {
  float: left;
  width: 100%;
}

.operator-demography-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 0.375rem;
  font-size: 14px;
}

.operator-demography-button-wrapper {
  display: inline-flex;
  align-items: center;
}

.operator-demography-button-wrapper input, .operator-demography-button-wrapper label {
  cursor: pointer;
  padding-left: 5px;
}

.operator-demography-button {
  width: 1.2em;
  height: 1.2em;
  margin: 0;
}

.show-all.all-below-table,
.operator-table .show-all {
  color: #4285f4;
  cursor: pointer;
  margin-top: 10px;
  display: block;
}

.show-all.all-below-table:after,
.operator-table .show-all:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  padding-left: 5px;
  margin-bottom: 10px;
}

.show-all.all-below-table:hover,
.operator-table .show-all:hover {
  text-decoration: underline;
}

.short-info-container {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.short-info-heading,
.operator-table-heading {
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  padding-left: 10px;
  background: #025598;
  color: #fff;
}

.short-info-rantor,
.kundtjanst-info,
.short-info-boxes {
  background: #f6f6f6;
  display: flex;
  margin: 1.3rem 0;
  margin-top: 0 !important;
  padding: 0.75rem 1rem !important;
}

.short-info-rantor li,
.short-info-boxes li,
.kundtjanst-info li {
  font-weight: 700;
  list-style: none;
  font-size: 16px;
  flex: 1;
}

.short-info-rantor span,
.short-info-boxes span {
  font-size: 0.725rem;
  font-weight: 400;
  display: block;
}

.short-info-boxes img {
  max-height: 30px;
  width: 75px;
}

.kundtjanst-info li i {
  color: #000;
  margin-right: 5px;
}
.kundtjanst-info li span {
  color: #aaa;
  text-decoration: line-through;
}
.kundtjanst-info li span i {
  color: #aaa;
}

span.bankdays-container {
  font-weight: 700;
  display: inline-block;
}

.mobile-fixed-bar {
  border-radius: 0;
  display: none;
}
.mobile-fixed-bar .rating {
  width: 50%;
  display: flex;
  align-items: center;
}
.mobile-fixed-bar .rating-box-cta {
  width: 55%;
  position: relative;
  text-align: center;
  margin: 0;
  display: block;
}

.rekommendationssida-content {
  width: 68%;
  float: left;
}

.produkt-block {
  background: #fafafa;
  border: 1px solid #dadada;
  padding: 1rem;
  margin-bottom: 1.5rem;
  width: 95%;
}
.produkt-block .logo {
  width: 80px;
  height: 80px;
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  padding: 28px 0 0 0;
  margin: 0 20px 0 0;
}
.produkt-block .logo img {
  width: 80% !important;
  height: auto;
  padding: 0;
  border: none;
  margin: 0;
  float: none;
  display: inline;
}

.produkt-block-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.basta-title.new-style {
  width: auto;
  max-width: 70%;
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  margin: 10px 0 10px 0;
  line-height: 1em;
}

.front-price.new-style {
  width: auto;
  float: none;
  margin-top: 10px;
  font-size: 18px;
}
.front-price.new-style del {
  display: inline;
  font-size: 14px;
  top: 0;
  font-weight: normal;
  position: relative;
}

.tooltip {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.tooltiptext {
  display: none;
}

.tooltip:hover .tooltiptext {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  display: inline-block;
  width: 200px;
  top: 55px;
  left: -5px;
  z-index: 3;
}

.text-danger {
  color: #f72400;
}

.teaser-cta-container {
  display: flex;
}

.yrkes-teaser-block {
  display: block;
  margin: 20px 0;
}

.teaser-block-multi {
  background: #f2f6f9;
  box-shadow: 0 0 5px #00000033;
  border-radius: 3px;
  color: #333;
  padding: 1rem 1rem 1rem 3.5rem;
  margin: 1.3rem 0;
  position: relative;
}
.teaser-block-multi .button-container {
  width: fit-content;
  max-width: 120px;
}
.teaser-block-multi:before {
  background: #c2e2f0;
  top: 0;
  position: absolute;
  width: 30px;
  height: 100%;
  content: "";
  left: 0;
}
.teaser-block-multi:after {
  content: "\f002";
  background: #329ccc;
  width: 30px;
  height: 30px;
  padding: 2px 0 0 0;
  border-radius: 50%;
  left: 0.8rem;
  text-align: center;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.05rem;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 15px;
}

.teaser-block-multi-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.teaser-block-multi-inner img {
  max-width: 100px;
}

.teaser-block-multi-headline {
  margin: 0 0 10px 0;
  font-size: 20px;
}

.vart-omdome-block {
  background: #f8f8f8;
  box-shadow: 0 0 5px #00000033;
  border-radius: 3px;
  margin: 20px 0;
  padding: 15px;
}

.vart-omdome-block-inner.first {
  margin-bottom: 30px;
}
.vart-omdome-block-inner ul {
  padding-left: 0;
}
.vart-omdome-block-inner ul li {
  list-style: none;
  line-height: 2.3;
}
.vart-omdome-block-inner ul li i {
  margin: 0 28px 0 0;
}

.vart-omdome-block-headline {
  margin: 0;
}

.vart-omdome-button-container {
  display: inline-block;
}

.stop-scrolling {
  position: fixed;
  width: 100%;
}

.modal-show-info .show-hide-link a:after {
    background-image: url(/wp-content/uploads/2022/03/pil-upp-svart.svg);
    background-repeat: no-repeat;
    background-size: 13px 16px;
    display: inline-block;
    width: 13px;
    height: 16px;
    content: ""!important;
}

.show-hide-link a:after {
    background-image: url(/wp-content/uploads/2022/03/pil-ner-svart.svg);
    background-repeat: no-repeat;
    background-size: 13px 16px;
    display: inline-block;
    width: 13px;
    height: 16px;
    content: ""!important;
}

.check-container.modal-show-info .show-hide-link:after,
.sidebar-faq-headline.show-hide-link:after {
    float: right;
    background-image: url(/wp-content/uploads/2022/03/pil-ner-svart.svg);
    background-repeat: no-repeat;
    background-size: 14px 16px;
    display: inline-block;
    width: 14px;
    height: 16px;
    content: ""!important;
}
.check-headline.show-hide-link:after,
.sidebar-faq.modal-show-info .show-hide-link:after {
    float: right;
    background-image: url(/wp-content/uploads/2022/03/pil-upp-svart.svg);
    background-repeat: no-repeat;
    background-size: 14px 16px;
    display: inline-block;
    width: 14px;
    height: 16px;
    content: ""!important;
}

.sidebar-faq-headline {
  margin: 0;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  padding: 10px 0;
}

.sidebar-faq {
  border-bottom: 1px solid rgba(57, 98, 145, 0.3);
  display: block;
}
.sidebar-faq:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar-faq ul {
  list-style: none;
  background: transparent;
  padding: 0;
  margin: 0;
  display: none;
}
.sidebar-faq ul li {
  padding: 5px 0;
}
.sidebar-faq ul li a {
  display: inline-flex;
  font-size: 14px;
}

.review-button-container {
  width: 100%;
  background: #f8f8f8;
  border-radius: 0 0 4px 4px;
  padding: 0 10px 0 15px;
}
.review-button-container .show-hide-link {
  display: inline-block;
  float: left;
}
.review-button-container .target-group.c-clear {
  float: right;
  font-size: 12px;
}

#review-text {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.modal-show-hide {
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  background: #f8f8f8;
  padding-bottom: 5px;
  border-radius: 0 3px 3px 0;
}
.modal-show-hide.filter {
  display: block;
  padding: 0;
  font-size: inherit;
  background: transparent;
  border-radius: 0;
}

.extra-info {
  width: 100%;
  display: flex;
  position: relative;
}

.modal-uc img,
.modal-bankid img {
  width: 50%;
  min-width: 85px;
}

.hdl-grundkrav,
.hdl-more-info {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.modal-uc,
.modal-bankid,
.modal-median {
  float: left;
  width: 180px;
}

.produkt-info-row {
  padding: 0 15px 15px 15px;
  margin: 0;
}

.produkt-example {
  font-size: 12px;
}

#kostnader .produkt-example {
  font-size: 12px;
  padding: 0 10px 10px 10px;
  background: #f9f9f9;
  border: 1px solid #dadada;
  border-top: none;
}

.table-wrapper.show-hide-parent {
  margin-bottom: 20px;
}
.table-wrapper table.table {
  border: none !important;
  width: 100%;
}
.table-wrapper table.table thead.bg-header {
  display: none;
}
.table-wrapper .table > tbody > tr {
  background: none;
  border: none;
  width: 100%;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.table-wrapper .table > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
  border: 1px solid #dadada;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table.table-hover.table-striped.tablesorter.first td {
  font-weight: bold;
  font-size: 16px;
}
.table.table-hover.table-striped.tablesorter.first td.company-logo {
  display: none;
}
.table.table-hover.table-striped.tablesorter.first td:before {
  content: none;
}
.table .c-clear {
  clear: both;
  display: block;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

.link.bigger a:hover {
  text-decoration: none;
}

td.days, td .button--secondary {
  display: none !important;
}

.company-page-table {
  flex-wrap: wrap;
}

.short-info-inner-container {
  border: 1px solid #ccc;
}
.short-info-inner-container .short-info-boxes {
  border: none;
}

.startpage .image-section-txt ul,
.startpage .image-section-txt p {
  font-size: 16px;
}

.villkorkrav ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  margin: 5px 0 15px 0;
  flex-direction: column;
  display: flex;
  align-items: baseline;
}
.villkorkrav ul li {
  display: flex;
  align-items: baseline;
}
.villkorkrav ul li i {
  padding-right: 5px;
}
.villkorkrav .find-langivare-link {
  display: block;
}

.single-news .p-cta-alt-articles,
.page-template-startsidan .p-cta-alt-articles,
.page-template-front-page .p-cta-alt-articles {
  padding: 0;
}

.p-cta-alt-articles {
  display: block;
  width: max-content;
  justify-content: center;
  height: max-content;
  margin: 0 auto 20px;
  cursor: pointer;
}

.cmprc-primary-action {
  display: inline-block;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 9px 16px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
}

.cmprc-secondary-action {
  display: inline-block;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 99px;
  padding: 12px 36px;
  background: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
}
.cmprc-secondary-action.view-more {
  width: auto;
}

.cmprc-table-action {
  display: inline-block;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 9px 16px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  background: var(--primary-button-color);
  color: var(--primary-button-text-color);
}
.cmprc-table-action:hover {
  background: var(--primary-button-hover-color);
  color: var(--primary-button-text-color);
}

.cmprc-primary-action:hover,
.cmprc-secondary-action:hover,
.cmprc-table-action:hover {
  text-decoration: none;
}

a#wt-cli-settings-btn, a#wt-cli-accept-btn, a#wt-cli-accept-all-btn {
  padding: 10px 20px !important;
  min-width: 100px;
  font-size: 14px !important;
  font-weight: 600;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
}

a#wt-cli-settings-btn:hover {
  background: #dadada !important;
}

div#cookie-law-info-bar h5 {
  text-align: left !important;
}

#cookie-law-info-bar {
  border-radius: 4px;
}
#cookie-law-info-bar .cli-bar-message {
  line-height: 1.6;
}
#cookie-law-info-bar .cli-bar-message > br {
  display: none;
}

.company-info-box {
  padding: 15px;
  background: #fff;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #dadada;
  border-radius: 10px;
  height: max-content;
  max-height: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 2px -2px rgb(0 0 0 / 15%), 0px 1px 1px 0px rgb(0 0 0 / 8%), 0px 1px 7px 1px rgb(0 0 0 / 8%) !important;
}
.company-info-box img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.company-info-box h4 {
  margin-bottom: 0;
}
.company-info-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.company-info-box ul li {
  padding: 3px 0;
  display: flex;
  align-items: baseline;
}
.company-info-box ul li p {
  margin: 0;
}
.company-info-box ul li i {
  padding-right: 5px;
  width: 20px;
}
.company-info-box ul li a {
  display: inline-flex;
}
.company-info-box ul li a:before {
  color: #333;
  margin-right: 5px;
  font-family: "Font Awesome 6 Pro";
  content: "›";
  padding-top: 1px;
  display: none;
}

.ersattning-calculator {
  padding: 15px;
  padding-left: 55px;
  border: none;
  background-color: #fbfbfb;
  margin: 20px 0;
  border-radius: 3px;
  border: 1px solid #dadada;
  position: relative;
}
.ersattning-calculator h3 {
  margin-top: 0;
}
.ersattning-calculator:before {
  background: #c2e2f0;
  top: 0;
  position: absolute;
  width: 30px;
  height: 100%;
  content: "";
  left: 0;
  border-radius: 3px 0 0 3px;
}
.ersattning-calculator:after {
  content: "\f1ec";
  background: #329ccc;
  width: 30px;
  height: 30px;
  padding: 2px 0 0 0;
  border-radius: 50%;
  left: 0.8rem;
  text-align: center;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 15px;
}
.ersattning-calculator #calc-results {
  display: block;
  padding: 5px 0;
  font-weight: 900;
}
.ersattning-calculator .utrakning {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.ersattning-calculator .utrakning label {
  font-size: 14px;
}
.ersattning-calculator input[type=text] {
  outline: transparent;
  border: none;
  padding: 0;
  max-width: 110px;
}
.ersattning-calculator .has-results {
  border-color: #dadada;
  background: #fbfbfb;
}

.ersattning-calculator-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.ersattning-calculator-container > div {
  flex: 1 0 auto;
}

#ersattning-button {
  margin-top: 10px;
  display: none;
}

.ersattning-calculator .has-results,
.ersattning-calculator .has-input {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 5px;
  outline: transparent;
  border: 1px solid #329ccc;
  background: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.has-input:focus-within,
.ersattning-calculator .has-results:focus {
  outline: transparent;
  border: 1px solid #329ccc;
  box-shadow: 0px 0px 10px #329ccc99;
}

.full-width.customize-background {
  background-color: var(--page-section-color);
}

.hero-subpage {
  background: var(--hero-color);
  padding: 1rem 0;
}

/************** Generic classes ***************/
.generic-width-max-content {
  max-width: max-content;
}

.full-size-button {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.overlay,
.menu-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
}

.overlay {
  z-index: 6;
}

.row-direction-reverse {
  flex-direction: row-reverse;
}

.row-direction {
  flex-direction: row;
}

.col-direction {
  flex-direction: column;
}

.col-direction-reverse {
  flex-direction: column-reverse;
}

.gap-small {
  gap: 5px;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.align-left[class*=row-direction], .align-left[class*=row-direction-reverse] {
  justify-content: start;
}

.align-center[class*=row-direction], .align-center[class*=row-direction-reverse] {
  justify-content: center;
}

.align-right[class*=row-direction], .align-right[class*=row-direction-reverse] {
  justify-content: end;
}

.align-left[class*=col-direction], .align-left[class*=col-direction-reverse] {
  align-items: start;
}

.align-center[class*=col-direction], .align-center[class*=col-direction-reverse] {
  align-items: center;
}

.align-right[class*=col-direction], .align-right[class*=col-direction-reverse] {
  align-items: end;
}

:root {
  --primary-color: #206280;
  --secondary-color: #222;
  --page-section-color: #f8f8f8;
  --primary-button-color: #32bb62;
  --primary-button-hover-color: #238846;
  --primary-button-text-color: #fff;
  --category-button-color: #206280;
  --hero-color: #f8f8f8;
  --hero-text-color: #222;
  --footer-section: #206280;
  --news-section: #f8f8f8;
  --app-height: 100vh;
}

/* -- BREDBANDSSÖK -- */
.page-template-sokresultat .full-width.bg-gray {
  background: var(--hero-color);
}

.sokresultat-header {
  padding: 10px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sokresultat-header-outer {
  background: #fff;
  display: block;
  position: relative;
  height: 50px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.result-page-search .textfield {
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  float: left;
  display: inline-flex;
  align-items: center;
  border: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

.result-page-search + .autocomplete-container {
  width: 100%;
  left: 0;
  border: none;
  z-index: 6;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  display: none;
  top: 50px;
  border-radius: 0;
}

.remove-input-text {
  display: none;
}

.remove-input-text.visible {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.2rem;
  font-weight: 900;
  content: "\f057";
  display: inline-block;
  position: relative;
  color: #777;
  margin: 0 10px;
}

.autocomplete-container {
  width: 100%;
  border: 1px solid #eee;
  z-index: 4;
  border-radius: 4px;
  display: none;
  background: #fff;
  position: absolute;
}

.autocomplete-container .list-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.autocomplete-container .list-group-item:hover {
  background: #f9f9f9 !important;
}

.hero-search .autocomplete-container .list-group-item,
.hero-search .autocomplete-container .list-group-item-no-result,
.sokresultat-header .autocomplete-container .list-group-item,
.sokresultat-header .autocomplete-container .list-group-item-no-result,
.page-search .autocomplete-container .list-group-item,
.page-search .autocomplete-container .list-group-item-no-result {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #535c6a;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}

.result-page-search:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.2rem;
  font-weight: 900;
  content: "\f3c5";
  display: inline-block;
  top: 0;
  left: 0;
  color: #535c6a;
  padding-right: 10px;
}

.sokresultat-header-outer .change-adress {
  font-size: 14px;
  color: #329ccc;
  cursor: pointer;
  min-width: 110px;
  border: 1px solid #329ccc;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}

.sokresultat-header-outer .change-adress:hover,
.sokresultat-header-outer .change-adress.hover {
  background: #329ccc;
  color: #fff;
}

.autocomplete.textfield.sokresultat-input:focus {
  outline: 0;
}

.hidden-adress {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.hero-search.broadband-search {
  margin: 0 auto 100px;
  max-width: 600px;
}

/* Knappar för att välja mellan abonnemang och kontantkort */
.hero-subpage ul#choose-btns {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-subpage ul#choose-btns li {
  float: left;
}

.hero-subpage ul#choose-btns li a {
  display: inline-block;
  padding: 12px 36px;
  background: #ebebeb;
  color: #222;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 99px;
  margin: 0 12px 20px 0;
  text-decoration: none;
}

.hero-subpage ul#choose-btns li.active a {
  background: #439bc3;
  color: #fff;
}

.hero-subpage a.choose-tooltip span {
  margin-left: 5px;
}

.tooltip.e-sim-tt {
  float: left;
  color: #1a73e8;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.tooltip.e-sim-tt:hover {
  text-decoration: underline;
}

.tooltiptext.e-sim-tt-text {
  width: 235px;
  left: 0px;
  top: 30px;
  text-align: left;
  padding: 5px 10px;
}

/* Easy Table of Contents */
li.widget.ez-toc {
  list-style: none;
}

li.widget.ez-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.ez-toc ul li {
    border-left: 2px solid #e0e0e6;
	padding: 12px;
	border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
	line-height: 20px;
	border-bottom: none;
}

.widget.ez-toc ul li:last-child {
  border-bottom: none;
}

.widget.ez-toc .ez-toc-widget-container ul.ez-toc-list li.active::before {
  background-color: transparent;
}

.ez-toc-widget-container li > a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.ez-toc-widget-container li.active > a {
   font-weight: 600;
   color: #000!important;
}
li.ez-toc-page-1.active {
    background: #1870f010!important;
    border-left: 2px solid #1870f0!important;
    padding: 12px;
}
a.ez-toc-link {
    color: #5b5b66!important;
}
.widget.ez-toc h2.widgettitle {
  margin-top: 0;
}

.ez-toc-title, .ez-toc-title-toggle {
  font-size: 16px;
}

.ez-toc-widget-container ul.ez-toc-list li::before {
  background: none !important;
}
