@charset "UTF-8";

/*!
Theme Name: Vårt GBG2
Author: Provide IT
Author URI: https://provideit.se/
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vartgbg
*/

/*
Duplicated due to focus-within not being supported by IE/Edge
*/

a:not(.loading):not(.flex-next):not(.flex-prev):focus,
button:not(.loading):not(.flex-next):not(.flex-prev):focus,
input[type=submit]:not(.loading):not(.flex-next):not(.flex-prev):focus,
#searchtext-default:focus:not(.loading):not(.flex-next):not(.flex-prev):focus {
  outline: 2px dotted currentColor !important;
}

a:not(.loading):not(.flex-next):not(.flex-prev):focus-within,
button:not(.loading):not(.flex-next):not(.flex-prev):focus-within,
input[type=submit]:not(.loading):not(.flex-next):not(.flex-prev):focus-within,
#searchtext-default:focus:not(.loading):not(.flex-next):not(.flex-prev):focus-within {
  outline: 2px dotted currentColor !important;
}

h2:focus-within {
  position: relative;
}

h2:focus-within:before {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  outline: 2px dotted currentColor !important;
  display: block;
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}

h2:focus-within a:before,
h2:focus-within button:before,
h2:focus-within input[type=submit]:before {
  content: none !important;
  outline: 0;
}

h2:focus-within a:focus,
h2:focus-within button:focus,
h2:focus-within input[type=submit]:focus {
  content: none !important;
  outline: 0;
}

/*
Note: this file may use CSS 3 properties that currently may cause errors when run through the W3C CSS validator.
*/

@media all {
  /*
  =Reset
  */

  blockquote,
  body,
  caption,
  div,
  dl,
  dt,
  dd,
  form,
  fieldset,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  html,
  li,
  ul,
  ol,
  p,
  pre,
  textarea,
  table,
  td,
  th {
    margin: 0;
    padding: 0;
  }

  address,
  dl,
  fieldset,
  p,
  pre,
  ul,
  ol,
  table {
    margin: 0 0 1em;
  }

  /*ul,ol,dd {margin-left:40px;}*/

  td ul,
  td ol {
    margin-left: 15px;
  }

  ol ul {
    margin-bottom: 0;
  }

  ul ol,
  ul ul {
    margin-bottom: 0;
  }

  ol ol {
    margin-bottom: 0;
  }

  td ul,
  td ol {
    margin-bottom: 0;
  }

  blockquote {
    margin: 1em 40px;
    font-style: italic;
  }

  dt {
    font-weight: bold;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ececec;
    border: none;
  }

  th,
  td {
    border: none;
  }

  th,
  td {
    vertical-align: top;
    padding: 6px 12px;
  }

  caption {
    font-weight: bold;
    text-align: left;
  }

  th {
    font-weight: bold;
    text-align: left;
    color: #333;
    background-color: #d9e7f6;
  }

  tr {
    border-bottom: 2px solid #eee;
  }

  tr:nth-child(odd) {
    background-color: #fff;
  }

  caption {
    padding-bottom: 6px;
    font-size: 1.167em;
  }

  img {
    border: none;
  }

  html {
    color: #333;
    background: #fff url(./images/body-gradient.jpg?8e9a3e77997c4a2cf7390353f9c5d5df) repeat-x;
  }

  body {
    color: #333;
    background: #fff url(./images/body-gradient.jpg?8e9a3e77997c4a2cf7390353f9c5d5df) repeat-x;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
  }

  code,
  kbd,
  pre {
    font-family: Monaco, Courier, "Courier New", Tahoma;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 1em 0 0.2em;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2;
  }

  .figure + h1,
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child {
    margin-top: 0;
  }

  h1 {
    font-size: 2.5em;
  }

  h3.advisory {
    font-size: 1em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.2em;
  }

  h5 {
    text-transform: uppercase;
  }

  h6 {
    font-style: italic;
  }

  legend {
    color: #333;
    white-space: normal;
  }

  a:link {
    color: #0076BC;
  }

  a:visited {
    color: #292c66;
  }

  a:link:hover,
  a:focus,
  a:active {
    color: #0076BC;
  }

  a.action {
    padding-right: 18px;
    background: url(./images/arrow-orange.png?d70622288260b90e37b198b69194c883) no-repeat 100% 50%;
    text-decoration: none;
  }

  a.action:hover,
  a.action:focus {
    text-decoration: underline;
  }

  /*
  =Global classes
  */

  /* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */

  .cf:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: " ";
    font-size: 0;
  }

  /* Hidden elements */

  .hidden {
    display: none;
    visibility: hidden;
  }

  /* END @media all */
}

@media screen, projection {
  /*
  =Main layout
  */

  .global-banner {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #eee8dc;
    background: #f4f3ef;
    line-height: 62px;
  }

  .global-banner .inner {
    position: relative;
    width: 892px;
    margin: 0 auto;
    padding: 0 14px;
  }

  .global-banner .innerbox {
    float: right;
  }

  .global-banner img {
    float: left;
  }

  .global-banner a {
    color: #333;
  }

  .global-banner a:hover,
  .global-banner a:focus {
    color: #339;
  }

  #body-outer {
    width: 920px;
    margin: 0 auto;
    padding: 0 55px;
    background: url(./images/paper-tear-1.png?464d70a3bcec521be201bdc4cc7908c8) no-repeat 0 85px;
  }

  #body {
    box-shadow: 0 0 24px #999;
    background: #fff;
  }

  #main {
    margin-right: -26px;
    padding-right: 26px;
    background: url(./images/paper-tear-2.png?c6679d57c3737512c7f4d38e0a28a95a) no-repeat 100% 40px;
  }

  #content {
    padding: 20px 20px 40px;
  }

  #content-primary {
    float: left;
    width: 600px;
    background-color: #fff;
  }

  #content-secondary {
    float: right;
    width: 234px;
    margin-top: 10px;
    padding: 0 8px 20px;
    box-shadow: 0 4px 16px #ddd;
    background-color: #fff;
  }

  #content-inner {
    padding: 20px 40px 40px;
  }

  #content-inner p,
  #content-inner ul,
  #content-inner ol,
  #content-inner blockquote {
    font-size: 1.15em;
  }

  /*
  =Home page
  */

  /*
  =Global classes
  */

  /* Structural elements, not visible when CSS is enabled */

  .structural {
    position: absolute;
    left: -9999px;
  }

  .structural * {
    position: absolute;
    left: -9999px;
  }

  /* System messages */

  .system-info {
    margin: 1em 0;
    padding: 0 12px;
    border: 2px solid;
  }

  .system-info h2,
  .system-info h3 {
    margin: 0 -12px;
    padding: 2px 4px;
    font-size: 1.1em;
  }

  .system-info p {
    margin: 1em 0;
  }

  .error-message {
    color: #a9261a;
    border-color: #a9261a !important;
    /* Overrides other border colors later down */
  }

  .confirmation {
    color: #276600;
  }

  .error-message h2,
  .error-message h3 {
    color: #fff;
    background: #a9261a;
  }

  .confirmation h2,
  .confirmation h3 {
    color: #fff;
    background: #276600;
  }

  /* Images */

  .left {
    float: left;
    margin: 3px 18px 10px 0;
  }

  .right {
    float: right;
    margin: 3px 0 10px 18px;
  }

  .figure {
    margin-bottom: 12px;
  }

  .figure.small {
    width: 170px;
  }

  .figcaption {
    color: #666;
    font-size: 0.94em;
    margin-top: 0.5em;
  }

  /* Paging */

  .paging h2,
  .paging h3 {
    margin: 0 0 0.5em;
  }

  .paging strong {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.167em;
  }

  .paging span.page-numbers {
    display: inline-block;
    width: 2em;
    margin: 0 4px 5px 0;
    padding: 0.5em 0.2em;
    border: none;
    color: #000;
    background: #ccc;
    text-decoration: none;
    text-align: center;
  }

  .paging a:link,
  .paging a:visited {
    display: inline-block;
    width: 2em;
    margin: 0 4px 5px 0;
    padding: 0.5em 0.2em;
    border: none;
    color: #000;
    background: #ccc;
    text-decoration: none;
    text-align: center;
  }

  .paging em {
    display: inline-block;
    width: 2em;
    margin: 0 4px 5px 0;
    padding: 0.5em 0.2em;
    border: none;
    color: #000;
    background: #ccc;
    text-decoration: none;
    text-align: center;
  }

  .paging span.page-numbers.current {
    color: #000;
    background: #b46113;
  }

  .paging a:hover,
  .paging a:focus,
  .paging a:active {
    color: #000;
    background: #b46113;
  }

  .paging em {
    padding: 0.5em 0.4em;
    color: #000;
    background: #b46113;
    font-weight: bold;
    font-style: normal;
  }

  .paging span:not(.page-numbers) {
    position: absolute;
    left: -9999px;
  }

  /*
  =Forms
  */

  form {
    margin: 0em 0;
  }

  label {
    display: block;
    margin: 0 4px 0 0;
    font-weight: bold;
  }

  label span,
  label em {
    margin: 0;
    color: #666;
    font-size: 0.94em;
    font-weight: normal;
    font-style: normal;
  }

  input,
  select,
  textarea {
    margin: 0;
    font: 1em/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
  }

  .text,
  .radio,
  .checkbox,
  .select {
    margin: 0 0 6px;
  }

  input[type=text] {
    padding: 4px;
    border: 1px solid #abaaa8;
  }

  textarea {
    padding: 4px;
    border: 1px solid #abaaa8;
    height: 120px;
  }

  input[type=text],
  textarea {
    width: 95%;
  }

  .small input {
    width: 91%;
  }

  .large input {
    width: 97%;
  }

  fieldset {
    margin: 1em 0;
    padding: 5px 8px;
    border: 1px solid #ddd;
  }

  input.original {
    color: #666;
    background-color: #fff;
  }

  .checkbox,
  .radio {
    white-space: nowrap;
  }

  .checkbox input,
  .radio input {
    width: auto !important;
    vertical-align: middle;
  }

  .checkbox label,
  .radio label {
    display: inline;
    margin-left: 4px;
    vertical-align: middle;
    white-space: normal;
  }

  .text.error label,
  .error legend {
    color: #900;
  }

  .submit-area {
    margin: 1em 0 6px;
  }

  /* Styled input button */

  .btn {
    width: auto;
    overflow: visible;
    margin-left: 2px;
    padding: 2px 12px;
    border: 1px solid #f7f7f7;
    border-color: #bababa #f7f7f7;
    box-shadow: 0 0 0 1px #000;
    color: #fff;
    background-color: #000;
    font: bold 1em/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }

  .btn:hover,
  .btn:focus {
    background-color: #444;
  }

  .btn-2 {
    border-color: #fff;
    box-shadow: 0 0 0 1px #b46113;
    background-color: #b46113;
    text-transform: none;
  }

  .btn-2:hover,
  .btn-2:focus {
    background-color: #824707;
  }

  /*
  =Modules
  */

  .m {
    margin: 0 0 30px;
    padding: 18px 12px 0;
    background: url(./images/stripes.gif?de15404e8c2b434b7fba03c36ee8165a) repeat-x;
  }

  .m h2 {
    margin: 0 0 6px;
    font-size: 1.167em;
  }

  /*
  =Skip link
  */

  #skip {
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 100;
    width: 100%;
    margin: 0;
  }

  #skip a:focus,
  #skip a:active {
    display: block;
    position: absolute;
    top: 0;
    left: 9999px;
    width: 100%;
    padding: 8px 0;
    border: 2px solid #000;
    border-width: 2px 0;
    color: #fff;
    background: #373737;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
  }

  /*
  =header
  */

  #header-top {
    margin: 0 0 10px;
    padding: 8px 14px;
    border-top: 1px solid #fff;
    background: #f7f7f7;
  }

  /* Supplemental navigation */

  .nav-supp {
    float: left;
  }

  .nav-supp ul {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    line-height: 1;
  }

  .nav-supp li {
    display: inline;
    margin: 0 12px 0 0;
  }

  .nav-supp a {
    padding-left: 14px;
    color: #333;
    background: url(./images/square-blue.png?aeae69626ec7e3c669515644a21f60bc) no-repeat 0 50%;
    text-decoration: none;
  }

  /* Logo */

  #logo {
    position: relative;
    float: left;
    margin: 0 0 10px 12px;
  }

  #logo a {
    display: block;
  }

  #logo img {
    display: block;
    font-size: 2em;
  }

  #logo a:focus,
  #logo a:active {
    outline: 1px solid #333;
    background: transparent;
  }

  #logo .date {
    position: absolute;
    right: 11px;
    bottom: 8px;
    z-index: 10;
  }

  /* Weather */

  .weather {
    width: 200px;
    float: left;
    margin: 16px 0 0 44px;
    font-size: 0.94em;
    line-height: 1.2;
  }

  .weather img {
    float: left;
  }

  .weather h2 {
    margin: 0;
    font-size: 1em;
    margin-left: 62px;
  }

  .weather p {
    margin-left: 62px;
  }

  .weather a {
    padding-left: 5px;
  }

  .weather > div {
    width: 180px !important;
  }

  /*
  =Main navigation
  */

  #nav-main {
    margin: 0 2px;
    padding-bottom: 1px;
    border-bottom: 2px solid #373737;
  }

  #nav-main ul {
    margin: 0;
    border-bottom: 2px solid #b46113;
    list-style: none;
    background: #373737;
    white-space: nowrap;
    font-weight: bold;
  }

  #nav-main li {
    float: left;
    margin: 0;
  }

  #nav-main li a {
    float: left;
    padding: 10px 15px;
    color: #fff;
    background: #373737;
    text-decoration: none;
  }

  #nav-main li a:hover,
  #nav-main li a:focus,
  #nav-main li a:active {
    background: #b46113;
  }

  #nav-main li.current-menu-item a {
    background: #b46113;
  }

  /*
  =Footer
  */

  #footer {
    clear: both;
    padding: 24px 60px 22px 36px;
  }

  #footer h2 {
    margin-bottom: 12px;
    font-size: 1.5em;
  }

  /* Address */

  #address {
    clear: both;
    font-size: 0.94em;
  }

  #address .vcard {
    float: left;
  }

  .vcard .col {
    float: left;
    width: 300px;
    margin-left: 60px;
  }

  .vcard .col:first-child {
    margin-left: 0;
  }

  .vcard .col div {
    padding: 4px 0;
    border-bottom: 1px solid #dcdfe0;
  }

  .vcard a {
    color: #666;
  }

  .logo {
    float: right;
  }

  /*
  =search results
  */

  #search-results {
    margin-left: 0;
    list-style: none;
  }

  #search-results li {
    margin-bottom: 1em;
  }

  #search-results p {
    margin: 0;
  }

  #search-results .meta {
    color: #333;
    font-size: 1em;
  }

  #search-results .category {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
  }

  /*
  =Content styling
  */

  .article {
    overflow: hidden;
  }

  .article-group {
    overflow: hidden;
    margin-top: 8px;
    padding-top: 4px;
    border-top: 1px solid #e0e0e0;
  }

  .article-group .article {
    margin: 0;
    padding: 0;
    border: none;
  }

  /*
  .level-1 {
  	margin:0;
  	padding:0;
  	border:none;
  }*/

  .sub-articles .article {
    float: left;
    width: 49.5%;
  }

  .single .article {
    clear: both;
    float: none;
    width: auto;
  }

  .article h2,
  .article h3 {
    margin-top: 8px;
  }

  .article h2 {
    font-size: 2.5em;
  }

  .level-1 h2 {
    margin-top: 0;
    font-size: 3em;
  }

  .article h3 {
    font-size: 1.5em;
  }

  .article h2 a,
  .article h3 a {
    color: #333;
    text-decoration: none;
  }

  .article h2 a:hover,
  .article h2 a:focus {
    text-decoration: underline;
  }

  .article h3 a:hover,
  .article h3 a:focus {
    text-decoration: underline;
  }

  .opener {
    margin-right: 0.25em;
    color: #b46113;
    font-weight: bold;
    font-size: 1.167em;
  }

  .intro {
    color: #000;
    font-size: 1.167em;
  }

  .article-info {
    margin: 10px 0 2em;
  }

  .article-info h2 {
    font-size: 1em;
  }

  .article-info p {
    float: left;
    margin: 0;
  }

  .article-info .author {
    float: right;
  }

  .author a {
    padding-left: 22px;
    color: #333;
    background: url(./images/email.png?43dfe1da7c2ce701f74a917b9bbb03a5) no-repeat 0 50%;
    font-weight: bold;
    text-decoration: none;
  }

  .author a:hover,
  .author a:focus {
    text-decoration: underline;
  }

  .article-footnote {
    margin: 2em 0;
  }

  .article-footnote h2 {
    font-size: 1em;
  }

  .article-footnote p {
    font-size: 0.9em;
  }

  .related-info {
    margin: 0 0 2em;
    padding: 20px 20px 8px;
    border-top: 3px solid #e5923a;
    background: #fcf3e9;
  }

  .related-info h2 {
    margin: 0;
    font-size: 1em;
  }

  /* Consumer FAQ */

  .faq-list {
    margin-bottom: 2em;
  }

  .faq-list div {
    margin-top: 8px;
    padding-top: 4px;
    /*border-top:1px solid #e0e0e0;*/
  }

  .faq-list div:first-child {
    border: none;
  }

  .faq-list h2 {
    margin-top: 8px;
    font-size: 1.5em;
  }

  .faq-list h2 a {
    padding: 0 24px 0 0;
    color: #333;
    background: url(./images/arrow-orange.png?d70622288260b90e37b198b69194c883) no-repeat 100% 60%;
    text-decoration: none;
  }

  .faq-list h2 a:hover,
  .faq-list h2 a:focus {
    text-decoration: underline;
  }

  .faq-list .meta {
    display: block;
  }

  .qa {
    position: relative;
  }

  .qa h1 + img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .answer {
    margin-bottom: 2em;
  }

  .question-form .intro {
    padding: 0 60px 0 0;
    background: url(./images/question-mark.png?7f685bda340735752cd6420c89249d63) no-repeat 100% 0;
    font-size: 1em;
  }

  .question-form .intro p {
    font-style: italic;
  }

  /*
  =Lists
  */

  .m ul {
    list-style: none;
    margin: 1em 0;
    padding: 0;
  }

  .m li {
    margin: 0;
    padding: 0 0 0 18px;
    background: url(./images/square-orange.png?aeae69626ec7e3c669515644a21f60bc) no-repeat 0 3px;
  }

  .m ul a {
    text-decoration: none;
  }

  .m ul a:hover,
  .m ul a:focus {
    text-decoration: underline;
  }

  ul.cols li {
    float: left;
  }

  ul.cols-3 li {
    width: 30%;
  }

  .meta .date2 {
    margin-right: 0.25em;
    padding-right: 0.5em;
  }

  .more {
    position: relative;
    margin-top: 12px;
  }

  .more h2 {
    margin-bottom: 18px;
  }

  .more .subscribe {
    position: absolute;
    top: 18px;
    right: 12px;
  }

  .more ul {
    margin-bottom: 1em;
  }

  .more li {
    overflow: auto;
    clear: both;
    margin-bottom: 3px;
  }

  .more li a {
    float: left;
  }

  .more li .date {
    float: right;
  }

  #sharelinks {
    padding: 0;
  }

  #sharelinks ul {
    list-style: none;
    margin: 0;
  }

  #sharelinks li {
    float: right;
    margin-left: 7px;
  }

  #sharelinks li span,
  #sharelinks li svg {
    width: 23px !important;
    height: 23px !important;
    line-height: 23px !important;
  }

  /* END @media screen, projection */
}

@media print {
  html {
    color: #000;
    background: #fff;
  }

  body {
    color: #000;
    background: #fff;
    font: 11pt/1.4 Georgia, "Times New Roman", Times, serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  legend {
    color: #000;
  }

  a:link,
  a:hover,
  a:focus,
  a:active {
    color: #000;
  }

  /* Images */

  .left {
    float: left;
    margin: 3px 18px 10px 0;
  }

  .right {
    float: right;
    margin: 3px 0 10px 18px;
  }

  .figure {
    margin-bottom: 12px;
  }

  .figure.small {
    width: 170px;
  }

  .figcaption {
    color: #666;
    font-size: 0.94em;
  }

  /*
  =Hidden elements
  */

  .global-banner,
  #header-top,
  .weather,
  #nav-main,
  #search,
  .nav-supp,
  #content-secondary,
  #footer .logo,
  .paging,
  .question-form {
    display: none;
  }

  /* Header */

  #logo {
    position: relative;
    float: left;
    margin: 0 0 1em;
  }

  #logo img {
    display: block;
  }

  #logo .date {
    position: absolute;
    right: 11px;
    bottom: 8px;
    z-index: 10;
  }

  /*
  =Footer
  */

  #footer {
    clear: both;
    padding: 1em 0;
    border-top: 4px solid #ccc;
  }

  /*
  =Content styling
  */

  /* Intro */

  .intro {
    color: #000;
    font-size: 1.2em;
  }

  .article,
  .article-group {
    overflow: auto;
    margin-top: 1em;
  }

  .article h2 a,
  .article h3 a {
    text-decoration: none;
  }

  .faq-list h2 a {
    text-decoration: none;
  }

  .article-info {
    margin: 1em 0;
  }

  .article-info p {
    margin: 0;
    font-size: 0.94em;
  }

  .btn,
  a.button,
  #body,
  #content-secondary {
    behavior: none;
  }

  /* END @media print */
}

#slider p {
  font-size: 14px;
}

ul.flex-direction-nav {
  display: none;
}

.flex-control-paging li a {
  width: 6px;
  height: 6px;
}

p.captioning {
  font-size: 14px;
}

.article ul,
.article ol,
.article-body ul,
.article-body ol {
  padding-left: 1.5rem;
}

/*Hides screenreadertext from pagination*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*Images in högerkolumn*/

img.rightcolumnimage {
  float: right;
  max-width: 220px;
}

.wpcf7 input[type=radio] {
  margin: 3px;
}

.capitalize {
  text-transform: capitalize;
}

.flex-direction-nav a:before {
  font-size: 28px;
}

.flex-control-nav {
  bottom: 0;
  z-index: 9;
}

.flexslider {
  margin: 0 0 0px;
}

#readThis .figure {
  margin: 0;
}

#readThis .figure.video {
  display: block;
}

.alignright {
  float: right;
  margin: 3px 0 10px 18px;
}

.alignleft {
  float: left;
  margin: 3px 18px 10px 0px;
}

.aligncenter {
  margin: 3px 0px 10px 0px;
}

.archiveshow h2 + div.figure.right img {
  max-height: 150px;
  max-width: 120px;
}

.related-info h2 {
  margin-top: 1.8em;
}

ul.flex-direction-nav {
  display: block;
}

@media (max-width: 500px) {
  ul.flex-direction-nav {
    display: none;
  }
}

#content-inner p.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
}

.article h2 {
  font-size: 2.5em;
  word-wrap: break-word;
}

#content-secondary iframe {
  max-width: 100%;
}

.related-info a {
  font-size: 1.15em;
}

.m.related-info iframe,
.m.related-info image {
  max-width: 100%;
}

/*aug-18 remake*/

#nav-main li a {
  float: left;
  padding: 10px 15px;
  color: #080808;
  background: #ffffff;
  text-decoration: none;
}

.opener {
  margin-right: 0.25em;
  color: #101010;
  font-weight: bold;
  font-size: 1.167em;
}

#body-outer {
  width: 920px;
  margin: 0 auto;
  padding: 0 55px;
  background: transparent;
}

html,
body {
  color: #333;
  background: #fff;
}

#main {
  margin-right: -26px;
  padding-right: 26px;
  background: transparent;
}

#body {
  /*-moz-box-shadow: 0 0 24px #9990;
  -webkit-box-shadow: 0 0 24px #9990;
  box-shadow: 0 0 24px #9990;*/
  box-shadow: 0 0 24px rgba(153, 153, 153, 0);
  background: #fff;
}

#content-secondary {
  float: right;
  width: 234px;
  margin-top: 10px;
  padding: 0 8px 20px;
  /*-moz-box-shadow: 0 4px 16px #ddd0;
  -webkit-box-shadow: 0 4px 16px #ddd0;
  box-shadow: 0 4px 16px #ddd0;*/
  box-shadow: 0 4px 16px rgba(221, 221, 221, 0);
  background-color: #fff;
}

.article h2 {
  font-size: 2em;
  word-wrap: break-word;
}

.m {
  margin: 0 0 30px;
  padding: 18px 12px 0;
  background: transparent;
  border-top: 1px solid black;
}

#nav-main {
  margin: 0 2px;
  padding-bottom: 1px;
  /*border-bottom: 1px solid #3737373b;*/
  /*border-top: 1px solid #3737373b;*/
  border-bottom: 1px solid rgba(55, 55, 55, 0.23);
  border-top: 1px solid rgba(55, 55, 55, 0.23);
}

#nav-main ul {
  margin: 0;
  border-bottom: 0px solid #b46113;
  list-style: none;
  /*background: #37373700;*/
  background: rgba(55, 55, 55, 0);
  white-space: nowrap;
  font-weight: bold;
}

#nav-main li a:hover,
#nav-main li a:focus,
#nav-main li a:active {
  background: #1069c9;
  color: white;
}

#nav-main li.current-menu-item a {
  background: #1069c9;
  color: white;
}

#nav-main ul .menu-item-has-children {
  position: relative;
}

#nav-main ul .menu-item-has-children ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  border: 1px solid rgba(55, 55, 55, 0.23);
  /*#3737373b;*/
  border-top: none;
  margin-top: 1px;
}

#nav-main ul .menu-item-has-children:hover ul {
  display: block;
  background-color: #fff;
}

@media (max-width: 768px) {
  #nav-main ul .menu-item-has-children ul {
    display: block;
    width: 100%;
    border: none;
    text-indent: 20px;
    position: static;
  }
}

.global-banner {
  position: relative;
  z-index: 100;
  border-bottom: 0px solid #eee8dc;
  /*background: #f4f3ef00;*/
  background: rgba(244, 243, 239, 0);
  line-height: 82px;
}

#header {
  position: relative;
}

#header-top:after {
  content: "";
  background: #f7f7f7;
}

.m {
  margin: 0 0 30px;
  padding: 18px 12px 0;
  background: transparent;
  border-top: 1px solid black;
}

.more .subscribe,
.vcard .col-2 {
  display: none;
}

#footer h2 {
  margin-bottom: 12px;
  font-size: 1.5em;
  padding-left: 150px;
}

.weather {
  width: 200px;
  float: none;
  margin: 16px 0 0 44px;
  font-size: 0.94em;
  line-height: 1.2;
}

#logo .date {
  position: absolute;
  right: -310px;
  bottom: 40px;
  z-index: 10;
}

.global-banner {
  padding-top: 30px;
}

.ht-inner {
  width: 892px;
  margin: auto;
}

.innerfoot {
  width: 666px;
  margin: auto;
}

body {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

input,
select,
textarea {
  margin: 0;
  font: 1em/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.btn {
  font: bold 1em/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media print {
  body {
    font: 11pt/1.4 Georgia, "Times New Roman", Times, serif;
  }
}

.meta {
  display: block;
}

.m li {
  margin: 0;
  padding: 0 0 0 18px;
  background: url(./images/square-orange.png?aeae69626ec7e3c669515644a21f60bc) no-repeat 0 10px;
  background-size: 6px;
}

#content-inner {
  padding: 20px 0px 40px;
  padding-right: 34px;
}

.btn {
  width: auto;
  overflow: visible;
  margin-left: 2px;
  padding: 2px 12px;
  border: 3px solid #000;
  box-shadow: 0 0 0 1px #000;
  color: #fff;
  background-color: #000;
  font: bold 1em/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.paging span.page-numbers.current {
  color: white;
  background: #0076BC;
}

.paging a:hover,
.paging a:focus,
.paging a:active {
  color: white;
  background: #0076BC;
}

.paging span.page-numbers {
  display: inline-block;
  width: 3.4rem;
  margin: 0 4px 5px 0;
  padding: 0.5em 0.2em;
  border: none;
  color: #000;
  background: #ececec;
  text-decoration: none;
  text-align: center;
  font-size: 1.3em;
}

.paging a:link,
.paging a:visited {
  display: inline-block;
  width: 3.4rem;
  margin: 0 4px 5px 0;
  padding: 0.5em 0.2em;
  border: none;
  color: #000;
  background: #ececec;
  text-decoration: none;
  text-align: center;
  font-size: 1.3em;
}

.paging em {
  display: inline-block;
  width: 3.4rem;
  margin: 0 4px 5px 0;
  padding: 0.5em 0.2em;
  border: none;
  color: #000;
  background: #ececec;
  text-decoration: none;
  text-align: center;
  font-size: 1.3em;
}

.nav-supp a {
  padding-left: 14px;
  color: #333;
  background: url(./images/square-blue.png?aeae69626ec7e3c669515644a21f60bc) no-repeat 0 50%;
  text-decoration: none;
  background-size: 6px;
  white-space: nowrap;
}

a.action {
  padding-right: 18px;
  background: url(./images/arrow-orangeb.png?b8bf8559de73e87b2dceeeba9172f579) no-repeat 100% 50%;
  text-decoration: none;
}

.faq-list h2 a {
  padding: 0 24px 0 0;
  color: #333;
  background: url(./images/arrow-orangeb.png?b8bf8559de73e87b2dceeeba9172f579) no-repeat 100% 60%;
  text-decoration: none;
}

.m.related-info {
  margin: 0 0 2em;
  padding: 20px 20px 8px;
  border-top: 3px solid #e5923a;
  background: #fcf3e9;
}

#nav-main li a {
  font-weight: 100;
  font-size: 0.83rem;
}

#nav-main li ul li {
  width: 100%;
}

#nav-main li ul li a {
  width: 100%;
}

/*v2boxamendments*/

.maybethumb-fullwidth img {
  width: 100%;
}

.maybethumb img {
  max-width: 225px;
  width: 100%;
}

.sidebaritems img {
  max-width: 100%;
  display: block;
  /* margin:0 auto; */
}

.sidhuvud h1 {
  font-size: 1rem;
  text-align: center;
  float: left;
  width: 100%;
  margin: 28px;
}

.sidhuvud .h1 {
  font-size: 1rem;
  text-align: center;
  float: left;
  width: 100%;
  margin: 28px;
  font-weight: bold;
  display: block;
}

.sidhuvud a img {
  margin-top: 14px;
}

.sidhuvud .innerbox {
  /* float: right; */
}

.kragebg {
  /*background-color:#dedede50;*/
  background-color: rgba(225, 225, 225, 0.28);
}

.container.navigering {
  margin-bottom: 20px;
  margin-top: 20px;
}

.btn {
  line-height: 1;
  border-radius: 0rem;
  text-transform: none;
}

html {
  font-size: 20px;
}

.articles {
  margin-bottom: 50px;
}

.article {
  position: relative;
  border-top: 0;
}

.row.date {
  /*margin-top: 7px;*/
}

.sidhals span.date {
  margin-top: 29%;
  display: block;
}

#footer {
  padding-top: 53px;
  padding-bottom: 58px;
}

#footer h2 {
  padding-left: 0;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  border: 0;
}

.sidhuvud a.gbglank {
  position: absolute;
  bottom: 25%;
}

.paging.cf {
  margin-top: 56px;
  margin-bottom: 45px;
}

.flernyheter {
  margin-top: 50px;
  position: relative;
}

.flernyheter .m.more {
  border: 0px;
}

.flernyheter:after {
  content: "";
  width: 96%;
  height: 1px;
  /*background:#443b3b78; */
  background: rgba(68, 59, 59, 0.47);
  position: absolute;
  top: 0px;
  left: 2%;
  z-index: 500;
}

.sidhals .logo {
  float: none;
  margin-top: 20px;
  margin-bottom: -14px;
}

.footer .logo img {
  max-width: 100%;
  width: 160px;
  display: block;
  margin-bottom: 11px;
  margin-top: 20px;
}

.sidkrage {
  min-height: 50px;
  padding-top: 10px;
}

#sidhuvud {
  position: relative;
}

.intro {
  clear: both;
}

div#readThis a {
  word-wrap: break-word;
}

@media (max-width: 1200px) {
  #nav-main li a {
    font-weight: 100;
    font-size: 0.66rem;
  }
}

@media (max-width: 768px) {
  .weathercol,
  .datecol {
    display: none;
  }

  .articles:after {
    content: "";
    height: 100%;
    width: 0px;
    /*background: #443b3b78;*/
    background: rgba(68, 59, 59, 0.47);
    position: absolute;
    top: 0;
    right: 0%;
  }

  #content-primary,
  #content-secondary {
    float: none;
    width: auto;
    clear: both;
  }

  .container.sidhuvud {
    display: none;
  }

  .sidhals span.date {
    margin-top: 0;
  }

  a#nav-toggle {
    bottom: 40px;
  }

  .sidhals .logo img {
    max-width: 67%;
  }
}

/* max 768px*/

img {
  max-width: 100%;
  max-width: 100%;
  height: auto;
}

/*
#readThis .figure {
    margin: 0;
    display: block;
    float: none;
    position: relative;
}
#readThis .figure img {
    margin: 0 auto;
    width: 100%;
}*/

div[id^=attachment_] {
  max-width: 100%;
}

.hogerstalld {
  float: right;
}

.hogerstalld + .intro {
  clear: none;
}

.floatcol.maybethumb {
  float: right;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 10px;
  max-width: 50%;
}

/*PRint rules*/

@media print {
  .single-post div#sidebaritems,
  .single-post .article-info.cf {
    display: none;
  }

  .single-post .col-lg-8.articles {
    max-width: 100%;
    flex: 100%;
    border: 0;
  }

  .single-post .col-lg-8.articles:after {
    content: "";
  }

  .single-post .container.sidkrage {
    display: none;
  }
}

.video-link {
  position: relative;
}

.video-link .dashicons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out;
}

#video-embed .dashicons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out;
}

.video-link:hover .dashicons {
  background: rgba(0, 0, 0, 0.8);
}

#video-embed {
  position: relative;
}

#video-embed:hover .dashicons {
  background: rgba(0, 0, 0, 0.8);
}

#video-embed img,
#video-embed iframe {
  width: 100%;
}

#video-embed .cover-image {
  cursor: pointer;
}

.small-font {
  font-size: 12px;
}

/* MEDIA QUERIES
-------------------------------------------------------------- */

/* 768px
-------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
  /* Save as web app hint */

  #webapp-hint {
    position: fixed;
    bottom: 0;
    left: 10%;
    right: 10%;
    padding: 10px;
    color: #fff;
    background: #373737;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
  }

  #webapp-hint img {
    width: 14px;
  }

  #webapp-hint img.app-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  /* Images */

  .figure.left,
  .figure.right {
    width: 38%;
  }

  #content-inner img.left,
  #content-inner img.right {
    width: 38%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .opener {
    font-size: 1em;
  }

  a.action,
  .faq-list h2 a {
    background-image: url(./images/arrow-orange@2x.png?8fa45dcc69ed8f166a4d3758f268dd87);
    background-size: 15px;
  }

  /* Main layout */

  .global-banner {
    line-height: 1;
  }

  .global-banner .inner {
    width: auto;
  }

  .global-banner a {
    padding-top: 10px;
  }

  .global-banner img {
    width: 60px;
    height: 31px;
  }

  #header .weather,
  #logo .date,
  .global-banner {
    display: none;
  }

  #header {
    background: #fff;
    padding-top: 8px;
  }

  .appmode #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
  }

  .appmode #body {
    padding-top: 64px;
  }

  #header-top {
    margin: 0;
    padding: 2px 16px;
  }

  #logo {
    float: none;
    position: static;
    margin: 0 auto 7px;
    background: url(./images/logo-mobile.png?a9ed851d0104b3caaa32e8581fbf21e7) no-repeat 50% 50%;
    background-size: 170px;
    width: 170px;
    height: 43px;
  }

  #logo img {
    width: 196px;
    height: 45px;
    display: none;
  }

  #logo .date {
    right: auto;
    left: 16px;
    font-size: 0.85em;
    color: #666;
  }

  #nav-main {
    margin: 0;
  }

  #body-outer {
    width: auto;
    padding: 0;
    background: none;
  }

  #main {
    padding: 0;
    margin: 0;
    background: none;
  }

  #content {
    padding: 16px 16px 24px;
  }

  #content-inner {
    padding: 0;
  }

  #content-primary {
    float: none;
    width: auto;
    clear: both;
  }

  #content-secondary {
    float: none;
    width: auto;
    clear: both;
    position: fixed;
    overflow: hidden;
    top: 65px;
    right: 0;
    left: -4px;
    margin: 0 0 0 100%;
    padding: 0 16px;
    border-left: 1px solid #ddd;
    box-shadow: 0 0 5px #000;
  }

  #content-secondary.toggled {
    overflow: auto;
    bottom: 0;
    margin: 0 0 0 32px;
  }

  #aside-toggle {
    display: none;
    position: fixed;
    top: 200px;
    right: 3px;
    width: 21px;
    height: 32px;
    background: url(./images/btn-aside-toggle.png?73f47d826b38960bcc56dbd0ffac6ecc) no-repeat 0 0;
    background-size: 21px;
    text-indent: -9999px;
  }

  #aside-toggle.toggled {
    right: auto;
    left: 8px;
    background: url(./images/btn-aside-toggle.png?73f47d826b38960bcc56dbd0ffac6ecc) no-repeat 0 100%;
    background-size: 21px;
  }

  /* Main navigation */

  #nav-toggle {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(./images/btn-nav-toggle.png?16fb037d8b28af64a2c4bf30760b1a55) no-repeat 0 0;
    background-size: 48px;
    text-indent: -9999px;
  }

  #nav-toggle.toggled {
    background-position: 0 100%;
  }

  #nav-back {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: block;
    width: 48px;
    height: 48px;
    background-size: 48px;
    text-indent: -9999px;
  }

  #nav-main {
    padding: 0;
    font-size: 1.15em;
    border-bottom: 1px solid #ddd;
  }

  .appmode #nav-main {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 99;
  }

  #nav-main li {
    float: none;
  }

  #nav-main li a {
    float: none;
    display: block;
    border-bottom: 1px solid #777;
    padding: 8px 18px;
  }

  #nav-main #header-top {
    padding: 5px 0;
    border-top: none;
    background: #373737;
  }

  #nav-main .nav-supp {
    float: left;
    width: 100%;
  }

  #nav-main .nav-supp ul {
    float: left;
    width: 100%;
    padding: 0;
    background: #373737;
    font-weight: normal;
    border: none;
  }

  #nav-main .nav-supp li {
    float: left;
  }

  #nav-main .nav-supp li a {
    border: none;
  }

  /* Supplemental navigation and search */

  /* Save as web app hint */

  #webapp-hint {
    background: #373737;
    background-size: 25px;
  }

  /* Article listing */

  h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }

  .article h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }

  .article h3 {
    font-size: 1.4em;
  }

  .article-info .author {
    padding-top: 16px;
  }

  .sub-articles .article {
    float: none;
    width: auto;
  }

  .article-info p,
  .article-info .author {
    float: none;
    width: auto;
  }

  ul.cols-3 li {
    float: none;
    width: auto;
  }

  .more li {
    margin-bottom: 10px;
  }

  .more li a {
    float: none;
    width: auto;
  }

  .more li .date {
    float: none;
    width: auto;
    color: #666;
  }

  .paging em {
    padding: 0.5em 0.2em;
    color: #fff;
  }

  /* Q&A */

  .qa {
    padding-top: 44px;
  }

  .qa h1 + img {
    right: auto;
    left: 0;
  }

  /* Modules */

  .m {
    /*margin:0 -16px 30px; */
    padding: 18px 16px 0;
  }

  .related-info {
    margin: 0 0 18px;
    padding: 20px 20px 8px;
  }

  .m li {
    background-position: 0 4px;
  }

  /* Footer */

  #footer {
    padding: 16px;
  }

  #address .vcard {
    float: none;
    width: auto;
    margin: 0;
  }

  #address .vcard .col {
    float: none;
    width: auto;
    margin: 0;
  }

  .logo {
    float: none;
    padding-top: 16px;
    text-align: center;
  }

  #footer a {
    display: block;
  }

  #footer a img {
    display: inline;
  }
}

/* End max-width:768px */

#cookie-message {
  background-color: #e5e5e5;
  color: #333;
  padding: 24px 0;
  display: none;
}

#cookie-message .col {
  display: flex;
  align-items: center;
}

#cookie-message p {
  font-size: 13px;
}

#cookie-message p a {
  color: #333;
  text-decoration: underline;
}

#cookie-message p a:hover {
  text-decoration: none;
}

#cookie-message .btn-accept {
  display: inline-block;
  padding: 7px 16px;
  background-color: #005799;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 24px;
}

#cookie-message .btn-accept:hover {
  background-color: #004172;
}

#readspeaker_button1 {
  display: inline-flex;
  vertical-align: middle;
  margin: 0;
  padding-bottom: 0;
  margin-top: -3px;
}

@media (max-width: 767px) {
  #readspeaker_button1 {
    margin-top: 0;
  }
}

#readspeaker_button1 .rsbtn_play {
  background: none;
  border: none;
  text-align: left;
  height: auto;
}

#readspeaker_button1 .rsbtn_left {
  margin: 0;
  height: auto;
}

#readspeaker_button1 .rsbtn_left .rsbtn_text {
  height: auto;
}

#readspeaker_button1 .rsbtn_left .rsbtn_text span {
  height: auto;
  font-weight: 400 !important;
  padding: 0;
  color: #0076BC;
  text-decoration: underline;
  font-size: 15px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  #readspeaker_button1 .rsbtn_left .rsbtn_text span {
    font-size: 13px;
  }
}

#readspeaker_button1 .rsbtn_left .rsbtn_text span:hover {
  text-decoration: none;
}

#readspeaker_button1 .rsbtn_tooltoggle {
  display: none !important;
}

#readspeaker_button1 .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before,
#readspeaker_button1 .rsbtn_play .rsbtn_left .rsbtn_text::before {
  content: none;
}

#readspeaker_button1.rsexpanded .rsbtn_exp {
  display: inline-block;
  margin-top: -5px;
}

#readspeaker_button1.rsexpanded .rsbtn_exp .rsbtn_exp_inner {
  background: none;
  border: none;
}

.container-fluid {
  max-width: 1140px;
}

a:link {
  text-decoration: underline;
}

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

a[rel=external],
span[rel=external] {
  padding-right: 25px;
  position: relative;
}

a[rel=external]:after,
span[rel=external]:after {
  content: url(./images/ext-link.svg?f36d3a4b3f574efdc0e03a81a240519b);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
}

a.category-link {
  color: #0076BC;
  text-decoration: none;
}

a.category-link:hover {
  text-decoration: underline;
}

.searchbox .search {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #C8C8C8;
  align-items: flex-start;
}

.searchbox .search:focus-within {
  border-bottom-color: #0076BC;
}

.searchbox .search input[type=text] {
  border: none;
  outline: none;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  color: #333;
}

.searchbox .search input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #989797;
  opacity: 1;
}

.searchbox .search input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #989797;
  opacity: 1;
}

.searchbox .search input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #989797;
  opacity: 1;
}

.searchbox .search input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #989797;
  opacity: 1;
}

.searchbox .search .btn-search {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

header#main-header {
  margin-bottom: 20px;
}

header#main-header .header--top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 15px;
}

header#main-header .header--top .header--top_left #menu-supportmeny {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

header#main-header .header--top .header--top_left #menu-supportmeny li {
  margin-right: 20px;
}

header#main-header .header--top .header--top_left #menu-supportmeny li a {
  font-size: 15px;
  color: #0076BC;
  position: relative;
  padding-left: 10px;
}

@media (max-width: 767px) {
  header#main-header .header--top .header--top_left #menu-supportmeny li a {
    font-size: 13px;
  }
}

header#main-header .header--top .header--top_left #menu-supportmeny li a:before {
  width: 7px;
  height: 7px;
  background-color: #0076BC;
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  header#main-header .header--top .header--top_left #menu-supportmeny li a:before {
    width: 5px;
    height: 5px;
  }
}

header#main-header .header--top .header--top_right .gbg-logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

@media (max-width: 990px) {
  header#main-header .header--top .header--top_right .gbg-logo {
    display: none;
  }
}

header#main-header .header--top .header--top_right .gbg-logo .gbg-logo--image {
  margin-left: 30px;
}

header#main-header .header--top .header--top_right .gbg-logo .gbg-logo--image a {
  display: inline-block;
}

header#main-header .header--top .header--top_right .gbg-logo .gbg-logo--image img {
  max-height: 45px;
}

header#main-header .header--top .header--top_right #mobile-menu-trigger {
  display: none;
}

@media (max-width: 990px) {
  header#main-header .header--top .header--top_right #mobile-menu-trigger {
    display: block;
  }
}

header#main-header .header--main {
  padding-top: 10px;
}

header#main-header .header--main .logo-row a {
  display: inline-block;
}

header#main-header .header--main .logo-row img {
  max-height: 85px;
}

header#main-header .header--main .info-row {
  padding-top: 5px;
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
}

@media (max-width: 767px) {
  header#main-header .header--main .info-row {
    display: none;
  }
}

header#main-header .header--main .info-row_left {
  display: flex;
  flex-flow: row nowrap;
}

header#main-header .header--main .info-row_left .summary {
  padding-right: 15px;
  border-right: 1px solid #C8C8C8;
}

header#main-header .header--main .info-row_left .summary .gbg-stad {
  font-weight: bold;
}

header#main-header .header--main .info-row_left .date-row {
  padding-left: 15px;
}

header#main-header .header--main .info-row_left .date-row .date {
  font-weight: bold;
}

header#main-header .header--main .info-row_right {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
}

header#main-header .header--main .info-row_right .weather-container {
  margin-left: 30px;
}

@media (max-width: 1200px) {
  header#main-header .header--main .info-row_right .weather-container {
    display: none;
  }
}

header#main-header .header--main .info-row_right .weather-container .weather {
  padding-top: 0;
  margin: 0;
  transform: translateY(-56px);
  height: 32px;
  overflow: visible;
}

nav#main-nav {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}

@media (max-width: 990px) {
  nav#main-nav {
    display: none;
  }
}

@media (min-width: 991px) {
  nav#main-nav {
    display: block !important;
  }
}

nav#main-nav .search-container-mobile {
  display: none;
}

@media (max-width: 767px) {
  nav#main-nav .search-container-mobile {
    display: block;
  }
}

nav#main-nav .search-container-mobile input[type=text] {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

nav#main-nav .search-container-mobile .btn-search {
  width: 39px;
  height: 39px;
}

nav#main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 990px) {
  nav#main-nav > ul {
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

nav#main-nav > ul > li {
  transition: background-color 0.1s ease-in;
  /*
  Duplicated due to focus-within not being supported by IE/Edge
  */
}

@media (max-width: 990px) {
  nav#main-nav > ul > li {
    border-bottom: 1px solid #F1EEEA;
    width: 100%;
  }
}

nav#main-nav > ul > li > a {
  font-size: 16px;
  color: #333;
  display: block;
  padding: 12px 15px;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}

nav#main-nav > ul > li > a:focus {
  outline-color: #333 !important;
}

nav#main-nav > ul > li > a img {
  display: none;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

@media (max-width: 990px) {
  nav#main-nav > ul > li > a {
    text-align: left;
  }

  nav#main-nav > ul > li > a img {
    display: inline-block;
  }
}

nav#main-nav > ul > li.current-menu-item,
nav#main-nav > ul > li.current-post-ancestor,
nav#main-nav > ul > li:hover,
nav#main-nav > ul > li:focus {
  background-color: #0076BC;
}

nav#main-nav > ul > li.current-menu-item > a,
nav#main-nav > ul > li.current-post-ancestor > a,
nav#main-nav > ul > li:hover > a,
nav#main-nav > ul > li:focus > a {
  background-color: #0076BC;
  color: #fff;
}

nav#main-nav > ul > li:focus-within {
  background-color: #0076BC;
}

nav#main-nav > ul > li:focus-within > a {
  background-color: #0076BC;
  color: #fff;
}

nav#main-nav > ul > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  border-top: 1px solid #0076BC;
}

nav#main-nav > ul > li > ul > li {
  transition: background-color 0.1s ease-in;
  background-color: #fff;
  /*
  Duplicated due to focus-within not being supported by IE/Edge
  */
}

nav#main-nav > ul > li > ul > li > a {
  font-size: 16px;
  color: #333;
  display: block;
  padding: 12px 15px;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}

nav#main-nav > ul > li > ul > li > a img {
  display: none;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

@media (max-width: 990px) {
  nav#main-nav > ul > li > ul > li > a {
    text-align: left;
  }

  nav#main-nav > ul > li > ul > li > a img {
    display: inline-block;
  }
}

nav#main-nav > ul > li > ul > li.current-menu-item,
nav#main-nav > ul > li > ul > li.current-post-ancestor,
nav#main-nav > ul > li > ul > li:hover,
nav#main-nav > ul > li > ul > li:focus {
  background-color: #0076BC;
}

nav#main-nav > ul > li > ul > li.current-menu-item > a,
nav#main-nav > ul > li > ul > li.current-post-ancestor > a,
nav#main-nav > ul > li > ul > li:hover > a,
nav#main-nav > ul > li > ul > li:focus > a {
  background-color: #0076BC;
  color: #fff;
}

nav#main-nav > ul > li > ul > li:focus-within {
  background-color: #0076BC;
}

nav#main-nav > ul > li > ul > li:focus-within > a {
  background-color: #0076BC;
  color: #fff;
}

nav#main-nav > ul > li:hover > ul,
nav#main-nav > ul > li:focus > ul {
  display: block;
}

nav#main-nav > ul > li:focus-within > ul {
  display: block;
}

nav#main-nav > ul > li > a:focus + ul {
  display: block;
}

@media (max-width: 990px) {
  nav#main-nav > ul > li.menu-item-object-custom.menu-item-has-children > a {
    display: none;
  }

  nav#main-nav > ul > li > ul {
    display: block;
    width: 100%;
    position: static;
    border: none;
  }

  nav#main-nav > ul > li > ul > li {
    width: 100%;
    border-top: 1px solid #F1EEEA;
  }

  nav#main-nav > ul > li > ul > li > a {
    text-align: left;
  }
}

nav#main-nav #mobile-menu-close {
  display: none;
  text-align: center;
  color: #333;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
}

nav#main-nav #mobile-menu-close:hover {
  color: #0076BC;
}

nav#main-nav #mobile-menu-close .close-icon {
  background: #333;
  height: 28px;
  width: 28px;
  display: inline-flex;
  border-radius: 50%;
  vertical-align: middle;
  padding: 5px;
}

@media (max-width: 990px) {
  nav#main-nav #mobile-menu-close {
    display: block;
  }
}

#site-message {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  #site-message {
    margin-top: 0;
  }
}

#site-message .site-message__inner {
  background-color: #0076BC;
  padding: 20px 15px;
  color: #fff;
  position: relative;
}

#site-message .site-message__inner.red {
  background-color: #ad1d24;
}

#site-message .site-message__inner.ltblue {
  background-color: #cce3f1;
  color: #333;
}

#site-message .site-message__inner.green {
  background-color: #d0efd5;
  color: #333;
}

#site-message .site-message__inner.yellow {
  background-color: #fff6c4;
  color: #333;
}

#site-message .site-message__inner a {
  color: inherit;
}

#site-message .site-message__inner .site-message__title {
  font-size: 15px;
}

#site-message .site-message__inner .site-message__content {
  margin: 0;
}

@media (max-width: 500px) {
  #site-message .site-message__inner .site-message__content {
    display: none;
  }

  #site-message .site-message__inner .site-message__content.open {
    display: block;
  }
}

#site-message .site-message__inner .site-message__read-more {
  display: none;
}

@media (max-width: 500px) {
  #site-message .site-message__inner .site-message__read-more {
    display: block;
  }
}

#site-message .site-message__inner .site-message__close {
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 15px;
}

#site-message .site-message__inner .site-message__close:focus:before,
#site-message .site-message__inner .site-message__close:focus:after {
  outline: none !important;
}

#site-message .site-message__inner .site-message__close:before,
#site-message .site-message__inner .site-message__close:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

#site-message .site-message__inner .site-message__close:after {
  transform: rotate(45deg);
}

#site-message .site-message__inner .site-message__close:before {
  transform: rotate(-45deg);
}

#site-message .site-message__inner .site-message__close,
#site-message .site-message__inner .site-message__read-more {
  color: #fff;
}

#site-message .site-message__inner .site-message__close:focus,
#site-message .site-message__inner .site-message__read-more:focus {
  color: #fff;
}

#site-message .site-message__inner.ltblue .site-message__close,
#site-message .site-message__inner.ltblue .site-message__read-more,
#site-message .site-message__inner.yellow .site-message__close,
#site-message .site-message__inner.yellow .site-message__read-more,
#site-message .site-message__inner.green .site-message__close,
#site-message .site-message__inner.green .site-message__read-more {
  color: #333;
}

#site-message .site-message__inner.ltblue .site-message__close:focus,
#site-message .site-message__inner.ltblue .site-message__read-more:focus,
#site-message .site-message__inner.yellow .site-message__close:focus,
#site-message .site-message__inner.yellow .site-message__read-more:focus,
#site-message .site-message__inner.green .site-message__close:focus,
#site-message .site-message__inner.green .site-message__read-more:focus {
  color: #333;
}

#site-message .site-message__inner.ltblue .site-message__close:before,
#site-message .site-message__inner.ltblue .site-message__close:after,
#site-message .site-message__inner.yellow .site-message__close:before,
#site-message .site-message__inner.yellow .site-message__close:after,
#site-message .site-message__inner.green .site-message__close:before,
#site-message .site-message__inner.green .site-message__close:after {
  background-color: #333;
}

a.top-news-item {
  margin-bottom: 20px;
  display: flex;
  text-decoration: none;
  color: #333;
}

a.top-news-item:hover {
  color: #333;
}

a.top-news-item:hover h2 {
  text-decoration: underline;
  color: #0076BC;
}

a.top-news-item .image-col {
  position: relative;
  width: 100%;
  overflow: hidden;
}

a.top-news-item .image-col > a {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.top-news-item .image-col .image {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  a.top-news-item .image-col .image {
    width: 100%;
  }
}

a.top-news-item .image-col:before {
  content: "";
  display: block;
  padding-top: 65.7%;
}

@media (max-width: 767px) {
  a.top-news-item .image-col {
    margin-bottom: 10px;
  }
}

a.top-news-item .text-col {
  position: relative;
}

a.top-news-item .text-col > a:not(.category-link) {
  text-decoration: none;
  color: #333;
}

a.top-news-item .mobile-header {
  display: none;
}

@media (max-width: 767px) {
  a.top-news-item .mobile-header {
    display: block;
  }
}

@media (max-width: 767px) {
  a.top-news-item .main-header {
    display: none;
  }
}

a.top-news-item .news-type {
  font-size: 15px;
  color: #0076BC;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  a.top-news-item .text-col .news-type {
    display: none;
  }
}

a.top-news-item h2 {
  font-size: 30px;
  margin: 0 0 10px;
  padding: 0;
}

a.top-news-item h2 a {
  color: #333;
}

a.top-news-item h2 a:hover,
a.top-news-item h2 a:focus {
  color: #0076BC;
}

a.top-news-item .date {
  font-size: 15px;
  color: #707070;
}

@media (max-width: 767px) {
  a.top-news-item .date {
    margin-bottom: 10px;
  }
}

a.top-news-item .opener {
  font-size: 17px;
}

.sidebaritems {
  margin-bottom: 20px;
}

.sidebaritems h4 {
  font-size: 18px;
  text-transform: none;
  margin: 0;
}

.sidebaritems .sidebaritems-head {
  color: #fff;
  background: #0076BC;
}

.sidebaritems .sidebaritems-head h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
}

.sidebaritems .sidebaritems-inner {
  border-left: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}

.sidebaritems .sidebaritems-inner .newsletter-row {
  margin-bottom: 20px;
  padding-top: 15px;
}

.sidebaritems .sidebaritems-inner .social-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
}

.sidebaritems .sidebaritems-inner .social-row a {
  display: inline-block;
  margin-left: 20px;
}

.sidebaritems .sidebaritems-inner .sidebar-row {
  margin-bottom: 20px;
}

.sidebaritems .sidebaritems-inner .sidebar-row h4 {
  margin-bottom: 12px;
}

.sidebaritems .sidebaritems-inner .sidebar-row:not(:last-of-type) {
  border-bottom: 1px solid #D1D1D1;
}

.sidebaritems .sidebaritems-head,
.sidebaritems .sidebaritems-inner {
  padding: 5px 15px;
}

#top-news ul {
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
}

#top-news ul a {
  color: #0076BC;
  display: inline-block;
  text-decoration: none;
}

#top-news ul a:hover {
  text-decoration: underline;
}

#top-news ul a:after {
  content: url(./images/down.svg?b9450b7370b41e63df0eb1e44ffded91);
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

article.news-article {
  display: flex;
  flex-flow: column nowrap;
}

article.news-article .article-title {
  font-size: 38px;
}

@media (max-width: 767px) {
  article.news-article .article-title {
    font-size: 24px;
  }
}

article.news-article .figure .captioning {
  color: #707070;
  font-size: 15px;
  margin-bottom: 0;
}

article.news-article .figure .flexslider {
  border: none;
}

article.news-article .figure .flexslider .flex-control-nav {
  position: static;
  padding-top: 10px;
}

article.news-article .figure .flexslider .flex-prev,
article.news-article .figure .flexslider .flex-next {
  font-size: 0;
}

article.news-article .article-meta {
  margin-bottom: 20px;
}

article.news-article .article-meta .date {
  color: #707070;
  font-size: 15px;
}

article.news-article .article-meta a {
  font-size: 15px;
}

article.news-article .article-body {
  margin-bottom: 20px;
}

article.news-article .article-body .intro p,
article.news-article .article-body .intro .opener {
  font-size: 17px;
}

article.news-article .article-footnote {
  margin: 0;
  margin-bottom: 20px;
}

article.news-article .article-sharing {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

article.news-article .article-sharing .author {
  margin: 0;
}

article.news-article .article-sharing .author a {
  background: none;
  padding: 0;
}

article.news-article .article-sharing--share-links ul {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
}

article.news-article .article-sharing--share-links_link {
  width: 27px;
  height: 27px;
  display: block;
  margin-left: 15px;
}

article.news-article .article-sharing--share-links_link svg {
  fill: #fff;
  width: 27px;
  height: 27px;
}

article.news-article .article-sharing--share-links_link.twitter {
  background-color: #1da1f2;
}

article.news-article .article-sharing--share-links_link.facebook {
  background-color: #3b5998;
}

article.news-article .article-sharing--share-links_link.copy {
  background-color: #178bf4;
  position: relative;
}

article.news-article .article-sharing--share-links_link.copy .copy-link-popup {
  display: none;
  position: absolute;
  bottom: 100%;
  background: #333;
  color: #fff;
  padding: 10px;
  width: 300px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
}

@media (max-width: 991px) {
  article.news-article .article-sharing--share-links_link.copy .copy-link-popup {
    transform: translate(-75%, -20px);
  }
}

@media (max-width: 350px) {
  article.news-article .article-sharing--share-links_link.copy .copy-link-popup {
    transform: translate(-70%, -20px);
  }
}

article.news-article .article-sharing--share-links_link.copy .copy-link-popup input {
  display: inline-block;
  width: auto;
}

article.news-article .article-sharing--share-links_link.copy .copy-link-popup button {
  display: inline-block;
  background: none;
  color: #fff;
  outline: 0;
  border: none;
  cursor: pointer;
}

article.news-article .article-sharing--share-links_link.copy .copy-link-popup button:hover {
  text-decoration: underline;
}

article.news-article .article-sharing--share-links_link.copy .copy-link-popup .close-button {
  font-size: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

article.news-article .article-sharing--share-links_link.copy .copy-link-popup .close-button:before,
article.news-article .article-sharing--share-links_link.copy .copy-link-popup .close-button:after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

article.news-article .article-sharing--share-links_link.copy .copy-link-popup .close-button:before {
  transform: rotate(-45deg);
}

article.news-article .article-sharing--share-links_link.copy .copy-link-popup .close-button:after {
  transform: rotate(45deg);
}

article.news-article .article-sharing--share-links_link.email {
  background-color: #848484;
}

article.news-article .article-sharing--share-links_link.print {
  background-color: #738a8d;
}

article.news-article .article-bottom {
  margin-bottom: 10px;
}

article.news-article .article-bottom h2.article-bottom-header {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 20px;
}

article.news-article .article-bottom h2.article-bottom-header span.uppercase {
  text-transform: uppercase;
}

article.news-article .article-bottom .article-bottom-content {
  padding-left: 15px;
  padding-right: 15px;
}

article.news-article .article-bottom .article-bottom-item {
  background-color: rgba(228, 228, 228, 0.28);
  margin-top: 18px;
  padding-top: 10px;
}

article.news-article .article-bottom .article-related-articles .related-article {
  display: flex;
  flex-flow: row nowrap;
  padding-top: 18px;
  padding-bottom: 20px;
}

article.news-article .article-bottom .article-related-articles .related-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}

article.news-article .article-bottom .article-related-articles .related-article .related-article-title {
  flex: 1;
}

article.news-article .article-bottom .article-related-articles .related-article .related-article-title a {
  color: #333;
}

article.news-article .article-bottom .article-related-articles .related-article .related-article-title .date {
  color: #707070;
}

article.news-article .article-bottom .article-related-articles .related-article .related-article-image {
  margin-right: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}

article.news-article .article-bottom .article-related-articles .related-article .related-article-image.small {
  width: 100px;
  height: 100px;
}

@media (max-width: 500px) {
  article.news-article .article-bottom .article-related-articles .related-article .related-article-image {
    width: 80px;
    height: 80px;
  }

  article.news-article .article-bottom .article-related-articles .related-article .related-article-image.small {
    width: 60px;
    height: 60px;
  }
}

article.news-article .article-bottom .article-links {
  padding-bottom: 20px;
}

article.news-article .article-bottom .article-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

article.news-article .article-bottom .article-links ul li {
  padding-left: 10px;
  position: relative;
}

article.news-article .article-bottom .article-links ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

article.news-article .article-bottom .article-facts {
  padding-bottom: 20px;
}

article.news-article .article-bottom .article-facts ul {
  padding-left: 15px;
}

article.news-article .article-bottom .article-facts .facts-title {
  font-size: 17px;
}

#article-list-selector ul {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
}

#article-list-selector ul li {
  margin-right: 15px;
}

@media (max-width: 767px) {
  #article-list-selector ul li {
    margin-right: 10px;
  }
}

#article-list-selector ul a {
  color: #0076BC;
  text-decoration: none;
}

#article-list-selector ul a:hover,
#article-list-selector ul a.active,
#article-list-selector ul a:focus {
  color: #333;
  text-decoration: underline;
}

#article-list-selector ul a.active:after {
  content: "";
  display: block;
  background-image: url(./images/down.svg?b9450b7370b41e63df0eb1e44ffded91);
  background-position: top center;
  background-repeat: no-repeat;
  height: 10px;
}

@media (max-width: 767px) {
  #article-list-selector ul a {
    font-size: 13px;
  }
}

#main-content-container .articles#weekly-top {
  display: none;
}

#main-content-container .articles#yearly-top-ten {
  display: none;
}

#main-content-container .articles .article {
  margin-bottom: 20px;
  color: #333;
  text-decoration: none;
}

#main-content-container .articles .article h2 {
  font-size: 30px;
  color: #333;
}

@media (max-width: 767px) {
  #main-content-container .articles .article h2 {
    font-size: 24px;
  }
}

#main-content-container .articles .article:hover h2,
#main-content-container .articles .article:focus h2 {
  text-decoration: underline;
  color: #0076BC;
}

#main-content-container .articles .article .article-content-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
}

#main-content-container .articles .article .article-content-wrapper .maybethumb {
  float: left;
}

@media (max-width: 500px) {
  #main-content-container .articles .article .article-content-wrapper .maybethumb {
    float: none;
  }
}

#main-content-container .articles .article .article-content-wrapper .img-link {
  display: block;
}

#main-content-container .articles .article .article-content-wrapper .article-image {
  width: 225px;
  height: 150px;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}

#main-content-container .articles .article .article-content-wrapper .article-image.mobile {
  display: none;
}

#main-content-container .articles .article .article-content-wrapper .article-image .video-link {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 500px) {
  #main-content-container .articles .article .article-content-wrapper .article-image {
    display: none;
  }

  #main-content-container .articles .article .article-content-wrapper .article-image.mobile {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
}

#main-content-container .articles .article .preamble {
  display: block;
  text-decoration: none;
}

#main-content-container .articles .article .preamble .opener {
  font-size: 17px;
  color: #333;
}

#main-content-container .articles .article .preamble p {
  color: #333;
  min-height: 100px;
  overflow: hidden;
  position: relative;
}

#main-content-container .articles .article .preamble .meta {
  font-size: 15px;
  color: #707070;
}

#main-content-container .articles .load-more-container {
  text-align: center;
}

#main-content-container .articles .load-more-container .load-more-posts {
  text-align: center;
  margin: 25px auto;
  background-color: #0076BC;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid transparent;
  display: inline-block;
  transition: border-color 0.5s ease-out, background-color 0.5s ease-out;
}

#main-content-container .articles .load-more-container .load-more-posts:hover {
  background-color: #004172;
}

#main-content-container .articles .load-more-container .load-more-posts:focus {
  outline-color: #333 !important;
}

@-webkit-keyframes button-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes button-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#main-content-container .articles .load-more-container .load-more-posts.loading {
  font-size: 0;
  border-left: 3px solid #0076BC;
  border-right: 3px solid #0076BC;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  -webkit-animation: button-spinner 1s infinite 0.5s;
          animation: button-spinner 1s infinite 0.5s;
}

.footer-link-row {
  margin-bottom: 20px;
}

.footer-link-row h3 {
  color: #0076BC;
  font-size: 17px;
  text-align: center;
}

.footer-link-row .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.footer-link-row .social-icons a:first-child {
  margin-right: 30px;
}

.footer-link-row .col-md-4 {
  text-align: center;
  border-left: 1px solid #F1EEEA;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-link-row .col-md-4:first-child {
  border-left: none;
}

@media (max-width: 767px) {
  .footer-link-row .col-md-4 {
    border-left: none;
    border-top: 1px solid #F1EEEA;
  }
}

footer#footer .footer-logo-container .footer-logo {
  display: block;
}

@media (max-width: 767px) {
  footer#footer .footer-logo-container .footer-logo {
    text-align: center;
  }
}

footer#footer .footer-logo-container .footer-logo img {
  max-width: 400px;
  width: 100%;
}

footer#footer .footer-logo-container .tagline {
  font-style: italic;
  color: #333;
  font-size: 14px;
  font-weight: 100;
}

@media (max-width: 767px) {
  footer#footer .footer-logo-container .tagline {
    text-align: center;
    display: block;
  }
}

footer#footer .footer-contact-info {
  margin-top: 20px;
}

@media (max-width: 767px) {
  footer#footer .footer-contact-info {
    text-align: center;
  }
}

footer#footer .footer-contact-info #address {
  color: #333;
}

@media (max-width: 767px) {
  footer#footer .footer-contact-info #address {
    font-size: 13px;
  }
}

footer#footer .footer-contact-info h2 {
  color: #333;
  font-weight: 600;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  footer#footer .footer-contact-info h2 {
    font-size: 17px;
  }
}

footer#footer .footer-contact-info strong {
  font-weight: bold;
  color: #333;
}

@media (max-width: 767px) {
  footer#footer .footer-contact-info strong {
    font-size: 13px;
  }
}

footer#footer .footer-contact-info a {
  display: inline;
  color: #333;
}

@media (max-width: 767px) {
  footer#footer .footer-contact-info a {
    font-size: 13px;
  }
}

footer#footer .logo a {
  display: block;
}

@media (max-width: 767px) {
  footer#footer .logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

footer#footer ul.footer-menu {
  list-style: none;
  padding: 0;
}

footer#footer ul.footer-menu a {
  color: #0076BC;
}

.newsletter-popup {
  width: 100%;
  max-width: 680px;
  padding: 30px;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  background-color: #FFF;
  border: 1px solid #D1D1D1;
  border-bottom: 0;
  /* Form */
}

@media (max-width: 768px) {
  .newsletter-popup {
    padding: 30px 15px;
  }
}

.newsletter-popup.success {
  background-color: #D0EFD5;
}

.newsletter-popup.fail {
  background-color: #FFECE6;
}

.newsletter-popup--background-fade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.newsletter-popup--close {
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #333;
  opacity: 1;
}

.newsletter-popup--close::before,
.newsletter-popup--close::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #333;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  color: #333;
}

.newsletter-popup--close::before {
  transform: rotate(-45deg);
}

.newsletter-popup--close::after {
  transform: rotate(45deg);
}

.newsletter-popup--headline {
  margin-top: 0;
  margin-bottom: 20px;
}

.newsletter-popup--description {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .newsletter-popup--description {
    display: none;
  }
}

.newsletter-popup--description p:last-child {
  margin-bottom: 0;
}

.newsletter-popup--loader {
  text-align: center;
  margin-bottom: 20px;
}

.newsletter-popup--loader img {
  width: 60px;
  width: 60px;
}

.newsletter-popup--form-frequently-wrapper {
  margin-bottom: 20px;
}

.newsletter-popup--form-frequently-wrapper label {
  font-weight: normal;
}

.newsletter-popup--form-email-submit-wrapper .form-check-inline {
  width: 100%;
  margin-right: 0;
}

.newsletter-popup--form-email-wrapper {
  width: 100%;
  margin-right: 15px;
  margin-bottom: 0;
}

.newsletter-popup--form-email-wrapper label {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 12px;
}

.newsletter-popup--form-email-wrapper input {
  width: 100%;
  font-size: 12px;
  border-radius: 0;
}

.newsletter-popup--form-submit-wrapper {
  align-self: flex-start;
  margin-top: 1.8rem;
}

.newsletter-popup--form-submit-wrapper input {
  padding: 8px 16px;
  background-color: #005799;
  color: #FFF;
  border: 0;
}

.newsletter-popup--form-submit-wrapper input:hover {
  background-color: #004172;
}

