@import url("calendar.css");

* {
  box-sizing: border-box;
  /*border: 1px solid red;*/
  margin: 0;
  padding: 0;
}

body {
  font-family: 'open_sansregular';
  margin: 0;
  /*will-change: transform;*/
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body.body_close {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

select {
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #2c572a;
}

.margin-bottom--35 {
  margin-bottom: 35px;
}

input {
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid rgb(166, 166, 166);
  margin: 10px 0;
  color: #2c572a;
  background-color: rgb(248, 248, 248);
  padding: 3px 8px;
  max-width: 100%;
}

textarea {
  padding: 10px;
  border: 1px solid rgb(166, 166, 166);
}

#adminbarsearch {
  display: none;
}

#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: "\f339";
}

main .right_column {
  width: 380px;
  padding: 10px 30px;
  background-color: #f3f6eb;
  margin-bottom: 30px;
  margin-left: 25px;
  max-height: 725px;
}

main .right_column #question_topic {
  max-width: 100%;
}

main .right_column .accordian-button{
  display: none;
}

a {
  color: #2c572a;
}

/* Header ------------------------------------------------- */
header .motto {
  font-family: 'open_sanslight';
  height: 15px;
  color: #fff;
  font-size: 12px;
}

header .homer {
  display: inline-block;
  text-decoration: none;
}

header .homer h1 {
  width: 170px;
  margin: 10px 0 0 0;
  font-size: 1px;
  color: #fff;
}

nav.top_menu {
  background-color: #2c572a;
}

.header.wrap .mobile_menu_icon {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #2c572a;
  position: absolute;
  right: 0;
  height: 100%;
  width: 70px;
  cursor: pointer;
}

nav.top_menu .wrap,
nav.navigation_menu .wrap {
  padding: 5px 0;
  height: 25px;
}

nav.top_menu .wrap {
  justify-content: flex-start;
}

nav.navigation_menu .wrap {
  position: relative;
  justify-content: flex-end;
}

nav.navigation_menu .wrap .move_up {
  font-family: 'open_sanslight';
  position: absolute;
  top: -24px;
  right: 0;
}

nav.navigation_menu .wrap .move_up .menu_item {
  color: #fff;
}

nav.navigation_menu .wrap .top_item,
nav.navigation_menu .wrap .top_item {
  display: inline-block;
}

ul#top-menu {
  list-style: none;
}

ul#top-menu li {
  display: inline-block;
}

ul#top-menu li a {
  display: block;
  margin-left: 15px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}

ul#navigation-menu {
  margin-top: 60px;
  list-style: none;
}

ul#navigation-menu > li {
  position: relative;
  display: inline-block;
}

ul#navigation-menu > li > a {
  display: block;
  text-decoration: none;
  margin-left: 15px;
  color: #2c572a;
}

ul#navigation-menu li a:hover{
  border-bottom: 1px solid #2c572a;
}

ul#navigation-menu li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 8px;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.25);
  transition: visibility 0s linear .2s, opacity .2s linear;
}

ul#navigation-menu li ul.expanded {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

ul#navigation-menu li ul li a {
  display: block;
  padding: 5px;
  border-top: 1px #C4C5C6 solid;
  font-size: 13px;
  text-decoration: none;
  color: #2c572a;
  border-bottom: 1px solid #fff;
}

span.sub-arrow {
  display: none;
}

nav.navigation_menu .wrap .fa.fa-lock {
  margin-left: 5px;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

/* ------------------------------------------------- Header */

/* ------------------------------------------------- Search */
.search .search_field {
  position: relative;
}

.search .search_field .search-form {
  position: relative;
  text-align: right;
}

.search .search_field input[type='search'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 228px;
  margin: 10px 0 0 0;
  padding: 10px;
  border: 1px #C4C5C6 solid;
  font-size: 15px;
  font-weight: 300;
  -webkit-appearance: textfield;
}

.search .search_field button {
  position: absolute;
  top: 17px;
  right: 10px;
  border-width: 0;
  background-color: rgb(248, 248, 248);
  font-size: 20px;
  color: #32622F;
  cursor: pointer;
}

main .right_column .question-titel-input {
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 13px;
  margin-top: 0;
}

.content-area.login-template {
  width: 100%;
}

main .right_column h2 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 24px;
  color: #2c572a;
}

main .right_column .related {
  min-height: 275px;
  width: 275px;
  padding: 10px 30px;
  background-color: #f3f6eb;
  background-image: url('../images/pattern.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

main .right_column .input {
  margin: 10px 0;
  color: #2c572a;
  user-select: none;
}

main .right_column .input input {
  font-size: 50px;
}

main .right_column .input label {
  cursor: pointer;
}

main .right_column .input input[type=checkbox] {
  display: none;
}

main .right_column .input input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
}

/* unchecked icon */
main .right_column .input input[type=checkbox] + label:before {
  content: "\f096";
}

/* checked icon */
main .right_column .input input[type=checkbox]:checked + label:before {
  content: "\f046";
}

/* ------------------------------------------------- Search */

/* Home page ------------------------------------------------- */
.showcase,
.shortcuts,
.news,
.upcoming_events {
  margin: 15px 0;
}

.card {
  text-decoration: none;
  cursor: pointer;
  color: #2c572a;
  width: 32%;
  overflow: hidden;
}

.showcase .wrap .image {
  width: 66%;
  line-height: 0;
  height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.showcase .wrap .image img {
  height: auto;
  max-height: 330px;
  width: 100%;
}

.showcase .wrap .promoted_post {
  width: 34%;
  background-color: #f3f6eb;
  background-image: url('../images/pattern.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase .wrap .promoted_post .card {
  width: 100%;
  margin: 15px 0;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
}

.showcase .wrap .promoted_post .card .date_and_info {
  display: flex;
}

.showcase .wrap .promoted_post .card .date_and_info .date {
  text-align: center;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase .wrap .promoted_post .card .date_and_info .info {
  padding-left: 15px;
  vertical-align: top;
  border-left: 2px solid #2c572a;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.showcase .wrap .promoted_post .card .date_and_info .info .title {
  color: #468e44;
  font-family: 'open_sanslight';
  font-size: 22px;
}

.showcase .wrap .promoted_post .card:hover .date_and_info .info .title {
  text-decoration: underline;
}

.showcase .wrap .promoted_post .card .date_and_info .date .day {
  font-size: 22px;
  font-family: 'open_sanssemibold';
}

.showcase .wrap .promoted_post .card .date_and_info .date .month,
.showcase .wrap .promoted_post .card .date_and_info .date .year {
  font-family: 'open_sanssemibold';
  font-size: 10px;
  color: #468e44;
}

.showcase .wrap .promoted_post .card .date_and_info .date .month {
  text-transform: uppercase;
}

.showcase .wrap .promoted_post .card .excerpt {
  color: #333333;
  font-size: 13px;
  margin-top: 15px;
}

.shortcuts .wrap .card {
  font-family: 'open_sanslight';
  color: #fff;
  position: relative;
  padding: 30px 30px 35px 30px;
}

.shortcuts .wrap .card .label {
  font-size: 21px;
}

.shortcuts .wrap .card .description {
  font-size: 12px;
  margin-top: 5px;
}

.shortcuts .wrap .card:hover .description {
  text-decoration: underline;
}

.shortcuts .wrap .card .triangle {
  height: 0px;
  width: 0px;
  border-bottom: 45px solid transparent;
  border-left: 45px solid #fff;
  border-right: 45px solid transparent;
  border-top: 45px solid transparent;
  transform: rotate(45deg);
  position: absolute;
  bottom: -42px;
  right: -42px;
}

.shortcuts .wrap .card .arrow_icon {
  position: absolute;
  bottom: 7px;
  right: 7px;
  background-color: #333333;
  height: 25px;
  width: 25px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100%;
}

.shortcuts .wrap .card .arrow_icon i.fa.fa-arrow-right {
  font-size: 18px;
  vertical-align: middle;
  margin-top: -1px;
}

.news {
  background-color: #f3f6eb;
}

.news .wrap {
  padding-top: 35px;
  padding-bottom: 30px;
}

.news .wrap .card {
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
}

.news .wrap .card .date,
.news .wrap .card .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.news .wrap .card .date {
  text-align: center;
  width: 12%;
}

.news .wrap .card .info {
  padding-left: 10px;
  border-left: 2px solid #2c572a;
  min-height: 60px;
  flex: 1;
  margin-left: 5px;
}

.news .wrap .card .info .title {
  color: #468e44;
}

.news .wrap .card:hover .info .title {
  text-decoration: underline;
}

.news .wrap .card .date .day {
  font-size: 22px;
  font-family: 'open_sanssemibold';
}

.news .wrap .card .date .month,
.news .wrap .card .date .year {
  font-family: 'open_sanssemibold';
  font-size: 10px;
  color: #468e44;
}

.news .wrap .card .date .month {
  text-transform: uppercase;
}

.news .wrap .card .info .excerpt {
  color: #333333;
  font-size: 13px;
}

.upcoming_events {
  background-color: #fff;
  padding: 30px 0;
}

.upcoming_events .wrap .full_calendar {
  position: relative;
  width: 32%;
  height: 80px;
  margin-top: 20px;
  padding-left: 30px;
  background-color: #333333;
  font-family: 'open_sanslight';
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.upcoming_events .wrap .card {
  color: #333333;
  display: flex;
  margin: 18px 0;
}

.upcoming_events .wrap .full_calendar .label {
  font-size: 21px;
  margin-top: 15px;
}

.upcoming_events .wrap .full_calendar .description {
  font-size: 13px;
}

.upcoming_events .wrap .full_calendar:hover .description {
  text-decoration: underline;
}

.upcoming_events .wrap .full_calendar .triangle {
  height: 0px;
  width: 0px;
  border-bottom: 45px solid transparent;
  border-left: 45px solid #fff;
  border-right: 45px solid transparent;
  border-top: 45px solid transparent;
  transform: rotate(45deg);
  position: absolute;
  bottom: -42px;
  right: -42px;
}

.upcoming_events .wrap .full_calendar .arrow_icon {
  position: absolute;
  bottom: 7px;
  right: 7px;
  background-color: #333333;
  height: 25px;
  width: 25px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100%;
}

.upcoming_events .wrap .full_calendar .arrow_icon i.fa.fa-arrow-right {
  font-size: 18px;
  vertical-align: middle;
  margin-top: -1px;
}

.upcoming_events .wrap .card:hover .title {
  text-decoration: underline;
}

.upcoming_events .wrap .card .fa.fa-calendar {
  font-size: 50px;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 10px;
}

.upcoming_events .wrap .card .info {
  display: inline-block;
  text-align: left;
}

.upcoming_events .wrap .card .info .date {
  text-transform: uppercase;
  font-family: 'open_sanssemibold';
  font-size: 12px
}

.upcoming_events .wrap .card .info .title {
  color: #468e44;
}

.upcoming_events .wrap .card .info .venue,
.upcoming_events .wrap .card .info .address {
  font-size: 12px;
  font-family: 'open_sansregular';
}

.partners {
  /* background-color: #f3f6eb; */
  background-color: #fff;
  padding: 40px 0;
}

.partners .wrap .title {
  text-align: center;
  color: #2c572a;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.partners .wrap .logos {
  width: 100%;
  text-align: center;
}

.partners .wrap .logo {
  width: 15%;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
}

.partners .wrap .logo img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------- Home page */

/* Alerts ---------------------------------------------------- */

.alert.pos-fixed {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 12px 15px 15px 15px;
  color: #ffffff;
}

.alert.pos-fixed.alert-error {
  background-color: #aa2a2a;
}

.alert.pos-fixed.alert-success {
  background-color: #2c572a;
}

.alert .close {
  font-size: 20px;
  padding-left: 10px;
  cursor: pointer;
}

/* ---------------------------------------------------- Alerts */

/* List page ------------------------------------------------- */
main .list_page {
  width: 100%;
}

main .list_page .left_column {
  width: 100%;
}

main .columns{
  display: flex;
}

main .list_page .right_column .question_form .title {
  color: #2c572a;
  font-size: 23px;
  font-family: 'open_sanslight';
  padding-bottom: 6px;
  border-bottom: 1px solid #2c572a;
  margin-bottom: 20px;
}

main .list_page .right_column .question_form .question_content {
  width: 100%;
  min-height: 250px;
  transition: 0.5s all;
  resize: none;
  font-size: 15px;
}

main .list_page .right_column .question_form .question_content.focus {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  font-size: 20px;
}

main .right_column .button.hide-textarea.active {
  display: block;
}

main .right_column .button.hide-textarea {
  position: absolute;
  background: #2c572a;
  min-height: 0;
  display: block;
  top: 335px;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  display: none;
  padding: 10px;
}

main .right_column .button.hide-textarea:hover {
  text-decoration: underline;
}

/* ------------------------------------------------- List page */

/* Single page ------------------------------------------------- */
main .path ul {
  list-style: none;
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px #c9d0ca solid;
}

main .path ul li {
  display: inline-block;
  font-size: 15px;
  font-family: open_sanssemibold;
  color: #2c572a;
}

main .path ul li span {
  font-family: open_sanslight;
}

main .path ul li a {
  text-decoration: none;
  font-family: open_sanslight;
  color: #2c572a;
}

main h1 {
  margin-bottom: .7em;
  font-family: open_sanslight;
  font-size: 36px;
  line-height: 44px;
  color: #2c572a;
}

main .featured_image {
  margin-top: 20px;
}

main .content {
  margin-top: 20px;
}

main .featured_image img {
  max-width: 100%;
  height: auto;
}

main .single_page {
  width: 100%;
}

main .single_page figure {
  width: 100% !important;
}

main .single_page img {
  max-width: 100% !important;
}

main .single_page .excerpt {
  font-family: open_sanssemibold;
  padding-top: 20px;
}

main .single_page .left_column {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  color: #555;
}

main .single_page .left_column.full-width {
  width: 100%;
}

main .single_page .left_column .info {
  display: flex;
}

main .single_page .left_column .info .author {
  margin-left: 5px;
}

main .single_page .left_column .sporsmal_info .topic,
main .single_page .left_column .sporsmal_info .advisor {
  display: flex;
}

main .single_page .left_column .sporsmal_info .topic .label,
main .single_page .left_column .sporsmal_info .advisor .label {
  color: #468e44;
}

main .single_page .left_column .sporsmal_info .topic .info,
main .single_page .left_column .sporsmal_info .advisor .info {
  margin-left: 5px;
}

main .left_column .search {
  padding: 20px;
  background-color: #f1f6e8;
}

main .left_column .search h1 {
  margin: 0;
  font-size: 36px;
  color: #2c572a;
}

main .left_column .search .hint {
  margin: 10px 0 0 0;
  font-family: open_sansitalic;
  font-size: 15px;
  color: #2c572a;
}

main .left_column .search .search_field input[type='search'] {
  position: initial;
  width: 100%;
}

main .left_column h2 {
  margin: 1.1em 0 .1em 0;
  font-size: 24px;
  line-height: 36px;
  color: #2c572a;
}

main .left_column p {
  margin: 0 0 1em 0;
}

main .left_column article {
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
}

main .left_column article a {
  display: flex;
  text-decoration: none;
}

main .left_column article .featured_image {
  width: 200px;
  vertical-align: top;
  margin: 8px 20px 0 0;
}

main .list_page .columns .left_column article .post_teaser .featured_image img {
  max-height: 160px;
}

main .left_column article .content {
  width: 100%;
  color: #2c572a;
}

main .left_column .content pre {
  max-width: 100%;
  white-space: pre-wrap;
}

main .left_column article .content h1 {
  margin: 0 0 0 0;
  font-size: 24px;
  line-height: 32px;
}

main .left_column .social {
  margin: 20px 0;
}

main .right_column h2 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 24px;
  color: #2c572a;
}

main .right_column .input {
  margin: 10px 0;
  color: #2c572a;
  user-select: none;
}

main .right_column input.hidden {
  display: none;
}

main .right_column .questionfileupload_container.hidden {
  display: none;
}

main .right_column button {
  background: #2c572a;
  outline: none;
  border: none;
  border-radius: 2px;
  color: white;
  margin-top: 10px;
  padding: 8px 16px 8px;
  cursor: pointer;
}

main .right_column button:hover {
  text-decoration: underline;
}

main .questionfileupload_container label {
  width: 100%;
  background: white;
  display: block;
  border: 1px solid rgb(166, 166, 166);
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #2c572a;
  margin-bottom: 10px;
}

main .questionfileupload_container label:hover {
  text-decoration: underline;
}

main .questionfileupload_container .questionfileupload {
  display: none;
}

main .right_column .file-name-form,
main .new_upload_files .file-name-form {
  font-size: 13px;
  padding: 3px 0;
}

main .new_upload_files .file-name-form {
  margin-bottom: 0px;
}

main .right_column,
main .new_upload_files {
  counter-reset: fileCounter;
}

main .right_column .message {
  margin: 50px 0px;
  font-size: 14px;
  color: #2c572a;
  font-family: open_sansitalic;
}

main .right_column .file-name-form::before,
main .new_upload_files .file-name-form::before {
  counter-increment: fileCounter;
  content: counter(fileCounter);
}

main .right_column .input input {
  font-size: 50px;
}

main .right_column .input label {
  cursor: pointer;
}

main .right_column .related {
  padding: 0;
}

main .right_column .related .item {
  display: flex;
}

main .right_column .related .item .fa {
  align-self: center;
  color: #2c572a;
  font-size: 10px;
  margin-left: 15px;
}

main .right_column .related a {
  color: #2c572a;
  display: block;
  padding: 8px 0px;
  font-size: 14px;
  text-decoration: none;
  margin-left: 20px;
}

main .right_column .related a:hover {
  text-decoration: underline;
}

main .left_column .comments ul {
  list-style: none;
}

main .left_column .comments .reply {
  display: none;
}

main .left_column .comments .children {
  padding-left: 30px;
}

main .single_page .title {
  margin-bottom: 0;
}

main .single_page h2 {
  margin: 1.1em 0 .1em 0;
  font-size: 24px;
  line-height: 36px;
  color: #2c572a;
}

main .single_page.event .event-title.summary {
  display: none;
}

main .single_page.event .content img {
  width: auto;
}

main .single_page.event .content .time-block {
  margin-bottom: 20px
}

main .single_page .left_column .comments {
  padding-top: 35px;
}

main .single_page .left_column .comments .new_comment {
  background-color: #f3f6eb;
  padding: 20px;
  margin-bottom: 20px;
}

main .single_page .left_column .comments .new_upload_files {
  background-color: #f3f6eb;
  padding: 20px;
  margin-bottom: 40px;
}

main .single_page .left_column .comments .new_comment .title,
main .single_page .left_column .comments .new_upload_files .title {
  font-family: open_sanslight;
  font-size: 26px;
  color: #2c572a;
}

main .single_page .left_column .comments .new_upload_files form {
  margin-top: 20px;
}

main .single_page .left_column .comments .new_comment .content {
  width: 100%;
  min-height: 250px;
  font-size: 14px;
  transition: 0.5s all;
}

main .single_page .left_column .comments .new_comment .content:focus {
  font-size: 20px;
}

main .vacation-alert {
  width: 100%;
  padding: 20px;
  background: #2c572a;
  color: #ffffff;
  line-height: 1.8em;
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

main .vacation-alert strong {
  font-size: 18px;
  font-weight: 700;
}

main .single_page .left_column .comments .new_comment #send_new_comment,
main .single_page .left_column .comments .new_upload_files input[type=submit] {
  font-family: 'open_sanslight';
  background-color: #2c572a;
  margin: 0;
  border-radius: 0px;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px 15px;
  height: 35px;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
  text-transform: uppercase;
}

main .single_page .left_column .comments .new_comment #send_new_comment:hover,
main .single_page .left_column .comments .new_upload_files input[type=submit]:hover {
  text-decoration: underline;
}

main .single_page .left_column .comments .commentlist {
  padding: 20px 0;
}

main .single_page .left_column .comments .commentlist .comment {
  background-color: #f3f6eb;
  margin: 20px 0;
  padding: 0 20px;
}

main .single_page .left_column .comments .commentlist .comment a {
  cursor: default;
  color: #468e44;
}

#advisor_display {
  font-size: 14px;
  margin-bottom: 7px;
}

/* ------------------------------------------------- Single page */

/* Contact page ------------------------------------------------- */
.contact_details {
  margin-top: 45px;
}

.left_column .contact_details p {
  margin: 0;
}

.contact_details .item {
  margin-bottom: 30px;
}

.contact_details .label {
  font-family: 'open_sansbold';
  font-size: 17px;
  margin-bottom: 5px;
}

.contact_details .label .fa {
  font-size: 22px;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.contact_details .content {
  margin-left: 32px;
  margin-top: 0;
}

.contact_details a {
  color: #2c572a;
}

.contact_details .contact_image{
  display: block;
  overflow: hidden;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 200px;
  max-width: 100%;
  display: inline-block;
  background-position: center;
  background-size: cover;
  margin-left: 32px;
}

/* ------------------------------------------------- Contact page */

/* Våre rådgivere page ------------------------------------------------- */
.single_page.vare_radgivere .content {
  margin-bottom: 35px;
}

/* ------------------------------------------------- Våre rådgivere page */
a.showMore {
  border-radius: 0;
  font-family: 'open_sanslight';
  background-color: #2c572a;
  color: #fff;
  cursor: pointer;
  border: 0 none;
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  width: fit-content;
}

a.showMore:hover {
  text-decoration: underline;
}

a.showLess {
  border-radius: 0;
  font-family: 'open_sanslight';
  background-color: #2c572a;
  color: #fff;
  cursor: pointer;
  border: 0 none;
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  width: fit-content;
}

a.showLess:hover {
  text-decoration: underline;
}

.advisors_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.advisors_list .hide {
  display: none;
}

.advisors_list .card {
  cursor: default;
  width: calc(25% - 20px);
  background-color: #f3f6eb;
  margin: 0 10px 20px;
}

.left_column.full_width .advisors_list .card {
  width: calc(25% - 20px);
}

.advisors_list .card .card_wrap {
  margin: 0 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.advisors_list .card .name {
  font-family: 'open_sanssemibold';
  font-size: 20px;
  padding: 10px 0;
}

.advisors_list .card .picture img {
  width: 100%;
  height: auto;
}

.advisors_list .card .picture.picture-bg {
  height: 209px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.advisors_list .card .picture,
.advisors_list .card .name {
  text-align: center;
}

.advisors_list .card .topics,
.advisors_list .card .description {
  text-align: left;
}

.advisors_list .card .topics .label,
.advisors_list .card .description .label {
  font-family: 'open_sanssemibold';
  font-size: 14px;
}

.advisors_list .card .topics .topic_tags {
  display: flex;
  flex-wrap: wrap;
}

.advisors_list .card .topics .topic_tags .topic_tag {
  color: #fff;
  background-color: #468e44;
  border-radius: 10px;
  padding: 5px 8px;
  font-size: 11px;
  margin: 2px 1px;
  opacity: 0.85;
  text-shadow: #333333 0px 0px 1px;
  letter-spacing: 0.5px;
  line-height: 15px;
}

.advisors_list .card .description .content {
  margin-left: 10px;
  margin-top: 0;
}

/* Pagination ------------------------------------------------- */
main .pagination {
  margin: 30px 0;
  text-align: center;
}

main .pagination_custom {
  display: inline-block;
}

main .pagination_default a,
main .pagination_default span,
main .pagination_custom a,
main .pagination_custom span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 2px 6px;
  background-color: #f3f6eb;
  border: 1px #32622f solid;
  text-decoration: none;
  font-family: open_sansbold;
  color: #32622f;
}

main .pagination_default a:hover,
main .pagination_default span:hover,
main .pagination_default span.current,
main .pagination_custom a:hover,
main .pagination_custom span:hover,
main .pagination_custom span.current {
  background-color: #32622f;
  color: #fff;
}

main .pagination_default a.nextPagi,
main .pagination_default a.lastPagi,
main .pagination_default a.previPagi,
main .pagination_default a.firstPagi,
main .pagination_custom a.nextPagi,
main .pagination_custom a.lastPagi,
main .pagination_custom a.previPagi,
main .pagination_custom a.firstPagi {
  width: auto;
}

/* ------------------------------------------------- Pagination */

/* Footer ------------------------------------------------- */
footer .facebook {
  display: block;
  color: #2c572a;
  padding: 16px 8px;
  text-decoration: none;
}

footer#colophon {
  background-color: #e8f0d9;
  padding: 50px 0;
}

footer#colophon .wrap {
  color: #2c572a;
}

footer#colophon .wrap .column {
  align-self: baseline;
  width: 31%;
}

footer#colophon .wrap .contact_info {
  margin: 0 auto 0 0;
}

footer#colophon .wrap .label {
  font-family: 'open_sanssemibold';
  font-size: 16px;
}

footer#colophon .wrap .social {
  margin: 0 auto;
  text-align: center;
}

.fa-facebook {
  font-size: 20px;
  margin-right: 5px;
}

footer#colophon .wrap .newsletter {
  margin: 0 0 0 auto;
}

footer#colophon .wrap .newsletter .subscribe {
  text-align: right;
  display: contents;
  justify-content: flex-end;
  background-color: inherit;
  margin-bottom: 20px;
}

footer#colophon .wrap .newsletter .subscribe .subscribe_field {
  border: none;
  height: 35px;
  width: 75%;
  padding-left: 8px;
  font-size: 13px;
  color: #8e8e8e;
  margin: 0;
  border-radius: 0;
  display: inline-block;
}

footer#colophon .wrap .newsletter .subscribe .subscribe_field::-webkit-input-placeholder, /* Chrome/Opera/Safari */
footer#colophon .wrap .newsletter .subscribe .subscribe_field::-moz-placeholder, /* Firefox 19+ */
footer#colophon .wrap .newsletter .subscribe .subscribe_field:-ms-input-placeholder, /* IE 10+ */
footer#colophon .wrap .newsletter .subscribe .subscribe_field:-moz-placeholder { /* Firefox 18- */
  color: #8e8e8e;
}

footer#colophon .wrap .newsletter .subscribe .subscribe_button {
  font-family: 'open_sanslight';
  background-color: #2c572a;
  margin: 0;
  border-radius: 0px;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 10px;
  height: 35px;
  font-size: 14px;
  line-height: 22px;
}

footer#colophon .wrap .newsletter .subscribe .subscribe_button:hover {
  text-decoration: underline;
}

footer#colophon .wrap .newsletter .subscribe .privacy{
  margin-right: 5px;
}

footer#colophon .wrap .newsletter .subscribe p{
  text-align: left;
}

@media (max-width: 925px) {
  footer#colophon .wrap .newsletter .subscribe p{
    text-align: center;
  }
}

footer#colophon .wrap .newsletter .dev_credits {
  color: #2c572a;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  font-style: italic;
}

/* ------------------------------------------------- Footer */

/* Responsive design ------------------------------------------------- */
@media (max-width: 480px) {

  body {
    overflow-x: hidden;
  }

  header .header.wrap,
  nav.top_menu .wrap,
  .showcase,
  .shortcuts,
  .news,
  .upcoming_events,
  .partners,
  footer#colophon {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header.wrap .mobile_menu_icon {
    display: flex;
  }

  nav.navigation_menu {
    background-color: #fff;
    width: 250px;
    position: absolute;
    right: -250px;
    transition: right ease 0.8s;
  }

  nav.navigation_menu.mobile_active {
    right: 0;
  }

  nav.navigation_menu .wrap {
    flex-direction: column;
    height: auto;
    width: 250px;
    margin-right: 0;
  }

  nav.navigation_menu .wrap .move_up {
    font-family: 'open_sansregular';
    position: initial;
    top: inherit;
    display: flex;
    flex-direction: column;
    height: auto;
  }

  nav.navigation_menu .wrap .move_up .menu_item {
    color: #2c572a;
  }

  .card {
    width: 100%;
    margin-bottom: 15px;
  }

  .showcase .wrap .image,
  .showcase .wrap .promoted_post {
    width: 100%;
  }

  .showcase .wrap .promoted_post .card .date_and_info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .showcase .wrap .promoted_post .card .date_and_info .date .day {
    font-size: 30px;
  }

  .showcase .wrap .promoted_post .card .date_and_info .date .month,
  .showcase .wrap .promoted_post .card .date_and_info .date .year {
    font-size: 18px;
  }

  .showcase .wrap .promoted_post .card .date_and_info .info {
    border: none;
    padding-left: 0;
  }

  .showcase .wrap .promoted_post .card .date_and_info .info .title {
    font-size: 25px;
    text-align: center;
  }

  .showcase .wrap .promoted_post .card .excerpt {
    font-size: 15px;
    margin-top: 25px;
  }

  .upcoming_events .wrap .full_calendar {
    width: 100%;
  }

  .partners .wrap .logos {
    justify-content: center;
  }

  .partners .wrap .logo {
    width: 51%;
    padding: 0 25px;
  }

  footer#colophon .wrap .column {
    width: 100%;
  }

  footer#colophon .wrap .contact_info,
  footer#colophon .wrap .social,
  footer#colophon .wrap .newsletter {
    text-align: center;
    padding-bottom: 20px;
  }

  footer#colophon .wrap .newsletter .subscribe {
    justify-content: center;
  }

  .left_column.full_width .advisors_list .card {
    width: 100%;
  }

  .left_column.full_width .advisors_list .card .picture-bg {
    height: 300px;
  }
}

@media (min-width: 481px) and (max-width: 925px) {

  body {
    overflow-x: hidden;
  }

  .header.wrap {
    justify-content: center;
  }

  header .header.wrap,
  nav.top_menu .wrap,
  .showcase,
  .shortcuts,
  .news,
  .upcoming_events,
  .partners,
  footer#colophon {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header.wrap .mobile_menu_icon {
    display: flex;
  }

  nav.navigation_menu {
    background-color: #fff;
    width: 250px;
    position: absolute;
    right: -250px;
    transition: right ease 0.8s;
  }

  nav.navigation_menu.mobile_active {
    right: 0;
  }

  nav.navigation_menu .wrap {
    flex-direction: column;
    height: auto;
    margin-right: 0;
  }

  nav.navigation_menu .wrap .move_up {
    font-family: 'open_sansregular';
    position: initial;
    top: inherit;
    display: flex;
    flex-direction: column;
    height: auto;
  }

  nav.navigation_menu .wrap .move_up .menu_item {
    color: #2c572a;
  }

  .card {
    width: 49%;
    margin-bottom: 15px;
  }

  .showcase .wrap .image,
  .showcase .wrap .promoted_post {
    width: 100%;
  }

  .showcase .wrap .promoted_post .card .date_and_info .date .day {
    font-size: 30px;
  }

  .showcase .wrap .promoted_post .card .date_and_info .date .month,
  .showcase .wrap .promoted_post .card .date_and_info .date .year {
    font-size: 18px;
  }

  .showcase .wrap .promoted_post .card .date_and_info .info .title {
    font-size: 30px;
  }

  .showcase .wrap .promoted_post .card .excerpt {
    font-size: 15px;
    margin-top: 25px;
  }

  .upcoming_events .wrap .full_calendar {
    width: 49%;
  }

  .partners .wrap .logo {
    width: 30%;
    padding: 0 30px;
  }

  footer#colophon .wrap .column {
    width: 100%;
  }

  footer#colophon .wrap .contact_info,
  footer#colophon .wrap .social,
  footer#colophon .wrap .newsletter {
    text-align: center;
    padding-bottom: 20px;
  }

  footer#colophon .wrap .newsletter .subscribe {
    justify-content: center;
  }

  .left_column.full_width .advisors_list .card {
    width: calc(50% - 20px);
  }

  .left_column.full_width .advisors_list .card .picture-bg {
    height: 300px;
  }
}


































@media (max-width: 925px) {
  .admin_close{
    margin-top: -46px;
  }

  ul#navigation-menu {
    margin-top: 0;
  }

  ul#navigation-menu li ul {
    display: none;
    position: relative;
    z-index: 3;
    top: 0;
    right: 8px;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.25);
    transition: visibility 0s linear .2s, opacity .2s linear;
  }
  
  ul#navigation-menu li ul.expanded {
    display: block;
    transition-delay: 0s;
  }

  .open{
    transform: translateX(-250px);
  }

  nav.navigation_menu {
    position: fixed;
    top: 0;
    right: -250px;
    bottom: 0;
    background: #2c572a;
    margin-top: -46px;
    border-left: 2px solid black;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .navigation_menu .search,
  .navigation_menu .search .search-form {
    width: 100%;
    position: relative;
    padding: 40px 6px 10px;
  }

  .navigation_menu .search .search-form input[type="search"] {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .navigation_menu .search .search-form button {
    top: 47px;
    right: 13px;
  }

  .navigation_menu #navgation-menu {
    width: 100%;
    margin-top: 0;
  }

  .navigation_menu #navigation-menu li,
  .navigation_menu #top-menu li {
    display: block;
  }

  .navigation_menu #navigation-menu > li > a,
  .navigation_menu #top-menu > li > a {
    color: white;
    display: block;
    width: 100%;
    padding: 16px 10px;
    text-align: left;
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05);
  }

  .navigation_menu #navigation-menu > li ul {
    width: 100%;
    right: 0;
  }

  .navigation_menu #navigation-menu > li ul a {
    padding: 10px;
    border-top: 1px solid #eee;
  }

  main .list_page .columns {
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
  }

  main .list_page.search .columns .left_column article:nth-child(2) {
    padding-top: 60px;
  }

  main .list_page .columns .left_column article .post_teaser {
    display: flex;
    flex-wrap: wrap;
  }

  main .list_page .columns .left_column article .featured_image {
    margin-top: 8px;
  }

  main .list_page .columns .left_column article .content {
    margin-top: 0px;
    width: 100%;
  }

  main .list_page .columns .right_column {
    margin-left: 0;
    width: 100%;
  }

  main .list_page.sporsmal_og_svar .columns .left_column .search {
    /* margin-bottom: 430px; */
  }

  main .list_page.search .columns .right_column {
    min-height: auto;
    margin: 110px auto 0 auto;
    width: 100%;
    padding: 0 0 10px 0;
  }

  main .list_page.search .columns .right_column > div {
    min-height: auto;
  }

  main .list_page.search .columns .left_column .search {
    /* margin-bottom: 230px; */
  }

  footer#colophon .wrap .newsletter .subscribe .subscribe_field {
    max-width: 215px;
  }

 /* Faq on sporsmal/svar page */


 main .desktop_teaser{
   display: none;
 }
    
  main .right_column .accordian-button{
    display: block;
  }

  .accordian-button {
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
  }

  .accordian-button-text {
    display: block;
    font-weight: 400;
    color: #2c572a;
    font-size: 23px;
    font-family: 'open_sanslight';
    border-bottom: 1px solid #2c572a;
    padding-bottom: 5px;
  }

  .accordian-button:focus, .accordian-button:hover{
    outline: 0;
    color: black;
    text-decoration: none;
  }

  .fa-angle-down{
    transform: rotate(0deg);
    transition: 500ms;
  }

  .transform{
    transform: rotate(180deg);
  }

  .accordian-text-wrapper {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 500ms;
  }
    
  .accordian-text-wrapper-inner {
    padding: 0 30px 30px;
  }

  main .right_column{
    width: 100%;
    padding: 0;
    margin: 20px 0;
    height: auto;
  }

  main .right_column .title{
    display: none;
  }

  main .right_column .accordian-button-text{
    padding-left: 20px;
    border-bottom: 1px solid #f3f6eb;
  }

  main .right_column i{
    float: right;
    padding: 5px 30px;
  }

  main .right_column #question_topic, main .right_column #question_advisor, main .right_column .question-title-input, main .right_column .form-submit-right {
    width: 100%;
  }

  main .right_column .message {
    padding: 20px 0;
    margin: 0;
  }












  
}

@media (max-width: 1120px) {
  header .header.wrap,
  nav.top_menu .wrap,
  .showcase,
  .shortcuts,
  .news,
  .upcoming_events,
  .partners,
  footer#colophon,
  .wrap .list_page,
  .wrap .single_page {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ------------------------------------------------- Responsive design */

/* Subscriber form ------------------------------------------------ */

input.ninja-forms-field {
  padding: 12px;
}

textarea.ninja-forms-field {
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid rgb(166, 166, 166);
  margin: 10px 0;
  color: #2c572a;
  background-color: rgb(248, 248, 248);
  padding: 12px;
  margin-top: 0;
}

input[type=button].ninja-forms-field {
  border-radius: 0;
  font-family: 'open_sanslight';
  background-color: #2c572a;
  color: #fff;
  cursor: pointer;
  border: 0 none;
  padding: 10px 35px;
  font-size: 16px;
}

input[type=button].ninja-forms-field:hover {
  text-decoration: underline;
}

#nf-form-2-cont {
  margin-top: 40px;
}

#nf-form-2-cont .nf-field-container {
  margin-bottom: 15px;
}

#nf-form-2-cont .label-above .nf-field-label {
  margin-bottom: 5px;
}

#nf-form-2-cont .label-above .nf-field-label label {
  color: #2c572a;
  font-family: 'open_sanssemibold';
  font-size: 16px;
}

#nf-form-2-cont .nf-response-msg {
  background-color: #2c572a;
  padding: 15px 15px 2px 15px;
  text-align: center;
  color: #ffffff;
}

/* ------------------------------------------------ Subscriber form */

/* Login template ------------------------------------------------- */

.login-template .login-template-header {
  margin: 25px auto 35px;
  max-width: 700px;
  text-align: center;
}

.login-template #loginform label {
  color: #2c572a;
  font-family: 'open_sanssemibold';
  font-size: 16px;
}

.login-template #loginform input[type=password],
.login-template #loginform input[type=text],
.login-template #loginform input[type=email] {
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid rgb(166, 166, 166);
  margin: 10px 0;
  color: #2c572a;
  background-color: rgb(248, 248, 248);
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 12px;
}

.login-template #loginform input[type=submit] {
  border-radius: 0;
  font-family: 'open_sanslight';
  background-color: #2c572a;
  color: #fff;
  cursor: pointer;
  border: 0 none;
  padding: 10px 35px;
  font-size: 16px;
}

.login-template #loginform input[type=submit]:hover {
  text-decoration: underline;
}

.login-template #loginform {
  padding-bottom: 35px;
}

/* ------------------------------------------------- Login template */

.mobile_column{
  display: none;
}

@media (max-width: 925px) {
  .desktop_teaser{
    display: none;
  }
  .mobile_column{
    display: block;
  }
}