@charset "UTF-8";
/*!
Theme Name: West Art Liberalerna Theme
Theme URI: https://github.com/jesperbjerke/westart-barebone-theme
Github Theme URI: https://github.com/jesperbjerke/westart-barebone-theme
Author: West Art Communication AB
Author URI: http://www.westart.se/
Description: Parent theme based on underscore_s with additions to admin.
Version: 2.4.1
Text Domain: liberalerna
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
// TODO update table of contents when done with everything
1.0 Reset
2.0 Typography
3.0 Grid
4.0 Elements
5.0 Forms
6.0 Navigation
	5.1 Links
	5.2 Menus
7 Accessibility
8 Alignments
9 Clearings
10 Widgets
11 Content
	11.1 Posts and pages
	11.2 Asides
	11.3 Comments
12 Infinite scroll
13 Media
	13.1 Captions
	13.2 Galleries
14 Admin
	14.1 Iris

--------------------------------------------------------------*/
.container-full,
.container-wide,
.container-normal,
.container-narrow,
.container-narrower,
.container-narrowest {
  display: block;
  margin: 4rem auto;
  width: 100%; }

.container-full {
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.container-wide {
  max-width: 1600px; }
  @media (max-width: 1650px) {
    .container-wide {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.container-normal {
  max-width: 1024px; }
  @media (max-width: 1074px) {
    .container-normal {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.container-narrow {
  max-width: 900px; }
  @media (max-width: 950px) {
    .container-narrow {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.container-narrower {
  max-width: 720px; }
  @media (max-width: 770px) {
    .container-narrower {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.container-narrowest {
  max-width: 540px; }
  @media (max-width: 590px) {
    .container-narrowest {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

p a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #262626;
  font-family: "Avenir", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1,
.h1-d {
  font-family: "Avenir", sans-serif;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1.2; }
  @media (max-width: 540px) {
    h1,
    .h1-d {
      font-size: 3.4rem; } }

.h1-m {
  font-family: "Avenir", sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.2; }

h2,
.h2-d {
  font-family: "Avenir", sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.13; }
  @media (max-width: 540px) {
    h2,
    .h2-d {
      font-size: 2.7rem; } }

h3,
.h3-d {
  font-family: "Avenir", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.13; }

.ingress-d {
  font-family: "Avenir", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4; }

.h3-m {
  font-family: "Avenir", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.13; }

.ingress-m {
  font-family: "Avenir", sans-serif;
  font-size: 2rem;
  line-height: 1.4; }

h4,
.h4-d {
  font-family: "Avenir", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 0.5em 0; }

.body-d {
  font-family: "Avenir", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4; }

h5,
h6,
.h4-m {
  font-family: "Avenir", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4; }

h5, h6 {
  text-transform: uppercase; }

h6 {
  font-size: 1.4rem; }

.body-m {
  font-family: "Avenir", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4; }

.body-tiny-d {
  font-family: "Avenir", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4; }

.body-small-capitals {
  font-family: "Avenir", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1px; }

.bodytiny-m {
  font-family: "Avenir", sans-serif;
  font-size: 1.2rem;
  line-height: 1.63; }

.narrow {
  font-weight: normal; }

.book {
  font-weight: 400; }

.uppercase {
  text-transform: uppercase; }

.Body {
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #333; }

.Body-m {
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #333; }

.Ingress {
  font-size: 2.4rem;
  line-height: 1.4em;
  color: #333; }

.Ingress-m {
  font-size: 2rem;
  line-height: 1.5em;
  color: #333; }

.Tiny {
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #333; }

.Tiny-m {
  font-size: 1.2rem;
  line-height: 1.9em;
  color: #333; }

.Capitals {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #333; }

.Capitals-m {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #333; }

.SmallCaps {
  font-variant: small-caps !important;
  font-size: 2.4rem;
  line-height: 1.2em;
  color: #333; }

.SmallCaps-m {
  font-variant: small-caps !important;
  font-size: 2rem;
  line-height: 1.4em;
  color: #333; }

.mixin-Quotation {
  position: relative;
  font-weight: 500; }
  .mixin-Quotation::before, .mixin-Quotation::after {
    content: '"';
    font-family: sans-serif; }
  .mixin-Quotation::before {
    position: absolute;
    top: -0.2em;
    left: -0.6em;
    font-size: 1.2em; }

.Body-m,
.Ingress-m,
.Tiny-m,
.Capitals-m,
.SmallCaps-m,
.mixin-Heading-m {
  display: block;
  max-width: 60%;
  min-width: 720px; }
  @media (max-width: 720px) {
    .Body-m,
    .Ingress-m,
    .Tiny-m,
    .Capitals-m,
    .SmallCaps-m,
    .mixin-Heading-m {
      max-width: 100%; } }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #979797;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

a, a:visited {
  text-decoration: none;
  color: #006ab3;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:visited:active {
    color: #333; }
  a.underlined, a:visited.underlined {
    display: inline-block;
    position: relative; }
    a.underlined::after, a:visited.underlined::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 106, 179, 0.75);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    a.underlined:hover::after, a.underlined:focus::after, a:visited.underlined:hover::after, a:visited.underlined:focus::after {
      width: calc(100% + 1rem);
      left: -0.5rem;
      background-color: #006ab3; }
    .bg-dark a.underlined::after, .bg-dark a:visited.underlined::after {
      background-color: rgba(255, 255, 255, 0.75); }
    .bg-dark a.underlined:hover::after, .bg-dark a.underlined:focus::after, .bg-dark a:visited.underlined:hover::after, .bg-dark a:visited.underlined:focus::after {
      background-color: white; }
  a.underlined-shrinking, a:visited.underlined-shrinking {
    display: inline-block;
    position: relative; }
    a.underlined-shrinking::after, a:visited.underlined-shrinking::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 106, 179, 0.75);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    a.underlined-shrinking:hover::after, a.underlined-shrinking:focus::after, a:visited.underlined-shrinking:hover::after, a:visited.underlined-shrinking:focus::after {
      width: calc(100% + 1rem);
      left: -0.5rem;
      background-color: #006ab3; }
    .bg-dark a.underlined-shrinking::after, .bg-dark a:visited.underlined-shrinking::after {
      background-color: rgba(255, 255, 255, 0.75); }
    .bg-dark a.underlined-shrinking:hover::after, .bg-dark a.underlined-shrinking:focus::after, .bg-dark a:visited.underlined-shrinking:hover::after, .bg-dark a:visited.underlined-shrinking:focus::after {
      background-color: white; }
    a.underlined-shrinking::after, a:visited.underlined-shrinking::after {
      transform: scaleX(0);
      transform-origin: center center; }
    @media (min-width: 900px) {
      a.underlined-shrinking:hover::after, a.underlined-shrinking:focus::after, a:visited.underlined-shrinking:hover::after, a:visited.underlined-shrinking:focus::after {
        transform: scaleX(1); } }
  .bg-dark a, .bg-dark a:visited {
    color: white; }
    .bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active, .bg-dark a:visited:hover, .bg-dark a:visited:focus, .bg-dark a:visited:active {
      color: white; }
    @media (max-width: 900px) {
      .bg-dark a, .bg-dark a:visited {
        text-decoration: underline; } }

.additionalLinks-link {
  display: inline-block;
  position: relative;
  margin-right: 2em;
  padding: 0.2em 0;
  font-size: 1.2rem; }
  @media (min-width: 900px) {
    .additionalLinks-link::before {
      content: "●";
      position: absolute;
      left: -1.6em;
      font-size: 1rem;
      vertical-align: middle;
      color: #f29400; }
      body:not(.os-mac) .additionalLinks-link::before {
        top: 25%; }
    .additionalLinks-link:first-child::before {
      display: none; } }
  .additionalLinks-link:last-child {
    margin-right: 0; }

.termLinks {
  display: inline-block; }
  .termLinks + .termLinks {
    margin-left: 0.5rem; }
  .termLinks a.termLinks-item {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0 1rem;
    line-height: 1.8em;
    font-size: 1.1rem;
    font-weight: 900;
    white-space: nowrap;
    color: #979797;
    border: 1px solid rgba(151, 151, 151, 0.5);
    border-radius: 5px; }
    .termLinks a.termLinks-item:last-child {
      margin-right: 0; }
    .termLinks a.termLinks-item:hover, .termLinks a.termLinks-item:focus, .termLinks a.termLinks-item:active {
      color: white;
      background-color: #979797;
      border-color: #979797; }
    .termLinks a.termLinks-item.v-inactive {
      pointer-events: none;
      background-color: #f5f5f5; }
  .termLinks.tax-post_tag .termLinks-item {
    color: #006ab3;
    border-color: rgba(0, 106, 179, 0.5); }
    .termLinks.tax-post_tag .termLinks-item:hover, .termLinks.tax-post_tag .termLinks-item:focus, .termLinks.tax-post_tag .termLinks-item:active {
      background-color: #006ab3;
      border-color: #006ab3; }
  .termLinks.tax-globala_etiketter .termLinks-item {
    color: #172983;
    border-color: rgba(23, 41, 131, 0.5); }
    .termLinks.tax-globala_etiketter .termLinks-item:hover, .termLinks.tax-globala_etiketter .termLinks-item:focus, .termLinks.tax-globala_etiketter .termLinks-item:active {
      background-color: #172983;
      border-color: #172983; }

.lbutton,
a.lbutton {
  display: inline-block;
  position: relative;
  padding: 0.85em 2.1em;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: white;
  background-color: #006ab3; }
  body.os-mac .lbutton, body.os-mac
  a.lbutton {
    padding-bottom: 0.65em; }
  @media (min-width: 1024px) {
    .lbutton:hover, .lbutton:focus, .lbutton:active,
    a.lbutton:hover,
    a.lbutton:focus,
    a.lbutton:active {
      color: white; } }
  .lbutton-wrapper,
  a.lbutton-wrapper {
    display: block;
    width: 100%;
    margin: 4rem 0;
    text-align: center; }
  .lbutton.bg-light,
  a.lbutton.bg-light {
    color: #333; }
    @media (min-width: 1024px) {
      .lbutton.bg-light:hover, .lbutton.bg-light:focus, .lbutton.bg-light:active,
      a.lbutton.bg-light:hover,
      a.lbutton.bg-light:focus,
      a.lbutton.bg-light:active {
        color: #333; }
      .lbutton.bg-light:not(.bordered):hover, .lbutton.bg-light:not(.bordered):focus, .lbutton.bg-light:not(.bordered):active,
      a.lbutton.bg-light:not(.bordered):hover,
      a.lbutton.bg-light:not(.bordered):focus,
      a.lbutton.bg-light:not(.bordered):active {
        -webkit-filter: brightness(90%);
                filter: brightness(90%); } }
  @media (min-width: 1024px) {
    .lbutton::after,
    a.lbutton::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      outline-color: #006ab3;
      pointer-events: none; }
    .lbutton:not(.bordered):hover, .lbutton:not(.bordered):focus, .lbutton:not(.bordered):active,
    a.lbutton:not(.bordered):hover,
    a.lbutton:not(.bordered):focus,
    a.lbutton:not(.bordered):active {
      -webkit-filter: brightness(120%);
              filter: brightness(120%); }
    .lbutton.bordered::after,
    a.lbutton.bordered::after {
      background-color: #006ab3;
      opacity: 0; }
    .lbutton.bordered:hover::after, .lbutton.bordered:focus::after, .lbutton.bordered:active::after,
    a.lbutton.bordered:hover::after,
    a.lbutton.bordered:focus::after,
    a.lbutton.bordered:active::after {
      transform: scaleY(1);
      opacity: 1; } }
  .lbutton.bordered,
  a.lbutton.bordered {
    border: 2px solid #006ab3;
    color: #333; }
    .bg-dark .lbutton.bordered, .bg-dark
    a.lbutton.bordered {
      color: white; }
  .lbutton.bg-color-ocean_blue,
  a.lbutton.bg-color-ocean_blue {
    background-color: #006ab3;
    border-color: #006ab3; }
    .lbutton.bg-color-ocean_blue::after,
    a.lbutton.bg-color-ocean_blue::after {
      background-color: #006ab3;
      outline-color: #006ab3; }
    .lbutton.bg-color-ocean_blue.bordered,
    a.lbutton.bg-color-ocean_blue.bordered {
      color: #006ab3; }
  .lbutton.bg-color-turquoise_blue,
  a.lbutton.bg-color-turquoise_blue {
    background-color: #00a5cf;
    border-color: #00a5cf; }
    .lbutton.bg-color-turquoise_blue::after,
    a.lbutton.bg-color-turquoise_blue::after {
      background-color: #00a5cf;
      outline-color: #00a5cf; }
    .lbutton.bg-color-turquoise_blue.bordered,
    a.lbutton.bg-color-turquoise_blue.bordered {
      color: #00a5cf; }
  .lbutton.bg-color-tangerine,
  a.lbutton.bg-color-tangerine {
    background-color: #f29400;
    border-color: #f29400; }
    .lbutton.bg-color-tangerine::after,
    a.lbutton.bg-color-tangerine::after {
      background-color: #f29400;
      outline-color: #f29400; }
    .lbutton.bg-color-tangerine.bordered,
    a.lbutton.bg-color-tangerine.bordered {
      color: #f29400; }
  .lbutton.bg-color-warm_grey,
  a.lbutton.bg-color-warm_grey {
    background-color: #979797;
    border-color: #979797; }
    .lbutton.bg-color-warm_grey::after,
    a.lbutton.bg-color-warm_grey::after {
      background-color: #979797;
      outline-color: #979797; }
    .lbutton.bg-color-warm_grey.bordered,
    a.lbutton.bg-color-warm_grey.bordered {
      color: #979797; }
  .lbutton.bg-color-golden,
  a.lbutton.bg-color-golden {
    background-color: #fabb00;
    border-color: #fabb00; }
    .lbutton.bg-color-golden::after,
    a.lbutton.bg-color-golden::after {
      background-color: #fabb00;
      outline-color: #fabb00; }
    .lbutton.bg-color-golden.bordered,
    a.lbutton.bg-color-golden.bordered {
      color: #fabb00; }
  .lbutton.bg-color-cobalt,
  a.lbutton.bg-color-cobalt {
    background-color: #172983;
    border-color: #172983; }
    .lbutton.bg-color-cobalt::after,
    a.lbutton.bg-color-cobalt::after {
      background-color: #172983;
      outline-color: #172983; }
    .lbutton.bg-color-cobalt.bordered,
    a.lbutton.bg-color-cobalt.bordered {
      color: #172983; }
  .lbutton.bg-color-white,
  a.lbutton.bg-color-white {
    background-color: #fff;
    border-color: #fff; }
    .lbutton.bg-color-white::after,
    a.lbutton.bg-color-white::after {
      background-color: #fff;
      outline-color: #fff; }
    .lbutton.bg-color-white.bordered,
    a.lbutton.bg-color-white.bordered {
      color: #fff; }
  .lbutton.bg-color-white_grey,
  a.lbutton.bg-color-white_grey {
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
    .lbutton.bg-color-white_grey::after,
    a.lbutton.bg-color-white_grey::after {
      background-color: #f4f4f4;
      outline-color: #f4f4f4; }
    .lbutton.bg-color-white_grey.bordered,
    a.lbutton.bg-color-white_grey.bordered {
      color: #f4f4f4; }
  .lbutton.bg-color-dark_grey,
  a.lbutton.bg-color-dark_grey {
    background-color: #262626;
    border-color: #262626; }
    .lbutton.bg-color-dark_grey::after,
    a.lbutton.bg-color-dark_grey::after {
      background-color: #262626;
      outline-color: #262626; }
    .lbutton.bg-color-dark_grey.bordered,
    a.lbutton.bg-color-dark_grey.bordered {
      color: #262626; }
  .lbutton.bg-color-black,
  a.lbutton.bg-color-black {
    background-color: #000;
    border-color: #000; }
    .lbutton.bg-color-black::after,
    a.lbutton.bg-color-black::after {
      background-color: #000;
      outline-color: #000; }
    .lbutton.bg-color-black.bordered,
    a.lbutton.bg-color-black.bordered {
      color: #000; }
  @media (min-width: 1024px) {
    .lbutton.bordered:hover,
    a.lbutton.bordered:hover {
      color: white; }
      .lbutton.bordered:hover.bg-light,
      a.lbutton.bordered:hover.bg-light {
        color: #333; } }
  .lbutton.bordered,
  a.lbutton.bordered {
    background-color: transparent; }

.standard-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 4rem auto 8rem; }
  .standard-pagination > * {
    display: inline-block;
    position: relative;
    padding: 0.4em 0.75em;
    margin: 0.2em;
    font-size: 1.6rem;
    white-space: nowrap; }
    .standard-pagination > *:not(.dots):not(.current) {
      font-weight: 900;
      border: 1px solid #979797; }
      .standard-pagination > *:not(.dots):not(.current)::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #006ab3;
        transform-origin: center bottom;
        transform: scaleY(0);
        opacity: 0;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .standard-pagination > *:not(.dots):not(.current):hover {
        color: white;
        border-color: #006ab3; }
        .standard-pagination > *:not(.dots):not(.current):hover::after {
          opacity: 1;
          transform: scaleY(1); }

/*--------------------------------------------------------------
3.0 Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 styles for WYSIWYG generated content
--------------------------------------------------------------*/
/*
  These styles are applicable to WYSIWYG produced by wordpress
  Outside this class all styles are reset
 */
.genericContent {
  max-width: 1024px;
  margin: 4rem auto; }
  @media (max-width: 1024px) {
    .genericContent {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.wysiwyg-content {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400; }
  .bg-dark .wysiwyg-content,
  .v-dark-bg .wysiwyg-content {
    font-weight: 500; }
  .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
    clear: both;
    margin: 1em 0 0.5em; }
  .wysiwyg-content p {
    overflow: hidden;
    font-size: 1.8rem;
    margin-top: 1em;
    margin-bottom: 1.5em; }
    .wysiwyg-content p:last-child {
      margin-bottom: 0; }
  .wysiwyg-content a {
    font-weight: 700;
    display: inline-block;
    position: relative; }
    .wysiwyg-content a::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 106, 179, 0.75);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .wysiwyg-content a:hover::after, .wysiwyg-content a:focus::after {
      width: calc(100% + 1rem);
      left: -0.5rem;
      background-color: #006ab3; }
    .bg-dark .wysiwyg-content a::after {
      background-color: rgba(255, 255, 255, 0.75); }
    .bg-dark .wysiwyg-content a:hover::after, .bg-dark .wysiwyg-content a:focus::after {
      background-color: white; }
    .wysiwyg-content a::after {
      transform: scaleX(0);
      transform-origin: center center; }
    @media (min-width: 900px) {
      .wysiwyg-content a:hover::after, .wysiwyg-content a:focus::after {
        transform: scaleX(1); } }
  .wysiwyg-content li a {
    display: inline-block;
    position: relative; }
    .wysiwyg-content li a::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.75);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .wysiwyg-content li a:hover::after, .wysiwyg-content li a:focus::after {
      width: calc(100% + 1rem);
      left: -0.5rem;
      background-color: white; }
    .bg-dark .wysiwyg-content li a::after {
      background-color: rgba(255, 255, 255, 0.75); }
    .bg-dark .wysiwyg-content li a:hover::after, .bg-dark .wysiwyg-content li a:focus::after {
      background-color: white; }
    .wysiwyg-content li a:after {
      transform: none !important; }
  .wysiwyg-content hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 1.5em 0;
    padding: 0; }
  .wysiwyg-content blockquote {
    display: block;
    position: relative;
    margin: 3rem auto;
    padding: 0 1em;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.3em; }
    .wysiwyg-content blockquote::before {
      content: "“";
      position: absolute;
      top: 0;
      right: calc(100% - 0.4em);
      font-size: 2em;
      font-family: sans-serif; }
  .wysiwyg-content del {
    color: #979797; }
  .wysiwyg-content .post-password-form input {
    line-height: 4rem;
    height: 4rem; }
  .wysiwyg-content .post-password-form input[type="submit"] {
    padding: 0 2rem;
    background-color: #006ab3;
    color: white; }
  .wysiwyg-content ol, .wysiwyg-content ul {
    position: relative;
    padding-left: 2em;
    margin: 2rem 0;
    font-size: 1.8rem;
    list-style: none; }
    .wysiwyg-content ol ol, .wysiwyg-content ol ul, .wysiwyg-content ul ol, .wysiwyg-content ul ul {
      margin: 0.5em 0 0.75em; }
    .wysiwyg-content ol li, .wysiwyg-content ul li {
      position: relative;
      padding: 0.5em 0;
      font-weight: 400;
      text-indent: -1em; }
      .wysiwyg-content ol li *:not(li), .wysiwyg-content ul li *:not(li) {
        text-indent: initial; }
      .wysiwyg-content ol li::before, .wysiwyg-content ul li::before {
        display: inline-block;
        position: relative;
        padding-right: 0.5em;
        font-weight: bold;
        text-indent: 0;
        vertical-align: baseline; }
      .wysiwyg-content ol li ul > li::before, .wysiwyg-content ul li ul > li::before {
        content: "–"; }
      .wysiwyg-content ol li li::before, .wysiwyg-content ul li li::before {
        color: #1983cc; }
      .wysiwyg-content ol li li ul > li::before, .wysiwyg-content ul li li ul > li::before {
        content: "○"; }
      .wysiwyg-content ol li li li::before, .wysiwyg-content ul li li li::before {
        color: #329ce5; }
      .wysiwyg-content ol li li li li::before, .wysiwyg-content ul li li li li::before {
        color: #4bb5fe; }
    .bg-dark .wysiwyg-content ol li li::before, .bg-dark .wysiwyg-content ul li li::before {
      color: white; }
    .bg-dark .wysiwyg-content ol li li li::before, .bg-dark .wysiwyg-content ul li li li::before {
      color: rgba(255, 255, 255, 0.75); }
    .bg-dark .wysiwyg-content ol li li li li::before, .bg-dark .wysiwyg-content ul li li li li::before {
      color: rgba(255, 255, 255, 0.5); }
  .wysiwyg-content ol {
    counter-reset: ol-counter; }
    .wysiwyg-content ol > li::before {
      content: counter(ol-counter) ".";
      counter-increment: ol-counter;
      color: #006ab3; }
    .wysiwyg-content ol ol > li::before {
      content: counter(ol-counter, lower-alpha) "."; }
    .wysiwyg-content ol ol ol > li::before {
      content: counter(ol-counter, upper-roman) "."; }
    .bg-dark .wysiwyg-content ol > li::before {
      color: white; }
  .wysiwyg-content ul > li::before {
    content: "●";
    color: #006ab3; }
  .bg-dark .wysiwyg-content ul > li::before {
    color: white; }
  .wysiwyg-content table {
    width: 100% !important;
    margin: 3rem auto; }
    .wysiwyg-content table tr {
      background-color: white; }
      .wysiwyg-content table tr:nth-child(odd) {
        background-color: #f7f7f7; }
      .wysiwyg-content table tr:last-of-type td {
        border-bottom: none; }
    .wysiwyg-content table td {
      padding: 1.5rem 1rem;
      display: table-cell;
      vertical-align: middle;
      border: none !important;
      font-size: 1.6rem; }
    .wysiwyg-content table thead {
      background-color: #f5f5f5 !important;
      color: #333; }
      .wysiwyg-content table thead td, .wysiwyg-content table thead th {
        padding: 1.5rem 1rem !important;
        background-color: #006ab3 !important;
        font-size: 1.6rem;
        font-weight: 900;
        color: white;
        border: none !important; }
        .wysiwyg-content table thead td:nth-child(even), .wysiwyg-content table thead th:nth-child(even) {
          background-color: #0a74bd !important; }
    .wysiwyg-content table tbody {
      background-color: white !important; }
      .wysiwyg-content table tbody tr:last-of-type td {
        border: none !important; }
    .wysiwyg-content table tfoot td {
      padding: 1.5rem 1rem !important;
      font-weight: 900 !important;
      font-size: 1.6rem;
      background-color: #979797 !important;
      color: white;
      border: none !important; }
      .wysiwyg-content table tfoot td:nth-child(even) {
        background-color: #888888 !important; }
    @media (max-width: 720px) {
      .wysiwyg-content table.tresponsive {
        display: block; }
        .wysiwyg-content table.tresponsive thead {
          display: none; }
        .wysiwyg-content table.tresponsive tbody {
          display: block; }
          .wysiwyg-content table.tresponsive tbody tr {
            display: block;
            margin: 1.5rem 0; }
            .wysiwyg-content table.tresponsive tbody tr td {
              display: block;
              padding: 0 1rem !important;
              font-weight: bold; }
              .wysiwyg-content table.tresponsive tbody tr td::before {
                content: attr(data-name) ":";
                padding-right: 0.5rem;
                font-weight: 400; } }
  .wysiwyg-content img {
    display: block;
    max-width: 100%;
    height: auto; }
  .wysiwyg-content .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em; }
  .wysiwyg-content .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em; }
  .wysiwyg-content .aligncenter {
    display: block;
    margin: 0 auto; }
  .wysiwyg-content a[href$="jpg"],
  .wysiwyg-content a[href$="jpeg"],
  .wysiwyg-content a[href$="png"],
  .wysiwyg-content a[href$="gif"] {
    display: block;
    margin: 1em 0;
    width: 100%;
    text-align: center; }
    .wysiwyg-content a[href$="jpg"]::after,
    .wysiwyg-content a[href$="jpeg"]::after,
    .wysiwyg-content a[href$="png"]::after,
    .wysiwyg-content a[href$="gif"]::after {
      display: none; }
    .wysiwyg-content a[href$="jpg"]:hover,
    .wysiwyg-content a[href$="jpeg"]:hover,
    .wysiwyg-content a[href$="png"]:hover,
    .wysiwyg-content a[href$="gif"]:hover {
      opacity: 0.9; }
    .wysiwyg-content a[href$="jpg"] img,
    .wysiwyg-content a[href$="jpeg"] img,
    .wysiwyg-content a[href$="png"] img,
    .wysiwyg-content a[href$="gif"] img {
      display: block;
      width: 100%;
      margin: 0;
      text-align: center; }
  .wysiwyg-content .wp-caption {
    position: relative;
    width: auto !important;
    margin: 1rem auto 0 !important;
    text-align: center; }
    .wysiwyg-content .wp-caption img {
      display: block;
      height: auto;
      width: auto !important;
      max-width: 100%;
      margin: 0 auto;
      padding: 0; }
  .wysiwyg-content .wp-caption-text {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.4em;
    margin: 0;
    padding: 0.5em 1em;
    color: #979797; }
  .wysiwyg-content embed,
  .wysiwyg-content iframe,
  .wysiwyg-content object {
    max-width: 100%;
    width: 100%; }
  .wysiwyg-content .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 3rem auto; }
  .wysiwyg-content .gallery-item {
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin: 0 0 2rem;
    text-align: left; }
    .wysiwyg-content .gallery-item .gallery-icon {
      display: block;
      width: 100%;
      height: 100%; }
    .wysiwyg-content .gallery-item a {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0; }
    .wysiwyg-content .gallery-item img {
      margin: 0 !important; }
    .wysiwyg-content .gallery-item .gallery-caption {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: none; }
  .wysiwyg-content .gallery-columns-2 .gallery-item {
    max-width: 48%; }
  .wysiwyg-content .gallery-columns-3 .gallery-item {
    max-width: 32%; }
  .wysiwyg-content .gallery-columns-4 .gallery-item {
    max-width: 24%; }
  .wysiwyg-content .gallery-columns-5 .gallery-item {
    max-width: 18.5%; }
  .wysiwyg-content .gallery-columns-6 .gallery-item {
    max-width: 15%; }
  .wysiwyg-content .gallery-columns-7 .gallery-item {
    max-width: 13%; }
  .wysiwyg-content .gallery-columns-8 .gallery-item {
    max-width: 11%; }
  .wysiwyg-content .gallery-columns-9 .gallery-item {
    max-width: 10%; }
  .wysiwyg-content .gallery-columns-5 .gallery-caption,
  .wysiwyg-content .gallery-columns-6 .gallery-caption,
  .wysiwyg-content .gallery-columns-7 .gallery-caption,
  .wysiwyg-content .gallery-columns-8 .gallery-caption,
  .wysiwyg-content .gallery-columns-9 .gallery-caption {
    display: none; }

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-family: "Avenir", sans-serif;
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0 10px;
  -webkit-appearance: none;
  font-size: 18px;
  border: 1px solid #979797;
  outline: none;
  box-shadow: none;
  background: white;
  color: #333; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #262626; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
7.0 Miscellaneous
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #979797;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

.outdated-browser {
  display: table;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: white; }
  .outdated-browser-content {
    display: table-cell;
    vertical-align: middle; }
  .outdated-browser h1, .outdated-browser h2 {
    color: #333; }
  .outdated-browser a {
    font-weight: bold;
    color: #006ab3; }
  .outdated-browser img {
    margin: 40px auto; }

/*--------------------------------------------------------------
9.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Global
--------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  color: white;
  text-decoration-color: white;
  background: #f29400; }

::selection {
  color: white;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
  background: #f29400; }

body, html {
  font-size: 10px; }
  @media (max-width: 1024px) {
    body, html {
      font-size: 9px; } }

body {
  position: relative;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  min-height: 100vh; }

#site-content {
  min-height: 60vh; }

.meta-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #006ab3;
  opacity: 0.25; }

.__wsearch-query__ {
  color: #f29400; }

/*--------------------------------------------------------------
10.1 Static elements
--------------------------------------------------------------*/
.searchResults {
  display: block;
  position: absolute;
  overflow: auto;
  z-index: -1;
  top: 100%;
  left: 0;
  max-height: calc(100vh - 5rem);
  width: 100%;
  background-color: white;
  border-top: 1px solid #979797;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.24), 0 2px 8px rgba(0, 0, 0, 0.24); }
  .searchResults .sres-compact {
    border-bottom: 1px solid #dadada; }
    .searchResults .sres-compact:last-child {
      border-bottom: none; }
    .searchResults .sres-compact.divider-1, .searchResults .sres-compact.divider-2 {
      display: block;
      width: 100%;
      margin: 0;
      padding: 2rem 2rem 1rem;
      border-bottom: none; }
    .searchResults .sres-compact.divider-1 {
      color: white;
      background-color: #979797; }
    .searchResults .sres-compact.divider-2 {
      text-transform: uppercase;
      padding: 1rem 2rem 0.5rem;
      color: white;
      background-color: #bdbdbd; }
    .searchResults .sres-compact.v-page .sres-compact-link, .searchResults .sres-compact.v-pdf .sres-compact-link {
      padding: 1em 2rem 1em;
      text-decoration: none; }
      .searchResults .sres-compact.v-page .sres-compact-link svg, .searchResults .sres-compact.v-pdf .sres-compact-link svg {
        display: inline-block;
        vertical-align: middle;
        max-height: 32px;
        max-width: 32px; }
        .searchResults .sres-compact.v-page .sres-compact-link svg use, .searchResults .sres-compact.v-pdf .sres-compact-link svg use {
          fill: #333;
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .searchResults .sres-compact.v-page .sres-compact-link span, .searchResults .sres-compact.v-pdf .sres-compact-link span {
        vertical-align: middle;
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .searchResults .sres-compact.v-page .sres-compact-link:hover span, .searchResults .sres-compact.v-page .sres-compact-link:focus span, .searchResults .sres-compact.v-page .sres-compact-link:active span, .searchResults .sres-compact.v-pdf .sres-compact-link:hover span, .searchResults .sres-compact.v-pdf .sres-compact-link:focus span, .searchResults .sres-compact.v-pdf .sres-compact-link:active span {
        text-decoration: underline;
        -webkit-text-decoration-color: #006ab3;
                text-decoration-color: #006ab3; }
      .searchResults .sres-compact.v-page .sres-compact-link:hover svg use, .searchResults .sres-compact.v-page .sres-compact-link:focus svg use, .searchResults .sres-compact.v-page .sres-compact-link:active svg use, .searchResults .sres-compact.v-pdf .sres-compact-link:hover svg use, .searchResults .sres-compact.v-pdf .sres-compact-link:focus svg use, .searchResults .sres-compact.v-pdf .sres-compact-link:active svg use {
        fill: #006ab3; }
    .searchResults .sres-compact-link {
      display: inline-block;
      padding: 1em 2rem 0.4em;
      line-height: 1.2em;
      font-size: 1.7rem;
      font-weight: 700;
      color: #333;
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent; }
      .searchResults .sres-compact-link strong {
        font-weight: 900;
        color: #f29400; }
      .searchResults .sres-compact-link:hover, .searchResults .sres-compact-link:focus {
        color: black;
        -webkit-text-decoration-color: #006ab3;
                text-decoration-color: #006ab3; }
    .searchResults .sres-compact-metadata {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0.5rem 2rem 1rem; }
      .searchResults .sres-compact-metadata .termLinks-item {
        font-size: 1.1rem;
        line-height: 1.5em; }
      .searchResults .sres-compact-metadata .termLinks + .sres-compact-metadata-date {
        margin-left: 1rem; }
      .searchResults .sres-compact-metadata-date {
        font-size: 1.3rem;
        white-space: nowrap;
        color: #979797; }
    .searchResults .sres-compact.v-search-page-link {
      display: block;
      width: 100%;
      height: 6rem;
      text-align: center;
      background-color: #006ab3; }
      .searchResults .sres-compact.v-search-page-link .sres-compact-link {
        padding: 2rem;
        color: white; }
        .searchResults .sres-compact.v-search-page-link .sres-compact-link:hover {
          -webkit-text-decoration-color: white;
                  text-decoration-color: white; }
  .searchResults.shead-mb-searcher-results .sres-compact.v-search-page-link {
    position: fixed;
    bottom: 0;
    left: 0; }
  .searchResults.shead-mb-searcher-results.m-havePageLink {
    padding-bottom: 6rem !important; }

.lsresult {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0.8rem;
  padding: 0 2rem; }
  .lsresult:first-child {
    padding-top: 1.5rem; }
  .lsresult:last-child {
    padding-bottom: 1.5rem; }
  @media (max-width: 720px) {
    .lsresult {
      padding: 1.2rem 1rem; } }
  .lsresult.no-match {
    display: none; }
  .lsresult-parent strong, .lsresult-child strong {
    color: #f29400; }
  .lsresult-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .lsresult-parent {
    margin-right: 1.5em; }
    .lsresult-parent h3 {
      font-weight: 700;
      font-size: 1.8rem; }
    .lsresult-parent a {
      padding: 0.25em 0; }
  .lsresult-child {
    margin-right: 1em;
    font-size: 1.4rem; }
    .lsresult-child a {
      padding: 0.1em 0.2em 0.1em 0;
      color: #00a5cf; }
      .lsresult-child a:hover {
        color: #333; }

.scrollToTop {
  display: block;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  padding: 1.5rem;
  mix-blend-mode: multiply;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .scrollToTop svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg); }
    .scrollToTop svg use {
      fill: #006ab3; }
  .scrollToTop.s-hidden {
    transform: translateY(6rem); }

.shead-dt {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: white;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .shead-dt.s-hidden {
    display: none; }
  .shead-dt-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    max-width: 120rem;
    width: 100%;
    height: 100%;
    margin: auto; }
    @media (max-width: 1024px) {
      .shead-dt-container {
        padding: 0 2rem; } }
  .shead-dt-logo {
    display: block;
    height: 5rem;
    padding: 1.2rem 1.2rem 1.2rem 0;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .shead-dt-logo-wrapper {
      position: relative;
      z-index: 1;
      height: 100%; }
    .shead-dt-logo svg {
      height: 100%;
      width: 5rem; }
      .shead-dt-logo svg use {
        fill: #006ab3;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .shead-dt-logo:hover svg use, .shead-dt-logo:focus svg use {
      fill: #333; }
  .shead-dt-menu {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .shead-dt-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .shead-dt-menu > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      height: 5rem;
      line-height: 5rem; }
      .shead-dt-menu > ul > li {
        display: inline-block;
        position: relative;
        width: 15rem;
        height: 100%;
        vertical-align: middle;
        padding-left: 1rem; }
        .shead-dt-menu > ul > li:nth-child(1) {
          width: 18rem; }
        .shead-dt-menu > ul > li > a {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 1.8rem;
          font-weight: 500; }
          .shead-dt-menu > ul > li > a:hover, .shead-dt-menu > ul > li > a:focus {
            color: #333;
            cursor: pointer; }
          .s-menu-open .shead-dt-menu > ul > li > a {
            color: #333; }
        .shead-dt-menu > ul > li .sub-menu {
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          padding: 1rem 0;
          line-height: 3.4rem; }
          .shead-dt-menu > ul > li .sub-menu.s-hidden li {
            opacity: 0; }
          .shead-dt-menu > ul > li .sub-menu.s-visible li {
            opacity: 1; }
            .shead-dt-menu > ul > li .sub-menu.s-visible li:nth-child(1) {
              transition-delay: 0.1s; }
            .shead-dt-menu > ul > li .sub-menu.s-visible li:nth-child(2) {
              transition-delay: 0.2s; }
            .shead-dt-menu > ul > li .sub-menu.s-visible li:nth-child(3) {
              transition-delay: 0.3s; }
            .shead-dt-menu > ul > li .sub-menu.s-visible li:nth-child(4) {
              transition-delay: 0.4s; }
          .shead-dt-menu > ul > li .sub-menu li {
            margin-bottom: 0.5rem;
            vertical-align: middle;
            transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
            .shead-dt-menu > ul > li .sub-menu li a {
              display: block;
              position: relative;
              width: 100%;
              height: 100%;
              padding-left: 1rem;
              font-size: 1.4rem; }
              .shead-dt-menu > ul > li .sub-menu li a::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 2px;
                height: 100%;
                background-color: #bdbdbd;
                opacity: 0;
                transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
              .shead-dt-menu > ul > li .sub-menu li a:hover, .shead-dt-menu > ul > li .sub-menu li a:focus {
                background-color: #fafafa; }
                .shead-dt-menu > ul > li .sub-menu li a:hover::before, .shead-dt-menu > ul > li .sub-menu li a:focus::before {
                  opacity: 1; }
            .shead-dt-menu > ul > li .sub-menu li.current_page_item a {
              background-color: #fafafa; }
              .shead-dt-menu > ul > li .sub-menu li.current_page_item a::before {
                opacity: 1; }
  .shead-dt-buttons {
    display: block;
    position: relative;
    z-index: 1;
    height: 5rem;
    padding: 1rem 0;
    line-height: 3rem; }
  .shead-dt-button {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    color: #006ab3; }
    .shead-dt-button.v-sign-up {
      padding: 0 1em;
      border: 1px solid #006ab3;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.12); }
      .shead-dt-button.v-sign-up:hover, .shead-dt-button.v-sign-up:focus {
        border-color: #333;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 15px rgba(0, 0, 0, 0.12); }
    .shead-dt-button.v-local {
      margin: 0 1.2em; }
    .shead-dt-button.v-search svg {
      height: 100%;
      width: 3.6rem;
      padding: 14%; }
      .shead-dt-button.v-search svg use {
        fill: #006ab3;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .shead-dt-button.v-search:hover svg use, .shead-dt-button.v-search:focus svg use {
      fill: #333; }
  .shead-dt-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    .shead-dt-overlay.s-hidden {
      pointer-events: none; }
      .shead-dt-overlay.s-hidden::after {
        opacity: 0;
        pointer-events: none; }
      .shead-dt-overlay.s-hidden .shead-dt-overlay-bar {
        transform: translateY(-100%); }
    .shead-dt-overlay.s-visible {
      pointer-events: auto; }
      .shead-dt-overlay.s-visible::after {
        opacity: 0.5;
        pointer-events: all; }
      .shead-dt-overlay.s-visible .shead-dt-overlay-bar {
        transform: translateY(0); }
    .shead-dt-overlay-dimmer {
      position: fixed;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: crosshair; }
      .shead-dt-overlay-dimmer.s-hidden {
        opacity: 0;
        pointer-events: none; }
      .shead-dt-overlay-dimmer.s-visible {
        opacity: 1;
        pointer-events: auto; }
    .shead-dt-overlay-bar {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: white;
      transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    .shead-dt-overlay-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 5%;
      height: 100%;
      padding: 1.8rem;
      background: white; }
      .shead-dt-overlay-close .svgWrapper {
        display: block;
        width: 100%;
        height: 100%; }
      .shead-dt-overlay-close svg {
        display: block;
        width: 100%;
        height: 100%; }
        .shead-dt-overlay-close svg use {
          fill: #006ab3;
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .shead-dt-overlay-close:hover svg use, .shead-dt-overlay-close:focus svg use {
        fill: #333; }
  .shead-dt-searcher {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    background-color: white;
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    .shead-dt-searcher.s-hidden {
      opacity: 0;
      pointer-events: none; }
    .shead-dt-searcher.s-visible {
      opacity: 1;
      pointer-events: auto; }
    .shead-dt-searcher input, .shead-dt-searcher label {
      display: block;
      height: 100%;
      line-height: 5rem;
      font-size: 1.8rem;
      color: #333; }
    .shead-dt-searcher label {
      margin-right: 1em;
      white-space: nowrap;
      font-weight: 700; }
    .shead-dt-searcher input {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      font-weight: 900;
      background: white;
      border: none;
      border-radius: 0; }
      .shead-dt-searcher input::-webkit-input-placeholder {
        font-weight: 700;
        color: #979797;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .shead-dt-searcher input:-ms-input-placeholder {
        font-weight: 700;
        color: #979797;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .shead-dt-searcher input::placeholder {
        font-weight: 700;
        color: #979797;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .shead-dt-searcher input:focus::-webkit-input-placeholder {
        transform: translateX(0.5em); }
      .shead-dt-searcher input:focus:-ms-input-placeholder {
        transform: translateX(0.5em); }
      .shead-dt-searcher input:focus::placeholder {
        transform: translateX(0.5em); }

.shead-mb {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: white;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .shead-mb.s-menu-opened {
    height: 100vh; }
  .shead-mb.s-hidden {
    display: none; }
  .shead-mb-top-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 5rem;
    widtH: 100%;
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); }
  .shead-mb-logo {
    display: block;
    height: 5rem;
    width: 5rem;
    padding: 1rem 1rem 1rem 2rem;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .shead-mb-logo-wrapper {
      height: 100%; }
    .shead-mb-logo svg {
      height: 100%;
      width: 100%; }
      .shead-mb-logo svg use {
        fill: #006ab3;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .shead-mb-button.v-sign-up {
    display: block;
    line-height: 2em;
    font-size: 1.4rem;
    font-weight: 700;
    color: #006ab3;
    padding: 0 1em;
    background-color: white;
    border: 1px solid #006ab3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.12); }
  .shead-mb-menu-button {
    display: block;
    height: 100%;
    width: 5rem;
    padding: 0;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent; }
    .shead-mb-menu-button .m-bars {
      display: block;
      position: relative;
      height: 1.6rem;
      width: 2rem;
      margin: 0 auto; }
    .shead-mb-menu-button .m-bar {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      transform-origin: center center;
      border: 1px solid #006ab3;
      transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .shead-mb-menu-button .m-bar-ltr {
        top: 0; }
      .shead-mb-menu-button .m-bar-center {
        top: 50%;
        margin-top: -1px; }
      .shead-mb-menu-button .m-bar-rtl {
        bottom: 0; }
    .shead-mb-menu-button.v-close .m-bar-ltr {
      top: 50%;
      transform: scale(0.8) rotate(45deg);
      margin-top: -1px; }
    .shead-mb-menu-button.v-close .m-bar-center {
      bottom: 50%;
      margin-bottom: -1px;
      transform: scale(0.8) rotate(-45deg); }
    .shead-mb-menu-button.v-close .m-bar-rtl {
      opacity: 0; }
  .shead-mb-menu {
    margin-top: 5rem;
    padding: 2rem 2rem 0; }
    .shead-mb-menu > ul > li {
      overflow: hidden;
      padding: 0 1rem;
      border-top: 1px solid #ccc; }
      .shead-mb-menu > ul > li > a {
        display: block;
        position: relative;
        height: 6rem;
        line-height: 6rem;
        font-size: 1.8rem;
        font-weight: 700; }
        .shead-mb-menu > ul > li > a::before, .shead-mb-menu > ul > li > a::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          width: 1rem;
          height: 1rem;
          margin: -1rem 0 0 -0.5rem;
          transform: rotate(45deg);
          transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
        .shead-mb-menu > ul > li > a::before {
          background-color: #006ab3;
          transform: translateY(3px) rotate(45deg); }
        .shead-mb-menu > ul > li > a::after {
          background-color: white; }
        .shead-mb-menu > ul > li > a.m-submenu-open {
          color: #333; }
          .shead-mb-menu > ul > li > a.m-submenu-open::after {
            transform: translateY(6px) rotate(45deg); }
      .shead-mb-menu > ul > li .sub-menu {
        height: 0;
        transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
        .shead-mb-menu > ul > li .sub-menu li {
          margin: 0.1em 0;
          opacity: 0;
          transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
          .shead-mb-menu > ul > li .sub-menu li:last-child {
            margin-bottom: 1.5rem; }
          .shead-mb-menu > ul > li .sub-menu li.current_page_item a {
            color: #333; }
        .shead-mb-menu > ul > li .sub-menu.s-visible li {
          opacity: 1; }
          .shead-mb-menu > ul > li .sub-menu.s-visible li:nth-child(1) {
            transition-delay: 0.06667s; }
          .shead-mb-menu > ul > li .sub-menu.s-visible li:nth-child(2) {
            transition-delay: 0.13333s; }
          .shead-mb-menu > ul > li .sub-menu.s-visible li:nth-child(3) {
            transition-delay: 0.2s; }
          .shead-mb-menu > ul > li .sub-menu.s-visible li:nth-child(4) {
            transition-delay: 0.26667s; }
          .shead-mb-menu > ul > li .sub-menu.s-visible li:nth-child(5) {
            transition-delay: 0.33333s; }
          .shead-mb-menu > ul > li .sub-menu.s-visible li:nth-child(6) {
            transition-delay: 0.4s; }
        .shead-mb-menu > ul > li .sub-menu a {
          display: block;
          padding: 0.3em 0;
          font-size: 1.6rem;
          font-weight: 700; }
  .shead-mb-searchers {
    padding: 0 2rem; }
  .shead-mb-searcher {
    display: block;
    position: relative;
    height: 6rem;
    width: 100%;
    line-height: 6rem; }
    .shead-mb-searcher:first-child label {
      border-top: 1px solid #ccc; }
    .shead-mb-searcher.s-visible .shead-mb-search {
      opacity: 1;
      pointer-events: all; }
    .shead-mb-searcher.s-visible label {
      transform: translateY(-50vh); }
    .shead-mb-searcher label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      font-size: 1.8rem;
      color: #999999;
      transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      border-bottom: 1px solid #ccc; }
      .shead-mb-searcher label i {
        display: block;
        height: 6rem;
        padding: 1.8rem;
        width: 6rem; }
      .shead-mb-searcher label svg {
        display: block;
        width: 100%;
        height: 100%; }
        .shead-mb-searcher label svg use {
          fill: #006ab3; }
  .shead-mb-search {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    pointer-events: none; }
    .shead-mb-search-top {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      position: relative;
      height: 6rem; }
      .shead-mb-search-top::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #dadada; }
      .shead-mb-search-top i {
        display: block;
        height: 6rem;
        width: 6rem;
        padding: 1.8rem;
        background-color: white; }
        .shead-mb-search-top i svg {
          display: block;
          width: 100%;
          height: 100%; }
          .shead-mb-search-top i svg use {
            fill: #006ab3; }
      .shead-mb-search-top input {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        display: block;
        height: 100%;
        line-height: 5rem;
        font-size: 1.8rem;
        color: #333;
        width: 100%;
        font-weight: 800;
        -webkit-appearance: none !important;
        border-radius: 0 !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background: white; }
        .shead-mb-search-top input::-webkit-input-placeholder {
          font-weight: 700;
          color: #979797;
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        .shead-mb-search-top input:-ms-input-placeholder {
          font-weight: 700;
          color: #979797;
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        .shead-mb-search-top input::placeholder {
          font-weight: 700;
          color: #979797;
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        .shead-mb-search-top input:focus::-webkit-input-placeholder {
          transform: translateX(0.5em); }
        .shead-mb-search-top input:focus:-ms-input-placeholder {
          transform: translateX(0.5em); }
        .shead-mb-search-top input:focus::placeholder {
          transform: translateX(0.5em); }
    .shead-mb-search-close {
      position: relative;
      width: 6rem;
      height: 6rem;
      padding: 2rem 0;
      -webkit-appearance: none !important;
      border-radius: 0 !important;
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
      background: white; }
      .shead-mb-search-close svg {
        display: block;
        width: 100%;
        height: 100%; }
        .shead-mb-search-close svg use {
          fill: #006ab3;
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .shead-mb-search .searchResults {
      top: 6rem;
      height: calc(100vh - 6rem);
      overflow: auto;
      width: 100%;
      padding: 0;
      line-height: 1.8em;
      border-top: none; }
  .shead-mb .svgWrapper {
    display: block;
    width: 100%;
    height: 100%; }

.sfoot {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .sfoot a {
    display: inline-block;
    position: relative; }
    .sfoot a::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.75);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .sfoot a:hover::after, .sfoot a:focus::after {
      width: calc(100% + 1rem);
      left: -0.5rem;
      background-color: white; }
    .bg-dark .sfoot a::after {
      background-color: rgba(255, 255, 255, 0.75); }
    .bg-dark .sfoot a:hover::after, .bg-dark .sfoot a:focus::after {
      background-color: white; }
  .sfoot-top, .sfoot-bottom {
    padding: 0 2rem; }
  .sfoot-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    background-color: #006ab3;
    color: white; }
    .sfoot-top a {
      color: white; }
      .sfoot-top a:hover {
        color: white; }
  .sfoot-search {
    margin: 8rem auto; }
    .sfoot-search-form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 5rem;
      width: 67rem; }
      @media (max-width: 1024px) {
        .sfoot-search-form {
          width: 100%; } }
    .sfoot-search-button, .sfoot-search-input {
      -webkit-appearance: none !important;
      border-radius: 0 !important;
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
      background: white; }
    .sfoot-search-input {
      width: 80%;
      padding: 0 0.5em !important;
      font-size: 1.8rem;
      font-weight: 700;
      color: #333; }
      .sfoot-search-input::-webkit-input-placeholder {
        color: #979797;
        font-weight: 400;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .sfoot-search-input:-ms-input-placeholder {
        color: #979797;
        font-weight: 400;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .sfoot-search-input::placeholder {
        color: #979797;
        font-weight: 400;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .sfoot-search-input:focus::-webkit-input-placeholder {
        transform: translateX(0.5em); }
      .sfoot-search-input:focus:-ms-input-placeholder {
        transform: translateX(0.5em); }
      .sfoot-search-input:focus::placeholder {
        transform: translateX(0.5em); }
    .sfoot-search-button {
      display: block;
      width: 20%;
      height: 100%;
      padding: 1rem;
      border-left: 1px solid #333 !important;
      cursor: pointer;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .sfoot-search-button svg {
        display: block;
        height: 100%;
        width: 100%; }
        .sfoot-search-button svg use {
          fill: #333;
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .sfoot-search-button:hover, .sfoot-search-button:focus {
        background-color: #333; }
        .sfoot-search-button:hover svg use, .sfoot-search-button:focus svg use {
          fill: white; }
  .sfoot-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sfoot-menu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start; }
    .sfoot-menu > ul > li {
      display: block;
      margin: 0 3rem; }
      .sfoot-menu > ul > li > a {
        display: block;
        padding-bottom: 1rem;
        font-size: 1.6rem;
        font-weight: 700;
        text-transform: uppercase;
        pointer-events: none; }
        .sfoot-menu > ul > li > a::after {
          display: none; }
      .sfoot-menu > ul > li .sub-menu {
        line-height: 2em; }
        .sfoot-menu > ul > li .sub-menu li {
          margin: 1.2rem 0; }
          .sfoot-menu > ul > li .sub-menu li a {
            font-size: 1.6rem;
            font-weight: 500; }
    @media (max-width: 720px) {
      .sfoot-menu > ul {
        display: block;
        text-align: center; }
        .sfoot-menu > ul > li:not(:first-child) {
          margin-top: 4em; } }
  .sfoot-misc {
    margin: 5rem auto;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center; }
    .sfoot-misc p {
      margin: 0 0 1rem 0;
      font-size: 1.8rem;
      color: white; }
      .sfoot-misc p:last-child {
        margin: 0; }
      .sfoot-misc p a {
        font-weight: 900; }
  .sfoot-bottom {
    background-color: white; }
    .sfoot-bottom a {
      color: #006ab3; }
      .sfoot-bottom a::after {
        background-color: #006ab3; }
      .sfoot-bottom a:hover, .sfoot-bottom a:focus {
        color: #333; }
        .sfoot-bottom a:hover::after, .sfoot-bottom a:focus::after {
          background-color: #006ab3; }
  .sfoot-follow {
    margin: 4rem auto 3rem;
    text-align: center; }
    .sfoot-follow-list {
      display: inline-block; }
      @media (max-width: 480px) {
        .sfoot-follow-list {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center; } }
    .sfoot-follow-title, .sfoot-follow-link {
      display: inline-block;
      margin-right: 1em;
      font-size: 1.6rem;
      font-weight: 900;
      color: #006ab3; }
      @media (max-width: 480px) {
        .sfoot-follow-title, .sfoot-follow-link {
          display: block;
          margin: 0.75em 0 0;
          line-height: 1.8em; } }
    @media (max-width: 480px) {
      .sfoot-follow-link {
        font-size: 1.8rem; } }
    .sfoot-follow a {
      display: inline-block;
      position: relative; }
      .sfoot-follow a::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 106, 179, 0.75);
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .sfoot-follow a:hover::after, .sfoot-follow a:focus::after {
        width: calc(100% + 1rem);
        left: -0.5rem;
        background-color: #006ab3; }
      .bg-dark .sfoot-follow a::after {
        background-color: rgba(255, 255, 255, 0.75); }
      .bg-dark .sfoot-follow a:hover::after, .bg-dark .sfoot-follow a:focus::after {
        background-color: white; }
      .sfoot-follow a::after {
        transform: scaleX(0);
        transform-origin: center center; }
      @media (min-width: 900px) {
        .sfoot-follow a:hover::after, .sfoot-follow a:focus::after {
          transform: scaleX(1); } }
  .sfoot-contact {
    margin: 3rem auto 9rem;
    text-align: center; }
    @media (max-width: 480px) {
      .sfoot-contact {
        margin-top: 5rem; } }
    .sfoot-contact p {
      display: inline-block;
      margin: 0 0.8em;
      font-size: 1.6rem; }
      @media (max-width: 480px) {
        .sfoot-contact p {
          display: block;
          margin: 0.75em 0; } }

/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/
.spost-content {
  max-width: 1024px;
  margin: 4rem auto; }

.spost .additionalLinks {
  display: block;
  margin: 2rem auto;
  max-width: 1024px; }

.spost-pagination {
  margin: 4rem 0; }
  .spost-pagination a {
    margin-right: 1em;
    color: #979797;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4rem; }
    .spost-pagination a svg {
      display: inline-block;
      height: 1rem;
      width: 1rem; }
      .spost-pagination a svg use {
        color: #979797;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .spost-pagination a:hover, .spost-pagination a:active, .spost-pagination a:focus {
      color: #333; }
      .spost-pagination a:hover svg use, .spost-pagination a:active svg use, .spost-pagination a:focus svg use {
        fill: #333; }

.headless-title {
  margin: 1.5em 0 1.2em;
  font-size: 5.4rem; }

.spolitik .background-cobalt {
  background: #172983; }

.spolitik .background-ocean_blue {
  background: #006ab3; }

.spolitik-content {
  display: block;
  max-width: 74rem;
  width: 100%;
  margin: 5rem auto;
  font-size: 1.8rem; }
  @media (max-width: 800px) {
    .spolitik-content {
      padding: 0 2rem; } }
  .spolitik-content h2, .spolitik-content h3, .spolitik-content h4 {
    text-transform: uppercase;
    font-weight: 900; }
  .spolitik-content h2 {
    font-size: 2.4rem; }
  .spolitik-content h3 {
    font-size: 2rem; }
  .spolitik-content h4 {
    font-size: 1.7rem; }
  .spolitik-content p {
    margin-top: 0.24em; }

.spolitiker-container {
  margin: 0 auto; }

.spolitiker-info {
  padding: 3.2rem 0; }
  .spolitiker-info-email, .spolitiker-info-phone, .spolitiker-info-extra {
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 400; }
  .spolitiker-info-email, .spolitiker-info-phone {
    display: inline-block;
    margin-right: 1em; }
  .spolitiker-info-extraCols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .spolitiker-info-extraCols .v-left,
    .spolitiker-info-extraCols .v-right {
      width: 48%; }
    @media (max-width: 720px) {
      .spolitiker-info-extraCols {
        display: block; }
        .spolitiker-info-extraCols .v-lift,
        .spolitiker-info-extraCols .v-right {
          width: 100%; } }
  .spolitiker-info-extra {
    margin: 3rem 0; }

.spolitiker-about {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4; }
  .spolitiker-about-title {
    margin-bottom: 0.5em; }
  .spolitiker-about-follow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 3.2rem; }
    .spolitiker-about-follow p {
      font-size: 1.8rem;
      margin-right: 1em; }
    .spolitiker-about-follow-title {
      font-weight: 400; }

/*--------------------------------------------------------------
10.4 Components
--------------------------------------------------------------*/
.listItem {
  position: relative; }
  .listItem:first-child {
    padding-top: 0; }
  .listItem:last-child {
    padding-bottom: 0; }
  @media (max-width: 900px) {
    .listItem {
      margin: 4rem auto;
      padding-top: 0 !important; } }
  .listItem.v-featured {
    z-index: 10; }
    .listItem.v-featured .listItem-background {
      box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.08); }
    .listItem.v-featured .listItem-inner {
      padding-top: 1rem; }
    .listItem.v-featured .listItem-icon {
      -ms-flex-pack: center;
          justify-content: center; }
    .listItem.v-featured .listItem-title {
      font-size: 3rem; }
    .listItem.v-featured.v-dark-bg .listItem-title a:hover, .listItem.v-featured.v-dark-bg .listItem-title a:focus {
      color: white;
      opacity: 0.9; }
    .listItem.v-featured .additionalLinks-link::before {
      color: #333; }
    .listItem.v-featured .additionalLinks-link::after {
      background-color: #333; }
    .listItem.v-featured.v-dark-bg .additionalLinks-link::before {
      color: white; }
    .listItem.v-featured.v-dark-bg .additionalLinks-link::after {
      background-color: white; }
    .listItem.v-featured .lbutton {
      margin-top: 1.4em;
      border-width: 2px !important; }
  .listItem.v-dark-bg * {
    color: white; }
  .listItem.v-dark-bg .additionalLinks a {
    color: white; }
  .listItem-innerWrapper {
    padding: 3rem 0;
    overflow: hidden; }
    @media (max-width: 900px) {
      .listItem-innerWrapper {
        padding-top: 0 !important;
        overflow: visible; } }
  .listItem.v-featured .listItem-innerWrapper {
    padding: 4rem 0; }
  .listItem-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 900px;
    margin: 0 auto; }
    @media (max-width: 900px) {
      .listItem-inner {
        display: block; } }
  .listItem-background {
    display: block;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: -1;
    width: 200vw;
    height: 100%; }
    @media (max-width: 900px) {
      .listItem-background {
        width: 200%;
        left: -50%; } }
  .listItem-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    margin: 1rem 1rem 0 0;
    text-align: center;
    background-color: white; }
    .listItem-icon img {
      display: inline-block;
      width: 2.4rem;
      height: auto; }
    @media (max-width: 900px) {
      .listItem-icon {
        position: relative;
        margin: 1rem 0;
        text-align: left;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .listItem-content {
    display: block;
    width: 100%; }
  .listItem-featuredText {
    margin: 0 0 1em;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400; }
  .listItem-date {
    margin: 0;
    color: #979797;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900; }
  .listItem-title {
    display: block;
    margin: 0.2em 0 0.5em;
    font-size: 2.4rem; }
  @media (max-width: 720px) {
    .listItem-links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: center;
          justify-content: center; } }
  .listItem .additionalLinks {
    display: inline-block;
    margin-left: 1.5rem; }
    @media (max-width: 720px) {
      .listItem .additionalLinks {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start;
        margin: 0.5rem 0 0; }
        .listItem .additionalLinks * {
          margin: 0.5rem 0; } }
  .listItem .lbutton {
    margin-top: 1.6rem;
    padding: 0.5em 1.2em;
    font-size: 1.2rem;
    font-weight: 900;
    border-width: 1px !important; }
  body.os-mac .listItem .lbutton {
    padding-bottom: 0.4em; }

.newsFeed {
  overflow: hidden; }
  .newsFeed-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 900px;
    margin: 4rem auto 5rem;
    line-height: 4rem; }
    .newsFeed-tabs-tab {
      display: block;
      position: relative;
      padding: 0 1em;
      font-size: 1.8rem;
      font-weight: 400; }
      .newsFeed-tabs-tab::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #bdbdbd;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      @media (min-width: 1024px) {
        .newsFeed-tabs-tab:not(.s-current):hover {
          color: white !important; }
          .newsFeed-tabs-tab:not(.s-current):hover::after {
            height: 100%;
            background-color: #006ab3; } }
      .newsFeed-tabs-tab.s-current {
        color: #333;
        font-weight: 700; }
        .newsFeed-tabs-tab.s-current::after {
          background-color: #006ab3; }

.fcalendar {
  margin: 4rem auto; }
  .fcalendar-item {
    position: relative;
    margin-bottom: 3rem;
    min-height: 6rem; }
    .fcalendar-item:last-child {
      margin-bottom: 0; }
    @media (max-width: 1124px) {
      .fcalendar-item {
        margin-left: calc(24px + 0.5rem); } }
  .fcalendar-icon {
    position: absolute;
    right: calc(100% + 2rem);
    top: 0;
    padding-top: 1.3rem; }
    @media (max-width: 1124px) {
      .fcalendar-icon {
        padding-top: 1.75rem;
        right: calc(100% + 0.5rem); } }
    .bg-dark .fcalendar-icon svg use {
      fill: white; }
    .fcalendar-icon svg, .fcalendar-icon use {
      width: 32px;
      height: 32px; }
      @media (max-width: 1124px) {
        .fcalendar-icon svg, .fcalendar-icon use {
          width: 24px;
          height: 24px; } }
  .fcalendar-content-date, .fcalendar-content-title, .fcalendar-content-location {
    margin: 0; }
  .fcalendar-content-date {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #006ab3; }
  .fcalendar-content-title {
    margin: 0.1em 0;
    font-size: 2.4rem; }
  .fcalendar-content-location {
    font-size: 1.4rem; }

.ftwitter-loadingIndicator {
  text-align: center; }
  .ftwitter-loadingIndicator svg {
    display: inline-block;
    height: 5rem; }
    .ftwitter-loadingIndicator svg use {
      fill: #006ab3; }

.ftwitter-promo {
  display: block;
  position: relative;
  width: 100%;
  margin: 2rem 0;
  padding: 6rem 0;
  background-color: black; }
  .ftwitter-promo + .ftwitter-tweet {
    border-top: none; }
  .ftwitter-promo-background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.9; }
  .ftwitter-promo-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto; }
    .ftwitter-promo-data > * {
      font-size: 2.4rem;
      font-weight: 900;
      color: white; }
    @media (max-width: 900px) {
      .ftwitter-promo-data {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .ftwitter-promo-tweetsCount, .ftwitter-promo-followersCount {
    font-size: 5rem; }
  .ftwitter-promo-tweetsCounter, .ftwitter-promo-followersCounter, .ftwitter-promo-follow {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 1rem 2rem; }

.ftwitter-tweets {
  margin: 4rem 0; }
  @media (max-width: 900px) {
    .ftwitter-tweets {
      margin-top: 2rem; } }

.ftwitter-tweet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  padding: 3rem 0 1.5rem;
  border-top: 1px solid #eee; }
  .bg-dark .ftwitter-tweet, .ftwitter-tweet:first-child {
    border-top: none; }
  .ftwitter-tweet-portrait {
    display: block;
    overflow: hidden;
    width: 48px;
    min-width: 48px;
    margin-right: 2rem; }
    .ftwitter-tweet-portrait img {
      display: block;
      border-radius: 6px; }
    @media (max-width: 1024px) {
      .ftwitter-tweet-portrait {
        margin: 0 1rem 0 0; } }
  .ftwitter-tweet-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    margin: 0.5rem 0 0; }
    .bg-dark .ftwitter-tweet-data {
      opacity: 0.75; }
    .ftwitter-tweet-data > * {
      display: inline-block;
      vertical-align: baseline;
      margin: 0.25rem 1rem 0.25rem 0;
      padding: 0.2rem 0.5rem;
      line-height: 1.4rem;
      font-size: 1.3rem; }
      .ftwitter-tweet-data > *:first-child {
        margin-left: -0.5rem; }
      @media (max-width: 1024px) {
        .ftwitter-tweet-data > * {
          font-size: 1.16rem; }
          .ftwitter-tweet-data > *::after {
            display: none; } }
    .ftwitter-tweet-data-name {
      font-weight: 900;
      color: black; }
    .ftwitter-tweet-data-screen-name {
      font-weight: 400; }
    .ftwitter-tweet-data-date {
      color: #979797; }
    .ftwitter-tweet-data-tweetLink {
      display: inline-block;
      font-weight: 400;
      white-space: nowrap; }
      .ftwitter-tweet-data-tweetLink svg, .ftwitter-tweet-data-tweetLink span {
        display: inline-block; }
      .ftwitter-tweet-data-tweetLink svg {
        vertical-align: -5%;
        width: 1.2rem;
        height: 1.2rem; }
      .ftwitter-tweet-data-tweetLink use {
        fill: #006ab3;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .ftwitter-tweet-data-tweetLink:hover use, .ftwitter-tweet-data-tweetLink:focus use, .ftwitter-tweet-data-tweetLink:active use {
        fill: #333; }
      .bg-dark .ftwitter-tweet-data-tweetLink use {
        fill: white; }
      .bg-dark .ftwitter-tweet-data-tweetLink:hover use, .bg-dark .ftwitter-tweet-data-tweetLink:focus use, .bg-dark .ftwitter-tweet-data-tweetLink:active use {
        fill: white; }
  .ftwitter-tweet-content {
    font-size: 1.8rem; }
    .ftwitter-tweet-content a {
      position: relative;
      color: #006ab3;
      font-weight: 900; }
      .ftwitter-tweet-content a:hover, .ftwitter-tweet-content a:focus {
        color: #333; }

.pageHeader {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
  background-color: #006ab3; }
  .pageHeader-background {
    display: block;
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    min-height: 42rem;
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center center; }
  .pageHeader-featuredImage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 70%;
    text-align: center; }
    @media (max-width: 540px) {
      .pageHeader-featuredImage {
        height: 60%; } }
    .pageHeader-featuredImage-wrapper {
      display: inline-block;
      overflow: hidden;
      height: 100%;
      border-radius: 50%;
      background-color: #006ab3; }
    .pageHeader-featuredImage img {
      display: block;
      height: 100%;
      width: auto; }
  .pageHeader-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: 1024px;
    margin: 0 auto; }
    .pageHeader-container-wrapper {
      position: relative;
      z-index: 2;
      overflow: hidden;
      width: 100%;
      margin-top: -7rem; }
      .pageHeader-container-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 3;
        top: 7rem;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white; }
      .pageHeader-container-wrapper.has-subtitle, .pageHeader-container-wrapper.has-description {
        margin-top: -10.5rem; }
        .pageHeader-container-wrapper.has-subtitle::after, .pageHeader-container-wrapper.has-description::after {
          top: 10.5rem; }
      @media (max-width: 1074px) {
        .pageHeader-container-wrapper {
          margin-top: 0 !important;
          padding: 2rem 2.5rem 0;
          background-color: white; } }
      .pageHeader-container-wrapper.align-center .pageHeader-container {
        -ms-flex-align: center;
            align-items: center; }
      .pageHeader-container-wrapper.align-center .pageHeader-title span,
      .pageHeader-container-wrapper.align-center .pageHeader-subtitle span,
      .pageHeader-container-wrapper.align-center .description-title span,
      .pageHeader-container-wrapper.align-center .description span {
        padding-left: 1em;
        padding-right: 1em; }
      .pageHeader-container-wrapper.align-center .pageHeader-title::before,
      .pageHeader-container-wrapper.align-center .pageHeader-subtitle::before,
      .pageHeader-container-wrapper.align-center .description-title::before,
      .pageHeader-container-wrapper.align-center .description::before {
        display: none; }
      .pageHeader-container-wrapper.align-right .pageHeader-container {
        -ms-flex-align: end;
            align-items: flex-end; }
      .pageHeader-container-wrapper.align-right .pageHeader-title::before,
      .pageHeader-container-wrapper.align-right .subtitle::before,
      .pageHeader-container-wrapper.align-right .description-title::before,
      .pageHeader-container-wrapper.align-right .description::before {
        left: 100%;
        width: 100vw; }
  .pageHeader-title, .pageHeader-subtitle, .pageHeader-description-title, .pageHeader-description {
    position: relative;
    z-index: 4;
    max-width: 80%;
    padding: 1rem 2rem 1rem 0;
    color: #333;
    background-color: white; }
    @media (max-width: 819.2px) {
      .pageHeader-title, .pageHeader-subtitle, .pageHeader-description-title, .pageHeader-description {
        max-width: 100%; } }
    .pageHeader-title.full-width, .pageHeader-subtitle.full-width, .pageHeader-description-title.full-width, .pageHeader-description.full-width {
      max-width: 100%; }
    .pageHeader-title::before, .pageHeader-subtitle::before, .pageHeader-description-title::before, .pageHeader-description::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 100%;
      width: 100vw;
      height: 100%;
      background-color: white; }
    @media (max-width: 1074px) {
      .pageHeader-title::before, .pageHeader-subtitle::before, .pageHeader-description-title::before, .pageHeader-description::before {
        display: none; }
      .pageHeader-title span, .pageHeader-subtitle span, .pageHeader-description-title span, .pageHeader-description span {
        padding: 0 !important; } }
  .pageHeader-title, .pageHeader-subtitle {
    padding: 0;
    line-height: 1.4em;
    background: transparent; }
    .pageHeader-title > span, .pageHeader-subtitle > span {
      display: inline !important;
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone;
      background: white; }
    html.outstandingBrowserDetekted .pageHeader-title,
    html.improvedBrowserDetekted .pageHeader-title, html.outstandingBrowserDetekted .pageHeader-subtitle,
    html.improvedBrowserDetekted .pageHeader-subtitle {
      background-color: white; }
  .pageHeader-title {
    position: relative;
    font-weight: 900;
    font-size: 4.4rem; }
    .pageHeader-title > span {
      padding: 0.12em 0.4em 0.12em 0; }
    body.os-mac .pageHeader-title > span {
      padding: 0.26em 0.4em 0.26em 0; }
    @media (max-width: 1074px) {
      .pageHeader-title {
        font-size: 4rem; } }
    @media (max-width: 900px) {
      .pageHeader-title {
        font-size: 3.6rem; } }
    @media (max-width: 540px) {
      .pageHeader-title {
        font-size: 3rem; } }
  .pageHeader-subtitle {
    font-weight: 900;
    font-size: 2.4rem; }
    .pageHeader-subtitle > span {
      padding: 0.12em 0.4em 1em 0; }
    body.os-mac .pageHeader-subtitle > span {
      padding: 0.26em 0.4em 0.26em 0; }
    @media (max-width: 1000px) {
      .pageHeader-subtitle {
        font-size: 2.1rem; } }
    @media (max-width: 480px) {
      .pageHeader-subtitle {
        font-size: 1.8rem; } }
  .pageHeader-description-title {
    padding-top: 1em;
    padding-bottom: 0;
    font-size: 3rem;
    font-weight: 400; }
  .pageHeader-description {
    padding-top: 1em;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.4em; }
    @media (max-width: 1000px) {
      .pageHeader-description {
        font-size: 2.1rem; } }
    @media (max-width: 480px) {
      .pageHeader-description {
        font-size: 1.8rem; } }

.wsearch {
  position: relative;
  max-width: 76rem;
  margin: 3rem auto; }
  @media (max-width: 1024px) {
    .wsearch {
      padding: 0 2rem; } }
  .wsearch-obscurable {
    position: relative; }
  .wsearch-input {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem; }
    .wsearch-input input {
      display: block;
      width: 100%;
      line-height: 5rem;
      height: 5rem;
      padding: 0 5rem;
      font-size: 2rem;
      font-weight: 900;
      border: 1px solid #ccc;
      border-radius: 0.5rem;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .wsearch-input input::-webkit-input-placeholder {
        font-weight: 400;
        color: #bdbdbd;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .wsearch-input input:-ms-input-placeholder {
        font-weight: 400;
        color: #bdbdbd;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .wsearch-input input::placeholder {
        font-weight: 400;
        color: #bdbdbd;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .wsearch-input input:focus {
        outline: none;
        box-shadow: none;
        border-color: #006ab3; }
        .wsearch-input input:focus::-webkit-input-placeholder {
          transform: translateX(0.5em); }
        .wsearch-input input:focus:-ms-input-placeholder {
          transform: translateX(0.5em); }
        .wsearch-input input:focus::placeholder {
          transform: translateX(0.5em); }
        .wsearch-input input:focus ~ label svg use {
          fill: #006ab3; }
    .wsearch-input label,
    .wsearch-input button {
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      width: 5rem; }
      .wsearch-input label svg,
      .wsearch-input button svg {
        display: block;
        width: 100%;
        height: 100%; }
        .wsearch-input label svg use,
        .wsearch-input button svg use {
          transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .wsearch-input label {
      left: 0;
      padding: 1.2rem; }
      .wsearch-input label svg use {
        fill: #979797; }
    .wsearch-input button {
      right: 0;
      padding: 1.6rem;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .wsearch-input button svg use {
        fill: #333; }
      .wsearch-input button:hover svg use, .wsearch-input button:focus svg use {
        fill: #006ab3; }
    .wsearch-input-reset.s-back .v-back {
      display: block; }
    .wsearch-input-reset.s-back .v-close {
      display: none; }
    .wsearch-input-reset.s-close .v-back {
      display: none; }
    .wsearch-input-reset.s-close .v-close {
      display: block; }
    .wsearch-input-reset.s-hidden {
      transform: translateX(100%);
      opacity: 0; }
  .wsearch-types, .wsearch-terms-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%; }
    @media (max-width: 900px) {
      .wsearch-types, .wsearch-terms-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-left: -0.5rem;
        width: calc(100% + 1rem); }
        .wsearch-types button, .wsearch-terms-list button {
          margin: 0.5rem; } }
    .wsearch-types button, .wsearch-terms-list button {
      display: block;
      margin-bottom: 0.4em;
      padding: 0.5em 0.5em;
      font-weight: 400;
      font-size: 1.8rem;
      color: #006ab3;
      border-bottom: 1px solid #ccc;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .wsearch-types button:hover, .wsearch-types button:focus, .wsearch-terms-list button:hover, .wsearch-terms-list button:focus {
        color: #333; }
      .wsearch-types button.s-active, .wsearch-terms-list button.s-active {
        color: #333;
        border-color: #006ab3; }
      @media (max-width: 900px) {
        .wsearch-types button, .wsearch-terms-list button {
          padding: 0 0.5em;
          font-size: 1.6rem; } }
  .wsearch-terms-list {
    display: none; }
    .wsearch-terms-list.s-active {
      display: -ms-flexbox;
      display: flex; }
    .wsearch-terms-list button {
      font-size: 1.3rem; }
      @media (max-width: 720px) {
        .wsearch-terms-list button {
          padding: 0.2em 0.4em; } }
  .wsearch-results-quantity {
    margin: 1rem 0;
    font-size: 1.3rem;
    color: #979797; }
    @media (max-width: 900px) {
      .wsearch-results-quantity {
        margin: 0.75rem 0;
        font-size: 1.2rem; } }
  .wsearch-results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
    position: relative;
    overflow: hidden;
    min-height: 5rem;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .wsearch-results.s-disabled {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      opacity: 0.5; }
  .wsearch-loading {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.12s cubic-bezier(0.4, 0, 0.2, 1); }
    .s-searching .wsearch-loading {
      opacity: 1;
      pointer-events: all; }
    .wsearch-loading svg {
      display: block;
      width: 100%;
      height: 5rem; }
      .wsearch-loading svg use {
        fill: #006ab3; }
  .wsearch-load-more {
    display: inline-block;
    height: 3em;
    padding: 0 2em;
    line-height: 3em;
    font-size: 1.8rem;
    color: #006ab3;
    font-weight: 900;
    background-color: #eee;
    border-radius: 0.5rem;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .wsearch-load-more-wrapper {
      display: block;
      clear: both;
      width: 100%;
      margin: 2rem auto;
      text-align: center; }
    .wsearch-load-more svg, .wsearch-load-more span {
      vertical-align: middle; }
    .wsearch-load-more svg {
      display: none;
      height: 100%;
      width: 3em;
      margin-left: 2em; }
      .wsearch-load-more svg use {
        fill: #006ab3; }
    .wsearch-load-more.s-loading {
      background-color: #eee;
      pointer-events: none; }
      .wsearch-load-more.s-loading svg {
        display: inline-block; }
    .wsearch-load-more:hover, .wsearch-load-more:focus {
      box-shadow: none;
      color: #333;
      background-color: #e5e5e5; }

.sres {
  position: relative;
  margin: 3rem 1%;
  width: 100%; }
  .sres.divider-1, .sres.divider-2 {
    display: block;
    width: 100%; }
  .sres.divider-1 {
    margin: 2rem 1% 1rem; }
  .sres.divider-2 {
    margin: 1rem 1% 0;
    text-transform: uppercase;
    color: #979797; }
  @media (max-width: 900px) {
    .sres {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .sres.v-page, .sres.v-pdf {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .sres.v-page .sres-title svg, .sres.v-pdf .sres-title svg {
      display: inline-block;
      vertical-align: middle;
      max-height: 32px;
      max-width: 32px; }
      .sres.v-page .sres-title svg use, .sres.v-pdf .sres-title svg use {
        fill: #006ab3;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .sres.v-page .sres-title span, .sres.v-pdf .sres-title span {
      vertical-align: middle; }
    .sres.v-page .sres-title:hover svg use, .sres.v-page .sres-title:focus svg use, .sres.v-page .sres-title:active svg use, .sres.v-pdf .sres-title:hover svg use, .sres.v-pdf .sres-title:focus svg use, .sres.v-pdf .sres-title:active svg use {
      fill: #333; }
  .sres.v-lokalt_ort .sres-title svg {
    display: inline-block;
    max-height: 0.6em;
    max-width: 0.6em;
    margin-left: 0.1em; }
    .sres.v-lokalt_ort .sres-title svg use {
      fill: #006ab3;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .sres.v-lokalt_ort .sres-title:hover svg use, .sres.v-lokalt_ort .sres-title:focus svg use, .sres.v-lokalt_ort .sres-title:active svg use {
    fill: #333; }
  .sres.v-politiker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 1.2rem 1%;
    padding: 1.5rem;
    border: 1px solid #979797; }
    .sres.v-politiker .part-left {
      width: 20%;
      margin-right: 1.5rem; }
      .sres.v-politiker .part-left img {
        width: 100%;
        height: auto; }
      .sres.v-politiker .part-left a:hover, .sres.v-politiker .part-left a:focus, .sres.v-politiker .part-left a:active {
        opacity: 0.9; }
    .sres.v-politiker .part-right {
      width: 80%; }
    .sres.v-politiker .additionalLinks {
      padding-bottom: 0; }
  .sres-metadata-date {
    display: inline-block;
    font-size: 1.2rem;
    white-space: nowrap;
    text-transform: uppercase;
    color: #333; }
  .sres-metadata-date {
    margin-left: 1em; }
  .sres-title, .sres-excerpt {
    display: block;
    clear: both;
    font-size: 1.8rem; }
  .sres-title {
    float: left;
    margin: 0.8rem auto 0.4rem;
    font-weight: 900; }
    .sres-title strong {
      color: #f29400;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .sres-title:hover strong, .sres-title:focus strong {
      color: #d47600; }
  .sres-excerpt {
    line-height: 1.5;
    font-weight: 400; }
  .sres .additionalLinks {
    clear: both;
    padding: 1rem 0; }
  .sres-person-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 23%;
    margin: 1.5rem 1%; }
    @media (max-width: 720px) {
      .sres-person-card {
        width: 31.33%; } }
    @media (max-width: 540px) {
      .sres-person-card {
        width: 48%; } }
    .sres-person-card-portrait {
      width: 100%;
      height: auto; }
      .sres-person-card-portrait-wrapper {
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 1rem; }
        body.outstandingBrowserDetekted .sres-person-card-portrait-wrapper {
          height: 0;
          padding-bottom: 100%; }
        .sres-person-card-portrait-wrapper:hover, .sres-person-card-portrait-wrapper:focus {
          opacity: 0.8; }
    .sres-person-card-name, .sres-person-card-position, .sres-person-card-email {
      display: inline-block;
      font-size: 1.8rem; }
    .sres-person-card-name {
      font-weight: 900; }
      .sres-person-card-name strong {
        color: #f29400; }
    .sres-person-card-position {
      font-weight: 400;
      margin-bottom: 0.8em; }
    .sres-person-card-email {
      margin-top: auto;
      font-size: 1.6rem; }
    @media (max-width: 420px) {
      .sres-person-card {
        font-size: 0.8em; }
        .sres-person-card-name, .sres-person-card-position, .sres-person-card-email {
          display: block;
          font-size: 1.4rem; } }
  .sres.v-nothing-found {
    width: 100%; }
    .sres.v-nothing-found h2 {
      font-size: 2.4rem;
      font-weight: 400; }
      .sres.v-nothing-found h2 span {
        color: #f29400; }
    .sres.v-nothing-found p {
      margin-top: 1em;
      font-size: 1.6rem; }
  .sres.v-lokalt_ort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .sres.v-lokalt_ort .sres-title {
      float: none;
      margin: 0 0 0 1em; }

html.outstandingBrowserDetekted .wsearch .wsearch-input input {
  padding-right: 0; }

html.outstandingBrowserDetekted .wsearch .wsearch-input .wsearch-input-reset {
  display: none; }

.politikIndex-container {
  max-width: 1024px;
  margin: 2rem auto; }
  @media (max-width: 1000px) {
    .politikIndex-container {
      width: 100%;
      padding: 0 2rem; } }

.politikIndex-picker {
  margin: 2rem 0;
  padding: 2rem;
  background-color: #eee; }
  @media (max-width: 1000px) {
    .politikIndex-picker {
      padding: 2rem 1rem; } }
  .politikIndex-picker-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .politikIndex-picker-button {
    min-width: 2.5%;
    padding: 0.1em 0.6em;
    font-size: 2.4rem;
    font-weight: 900;
    color: #979797;
    background-color: #fafafa;
    border-radius: 4px;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (max-width: 720px) {
      .politikIndex-picker-button {
        font-size: 1.6rem; } }
    .politikIndex-picker-button:hover {
      background-color: white;
      color: #333;
      transform: translateY(-2px);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1); }
    .politikIndex-picker-button.s-selected {
      background-color: #006ab3;
      color: white;
      transform: translateY(0);
      box-shadow: none; }
    .politikIndex-picker-button[data-has-posts="false"] {
      color: #bdbdbd;
      border-color: transparent;
      background-color: transparent;
      pointer-events: none; }
  @media (max-width: 1440px) {
    .politikIndex-picker-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
    .politikIndex-picker-button {
      width: 3em;
      margin: 0.2em; } }

.politikIndex-list-group {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  border-top: 1px solid #ccc;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 1000px) {
    .politikIndex-list-group {
      padding-top: 1.5rem; } }
  @media (max-width: 480px) {
    .politikIndex-list-group {
      text-align: center; } }
  .politikIndex-list-group.s-hidden {
    padding: 0;
    height: 0 !important;
    border-top-width: 0;
    opacity: 0; }
  .politikIndex-list-group:first-child {
    border-top: none; }
  .politikIndex-list-group h2 {
    position: absolute;
    top: 1rem;
    left: 0;
    font-size: 7rem;
    color: rgba(151, 151, 151, 0.25); }
    @media (max-width: 1000px) {
      .politikIndex-list-group h2 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 0.5rem;
        font-size: 5rem;
        color: rgba(151, 151, 151, 0.4); } }
  .politikIndex-list-group ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 8rem; }
    @media (max-width: 1000px) {
      .politikIndex-list-group ul {
        padding-left: 0; } }
  .politikIndex-list-group li {
    width: 33.333%;
    padding-right: 2em; }
    @media (max-width: 1000px) {
      .politikIndex-list-group li {
        width: 50%;
        padding: 0 1rem 0 0; } }
    @media (max-width: 480px) {
      .politikIndex-list-group li {
        width: 100%;
        padding: 0;
        margin: 0.2em 0; } }
  .politikIndex-list-group a {
    display: inline-block;
    padding: 0.2em 0.2em;
    font-size: 1.8rem; }
    @media (max-width: 720px) {
      .politikIndex-list-group a {
        font-size: 1.6rem; } }
    @media (max-width: 480px) {
      .politikIndex-list-group a {
        padding: 0.15em 0.4em;
        margin-bottom: 0.2em; }
        .politikIndex-list-group a::after {
          opacity: 0.25; } }

.searchSection {
  margin: 4rem auto;
  height: 5rem; }
  .searchSection-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    height: 100%; }
    @media (max-width: 1024px) {
      .searchSection-form {
        width: 100%; } }
  .searchSection-button, .searchSection-input {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: #006ab3; }
  .searchSection input[type="search"] {
    width: 80%;
    padding: 0 0.5em !important;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    border: 1px solid #979797;
    border-right: none; }
    .searchSection input[type="search"]::-webkit-input-placeholder {
      color: #979797;
      font-weight: 400;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .searchSection input[type="search"]:-ms-input-placeholder {
      color: #979797;
      font-weight: 400;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .searchSection input[type="search"]::placeholder {
      color: #979797;
      font-weight: 400;
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .searchSection input[type="search"]:focus::-webkit-input-placeholder {
      transform: translateX(0.5em); }
    .searchSection input[type="search"]:focus:-ms-input-placeholder {
      transform: translateX(0.5em); }
    .searchSection input[type="search"]:focus::placeholder {
      transform: translateX(0.5em); }
  .searchSection-button {
    display: block;
    width: 20%;
    height: 100%;
    padding: 1.5rem 1rem;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .searchSection-button svg {
      display: block;
      height: 100%;
      width: 100%; }
      .searchSection-button svg use {
        fill: white;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .searchSection-button:hover, .searchSection-button:focus {
      background-color: #333; }
      .searchSection-button:hover svg use, .searchSection-button:focus svg use {
        fill: white; }

.fbFeed .additionalLinks-link {
  margin-right: 1em; }
  .fbFeed .additionalLinks-link::before {
    left: -1.05em;
    color: #006ab3; }

.fbFeed-name {
  display: block;
  margin: 0 0 2em; }
  .fbFeed-name-link {
    color: #333; }
    .fbFeed-name-link svg {
      width: 24px;
      height: 24px;
      vertical-align: middle; }
    .fbFeed-name-link span {
      font-weight: 400;
      font-size: 1.8rem;
      text-transform: uppercase;
      vertical-align: middle; }
    .fbFeed-name-link:hover, .fbFeed-name-link:focus, .fbFeed-name-link:active {
      color: #006ab3; }

.fbFeed-post {
  padding-top: 2.7rem; }
  .fbFeed-post:not(:only-child):not(:last-child) {
    margin-bottom: 5rem; }
  .fbFeed-post-date {
    margin: 0;
    color: #979797;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 900; }
  .fbFeed-post-title {
    margin: 0.5em 0 1em;
    text-transform: uppercase;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.4em;
    color: #333; }
  .fbFeed-post-content {
    margin: 2rem 0; }
  .fbFeed-post-object {
    width: 100%;
    margin: 2rem 0; }
    .fbFeed-post-object * {
      display: block;
      max-width: 100%;
      height: auto; }
    .fbFeed-post-object a {
      display: inline-block;
      width: auto; }
  .fbFeed-post-links a {
    font-size: 1.5rem; }

.lofeed-input {
  display: block;
  width: 100%;
  border: 1px solid #979797;
  height: 3em;
  font-weight: 900;
  color: #333; }
  .lofeed-input::-webkit-input-placeholder {
    font-weight: 400;
    color: #979797; }
  .lofeed-input:-ms-input-placeholder {
    font-weight: 400;
    color: #979797; }
  .lofeed-input::placeholder {
    font-weight: 400;
    color: #979797; }

.lofeed-list {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.lofeed .lsresult {
  margin-bottom: 0.75em;
  padding-left: 0;
  padding-right: 0; }

.fpolitiker {
  max-width: 1024px;
  margin: 4rem auto; }
  .fpolitiker-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1%;
    width: 102%; }

body.post-type-archive-folkpart_politiker .site-content .standard-pagination {
  margin: 0 auto 2rem; }

.fposts {
  margin: 4rem auto; }

.splashBlock-video,
.pageHeader-video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 480px;
  background-color: #00a5cf;
  text-align: center; }
  @media (max-width: 1074px) {
    .splashBlock-video,
    .pageHeader-video {
      min-height: 240px; } }
  .splashBlock-video::after,
  .pageHeader-video::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background-color: #00a5cf; }
  .splashBlock-video *,
  .pageHeader-video * {
    pointer-events: none; }
  .splashBlock-video iframe,
  .pageHeader-video iframe {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: calc(100vw - 10rem); }
    @media (max-width: 900px) {
      .splashBlock-video iframe,
      .pageHeader-video iframe {
        max-width: calc(100vw - 5rem); } }
  .splashBlock-video-overlay,
  .pageHeader-video-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 165, 207, 0.6);
    color: white;
    font-size: 4rem;
    font-weight: 200;
    opacity: 0;
    transition: 0.5s ease; }
    a:hover .splashBlock-video-overlay, a:focus .splashBlock-video-overlay, a:hover
    .pageHeader-video-overlay, a:focus
    .pageHeader-video-overlay {
      opacity: 1; }

.pageHeader-video {
  position: relative; }

.dynamicContent {
  display: block;
  overflow: hidden;
  margin: 5rem 0 0; }
  .pageHeader + .dynamicContent {
    margin-top: 0; }
  .dynamicContent:first-child {
    margin-top: 0; }
  .dynamicContent-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 calc((100vw - 1600px) / 2);
    overflow: hidden; }
    .dynamicContent-section.m-dropShadow {
      z-index: 10;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1600px) {
      .dynamicContent-section {
        padding: 0; } }
    @media (max-width: 900px) {
      .dynamicContent-section {
        display: block;
        padding: 0; } }
    @media (max-width: 1024px) {
      .dynamicContent-section.columnsCount-2 {
        display: block; }
        .dynamicContent-section.columnsCount-2 .dynamicContent-column {
          width: 100% !important; }
          .dynamicContent-section.columnsCount-2 .dynamicContent-column-content {
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 1366px) {
      .dynamicContent-section.columnsCount-3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .dynamicContent-section.columnsCount-3 .dynamicContent-column {
          width: 100% !important; }
          .dynamicContent-section.columnsCount-3 .dynamicContent-column-content {
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 1600px) {
      .dynamicContent-section.columnsCount-4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .dynamicContent-section.columnsCount-4 .dynamicContent-column {
          width: 50% !important; } }
    @media (max-width: 1024px) {
      .dynamicContent-section.columnsCount-4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .dynamicContent-section.columnsCount-4 .dynamicContent-column {
          width: 100% !important; }
          .dynamicContent-section.columnsCount-4 .dynamicContent-column-content {
            -ms-flex-align: center;
                align-items: center; } }
  .dynamicContent-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    min-width: 400px;
    min-height: 25vh; }
    @media (min-width: calc(1500px + 5rem)) {
      .dynamicContent-column:first-child {
        padding-left: 0; }
      .dynamicContent-column:last-child {
        padding-right: 0; } }
    @media (max-width: 900px) {
      .dynamicContent-column {
        padding-left: 0;
        padding-right: 0;
        min-width: 0; } }
    .dynamicContent-column:nth-child(1) {
      z-index: 1; }
    .dynamicContent-column:nth-child(2) {
      z-index: 2; }
    .dynamicContent-column:nth-child(3) {
      z-index: 3; }
    .dynamicContent-column:nth-child(4) {
      z-index: 4; }
    .dynamicContent-column-content {
      display: -ms-flexbox;
      display: flex;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .dynamicContent-column-content > * {
        width: 100%;
        padding-left: 5rem;
        padding-right: 5rem; }
      @media (max-width: 900px) {
        .dynamicContent-column-content {
          display: block; }
          .dynamicContent-column-content > * {
            padding-left: 2.5rem;
            padding-right: 2.5rem; } }
    .dynamicContent-column-bgImage {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
    .dynamicContent-column-background {
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100%; }
      .dynamicContent-column-background-image {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center; }
    .dynamicContent-column:first-child {
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
      .dynamicContent-column:first-child .dynamicContent-column-background {
        right: 0;
        left: auto; }
    .dynamicContent-column:only-child {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
      .dynamicContent-column:only-child .dynamicContent-column-background {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        right: auto; }
    .dynamicContent-column.bg-dark * {
      color: white; }

.contentBlock {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }
  .contentBlock-title {
    margin-bottom: 0.75em; }
  .contentBlock-subtitle {
    margin-bottom: 1em;
    line-height: 1.4em;
    font-size: 2.1rem;
    font-weight: 700; }
  .contentBlock-buttons {
    margin: 4rem 0 0; }
    .contentBlock-buttons > *:not(:last-child) {
      margin-right: 1.5em; }
    .contentBlock-buttons > * {
      margin-bottom: 1em; }
    @media (max-width: 900px) {
      .contentBlock-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 2rem 0 0; }
        .contentBlock-buttons > * {
          margin-bottom: 2rem;
          margin-left: 0 !important;
          margin-right: 0 !important; } }
  .contentBlock-footerImages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem; }
    .contentBlock-footerImages img {
      display: block;
      max-height: 5rem;
      margin-right: 2rem; }
      .contentBlock-footerImages img:last-child {
        margin-right: 0; }

.feedBlock {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .feedBlock.type-posts .listItem {
    overflow: visible; }
    .feedBlock.type-posts .listItem-background {
      left: -100vw;
      width: 200vw; }
  .feedBlock-title {
    margin-bottom: 2em;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #333; }

.pSummaryBlock {
  height: 100%; }
  .pSummaryBlock .listItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: visible;
    height: 100%; }
    .pSummaryBlock .listItem-background {
      left: -100vw;
      width: 200vw; }

.columnName-PostSummaryBlock.bg-dark .listItem-links .lbutton {
  color: white;
  border-color: white; }

.splashBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 360px;
  padding: 0; }
  .splashBlock.hasVideo {
    pointer-events: none; }
    .splashBlock.hasVideo * {
      pointer-events: auto; }
  .splashBlock-inner {
    display: block;
    position: relative;
    z-index: 5;
    max-width: 900px;
    padding: 2.5rem 5rem;
    text-align: center; }
  .splashBlock-title {
    margin-bottom: 0.25em; }
  .splashBlock-subtitle {
    font-size: 2.4rem;
    font-weight: 400; }
  .splashBlock .searchSection {
    height: 6rem;
    margin: 2rem 0; }
    .splashBlock .searchSection input {
      width: 75%; }
    .splashBlock .searchSection button {
      width: 25%; }
  .splashBlock-buttons {
    margin: 3rem 0 0; }
    .splashBlock-buttons > *:not(:last-child) {
      margin-right: 1rem; }
    @media (max-width: 1024px) {
      .splashBlock-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .splashBlock-buttons > * {
          margin-bottom: 2rem;
          margin-left: 0 !important;
          margin-right: 0 !important; }
        .splashBlock-buttons > *:last-child {
          margin-bottom: 0; } }
  .splashBlock .excessSpace {
    display: none; }
  .splashBlock.height-thin {
    height: 25vh; }
  .splashBlock.height-medium {
    height: 50vh; }
  .splashBlock.height-standard {
    height: 600px; }
  .splashBlock.height-thick {
    height: 75vh; }
  .splashBlock.height-full {
    height: 100vh; }
  .splashBlock.contentPosition-center_top, .splashBlock.contentPosition-left_top, .splashBlock.contentPosition-right_top {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .splashBlock.contentPosition-center_center, .splashBlock.contentPosition-left_center, .splashBlock.contentPosition-right_center {
    -ms-flex-pack: center;
        justify-content: center; }
  .splashBlock.contentPosition-center_bottom, .splashBlock.contentPosition-left_bottom, .splashBlock.contentPosition-right_bottom {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .splashBlock.contentPosition-center_bottom .excessSpace, .splashBlock.contentPosition-left_bottom .excessSpace, .splashBlock.contentPosition-right_bottom .excessSpace {
      display: block;
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: -100vw;
      width: 200vw;
      height: 10rem; }
  .splashBlock.contentPosition-left_top, .splashBlock.contentPosition-left_center, .splashBlock.contentPosition-left_bottom {
    -ms-flex-align: start;
        align-items: flex-start; }
    .splashBlock.contentPosition-left_top h1, .splashBlock.contentPosition-left_top h2, .splashBlock.contentPosition-left_top .wysiwyg-content, .splashBlock.contentPosition-left_center h1, .splashBlock.contentPosition-left_center h2, .splashBlock.contentPosition-left_center .wysiwyg-content, .splashBlock.contentPosition-left_bottom h1, .splashBlock.contentPosition-left_bottom h2, .splashBlock.contentPosition-left_bottom .wysiwyg-content {
      text-align: left; }
  .splashBlock.contentPosition-right_top, .splashBlock.contentPosition-right_center, .splashBlock.contentPosition-right_bottom {
    -ms-flex-align: end;
        align-items: flex-end; }
    .splashBlock.contentPosition-right_top h1, .splashBlock.contentPosition-right_top h2, .splashBlock.contentPosition-right_top .wysiwyg-content, .splashBlock.contentPosition-right_center h1, .splashBlock.contentPosition-right_center h2, .splashBlock.contentPosition-right_center .wysiwyg-content, .splashBlock.contentPosition-right_bottom h1, .splashBlock.contentPosition-right_bottom h2, .splashBlock.contentPosition-right_bottom .wysiwyg-content {
      text-align: right; }
  @media (max-width: 900px) {
    .splashBlock {
      display: block;
      height: auto !important;
      min-height: 0 !important; }
      .splashBlock-inner {
        width: 100vw;
        padding: 5rem 2.5rem; }
      .splashBlock .excessSpace {
        display: none !important; } }

@media (max-width: 900px) {
  .dynamicContent-column.columnName-SplashBlock {
    display: block;
    padding: 0; }
    .dynamicContent-column.columnName-SplashBlock .dynamicContent-column-background {
      position: relative;
      width: 100%;
      height: 40vh;
      left: auto;
      transform: none; }
      .dynamicContent-column.columnName-SplashBlock .dynamicContent-column-background.noImage {
        display: none; } }

.ceBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 1024px) {
    .ceBlock {
      display: block;
      text-align: center; }
      .ceBlock-part {
        margin: 2rem auto; } }
  @media (min-width: 1024px) {
    .ceBlock-part:first-child {
      max-width: 60%;
      margin-right: 2rem; }
    .ceBlock-part:last-child {
      text-align: right; } }
  .ceBlock-date {
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: 900; }
  .ceBlock-title a {
    line-height: 1.2em;
    font-weight: 900;
    text-decoration: underline;
    -webkit-text-decoration-color: #006ab3;
            text-decoration-color: #006ab3; }

.subscriptionBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 100%;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }
  .subscriptionBlock-content {
    position: relative; }
    .bg-dark .subscriptionBlock-content * {
      color: white; }
    .subscriptionBlock-content input {
      color: #333 !important; }
    .subscriptionBlock-content *:not(.subscriptionBlock-response) {
      transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .subscriptionBlock-content.m-dimmed > *:not(.subscriptionBlock-response):not(.subscriptionBlock-loader) {
      opacity: 0;
      pointer-events: none; }
  .subscriptionBlock-response, .subscriptionBlock-loader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center; }
    .subscriptionBlock-response.s-visible, .subscriptionBlock-loader.s-visible {
      opacity: 1;
      pointer-events: all;
      transform: scale(1); }
    .subscriptionBlock-response.s-hidden, .subscriptionBlock-loader.s-hidden {
      opacity: 0;
      pointer-events: none;
      transform: scale(0); }
  .subscriptionBlock-response span {
    display: block;
    padding: 2rem;
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); }
  .subscriptionBlock-response.m-error span {
    background-color: rgba(255, 0, 0, 0.75); }
  .subscriptionBlock-loader svg {
    display: block;
    height: 10rem;
    padding: 2.5rem;
    background-color: rgba(0, 0, 0, 0.5); }
    .subscriptionBlock-loader svg use {
      display: block;
      fill: white; }
  .subscriptionBlock-title, .subscriptionBlock-text {
    padding-right: 25%; }
  .subscriptionBlock-title {
    margin-bottom: 0.5em; }
  .subscriptionBlock-text a::after, .subscriptionBlock-addText a::after {
    transform: scale(1); }
  .subscriptionBlock-text {
    margin: 2rem 0; }
  .subscriptionBlock-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 5rem; }
  .subscriptionBlock-input {
    display: block;
    width: 75%;
    height: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    border: none !important;
    border-right: 1px solid #006ab3 !important; }
  .subscriptionBlock-button {
    display: block;
    width: 25%;
    height: 100%;
    background-color: white;
    color: #006ab3 !important;
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .subscriptionBlock-button:hover {
      color: white !important;
      background-color: #006ab3; }

.columnName-SubscriptionBlock {
  -ms-flex-align: end;
      align-items: flex-end; }

/*--------------------------------------------------------------
10.0 Admin
--------------------------------------------------------------*/
.fb-counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 5rem;
  background-color: #172938;
  color: white; }
  .subscriptionBlock .fb-counter {
    background-color: transparent; }
  .fb-counter-count {
    font-size: 6rem;
    font-weight: 900;
    text-align: center; }
  .fb-counter-text {
    font-size: 1.6rem;
    line-height: 1.6; }
    .fb-counter-text a {
      font-weight: bold;
      color: white; }
  @media (max-width: 1024px) {
    .fb-counter {
      padding: 2rem 2.5rem; } }

/*# sourceMappingURL=style.css.map */
/*@font-face {*/
    /*font-family: 'Avenir';*/
    /*src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Light.eot');*/
    /*src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Light.woff2') format('woff2'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Light.woff') format('woff'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Light.ttf') format('truetype');*/
    /*font-weight: 200;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'Avenir';*/
    /*src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-LightOblique.eot');*/
    /*src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-LightOblique.eot?#iefix') format('embedded-opentype'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-LightOblique.woff2') format('woff2'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-LightOblique.woff') format('woff'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-LightOblique.ttf') format('truetype');*/
    /*font-weight: 200;*/
    /*font-style: italic;*/
/*}*/




/*@font-face {*/
    /*font-family: 'Avenir';*/
    /*src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Book.eot');*/
    /*src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Book.woff2') format('woff2'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Book.woff') format('woff'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Book.ttf') format('truetype');*/
    /*font-weight: 300;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'Avenir';*/
    /*src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BookOblique.eot');*/
    /*src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BookOblique.eot?#iefix') format('embedded-opentype'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BookOblique.woff2') format('woff2'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BookOblique.woff') format('woff'),*/
    /*url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BookOblique.ttf') format('truetype');*/
    /*font-weight: 300;*/
    /*font-style: italic;*/
/*}*/




@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Roman.eot');
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Roman.woff2') format('woff2'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Roman.woff') format('woff'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Oblique.eot');
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Oblique.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Oblique.woff2') format('woff2'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Oblique.woff') format('woff'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}




@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Medium.eot');
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Medium.woff2') format('woff2'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Medium.woff') format('woff'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-MediumOblique.eot');
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-MediumOblique.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-MediumOblique.woff2') format('woff2'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-MediumOblique.woff') format('woff'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}




@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Heavy.eot');
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Heavy.woff2') format('woff2'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Heavy.woff') format('woff'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-HeavyOblique.eot');
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-HeavyOblique.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-HeavyOblique.woff2') format('woff2'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-HeavyOblique.woff') format('woff'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-HeavyOblique.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}




@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Black.eot');
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Black.woff2') format('woff2'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Black.woff') format('woff'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BlackOblique.eot');
    src: url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BlackOblique.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BlackOblique.woff2') format('woff2'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BlackOblique.woff') format('woff'),
    url('/wp-content/themes/liberalerna-2017/assets/fonts/Avenir/AvenirLTStd-BlackOblique.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
