/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=73.125em&xlarge=87.5em&xxlarge=102.5em";
}

html {
  font-size: 112.5%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #27363f;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
}

#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object {
  max-width: none!important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block!important;
}

.is-hidden {
  display: none!important;
}

.row {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.row:after,.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse>.column,.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -.8333333333rem;
  margin-right: -.8333333333rem;
}

@media screen and (min-width:40em) {
  .row .row {
    margin-left: -.5555555556rem;
    margin-right: -.5555555556rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,.columns {
  width: 100%;
  float: left;
  padding-left: .8333333333rem;
  padding-right: .8333333333rem;
}

@media screen and (min-width:40em) {
  .column,.columns {
    padding-left: .5555555556rem;
    padding-right: .5555555556rem;
  }
}

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,.row.row.columns {
  float: none;
}

.row .column.row.row,.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 30%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 50%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1>.column,.small-up-1>.columns {
  width: 100%;
  float: left;
}

.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1>.column:last-child,.small-up-1>.columns:last-child {
  float: left;
}

.small-up-2>.column,.small-up-2>.columns {
  width: 50%;
  float: left;
}

.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2>.column:nth-of-type(odd),.small-up-2>.columns:nth-of-type(odd) {
  clear: both;
}

.small-up-2>.column:last-child,.small-up-2>.columns:last-child {
  float: left;
}

.small-up-3>.column,.small-up-3>.columns {
  width: 33.3333333333%;
  float: left;
}

.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3>.column:last-child,.small-up-3>.columns:last-child {
  float: left;
}

.small-up-4>.column,.small-up-4>.columns {
  width: 25%;
  float: left;
}

.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4>.column:last-child,.small-up-4>.columns:last-child {
  float: left;
}

.small-up-5>.column,.small-up-5>.columns {
  width: 20%;
  float: left;
}

.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5>.column:last-child,.small-up-5>.columns:last-child {
  float: left;
}

.small-up-6>.column,.small-up-6>.columns {
  width: 16.6666666667%;
  float: left;
}

.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6>.column:last-child,.small-up-6>.columns:last-child {
  float: left;
}

.small-up-7>.column,.small-up-7>.columns {
  width: 14.2857142857%;
  float: left;
}

.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7>.column:last-child,.small-up-7>.columns:last-child {
  float: left;
}

.small-up-8>.column,.small-up-8>.columns {
  width: 12.5%;
  float: left;
}

.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8>.column:last-child,.small-up-8>.columns:last-child {
  float: left;
}

.small-collapse>.column,.small-collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.expanded.row .small-collapse.row,.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse>.column,.small-uncollapse>.columns {
  padding-left: .8333333333rem;
  padding-right: .8333333333rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered,.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-pull-0,.small-push-0,.small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width:40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1>.column,.medium-up-1>.columns {
    width: 100%;
    float: left;
  }

  .medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1>.column:last-child,.medium-up-1>.columns:last-child {
    float: left;
  }

  .medium-up-2>.column,.medium-up-2>.columns {
    width: 50%;
    float: left;
  }

  .medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2>.column:nth-of-type(odd),.medium-up-2>.columns:nth-of-type(odd) {
    clear: both;
  }

  .medium-up-2>.column:last-child,.medium-up-2>.columns:last-child {
    float: left;
  }

  .medium-up-3>.column,.medium-up-3>.columns {
    width: 33.3333333333%;
    float: left;
  }

  .medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3>.column:last-child,.medium-up-3>.columns:last-child {
    float: left;
  }

  .medium-up-4>.column,.medium-up-4>.columns {
    width: 25%;
    float: left;
  }

  .medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4>.column:last-child,.medium-up-4>.columns:last-child {
    float: left;
  }

  .medium-up-5>.column,.medium-up-5>.columns {
    width: 20%;
    float: left;
  }

  .medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5>.column:last-child,.medium-up-5>.columns:last-child {
    float: left;
  }

  .medium-up-6>.column,.medium-up-6>.columns {
    width: 16.6666666667%;
    float: left;
  }

  .medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6>.column:last-child,.medium-up-6>.columns:last-child {
    float: left;
  }

  .medium-up-7>.column,.medium-up-7>.columns {
    width: 14.2857142857%;
    float: left;
  }

  .medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7>.column:last-child,.medium-up-7>.columns:last-child {
    float: left;
  }

  .medium-up-8>.column,.medium-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8>.column:last-child,.medium-up-8>.columns:last-child {
    float: left;
  }

  .medium-collapse>.column,.medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .expanded.row .medium-collapse.row,.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse>.column,.medium-uncollapse>.columns {
    padding-left: .5555555556rem;
    padding-right: .5555555556rem;
  }

  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .medium-centered,.medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-pull-0,.medium-push-0,.medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width:73.125em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1>.column,.large-up-1>.columns {
    width: 100%;
    float: left;
  }

  .large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1>.column:last-child,.large-up-1>.columns:last-child {
    float: left;
  }

  .large-up-2>.column,.large-up-2>.columns {
    width: 50%;
    float: left;
  }

  .large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2>.column:nth-of-type(odd),.large-up-2>.columns:nth-of-type(odd) {
    clear: both;
  }

  .large-up-2>.column:last-child,.large-up-2>.columns:last-child {
    float: left;
  }

  .large-up-3>.column,.large-up-3>.columns {
    width: 33.3333333333%;
    float: left;
  }

  .large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3>.column:last-child,.large-up-3>.columns:last-child {
    float: left;
  }

  .large-up-4>.column,.large-up-4>.columns {
    width: 25%;
    float: left;
  }

  .large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4>.column:last-child,.large-up-4>.columns:last-child {
    float: left;
  }

  .large-up-5>.column,.large-up-5>.columns {
    width: 20%;
    float: left;
  }

  .large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5>.column:last-child,.large-up-5>.columns:last-child {
    float: left;
  }

  .large-up-6>.column,.large-up-6>.columns {
    width: 16.6666666667%;
    float: left;
  }

  .large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6>.column:last-child,.large-up-6>.columns:last-child {
    float: left;
  }

  .large-up-7>.column,.large-up-7>.columns {
    width: 14.2857142857%;
    float: left;
  }

  .large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7>.column:last-child,.large-up-7>.columns:last-child {
    float: left;
  }

  .large-up-8>.column,.large-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8>.column:last-child,.large-up-8>.columns:last-child {
    float: left;
  }

  .large-collapse>.column,.large-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .expanded.row .large-collapse.row,.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse>.column,.large-uncollapse>.columns {
    padding-left: .5555555556rem;
    padding-right: .5555555556rem;
  }

  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .large-centered,.large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-pull-0,.large-push-0,.large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

#sidebar .mauticform-innerform .mauticform-helpmessage,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
  margin: 0;
  padding: 0;
}

#sidebar .mauticform-innerform .mauticform-helpmessage,p {
  font-size: inherit;
  line-height: 1.45;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,i {
  font-style: italic;
}

b,em,i,strong {
  line-height: inherit;
}

b,strong {
  font-weight: 700;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  color: #bbb;
  line-height: 0;
}

h1 {
  font-size: 1.6111111111rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.1111111111rem;
}

h4 {
  font-size: 1.0555555556rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9444444444rem;
}

@media screen and (min-width:40em) {
  h1 {
    font-size: 2.8888888889rem;
  }

  h2 {
    font-size: 2.7777777778rem;
  }

  h3 {
    font-size: 1.7777777778rem;
  }

  h4 {
    font-size: 1.4444444444rem;
  }

  h5 {
    font-size: 1.1666666667rem;
  }

  h6 {
    font-size: .9444444444rem;
  }
}

a {
  color: #006394;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:focus,a:hover {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 65rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #bbb;
  border-left: 0;
  margin: 1.1111111111rem auto;
  clear: both;
}

dl,ol,ul {
  line-height: 1.45;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ol,ul {
  margin-left: 1.25rem;
}

ol ol,ol ul,ul ol,ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5rem 1.1111111111rem 0 1.0555555556rem;
  border-left: 1px solid #bbb;
}

#sidebar .mauticform-innerform blockquote .mauticform-helpmessage,blockquote,blockquote #sidebar .mauticform-innerform .mauticform-helpmessage,blockquote p {
  line-height: 1.45;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: .7222222222rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014 \0020";
}

abbr {
  color: #27363f;
  cursor: help;
  border-bottom: 1px dotted #27363f;
}

code {
  font-weight: 400;
  border: 1px solid #bbb;
  padding: .1111111111rem .2777777778rem .0555555556rem;
}

code,kbd {
  font-family: Consolas,Liberation Mono,Courier,monospace;
  color: #27363f;
  background-color: #f5f5f5;
}

kbd {
  padding: .1111111111rem .2222222222rem 0;
  margin: 0;
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.1;
  color: #8a8a8a;
}

.lead {
  font-size: 168.75%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

#sidebar .mauticform-innerform .mauticform-helpmessage+.stat,p+.stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width:40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width:73.125em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none!important;
}

@media print {
  * {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  .show-for-print {
    display: block!important;
  }

  .hide-for-print {
    display: none!important;
  }

  table.show-for-print {
    display: table!important;
  }

  thead.show-for-print {
    display: table-header-group!important;
  }

  tbody.show-for-print {
    display: table-row-group!important;
  }

  tr.show-for-print {
    display: table-row!important;
  }

  td.show-for-print,th.show-for-print {
    display: table-cell!important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }@  page {
    margin: .5cm;
  }

  #sidebar .mauticform-innerform .mauticform-helpmessage,h2,h3,p {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }
}

#sidebar .mauticform-innerform .mauticform-button,.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: .85em 1.75em;
  margin: 0 0 1rem;
  font-size: .9rem;
  background-color: #2199e8;
  color: #fefefe;
}

#sidebar .mauticform-innerform [data-whatinput=mouse] .mauticform-button,[data-whatinput=mouse] #sidebar .mauticform-innerform .mauticform-button,[data-whatinput=mouse] .button {
  outline: 0;
}

#sidebar .mauticform-innerform .mauticform-button:focus,#sidebar .mauticform-innerform .mauticform-button:hover,.button:focus,.button:hover {
  background-color: #1583cc;
  color: #fefefe;
}

#sidebar .mauticform-innerform .tiny.mauticform-button,.button.tiny {
  font-size: .6rem;
}

#sidebar .mauticform-innerform .small.mauticform-button,.button.small {
  font-size: .75rem;
}

#sidebar .mauticform-innerform .large.mauticform-button,.button.large {
  font-size: 1.25rem;
}

#sidebar .mauticform-innerform .expanded.mauticform-button,.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#sidebar .mauticform-innerform .primary.mauticform-button,.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

#sidebar .mauticform-innerform .primary.mauticform-button:focus,#sidebar .mauticform-innerform .primary.mauticform-button:hover,.button.primary:focus,.button.primary:hover {
  background-color: #147cc0;
  color: #fefefe;
}

#sidebar .mauticform-innerform .secondary.mauticform-button,.button.secondary {
  background-color: #7d868c;
  color: #fefefe;
}

#sidebar .mauticform-innerform .secondary.mauticform-button:focus,#sidebar .mauticform-innerform .secondary.mauticform-button:hover,.button.secondary:focus,.button.secondary:hover {
  background-color: #646b70;
  color: #fefefe;
}

#sidebar .mauticform-innerform .success.mauticform-button,.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

#sidebar .mauticform-innerform .success.mauticform-button:focus,#sidebar .mauticform-innerform .success.mauticform-button:hover,.button.success:focus,.button.success:hover {
  background-color: #22bb5b;
  color: #fefefe;
}

#sidebar .mauticform-innerform .warning.mauticform-button,.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

#sidebar .mauticform-innerform .warning.mauticform-button:focus,#sidebar .mauticform-innerform .warning.mauticform-button:hover,.button.warning:focus,.button.warning:hover {
  background-color: #cc8b00;
  color: #fefefe;
}

#sidebar .mauticform-innerform .alert.mauticform-button,.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

#sidebar .mauticform-innerform .alert.mauticform-button:focus,#sidebar .mauticform-innerform .alert.mauticform-button:hover,.button.alert:focus,.button.alert:hover {
  background-color: #da3116;
  color: #fefefe;
}

#sidebar .mauticform-innerform .hollow.mauticform-button,.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

#sidebar .mauticform-innerform .hollow.mauticform-button,#sidebar .mauticform-innerform .hollow.mauticform-button:focus,#sidebar .mauticform-innerform .hollow.mauticform-button:hover,.button.hollow,.button.hollow:focus,.button.hollow:hover {
  background-color: transparent;
}

#sidebar .mauticform-innerform .hollow.mauticform-button:focus,#sidebar .mauticform-innerform .hollow.mauticform-button:hover,.button.hollow:focus,.button.hollow:hover {
  border-color: #0c4d78;
  color: #0c4d78;
}

#sidebar .mauticform-innerform .hollow.primary.mauticform-button,.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

#sidebar .mauticform-innerform .hollow.primary.mauticform-button:focus,#sidebar .mauticform-innerform .hollow.primary.mauticform-button:hover,.button.hollow.primary:focus,.button.hollow.primary:hover {
  border-color: #0c4d78;
  color: #0c4d78;
}

#sidebar .mauticform-innerform .hollow.secondary.mauticform-button,.button.hollow.secondary {
  border: 1px solid #7d868c;
  color: #7d868c;
}

#sidebar .mauticform-innerform .hollow.secondary.mauticform-button:focus,#sidebar .mauticform-innerform .hollow.secondary.mauticform-button:hover,.button.hollow.secondary:focus,.button.hollow.secondary:hover {
  border-color: #3e4346;
  color: #3e4346;
}

#sidebar .mauticform-innerform .hollow.success.mauticform-button,.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

#sidebar .mauticform-innerform .hollow.success.mauticform-button:focus,#sidebar .mauticform-innerform .hollow.success.mauticform-button:hover,.button.hollow.success:focus,.button.hollow.success:hover {
  border-color: #157539;
  color: #157539;
}

#sidebar .mauticform-innerform .hollow.warning.mauticform-button,.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

#sidebar .mauticform-innerform .hollow.warning.mauticform-button:focus,#sidebar .mauticform-innerform .hollow.warning.mauticform-button:hover,.button.hollow.warning:focus,.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}

#sidebar .mauticform-innerform .hollow.alert.mauticform-button,.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

#sidebar .mauticform-innerform .hollow.alert.mauticform-button:focus,#sidebar .mauticform-innerform .hollow.alert.mauticform-button:hover,.button.hollow.alert:focus,.button.hollow.alert:hover {
  border-color: #881f0e;
  color: #881f0e;
}

#sidebar .mauticform-innerform .disabled.mauticform-button,#sidebar .mauticform-innerform [disabled].mauticform-button,.button.disabled,.button[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

#sidebar .mauticform-innerform .disabled.mauticform-button:focus,#sidebar .mauticform-innerform .disabled.mauticform-button:hover,#sidebar .mauticform-innerform [disabled].mauticform-button:focus,#sidebar .mauticform-innerform [disabled].mauticform-button:hover,.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover {
  background-color: #2199e8;
  color: #fefefe;
}

#sidebar .mauticform-innerform .disabled.primary.mauticform-button,#sidebar .mauticform-innerform [disabled].primary.mauticform-button,.button.disabled.primary,.button[disabled].primary {
  opacity: .25;
  cursor: not-allowed;
}

#sidebar .mauticform-innerform .disabled.primary.mauticform-button:focus,#sidebar .mauticform-innerform .disabled.primary.mauticform-button:hover,#sidebar .mauticform-innerform [disabled].primary.mauticform-button:focus,#sidebar .mauticform-innerform [disabled].primary.mauticform-button:hover,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary:focus,.button[disabled].primary:hover {
  background-color: #2199e8;
  color: #fefefe;
}

#sidebar .mauticform-innerform .disabled.secondary.mauticform-button,#sidebar .mauticform-innerform [disabled].secondary.mauticform-button,.button.disabled.secondary,.button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed;
}

#sidebar .mauticform-innerform .disabled.secondary.mauticform-button:focus,#sidebar .mauticform-innerform .disabled.secondary.mauticform-button:hover,#sidebar .mauticform-innerform [disabled].secondary.mauticform-button:focus,#sidebar .mauticform-innerform [disabled].secondary.mauticform-button:hover,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary:focus,.button[disabled].secondary:hover {
  background-color: #7d868c;
  color: #fefefe;
}

#sidebar .mauticform-innerform .disabled.success.mauticform-button,#sidebar .mauticform-innerform [disabled].success.mauticform-button,.button.disabled.success,.button[disabled].success {
  opacity: .25;
  cursor: not-allowed;
}

#sidebar .mauticform-innerform .disabled.success.mauticform-button:focus,#sidebar .mauticform-innerform .disabled.success.mauticform-button:hover,#sidebar .mauticform-innerform [disabled].success.mauticform-button:focus,#sidebar .mauticform-innerform [disabled].success.mauticform-button:hover,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success:focus,.button[disabled].success:hover {
  background-color: #3adb76;
  color: #fefefe;
}

#sidebar .mauticform-innerform .disabled.warning.mauticform-button,#sidebar .mauticform-innerform [disabled].warning.mauticform-button,.button.disabled.warning,.button[disabled].warning {
  opacity: .25;
  cursor: not-allowed;
}

#sidebar .mauticform-innerform .disabled.warning.mauticform-button:focus,#sidebar .mauticform-innerform .disabled.warning.mauticform-button:hover,#sidebar .mauticform-innerform [disabled].warning.mauticform-button:focus,#sidebar .mauticform-innerform [disabled].warning.mauticform-button:hover,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning:focus,.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #fefefe;
}

#sidebar .mauticform-innerform .disabled.alert.mauticform-button,#sidebar .mauticform-innerform [disabled].alert.mauticform-button,.button.disabled.alert,.button[disabled].alert {
  opacity: .25;
  cursor: not-allowed;
}

#sidebar .mauticform-innerform .disabled.alert.mauticform-button:focus,#sidebar .mauticform-innerform .disabled.alert.mauticform-button:hover,#sidebar .mauticform-innerform [disabled].alert.mauticform-button:focus,#sidebar .mauticform-innerform [disabled].alert.mauticform-button:hover,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert:focus,.button[disabled].alert:hover {
  background-color: #ec5840;
  color: #fefefe;
}

#sidebar .mauticform-innerform .dropdown.mauticform-button:after,.button.dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: .4em inset;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: .4em;
  float: right;
  margin-left: 1.75em;
  display: inline-block;
}

#sidebar .mauticform-innerform .arrow-only.mauticform-button:after,.button.arrow-only:after {
  margin-left: 0;
  float: none;
  top: -.1em;
}

[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.1666666667rem;
  padding: .4444444444rem;
  border: none;
  margin: 0 0 .8888888889rem;
  font-family: inherit;
  font-size: .8888888889rem;
  color: #27363f;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(39,54,63,.1);
  border-radius: 0;
  -webkit-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus {
  border: none;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #bbb;
  -webkit-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #bbb;
}

input::placeholder,textarea::placeholder {
  color: #bbb;
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

[type=button],[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

[type=checkbox],[type=file],[type=radio] {
  margin: 0 0 .8888888889rem;
}

[type=checkbox]+label,[type=radio]+label {
  display: inline-block;
  margin-left: .4444444444rem;
  margin-right: .8888888889rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type=checkbox]+label[for],[type=radio]+label[for] {
  cursor: pointer;
}

label>[type=checkbox],label>[type=radio] {
  margin-right: .4444444444rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: .7777777778rem;
  font-weight: 400;
  line-height: 1.8;
  color: #27363f;
}

label.middle {
  margin: 0 0 .8888888889rem;
  padding: .4444444444rem 0;
}

.help-text {
  margin-top: -.4444444444rem;
  font-size: .7222222222rem;
  font-style: italic;
  color: #27363f;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: .8888888889rem;
}

.input-group>:first-child,.input-group>:last-child>* {
  border-radius: 0 0 0 0;
}

.input-group-button,.input-group-field,.input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #f5f5f5;
  color: #27363f;
  border: 1px solid #bbb;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.2222222222rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,.input-group-button button,.input-group-button input {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: .4444444444rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #bbb;
  padding: 1.1111111111rem;
  margin: 1rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 .1666666667rem;
  margin: 0;
  margin-left: -.1666666667rem;
}

select {
  height: 2.1666666667rem;
  padding: .4444444444rem;
  border: none;
  margin: 0 0 .8888888889rem;
  font-size: .8888888889rem;
  font-family: inherit;
  line-height: normal;
  color: #27363f;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -.8888888889rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.3333333333rem;
}

@media screen and (min-width:0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236,88,64,.1);
  border-color: #ec5840;
}

.form-error,.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -.4444444444rem;
  margin-bottom: .8888888889rem;
  font-size: .6666666667rem;
  font-weight: 700;
}

.form-error.is-visible {
  display: block;
}

.hide {
  display: none!important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width:39.9375em) {
  .hide-for-small-only {
    display: none!important;
  }
}

@media screen and (max-width:0em),screen and (min-width:40em) {
  .show-for-small-only {
    display: none!important;
  }
}

@media screen and (min-width:40em) {
  .hide-for-medium {
    display: none!important;
  }
}

@media screen and (max-width:39.9375em) {
  .show-for-medium {
    display: none!important;
  }
}

@media screen and (min-width:40em) and (max-width:73.0625em) {
  .hide-for-medium-only {
    display: none!important;
  }
}

@media screen and (max-width:39.9375em),screen and (min-width:73.125em) {
  .show-for-medium-only {
    display: none!important;
  }
}

@media screen and (min-width:73.125em) {
  .hide-for-large {
    display: none!important;
  }
}

@media screen and (max-width:73.0625em) {
  .show-for-large {
    display: none!important;
  }
}

@media screen and (min-width:73.125em) and (max-width:87.4375em) {
  .hide-for-large-only {
    display: none!important;
  }
}

@media screen and (max-width:73.0625em),screen and (min-width:87.5em) {
  .show-for-large-only {
    display: none!important;
  }
}

.show-for-sr,.show-on-focus {
  position: absolute!important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.show-on-focus:active,.show-on-focus:focus {
  position: static!important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.hide-for-portrait,.show-for-landscape {
  display: block!important;
}

@media screen and (orientation:landscape) {
  .hide-for-portrait,.show-for-landscape {
    display: block!important;
  }
}

@media screen and (orientation:portrait) {
  .hide-for-portrait,.show-for-landscape {
    display: none!important;
  }
}

.hide-for-landscape,.show-for-portrait {
  display: none!important;
}

@media screen and (orientation:landscape) {
  .hide-for-landscape,.show-for-portrait {
    display: none!important;
  }
}

@media screen and (orientation:portrait) {
  .hide-for-landscape,.show-for-portrait {
    display: block!important;
  }
}

.accordion {
  list-style-type: none;
  background: transparent;
  margin-left: 0;
}

.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: .6666666667rem;
  color: #8a8a8a;
  position: relative;
  border: none;
  border-bottom: 0;
}

:last-child:not(.is-active)>.accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: none;
}

.accordion-title:focus,.accordion-title:hover {
  background-color: #fefefe;
}

.accordion-title:before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5rem;
}

.is-active>.accordion-title:before {
  content: "–";
}

.accordion-content {
  padding: 2.2222222222rem;
  display: none;
  border: none;
  border-bottom: 0;
  background-color: #fefefe;
  color: #27363f;
}

:last-child>.accordion-content:last-child {
  border-bottom: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block!important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform .15s linear;
  transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  transition: transform .15s linear,-webkit-transform .15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.is-drilldown-submenu-parent>a {
  position: relative;
}

.is-drilldown-submenu-parent>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back>a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #bbb;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: #7d868c transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical>li>a:after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical>li.opens-left>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent #7d868c transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical>li.opens-right>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent transparent transparent #7d868c;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width:40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #7d868c transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical>li>a:after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical>li.opens-left>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #7d868c transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-right>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #7d868c;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width:73.125em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #7d868c transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical>li>a:after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical>li.opens-left>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #7d868c transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.large-vertical>li.opens-right>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #7d868c;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #bbb;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent #7d868c transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: transparent transparent transparent #7d868c;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu>li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: .8888888889rem;
  overflow: hidden;
}

.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu>li {
  vertical-align: middle;
}

[data-whatinput=mouse] .menu>li {
  outline: 0;
}

.menu>li>a {
  display: block;
  padding: 1rem 1.5rem;
  line-height: 1;
}

.menu a,.menu button,.menu input {
  margin-bottom: 0;
}

.menu>li>a i,.menu>li>a i+span,.menu>li>a img,.menu>li>a img+span,.menu>li>a svg,.menu>li>a svg+span {
  vertical-align: middle;
}

.menu>li>a i,.menu>li>a img,.menu>li>a svg {
  margin-right: .25rem;
  display: inline-block;
}

.menu>li {
  display: table-cell;
}

.menu.vertical>li {
  display: block;
}

@media screen and (min-width:40em) {
  .menu.medium-horizontal>li {
    display: table-cell;
  }

  .menu.medium-vertical>li {
    display: block;
  }
}

@media screen and (min-width:73.125em) {
  .menu.large-horizontal>li {
    display: table-cell;
  }

  .menu.large-vertical>li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1.5rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right:after,.menu.align-right:before {
  content: " ";
  display: table;
}

.menu.align-right:after {
  clear: both;
}

.menu.align-right>li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded>li:first-child:last-child {
  width: 100%;
}

.menu.icon-top>li>a {
  text-align: center;
}

.menu.icon-top>li>a i,.menu.icon-top>li>a img,.menu.icon-top>li>a svg {
  display: block;
  margin: 0 auto .25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active>a {
  color: #fefefe;
  background: #27363f;
}

.menu-text {
  font-weight: 700;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 1rem 1.5rem;
}

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

.menu-centered>.menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
}

.menu-icon:hover:after {
  background: #bbb;
  box-shadow: 0 7px 0 #bbb,0 14px 0 #bbb;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #27363f;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #27363f,0 14px 0 #27363f;
}

.menu-icon.dark:hover:after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination:after,.pagination:before {
  content: " ";
  display: table;
}

.pagination:after {
  clear: both;
}

.pagination li {
  font-size: .7777777778rem;
  margin-right: .0555555556rem;
  border-radius: 0;
  display: none;
}

.pagination li:first-child,.pagination li:last-child {
  display: inline-block;
}

@media screen and (min-width:40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,.pagination button {
  color: #27363f;
  display: block;
  padding: .1666666667rem .5555555556rem;
  border-radius: 0;
}

.pagination a:hover,.pagination button:hover {
  background: #f5f5f5;
}

.pagination .current {
  padding: .1666666667rem .5555555556rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: .1666666667rem .5555555556rem;
  color: #bbb;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis:after {
  content: "\2026";
  padding: .1666666667rem .5555555556rem;
  color: #27363f;
}

.pagination-previous.disabled:before,.pagination-previous a:before {
  content: "\00ab";
  display: inline-block;
  margin-right: .5rem;
}

.pagination-next.disabled:after,.pagination-next a:after {
  content: "\00bb";
  display: inline-block;
  margin-left: .5rem;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: transparent;
  border: 1px none;
}

.tabs:after,.tabs:before {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs.vertical>li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple>li>a {
  padding: 0;
}

.tabs.simple>li>a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary>li>a {
  color: #fefefe;
}

.tabs.primary>li>a:focus,.tabs.primary>li>a:hover {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title>a {
  display: block;
  padding: 0;
  line-height: 1;
  font-size: .8888888889rem;
}

.tabs-content,.tabs-title>a:focus,.tabs-title>a:hover,.tabs-title>a[aria-selected=true] {
  background: transparent;
}

.tabs-content {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px none;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px none;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}

.tabs-panel.is-active {
  display: block;
}

.title-bar {
  background: #27363f;
  color: #fefefe;
  padding: .5rem;
}

.title-bar:after,.title-bar:before {
  content: " ";
  display: table;
}

.title-bar:after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}

.top-bar {
  padding: 0;
}

.top-bar:after,.top-bar:before {
  content: " ";
  display: table;
}

.top-bar:after {
  clear: both;
}

.top-bar,.top-bar ul {
  background-color: #27363f;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

#sidebar .mauticform-innerform .top-bar input.mauticform-button,.top-bar #sidebar .mauticform-innerform input.mauticform-button,.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width:40em) {
  .top-bar .top-bar-left,.top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width:73.0625em) {
  .top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width:87.4375em) {
  .top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.alignleft {
  margin-bottom: 1.1111111111rem;
}

@media screen and (max-width:39.9375em) {
  .alignleft {
    width: 100%;
  }
}

@media screen and (min-width:40em) {
  .alignleft {
    float: left;
    margin-right: 1.1111111111rem;
  }
}

.alignright {
  margin-bottom: 1.1111111111rem;
}

@media screen and (max-width:39.9375em) {
  .alignright {
    width: 100%;
  }
}

@media screen and (min-width:40em) {
  .alignright {
    float: right;
    margin-left: 1.1111111111rem;
  }
}

.alignnone {
  text-align: center;
  margin-bottom: 1.1111111111rem;
}

@media screen and (max-width:39.9375em) {
  .alignnone img {
    width: 100%;
    margin-bottom: 1.1111111111rem;
  }
}

@media screen and (min-width:40em) {
  img.align-left,img.alignleft {
    float: left;
    margin-right: 1.1111111111rem;
  }
}

img.align-center,img.aligncenter {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width:40em) {
  img.align-right,img.alignright {
    float: right;
    margin-left: 1.1111111111rem;
  }
}

a.align-center {
  display: block;
}

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

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

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

.justify {
  text-align: justify;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

:focus {
  outline: 0;
}

figure {
  margin: 0;
}

.no-padding {
  padding: 0;
}

input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: inset 0 0 0 9999px #fff;
}

@media screen and (max-width:39.9375em) {
  #content,#sidebar {
    margin-top: 1.1111111111rem;
  }
}

@media screen and (min-width:40em) {
  #content,#sidebar {
    margin-top: 2.2222222222rem;
  }
}

.social-container a {
  display: inline-block;
}

#example-menu {
  width: 100%;
}

@media screen and (min-width:40em) {
  .is-dropdown-submenu {
    z-index: 9;
  }
}

.anchor-menu-container {
  width: 100%;
  overflow: hidden;
}

.anchor-menu-container ul.anchor-menu {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  display: inline-block;
}

@media screen and (max-width:39.9375em) {
  .anchor-menu-container ul.anchor-menu {
    display: block;
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .anchor-menu-container ul.anchor-menu::-webkit-scrollbar {
    display: none;
  }
}

.anchor-menu-container ul.anchor-menu li {
  display: inline-block;
}

.anchor-menu-container ul.anchor-menu li a {
  padding-right: 1.1111111111rem;
  line-height: 2.7777777778rem;
  vertical-align: middle;
}

.anchor-menu-container ul.anchor-menu li a.active {
  text-decoration: underline;
  font-weight: 700;
}

.anchor-menu-container .anchor-menu-logo {
  float: left;
  max-height: 2.7777777778rem;
  width: auto;
  margin-right: 1.1111111111rem;
}

@media screen and (min-width:40em) {
  .to_top {
    float: right;
  }
}

.to_top .top {
  margin-left: .2777777778rem;
}

.search_container {
  height: 2.2222222222rem;
  position: relative;
}

.search_container input {
  width: 100%;
  padding-right: 2.2222222222rem;
  height: 2.2222222222rem;
  vertical-align: top;
  margin: 0;
  display: inline-block;
}

.search_container button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}

.icon.search {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
}

.icon.plus,.icon.top {
  width: .5555555556rem;
  height: .5555555556rem;
}

.icon.download,.icon.share,.icon.social {
  width: 1.3888888889rem;
  height: 1.3888888889rem;
}

@media screen and (min-width:40em) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}

@media screen and (max-width:39.9375em) {
  .gallery-item {
    padding: 30px;
  }
}

@media screen and (min-width:40em) {
  .gallery-item {
    padding: 20px;
  }
}

.gallery-item .gallery-icon img {
  margin-left: auto;
  margin-right: auto;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.section {
  overflow: hidden;
}

.section .element-wrapper {
  position: relative;
}

@media screen and (min-width:40em) {
  .section .element-wrapper .row-element {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .section .element-wrapper .row-element:first-child {
    padding-top: 5rem;
  }

  .section .element-wrapper .row-element:last-child {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width:39.9375em) {
  .section .element-wrapper .row-element {
    padding-top: .46875rem;
    padding-bottom: .46875rem;
  }

  .section .element-wrapper .row-element:first-child {
    padding-top: 1.875rem;
  }

  .section .element-wrapper .row-element:last-child {
    padding-bottom: 1.875rem;
  }
}

.background-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-height: none;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.csstransforms .background-img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#sidebar .mauticform-innerform .stage .mauticform-helpmessage,.stage #sidebar .mauticform-innerform .mauticform-helpmessage,.stage p {
  margin-top: .5555555556rem;
  margin-bottom: .5555555556rem;
}

@media screen and (max-width:39.9375em) {
  #sidebar .mauticform-innerform .stage .mauticform-helpmessage,.stage #sidebar .mauticform-innerform .mauticform-helpmessage,.stage h3,.stage p {
    line-height: .8888888889rem;
  }
}

@media screen and (max-width:39.9375em) {
  #sidebar .mauticform-innerform .stage .mauticform-button,.stage #sidebar .mauticform-innerform .mauticform-button,.stage .button {
    margin-bottom: .5555555556rem;
  }
}

@media screen and (min-width:40em) {
  #sidebar .mauticform-innerform .stage .mauticform-button,.stage #sidebar .mauticform-innerform .mauticform-button,.stage .button {
    margin-bottom: 0;
  }
}

.stage .stage-object,.stage .stage-taxonomy {
  text-align: center;
}

.stage .stage-custom-container:not(.bgr-color),.stage .stage-object:not(.bgr-color),.stage .stage-taxonomy:not(.bgr-color) {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.csstransforms .stage .stage-custom-container:not(.bgr-color),.csstransforms .stage .stage-object:not(.bgr-color),.csstransforms .stage .stage-taxonomy:not(.bgr-color) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media screen and (min-width:40em) {
  .stage .stage-custom-container,.stage .stage-object,.stage .stage-taxonomy {
    padding-top: 2.2222222222rem;
    padding-bottom: 2.2222222222rem;
  }
}

@media screen and (max-width:39.9375em) {
  .stage .stage-custom-container,.stage .stage-object,.stage .stage-taxonomy {
    padding-top: 1.1111111111rem;
    padding-bottom: 1.1111111111rem;
  }
}

.stage .image_container {
  position: relative;
  overflow: hidden;
}

.stage .image_container.black-filter:after,.stage .image_container.white-filter:after {
  content: "";
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.stage .image_container.black-filter {
  color: #f5f5f5;
}

.stage .image_container.black-filter:after {
  background: #27363f;
}

.stage .image_container.white-filter:after {
  background: #fefefe;
}

@media screen and (max-width:39.9375em) {
  .stage .image_container {
    height: 22.2222222222rem;
  }

  .stage .image_container .stage-img {
    max-width: none;
    max-height: none;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}

.stage .video_container {
  position: relative;
}

.stage .video_container .stage-custom-container {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.no-csstransforms .stage .video_container .stage-custom-container {
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.csstransforms .stage .video_container .stage-custom-container {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.timeline-element {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.timeline-element:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  content: " ";
  width: .1111111111rem;
  background: #f5f5f5;
  margin-left: -.0833333333rem;
}

@media screen and (max-width:39.9375em) {
  .timeline-element:before {
    left: 2rem;
  }
}

.timeline-element>li {
  margin-bottom: 1.1111111111rem;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
  padding-right: 1.3888888889rem;
  padding-left: 0;
}

@media screen and (max-width:39.9375em) {
  .timeline-element>li {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

.timeline-element>li:nth-child(2) {
  margin-top: 3.3333333333rem;
}

.timeline-element>li.timeline-inverted {
  float: right;
  clear: right;
  padding-right: 0;
  padding-left: 1.3888888889rem;
}

@media screen and (max-width:39.9375em) {
  .timeline-element>li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 1.6666666667rem;
    margin-bottom: 1.6666666667rem;
    padding: 0;
  }
}

.timeline-element>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline-element>li.timeline-inverted>.timeline-panel.highlight {
  background: #bbb;
}

.timeline-element>li.timeline-inverted>.timeline-panel.highlight:after {
  border-right: .7777777778rem solid #bbb;
  border-left: 0 solid #bbb;
}

#sidebar .mauticform-innerform .timeline-element>li.timeline-inverted>.timeline-panel.highlight .mauticform-helpmessage a,.timeline-element>li.timeline-inverted>.timeline-panel.highlight #sidebar .mauticform-innerform .mauticform-helpmessage a,.timeline-element>li.timeline-inverted>.timeline-panel.highlight p a {
  color: #8a8a8a!important;
}

.timeline-element>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: .8333333333rem;
  left: -.8333333333rem;
  right: auto;
}

.timeline-element>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: .7777777778rem;
  left: -.7777777778rem;
  right: auto;
}

.timeline-element>li.timeline-inverted>.timeline-badge {
  left: -.34375rem;
}

@media screen and (max-width:39.9375em) {
  .timeline-element>li.timeline-inverted>.timeline-badge {
    left: 1.5555555556rem;
  }
}

.timeline-element>li :after,.timeline-element>li:before {
  content: " ";
  display: table;
}

.timeline-element>li:after {
  clear: both;
}

.timeline-element>li>.timeline-panel {
  width: calc(100% - 25px);
  float: left;
  background: #f5f5f5;
  position: relative;
}

.timeline-element>li>.timeline-panel.highlight {
  background: #bbb;
}

@media screen and (min-width:40em) {
  .timeline-element>li>.timeline-panel.highlight:after {
    border-left: .7777777778rem solid #bbb;
    border-right: 0 solid #bbb;
  }
}

@media screen and (max-width:39.9375em) {
  .timeline-element>li>.timeline-panel.highlight:after {
    border-right: .7777777778rem solid #bbb;
    border-left: 0 solid #bbb;
  }
}

#sidebar .mauticform-innerform .timeline-element>li>.timeline-panel.highlight .text-center.mauticform-helpmessage a,.timeline-element>li>.timeline-panel.highlight #sidebar .mauticform-innerform .text-center.mauticform-helpmessage a,.timeline-element>li>.timeline-panel.highlight p.text-center a {
  color: #8a8a8a!important;
}

@media screen and (max-width:39.9375em) {
  .timeline-element>li>.timeline-panel {
    width: calc(100% - 65px);
    float: right;
  }
}

@media screen and (max-width:39.9375em) {
  .timeline-element>li>.timeline-panel:before {
    left: -.8333333333rem;
    right: auto;
    border-left-width: 0;
    border-right-width: .8333333333rem;
  }
}

.timeline-element>li>.timeline-panel:after {
  position: absolute;
  top: 50%;
  right: -.7777777778rem;
  margin-top: -.8333333333rem;
  display: inline-block;
  border-top: .7777777778rem solid transparent;
  border-left: .7777777778rem solid #f5f5f5;
  border-right: 0 solid #f5f5f5;
  border-bottom: .7777777778rem solid transparent;
  content: " ";
}

@media screen and (max-width:39.9375em) {
  .timeline-element>li>.timeline-panel:after {
    left: -.7777777778rem;
    right: auto;
    border-left: 0 solid #f5f5f5;
    border-right: .7777777778rem solid #f5f5f5;
  }
}

.timeline-element>li>.timeline-panel .timeline-body {
  padding: 1.875rem;
}

@media screen and (min-width:40em) {
  .timeline-element>li>.timeline-panel .timeline-body {
    padding: 5rem;
  }
}

.timeline-element>li>.timeline-panel .timeline-body>h3 {
  font-weight: 700;
}

#sidebar .mauticform-innerform .timeline-element>li>.timeline-panel .timeline-body>.mauticform-helpmessage a,.timeline-element>li>.timeline-panel #sidebar .mauticform-innerform .timeline-body>.mauticform-helpmessage a,.timeline-element>li>.timeline-panel .timeline-body>p a {
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb;
}

.timeline-element>li>.timeline-panel .timeline-body>img {
  padding-bottom: .2777777778rem;
  max-width: 8.3333333333rem;
  height: auto;
}

#sidebar .mauticform-innerform .timeline-body .timeline-element>li>.timeline-panel .align-center>.mauticform-helpmessage,.timeline-body .timeline-element>li>.timeline-panel #sidebar .mauticform-innerform .align-center>.mauticform-helpmessage,.timeline-body .timeline-element>li>.timeline-panel .align-center>p,.timeline-element>li>.timeline-panel .align-center h3,.timeline-element>li>.timeline-panel .align-center img {
  margin: 0 auto;
  display: block;
}

.timeline-element>li>.timeline-panel .timeline-body>ul {
  padding: 0;
  margin-bottom: 0;
}

.timeline-element>li>.timeline-badge {
  position: absolute;
  top: 50%;
  right: -.34375rem;
  background-color: #f5f5f5;
  width: .6875rem;
  height: .6875rem;
  border-radius: 50%;
  margin-top: -.34375rem;
  z-index: 100;
  border: .0555555556rem solid #f5f5f5;
}

@media screen and (max-width:39.9375em) {
  .timeline-element>li>.timeline-badge {
    left: 1.5555555556rem;
    margin-left: 0;
  }
}

.timeline-element .no-float {
  float: none;
}

/************* News Feed old *************/
/*

.news .content-news h1,.news .content-news h4 {
  margin-bottom: .8333333333rem;
}

@media screen and (max-width:39.9375em) {
  .news .content-news article {
    margin-bottom: 1.1111111111rem;
  }
}

.news .content-news article .entry-content {
  padding-bottom: .5555555556rem;
}

****/

#sidebar .mauticform-innerform .news .content-news article .entry-content .mauticform-helpmessage,.news .content-news article .entry-content #sidebar .mauticform-innerform .mauticform-helpmessage,.news .content-news article .entry-content p {
  margin-bottom: .5555555556rem;
}

/************* News Feed old *************/
/*
.news .content-news article figure img {
  margin-bottom: 1.1111111111rem;
}

.news .content-news article .post-container h2 {
  line-height: 1;
  margin: 0;
}

***********/

.news .archive-link {
  text-align: center;
}

@media screen and (min-width:40em) {
  .news .archive-link {
    padding-top: 1.6666666667rem;
  }
}

#sidebar .mauticform-innerform .content-block .mauticform-helpmessage,.content-block #sidebar .mauticform-innerform .mauticform-helpmessage,.content-block p {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:39.9375em) {
  #sidebar .mauticform-innerform .content-block .mauticform-helpmessage,.content-block #sidebar .mauticform-innerform .mauticform-helpmessage,.content-block p {
    width: 90%;
  }
}

@media screen and (min-width:40em) {
  #sidebar .mauticform-innerform .content-block .mauticform-helpmessage,.content-block #sidebar .mauticform-innerform .mauticform-helpmessage,.content-block p {
    width: 70%;
  }
}

#sidebar .mauticform-innerform .content-block .mauticform-helpmessage>img,.content-block #sidebar .mauticform-innerform .mauticform-helpmessage>img,.content-block p>img {
  padding: .5555555556rem;
}

.content-block ol,.content-block ul {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2222222222rem;
}

@media screen and (max-width:39.9375em) {
  .content-block ol,.content-block ul {
    width: 90%;
  }
}

@media screen and (min-width:40em) {
  .content-block ol,.content-block ul {
    width: 70%;
  }
}

.content-block ol li.align-center,.content-block ul li.align-center {
  margin-left: -1.2222222222rem;
}

.filter-block .filter-bar {
  text-align: center;
}

.filter-block .filter-bar select {
  color: #999;
  margin-left: .5555555556rem;
  margin-right: .5555555556rem;
  width: auto;
}

.filter-block .filter-bar select.filter-selected {
  background-color: #006394;
  color: #fefefe;
  background-size: .6666666667rem .6666666667rem;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgOTUuOTM5IDk1LjkzOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTUuOTM5IDk1LjkzOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik02Mi44MTksNDcuOTdsMzIuNTMzLTMyLjUzNGMwLjc4MS0wLjc4MSwwLjc4MS0yLjA0NywwLTIuODI4TDgzLjMzMywwLjU4NkM4Mi45NTgsMC4yMTEsODIuNDQ4LDAsODEuOTE5LDAgICBjLTAuNTMsMC0xLjAzOSwwLjIxMS0xLjQxNCwwLjU4Nkw0Ny45NywzMy4xMjFMMTUuNDM1LDAuNTg2Yy0wLjc1LTAuNzUtMi4wNzgtMC43NS0yLjgyOCwwTDAuNTg3LDEyLjYwOCAgIGMtMC43ODEsMC43ODEtMC43ODEsMi4wNDcsMCwyLjgyOEwzMy4xMjEsNDcuOTdMMC41ODcsODAuNTA0Yy0wLjc4MSwwLjc4MS0wLjc4MSwyLjA0NywwLDIuODI4bDEyLjAyLDEyLjAyMSAgIGMwLjM3NSwwLjM3NSwwLjg4NCwwLjU4NiwxLjQxNCwwLjU4NmMwLjUzLDAsMS4wMzktMC4yMTEsMS40MTQtMC41ODZMNDcuOTcsNjIuODE4bDMyLjUzNSwzMi41MzUgICBjMC4zNzUsMC4zNzUsMC44ODQsMC41ODYsMS40MTQsMC41ODZjMC41MjksMCwxLjAzOS0wLjIxMSwxLjQxNC0wLjU4NmwxMi4wMi0xMi4wMjFjMC43ODEtMC43ODEsMC43ODEtMi4wNDgsMC0yLjgyOEw2Mi44MTksNDcuOTcgICB6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

@media screen and (max-width:39.9375em) {
  .filter-block .posts-container {
    text-align: center;
  }
}

.filter-block .posts-container .filter-block-data {
  margin-bottom: 2.7777777778rem;
}

.filter-block .posts-container .filter-block-data:first-child {
  margin-top: 2.4444444444rem;
}

.filter-block .posts-container .filter-block-data .aligner .right-column {
  text-align: right;
}

.filter-block .posts-container .filter-block-data h4 {
  font-weight: 700;
}

.filter-block .posts-container .filter-block-data h4 a {
  color: #27363f;
}

#sidebar .mauticform-innerform .filter-block .posts-container .filter-block-data .mauticform-helpmessage,.filter-block .posts-container .filter-block-data #sidebar .mauticform-innerform .mauticform-helpmessage,.filter-block .posts-container .filter-block-data p {
  font-size: 1.1111111111rem;
}

.row-block img.text-center {
  margin: 0 auto;
  display: block;
}

.row-block h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width:40em) {
  .row-block h3 {
    font-size: 1rem;
  }
}

@media screen and (max-width:39.9375em) {
  .row-block h3 {
    font-size: 1.2777777778rem;
  }
}

.row-block a {
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (min-width:40em) {
  .row-block a {
    font-size: .8333333333rem;
  }
}

@media screen and (max-width:39.9375em) {
  .row-block a {
    font-size: 1.1111111111rem;
    margin-bottom: 4.4444444444rem;
  }
}

.row-block .button-show-more-row {
  text-align: center;
  margin-top: 1.1111111111rem;
}

@media screen and (min-width:40em) {
  .calendar #events_category {
    width: 30%;
    float: right;
  }
}

.calendar .event-list-type {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
}

.calendar .event-list-type li {
  display: inline-block;
  padding-right: 1.1111111111rem;
}

.calendar .event-list-type li.active {
  font-weight: 700;
}

.calendar .events-container-data .calendar-data {
  margin-bottom: 1.1111111111rem;
}

.calendar .events-container-data .calendar-data .taxonomy-list {
  display: inline-block;
  list-style-type: none;
}

@media screen and (min-width:40em) {
  .calendar .events-container-data .calendar-data .event-date span {
    display: inline-block;
  }
}

.calendar .events-container-data .calendar-data img {
  max-width: 25rem;
  height: auto;
  width: 100%;
}

.calendar .archive-link {
  text-align: center;
}

.calendar li.taxonomy-list:after {
  content: ",";
}

.calendar li.taxonomy-list:last-of-type:after {
  content: "";
}

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

.countdown-element .bloc-time {
  position: relative;
  display: inline-block;
  margin-left: .5555555556rem;
  margin-right: .5555555556rem;
}

.countdown-element .bloc-time:after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -.8888888889rem;
  margin-top: -.8333333333rem;
  font-weight: 700;
  font-size: 1.6666666667rem;
}

.countdown-element .bloc-time:last-child:after {
  content: "";
}

.countdown-element .count-title {
  display: block;
  font-weight: 400;
  font-size: .6666666667rem;
  text-transform: uppercase;
}

.countdown-element .figure {
  display: inline-block;
  font-size: 0;
}

.countdown-element .figure>span {
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width:40em) {
  .countdown-element .figure>span {
    font-size: 3.3333333333rem;
  }
}

@media screen and (max-width:39.9375em) {
  .countdown-element .figure>span {
    font-size: 2.2222222222rem;
  }
}

.button-show-more-countdown {
  text-align: center;
  margin-top: 2.2222222222rem;
}

.accordion-element .accordion-item,.schedule-block .accordion-item {
  position: relative;
  background: #fefefe;
  margin-bottom: 1.1111111111rem;
}

@media screen and (min-width:40em) {
  .accordion-element .accordion-item .accordion-title-row,.schedule-block .accordion-item .accordion-title-row {
    padding: 2.2222222222rem;
  }
}

@media screen and (max-width:39.9375em) {
  .accordion-element .accordion-item .accordion-title-row,.schedule-block .accordion-item .accordion-title-row {
    padding: 1.1111111111rem;
  }
}

.accordion-element .accordion-item .accordion-title,.schedule-block .accordion-item .accordion-title {
  position: absolute;
}

@media screen and (min-width:40em) {
  .accordion-element .accordion-item .accordion-title,.schedule-block .accordion-item .accordion-title {
    top: 1.2222222222rem;
    right: 2.2222222222rem;
  }
}

@media screen and (max-width:39.9375em) {
  .accordion-element .accordion-item .accordion-title,.schedule-block .accordion-item .accordion-title {
    top: .4444444444rem;
    right: 1.1111111111rem;
  }
}

@media screen and (max-width:39.9375em) {
  .accordion-element .accordion-item .accordion-content,.schedule-block .accordion-item .accordion-content {
    padding: 1.1111111111rem;
  }
}

.custom-slider .slide-container {
  position: relative;
}

.custom-slider .slide-container.black-filter:after,.custom-slider .slide-container.white-filter:after {
  content: "";
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.custom-slider .slide-container.black-filter:after {
  background: #27363f;
}

.custom-slider .slide-container.white-filter:after {
  background: #fefefe;
}

@media screen and (max-width:39.9375em) {
  .custom-slider .slide-container {
    overflow: hidden;
    height: 22.2222222222rem;
  }
}

.custom-slider .slide-container .slide-content {
  position: absolute;
  z-index: 2;
  width: 90%;
}

.no-csstransforms .custom-slider .slide-container .slide-content {
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.csstransforms .custom-slider .slide-container .slide-content {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media screen and (max-width:39.9375em) {
  #sidebar .mauticform-innerform .custom-slider .slide-container .slide-content .mauticform-button,.custom-slider .slide-container .slide-content #sidebar .mauticform-innerform .mauticform-button,.custom-slider .slide-container .slide-content .button {
    margin-bottom: .5555555556rem;
  }
}

.custom-slider .slide-container>img {
  width: 100%;
}

@media screen and (max-width:39.9375em) {
  .custom-slider .slide-container>img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    width: auto;
    max-width: none;
    height: 22.2222222222rem;
  }
}

.custom-slider .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width:40em) {
  .custom-slider .slick-dots {
    bottom: 4%;
  }
}

@media screen and (max-width:39.9375em) {
  .custom-slider .slick-dots {
    bottom: 2%;
  }
}

.custom-slider .slick-dots li {
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width:40em) {
  .custom-slider .slick-dots li {
    margin: 0 .4166666667rem;
  }
}

@media screen and (max-width:39.9375em) {
  .custom-slider .slick-dots li {
    margin: 0 .2083333333rem;
  }
}

.custom-slider .slick-dots li button {
  font-size: 0;
  background: #fefefe;
  opacity: .5;
}

@media screen and (min-width:40em) {
  .custom-slider .slick-dots li button {
    width: .8333333333rem;
    height: .8333333333rem;
  }
}

@media screen and (max-width:39.9375em) {
  .custom-slider .slick-dots li button {
    width: .4166666667rem;
    height: .4166666667rem;
  }
}

.custom-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.custom-slider .slick-arrow {
  position: absolute;
  width: 1.6666666667rem;
  height: 0;
  border-top: 1.1111111111rem solid transparent;
  border-bottom: 1.1111111111rem solid transparent;
  z-index: 1;
  text-indent: -555.5rem;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  top: 50%;
  margin-top: -.5555555556rem;
}

.custom-slider .slick-arrow.slick-prev {
  border-right: 1.1111111111rem solid hsla(0,0%,100%,.4);
  left: 0;
  border-left: 0;
}

.custom-slider .slick-arrow.slick-next {
  border-left: 1.1111111111rem solid hsla(0,0%,100%,.4);
  right: 0;
  border-right: 0;
}

.custom-slider .slick-arrow:hover.slick-prev {
  border-right: 1.1111111111rem solid hsla(0,0%,100%,.8);
}

.custom-slider .slick-arrow:hover.slick-next {
  border-left: 1.1111111111rem solid hsla(0,0%,100%,.8);
}

.acf-map {
  width: 100%;
  height: 22.2222222222rem;
  border: .0555555556rem solid #ccc;
}

.acf-map img {
  max-width: inherit!important;
}

.hover-block .column,.hover-block .columns {
  margin-bottom: 1.1111111111rem;
}

.hover-block .hover-container {
  position: relative;
}

.hover-block .hover-container .hover-image,.hover-block .hover-container .main-image {
  width: 100%;
}

.hover-block .hover-container .close-icon,.hover-block .hover-container .hover-image,.hover-block .hover-container .hover-text {
  display: none;
}

.hover-block .hover-container.is-active .hover-text-active {
  background: #27363f;
}

.hover-block .hover-container.is-active .hover-text-active .main-image {
  opacity: .4;
}

.hover-block .hover-container.is-active .hover-text {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fefefe;
}

#sidebar .mauticform-innerform .hover-block .hover-container.is-active .hover-text .mauticform-helpmessage,.hover-block .hover-container.is-active .hover-text #sidebar .mauticform-innerform .mauticform-helpmessage,.hover-block .hover-container.is-active .hover-text p {
  margin-bottom: .2777777778rem;
  line-height: 1.1;
}

.hover-block .hover-container.is-active .hover-text a {
  color: #fefefe;
  line-height: 1.1;
  display: block;
}

.hover-block .hover-container.is-active .hover-text .subheader {
  font-weight: 700;
}

.hover-block .hover-container.is-active .hover-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

@media screen and (max-width:39.9375em) {
  .hover-block .hover-container.is-active .close-icon {
    display: block;
    position: absolute;
    text-align: center;
    color: #fefefe;
    width: 2.2222222222rem;
    height: 2.2222222222rem;
    top: .5555555556rem;
    right: 0;
    z-index: 99;
  }
}

.hover-block .text-area {
  padding: .6666666667rem;
  background: #fefefe;
  margin-top: -.1111111111rem;
}

.hover-block .text-area .subheader {
  color: #27363f;
  font-weight: 700;
  display: block;
  margin-top: 0;
}

#sidebar .mauticform-innerform .hover-block .text-area .mauticform-helpmessage,.hover-block .text-area #sidebar .mauticform-innerform .mauticform-helpmessage,.hover-block .text-area p {
  margin-bottom: .2777777778rem;
  line-height: 1.3;
}

.hover-block .text-area a {
  line-height: 1.1;
  display: block;
}

.hover-block .text-area .overflow-container {
  margin-bottom: .5555555556rem;
  position: relative;
  overflow: hidden;
  max-height: 6em;
}

.hover-block .text-area .overflow-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,0),#fefefe);
  background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,0),#fefefe);
}

.hover-block .text-area .read-less,.hover-block .text-area .read-more {
  color: #27363f;
  text-transform: uppercase;
  cursor: pointer;
  font-size: .6666666667rem;
  display: block;
}

.hover-block .text-area .read-less,.hover-block .text-area .read-less.no-need,.hover-block .text-area .read-more.no-need {
  display: none;
}

.hover-block .text-area.more .overflow-container {
  max-height: 55.5rem;
  overflow: auto;
}

.hover-block .text-area.more .overflow-container:before {
  opacity: 0;
}

.hover-block .text-area.more .read-more {
  display: none;
}

.hover-block .text-area.more .read-less {
  display: block;
}

.hover-block .social-container {
  background: #fefefe;
  padding: .5555555556rem;
  text-align: center;
  font-size: 0;
}

.hover-block .social-container a {
  font-size: 0;
}

.hover-block .social-container .icon {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  display: inline-block;
}

.hover-block .button-show-more-hover {
  text-align: center;
  margin-top: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
}

body.stop-scrolling {
  overflow: hidden;
}

body.stop-scrolling .section {
  overflow: visible;
}

.gallery {
  position: relative;
}

.gallery .gallery-container:after {
  content: "";
  clear: both;
  display: block;
}

.gallery .gallery-container.show-more.block-grid .column.read-more-fade-in,.gallery .gallery-container.show-more.block-grid .read-more-fade-in.columns {
  opacity: 1;
  height: 11.1111111111rem;
}

.gallery .gallery-container.block-grid .column,.gallery .gallery-container.block-grid .columns {
  padding: 0;
  position: relative;
  height: 11.1111111111rem;
  overflow: hidden;
}

.gallery .gallery-container.block-grid .column.read-more-fade-in,.gallery .gallery-container.block-grid .read-more-fade-in.columns {
  opacity: 0;
  height: 0;
  -webkit-transition: height .8s ease;
  transition: height .8s ease;
}

.gallery .gallery-container.block-grid .column:after,.gallery .gallery-container.block-grid .columns:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
  -webkit-transition: background-color .8s ease;
  transition: background-color .8s ease;
}

.gallery .gallery-container.block-grid .column:hover:after,.gallery .gallery-container.block-grid .columns:hover:after {
  background-color: transparent;
}

.gallery .gallery-container.block-grid .column img,.gallery .gallery-container.block-grid .columns img {
  position: absolute;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.csstransforms .gallery .gallery-container.block-grid .column img,.csstransforms .gallery .gallery-container.block-grid .columns img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.gallery .gallery-show-more {
  margin: 0 auto;
  margin-top: 1.6666666667rem;
  display: block;
}

.gallery .gallery-fs {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 999;
}

.gallery .gallery-fs .slick-list,.gallery .gallery-fs .slick-list .slick-track {
  height: 100%;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper {
  text-align: center;
  position: relative;
}

@media screen and (min-width:40em) {
  .gallery .gallery-fs .slick-list .slick-track .slide-wrapper {
    padding: 2.5rem 3.3333333333rem;
  }
}

@media screen and (max-width:39.9375em) {
  .gallery .gallery-fs .slick-list .slick-track .slide-wrapper {
    padding: 1.9444444444rem 2.2222222222rem;
  }
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper figure {
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper figure:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper figure figcaption {
  color: #fefefe;
  font-size: .6666666667rem;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: rgba(0,0,0,.4);
  padding: .2777777778rem;
  width: 100%;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper figure figcaption .img-caption {
  text-transform: uppercase;
  font-weight: 700;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper figure img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper .share-icon {
  position: absolute;
  color: #fefefe;
}

@media screen and (min-width:40em) {
  .gallery .gallery-fs .slick-list .slick-track .slide-wrapper .share-icon {
    top: .9722222222rem;
    right: 3.0555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  .gallery .gallery-fs .slick-list .slick-track .slide-wrapper .share-icon {
    top: .4166666667rem;
    right: 2.5rem;
  }
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper .share-icon .icon {
  fill: #fefefe;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper .image-action-container {
  display: none;
  position: absolute;
  background: #fefefe;
  padding: .5555555556rem;
  border-radius: .1666666667rem;
}

@media screen and (min-width:40em) {
  .gallery .gallery-fs .slick-list .slick-track .slide-wrapper .image-action-container {
    top: 3.0555555556rem;
    right: 3.0555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  .gallery .gallery-fs .slick-list .slick-track .slide-wrapper .image-action-container {
    top: 2.5rem;
    right: 2.5rem;
  }
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper .image-action-container a {
  display: block;
  text-align: right;
  color: #a9a9a9;
  font-size: .7777777778rem;
  text-transform: uppercase;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper .image-action-container a:hover {
  color: #27363f;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper .image-action-container:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -.6666666667rem;
  right: .8333333333rem;
  border: .3333333333rem solid transparent;
  border-bottom-color: #fefefe;
  pointer-events: none;
}

.gallery .gallery-fs .slick-list .slick-track .slide-wrapper .image-action-container.fadein {
  display: block;
}

.gallery .gallery-fs .slick-arrow {
  position: absolute;
  width: 1.1111111111rem;
  height: 0;
  border-top: 1.1111111111rem solid transparent;
  border-bottom: 1.1111111111rem solid transparent;
  z-index: 1;
  text-indent: -555.5rem;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  top: 50%;
  margin-top: -.5555555556rem;
}

.gallery .gallery-fs .slick-arrow.slick-prev {
  border-right: 1.1111111111rem solid hsla(0,0%,100%,.4);
  border-left: 0;
}

@media screen and (min-width:40em) {
  .gallery .gallery-fs .slick-arrow.slick-prev {
    left: 1.1111111111rem;
  }
}

@media screen and (max-width:39.9375em) {
  .gallery .gallery-fs .slick-arrow.slick-prev {
    left: .5555555556rem;
  }
}

.gallery .gallery-fs .slick-arrow.slick-next {
  border-left: 1.1111111111rem solid hsla(0,0%,100%,.4);
  border-right: 0;
}

@media screen and (min-width:40em) {
  .gallery .gallery-fs .slick-arrow.slick-next {
    right: 1.1111111111rem;
  }
}

@media screen and (max-width:39.9375em) {
  .gallery .gallery-fs .slick-arrow.slick-next {
    right: .5555555556rem;
  }
}

.gallery .gallery-fs .slick-arrow:hover.slick-prev {
  border-right: 1.1111111111rem solid hsla(0,0%,100%,.8);
}

.gallery .gallery-fs .slick-arrow:hover.slick-next {
  border-left: 1.1111111111rem solid hsla(0,0%,100%,.8);
}

.gallery .gallery-fs .slick-close {
  position: absolute;
  width: 1.3888888889rem;
  height: 1.3888888889rem;
}

@media screen and (min-width:40em) {
  .gallery .gallery-fs .slick-close {
    top: .9722222222rem;
    right: .9722222222rem;
  }
}

@media screen and (max-width:39.9375em) {
  .gallery .gallery-fs .slick-close {
    top: .4166666667rem;
    right: .4166666667rem;
  }
}

.gallery .gallery-fs .slick-close:hover .line {
  border: 1px solid #fefefe;
}

.gallery .gallery-fs .slick-close .line {
  border: 1px solid hsla(0,0%,100%,.8);
  display: block;
  position: absolute;
  width: 1.3888888889rem;
}

.gallery .gallery-fs .slick-close .line:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gallery .gallery-fs .slick-close .line:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@font-face {
  font-family:Calibri;font-style:normal;font-weight:400;src:url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Regular.eot) format("eot"),url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Regular.woff2) format("woff2"),url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Regular.woff) format("woff"),url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Regular.ttf) format("truetype"),url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Regular.svg#Calibri) format("svg");
}

@font-face {
  font-family:Calibri;font-style:normal;font-weight:700;src:url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Bold.eot) format("eot"),url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Bold.woff2) format("woff2"),url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Bold.woff) format("woff"),url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Bold.ttf) format("truetype"),url(https://copernicus-masters.com/wp-content/themes/azo-theme-child/styles/fonts/Calibri-Bold.svg#Calibri) format("svg");
}

.js .preload * {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important;
}

.js body.preload {
  opacity: 0;
}

input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
  -webkit-text-fill-color: #fefefe!important;
}

body {
  max-width: 100vw;
  margin: 0 auto;
}

hr {
  border-color: #e9e9e9;
  border-width: .1111111111rem;
}

h2 {
  font-weight: 700;
  margin-bottom: 1.1111111111rem;
}

@media screen and (max-width:39.9375em) {
  h2 {
    font-size: 1.6666666667rem;
  }
}

li.align-center {
  list-style-position: inside;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .dmsearch-form input,.dmsearch-form input:focus,.dmsearch-form input:hover,.dmsearch-form select,.dmsearch-form textarea {
    font-size: 16px!important;
  }
}

@media screen and (max-width:39.9375em) {
  input,input:focus,select,select:focus,textarea,textarea:focus {
    font-size: .8888888889rem;
  }
}

.archive h1,.blog h1,.search-results h1 {
  font-size: 1.3888888889rem;
  text-transform: uppercase;
  font-weight: 700;
}

.archive #content h2,.blog #content h2,.search-results #content h2 {
  line-height: 1.6666666667rem;
  font-size: 1.3888888889rem;
}

.archive #content h2 a,.blog #content h2 a,.search-results #content h2 a {
  color: #27363f;
}

@media screen and (min-width:40em) {
  .archive #content article,.blog #content article,.search-results #content article {
    margin-bottom: 3.8888888889rem;
  }
}

@media screen and (max-width:39.9375em) {
  .archive #content article,.blog #content article,.search-results #content article {
    margin-bottom: 2.7777777778rem;
  }
}

.archive #content article figure,.blog #content article figure,.search-results #content article figure {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width:40em) {
  .archive #content article figure,.blog #content article figure,.search-results #content article figure {
    height: 16.6666666667rem;
  }
}

.archive #content article figure img,.blog #content article figure img,.search-results #content article figure img {
  height: auto;
}

@media screen and (min-width:40em) {
  .archive #content article figure img,.blog #content article figure img,.search-results #content article figure img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    max-width: none;
    max-height: none;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}

@media screen and (max-width:39.9375em) {
  .archive #content article figure img,.blog #content article figure img,.search-results #content article figure img {
    width: 100%;
  }
}

.archive #content article .post-category a,.blog #content article .post-category a,.search-results #content article .post-category a {
  font-size: 1.5555555556rem;
  font-style: italic;
  color: #bbb;
}

.archive #content article time,.blog #content article time,.search-results #content article time {
  font-size: .8888888889rem;
}

@media screen and (max-width:39.9375em) {
  .archive #content article time,.blog #content article time,.search-results #content article time {
    display: block;
  }
}

.archive #content article .tag-container a,.blog #content article .tag-container a,.search-results #content article .tag-container a {
  font-weight: 700;
  font-size: .8888888889rem;
}

.archive #content article .tag-container a:not(.post-comments):before,.blog #content article .tag-container a:not(.post-comments):before,.search-results #content article .tag-container a:not(.post-comments):before {
  content: "#";
}

.archive #content article .tag-container .icon.comments,.blog #content article .tag-container .icon.comments,.search-results #content article .tag-container .icon.comments {
  fill: #2199e8;
}

#sidebar .mauticform-innerform .archive #content article .entry-content .mauticform-helpmessage,#sidebar .mauticform-innerform .blog #content article .entry-content .mauticform-helpmessage,#sidebar .mauticform-innerform .search-results #content article .entry-content .mauticform-helpmessage,.archive #content article .entry-content #sidebar .mauticform-innerform .mauticform-helpmessage,.archive #content article .entry-content p,.blog #content article .entry-content #sidebar .mauticform-innerform .mauticform-helpmessage,.blog #content article .entry-content p,.search-results #content article .entry-content #sidebar .mauticform-innerform .mauticform-helpmessage,.search-results #content article .entry-content p {
  margin-bottom: .8888888889rem;
}

.archive #content article .entry-content .read-more,.blog #content article .entry-content .read-more,.search-results #content article .entry-content .read-more {
  font-size: 1rem;
}

.tagcloud a {
  font-size: 1rem!important;
  display: inline-block;
  padding: .2777777778rem .8333333333rem;
  margin: 0 .5555555556rem .5555555556rem 0;
  border-radius: 1.1111111111rem;
  border: .0555555556rem solid #bbb;
}

.tagcloud a:before {
  content: "#";
}

.single article .full-width-image-container {
  position: relative;
}

.single article .full-width-image-container header {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.csstransforms .single article .full-width-image-container header {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media screen and (min-width:40em) {
  .single article .full-width-image-container header {
    padding-top: 2.2222222222rem;
    padding-bottom: 2.2222222222rem;
  }
}

@media screen and (max-width:39.9375em) {
  .single article .full-width-image-container header {
    padding-top: 1.1111111111rem;
    padding-bottom: 1.1111111111rem;
  }

  .single article .full-width-image-container header img {
    max-width: 40%;
  }
}

.single article .full-width-image-container header h1 {
  color: #fefefe;
  font-weight: 700;
  margin-top: 1.1111111111rem;
}

.single article .full-width-image-container:after {
  content: "";
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #27363f;
}

@media screen and (max-width:39.9375em) {
  .single article time {
    display: block;
  }
}


/** outdated with new Design, March 2021 **
*
.single #content a {
  color: #006394;
}

.single #content a:hover {
  color: #75add9;
}

***/


.single #content .events-info {
  margin-bottom: 1.1111111111rem;
  font-size: 1.5555555556rem;
}

@media screen and (min-width:40em) {
  .single #content h1 {
    line-height: 3.0555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  .single #content h1 {
    line-height: 1.9444444444rem;
  }
}

.single #content .post-category {
  font-size: 1rem;
  font-style: italic;
  color: #006394;
}

.single #content .post-category.last {
  margin-bottom: 2.2222222222rem;
}

.single #content figure {
  margin-left: 0;
  margin-right: 0;
  margin: 2.2222222222rem 0;
}

.single #content .related-posts .row {
  margin-bottom: 2.2222222222rem;
}

.single #content .related-posts .row .title-more-interesting {
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
}

.single #content .entry-author {
  padding-top: 1.6666666667rem;
}

@media screen and (min-width:40em) {
  .single #content .entry-author {
    margin-bottom: 5.5555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  .single #content .entry-author {
    margin-bottom: 2.2222222222rem;
  }
}

@media screen and (max-width:39.9375em) {
  .single #content .author-description-small {
    margin: .5555555556rem 0;
  }

  .single #content .entry-author {
    margin-bottom: .5555555556rem;
  }

  .single #content .entry-author .autor-name {
    margin-top: .5555555556rem;
    font-weight: 700;
  }
}

.single #content .author-photo-round img {
  border-radius: 50%;
}

.single #content input,.single #content textarea {
  border: 1px solid #bbb;
}

.single .next-prev-container a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: .85em 1.75em;
  margin: 0 0 1rem;
  font-size: .9rem;
  background-color: #2199e8;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8333333333rem;
  opacity: 1;
  background-color: transparent;
  border: .1111111111rem solid #27363f;
  color: #27363f;
}

[data-whatinput=mouse] .single .next-prev-container a {
  outline: 0;
}

.single .next-prev-container a:focus,.single .next-prev-container a:hover {
  background-color: #1583cc;
  color: #fefefe;
}

.single .next-prev-container a:first-of-type {
  margin-right: .2777777778rem;
}

.single .next-prev-container a:last-of-type {
  margin-left: .2777777778rem;
}

.single .next-prev-container a:active,.single .next-prev-container a:focus,.single .next-prev-container a:hover {
  background-color: transparent;
  border: .1111111111rem solid #8a8a8a;
  color: #8a8a8a;
}

#comments .commentlist li {
  margin-top: 2.2222222222rem;
  list-style: none;
}

#comments .commentlist li .comment-author img {
  margin-right: .9444444444rem;
  border-radius: 50%;
  vertical-align: sub;
}

#comments .commentlist li .comment-author .author-meta {
  margin-bottom: 1.1111111111rem;
  display: inline-block;
}

#comments .commentlist li .comment-author .author-meta cite {
  text-align: left;
  line-height: 1em;
}

#comments .commentlist li .notice .bottom:before {
  content: "!";
  width: 1.1666666667rem;
  height: 1.1666666667rem;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: .5555555556rem;
  line-height: 1.3888888889rem;
  font-weight: 700;
  font-size: .7777777778rem;
  vertical-align: text-bottom;
}

#comments .commentlist li .comment {
  margin: 0 0 2.2222222222rem 3.8888888889rem;
}

#comments .commentlist li .comment .comment-reply-link {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1111111111rem;
}

#respond input,#respond textarea {
  box-shadow: none;
  -webkit-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

@media screen and (min-width:40em) {
  #respond textarea {
    min-height: 16.6666666667rem;
  }
}

#respond #sidebar .mauticform-innerform .mauticform-button,#respond .button,#sidebar .mauticform-innerform #respond .mauticform-button {
  font-size: .8888888889rem;
  border: none;
  border-radius: 0;
}

.page-template-page-full h1.entry-title {
  text-align: center;
}

.logo-bar {
  background-color: #006394;
  padding-top: .7222222222rem;
  padding-bottom: .7222222222rem;
}

.logo-bar .logo {
  line-height: 2.2222222222rem;
}

.logo-bar .logo img {
  vertical-align: middle;
}

@media screen and (min-width:73.125em) {
  .logo-bar .logo img {
    margin-left: -1.2777777778rem;
  }
}

.logo-bar .logo span {
  text-transform: uppercase;
  color: #fefefe;
}

@media screen and (min-width:40em) {
  .logo-bar .logo span {
    font-size: .7222222222rem;
    padding-left: 1.1111111111rem;
  }
}

@media screen and (max-width:39.9375em) {
  .logo-bar .logo span {
    font-size: .5555555556rem;
    padding-left: .2777777778rem;
  }
}

.top-bar.sticky {
  z-index: 6;
}

.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  left: 1.5rem;
}

.menu {
  text-align: center;
}

.menu .is-drilldown-submenu {
  height: 100%;
}

@media screen and (min-width:40em) {
  .menu.dropdown {
    margin-left: -1.5rem;
  }
}

.menu li a {
  color: #7d868c;
  font-size: .8333333333rem;
  text-transform: uppercase;
  font-weight: 700;
}

.menu li a:hover {
  color: #fefefe;
}

@media screen and (min-width:40em) {
  .menu {
    text-align: left;
  }

  .menu.medium-horizontal>li {
    display: inline-block;
  }
}

@media screen and (max-width:39.9375em) {
  .header_fixed {
    width: 100%;
    z-index: 999;
  }

  .header_fixed.stick_scrolled {
    position: fixed;
    top: 0;
  }

  .header_fixed .title-bar {
    height: 0;
    padding: 0;
  }

  .header_fixed .title-bar .menu-icon {
    position: absolute;
    top: 1.3888888889rem;
    right: 1.3888888889rem;
  }
}

@media screen and (min-width:40em) {
  #footer {
    padding-top: 3.3333333333rem;
    padding-bottom: 4.4444444444rem;
  }
}

@media screen and (max-width:39.9375em) {
  #footer {
    text-align: center;
    padding-top: 2.2222222222rem;
    padding-bottom: 2.2222222222rem;
  }

  #footer hr {
    width: 30%;
  }

  #footer .columns {
    padding-top: .5555555556rem;
    padding-bottom: .5555555556rem;
  }

  #footer ul {
    margin-bottom: 1.6666666667rem;
  }
}

#footer ul {
  list-style-type: none;
  margin-left: 0;
}

#footer ul li a {
  color: #27363f;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width:39.9375em) {
  #footer ul li a {
    padding-left: .5555555556rem;
    padding-right: .5555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  #footer ul li {
    display: inline-block;
  }
}

@media screen and (max-width:39.9375em) {
  #footer .social-container a {
    padding-left: .2777777778rem;
    padding-right: .2777777778rem;
  }
}

#footer .social-container a:hover .icon {
  fill: #2199e8;
}

#footer .footer-bottom-row {
  margin-top: 1.1111111111rem;
}

#footer .footer-bottom-row .copyright {
  font-size: .7777777778rem;
}

#footer .footer-bottom-row .to-top-container a {
  font-size: .8333333333rem;
  font-weight: 700;
  color: #bbb;
}

.icon.search {
  fill: #fefefe;
}

.icon.comments {
  width: 1.2777777778rem;
  height: 1.2777777778rem;
  display: inline-block;
  vertical-align: middle;
  fill: #bbb;
}

@media screen and (min-width:40em) {
  .icon.comments {
    margin-left: .5555555556rem;
  }
}

.icon.top {
  fill: #bbb;
}

.icon.social {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}

.icon.plus {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
}

.container .dm-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8333333333rem;
  opacity: 1;
}

.container .dm-button.class-button-one,.container .dm-button.class-button-two {
  background-color: #8a8a8a;
  border: .1111111111rem solid #8a8a8a;
  color: #fefefe;
}

.container .dm-button.class-button-two {
  border-radius: 2.7777777778rem;
}

.container .dm-button.class-button-four,.container .dm-button.class-button-three {
  background-color: #2199e8;
  border: .1111111111rem solid #2199e8;
  color: #fefefe;
}

.container .dm-button.class-button-four {
  border-radius: 2.7777777778rem;
}

.container .dm-button.class-button-five,.container .dm-button.class-button-six {
  background-color: transparent;
  border: .1111111111rem solid #fefefe;
  color: #fefefe;
}

.container .dm-button.class-button-six {
  border-radius: 2.7777777778rem;
}

.container .dm-button.class-button-eight,.container .dm-button.class-button-seven {
  background-color: transparent;
  border: .1111111111rem solid #27363f;
  color: #27363f;
}

.container .dm-button.class-button-eight {
  border-radius: 2.7777777778rem;
}

.container .dm-button:hover {
  opacity: .8;
}

.search-positioner {
  position: relative;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-property: position;
  transition-property: position;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
}

body.no-scroll .search-positioner {
  position: static;
}

@media screen and (min-width:40em) {
  body.no-scroll .header_fixed {
    position: static;
  }
}

@media screen and (max-width:39.9375em) {
  body.no-scroll .header_fixed {
    position: fixed;
    min-height: 100%;
  }
}

.no-scroll {
  overflow: hidden;
}

.dmsearch {
  margin-right: .5555555556rem;
  border-radius: 1.1111111111rem;
  min-height: 2.2222222222rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-property: min-height,width,top,right;
  transition-property: min-height,width,top,right;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
}

@media screen and (min-width:40em) {
  .dmsearch {
    background: #0085c7;
    width: 7.7777777778rem;
  }
}

@media screen and (max-width:39.9375em) {
  .dmsearch {
    right: 1.1111111111rem;
  }
}

.dmsearch .dmsearch-form {
  width: 100%;
  height: 2.2222222222rem;
  margin: 0 auto;
  position: relative;
  -webkit-transition-property: width,height,-webkit-transform;
  transition-property: width,height,-webkit-transform;
  transition-property: width,height,transform;
  transition-property: width,height,transform,-webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
}

.dmsearch .dmsearch-form .dmsearch-input {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: .8em;
  color: #fefefe;
  box-sizing: border-box;
  -webkit-transition: font-size .5s cubic-bezier(.7,0,.3,1);
  transition: font-size .5s cubic-bezier(.7,0,.3,1);
}

@media screen and (min-width:40em) {
  .dmsearch .dmsearch-form .dmsearch-input {
    padding: 0 4.3333333333rem 0 .5555555556rem;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:39.9375em) {
  .dmsearch .dmsearch-form .dmsearch-input {
    padding: 0 2.6666666667rem 0 .5555555556rem;
    position: absolute;
    top: 0;
    right: 2.2222222222rem;
    width: 2.2222222222rem;
    height: 2.2222222222rem;
    margin: 0;
    z-index: 2;
    text-indent: 9999999;
  }
}

.dmsearch .dmsearch-form .dmsearch-input::-webkit-input-placeholder {
  color: #fefefe;
}

.dmsearch .dmsearch-form .dmsearch-input:-moz-placeholder,.dmsearch .dmsearch-form .dmsearch-input::-moz-placeholder {
  color: #fefefe;
}

.dmsearch .dmsearch-form .dmsearch-input:-ms-input-placeholder {
  color: #fefefe;
}

.dmsearch .dmsearch-form .dmsearch-submit {
  border-radius: 1.1111111111rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}

@media screen and (max-width:39.9375em) {
  .dmsearch .dmsearch-form .dmsearch-submit {
    right: 2.2222222222rem;
  }
}

@media screen and (min-width:40em) {
  .dmsearch .dmsearch-form .dmsearch-submit {
    background: #0085c7;
  }
}

.dmsearch .dmsearch-form .dmsearch-input:focus,.dmsearch .dmsearch-form .dmsearch-submit:focus {
  outline: none;
  box-shadow: none;
  background: #006394;
}

.dmsearch .dmsearch-close {
  position: absolute;
  right: .8888888889rem;
  top: .8888888889rem;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0,0,1);
  transform: scale3d(0,0,1);
}

@media screen and (min-width:40em) {
  .dmsearch .dmsearch-close {
    width: 3.3333333333rem;
    height: 3.3333333333rem;
  }
}

@media screen and (max-width:39.9375em) {
  .dmsearch .dmsearch-close {
    width: 1.6666666667rem;
    height: 1.6666666667rem;
  }
}

.dmsearch .dmsearch-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dmsearch .dmsearch-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dmsearch .dmsearch-close:after,.dmsearch .dmsearch-close:before {
  content: "";
  position: absolute;
  width: .1111111111rem;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: .1666666667rem;
  opacity: .2;
  background: #000;
}

.dmsearch .dmsearch-close:hover.dmsearch-close:after,.dmsearch .dmsearch-close:hover.dmsearch-close:before {
  opacity: 1;
}

.dmsearch.open {
  width: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
  z-index: 99;
  margin-right: 0;
}

@media screen and (max-width:39.9375em) {
  .dmsearch.open {
    background: #006394;
  }
}

.dmsearch.open .dmsearch-form {
  width: 90%;
  height: 6.6666666667rem;
  -webkit-transform: translate3d(0,3em,0);
  transform: translate3d(0,3em,0);
}

@media screen and (min-width:40em) {
  .dmsearch.open .dmsearch-form {
    width: 60%;
    height: 8.8888888889rem;
  }
}

.dmsearch.open .dmsearch-form .dmsearch-input {
  border-bottom: .1666666667rem solid #fff;
}

@media screen and (min-width:40em) {
  .dmsearch.open .dmsearch-form .dmsearch-input {
    font-size: 4.4444444444rem!important;
  }
}

@media screen and (max-width:39.9375em) {
  .dmsearch.open .dmsearch-form .dmsearch-input {
    position: static;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-size: 1.6666666667rem!important;
  }
}

.dmsearch.open .dmsearch-form .dmsearch-submit {
  background: #006394;
  position: absolute;
  top: 50%;
  pointer-events: auto;
}

@media screen and (min-width:40em) {
  .dmsearch.open .dmsearch-form .dmsearch-submit {
    width: 3.4444444444rem;
    height: 3.4444444444rem;
    right: 0;
    margin-top: -1.6666666667rem;
  }

  .dmsearch.open .dmsearch-form .dmsearch-submit .icon.search {
    width: 3.3333333333rem;
    height: 3.3333333333rem;
  }
}

@media screen and (max-width:39.9375em) {
  .dmsearch.open .dmsearch-form .dmsearch-submit {
    right: .8888888889rem;
    margin-top: -.8333333333rem;
  }

  .dmsearch.open .dmsearch-form .dmsearch-submit .icon.search {
    width: 1.6666666667rem;
    height: 1.6666666667rem;
  }
}

.dmsearch.open .dmsearch-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.dmsearch.open~.overlay {
  opacity: 1;
}

.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.dmsearch-input::-ms-clear {
  display: none;
}

.dmsearch.hideInput .dmsearch-input {
  color: transparent;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
}

.pagination {
  text-align: center;
}

@media screen and (min-width:40em) {
  .pagination {
    padding: 3.8888888889rem 0 5.5555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  .pagination {
    padding: 1.1111111111rem 0;
  }
}

.pagination li .page-numbers {
  color: #27363f;
  font-size: .8333333333rem;
  font-weight: 700;
  border-radius: 50%;
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  line-height: 1.9444444444rem;
  vertical-align: middle;
  padding: 0;
}

.pagination li .page-numbers:hover {
  color: #fff;
  background-color: #2199e8;
}

.pagination li .page-numbers.current {
  color: #fefefe;
  display: inline-block;
}

.pagination li .prev {
  float: left;
  text-transform: uppercase;
  border: .0555555556rem solid #27363f;
  border-radius: 1.1111111111rem;
  width: auto;
  padding-left: .8333333333rem;
  padding-right: 1rem;
}

.pagination li .prev:hover {
  color: #2199e8;
  background-color: #fefefe;
}

.pagination li .prev:before {
  content: "<";
  padding-right: .2777777778rem;
  padding-top: -.1111111111rem;
}

.pagination li .next {
  float: right;
  text-transform: uppercase;
  border: .0555555556rem solid #27363f;
  border-radius: 1.1111111111rem;
  width: auto;
  padding-left: 1rem;
  padding-right: .8333333333rem;
}

.pagination li .next:hover {
  color: #2199e8;
  background-color: #fefefe;
}

.pagination li .next:after {
  content: ">";
  padding-right: .2777777778rem;
  padding-top: -.1111111111rem;
}

.pagination li:first-child,.pagination li:last-child {
  display: inline;
}

.anchor-menu-container {
  background-color: #f5f5f5;
}

.anchor-menu-container ul.anchor-menu li a {
  color: #27363f;
}

.anchor-menu-logo {
  display: none;
}

@media screen and (min-width:40em) {
  #sidebar article {
    margin-bottom: 3.8888888889rem;
  }
}

@media screen and (max-width:39.9375em) {
  #sidebar article {
    margin-top: 2.7777777778rem;
    margin-bottom: 2.7777777778rem;
  }
}

#sidebar article h4 {
  font-size: 1.3888888889rem;
  text-transform: uppercase;
  font-weight: 700;
}

#sidebar article a {
  color: #bbb;
}

#sidebar article ul {
  margin-left: 0;
}

#sidebar article ul li {
  list-style-type: none;
}

#sidebar article .mauticform-innerform .mauticform-helpmessage {
  margin-bottom: .5555555556rem;
  display: block;
}

#sidebar article .mauticform-innerform .mauticform-button {
  padding: .5555555556rem;
}

#sidebar article .mauticform-innerform .mauticform-input {
  border: .0555555556rem solid #bbb;
  height: auto;
}

#sidebar img {
  width: 100%;
}

.nf-form-cont {
  background-color: #f5f5f5;
}

.nf-form-title {
  text-align: center;
}

.nf-form-title h3 {
  font-weight: 700;
  font-size: 2.5rem;
}

.nf-form-wrap input {
  height: 2.7777777778rem;
}

.nf-form-wrap input,.nf-form-wrap textarea {
  box-shadow: none;
}

.nf-form-wrap ul {
  display: inline-block;
}

.nf-form-wrap .nf-mp-header {
  text-align: center;
  border: none;
  background: transparent;
  font-size: 1.1111111111rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nf-form-wrap .nf-mp-header progress {
  display: none;
}

.nf-form-wrap .nf-mp-header h3 {
  text-transform: uppercase;
  font-size: .8888888889rem;
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
}

@media screen and (min-width:40em) {
  .nf-form-wrap .nf-mp-header h3 {
    width: 50%;
    margin: 0 auto;
  }
}

.nf-form-wrap .nf-mp-header .nf-breadcrumbs li {
  border-bottom: .1111111111rem solid #bbb;
}

.nf-form-wrap .nf-mp-header .nf-breadcrumbs li a {
  color: #bbb;
  font-size: 1.1111111111rem;
  margin: 0;
  padding: 0 1.1111111111rem;
}

.nf-form-wrap .nf-mp-header .nf-breadcrumbs li.active {
  border-bottom: .1111111111rem solid #000;
}

.nf-form-wrap .nf-mp-header .nf-breadcrumbs li.active a {
  color: #27363f;
}

.nf-form-wrap .nf-mp-body {
  text-align: left!important;
}

@media screen and (min-width:40em) {
  .nf-form-wrap .nf-mp-body {
    width: 50%;
    margin: 0 auto;
  }
}

.nf-form-wrap .nf-mp-body .upload-wrap label {
  display: none!important;
}

.nf-form-wrap .nf-mp-body .nf-field {
  margin-bottom: .8333333333rem;
  margin-top: .8333333333rem;
}

.nf-form-wrap .nf-mp-body .address-wrap,.nf-form-wrap .nf-mp-body .city-wrap,.nf-form-wrap .nf-mp-body .firstname-wrap,.nf-form-wrap .nf-mp-body .lastname-wrap,.nf-form-wrap .nf-mp-body .textarea-wrap,.nf-form-wrap .nf-mp-body .textbox-wrap,.nf-form-wrap .nf-mp-body .zip-wrap {
  position: relative;
}

.nf-form-wrap .nf-mp-body .address-wrap label,.nf-form-wrap .nf-mp-body .city-wrap label,.nf-form-wrap .nf-mp-body .firstname-wrap label,.nf-form-wrap .nf-mp-body .lastname-wrap label,.nf-form-wrap .nf-mp-body .textarea-wrap label,.nf-form-wrap .nf-mp-body .textbox-wrap label,.nf-form-wrap .nf-mp-body .zip-wrap label {
  position: absolute;
  top: -.5555555556rem;
  left: 0;
  z-index: 1;
  padding: 0 .5555555556rem;
  margin-left: .8333333333rem;
  text-transform: uppercase;
  color: #bbb;
  background-color: #f5f5f5;
}

.nf-form-wrap .nf-mp-body .address-wrap input,.nf-form-wrap .nf-mp-body .city-wrap input,.nf-form-wrap .nf-mp-body .firstname-wrap input,.nf-form-wrap .nf-mp-body .lastname-wrap input,.nf-form-wrap .nf-mp-body .textarea-wrap input,.nf-form-wrap .nf-mp-body .textbox-wrap input,.nf-form-wrap .nf-mp-body .zip-wrap input {
  height: 2.7777777778rem;
  padding-left: 1.1111111111rem;
}

.nf-form-wrap .nf-mp-body .address-wrap [type=text]:focus,.nf-form-wrap .nf-mp-body .city-wrap [type=text]:focus,.nf-form-wrap .nf-mp-body .firstname-wrap [type=text]:focus,.nf-form-wrap .nf-mp-body .lastname-wrap [type=text]:focus,.nf-form-wrap .nf-mp-body .textarea-wrap [type=text]:focus,.nf-form-wrap .nf-mp-body .textbox-wrap [type=text]:focus,.nf-form-wrap .nf-mp-body .zip-wrap [type=text]:focus {
  font-weight: 700;
  padding-left: 1.3888888889rem;
}

.nf-form-wrap .nf-mp-body input[type=button] {
  background-color: #2199e8;
  border: .1111111111rem solid #2199e8;
  color: #fefefe;
  display: block;
  margin: 1.1111111111rem auto;
  font-weight: 700;
  text-transform: uppercase;
  padding: .5555555556rem 1.6666666667rem;
}

.nf-form-wrap .nf-mp-footer {
  text-align: center;
}

.nf-form-wrap .nf-mp-footer .nf-next-previous {
  width: 80%;
}

.nf-form-wrap .nf-mp-footer .nf-next-item input {
  background-color: #2199e8;
  border: .1111111111rem solid #2199e8;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 700;
  padding: .5555555556rem 1.6666666667rem;
  float: right;
}

.nf-form-wrap .nf-mp-footer .nf-previous-item input {
  background: transparent;
  border: .1111111111rem solid #8a8a8a;
  color: #8a8a8a;
  font-weight: 700;
  text-transform: uppercase;
  padding: .5555555556rem 1.6666666667rem;
  float: left;
}

.above-footer-widget {
  background: #2f2f2f;
  color: #fefefe;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:40em) {
  .above-footer-widget {
    padding-top: 3.0555555556rem;
    padding-bottom: 3.0555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  .above-footer-widget {
    padding-top: 1.5277777778rem;
    padding-bottom: 1.5277777778rem;
  }
}

.above-footer-widget .widget {
  text-align: center;
}

.above-footer-widget .widget h2 {
  font-weight: 700;
}

#sidebar .above-footer-widget .widget form .mauticform-innerform .mauticform-helpmessage,.above-footer-widget .widget form #sidebar .mauticform-innerform .mauticform-helpmessage,.above-footer-widget .widget form .mauticform-innerform p {
  padding: 0 .8333333333rem;
}

.above-footer-widget .widget form .mauticform-innerform .custom_submit_text {
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: .8333333333rem;
  right: 0;
  padding-right: 2.7777777778rem;
  background-size: 1.1111111111rem 1.1111111111rem;
  background-repeat: no-repeat;
  background-position: right 1.1111111111rem center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItNjI1IDM4OCAyOCAyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNjI1IDM4OCAyOCAyNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PGcgaWQ9IlBhZ2UtMSI+PGcgaWQ9Imljb25fcGFwZXJwbGFuZSI+PGcgaWQ9IkNhcGFfMSI+PHBhdGggaWQ9IlNoYXBlIiBjbGFzcz0ic3QwIiBkPSJNLTU5OCwzODguMmMtMC4xLTAuMS0wLjMtMC4xLTAuNC0wLjFsLTI2LjMsMTIuMmMtMC4xLDAuMS0wLjIsMC4yLTAuMiwwLjRjMCwwLjIsMC4xLDAuMywwLjIsMC40bDcuNCwzLjdjMC4xLDAuMSwwLjMsMCwwLjQsMGw3LjItNS40bC01LjcsNS44Yy0wLjEsMC4xLTAuMSwwLjItMC4xLDAuM2wwLjYsNy40YzAsMC4yLDAuMSwwLjMsMC4zLDAuNGMwLDAsMC4xLDAsMC4xLDBjMC4xLDAsMC4yLDAsMC4zLTAuMWwzLjktNC42bDQuOSwyLjNjMC4xLDAsMC4yLDAuMSwwLjMsMGMwLjEsMCwwLjItMC4xLDAuMi0wLjNsNi45LTIxLjlDLTU5Ny45LDM4OC41LTU5Ny45LDM4OC4zLTU5OCwzODguMkwtNTk4LDM4OC4yeiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
}

.above-footer-widget .widget form .mauticform-innerform .mauticform-button-wrapper {
/*display:none*/;
}

.above-footer-widget .widget form .mauticform-innerform .mauticform-errormsg {
  display: block;
}

.above-footer-widget .widget form .mauticform-innerform .mauticform-email {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width:73.125em) {
  .above-footer-widget .widget form .mauticform-innerform .mauticform-email {
    width: 30%;
  }
}

@media screen and (min-width:40em) and (max-width:73.0625em) {
  .above-footer-widget .widget form .mauticform-innerform .mauticform-email {
    width: 50%;
  }
}

@media screen and (max-width:39.9375em) {
  .above-footer-widget .widget form .mauticform-innerform .mauticform-email {
    width: 90%;
  }
}

.above-footer-widget .widget form .mauticform-innerform input[type=email] {
  height: auto;
  background: transparent;
  padding: .6666666667rem 1.1111111111rem;
  padding-right: 7.7777777778rem;
  border: .1111111111rem solid #7b7b7b;
  color: #fefefe;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 2.7777777778rem;
}

.above-footer-widget .widget form .mauticform-innerform .mauticform-helpmessage {
  display: inline-block;
  margin: .8333333333rem 0;
}

#sidebar .mauticform-innerform {
  position: relative;
}

#sidebar .mauticform-innerform .mauticform-button {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: .6666666667rem;
}

#sidebar .mauticform-innerform .mauticform-input {
  width: 80%;
  padding: .4444444444rem;
  border: 0 solid grey;
  box-shadow: inset 0 0 0 rgba(34,34,34,.1);
  border-radius: 0;
}

#sidebar .mauticform-innerform .mauticform-errormsg {
  position: absolute;
  left: 0;
  bottom: -1.3888888889rem;
}

.calendar .event-list-type li.active a {
  font-weight: 700;
  color: #27363f;
  border-bottom: .1111111111rem solid #27363f;
}

.calendar .event-list-type li a {
  color: #bbb;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (min-width:40em) {
  .calendar .event-list-type li a {
    font-size: 1rem;
  }
}

@media screen and (max-width:39.9375em) {
  .calendar .event-list-type li a {
    font-size: .8333333333rem;
  }
}

.calendar #events_category {
  border: none;
  font-weight: 700;
}

.calendar .events-container-data {
  margin-top: 1.1111111111rem;
}

@media screen and (min-width:40em) {
  .calendar .events-container-data .calendar-data {
    margin-bottom: 0;
  }
}

@media screen and (max-width:39.9375em) {
  .calendar .events-container-data .calendar-data {
    margin-bottom: 0;
  }
}

@media screen and (min-width:40em) {
  .calendar .events-container-data .calendar-data:last-child {
    margin-bottom: 3.0555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  .calendar .events-container-data .calendar-data:last-child {
    margin-bottom: 1.9444444444rem;
  }
}

#sidebar .mauticform-innerform .calendar .events-container-data .calendar-data .mauticform-helpmessage,.calendar .events-container-data .calendar-data #sidebar .mauticform-innerform .mauticform-helpmessage,.calendar .events-container-data .calendar-data p {
  margin-bottom: 0;
  color: #27363f;
}

.calendar .events-container-data .calendar-data .event-link {
  color: #006394;
  font-weight: 700;
}

@media screen and (min-width:40em) {
  .calendar .events-container-data .calendar-data .event-link {
    font-size: 1.3333333333rem;
  }
}

@media screen and (max-width:39.9375em) {
  .calendar .events-container-data .calendar-data .event-link {
    font-size: 1rem;
  }
}

.calendar .events-container-data .calendar-data .event-date {
  color: #bbb;
  font-weight: 700;
}

.calendar .events-container-data .calendar-data .taxonomy-list {
  color: #bbb;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (min-width:40em) {
  .calendar .events-container-data .calendar-data .taxonomy-list {
    font-size: .8888888889rem;
  }
}

@media screen and (max-width:39.9375em) {
  .calendar .events-container-data .calendar-data .taxonomy-list {
    font-size: .7777777778rem;
  }
}

.calendar .events-container-data .calendar-data figure {
  margin-top: .5555555556rem;
}

.calendar .archive-link {
  text-transform: uppercase;
  font-weight: 700;
}

.calendar .archive-link a {
  color: #fefefe;
}

.news .content-news h1,.news .content-news h4 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news .content-news h2 {
  line-height: 1.6666666667rem;
  font-size: 1.6666666667rem;
}

.news .content-news h2 a {
  color: #27363f;
}

.news .content-news article {
  background-color: #fefefe;
}

.news .content-news article .entry-content {
  padding: 1.6666666667rem;
}

#sidebar .mauticform-innerform .news .content-news article .entry-content .mauticform-helpmessage,.news .content-news article .entry-content #sidebar .mauticform-innerform .mauticform-helpmessage,.news .content-news article .entry-content p {
  margin-bottom: .8888888889rem;
}

.news .content-news article .entry-content .read-more {
  font-size: 1rem;
}

.news .content-news article .entry-content time {
  font-size: .8888888889rem;
}

/************* News Feed old *************/
/*


.news .content-news article figure {
  display: block;
  position: relative;
  overflow: hidden;
  height: 16.6666666667rem;
}

.news .content-news article figure img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

*****/


/************* NEWS FEED ******* NEW STYLES **********************/

/* also in Customizer, otherwise not working */
.feed {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
}

.card-wrapper {
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 2em 1em;
}



.card-wrapper > article {
  display: inline-grid;
  grid-template-columns: 1em auto auto 1em;
  grid-template-rows: auto auto auto auto 0.5em;
  grid-gap: 0.25em;
  padding-bottom: 0.5em;
  background-color: #f5f5f5;
  color: rgb(39, 54, 63);
  font-family: sans-serif;
  height: 100%;
}

.card-wrapper .index-card figure {
grid-column: 1 / span 4;
grid-row: 1 / span 1;
width: 100%;
}


.card-wrapper .index-card figure > img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.card-wrapper .index-card .entry-content {
  grid-column: 1 / span 4;
  grid-row: 2 / span 3;
  display: grid;
  grid-template-columns: 1em auto auto 1em;
  grid-template-rows: auto auto auto auto 0.5em;
}

.card-wrapper .index-card .entry-content h2, .card-wrapper .index-card .entry-content h3 {
/*  font-family: Calibri, Helvetica,  Arial, sans-serif;*/
  grid-column: 2 / span 2;
  grid-row: 2 / span 1;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 1em;

}

.card-wrapper .index-card .entry-content p {
  display: block;
  /*font-family: Calibri, Helvetica,  Arial, sans-serif;*/
  grid-column: 2 / span 2;
  grid-row: 3 / span 1;
/*  font-size: 1rem;*/
  padding-bottom: 0.5em;
}

.card-wrapper .index-card .entry-content .updated {
  grid-column: 2 / span 1;
  grid-row: 4 / span 1;
  font-size: 0.8rem;
  font-family: monospace;
  color: #3c3c3c;
  align-self: center;
}

.card-wrapper .index-card .entry-content .read-more {
  grid-column: 3 /span 1;
  grid-row: 4 / span 1;
  align-self: center;
  padding: 10px;
  justify-self: end;
  font-family: Calibri, Helvetica,  Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 10px 30px;
  background-color: #006394;
}

.card-wrapper .index-card .entry-content a  {
 background: #006394;
 color: #fff;
 border: 1px solid transparent;
 transition: all 0.25s ease;
}

.card-wrapper .index-card .entry-content .read-more:hover,
.card-wrapper .index-card .entry-content .read-more:focus {
 background-color: #fff;
 color: #006394;
 border: 1px solid #006394;
}


@media (min-width: 800px) {
  .card-wrapper {
    width: 50%;
    max-width: 700px;
    min-width: 375px;
    transition: transform 0.25s ease;
  }

  .card-wrapper:hover {
      transform: scale(1.05);
  }
}



/********* **************/

.news .archive-link a {
  color: #bbb;
  text-transform: uppercase;
  font-size: .8333333333rem;
  font-weight: 700;
  margin-left: .2777777778rem;
}

.news .archive-link .icon {
  fill: #fefefe;
  border-radius: 2.7777777778rem;
  background: #bbb;
  padding: .2777777778rem;
  margin-right: .5555555556rem;
  vertical-align: middle;
}

@media screen and (min-width:40em) {
  .schedule-block .tabs .tabs-title {
    padding: 1.1111111111rem 1.3333333333rem .5555555556rem;
  }

  .schedule-block .tabs .tabs-title a {
    padding-bottom: .5555555556rem;
  }
}

@media screen and (max-width:39.9375em) {
  .schedule-block .tabs .tabs-title {
    padding: 1rem .8333333333rem .5rem;
  }

  .schedule-block .tabs .tabs-title a {
    padding-bottom: .5rem;
  }
}

.schedule-block .tabs.day-tabs li a {
  font-weight: 700;
  font-size: 1.6666666667rem;
  color: #bbb;
}

.schedule-block .tabs.day-tabs li.is-active a {
  color: #27363f;
  border-bottom: .0555555556rem solid #27363f;
}

@media screen and (max-width:39.9375em) {
  .schedule-block .tabs.day-tabs li {
    padding-left: 0;
  }
}

.schedule-block .tabs.room-tabs li {
  background-color: #fefefe;
}

@media screen and (min-width:40em) {
  .schedule-block .tabs.room-tabs li {
    margin: 0 .5555555556rem 1.1111111111rem;
  }
}

@media screen and (max-width:39.9375em) {
  .schedule-block .tabs.room-tabs li {
    margin-bottom: .5555555556rem;
    margin-right: .5555555556rem;
  }
}

.schedule-block .tabs.room-tabs li a {
  font-weight: 700;
  color: #bbb;
}

.schedule-block .tabs.room-tabs li.is-active {
  background-color: #2199e8;
}

.schedule-block .tabs.room-tabs li.is-active a {
  color: #fefefe;
}

@media screen and (min-width:40em) {
  .schedule-block .tabs {
    text-align: center;
  }

  .schedule-block .tabs .tabs-title {
    display: inline-block;
    float: none;
  }
}

.accordion .accordion-title-row .columns {
  line-height: 1.3;
}

.accordion .accordion-title-row .accordion-before {
  font-size: 1.3333333333rem;
  color: #8a8a8a;
}

.accordion .accordion-title-row .accordion-headline {
  font-weight: 700;
  font-size: 1.3333333333rem;
}

#sidebar .mauticform-innerform .accordion .accordion-title-row .accordion-headline .mauticform-helpmessage,.accordion .accordion-title-row .accordion-headline #sidebar .mauticform-innerform .mauticform-helpmessage,.accordion .accordion-title-row .accordion-headline p {
  font-weight: 400;
  font-size: 1.1111111111rem;
}

.accordion .accordion-title-row .accordion-image {
  text-align: center;
}

.accordion .accordion-title-row .accordion-image img {
  max-height: 3.8888888889rem;
  width: auto;
}

.accordion .accordion-title {
  font-size: 1.3333333333rem;
  color: #8a8a8a;
}

.row-block a {
  color: #bbb;
}

.hover-block .hover-container .text-container .subheader {
  text-transform: uppercase;
  color: #fefefe;
}

#sidebar .mauticform-innerform .hover-block .hover-container.is-active .hover-text .mauticform-helpmessage,.hover-block .hover-container.is-active .hover-text #sidebar .mauticform-innerform .mauticform-helpmessage,.hover-block .hover-container.is-active .hover-text p {
  font-size: .7777777778rem;
}

.hover-block .hover-container.is-active .hover-text a {
  text-transform: uppercase;
  font-size: .8333333333rem;
}

#sidebar .mauticform-innerform .filter-block article .mauticform-button,.filter-block article #sidebar .mauticform-innerform .mauticform-button,.filter-block article .button {
  background-color: transparent;
  border: .1111111111rem solid #27363f;
  border-radius: 2.7777777778rem;
  color: #27363f;
  text-transform: uppercase;
}

.filter-block article:first-child {
  padding-top: 2.7777777778rem;
}

.filter-block .archive-link {
  text-align: center;
}

#sidebar .mauticform-innerform .filter-block .archive-link .mauticform-button,.filter-block .archive-link #sidebar .mauticform-innerform .mauticform-button,.filter-block .archive-link .button {
  background-color: #8a8a8a;
  border: .1111111111rem solid #8a8a8a;
  border-radius: 2.7777777778rem;
  color: #fefefe;
  text-transform: uppercase;
}

.filter-block .filter-bar select {
  border: .0555555556rem solid #999;
}

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

#sidebar .mauticform-innerform .headline-description .mauticform-helpmessage,.headline-description #sidebar .mauticform-innerform .mauticform-helpmessage,.headline-description p {
  max-width: 80%;
  margin: 0 auto;
}

.headline-description h2 {
  margin-bottom: 0;
}

.section {
  position: relative;
  overflow: visible;
}

.section .bgr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
}

.section:not(:first-of-type) .skew {
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width:40em) {
  .section:not(:first-of-type) .skew {
    margin-top: -3.3333333333rem;
    padding-top: 3.3333333333rem;
  }
}

@media screen and (max-width:39.9375em) {
  .section:not(:first-of-type) .skew {
    margin-top: -1.6666666667rem;
    padding-top: 1.6666666667rem;
    padding-bottom: 1.1111111111rem;
  }
}

.section:not(:first-of-type) .skew:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-backface-visibility: hidden;
  background-size: cover;
  z-index: auto;
}

.gallery .gallery-container.block-grid .column:after,.gallery .gallery-container.block-grid .columns:after {
  background-color: transparent;
}
