@charset "UTF-8";
@import '../../../../../node_modules/select2/dist/css/select2.css';
@font-face {
  font-family: "Value";
  src: url("../../assets/fonts/value/value-regular.woff2") format("woff2"), url("../../assets/fonts/value/value-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Value";
  src: url("../../assets/fonts/value/value-italic.woff2") format("woff2"), url("../../assets/fonts/value/value-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Value";
  src: url("../../assets/fonts/value/value-medium.woff2") format("woff2"), url("../../assets/fonts/value/value-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Value";
  src: url("../../assets/fonts/value/value-medium-italic.woff2") format("woff2"), url("../../assets/fonts/value/value-medium-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/*

Usage:

// With generated breakpoints
@include font-size($size:small, $props:('margin-top','margin-bottom'));

// As a property value
margin-top: font-size($size:small, $breakpoint:small);

*/
/*
Grid helpers
*/
/*

Usage:

// With generated breakpoints
@include spacing($size:small, $props:('margin-top','margin-bottom'));

// As a property value
margin-top: spacing($size:small, $breakpoint:small);

*/
.theme--white {
  color: #FFF;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  background: #FFF;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

[type=text], [type=search], [type=tel], [type=number], [type=email], [type=password], [type=url],
[type=button], [type=submit], [type=reset], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  vertical-align: top;
  resize: vertical;
  font-size: inherit;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  word-wrap: break-word;
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

abbr {
  text-decoration: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

figure {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
}
figure img {
  display: block;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #dfe1e3;
}
@media screen and (min-width: 36.25em) {
  hr {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  hr {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

svg {
  vertical-align: middle;
}

.lazyloading {
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 400ms cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.lazyloading.lazyloaded {
  opacity: 1;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Value", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial sans-serif;
  color: #141c33;
}
@media screen and (min-width: 36.25em) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 62.5em) {
  body {
    font-size: 1.9rem;
  }
}

button,
input,
textarea,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

code {
  background: #f1f1f1;
  border: 1px solid silver;
  border-radius: 2px;
  padding: 2px 5px;
  color: gray;
}

a {
  text-decoration: none;
  color: #a1a1a1;
  outline: 0;
}
a:hover {
  color: #141c33;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a {
  color: inherit;
}

h4,
h5,
h5 {
  margin: 0;
  font-weight: 500;
}
h4 a,
h5 a,
h5 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 3.8rem;
  line-height: 1.22;
}
@media screen and (min-width: 36.25em) {
  h1,
.h1 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  h1,
.h1 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  h1,
.h1 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

h2,
.h2 {
  font-size: 3.2rem;
  line-height: 1.32;
}
@media screen and (min-width: 36.25em) {
  h2,
.h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  h2,
.h2 {
    font-size: 3.6rem;
  }
}

h3,
.h3 {
  font-size: 2.2rem;
  line-height: 1.43;
}
@media screen and (min-width: 36.25em) {
  h3,
.h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  h3,
.h3 {
    font-size: 2.4rem;
  }
}

strong,
b {
  font-weight: 500;
}

small {
  font-size: 1.6rem;
  line-height: 1.34;
}
@media screen and (min-width: 36.25em) {
  small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  small {
    font-size: 1.6rem;
  }
}

blockquote {
  font-size: 3.2rem;
  line-height: 1.32;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
  quotes: "“" "”" "‘" "’";
  color: #e55334;
}
@media screen and (min-width: 36.25em) {
  blockquote {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  blockquote {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  blockquote {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  blockquote {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
blockquote:before, blockquote:after {
  font-size: 100px;
  line-height: 1;
  display: inline-block;
  display: none;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
@media screen and (min-width: 36.25em) {
  blockquote {
    padding: 0 60px;
  }
  blockquote:before, blockquote:after {
    position: absolute;
    display: block;
  }
  blockquote:before {
    top: -5px;
    left: 0;
  }
  blockquote:after {
    bottom: -55px;
    right: 0;
  }
}

.t--lead {
  font-size: 2.2rem;
  line-height: 1.43;
}
@media screen and (min-width: 36.25em) {
  .t--lead {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .t--lead {
    font-size: 2.4rem;
  }
}

.t--center {
  text-align: center;
}

.t--label {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 36.25em) {
  .t--label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .t--label {
    font-size: 1.6rem;
  }
}

.t--display {
  font-size: 4.2rem;
  line-height: 1.22;
}
@media screen and (min-width: 36.25em) {
  .t--display {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .t--display {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .t--display {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.t--large {
  font-size: 3.8rem;
  line-height: 1.22;
}
@media screen and (min-width: 36.25em) {
  .t--large {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .t--large {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .t--large {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.red,
.c--red,
.c--orange {
  color: #e55334;
}

.gray,
.c--gray {
  color: #a1a1a1;
}
.gray a,
.c--gray a {
  color: #a1a1a1;
}

/*
Icon package generated from http://app.fontastic.me
*/
@font-face {
  font-family: "nopa";
  src: url("../../assets/fonts/icon/nopa.eot");
  src: url("../../assets/fonts/icon/nopa.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/icon/nopa.woff") format("woff"), url("../../assets/fonts/icon/nopa.ttf") format("truetype"), url("../../assets/fonts/icon/nopa.svg#nopa") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "nopa" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "nopa" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "a";
}

.icon-twitter:before {
  content: "c";
}

.icon-wimp:before {
  content: "d";
}

.icon-search:before {
  content: "b";
}

.icon-remove-delete-two:before {
  content: "f";
}

.icon-chevron-left:before, .ui-datepicker-prev:before {
  content: "g";
}

.icon-chevron-right:before, .ui-datepicker-next:before {
  content: "h";
}

.icon-chevron-up:before {
  content: "i";
}

.icon-chevron-down:before {
  content: "j";
}

.icon-remove-delete-circle:before {
  content: "k";
}

.icon-plus-circle:before {
  content: "l";
}

.icon-minus-circle:before {
  content: "m";
}

.icon-plus-add:before {
  content: "n";
}

.icon-log-out:before {
  content: "o";
}

.icon-mark-map:before {
  content: "p";
}

.icon-information-small-circle:before {
  content: "q";
}

.icon-question-circle:before {
  content: "r";
}

.icon-resize-arrow-up:before {
  content: "s";
}

.icon-resize-arrow-down:before {
  content: "t";
}

.icon-globe-world:before {
  content: "u";
}

.icon-download-inbox:before {
  content: "v";
}

.icon-navicon-round:before {
  content: "w";
}

.icon-prev:before {
  content: "e";
}

.icon-next:before {
  content: "x";
}

.icon-test:before {
  content: "y";
}

.icon-times:before {
  content: "z";
}

.icon-plus:before {
  content: "A";
}

.icon-menu:before {
  content: "B";
}

.icon-check-mark-3:before {
  content: "C";
}

.icon-googleplus:before {
  content: "D";
}

.icon-youtube-play:before {
  content: "E";
}

.icon-twitter-1:before {
  content: "F";
}

.icon-share:before {
  content: "G";
}

.icon-play:before {
  content: "H";
}

.icon-letter-mail:before {
  content: "I";
}

.icon-facebook-1:before {
  content: "J";
}

.icon-linkedin:before {
  content: "K";
}

.icon-mail-letter-2:before {
  content: "L";
}

.icon-mail-letter:before {
  content: "M";
}

.icon-mail-letter-outline:before {
  content: "N";
}

.icon-plus-big:before {
  content: "O";
}

.icon-instagram:before {
  content: "P";
}

.icon-youtube-play-1:before {
  content: "Q";
}

/*

Not using BEM here, because forms can have different markup as they are output through WordPress plugins

*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a1a1a1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #a1a1a1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a1a1a1;
}

[type=text], [type=search], [type=tel], [type=number], [type=email], [type=password], [type=url] {
  border: 1px solid #dfe1e3;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  line-height: 1.33;
  padding: 0.8rem 1.2rem;
}
[type=text]:focus, [type=search]:focus, [type=tel]:focus, [type=number]:focus, [type=email]:focus, [type=password]:focus, [type=url]:focus {
  outline: none;
  border: 1px solid #141c33;
  -webkit-box-shadow: inset 0 0 0 1px #141c33;
          box-shadow: inset 0 0 0 1px #141c33;
}

textarea {
  height: 8em;
  border: 1px solid #dfe1e3;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  padding: 15px;
  line-height: 1.25em;
}
textarea:focus {
  outline: none;
  border: 1px solid #141c33;
  -webkit-box-shadow: inset 0 0 0 1px #141c33;
          box-shadow: inset 0 0 0 1px #141c33;
}

[type=button]:focus, [type=submit]:focus, [type=reset]:focus, button:focus {
  outline: none;
}

.visuallyhidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mt--md {
  margin-top: 2rem;
}
@media screen and (min-width: 36.25em) {
  .mt--md {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .mt--md {
    margin-top: 3.2rem;
  }
}

.mb--md {
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .mb--md {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .mb--md {
    margin-bottom: 3.2rem;
  }
}

.List--lined, .Wysiwyg .List--lined {
  list-style: none;
  padding: 0;
}
.List--lined li, .Wysiwyg .List--lined li {
  border-bottom: 1px solid #dfe1e3;
}
.List--lined li a, .Wysiwyg .List--lined li a {
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  color: #141c33;
  text-decoration: none;
}
.List--lined li a:after, .Wysiwyg .List--lined li a:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #dfe1e3;
  border-right: 2px solid #dfe1e3;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -1.5px;
  margin-left: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.List--lined li a:hover, .Wysiwyg .List--lined li a:hover {
  color: #e55334;
}
.List--lined li a:hover:after, .Wysiwyg .List--lined li a:hover:after {
  border-color: #e55334;
}

.Button, .gform_drop_area input[type=button], .gform_wrapper input[type=submit] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0.8rem 1.6rem;
  line-height: 1.33;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  color: #141c33;
  border: 1px solid #dfe1e3;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  text-align: center;
  background: #FFF;
  text-decoration: none;
}
.Button:hover, .gform_drop_area input[type=button]:hover, .gform_wrapper input[type=submit]:hover {
  color: #141c33;
  border-color: #141c33;
  background-color: transparent;
}
.Button--uc {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-color: transparent;
}
.Button--uc:hover {
  border-color: transparent;
  background-color: #f7f8f8;
}
.Button--primary, .gform_wrapper input[type=submit] {
  border-color: transparent;
  background: #e55334;
  color: #FFF;
}
.Button--primary:hover, .gform_wrapper input[type=submit]:hover {
  border-color: transparent;
  color: #FFF;
  background: #e86448;
}
.Button--secondary {
  border-color: transparent;
  background: #141c33;
  color: #FFF;
}
.Button--secondary:hover {
  border-color: transparent;
  color: #FFF;
  background: #2c3347;
}
.Button__choice {
  color: #a1a1a1;
}
.Button--filter {
  color: #141c33;
  border-color: #dfe1e3;
}
.Button--filter:hover {
  border-color: #dfe1e3;
  background-color: #dfe1e3;
  color: #141c33;
}
.Button--drop {
  width: 100%;
  text-align: left;
}
.Button--filter-selected {
  background-color: #dfe1e3;
  color: #141c33;
}
.Button--large, .gform_wrapper input[type=submit] {
  font-size: 2.2rem;
  padding: 1.2rem 2rem 1.5rem;
}
@media screen and (min-width: 36.25em) {
  .Button--large, .gform_wrapper input[type=submit] {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Button--large, .gform_wrapper input[type=submit] {
    font-size: 2.4rem;
  }
}
.Button--small {
  font-size: 1.6rem;
  padding: 0.4rem 0.8rem;
}
@media screen and (min-width: 36.25em) {
  .Button--small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Button--small {
    font-size: 1.6rem;
  }
}
.Button--fullwidth {
  width: 100%;
}
.Button:focus, .gform_drop_area input[type=button]:focus, .gform_wrapper input[type=submit]:focus {
  outline: none;
}
.Button:active, .gform_drop_area input[type=button]:active, .gform_wrapper input[type=submit]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.Logo {
  display: block;
  width: 100%;
  height: auto;
}
.Logo__fill {
  fill: #e55334;
}

.Badge  {
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background-color: #CCC;
}

.Link--primary {
  color: #e55334;
}
.Link--primary:hover {
  color: #141c33;
}
.Link--secondary {
  color: #141c33;
}
.Link--secondary:hover {
  color: #141c33;
}
.Link--backward:before, .Pagination__link--prev:before {
  content: "";
  display: inline-block;
  border-top: 2px solid #dfe1e3;
  border-right: 2px solid #dfe1e3;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -1.5px;
  margin-right: 0.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.Link--backward:hover:before, .Pagination__link--prev:hover:before {
  border-color: #141c33;
}
.Link--forward, .Pagination__link--next {
  position: relative;
}
.Link--forward:after, .Pagination__link--next:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #dfe1e3;
  border-right: 2px solid #dfe1e3;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -1.5px;
  margin-left: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Link--forward:hover:after, .Pagination__link--next:hover:after {
  border-color: #141c33;
}

.LinkList {
  padding: 0;
  list-style: none;
  border-top: 1px solid #dfe1e3;
}
.LinkList__item {
  border-bottom: 1px solid #dfe1e3;
}
.LinkList__link {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  position: relative;
  color: #141c33;
}
.LinkList__link:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #a1a1a1;
  border-right: 2px solid #a1a1a1;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -1.5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
.LinkList__link:hover {
  color: #e55334;
}
.LinkList__link:hover:after {
  border-color: #e55334;
}

.PageBuilder {
  padding-bottom: 1px;
}
.PageBuilder__item {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .PageBuilder__item {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .PageBuilder__item {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.Blog__items {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .Blog__items {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Blog__items {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Blog__items {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Blog__item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 36.25em) {
  .Blog__item {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Blog__item {
    margin-bottom: 6rem;
  }
}

.Card {
  /*
  Variants
  */
}
.Card__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Card__title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Card__title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.Card__link {
  color: inherit;
}
.Card__image-wrap {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.Card__image-wrap img {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.Card__image-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.Card--outlined .Card__link {
  display: block;
  border: 1px solid #dfe1e3;
  border-radius: 4px;
  padding: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Card--outlined .Card__link {
    padding: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Card--outlined .Card__link {
    padding: 3.2rem;
  }
}
.Card--outlined .Card__title {
  margin-top: 0;
}
.Card--outlined .Card__excerpt {
  color: #a1a1a1;
}
.Card--outlined .Card__link:hover {
  -webkit-box-shadow: 0 0 30px rgba(20, 28, 51, 0.15);
          box-shadow: 0 0 30px rgba(20, 28, 51, 0.15);
}
.Card--outlined .Card__link:hover .Card__excerpt {
  color: #141c33;
}

.PostCard__image-wrap {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.PostCard__image-wrap img {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.PostCard__content {
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .PostCard__content {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .PostCard__content {
    margin-top: 1.2rem;
  }
}
.PostCard__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 36.25em) {
  .PostCard__title {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .PostCard__title {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.PostCard__term:hover {
  color: #e55334;
}
.PostCard__title, .PostCard__excerpt {
  color: #141c33;
}
.PostCard:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.CalendarCard__label {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #dfe1e3;
  color: #FFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1.6rem;
}
@media screen and (min-width: 36.25em) {
  .CalendarCard__label {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .CalendarCard__label {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .CalendarCard__label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .CalendarCard__label {
    font-size: 1.6rem;
  }
}
.CalendarCard--arrangementer .CalendarCard__label {
  background-color: #141c33;
}
.CalendarCard--arrangementer .CalendarCard__label:hover {
  color: #FFF;
  background-color: #2c3347;
}
.CalendarCard--soknadsfrister .CalendarCard__label {
  background-color: #e55334;
}
.CalendarCard--soknadsfrister .CalendarCard__label:hover {
  color: #FFF;
  background-color: #e86448;
}
.CalendarCard__body {
  display: block;
  padding: 1rem;
  background: #f7f8f8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 16rem;
  -webkit-transition: background-color 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: background-color 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
@media screen and (min-width: 36.25em) {
  .CalendarCard__body {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .CalendarCard__body {
    padding: 1.2rem;
  }
}
.CalendarCard__body:hover {
  background-color: #ebedee;
}
.CalendarCard__date {
  font-size: 3.2rem;
  color: #141c33;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfe1e3;
}
@media screen and (min-width: 36.25em) {
  .CalendarCard__date {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .CalendarCard__date {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .CalendarCard__date {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .CalendarCard__date {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.CalendarCard__title {
  color: #141c33;
  font-size: 1.8rem;
  line-height: 1.34;
}
@media screen and (min-width: 36.25em) {
  .CalendarCard__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .CalendarCard__title {
    font-size: 1.9rem;
  }
}

.Wysiwyg {
  /*
  Text
  */
  /*
  Lists
  */
  /*
  Media
  */
  /*
  Alignment
  */
  /*
  Advanced
  */
  /*
  Gravity Forms
  */
  /*
  Clear first item margin top
  */
  /*
  Clear last item margin bottom
  */
}
.Wysiwyg:after {
  content: "";
  display: table;
  clear: both;
}
.Wysiwyg > h1,
.Wysiwyg > h2,
.Wysiwyg > h3,
.Wysiwyg > h4 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg > h1,
.Wysiwyg > h2,
.Wysiwyg > h3,
.Wysiwyg > h4 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg > h1,
.Wysiwyg > h2,
.Wysiwyg > h3,
.Wysiwyg > h4 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg > h1,
.Wysiwyg > h2,
.Wysiwyg > h3,
.Wysiwyg > h4 {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg > h1,
.Wysiwyg > h2,
.Wysiwyg > h3,
.Wysiwyg > h4 {
    margin-top: 3.2rem;
  }
}
.Wysiwyg > .Button, .gform_drop_area .Wysiwyg > input[type=button], .gform_wrapper .Wysiwyg > input[type=submit],
.Wysiwyg p > .Button,
.Wysiwyg .gform_drop_area p > input[type=button],
.gform_drop_area .Wysiwyg p > input[type=button],
.Wysiwyg .gform_wrapper p > input[type=submit],
.gform_wrapper .Wysiwyg p > input[type=submit] {
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg > .Button, .gform_drop_area .Wysiwyg > input[type=button], .gform_wrapper .Wysiwyg > input[type=submit],
.Wysiwyg p > .Button,
.Wysiwyg .gform_drop_area p > input[type=button],
.gform_drop_area .Wysiwyg p > input[type=button],
.Wysiwyg .gform_wrapper p > input[type=submit],
.gform_wrapper .Wysiwyg p > input[type=submit] {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg > .Button, .gform_drop_area .Wysiwyg > input[type=button], .gform_wrapper .Wysiwyg > input[type=submit],
.Wysiwyg p > .Button,
.Wysiwyg .gform_drop_area p > input[type=button],
.gform_drop_area .Wysiwyg p > input[type=button],
.Wysiwyg .gform_wrapper p > input[type=submit],
.gform_wrapper .Wysiwyg p > input[type=submit] {
    margin-top: 1.2rem;
  }
}
.Wysiwyg p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg p {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg p {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.Wysiwyg a:not(.Button) {
  text-decoration: underline;
}
.Wysiwyg a:not(.Button):hover {
  text-decoration: none;
  color: #e55334;
}
.Wysiwyg > img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg > img {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg > img {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.Wysiwyg > ol,
.Wysiwyg > ul {
  padding-left: 1.2em;
  list-style-position: outside;
}
.Wysiwyg > ol ol,
.Wysiwyg > ol ul,
.Wysiwyg > ul ol,
.Wysiwyg > ul ul {
  padding-left: 1.2em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.Wysiwyg > ol[type="a"]{
  counter-reset: item;
}
.Wysiwyg ol[type="1"] {
    counter-reset: counter;
}
.Wysiwyg ol{
    counter-reset: number;
}

.Wysiwyg ol[type="1"] {
    list-style-type: decimal;
}
.Wysiwyg ol{
    list-style-type: decimal;
}
.Wysiwyg > ol[type="a"]{
    list-style-type: lower-alpha;
}

.Wysiwyg > ol li {
  display: block;
  position: relative;
}
.Wysiwyg > ol[type="a"] > li:before {
  counter-increment: item;
  content: counter(item, lower-alpha) ". ";
  position: absolute;
  margin-right: 100%;
  right: 10px;
}

.Wysiwyg > ol[type="1"] > li:before{
  content: counters(counter, ".") ".";
  counter-increment: counter;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}
.Wysiwyg ol > li:before{
  content: counters(number, ".") ".";
  counter-increment: number;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}


.Wysiwyg > ol ol {
  padding-left: 2em;
}
.Wysiwyg > ul {
  list-style: disc;
}
.Wysiwyg > ul ul {
  list-style: circle;
}
.Wysiwyg > ul ul ul {
  list-style: square;
}
.Wysiwyg figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg figure {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg figure {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.Wysiwyg figure figcaption {
  font-size: 1.6rem;
  line-height: 1.34;
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg figure figcaption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg figure figcaption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg figure figcaption {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg figure figcaption {
    margin-top: 1.2rem;
  }
}
.Wysiwyg figure figcaption::before {
  content: "↳";
  color: #e55334;
  margin-right: 0.5rem;
}
.Wysiwyg > iframe {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg > iframe {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg > iframe {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.Wysiwyg > iframe {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg > iframe {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg > iframe {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg .alignleft {
    float: left;
    margin: 1rem 2.5rem 1rem 0;
    max-width: 50%;
  }
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg .alignright {
    float: right;
    margin: 1rem 0 2rem 2.5rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg .EditorGallery {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
.Wysiwyg .gform_wrapper,
.Wysiwyg .gform_confirmation_wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg .gform_wrapper,
.Wysiwyg .gform_confirmation_wrapper {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Wysiwyg .gform_wrapper,
.Wysiwyg .gform_confirmation_wrapper {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Wysiwyg .gform_wrapper,
.Wysiwyg .gform_confirmation_wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.Wysiwyg > *:first-child {
  margin-top: 0;
}
.Wysiwyg > *:last-child {
  margin-bottom: 0;
}

.HeaderSearch {
  position: relative;
  /*
  Suggestions
  */
  /*
  No results
  */
}
.HeaderSearch__label, .HeaderSearch__submit {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.HeaderSearch__input {
  width: 12rem;
}
.HeaderSearch--loading .HeaderSearch__input {
  background-image: url("../../images/gf_spinner.gif");
  background-size: 16px 16px;
}
.HeaderSearch__results {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 400px;
  border: 1px solid rgba(20, 28, 51, 0.15);
  border-top: 0;
  background: #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: auto;
  -webkit-box-shadow: 0 0 8px rgba(20, 28, 51, 0.06);
          box-shadow: 0 0 8px rgba(20, 28, 51, 0.06);
}
.HeaderSearch--focus .HeaderSearch__input {
  width: 40rem;
  border-color: #dfe1e3 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 2;
}
.HeaderSearch--focus .HeaderSearch__results {
  display: block;
}
.HeaderSearch__item--title {
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.34;
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__item--title {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__item--title {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__item--title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__item--title {
    font-size: 1.6rem;
  }
}
.HeaderSearch__item-title {
  color: #141c33;
}
.HeaderSearch__item-excerpt {
  margin-top: 0.5rem;
}
.HeaderSearch__item-link {
  font-size: 1.6rem;
  line-height: 1.34;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-right: 4.8rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__item-link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__item-link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__item-link {
    padding-top: 1.2rem;
    padding-left: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__item-link {
    padding-top: 1.2rem;
    padding-left: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.HeaderSearch__item-link:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #e55334;
  border-right: 2px solid #e55334;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -1.5px;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.HeaderSearch__item-link:hover, .HeaderSearch__item-link:focus {
  background: #f7f8f8;
}
.HeaderSearch__all {
  display: block;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.34;
  color: #e55334;
  width: 100%;
  text-align: left;
  border-top: 1px solid #dfe1e3;
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__all {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__all {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__all {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__all {
    font-size: 1.6rem;
  }
}
.HeaderSearch__all:hover, .HeaderSearch__all:focus {
  color: #141c33;
}
.HeaderSearch__suggestions-header {
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.34;
  color: #a1a1a1;
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__suggestions-header {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__suggestions-header {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__suggestions-header {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__suggestions-header {
    font-size: 1.6rem;
  }
}
.HeaderSearch__suggestions-list {
  border-top: 1px solid #dfe1e3;
}
.HeaderSearch__noresult {
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.34;
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__noresult {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__noresult {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .HeaderSearch__noresult {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HeaderSearch__noresult {
    font-size: 1.6rem;
  }
}

.MainMenu {
  position: fixed;
  top: 0;
  z-index: 200;
  background: #FFF;
  height: 100%;
  width: 100%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 100%;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.MainMenu__open {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-box-shadow: 0 0 30px rgba(20, 28, 51, 0.15);
          box-shadow: 0 0 30px rgba(20, 28, 51, 0.15);
  outline: 1px solid rgba(20, 28, 51, 0.05);
}
.MainMenu__search {
  border-top: 1px solid #dfe1e3;
}
@media screen and (min-width: 62.5em) {
  .MainMenu__search {
    display: none;
  }
}
.MainMenu__header {
  min-height: 10.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .MainMenu__header {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .MainMenu__header {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .MainMenu__header {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 36.25em) {
  .MainMenu__header {
    min-height: 10.8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .MainMenu__header {
    min-height: 15.8rem;
  }
}
@media screen and (min-width: 36.25em) {
  .MainMenu__social {
    display: none;
  }
  .MainMenu__header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.MainMenu--is-offset .MainMenu__header {
  min-height: 7.4rem;
}
.MainMenu__navigation {
  border-top: 1px solid #dfe1e3;
}
.MainMenu__section {
  padding-left: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .MainMenu__section {
    padding-left: 2.2rem;
    padding-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .MainMenu__section {
    padding-left: 3.2rem;
    padding-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .MainMenu__section {
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .MainMenu__section {
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .MainMenu__section {
    padding-right: 70px;
  }
}
.MainMenu__contact {
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .MainMenu__contact {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .MainMenu__contact {
    margin-bottom: 3.2rem;
  }
}
.MainMenu__contact-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .MainMenu__contact-title {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .MainMenu__contact-title {
    margin-bottom: 1.2rem;
  }
}

.Figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.Figure__caption {
  padding-right: 2rem;
  max-width: 62rem;
  color: #a1a1a1;
  font-size: 1.6rem;
  line-height: 1.34;
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Figure__caption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Figure__caption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Figure__caption {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Figure__caption {
    margin-top: 1.2rem;
  }
}
.Figure__caption::before {
  content: "↳";
  margin-right: 0.5rem;
  position: relative;
  top: 1px;
}
.Figure--fullbleed .Figure__caption {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .Figure--fullbleed .Figure__caption {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Figure--fullbleed .Figure__caption {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Figure--fullbleed .Figure__caption {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.PageSiblingNav {
  width: 100%;
  border-top: 1px solid #dfe1e3;
  border-bottom: 1px solid #dfe1e3;
}
.PageSiblingNav__items, .PageSiblingNav__sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.PageSiblingNav__link {
  color: #a1a1a1;
  padding: 1rem;
  display: block;
}
.PageSiblingNav__item--current .PageSiblingNav__link {
  color: #141c33;
}

.Flag__media {
  width: 100%;
}
.Flag__image-wrap {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.Flag__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Flag__title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Flag__title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.Flag__label {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 36.25em) {
  .Flag__label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Flag__label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .Flag__content {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Flag {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Flag {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Flag {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Flag {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Flag__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Flag__media {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Flag__media {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Flag__media {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Flag__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Flag__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Flag__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Flag__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Flag__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Flag__media {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Flag__media {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Flag__media {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Flag__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Flag__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Flag__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Flag__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .FilterNav__list {
    display: none;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) and (min-width: 36.25em) {
  .FilterNav__list {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) and (min-width: 62.5em) {
  .FilterNav__list {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .FilterNav--open .FilterNav__list {
    display: block;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .FilterNav__item {
    margin-top: 1rem;
    width: 100%;
    display: block;
  }
  .FilterNav__item a {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 36.25em) {
  .FilterNav__toggle {
    display: none;
  }
  .FilterNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .FilterNav__item {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
  }
}

.Share {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 36.25em) {
  .Share {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Share {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
.Share__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 36.25em) {
  .Share__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Share__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Share__container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Share__title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Share__title {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Share__title {
    margin-bottom: 1.2rem;
  }
}
.Share__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Share__link {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #f7f8f8;
  color: #e55334;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.Share__link:hover {
  color: #141c33;
  border-color: #141c33;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.Share__link:active {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  background-color: #dfe1e3;
}

.Feed {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 36.25em) {
  .Feed {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Feed {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
.Feed__header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Feed__header {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Feed__header {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Feed__header {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 36.25em) {
  .Feed__header {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Feed__header {
    margin-bottom: 3.2rem;
  }
}
.Feed__header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.Feed__header-item {
  margin-right: 1.5rem;
}

.Map {
  position: relative;
  padding-top: 62.5%;
  height: 0;
  overflow: hidden;
}
.Map__aspect {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 36.25em) {
  .Map {
    padding-top: 125%;
  }
}
@media screen and (min-width: 62.5em) {
  .Map {
    padding-top: 100%;
  }
}

.PersonCard__image-wrap {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.PersonCard__content {
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .PersonCard__content {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .PersonCard__content {
    margin-top: 1.2rem;
  }
}
.PersonCard__contact {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .PersonCard__contact {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .PersonCard__contact {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.PersonCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .PersonCard__header {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .PersonCard__header {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.PersonCard__ca {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3rem;
  background: #e55334;
  color: #FFF;
  text-align: center;
  margin-left: 1rem;
  border-radius: 99px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 36.25em) {
  .PersonCard__ca {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .PersonCard__ca {
    font-size: 1.6rem;
  }
}
.PersonCard__bio {
  font-size: 1.6rem;
}
@media screen and (min-width: 36.25em) {
  .PersonCard__bio {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .PersonCard__bio {
    font-size: 1.6rem;
  }
}
.PersonCard__bio p {
  margin-bottom: 1rem;
}

.Page {
  padding-top: 10.8rem;
  padding-bottom: 1px;
}
@media screen and (min-width: 62.5em) {
  .Page {
    padding-top: 15.8rem;
  }
}
.Page__child-nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Page__child-nav {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__child-nav {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.Page__header {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 36.25em) {
  .Page__header {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__header {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Page__header {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 36.25em) {
  .Page__header {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__header {
    margin-bottom: 6rem;
  }
}
.Page__header-container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}
.Page__title {
  font-size: 4.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Page__title {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__title {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Page__title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.Page__intro {
  font-size: 2.2rem;
  line-height: 1.43;
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Page__intro {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__intro {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Page__intro {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__intro {
    margin-top: 1.2rem;
  }
}
.Page__nav {
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Page__nav {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__nav {
    margin-top: 1.2rem;
  }
}
.Page__content {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .Page__content {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Page__content {
    margin-bottom: 10rem;
  }
}

.Pagination {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .Pagination {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Pagination {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Pagination {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 36.25em) {
  .Pagination {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Pagination {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.Pagination__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.Pagination__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Pagination__link {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #dfe1e3;
  margin: 0 0.5rem;
  border-radius: 4px;
}
.Pagination__link--current {
  border-color: #141c33;
}
.Pagination__link--dots {
  border-color: transparent;
}
.Pagination__link--next {
  padding-right: 1.25rem;
}
.Pagination__link--prev {
  padding-left: 1.25rem;
}
.Pagination__link:hover {
  color: #141c33;
}

.DocumentList {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .DocumentList {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .DocumentList {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .DocumentList {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.DocumentList__item {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dfe1e3;
}
@media screen and (min-width: 36.25em) {
  .DocumentList__item {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .DocumentList__item {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.Document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 36.25em) {
  .Document {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Document {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Document {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.Document__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Document__text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Document__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Document__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Document__filename {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Document__filename {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Document__filename {
    margin-bottom: 1.2rem;
  }
}
.Document__title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Document__title {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Document__title {
    margin-bottom: 1.2rem;
  }
}
.Document__excerpt {
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Document__excerpt {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Document__excerpt {
    margin-bottom: 1.2rem;
  }
}
.Document__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Document__thumb {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Document__thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Document__thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.SearchForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .SearchForm {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchForm {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .SearchForm {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.SearchForm__container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}
.SearchForm__submit, .SearchForm__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.SearchForm__input {
  display: block;
  width: 100%;
}
.SearchForm__info {
  color: #a1a1a1;
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .SearchForm__info {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchForm__info {
    margin-top: 1.2rem;
  }
}

.SearchResult {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .SearchResult {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchResult {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .SearchResult {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchResult {
    margin-bottom: 10rem;
  }
}

.SearchItem__link {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .SearchItem__link {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchItem__link {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .SearchItem__link {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchItem__link {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .SearchItem__link {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.SearchItem__link:hover {
  background: #f7f8f8;
}
.SearchItem__title {
  color: #141c33;
}
.SearchItem__excerpt {
  margin-top: 2rem;
}
@media screen and (min-width: 36.25em) {
  .SearchItem__excerpt {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchItem__excerpt {
    margin-top: 3.2rem;
  }
}
.SearchItem__container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  position: relative;
  padding-right: 5rem;
}
.SearchItem__container:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #e55334;
  border-right: 2px solid #e55334;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -1.5px;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.SearchSuggestions {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .SearchSuggestions {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchSuggestions {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .SearchSuggestions {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchSuggestions {
    margin-bottom: 10rem;
  }
}
.SearchSuggestions__header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .SearchSuggestions__header {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SearchSuggestions__header {
    margin-bottom: 3.2rem;
  }
}
.SearchSuggestions__list {
  border-top: 1px solid #dfe1e3;
}
.SearchSuggestions__item {
  border-bottom: 1px solid #dfe1e3;
  padding: 1rem 0;
  position: relative;
  padding-right: 5rem;
}
.SearchSuggestions__item:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #e55334;
  border-right: 2px solid #e55334;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -1.5px;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.SearchSuggestions__item-title {
  color: #141c33;
}

.TextRow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .TextRow {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .TextRow {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .TextRow {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.TextRow__container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}
.TextRow--center {
  text-align: center;
}

.MobileSearch {
  position: relative;
}
.MobileSearch__input {
  width: 100%;
}
.MobileSearch__submit {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.Input--search {
  background: #FFF url("../../images/icons/search.svg") right 1rem center no-repeat;
  padding-right: 4rem;
}
.Input--lg {
  font-size: 3.2rem;
  padding: 2rem;
  background-position: right 2.5rem center;
  background-size: 24px 24px;
}
@media screen and (min-width: 36.25em) {
  .Input--lg {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Input--lg {
    font-size: 3.6rem;
  }
}

.EventDates__footer {
  margin-bottom: 40px;
}
.EventDates__ics {
  float: right;
}
.EventDates__list {
  margin-bottom: 10px;
  width: 100%;
  font-size: 2.2rem;
  border-top: 1px solid #dfe1e3;
}
@media screen and (min-width: 36.25em) {
  .EventDates__list {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .EventDates__list {
    font-size: 2.4rem;
  }
}
.EventDates__item {
  padding: 10px 0;
  border-bottom: 1px solid #dfe1e3;
  color: #a1a1a1;
}
.EventDates__item--next-up {
  color: #141c33;
}

.Burger {
  width: 1.6rem;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  will-change: transform;
  margin: 0;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.Burger__line {
  border-top: 2px solid #141c33;
  width: 100%;
  height: 0;
  display: block;
  margin-bottom: 3px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.Burger--active .Burger__line {
  margin: 0;
  position: relative;
}
.Burger--active .Burger__line--top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Burger--active .Burger__line--bottom {
  top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.Burger--active .Burger__line--middle {
  display: none;
}

.Footer {
  border-top: 1px solid #141c33;
  background-color: #141c33;
  color: #FFF;
  padding-top: 3.5rem;
}
.Footer a:hover {
  color: #FFF;
}
.Footer__actions li {
  margin-bottom: 0.5em;
}
.Footer__link-list {
  margin-bottom: 0.25em;
}
.Footer__credits {
  border-top: 1px solid #43495c;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 36.25em) {
  .Footer__credits {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Footer__credits {
    font-size: 1.6rem;
  }
}

.NavItem {
  position: relative;
}
.NavItem--top-level {
  border-bottom: 1px solid #dfe1e3;
}
.NavItem--top-level > .NavItem__link {
  font-size: 2.2rem;
  line-height: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #141c33;
}
@media screen and (min-width: 36.25em) {
  .NavItem--top-level > .NavItem__link {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .NavItem--top-level > .NavItem__link {
    font-size: 2.4rem;
  }
}
.NavItem__link {
  display: block;
  padding-left: 2rem;
}
@media screen and (min-width: 36.25em) {
  .NavItem__link {
    padding-left: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .NavItem__link {
    padding-left: 3.2rem;
  }
}
.NavItem__link:focus, .NavItem__link:hover {
  color: #141c33;
  background: #f7f8f8;
}
.NavItem__children {
  display: none;
  padding-bottom: 1.5rem;
  line-height: 2;
}
.NavItem__toggle-button {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  border-radius: 999px;
  cursor: pointer;
}
.NavItem__toggle-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.NavItem__toggle-button:hover {
  background: #f7f8f8;
}
.NavItem__toggle-button:hover .NavItem__toggle-arrow:before {
  border-color: #e55334;
}
.NavItem__toggle-arrow {
  display: block;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.NavItem__toggle-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.6rem;
  margin-top: -0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-right: 2px solid #a1a1a1;
  border-bottom: 2px solid #a1a1a1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.NavItem--open .NavItem__children {
  display: block;
}
.NavItem--open .NavItem__toggle-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.NavItem--current > .NavItem__link {
  color: #141c33;
}

.GFSave__label {
  display: block;
  float: none !important;
}
.GFSave__clear {
  margin-left: 1rem;
  color: #e55334;
}
.GFSave__clear:hover {
  color: #141c33;
}
.GFSave__actions {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .GFSave__actions {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .GFSave__actions {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.GFSave__message {
  padding: 1rem;
  background: #f7f8f8;
  display: none;
  text-align: center;
  border-radius: 4px;
}
@media screen and (min-width: 36.25em) {
  .GFSave__message {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .GFSave__message {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .GFSave__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .GFSave__save {
    width: auto;
  }
  .GFSave__clear {
    width: auto;
    margin-top: 0;
  }
}

.EmbedWrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
.EmbedWrap:before {
  content: " ";
  width: 100%;
  height: 0;
  display: block;
  padding-top: 56.25%;
}
.EmbedWrap__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.EmbedWrap iframe {
  width: 100%;
  height: 100%;
}

.EditorGallery .slick-next {
  right: -100px;
}
.EditorGallery .slick-prev {
  left: -100px;
}
.EditorGallery .slick-list {
  overflow: visible !important;
}
.EditorGallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.EditorGallery .slick-slide {
  opacity: 0.1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.EditorGallery .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.EditorGallery__figure {
  position: relative;
}
.EditorGallery__caption {
  position: absolute;
  top: 100%;
}

.Media {
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 100%;
}
@media screen and (min-width: 36.25em) {
  .Media {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Media {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.Media__image {
  width: 100%;
}
.Media--contain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .Media--contain {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Media--contain {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Media--contain {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.Hero {
  width: 100%;
  overflow: hidden;
}
.Hero .Cover__background {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.Hero .slick-current .Cover__background.lazyloaded {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.Hero__nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Hero__nav {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Hero__nav {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Hero__nav {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 36.25em) {
  .Hero__nav {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Hero__nav {
    margin-top: 3.2rem;
  }
}
.Hero__nav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Hero .slick-arrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  margin: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
}
.Hero .slick-arrow:before {
  line-height: inherit;
}
.Hero .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.Hero .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Hero .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 36.25em) {
  .Hero .slick-slide .Feature__content {
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: -webkit-transform 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: transform 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: transform 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.35s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  .Hero .slick-slide .Feature__image {
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: -webkit-transform 0.65s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: transform 0.65s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: transform 0.65s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.65s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
  }
  .Hero .slick-slide.slick-active .Feature__image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .Hero .slick-slide.slick-active .Feature__content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.NewsBanner {
  margin-bottom: 2rem;
  overflow: hidden;
  /*
  SLICK SETTINGS
  */
}
@media screen and (min-width: 36.25em) {
  .NewsBanner {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .NewsBanner {
    margin-bottom: 3.2rem;
  }
}
.NewsBanner__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .NewsBanner__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .NewsBanner__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .NewsBanner__container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.NewsBanner__item {
  width: 240px;
}
@media screen and (min-width: 36.25em) {
  .NewsBanner__item {
    width: 33.333%;
  }
}
@media screen and (min-width: 62.5em) {
  .NewsBanner__item {
    width: 25%;
  }
}
.NewsBanner__link {
  position: relative;
  border-top: 1px solid #dfe1e3;
  display: block;
  padding: 1.5rem;
  padding-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 36.25em) {
  .NewsBanner__link {
    padding-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .NewsBanner__link {
    padding-top: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .NewsBanner__link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .NewsBanner__link {
    font-size: 1.6rem;
  }
}
.NewsBanner__link:hover {
  border-color: #e55334;
}
.NewsBanner__label {
  color: #e55334;
}
.NewsBanner__title {
  color: #141c33;
}
.NewsBanner .slick-list {
  border-right: 1px solid #dfe1e3;
  border-left: 1px solid #dfe1e3;
  border-bottom: 1px solid #dfe1e3;
}
.NewsBanner .slick-track {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.NewsBanner .slick-arrow {
  background-color: rgba(255, 255, 255, 0.75);
  height: 50%;
  width: 50px;
  top: 0;
  margin-top: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #dfe1e3;
}
.NewsBanner .slick-arrow:before {
  font-size: 18px;
}
.NewsBanner .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #e55334;
}
.NewsBanner .slick-arrow.slick-prev {
  left: auto;
  right: 0;
  top: 50%;
  border-top-color: transparent;
}
.NewsBanner .slick-arrow.slick-next {
  left: auto;
  right: 0;
  top: 0;
}
@media screen and (min-width: 36.25em) {
  .NewsBanner .slick-arrow {
    width: 32px;
  }
}

.Cover {
  display: block;
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
  color: #FFF;
  overflow: hidden;
}
.Cover__background, .Cover__container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.Cover__background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.Cover--has-overlay .Cover__background {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.Cover--overlay-blue {
  background: #141c33;
}
.Cover--overlay-orange {
  background: #e55334;
}
.Cover--overlay-orange .Cover__background {
  opacity: 0.2;
}
.Cover__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Cover__row {
  padding: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Cover__row {
    padding: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Cover__row {
    padding: 3.2rem;
  }
}
.Cover__content {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}
@media screen and (min-width: 36.25em) {
  .Cover {
    padding-top: 62.5%;
  }
}
@media screen and (min-width: 62.5em) {
  .Cover {
    padding-top: 48.5507246377%;
  }
}
.Cover--text-center {
  text-align: center;
}

.HistoryCarousel__item figure {
  max-width: 30rem !important;
}
.HistoryCarousel .slick-track {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.HistoryCarousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.HistoryCarousel__nav .slick-arrow {
  position: static;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}
.HistoryCarousel__nav .slick-dots {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.HistoryCarousel__nav .slick-dots li button {
  overflow: visible;
  width: auto;
  height: auto;
  text-indent: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dfe1e3;
  font-size: 1.8rem;
  line-height: 1.44;
  color: inherit;
}
@media screen and (min-width: 36.25em) {
  .HistoryCarousel__nav .slick-dots li button {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .HistoryCarousel__nav .slick-dots li button {
    font-size: 1.9rem;
  }
}
.HistoryCarousel__nav .slick-dots li button:hover {
  color: #e55334;
  border-color: #e55334;
}
.HistoryCarousel__nav .slick-dots li.slick-active button {
  background: transparent;
  border-color: #141c33;
  color: #141c33;
}

.AspectImage {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.AspectImage:before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
}
.AspectImage--fill {
  width: 100%;
  height: 100%;
}
.AspectImage--square:before {
  padding-top: 100%;
}
.AspectImage--widescreen:before {
  padding-top: 50%;
}
.AspectImage--portrait:before {
  padding-top: 125%;
}
.AspectImage--landscape:before {
  padding-top: 62.5%;
}

.image_title {
  font-size: 16px;
}
.image_title::before {
  content: "↳";
  color: #e55334;
  margin-right: 0.5rem;
}

.SocialNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SocialNav__item {
  margin-right: 0.5rem;
}
.SocialNav__link {
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.2rem;
  text-align: center;
  background-color: transparent;
  display: block;
  border-radius: 99px;
}
.SocialNav__link svg path {
  fill: #e55334;
}
.SocialNav__link:hover {
  background-color: #f7f8f8;
}
.SocialNav__link:hover svg path {
  fill: #141c33;
}

ul.Accordion,
.Accordion {
  padding: 0;
  list-style: none;
  border-top: 1px solid #dfe1e3;
  /*
  Hover
  */
  /*
  Open
  */
}
ul.Accordion__item,
.Accordion__item {
  border-bottom: 1px solid #dfe1e3;
}
ul.Accordion__title,
.Accordion__title {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 4rem;
}
ul.Accordion__toggle-icon,
.Accordion__toggle-icon {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul.Accordion__toggle-icon:before, ul.Accordion__toggle-icon:after,
.Accordion__toggle-icon:before,
.Accordion__toggle-icon:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  border-top: 2px solid #dfe1e3;
}
ul.Accordion__toggle-icon:after,
.Accordion__toggle-icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
ul.Accordion__content,
.Accordion__content {
  padding-bottom: 2rem;
  display: none;
}
@media screen and (min-width: 36.25em) {
  ul.Accordion__content,
.Accordion__content {
    padding-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  ul.Accordion__content,
.Accordion__content {
    padding-bottom: 3.2rem;
  }
}
ul.Accordion__title:hover ul.Accordion__toggle-icon,
ul.Accordion__title:hover .Accordion__toggle-icon,
.Accordion__title:hover ul.Accordion__toggle-icon,
.Accordion__title:hover .Accordion__toggle-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
ul.Accordion__title:hover ul.Accordion__toggle-icon:before, ul.Accordion__title:hover ul.Accordion__toggle-icon:after,
ul.Accordion__title:hover .Accordion__toggle-icon:before,
ul.Accordion__title:hover .Accordion__toggle-icon:after,
.Accordion__title:hover ul.Accordion__toggle-icon:before,
.Accordion__title:hover ul.Accordion__toggle-icon:after,
.Accordion__title:hover .Accordion__toggle-icon:before,
.Accordion__title:hover .Accordion__toggle-icon:after {
  border-color: #e55334;
}
ul.Accordion__item--open ul.Accordion__title:hover ul.Accordion__toggle-icon,
ul.Accordion__item--open ul.Accordion__title:hover .Accordion__toggle-icon,
ul.Accordion__item--open .Accordion__title:hover ul.Accordion__toggle-icon,
ul.Accordion__item--open .Accordion__title:hover .Accordion__toggle-icon,
.Accordion__item--open ul.Accordion__title:hover ul.Accordion__toggle-icon,
.Accordion__item--open ul.Accordion__title:hover .Accordion__toggle-icon,
.Accordion__item--open .Accordion__title:hover ul.Accordion__toggle-icon,
.Accordion__item--open .Accordion__title:hover .Accordion__toggle-icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
ul.Accordion__item--open ul.Accordion__toggle-icon,
ul.Accordion__item--open .Accordion__toggle-icon,
.Accordion__item--open ul.Accordion__toggle-icon,
.Accordion__item--open .Accordion__toggle-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
ul.Accordion__item--open ul.Accordion__toggle-icon:before, ul.Accordion__item--open ul.Accordion__toggle-icon:after,
ul.Accordion__item--open .Accordion__toggle-icon:before,
ul.Accordion__item--open .Accordion__toggle-icon:after,
.Accordion__item--open ul.Accordion__toggle-icon:before,
.Accordion__item--open ul.Accordion__toggle-icon:after,
.Accordion__item--open .Accordion__toggle-icon:before,
.Accordion__item--open .Accordion__toggle-icon:after {
  border-color: #141c33;
}
ul.Accordion__item--open ul.Accordion__content,
ul.Accordion__item--open .Accordion__content,
.Accordion__item--open ul.Accordion__content,
.Accordion__item--open .Accordion__content {
  display: block;
}

.Breadcrumbs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 36.25em) {
  .Breadcrumbs {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Breadcrumbs {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Breadcrumbs {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 36.25em) {
  .Breadcrumbs {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Breadcrumbs {
    margin-bottom: 6rem;
  }
}
.Breadcrumbs__content {
  border-top: 1px solid #dfe1e3;
  padding: 0.5rem 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 36.25em) {
  .Breadcrumbs__content {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Breadcrumbs__content {
    font-size: 1.6rem;
  }
}
.Breadcrumbs a:after {
  content: "›";
  display: inline-block;
  margin-left: 0.5rem;
  color: #a1a1a1;
}
.Breadcrumbs a:hover {
  color: #e55334;
}
.Breadcrumbs .breadcrumb_last {
  font-weight: 500;
}

.BookingCalendar {
  width: 100%;
  overflow: auto;
  position: relative;
  margin-top: 4rem;
}
@media screen and (min-width: 36.25em) {
  .BookingCalendar {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .BookingCalendar {
    margin-top: 10rem;
  }
}
.BookingCalendar .apartment-link {
  position: relative;
}
.BookingCalendar .apartment-link:after {
  content: "";
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 5px;
  background-color: #e55334;
}
.BookingCalendar .apartment-link:hover:after {
  display: block;
}
.BookingCalendar .members-only .apartment-link:after {
  background-color: #e55334;
}
.BookingCalendar__table {
  width: 100%;
  margin-bottom: 50px;
}
.BookingCalendar__table th {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.44;
}
@media screen and (min-width: 36.25em) {
  .BookingCalendar__table th {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .BookingCalendar__table th {
    font-size: 1.9rem;
  }
}
.BookingCalendar__table td, .BookingCalendar__table th {
  text-align: left;
  border: 1px solid #FFF;
  vertical-align: top;
}
.BookingCalendar__table td small, .BookingCalendar__table th small {
  font-size: 1.8rem;
  line-height: 1.44;
}
@media screen and (min-width: 36.25em) {
  .BookingCalendar__table td small, .BookingCalendar__table th small {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .BookingCalendar__table td small, .BookingCalendar__table th small {
    font-size: 1.9rem;
  }
}
.BookingCalendar__table th {
  background-color: #f7f8f8;
}
.BookingCalendar__table th.apartment {
  background-color: #141c33;
  color: #FFF;
}
.BookingCalendar__table th.apartment a {
  color: #141c33;
  color: #FFF;
}
.BookingCalendar__table td.members-only a {
  color: #141c33;
}
.BookingCalendar__table td.members-only a:hover {
  background-color: #141c33;
  color: #FFF;
}
.BookingCalendar__table td.anyone a {
  color: #e55334;
}
.BookingCalendar__table td.anyone a:hover {
  background-color: #e55334;
  color: #FFF;
}
.BookingCalendar__table tr.even td {
  background-color: #f7f8f8;
}
.BookingCalendar__table td.apartment.open {
  padding: 0;
}
.BookingCalendar__table td .inner, .BookingCalendar__table th .inner {
  padding: 10px;
  display: block;
}
.BookingCalendar__table td .inner.open {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.BookingCalendar__table td .inner.open span {
  color: #FFF;
  float: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.BookingCalendar__table td .inner.open:hover {
  -webkit-transition-duration: 0;
          transition-duration: 0;
}
.BookingCalendar__table td .inner.open:hover span {
  -webkit-transition-duration: 0;
          transition-duration: 0;
  opacity: 1;
}
.BookingCalendar__table td.booked {
  color: #a1a1a1;
}
.BookingCalendar__table td.booked a {
  color: #141c33;
}
.BookingCalendar__table td.date {
  letter-spacing: 0.05em;
}
.BookingCalendar__table td a {
  position: relative;
}
.BookingCalendar__table .entry-date {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 12px;
}
.BookingCalendar__table .week {
  width: 60px;
}
.BookingCalendar__table .date {
  width: 120px;
}
.BookingCalendar__table .apartment {
  width: 25%;
}
.BookingCalendar__table .weekplanner-more td {
  font-size: 3.2rem;
  line-height: 1.32;
  padding: 60px 40px;
  text-align: center;
}
@media screen and (min-width: 36.25em) {
  .BookingCalendar__table .weekplanner-more td {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .BookingCalendar__table .weekplanner-more td {
    font-size: 3.6rem;
  }
}
.BookingCalendar__table.logged-in td, .BookingCalendar__table.logged-in th {
  border: 1px solid #dfe1e3;
  font-size: 15px;
}
.BookingCalendar__table.logged-in tbody td {
  padding: 5px !important;
}
.BookingCalendar__table.logged-in tbody td .payment--paid .payment-status-label {
  padding: 5px 7px;
  background: #48a772;
  border: 1px solid #419667;
  color: #FFF;
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.BookingCalendar__table.logged-in tbody td .payment--paid .inner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.BookingCalendar__table.logged-in tbody td .inner {
  display: block;
  border-radius: 4px;
  padding: 5px 7px;
  margin-bottom: 5px;
}
.BookingCalendar__table.logged-in tbody td .inner .status {
  opacity: 0.75;
}
.BookingCalendar__table.logged-in tbody td a.inner.request {
  border: 1px solid #dfe1e3;
  background-color: transparent;
}
.BookingCalendar__table.logged-in tbody td a.inner.request:hover {
  background-color: transparent;
  border-color: #141c33;
  color: #141c33;
}
.BookingCalendar__table.logged-in tbody td .inner.system {
  color: #FFF;
  background-color: #a1a1a1;
  border: 1px solid #919191;
}
.BookingCalendar__table.logged-in tbody td .inner.system:hover {
  background-color: #919191;
}
.BookingCalendar__table.logged-in tbody td .inner.person {
  color: #FFF;
  background-color: #e96d52;
  border: 1px solid #e55334;
}
.BookingCalendar__table.logged-in tbody td .inner.person:hover {
  background-color: #e55334;
}

.Slideshow {
  overflow: hidden;
}
.Slideshow__container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 36.25em) {
  .Slideshow__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.Slideshow__nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5rem;
}
@media screen and (min-width: 36.25em) {
  .Slideshow__nav {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Slideshow__nav {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Slideshow__nav {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Slideshow__nav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Slideshow .slick-arrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  margin: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
}
.Slideshow .slick-arrow:before {
  line-height: inherit;
}
.Slideshow .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.Slideshow .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Slideshow .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.Slideshow__list .slick-list {
  overflow: visible !important;
}
.Slideshow__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Slideshow__list .slick-slide {
  opacity: 0.25;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.Slideshow__list .slick-slide.slick-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.Slideshow__item {
  padding-left: 20px;
  padding-right: 20px;
}
.Slideshow .slick-slide figcaption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.Slideshow__caption {
  margin: 0 auto;
  text-align: center;
  max-width: 62rem;
  color: #a1a1a1;
  font-size: 1.6rem;
  line-height: 1.34;
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Slideshow__caption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Slideshow__caption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Slideshow__caption {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Slideshow__caption {
    margin-top: 1.2rem;
  }
}
.Slideshow__caption::before {
  content: "↳";
  margin-right: 0.5rem;
  position: relative;
  top: 1px;
}
.Slideshow__caption--empty {
  opacity: 0;
  visibility: hidden;
}

.Modules__item {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Modules__item {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Modules__item {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.Gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Gallery {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Gallery {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.Gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
.Gallery__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12.5%;
          flex: 0 1 12.5%;
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .Gallery__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    min-width: 60px;
  }
}
.Gallery__image {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.15s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.Gallery__link {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.Gallery__link:hover .Gallery__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Gallery__caption {
  font-size: 1.6rem;
  color: #a1a1a1;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 36.25em) {
  .Gallery__caption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Gallery__caption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Gallery__caption {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Gallery__caption {
    margin-top: 1.2rem;
  }
}

.InfoBox {
  border-radius: 4px;
  background-color: #f7f8f8;
  padding: 2rem;
}
@media screen and (min-width: 36.25em) {
  .InfoBox {
    padding: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .InfoBox {
    padding: 3.2rem;
  }
}

.TableWrapper {
  width: 100%;
}
.TableWrapper__inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.TableWrapper table {
  width: 100%;
  border: 1px solid #dfe1e3;
}
.TableWrapper table th,
.TableWrapper table td {
  text-align: left;
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid #dfe1e3;
}
.TableWrapper table th {
  font-weight: 500;
}
.TableWrapper table td, .TableWrapper table th {
  width: 1%;
}
.TableWrapper table tr.even td {
  background-color: #f7f8f8;
}

.SecondaryNav {
  margin-bottom: 2rem;
  border-bottom: 1px solid #dfe1e3;
}
@media screen and (min-width: 36.25em) {
  .SecondaryNav {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .SecondaryNav {
    margin-bottom: 3.2rem;
  }
}
.SecondaryNav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SecondaryNav__item {
  margin: 0 10px;
  margin-bottom: -1px;
}
.SecondaryNav__link {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 3px solid transparent;
}
.SecondaryNav__link:hover {
  border-color: #141c33;
}

.FeatureText__label {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 36.25em) {
  .FeatureText__label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .FeatureText__label {
    font-size: 1.6rem;
  }
}
.FeatureText__label__link {
  text-decoration: none !important;
  color: inherit !important;
  opacity: 0.75;
}
.FeatureText__label__link:hover {
  opacity: 1;
}
.FeatureText__title {
  font-size: 3.8rem;
  line-height: 1.22;
}
@media screen and (min-width: 36.25em) {
  .FeatureText__title {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .FeatureText__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .FeatureText__title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.FeatureText__lead {
  font-size: 2.2rem;
  line-height: 1.43;
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .FeatureText__lead {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .FeatureText__lead {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 36.25em) {
  .FeatureText__lead {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .FeatureText__lead {
    margin-top: 1.2rem;
  }
}
.FeatureText__cta {
  margin-top: 2rem;
}
@media screen and (min-width: 36.25em) {
  .FeatureText__cta {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .FeatureText__cta {
    margin-top: 3.2rem;
  }
}

.ApartmentNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .ApartmentNav__list {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ApartmentNav__list {
    margin-bottom: 3.2rem;
  }
}
.ApartmentNav__list--apartments .ApartmentNav__item {
  margin-right: 1rem;
}
@media screen and (min-width: 36.25em) {
  .ApartmentNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.Post {
  padding-top: 10.8rem;
  padding-bottom: 1px;
}
@media screen and (min-width: 62.5em) {
  .Post {
    padding-top: 15.8rem;
  }
}
.Post__header {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 36.25em) {
  .Post__header {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__header {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Post__header {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 36.25em) {
  .Post__header {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__header {
    margin-bottom: 6rem;
  }
}
.Post__header-section {
  margin-top: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Post__header-section {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__header-section {
    margin-top: 3.2rem;
  }
}
.Post__header-container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}
.Post__breadcrumbs {
  margin: 0;
  color: #a1a1a1;
}
.Post__breadcrumb {
  color: inherit;
}
.Post__title {
  font-size: 4.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Post__title {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__title {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Post__title {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__title {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.Post__intro {
  font-size: 2.2rem;
  line-height: 1.43;
}
@media screen and (min-width: 36.25em) {
  .Post__intro {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__intro {
    font-size: 2.4rem;
  }
}
.Post__intro p {
  margin-bottom: 1em;
}
.Post__image-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .Post__image-container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__image-container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Post__image-container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Post__image {
  width: 100%;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 36.25em) {
  .Post__image {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__image {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.Post__content {
  padding-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .Post__content {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__content {
    padding-bottom: 10rem;
  }
}
.Post__meta {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: #a1a1a1;
}
@media screen and (min-width: 36.25em) {
  .Post__meta {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__meta {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Post__meta {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Post__meta a {
  text-decoration: underline;
}
.Post__meta a:hover {
  text-decoration: none;
  color: #141c33;
}
.Post__share {
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .Post__share {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Post__share {
    margin-bottom: 10rem;
  }
}

.Header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  outline: 1px solid transparent;
}
.Header__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 36.25em) {
  .Header__content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Header__content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Header__content {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 36.25em) {
  .Header__content {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Header__content {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.Header__logo {
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 62.5em) {
  .Header__logo {
    width: 9.4rem;
    height: 9.4rem;
  }
}
.Header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Header__nav-item {
  margin-left: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 62.5em) {
  .Header__nav-item--search {
    display: none;
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .Header__nav-item--social {
    display: none;
  }
}
.Header__nav-item--english {
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.Header__nav-item--english .Header__nav-link {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
}
.Header__nav-item--english .Header__nav-link:hover {
  background-color: #f7f8f8;
}
.Header__nav-item--calendar .Header__nav-link {
  display: block;
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
}
.Header__nav-item--calendar .Header__nav-link svg {
  margin-top: -3px;
}
.Header__nav-item--calendar .Header__nav-link:hover {
  background-color: #f7f8f8;
}
.Header--is-offset {
  background: #FFF;
  outline: 1px solid rgba(20, 28, 51, 0.1);
}
.Header--is-offset .Header__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Header--is-offset .Header__content {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Header--is-offset .Header__content {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.Header--is-offset .Header__logo {
  width: 5rem;
  height: 5rem;
}

.Container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .Container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Container--text .Container__content {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}
.Container--section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .Container--section {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Container--section {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.Container--center {
  text-align: center;
}

.Section {
  position: relative;
  /*
  Background might contain image, video, animation or similar
  */
}
.Section--spacing {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .Section--spacing {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Section--spacing {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.Section__header {
  text-align: center;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .Section__header {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Section__header {
    margin-bottom: 3.2rem;
  }
}
.Section__title {
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Section__title {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Section__title {
    margin-top: 1.2rem;
  }
}
.Section__intro {
  font-size: 2.2rem;
  line-height: 1.43;
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .Section__intro {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Section__intro {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 36.25em) {
  .Section__intro {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Section__intro {
    margin-top: 1.2rem;
  }
}
.Section__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 36.25em) {
  .Section__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Section__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Section__container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.Columns {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .Columns {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Columns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.Columns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item {
    margin-bottom: 40px;
  }
}
.Columns__item--sm-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-11 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns__item--sm-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns__item--sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--sm-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--sm-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-11 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns__item--md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns__item--md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns__item--md-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns__item--md-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-11 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns__item--lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns__item--lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns__item--lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns__item--lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-11 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns__item--xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 36.25em) {
  .Columns__item--xl-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 62.5em) {
  .Columns__item--xl-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .Columns__item--xl-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns--gutter-small .Columns__row {
  margin-left: -2px !important;
  margin-right: -2px !important;
}
.Columns--gutter-small .Columns__item {
  margin-bottom: 4px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.Columns--sm-1 .Columns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns--sm-1 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--sm-1 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns--sm-1 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns--sm-2 .Columns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns--sm-2 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--sm-2 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns--sm-2 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns--sm-3 .Columns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns--sm-3 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--sm-3 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns--sm-3 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns--sm-4 .Columns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns--sm-4 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--sm-4 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns--sm-4 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns--sm-6 .Columns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns--sm-6 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--sm-6 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns--sm-6 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Columns--sm-12 .Columns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Columns--sm-12 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--sm-12 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Columns--sm-12 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns--md-1 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns--md-1 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns--md-1 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns--md-1 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns--md-2 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns--md-2 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns--md-2 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns--md-2 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns--md-3 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns--md-3 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns--md-3 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns--md-3 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns--md-4 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns--md-4 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns--md-4 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns--md-4 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns--md-6 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns--md-6 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns--md-6 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns--md-6 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns--md-12 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 36.25em) {
  .Columns--md-12 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 62.5em) {
  .Columns--md-12 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) and (min-width: 87.5em) {
  .Columns--md-12 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns--align-center .Columns__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 36.25em) {
  .Columns--align-bottom .Columns__row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--lg-1 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns--lg-1 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns--lg-1 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns--lg-1 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--lg-2 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns--lg-2 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns--lg-2 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns--lg-2 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--lg-3 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns--lg-3 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns--lg-3 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns--lg-3 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--lg-4 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns--lg-4 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns--lg-4 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns--lg-4 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--lg-6 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns--lg-6 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns--lg-6 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns--lg-6 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) {
  .Columns--lg-12 .Columns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 36.25em) {
  .Columns--lg-12 .Columns__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .Columns--lg-12 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 87.5em) {
  .Columns--lg-12 .Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.Feature {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .Feature {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Feature {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.Feature__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 36.25em) {
  .Feature__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Feature__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Feature__container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Feature__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 36.25em) {
  .Feature__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Feature__row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Feature__row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.Feature__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 36.25em) {
  .Feature__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 62.5em) {
  .Feature__column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .Feature__column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 36.25em) {
  .Feature__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
}
.Feature__content {
  max-width: 54rem;
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .Feature__content {
    margin-top: 2rem;
  }
}
.Feature__image {
  width: 100%;
  height: auto;
}
.Feature--flip .Feature__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Feature--first {
  margin-top: 0;
}
.Feature--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.Feature--margin-bottom {
  margin-top: 0;
}
.Feature--text-center .Feature__column--text {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .Feature--text-above .Feature__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .Feature--text-above .Feature__row .Feature__content {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.Panel {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 36.25em) {
  .Panel {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 62.5em) {
  .Panel {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.Panel__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 36.25em) {
  .Panel__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 62.5em) {
  .Panel__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 87.5em) {
  .Panel__container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.Panel__content {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}

/*
Legacy styling. Fix if time
*/
.ui-datepicker {
  display: none;
}

.weekpicker[readonly] {
  cursor: text;
}

.ui-datepicker-next, .ui-datepicker-prev {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #141c33;
}
.ui-datepicker-next:before, .ui-datepicker-prev:before {
  font-family: "nopa" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  background-color: #dfe1e3;
}
.ui-datepicker-next.ui-state-disabled, .ui-datepicker-prev.ui-state-disabled {
  color: #a1a1a1;
  background-color: transparent;
  cursor: default;
}
.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.ui-datepicker-next .ui-icon:hover, .ui-datepicker-prev .ui-icon:hover {
  background-color: #141c33;
}

.ui-datepicker-next {
  right: 0;
  border-left: 1px solid #dfe1e3;
}
.ui-datepicker-prev {
  left: 0;
  border-right: 1px solid #dfe1e3;
}
.ui-datepicker {
  background-color: #FFF;
  margin-top: 5px;
  min-width: 280px;
  border: 1px solid #dfe1e3;
  -webkit-box-shadow: 0 0 0 5px rgba(223, 225, 227, 0.75);
          box-shadow: 0 0 0 5px rgba(223, 225, 227, 0.75);
}
.ui-datepicker .ui-datepicker-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe1e3;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.ui-datepicker .ui-datepicker-buttonpane {
  border-top: 1px solid #dfe1e3;
  padding: 10px;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  color: #e55334;
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:hover {
  text-decoration: none;
  color: #141c33;
}
.ui-datepicker table.ui-datepicker-calendar {
  border-collapse: collapse;
  color: #141c33;
  width: 100%;
}
.ui-datepicker table.ui-datepicker-calendar a:hover {
  background-color: #e55334;
  color: #FFF;
}
.ui-datepicker table.ui-datepicker-calendar a:active, .ui-datepicker table.ui-datepicker-calendar a.ui-state-active {
  background-color: #e55334;
  color: #FFF;
}
.ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
  text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar td span, .ui-datepicker table.ui-datepicker-calendar td a, .ui-datepicker table.ui-datepicker-calendar th span, .ui-datepicker table.ui-datepicker-calendar th a {
  display: block;
  padding: 10px 10px 8px 10px;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-week-col, .ui-datepicker table.ui-datepicker-calendar th.ui-datepicker-week-col {
  color: #a1a1a1;
  padding: 10px 10px 8px 10px;
}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-unselectable {
  color: #a1a1a1;
}
.ui-datepicker table.ui-datepicker-calendar td.day-is-disabled {
  background-color: #dfe1e3;
}
.ui-datepicker table.ui-datepicker-calendar td.day-is-booked {
  background-color: #dfe1e3;
  color: #a1a1a1;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr.ui-datepicker-selected-week {
  background-color: #e55334;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr.ui-datepicker-selected-week .ui-datepicker-unselectable {
  color: #FFF;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr.ui-datepicker-selected-week .ui-datepicker-week-col {
  color: #141c33;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr.week-is-booked {
  background-color: #dfe1e3;
  color: #a1a1a1;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr.week-hover td {
  color: #141c33;
  background-color: #f9d4cc;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr.week-hover td a {
  background-color: #f9d4cc;
  color: #e55334;
}

/* touch specific styles */
html.touch .ui-datepicker {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  min-width: 0;
  border-bottom: 0;
}
html.touch .ui-datepicker .ui-datepicker-buttonpane {
  border: 0;
  padding: 0;
}
html.touch .ui-datepicker table.ui-datepicker-calendar {
  font-size: 14px;
}
html.touch .ui-datepicker table.ui-datepicker-calendar td span, html.touch .ui-datepicker table.ui-datepicker-calendar td a, html.touch .ui-datepicker table.ui-datepicker-calendar th span, html.touch .ui-datepicker table.ui-datepicker-calendar th a {
  padding: 3px;
}
html.touch .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-week-col, html.touch .ui-datepicker table.ui-datepicker-calendar th.ui-datepicker-week-col {
  padding: 3px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../../images/plugins/slick/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  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;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "nopa";
  font-size: 32px;
  line-height: 1;
  color: #141c33;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "g";
}
[dir=rtl] .slick-prev:before {
  content: "h";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "h";
}
[dir=rtl] .slick-next:before {
  content: "g";
}

.yearpicker {
  padding: 70px;
}
.yearpicker .ui-datepicker {
  width: 100% !important;
}
.yearpicker .ui-datepicker .ui-datepicker-group {
  width: 25%;
  float: left;
  margin: 0;
  border-right: 1px solid #dfe1e3;
  border-left: 1px solid #dfe1e3;
  border-top: 1px solid #dfe1e3;
  margin-left: -1px;
}
.yearpicker .ui-datepicker .ui-datepicker-group:nth-child(4n) {
  border-right: 0;
}

/* Magnific Popup CSS */
.mfp-content #form {
  padding: 20px;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  background-color: #FFF;
}

.mfp-content .gform_wrapper {
  display: block !important;
}

.mfp-gravityform .mfp-content {
  max-width: 870px;
  padding: 20px;
}
.mfp-gravityform .mfp-content .mfp-close {
  top: 40px;
  right: 40px;
}
.mfp-gravityform .mfp-content .container {
  padding-left: 20px;
  padding-right: 20px;
}
.mfp-gravityform .mfp-content #gform-wrapper .section-title, .mfp-gravityform .mfp-content #gform-wrapper h2 {
  margin-top: 20px;
  margin-bottom: 0;
}
.mfp-gravityform .mfp-content #gform-wrapper .center-pos, .mfp-gravityform .mfp-content #gform-wrapper .gform_wrapper {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.mfp-gravityform .mfp-content #gform-wrapper .gform_wrapper {
  margin-bottom: 20px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #141c33;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #141c33;
  font-size: 20px;
  font-style: normal;
  font-family: monospace;
  font-weight: normal;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0;
}
button.mfp-close:hover, button.mfp-close:focus {
  color: #e55334;
  background-color: #FFF;
}

.mfp-close-btn-in .mfp-close {
  top: 0;
  right: -50px;
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .mfp-close-btn-in .mfp-close {
    right: 10px;
    top: 10px;
    background-color: #e55334;
    color: #141c33;
  }
  .mfp-close-btn-in .mfp-close:hover, .mfp-close-btn-in .mfp-close:focus {
    background-color: #e55334;
    color: #141c33;
  }
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid none;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid none;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #141c33;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #141c33;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0.001;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.25s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

.pills {
  margin-bottom: 30px;
}
.pills li {
  float: left;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
}
.pills li a {
  display: block;
  padding: 5px 10px;
  background-color: #eff0f1;
}
.pills li.current-menu-item a {
  background-color: transparent;
  color: #141c33;
}
.pills li.current-year {
  border-bottom-color: #141c33;
}

/*
Plugins
*/
/**
 * Core PhotoSwipe CSS file, http://photoswipe.com
 * @author Dmitry Semenov
 */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/**
 * Default PhotoSwipe UI CSS file, http://photoswipe.com
 * @author Dmitry Semenov
 */
.ps-trigger {
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1050;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__bg {
  background: #141c33;
}

/**
 * Loading indicator, aka preloader.
 * You can play with preloader is here: http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  z-index: 20;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url("../../images/plugins/photoswipe/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #fff;
  opacity: 0.7;
}

.pswp__error-msg a {
  color: #fff;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp--animated-in .pswp__button {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../../images/plugins/photoswipe/default-skin.svg") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../../images/plugins/photoswipe/default-skin.png");
  }
  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1450;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1550;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:hover:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:hover:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__top-bar,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  .pswp_scroll-wrap {
    top: 0;
    bottom: 0;
  }
  .pswp__caption {
    margin-top: 0;
  }
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__bg,
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__bg,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.pswp--minimal--dark .pswp__button--arrow--left,
.pswp--minimal--dark .pswp__button--arrow--right {
  background: none;
}

/*
Overrides for WordPress generated classes and markup
*/
.gform_wrapper {
  border: 1px solid #dfe1e3;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(20, 28, 51, 0.05);
          box-shadow: 0 0 10px rgba(20, 28, 51, 0.05);
  background-color: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 36.25em) {
  .gform_wrapper {
    -webkit-box-shadow: 0 0 30px rgba(20, 28, 51, 0.05);
            box-shadow: 0 0 30px rgba(20, 28, 51, 0.05);
  }
}
@media screen and (min-width: 0em) and (max-width: 36.25em) {
  .gform_wrapper input[type=submit] {
    display: block;
    width: 100%;
  }
}
.gform_wrapper .validation_error {
  background-color: #faddd6;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}
.gform_wrapper .validation_error a {
  color: #141c33;
  text-decoration: underline;
}
.gform_wrapper .validation_error a:hover {
  color: #FFF;
  text-decoration: none;
}
.gform_wrapper [type=text], .gform_wrapper [type=search], .gform_wrapper [type=tel], .gform_wrapper [type=number], .gform_wrapper [type=email], .gform_wrapper [type=password], .gform_wrapper [type=url], .gform_wrapper textarea {
  width: 100%;
}

.gform_confirmation_wrapper {
  border: 1px solid #dfe1e3;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(20, 28, 51, 0.05);
          box-shadow: 0 0 10px rgba(20, 28, 51, 0.05);
  background-color: #FFF;
  overflow: hidden;
  padding: 2rem;
}
@media screen and (min-width: 36.25em) {
  .gform_confirmation_wrapper {
    -webkit-box-shadow: 0 0 30px rgba(20, 28, 51, 0.05);
            box-shadow: 0 0 30px rgba(20, 28, 51, 0.05);
  }
}
@media screen and (min-width: 36.25em) {
  .gform_confirmation_wrapper {
    padding: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gform_confirmation_wrapper {
    padding: 3.2rem;
  }
}

.gform_heading {
  padding: 2rem;
  border-bottom: 1px solid #dfe1e3;
  background: #f7f8f8;
}
@media screen and (min-width: 36.25em) {
  .gform_heading {
    padding: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gform_heading {
    padding: 3.2rem;
  }
}

.gform_title {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .gform_title {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gform_title {
    margin-bottom: 1.2rem;
  }
}

.gform_body {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 36.25em) {
  .gform_body {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gform_body {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    padding-top: 3.2rem;
  }
}

.gform_footer {
  background: #f7f8f8;
  border-top: 1px solid #dfe1e3;
  padding: 2rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 36.25em) {
  .gform_footer {
    padding: 2.2rem;
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gform_footer {
    padding: 3.2rem;
    margin-top: 3.2rem;
  }
}

ul.gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
Simple fields
*/
.gfield_checkbox, .gfield_radio {
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .gfield_checkbox, .gfield_radio {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gfield_checkbox, .gfield_radio {
    margin-bottom: 1.2rem;
  }
}
.gfield_checkbox li, .gfield_radio li {
  position: relative;
  margin-bottom: 0.25em;
  line-height: 1.5;
}
.gfield_checkbox li label, .gfield_radio li label {
  margin: 0 0 0 0.25em;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.gfield_checkbox li input:checked ~ label, .gfield_radio li input:checked ~ label {
  color: #141c33;
  font-weight: 500;
}

/*
Hidden fields 
*/
input[type=hidden],
input.gform_hidden,
.gform_hidden,
.gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.ginput_full br,
.ginput_left br,
.ginput_right br {
  display: none !important;
}

/* 
Hide honeypot field 
*/
.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/*
Advanced fields
*/
/*
General field styling
*/
.gfield {
  margin-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .gfield {
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gfield {
    margin-bottom: 3.2rem;
  }
}

.gfield_error input, .gfield_error textarea {
  border-color: #e55334;
  -webkit-box-shadow: inset 0 0 0 1px #e55334;
          box-shadow: inset 0 0 0 1px #e55334;
}
.gfield_error .validation_message {
  color: #e55334;
}

.gfield_description {
  font-size: 1.6rem;
  line-height: 1.34;
  margin-top: 0.5rem;
}
@media screen and (min-width: 36.25em) {
  .gfield_description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gfield_description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .gfield_description {
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gfield_description {
    margin-top: 0.6rem;
  }
}

.gfield_label {
  font-size: 1.6rem;
  line-height: 1.34;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 36.25em) {
  .gfield_label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .gfield_label {
    font-size: 1.6rem;
  }
}

.ginput_container_fileupload input[type=file], .gform_drop_area {
  padding: 2rem;
  border: 1px dashed #dfe1e3;
  border-radius: 4px;
}
@media screen and (min-width: 36.25em) {
  .ginput_container_fileupload input[type=file], .gform_drop_area {
    padding: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ginput_container_fileupload input[type=file], .gform_drop_area {
    padding: 3.2rem;
  }
}

.ginput_container_fileupload input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  padding: 2rem;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 36.25em) {
  .ginput_container_fileupload input[type=file] {
    padding: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ginput_container_fileupload input[type=file] {
    padding: 3.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .ginput_container_fileupload input[type=file] {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ginput_container_fileupload input[type=file] {
    font-size: 1.6rem;
  }
}

.gform_drop_area {
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_drop_area input[type=button] {
  margin-left: 1rem;
}

.ginput_preview {
  border: 1px solid #dfe1e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px;
  margin: 10px 0;
  background: #f7f8f8;
}
.ginput_preview .gform_delete {
  margin-right: 8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 99px;
}
.ginput_preview:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36.25em) {
  .ginput_preview:last-child {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ginput_preview:last-child {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

.ginput_container_fileupload .validation_message {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 36.25em) {
  .ginput_container_fileupload .validation_message {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ginput_container_fileupload .validation_message {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 36.25em) {
  .ginput_container_fileupload .validation_message {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ginput_container_fileupload .validation_message {
    font-size: 1.6rem;
  }
}

.gfield_list {
  width: 100%;
}

.gfield_list_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gfield_list_icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-left: 1rem;
}
.gfield_list_icons img {
  margin: 1rem;
}

.gfield_list_cell {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/*
Used for Address and Name field etc
*/
.ginput_complex label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.34;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 36.25em) {
  .ginput_complex label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ginput_complex label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 36.25em) {
  .ginput_complex label {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ginput_complex label {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
  }
}
.ginput_complex input:focus ~ label {
  font-weight: 500;
}
.ginput_complex .ginput_full, .ginput_complex .ginput_left, .ginput_complex .ginput_right, .ginput_complex .name_first, .ginput_complex .name_last {
  width: 100%;
}
@media screen and (min-width: 36.25em) {
  .ginput_complex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ginput_complex .ginput_full {
    width: 100%;
  }
  .ginput_complex .ginput_left, .ginput_complex .ginput_right, .ginput_complex .name_first, .ginput_complex .name_last {
    width: calc(50% - 1rem);
  }
  .ginput_complex .ginput_left, .ginput_complex .name_first {
    margin-right: 1rem;
  }
  .ginput_complex .ginput_right, .ginput_complex .name_last {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 36.25em) {
  .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .gfield {
    width: 100%;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .gf_left_half, .gf_right_half {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .gf_left_half {
    padding-right: 1rem;
  }
  .gf_right_half {
    padding-left: 1rem;
  }
  .gf_left_third {
    width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    padding-right: 1rem;
  }
  .gf_middle_third {
    width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gf_right_third {
    width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    padding-left: 1rem;
  }
}
.ginput_container_select select, .ginput_container_select .select2 {
  width: 100%;
  max-width: 100%;
}

.gfield_visibility_administrative {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.menu-item[class^=icon-]:before, .menu-item[class*=" icon-"]:before {
  margin-right: 1rem;
}

.mfp-contact-form {
  background: #FFF;
  border-radius: 4px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 36.25em) {
  .mfp-contact-form {
    padding-bottom: 2.2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .mfp-contact-form {
    padding-bottom: 3.2rem;
  }
}

.slick-arrow {
  z-index: 10;
}

.slick-dots {
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  display: block;
  margin: 0 0.5rem;
}
.slick-dots li button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 99px;
  border: 1px solid #dfe1e3;
  overflow: hidden;
  color: transparent;
  font-size: 1px;
}
.slick-dots li button:hover {
  border-color: #141c33;
}
.slick-dots li.slick-active button {
  border-color: #141c33;
  background: #141c33;
}

@media screen and (min-width: 36.25em) {
  .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.select2 .select2-selection--single {
  height: 41px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  height: 39px;
}
@media screen and (min-width: 62.5em) {
  .select2 .select2-selection--single {
    height: 43px;
  }
  .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
  }
  .select2 .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }
}

@media screen and (min-width: 36.25em) {
  .js-inview {
    -webkit-transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  .js-inview--active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*------------------passwordprotected---------------*/
.passwordprotected {
    display: block;
    margin: 320px 0px;text-align: center;
}
.passwordprotected p {
    margin-bottom: 30px;
}
.passwordprotected p:first-child {
    font-size: 20px;
}

@media (max-width: 767px) {
  .passwordprotected p {
    margin: 20px 0 30px;
  }
}
.passwordprotected input {
    background: #f7f3f1;
    border: none;
    border-radius: 0;
    color: #141c33;
    padding: 25px 22px;
    font-weight: 500;
    font-size: 15px;
}

.passwordprotected input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #141c33;
}
.passwordprotected input::-moz-placeholder { /* Firefox 19+ */
   color: #141c33;
}
.passwordprotected input:-ms-input-placeholder { /* IE 10+ */
 color: #141c33;
}
.passwordprotected input:-moz-placeholder { /* Firefox 18- */
 color: #141c33;
}
@media (max-width: 767px) {
  .passwordprotected input {
    display: block;
    padding: 15px;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
  }
}
.passwordprotected input[type="submit"] {
    background: #e55334;
    padding: 25px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
  .passwordprotected input[type="submit"] {
    display: block;
    padding: 15px;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 150px;
    width: 100%;
  }
}
