﻿@charset "UTF-8";
@font-face {
  font-family: "blogger-sans-serif";
  src: url(/Site/Library/tema/font/blogger-sans-100.woff2) format("woff2"), url(/Site/Library/tema/font/blogger-sans-100.woff) format("woff"); }

@font-face {
  font-family: "blogger-sans-serif";
  src: url(/Site/Library/tema/font/blogger-sans-300.woff2) format("woff2"), url(/Site/Library/tema/font/blogger-sans-300.woff) format("woff"); }

@font-face {
  font-family: "blogger-sans-serif";
  src: url(/Site/Library/tema/font/blogger-sans-500.woff2) format("woff2"), url(/Site/Library/tema/font/blogger-sans-500.woff) format("woff"); }

@font-face {
  font-family: "blogger-sans-serif";
  src: url(/Site/Library/tema/font/blogger-sans-700.woff2) format("woff2"), url(/Site/Library/tema/font/blogger-sans-700.woff) format("woff"); }

/*- Font color settings
  --------------------------------------------------------------------------  */
/*- Font-weight variables to assign numeric values to words
  --------------------------------------------------------------------------  */
/*###########################################################################
  The spacing values used for margin / padding / overflows
  ########################################################################### */
/*###########################################################################
  A mixin to utilise font awesome without having to re-write the helper styles
  over and over
  ########################################################################### */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 200px; }

body {
  min-height: 100%;
  overflow-x: hidden; }

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
  font-family: inherit; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  button[disabled] {
    cursor: not-allowed; }

button {
  border-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer; }

iframe {
  max-width: 100%; }

.l-style-none {
  list-style: none; }

strong {
  font-weight: bold;
  font-family: "blogger-sans-serif"; }

main {
  font-size: 1.4rem;
  line-height: 1.6; }
  @media (min-width: 500px) {
    main {
      font-size: 1.7rem; } }

.t-pretitle {
  font-size: 1.2rem;
  color: #006f7a;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-weight: 900; }

.t-title, .node--type-domain-lp h2 {
  font-family: blogger, serif;
  font-weight: 300;
  font-size: 2.2em;
  line-height: 1.2;
  margin-bottom: 0.25em; }

.title-icon {
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em; }
  .title-icon img {
    width: 100%;
    height: 100%;
    display: block; }

.field--name-body p {
  margin: 0 0 1rem; }

.field--name-body ul {
  list-style: none;
  margin-left: 1em; }
  .field--name-body ul li {
    position: relative;
    margin: 1rem 0; }
    .field--name-body ul li:before {
      content: "\2022";
      color: #00a390;
      position: absolute;
      top: 0;
      left: -1em; }

.field--name-body ol {
  margin-left: 1em; }

.node--type-domain-lp h3 {
  font-size: 1.7em; }

.fs-5 .b-accordion__header {
  font-size: 1.2em;
  line-height: 1.5; }

.t-left {
  text-align: left !important; }

.btn, .btn-anchor a, a.btn-menu, .comment_load_more_pager a {
  display: inline-block;
  background-color: #006f7a;
  border-radius: 1.25em;
  color: #fff;
  line-height: 2.5em;
  padding: 0 3.5em 0 1.5em;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1);
  transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1);
  font-weight: 500;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn:after, .btn-anchor a:after, a.btn-menu:after, .comment_load_more_pager a:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    background-color: #00a390;
    content: "";
    background-image: url(../assets/svg/right-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.5em; }
  .btn:hover, .btn-anchor a:hover, a.btn-menu:hover, .comment_load_more_pager a:hover, .btn:focus, .btn-anchor a:focus, a.btn-menu:focus, .comment_load_more_pager a:focus {
    background-color: #054f55; }
    .btn:hover:after, .btn-anchor a:hover:after, a.btn-menu:hover:after, .comment_load_more_pager a:hover:after, .btn:focus:after, .btn-anchor a:focus:after, a.btn-menu:focus:after, .comment_load_more_pager a:focus:after {
      -webkit-animation: arrowSlide 0.4s ease-in-out 1;
              animation: arrowSlide 0.4s ease-in-out 1; }

@-webkit-keyframes arrowSlide {
  0% {
    background-position: 50% 50%;
    background-size: 0.5em; }
  48% {
    background-position: 120% 50%;
    background-size: 0.5em; }
  49% {
    background-position: 120% 50%;
    background-size: 0; }
  50% {
    background-position: -20% 50%;
    background-size: 0; }
  51% {
    background-position: -20% 50%;
    background-size: 0.5em; }
  100% {
    background-position: 50% 50%;
    background-size: 0.5em; } }

@keyframes arrowSlide {
  0% {
    background-position: 50% 50%;
    background-size: 0.5em; }
  48% {
    background-position: 120% 50%;
    background-size: 0.5em; }
  49% {
    background-position: 120% 50%;
    background-size: 0; }
  50% {
    background-position: -20% 50%;
    background-size: 0; }
  51% {
    background-position: -20% 50%;
    background-size: 0.5em; }
  100% {
    background-position: 50% 50%;
    background-size: 0.5em; } }
  .btn--no-text {
    padding: 0;
    margin-left: 2.5em;
    width: 2.5em;
    height: 2.5em; }
  .btn + .btn, .btn-anchor a + .btn, a.btn-menu + .btn, .comment_load_more_pager a + .btn, .btn-anchor .btn + a, .btn-anchor a + a, .btn + a.btn-menu, a.btn-menu + a.btn-menu, .comment_load_more_pager .btn + a, .comment_load_more_pager a + a {
    margin-left: 1em; }
  .btn.webform-button--previous, .btn-anchor a.webform-button--previous, a.webform-button--previous.btn-menu, .comment_load_more_pager a.webform-button--previous {
    padding: 0 1.5em; }
    .btn.webform-button--previous:after, .btn-anchor a.webform-button--previous:after, a.webform-button--previous.btn-menu:after, .comment_load_more_pager a.webform-button--previous:after {
      display: none; }

.text-link {
  font-weight: 500;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .text-link:after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.25em;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cpolyline fill='none' points='8.5,21 17.5,12 8.5,2 ' stroke='%23006f7a' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
    background-size: contain; }
  .text-link:hover {
    text-decoration: underline; }
  .text-link--search {
    padding-left: 30px;
    position: relative;
    display: inline-block; }
    .text-link--search:before {
      content: "";
      width: 1.2em;
      height: 1.2em;
      display: inline-block;
      vertical-align: middle;
      background: no-repeat center url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006F7A;%7D%0A%3C/style%3E%3Cpath class='st0' d='M344.5,298c15-23.6,23.8-51.6,23.8-81.7c0-84.1-68.1-152.3-152.1-152.3C132.1,64,64,132.2,64,216.3 s68.1,152.3,152.1,152.3c30.5,0,58.9-9,82.7-24.4l6.9-4.8L414.3,448l33.7-34.3L339.5,305.1L344.5,298z M301.4,131.2 c22.7,22.7,35.2,52.9,35.2,85s-12.5,62.3-35.2,85s-52.9,35.2-85,35.2s-62.3-12.5-85-35.2s-35.2-52.9-35.2-85s12.5-62.3,35.2-85 s52.9-35.2,85-35.2C248.5,96,278.7,108.5,301.4,131.2z'/%3E%3C/svg%3E%0A");
      background-size: contain;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.btn-secondary, a.btn-menu__secondary {
  background-color: #fff;
  color: #006f7a;
  border: 1px solid #7fb8bc; }
  .btn-secondary:hover, a.btn-menu__secondary:hover {
    background-color: #fff; }
  .btn-secondary:focus, a.btn-menu__secondary:focus {
    color: #006f7a;
    background-color: #fff; }

.comparison_btn a {
  position: relative;
  border-radius: 1.25em;
  padding: 0 1.5em;
  text-decoration: none;
  line-height: 2.5em;
  border: 1px solid #7fb8bc;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 15px;
  display: block;
  font-family: "blogger-sans-serif"; }
  .comparison_btn a:hover {
    -webkit-box-shadow: 0 0px 2px 1px #006f7a;
            box-shadow: 0 0px 2px 1px #006f7a; }
  .comparison_btn a.remove-link::after, .comparison_btn a.add-link::after {
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    right: 8px;
    top: 0;
    height: 100%;
    width: 40px;
    background-size: 1.5em; }
  .comparison_btn a.remove-link::after {
    background-image: url(../assets/svg/circle-xmark-regular.svg); }
  .comparison_btn a.add-link::after {
    background-image: url(../assets/svg/plus-circle.svg); }

.btn-arrow-down:after, .comment_load_more_pager a:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  background-color: #00a390;
  content: "";
  background-image: url(../assets/svg/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.5em;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

@media (max-width: 500px) {
  .btn + .btn, .btn-anchor a + .btn, a.btn-menu + .btn, .comment_load_more_pager a + .btn, .btn-anchor .btn + a, .btn-anchor a + a, .btn + a.btn-menu, a.btn-menu + a.btn-menu, .comment_load_more_pager .btn + a, .comment_load_more_pager a + a {
    margin-left: 0em; } }

.btn-tag {
  background-color: #006f7a;
  border-radius: 1.25em;
  color: #fff;
  line-height: 2.5em;
  padding: 0 1.5rem;
  text-decoration: none;
  font-weight: 500; }

a.btn-menu {
  padding: 0 3.5em 0 1.5em !important;
  height: 100%; }
  @media screen and (max-width: 1024px) and (min-width: 767px) {
    a.btn-menu {
      width: 50%;
      margin: 0 auto; } }
  a.btn-menu::after {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
  a.btn-menu::before {
    content: none !important; }
  a.btn-menu__primary {
    color: #fff !important;
    background-color: #006f7a; }
    a.btn-menu__primary:hover {
      background-color: #054f55; }

.comment_load_more_pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.comments_ajax_pager_wrap .ajax-progress-throbber {
  position: unset !important; }

/*###########################################################################
  Color utility classes
  ########################################################################### */
/*- Color classes
  --------------------------------------------------------------------------  */
.c-white {
  color: #fff; }

.c-bg-white {
  background-color: #fff; }

.c-gallery {
  color: #eeeeee; }

.c-bg-gallery {
  background-color: #eeeeee; }

.c-light-grey {
  color: #ccc; }

.c-bg-light-grey {
  background-color: #ccc; }

.c-nevada {
  color: #6e7375; }

.c-bg-nevada {
  background-color: #6e7375; }

.c-mine-shaft {
  color: #333333; }

.c-bg-mine-shaft {
  background-color: #333333; }

.c-black {
  color: #000; }

.c-bg-black {
  background-color: #000; }

.c-teal {
  color: #006f7a; }

.c-bg-teal {
  background-color: #006f7a; }

.c-caribbean-green {
  color: #00bdad; }

.c-bg-caribbean-green {
  background-color: #00bdad; }

.c-persian-green {
  color: #00a390; }

.c-bg-persian-green {
  background-color: #00a390; }

.c-mystic {
  color: #e1eded; }

.c-bg-mystic {
  background-color: #e1eded; }

.c-wild-sand {
  color: #f7f6f6; }

.c-bg-wild-sand {
  background-color: #f7f6f6; }

.c-tiara {
  color: #cbd6d6; }

.c-bg-tiara {
  background-color: #cbd6d6; }

.c-geyser {
  color: #cde1e1; }

.c-bg-geyser {
  background-color: #cde1e1; }

.c-flush-orange {
  color: #803C00; }

.c-bg-flush-orange {
  background-color: #803C00; }

.c-atoll {
  color: #077178; }

.c-bg-atoll {
  background-color: #077178; }

.c-royal-heath {
  color: #902082; }

.c-bg-royal-heath {
  background-color: #902082; }

.c-bondi-blue {
  color: #00A9B6; }

.c-bg-bondi-blue {
  background-color: #00A9B6; }

.c-hoki {
  color: #5D8099; }

.c-bg-hoki {
  background-color: #5D8099; }

.c-meteorite {
  color: #322173; }

.c-bg-meteorite {
  background-color: #322173; }

.c-niagara {
  color: #08A391; }

.c-bg-niagara {
  background-color: #08A391; }

/*###########################################################################
  Positioning utility classes
  ########################################################################### */
.p-static {
  position: static !important; }

.p-relative {
  position: relative !important; }

.p-absolute {
  position: absolute !important; }

.p-fixed {
  position: fixed !important; }

.p-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.p-unset {
  position: unset !important; }

@media only screen and (min-width: 400px) {
  .p-sm-static {
    position: static !important; }
  .p-sm-relative {
    position: relative !important; }
  .p-sm-absolute {
    position: absolute !important; }
  .p-sm-fixed {
    position: fixed !important; }
  .p-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .p-sm-unset {
    position: unset !important; } }

@media only screen and (min-width: 667px) {
  .p-sm-xl-static {
    position: static !important; }
  .p-sm-xl-relative {
    position: relative !important; }
  .p-sm-xl-absolute {
    position: absolute !important; }
  .p-sm-xl-fixed {
    position: fixed !important; }
  .p-sm-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .p-sm-xl-unset {
    position: unset !important; } }

@media only screen and (min-width: 767px) {
  .p-md-static {
    position: static !important; }
  .p-md-relative {
    position: relative !important; }
  .p-md-absolute {
    position: absolute !important; }
  .p-md-fixed {
    position: fixed !important; }
  .p-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .p-md-unset {
    position: unset !important; } }

@media only screen and (min-width: 1024px) {
  .p-lg-static {
    position: static !important; }
  .p-lg-relative {
    position: relative !important; }
  .p-lg-absolute {
    position: absolute !important; }
  .p-lg-fixed {
    position: fixed !important; }
  .p-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .p-lg-unset {
    position: unset !important; } }

@media only screen and (min-width: 1250px) {
  .p-xl-static {
    position: static !important; }
  .p-xl-relative {
    position: relative !important; }
  .p-xl-absolute {
    position: absolute !important; }
  .p-xl-fixed {
    position: fixed !important; }
  .p-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .p-xl-unset {
    position: unset !important; } }

@media only screen and (min-width: 1600px) {
  .p-xxl-static {
    position: static !important; }
  .p-xxl-relative {
    position: relative !important; }
  .p-xxl-absolute {
    position: absolute !important; }
  .p-xxl-fixed {
    position: fixed !important; }
  .p-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .p-xxl-unset {
    position: unset !important; } }

.top-2 {
  top: 2em; }

.top-4 {
  top: 4em; }

.top-45 {
  top: 4.5em; }

.top-unset {
  top: unset !important; }

/*###########################################################################
  Font-weight utility classes
  ########################################################################### */
/*- Generating font weight classes
  --------------------------------------------------------------------------  */
.fw-light {
  font-weight: 100; }

.fw-normal {
  font-weight: 300; }

.fw-bold {
  font-weight: 500; }

.fw-black {
  font-weight: 900; }

/*###########################################################################
  Font-size utility classes
  ########################################################################### */
/*- Generating font size classes
  --------------------------------------------------------------------------  */
.fs-xs {
  font-size: 1.2rem !important; }

.fs-sm {
  font-size: 1.4rem !important; }

.fs-normal {
  font-size: 1.7rem !important; }

.fs-lg {
  font-size: 2.5rem !important; }

.fs-h3 {
  font-size: 1.7em !important; }

/*- Margin and Padding
Creates paddings or margins classes using Bootstrap breakpoints, such as .mt-lg-1, .py-4, pb-lg-1 etc;
  --------------------------------------------------------------------------  */
.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mr-0 {
  margin-right: 0; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mtn-0 {
  margin-top: 0; }

.first-of-element-mt-0:first-of-type {
  margin-top: 0; }

.last-of-element-mb-0:last-of-type {
  margin-bottom: 0; }

.last-of-element-mr-0:last-of-type {
  margin-right: 0; }

.m-xs {
  margin: 0.57rem; }

.mt-xs {
  margin-top: 0.57rem !important; }

.my-xs {
  margin-top: 0.57rem !important;
  margin-bottom: 0.57rem !important; }

.mr-xs {
  margin-right: 0.57rem; }

.mx-xs {
  margin-right: 0.57rem !important;
  margin-left: 0.57rem !important; }

.mb-xs {
  margin-bottom: 0.57rem !important; }

.ml-xs {
  margin-left: 0.57rem !important; }

.mtn-xs {
  margin-top: -0.57rem; }

.first-of-element-mt-xs:first-of-type {
  margin-top: 0.57rem; }

.last-of-element-mb-xs:last-of-type {
  margin-bottom: 0.57rem; }

.last-of-element-mr-xs:last-of-type {
  margin-right: 0.57rem; }

.m-1 {
  margin: 0.95rem; }

.mt-1 {
  margin-top: 0.95rem !important; }

.my-1 {
  margin-top: 0.95rem !important;
  margin-bottom: 0.95rem !important; }

.mr-1 {
  margin-right: 0.95rem; }

.mx-1 {
  margin-right: 0.95rem !important;
  margin-left: 0.95rem !important; }

.mb-1 {
  margin-bottom: 0.95rem !important; }

.ml-1 {
  margin-left: 0.95rem !important; }

.mtn-1 {
  margin-top: -0.57rem; }

.first-of-element-mt-1:first-of-type {
  margin-top: 0.95rem; }

.last-of-element-mb-1:last-of-type {
  margin-bottom: 0.95rem; }

.last-of-element-mr-1:last-of-type {
  margin-right: 0.95rem; }

.m-2 {
  margin: 1.9rem; }

.mt-2 {
  margin-top: 1.9rem !important; }

.my-2 {
  margin-top: 1.9rem !important;
  margin-bottom: 1.9rem !important; }

.mr-2 {
  margin-right: 1.9rem; }

.mx-2 {
  margin-right: 1.9rem !important;
  margin-left: 1.9rem !important; }

.mb-2 {
  margin-bottom: 1.9rem !important; }

.ml-2 {
  margin-left: 1.9rem !important; }

.mtn-2 {
  margin-top: -0.57rem; }

.first-of-element-mt-2:first-of-type {
  margin-top: 1.9rem; }

.last-of-element-mb-2:last-of-type {
  margin-bottom: 1.9rem; }

.last-of-element-mr-2:last-of-type {
  margin-right: 1.9rem; }

.m-3 {
  margin: 2.85rem; }

.mt-3 {
  margin-top: 2.85rem !important; }

.my-3 {
  margin-top: 2.85rem !important;
  margin-bottom: 2.85rem !important; }

.mr-3 {
  margin-right: 2.85rem; }

.mx-3 {
  margin-right: 2.85rem !important;
  margin-left: 2.85rem !important; }

.mb-3 {
  margin-bottom: 2.85rem !important; }

.ml-3 {
  margin-left: 2.85rem !important; }

.mtn-3 {
  margin-top: -0.57rem; }

.first-of-element-mt-3:first-of-type {
  margin-top: 2.85rem; }

.last-of-element-mb-3:last-of-type {
  margin-bottom: 2.85rem; }

.last-of-element-mr-3:last-of-type {
  margin-right: 2.85rem; }

.m-4 {
  margin: 3.8rem; }

.mt-4 {
  margin-top: 3.8rem !important; }

.my-4 {
  margin-top: 3.8rem !important;
  margin-bottom: 3.8rem !important; }

.mr-4 {
  margin-right: 3.8rem; }

.mx-4 {
  margin-right: 3.8rem !important;
  margin-left: 3.8rem !important; }

.mb-4 {
  margin-bottom: 3.8rem !important; }

.ml-4 {
  margin-left: 3.8rem !important; }

.mtn-4 {
  margin-top: -0.57rem; }

.first-of-element-mt-4:first-of-type {
  margin-top: 3.8rem; }

.last-of-element-mb-4:last-of-type {
  margin-bottom: 3.8rem; }

.last-of-element-mr-4:last-of-type {
  margin-right: 3.8rem; }

.m-5 {
  margin: 4.75rem; }

.mt-5 {
  margin-top: 4.75rem !important; }

.my-5 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important; }

.mr-5 {
  margin-right: 4.75rem; }

.mx-5 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important; }

.mb-5 {
  margin-bottom: 4.75rem !important; }

.ml-5 {
  margin-left: 4.75rem !important; }

.mtn-5 {
  margin-top: -0.57rem; }

.first-of-element-mt-5:first-of-type {
  margin-top: 4.75rem; }

.last-of-element-mb-5:last-of-type {
  margin-bottom: 4.75rem; }

.last-of-element-mr-5:last-of-type {
  margin-right: 4.75rem; }

.m-6 {
  margin: 5.7rem; }

.mt-6 {
  margin-top: 5.7rem !important; }

.my-6 {
  margin-top: 5.7rem !important;
  margin-bottom: 5.7rem !important; }

.mr-6 {
  margin-right: 5.7rem; }

.mx-6 {
  margin-right: 5.7rem !important;
  margin-left: 5.7rem !important; }

.mb-6 {
  margin-bottom: 5.7rem !important; }

.ml-6 {
  margin-left: 5.7rem !important; }

.mtn-6 {
  margin-top: -0.57rem; }

.first-of-element-mt-6:first-of-type {
  margin-top: 5.7rem; }

.last-of-element-mb-6:last-of-type {
  margin-bottom: 5.7rem; }

.last-of-element-mr-6:last-of-type {
  margin-right: 5.7rem; }

.m-7 {
  margin: 6.65rem; }

.mt-7 {
  margin-top: 6.65rem !important; }

.my-7 {
  margin-top: 6.65rem !important;
  margin-bottom: 6.65rem !important; }

.mr-7 {
  margin-right: 6.65rem; }

.mx-7 {
  margin-right: 6.65rem !important;
  margin-left: 6.65rem !important; }

.mb-7 {
  margin-bottom: 6.65rem !important; }

.ml-7 {
  margin-left: 6.65rem !important; }

.mtn-7 {
  margin-top: -0.57rem; }

.first-of-element-mt-7:first-of-type {
  margin-top: 6.65rem; }

.last-of-element-mb-7:last-of-type {
  margin-bottom: 6.65rem; }

.last-of-element-mr-7:last-of-type {
  margin-right: 6.65rem; }

.m-8 {
  margin: 7.6rem; }

.mt-8 {
  margin-top: 7.6rem !important; }

.my-8 {
  margin-top: 7.6rem !important;
  margin-bottom: 7.6rem !important; }

.mr-8 {
  margin-right: 7.6rem; }

.mx-8 {
  margin-right: 7.6rem !important;
  margin-left: 7.6rem !important; }

.mb-8 {
  margin-bottom: 7.6rem !important; }

.ml-8 {
  margin-left: 7.6rem !important; }

.mtn-8 {
  margin-top: -0.57rem; }

.first-of-element-mt-8:first-of-type {
  margin-top: 7.6rem; }

.last-of-element-mb-8:last-of-type {
  margin-bottom: 7.6rem; }

.last-of-element-mr-8:last-of-type {
  margin-right: 7.6rem; }

.m-9 {
  margin: 8.55rem; }

.mt-9 {
  margin-top: 8.55rem !important; }

.my-9 {
  margin-top: 8.55rem !important;
  margin-bottom: 8.55rem !important; }

.mr-9 {
  margin-right: 8.55rem; }

.mx-9 {
  margin-right: 8.55rem !important;
  margin-left: 8.55rem !important; }

.mb-9 {
  margin-bottom: 8.55rem !important; }

.ml-9 {
  margin-left: 8.55rem !important; }

.mtn-9 {
  margin-top: -0.57rem; }

.first-of-element-mt-9:first-of-type {
  margin-top: 8.55rem; }

.last-of-element-mb-9:last-of-type {
  margin-bottom: 8.55rem; }

.last-of-element-mr-9:last-of-type {
  margin-right: 8.55rem; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.pr-0 {
  padding-right: 0; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.ptn-0 {
  padding-top: -0.57rem; }

.first-of-element-pt-0:first-of-type {
  padding-top: 0; }

.last-of-element-pb-0:last-of-type {
  padding-bottom: 0; }

.last-of-element-pr-0:last-of-type {
  padding-right: 0; }

.p-xs {
  padding: 0.57rem; }

.pt-xs {
  padding-top: 0.57rem !important; }

.py-xs {
  padding-top: 0.57rem !important;
  padding-bottom: 0.57rem !important; }

.pr-xs {
  padding-right: 0.57rem; }

.px-xs {
  padding-right: 0.57rem !important;
  padding-left: 0.57rem !important; }

.pb-xs {
  padding-bottom: 0.57rem !important; }

.pl-xs {
  padding-left: 0.57rem !important; }

.ptn-xs {
  padding-top: -0.57rem; }

.first-of-element-pt-xs:first-of-type {
  padding-top: 0.57rem; }

.last-of-element-pb-xs:last-of-type {
  padding-bottom: 0.57rem; }

.last-of-element-pr-xs:last-of-type {
  padding-right: 0.57rem; }

.p-1 {
  padding: 0.95rem; }

.pt-1 {
  padding-top: 0.95rem !important; }

.py-1 {
  padding-top: 0.95rem !important;
  padding-bottom: 0.95rem !important; }

.pr-1 {
  padding-right: 0.95rem; }

.px-1 {
  padding-right: 0.95rem !important;
  padding-left: 0.95rem !important; }

.pb-1 {
  padding-bottom: 0.95rem !important; }

.pl-1 {
  padding-left: 0.95rem !important; }

.ptn-1 {
  padding-top: -0.57rem; }

.first-of-element-pt-1:first-of-type {
  padding-top: 0.95rem; }

.last-of-element-pb-1:last-of-type {
  padding-bottom: 0.95rem; }

.last-of-element-pr-1:last-of-type {
  padding-right: 0.95rem; }

.p-2 {
  padding: 1.9rem; }

.pt-2 {
  padding-top: 1.9rem !important; }

.py-2 {
  padding-top: 1.9rem !important;
  padding-bottom: 1.9rem !important; }

.pr-2 {
  padding-right: 1.9rem; }

.px-2 {
  padding-right: 1.9rem !important;
  padding-left: 1.9rem !important; }

.pb-2 {
  padding-bottom: 1.9rem !important; }

.pl-2 {
  padding-left: 1.9rem !important; }

.ptn-2 {
  padding-top: -0.57rem; }

.first-of-element-pt-2:first-of-type {
  padding-top: 1.9rem; }

.last-of-element-pb-2:last-of-type {
  padding-bottom: 1.9rem; }

.last-of-element-pr-2:last-of-type {
  padding-right: 1.9rem; }

.p-3 {
  padding: 2.85rem; }

.pt-3 {
  padding-top: 2.85rem !important; }

.py-3 {
  padding-top: 2.85rem !important;
  padding-bottom: 2.85rem !important; }

.pr-3 {
  padding-right: 2.85rem; }

.px-3 {
  padding-right: 2.85rem !important;
  padding-left: 2.85rem !important; }

.pb-3 {
  padding-bottom: 2.85rem !important; }

.pl-3 {
  padding-left: 2.85rem !important; }

.ptn-3 {
  padding-top: -0.57rem; }

.first-of-element-pt-3:first-of-type {
  padding-top: 2.85rem; }

.last-of-element-pb-3:last-of-type {
  padding-bottom: 2.85rem; }

.last-of-element-pr-3:last-of-type {
  padding-right: 2.85rem; }

.p-4 {
  padding: 3.8rem; }

.pt-4 {
  padding-top: 3.8rem !important; }

.py-4 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important; }

.pr-4 {
  padding-right: 3.8rem; }

.px-4 {
  padding-right: 3.8rem !important;
  padding-left: 3.8rem !important; }

.pb-4 {
  padding-bottom: 3.8rem !important; }

.pl-4 {
  padding-left: 3.8rem !important; }

.ptn-4 {
  padding-top: -0.57rem; }

.first-of-element-pt-4:first-of-type {
  padding-top: 3.8rem; }

.last-of-element-pb-4:last-of-type {
  padding-bottom: 3.8rem; }

.last-of-element-pr-4:last-of-type {
  padding-right: 3.8rem; }

.p-5 {
  padding: 4.75rem; }

.pt-5 {
  padding-top: 4.75rem !important; }

.py-5 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important; }

.pr-5 {
  padding-right: 4.75rem; }

.px-5 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important; }

.pb-5 {
  padding-bottom: 4.75rem !important; }

.pl-5 {
  padding-left: 4.75rem !important; }

.ptn-5 {
  padding-top: -0.57rem; }

.first-of-element-pt-5:first-of-type {
  padding-top: 4.75rem; }

.last-of-element-pb-5:last-of-type {
  padding-bottom: 4.75rem; }

.last-of-element-pr-5:last-of-type {
  padding-right: 4.75rem; }

.p-6 {
  padding: 5.7rem; }

.pt-6 {
  padding-top: 5.7rem !important; }

.py-6 {
  padding-top: 5.7rem !important;
  padding-bottom: 5.7rem !important; }

.pr-6 {
  padding-right: 5.7rem; }

.px-6 {
  padding-right: 5.7rem !important;
  padding-left: 5.7rem !important; }

.pb-6 {
  padding-bottom: 5.7rem !important; }

.pl-6 {
  padding-left: 5.7rem !important; }

.ptn-6 {
  padding-top: -0.57rem; }

.first-of-element-pt-6:first-of-type {
  padding-top: 5.7rem; }

.last-of-element-pb-6:last-of-type {
  padding-bottom: 5.7rem; }

.last-of-element-pr-6:last-of-type {
  padding-right: 5.7rem; }

.p-7 {
  padding: 6.65rem; }

.pt-7 {
  padding-top: 6.65rem !important; }

.py-7 {
  padding-top: 6.65rem !important;
  padding-bottom: 6.65rem !important; }

.pr-7 {
  padding-right: 6.65rem; }

.px-7 {
  padding-right: 6.65rem !important;
  padding-left: 6.65rem !important; }

.pb-7 {
  padding-bottom: 6.65rem !important; }

.pl-7 {
  padding-left: 6.65rem !important; }

.ptn-7 {
  padding-top: -0.57rem; }

.first-of-element-pt-7:first-of-type {
  padding-top: 6.65rem; }

.last-of-element-pb-7:last-of-type {
  padding-bottom: 6.65rem; }

.last-of-element-pr-7:last-of-type {
  padding-right: 6.65rem; }

.p-8 {
  padding: 7.6rem; }

.pt-8 {
  padding-top: 7.6rem !important; }

.py-8 {
  padding-top: 7.6rem !important;
  padding-bottom: 7.6rem !important; }

.pr-8 {
  padding-right: 7.6rem; }

.px-8 {
  padding-right: 7.6rem !important;
  padding-left: 7.6rem !important; }

.pb-8 {
  padding-bottom: 7.6rem !important; }

.pl-8 {
  padding-left: 7.6rem !important; }

.ptn-8 {
  padding-top: -0.57rem; }

.first-of-element-pt-8:first-of-type {
  padding-top: 7.6rem; }

.last-of-element-pb-8:last-of-type {
  padding-bottom: 7.6rem; }

.last-of-element-pr-8:last-of-type {
  padding-right: 7.6rem; }

.p-9 {
  padding: 8.55rem; }

.pt-9 {
  padding-top: 8.55rem !important; }

.py-9 {
  padding-top: 8.55rem !important;
  padding-bottom: 8.55rem !important; }

.pr-9 {
  padding-right: 8.55rem; }

.px-9 {
  padding-right: 8.55rem !important;
  padding-left: 8.55rem !important; }

.pb-9 {
  padding-bottom: 8.55rem !important; }

.pl-9 {
  padding-left: 8.55rem !important; }

.ptn-9 {
  padding-top: -0.57rem; }

.first-of-element-pt-9:first-of-type {
  padding-top: 8.55rem; }

.last-of-element-pb-9:last-of-type {
  padding-bottom: 8.55rem; }

.last-of-element-pr-9:last-of-type {
  padding-right: 8.55rem; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto; }

.mr-auto {
  margin-right: auto; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

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

@media only screen and (min-width: 400px) {
  .m-sm-0 {
    margin: 0; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .mr-sm-0 {
    margin-right: 0; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mtn-sm-0 {
    margin-top: -0.57rem; }
  .first-of-element-mt-0:first-of-type {
    margin-top: 0; }
  .last-of-element-mb-0:last-of-type {
    margin-bottom: 0; }
  .last-of-element-mr-0:last-of-type {
    margin-right: 0; }
  .m-sm-xs {
    margin: 0.57rem; }
  .mt-sm-xs {
    margin-top: 0.57rem !important; }
  .my-sm-xs {
    margin-top: 0.57rem !important;
    margin-bottom: 0.57rem !important; }
  .mr-sm-xs {
    margin-right: 0.57rem; }
  .mx-sm-xs {
    margin-right: 0.57rem !important;
    margin-left: 0.57rem !important; }
  .mb-sm-xs {
    margin-bottom: 0.57rem !important; }
  .ml-sm-xs {
    margin-left: 0.57rem !important; }
  .mtn-sm-xs {
    margin-top: -0.57rem; }
  .first-of-element-mt-xs:first-of-type {
    margin-top: 0.57rem; }
  .last-of-element-mb-xs:last-of-type {
    margin-bottom: 0.57rem; }
  .last-of-element-mr-xs:last-of-type {
    margin-right: 0.57rem; }
  .m-sm-1 {
    margin: 0.95rem; }
  .mt-sm-1 {
    margin-top: 0.95rem !important; }
  .my-sm-1 {
    margin-top: 0.95rem !important;
    margin-bottom: 0.95rem !important; }
  .mr-sm-1 {
    margin-right: 0.95rem; }
  .mx-sm-1 {
    margin-right: 0.95rem !important;
    margin-left: 0.95rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.95rem !important; }
  .ml-sm-1 {
    margin-left: 0.95rem !important; }
  .mtn-sm-1 {
    margin-top: -0.57rem; }
  .first-of-element-mt-1:first-of-type {
    margin-top: 0.95rem; }
  .last-of-element-mb-1:last-of-type {
    margin-bottom: 0.95rem; }
  .last-of-element-mr-1:last-of-type {
    margin-right: 0.95rem; }
  .m-sm-2 {
    margin: 1.9rem; }
  .mt-sm-2 {
    margin-top: 1.9rem !important; }
  .my-sm-2 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .mr-sm-2 {
    margin-right: 1.9rem; }
  .mx-sm-2 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mb-sm-2 {
    margin-bottom: 1.9rem !important; }
  .ml-sm-2 {
    margin-left: 1.9rem !important; }
  .mtn-sm-2 {
    margin-top: -0.57rem; }
  .first-of-element-mt-2:first-of-type {
    margin-top: 1.9rem; }
  .last-of-element-mb-2:last-of-type {
    margin-bottom: 1.9rem; }
  .last-of-element-mr-2:last-of-type {
    margin-right: 1.9rem; }
  .m-sm-3 {
    margin: 2.85rem; }
  .mt-sm-3 {
    margin-top: 2.85rem !important; }
  .my-sm-3 {
    margin-top: 2.85rem !important;
    margin-bottom: 2.85rem !important; }
  .mr-sm-3 {
    margin-right: 2.85rem; }
  .mx-sm-3 {
    margin-right: 2.85rem !important;
    margin-left: 2.85rem !important; }
  .mb-sm-3 {
    margin-bottom: 2.85rem !important; }
  .ml-sm-3 {
    margin-left: 2.85rem !important; }
  .mtn-sm-3 {
    margin-top: -0.57rem; }
  .first-of-element-mt-3:first-of-type {
    margin-top: 2.85rem; }
  .last-of-element-mb-3:last-of-type {
    margin-bottom: 2.85rem; }
  .last-of-element-mr-3:last-of-type {
    margin-right: 2.85rem; }
  .m-sm-4 {
    margin: 3.8rem; }
  .mt-sm-4 {
    margin-top: 3.8rem !important; }
  .my-sm-4 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .mr-sm-4 {
    margin-right: 3.8rem; }
  .mx-sm-4 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mb-sm-4 {
    margin-bottom: 3.8rem !important; }
  .ml-sm-4 {
    margin-left: 3.8rem !important; }
  .mtn-sm-4 {
    margin-top: -0.57rem; }
  .first-of-element-mt-4:first-of-type {
    margin-top: 3.8rem; }
  .last-of-element-mb-4:last-of-type {
    margin-bottom: 3.8rem; }
  .last-of-element-mr-4:last-of-type {
    margin-right: 3.8rem; }
  .m-sm-5 {
    margin: 4.75rem; }
  .mt-sm-5 {
    margin-top: 4.75rem !important; }
  .my-sm-5 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .mr-sm-5 {
    margin-right: 4.75rem; }
  .mx-sm-5 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important; }
  .mb-sm-5 {
    margin-bottom: 4.75rem !important; }
  .ml-sm-5 {
    margin-left: 4.75rem !important; }
  .mtn-sm-5 {
    margin-top: -0.57rem; }
  .first-of-element-mt-5:first-of-type {
    margin-top: 4.75rem; }
  .last-of-element-mb-5:last-of-type {
    margin-bottom: 4.75rem; }
  .last-of-element-mr-5:last-of-type {
    margin-right: 4.75rem; }
  .m-sm-6 {
    margin: 5.7rem; }
  .mt-sm-6 {
    margin-top: 5.7rem !important; }
  .my-sm-6 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .mr-sm-6 {
    margin-right: 5.7rem; }
  .mx-sm-6 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mb-sm-6 {
    margin-bottom: 5.7rem !important; }
  .ml-sm-6 {
    margin-left: 5.7rem !important; }
  .mtn-sm-6 {
    margin-top: -0.57rem; }
  .first-of-element-mt-6:first-of-type {
    margin-top: 5.7rem; }
  .last-of-element-mb-6:last-of-type {
    margin-bottom: 5.7rem; }
  .last-of-element-mr-6:last-of-type {
    margin-right: 5.7rem; }
  .m-sm-7 {
    margin: 6.65rem; }
  .mt-sm-7 {
    margin-top: 6.65rem !important; }
  .my-sm-7 {
    margin-top: 6.65rem !important;
    margin-bottom: 6.65rem !important; }
  .mr-sm-7 {
    margin-right: 6.65rem; }
  .mx-sm-7 {
    margin-right: 6.65rem !important;
    margin-left: 6.65rem !important; }
  .mb-sm-7 {
    margin-bottom: 6.65rem !important; }
  .ml-sm-7 {
    margin-left: 6.65rem !important; }
  .mtn-sm-7 {
    margin-top: -0.57rem; }
  .first-of-element-mt-7:first-of-type {
    margin-top: 6.65rem; }
  .last-of-element-mb-7:last-of-type {
    margin-bottom: 6.65rem; }
  .last-of-element-mr-7:last-of-type {
    margin-right: 6.65rem; }
  .m-sm-8 {
    margin: 7.6rem; }
  .mt-sm-8 {
    margin-top: 7.6rem !important; }
  .my-sm-8 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important; }
  .mr-sm-8 {
    margin-right: 7.6rem; }
  .mx-sm-8 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important; }
  .mb-sm-8 {
    margin-bottom: 7.6rem !important; }
  .ml-sm-8 {
    margin-left: 7.6rem !important; }
  .mtn-sm-8 {
    margin-top: -0.57rem; }
  .first-of-element-mt-8:first-of-type {
    margin-top: 7.6rem; }
  .last-of-element-mb-8:last-of-type {
    margin-bottom: 7.6rem; }
  .last-of-element-mr-8:last-of-type {
    margin-right: 7.6rem; }
  .m-sm-9 {
    margin: 8.55rem; }
  .mt-sm-9 {
    margin-top: 8.55rem !important; }
  .my-sm-9 {
    margin-top: 8.55rem !important;
    margin-bottom: 8.55rem !important; }
  .mr-sm-9 {
    margin-right: 8.55rem; }
  .mx-sm-9 {
    margin-right: 8.55rem !important;
    margin-left: 8.55rem !important; }
  .mb-sm-9 {
    margin-bottom: 8.55rem !important; }
  .ml-sm-9 {
    margin-left: 8.55rem !important; }
  .mtn-sm-9 {
    margin-top: -0.57rem; }
  .first-of-element-mt-9:first-of-type {
    margin-top: 8.55rem; }
  .last-of-element-mb-9:last-of-type {
    margin-bottom: 8.55rem; }
  .last-of-element-mr-9:last-of-type {
    margin-right: 8.55rem; }
  .p-sm-0 {
    padding: 0; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pr-sm-0 {
    padding-right: 0; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .ptn-sm-0 {
    padding-top: -0.57rem; }
  .first-of-element-pt-0:first-of-type {
    padding-top: 0; }
  .last-of-element-pb-0:last-of-type {
    padding-bottom: 0; }
  .last-of-element-pr-0:last-of-type {
    padding-right: 0; }
  .p-sm-xs {
    padding: 0.57rem; }
  .pt-sm-xs {
    padding-top: 0.57rem !important; }
  .py-sm-xs {
    padding-top: 0.57rem !important;
    padding-bottom: 0.57rem !important; }
  .pr-sm-xs {
    padding-right: 0.57rem; }
  .px-sm-xs {
    padding-right: 0.57rem !important;
    padding-left: 0.57rem !important; }
  .pb-sm-xs {
    padding-bottom: 0.57rem !important; }
  .pl-sm-xs {
    padding-left: 0.57rem !important; }
  .ptn-sm-xs {
    padding-top: -0.57rem; }
  .first-of-element-pt-xs:first-of-type {
    padding-top: 0.57rem; }
  .last-of-element-pb-xs:last-of-type {
    padding-bottom: 0.57rem; }
  .last-of-element-pr-xs:last-of-type {
    padding-right: 0.57rem; }
  .p-sm-1 {
    padding: 0.95rem; }
  .pt-sm-1 {
    padding-top: 0.95rem !important; }
  .py-sm-1 {
    padding-top: 0.95rem !important;
    padding-bottom: 0.95rem !important; }
  .pr-sm-1 {
    padding-right: 0.95rem; }
  .px-sm-1 {
    padding-right: 0.95rem !important;
    padding-left: 0.95rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.95rem !important; }
  .pl-sm-1 {
    padding-left: 0.95rem !important; }
  .ptn-sm-1 {
    padding-top: -0.57rem; }
  .first-of-element-pt-1:first-of-type {
    padding-top: 0.95rem; }
  .last-of-element-pb-1:last-of-type {
    padding-bottom: 0.95rem; }
  .last-of-element-pr-1:last-of-type {
    padding-right: 0.95rem; }
  .p-sm-2 {
    padding: 1.9rem; }
  .pt-sm-2 {
    padding-top: 1.9rem !important; }
  .py-sm-2 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .pr-sm-2 {
    padding-right: 1.9rem; }
  .px-sm-2 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .pb-sm-2 {
    padding-bottom: 1.9rem !important; }
  .pl-sm-2 {
    padding-left: 1.9rem !important; }
  .ptn-sm-2 {
    padding-top: -0.57rem; }
  .first-of-element-pt-2:first-of-type {
    padding-top: 1.9rem; }
  .last-of-element-pb-2:last-of-type {
    padding-bottom: 1.9rem; }
  .last-of-element-pr-2:last-of-type {
    padding-right: 1.9rem; }
  .p-sm-3 {
    padding: 2.85rem; }
  .pt-sm-3 {
    padding-top: 2.85rem !important; }
  .py-sm-3 {
    padding-top: 2.85rem !important;
    padding-bottom: 2.85rem !important; }
  .pr-sm-3 {
    padding-right: 2.85rem; }
  .px-sm-3 {
    padding-right: 2.85rem !important;
    padding-left: 2.85rem !important; }
  .pb-sm-3 {
    padding-bottom: 2.85rem !important; }
  .pl-sm-3 {
    padding-left: 2.85rem !important; }
  .ptn-sm-3 {
    padding-top: -0.57rem; }
  .first-of-element-pt-3:first-of-type {
    padding-top: 2.85rem; }
  .last-of-element-pb-3:last-of-type {
    padding-bottom: 2.85rem; }
  .last-of-element-pr-3:last-of-type {
    padding-right: 2.85rem; }
  .p-sm-4 {
    padding: 3.8rem; }
  .pt-sm-4 {
    padding-top: 3.8rem !important; }
  .py-sm-4 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .pr-sm-4 {
    padding-right: 3.8rem; }
  .px-sm-4 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .pb-sm-4 {
    padding-bottom: 3.8rem !important; }
  .pl-sm-4 {
    padding-left: 3.8rem !important; }
  .ptn-sm-4 {
    padding-top: -0.57rem; }
  .first-of-element-pt-4:first-of-type {
    padding-top: 3.8rem; }
  .last-of-element-pb-4:last-of-type {
    padding-bottom: 3.8rem; }
  .last-of-element-pr-4:last-of-type {
    padding-right: 3.8rem; }
  .p-sm-5 {
    padding: 4.75rem; }
  .pt-sm-5 {
    padding-top: 4.75rem !important; }
  .py-sm-5 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .pr-sm-5 {
    padding-right: 4.75rem; }
  .px-sm-5 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important; }
  .pb-sm-5 {
    padding-bottom: 4.75rem !important; }
  .pl-sm-5 {
    padding-left: 4.75rem !important; }
  .ptn-sm-5 {
    padding-top: -0.57rem; }
  .first-of-element-pt-5:first-of-type {
    padding-top: 4.75rem; }
  .last-of-element-pb-5:last-of-type {
    padding-bottom: 4.75rem; }
  .last-of-element-pr-5:last-of-type {
    padding-right: 4.75rem; }
  .p-sm-6 {
    padding: 5.7rem; }
  .pt-sm-6 {
    padding-top: 5.7rem !important; }
  .py-sm-6 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .pr-sm-6 {
    padding-right: 5.7rem; }
  .px-sm-6 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .pb-sm-6 {
    padding-bottom: 5.7rem !important; }
  .pl-sm-6 {
    padding-left: 5.7rem !important; }
  .ptn-sm-6 {
    padding-top: -0.57rem; }
  .first-of-element-pt-6:first-of-type {
    padding-top: 5.7rem; }
  .last-of-element-pb-6:last-of-type {
    padding-bottom: 5.7rem; }
  .last-of-element-pr-6:last-of-type {
    padding-right: 5.7rem; }
  .p-sm-7 {
    padding: 6.65rem; }
  .pt-sm-7 {
    padding-top: 6.65rem !important; }
  .py-sm-7 {
    padding-top: 6.65rem !important;
    padding-bottom: 6.65rem !important; }
  .pr-sm-7 {
    padding-right: 6.65rem; }
  .px-sm-7 {
    padding-right: 6.65rem !important;
    padding-left: 6.65rem !important; }
  .pb-sm-7 {
    padding-bottom: 6.65rem !important; }
  .pl-sm-7 {
    padding-left: 6.65rem !important; }
  .ptn-sm-7 {
    padding-top: -0.57rem; }
  .first-of-element-pt-7:first-of-type {
    padding-top: 6.65rem; }
  .last-of-element-pb-7:last-of-type {
    padding-bottom: 6.65rem; }
  .last-of-element-pr-7:last-of-type {
    padding-right: 6.65rem; }
  .p-sm-8 {
    padding: 7.6rem; }
  .pt-sm-8 {
    padding-top: 7.6rem !important; }
  .py-sm-8 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important; }
  .pr-sm-8 {
    padding-right: 7.6rem; }
  .px-sm-8 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important; }
  .pb-sm-8 {
    padding-bottom: 7.6rem !important; }
  .pl-sm-8 {
    padding-left: 7.6rem !important; }
  .ptn-sm-8 {
    padding-top: -0.57rem; }
  .first-of-element-pt-8:first-of-type {
    padding-top: 7.6rem; }
  .last-of-element-pb-8:last-of-type {
    padding-bottom: 7.6rem; }
  .last-of-element-pr-8:last-of-type {
    padding-right: 7.6rem; }
  .p-sm-9 {
    padding: 8.55rem; }
  .pt-sm-9 {
    padding-top: 8.55rem !important; }
  .py-sm-9 {
    padding-top: 8.55rem !important;
    padding-bottom: 8.55rem !important; }
  .pr-sm-9 {
    padding-right: 8.55rem; }
  .px-sm-9 {
    padding-right: 8.55rem !important;
    padding-left: 8.55rem !important; }
  .pb-sm-9 {
    padding-bottom: 8.55rem !important; }
  .pl-sm-9 {
    padding-left: 8.55rem !important; }
  .ptn-sm-9 {
    padding-top: -0.57rem; }
  .first-of-element-pt-9:first-of-type {
    padding-top: 8.55rem; }
  .last-of-element-pb-9:last-of-type {
    padding-bottom: 8.55rem; }
  .last-of-element-pr-9:last-of-type {
    padding-right: 8.55rem; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto; }
  .mr-sm-auto {
    margin-right: auto; }
  .mb-sm-auto {
    margin-bottom: auto; }
  .ml-sm-auto {
    margin-left: auto; }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto; }
  .row-sm {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media only screen and (min-width: 667px) {
  .m-sm-xl-0 {
    margin: 0; }
  .mt-sm-xl-0 {
    margin-top: 0 !important; }
  .my-sm-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .mr-sm-xl-0 {
    margin-right: 0; }
  .mx-sm-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mb-sm-xl-0 {
    margin-bottom: 0 !important; }
  .ml-sm-xl-0 {
    margin-left: 0 !important; }
  .mtn-sm-xl-0 {
    margin-top: -0.57rem; }
  .first-of-element-mt-0:first-of-type {
    margin-top: 0; }
  .last-of-element-mb-0:last-of-type {
    margin-bottom: 0; }
  .last-of-element-mr-0:last-of-type {
    margin-right: 0; }
  .m-sm-xl-xs {
    margin: 0.57rem; }
  .mt-sm-xl-xs {
    margin-top: 0.57rem !important; }
  .my-sm-xl-xs {
    margin-top: 0.57rem !important;
    margin-bottom: 0.57rem !important; }
  .mr-sm-xl-xs {
    margin-right: 0.57rem; }
  .mx-sm-xl-xs {
    margin-right: 0.57rem !important;
    margin-left: 0.57rem !important; }
  .mb-sm-xl-xs {
    margin-bottom: 0.57rem !important; }
  .ml-sm-xl-xs {
    margin-left: 0.57rem !important; }
  .mtn-sm-xl-xs {
    margin-top: -0.57rem; }
  .first-of-element-mt-xs:first-of-type {
    margin-top: 0.57rem; }
  .last-of-element-mb-xs:last-of-type {
    margin-bottom: 0.57rem; }
  .last-of-element-mr-xs:last-of-type {
    margin-right: 0.57rem; }
  .m-sm-xl-1 {
    margin: 0.95rem; }
  .mt-sm-xl-1 {
    margin-top: 0.95rem !important; }
  .my-sm-xl-1 {
    margin-top: 0.95rem !important;
    margin-bottom: 0.95rem !important; }
  .mr-sm-xl-1 {
    margin-right: 0.95rem; }
  .mx-sm-xl-1 {
    margin-right: 0.95rem !important;
    margin-left: 0.95rem !important; }
  .mb-sm-xl-1 {
    margin-bottom: 0.95rem !important; }
  .ml-sm-xl-1 {
    margin-left: 0.95rem !important; }
  .mtn-sm-xl-1 {
    margin-top: -0.57rem; }
  .first-of-element-mt-1:first-of-type {
    margin-top: 0.95rem; }
  .last-of-element-mb-1:last-of-type {
    margin-bottom: 0.95rem; }
  .last-of-element-mr-1:last-of-type {
    margin-right: 0.95rem; }
  .m-sm-xl-2 {
    margin: 1.9rem; }
  .mt-sm-xl-2 {
    margin-top: 1.9rem !important; }
  .my-sm-xl-2 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .mr-sm-xl-2 {
    margin-right: 1.9rem; }
  .mx-sm-xl-2 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mb-sm-xl-2 {
    margin-bottom: 1.9rem !important; }
  .ml-sm-xl-2 {
    margin-left: 1.9rem !important; }
  .mtn-sm-xl-2 {
    margin-top: -0.57rem; }
  .first-of-element-mt-2:first-of-type {
    margin-top: 1.9rem; }
  .last-of-element-mb-2:last-of-type {
    margin-bottom: 1.9rem; }
  .last-of-element-mr-2:last-of-type {
    margin-right: 1.9rem; }
  .m-sm-xl-3 {
    margin: 2.85rem; }
  .mt-sm-xl-3 {
    margin-top: 2.85rem !important; }
  .my-sm-xl-3 {
    margin-top: 2.85rem !important;
    margin-bottom: 2.85rem !important; }
  .mr-sm-xl-3 {
    margin-right: 2.85rem; }
  .mx-sm-xl-3 {
    margin-right: 2.85rem !important;
    margin-left: 2.85rem !important; }
  .mb-sm-xl-3 {
    margin-bottom: 2.85rem !important; }
  .ml-sm-xl-3 {
    margin-left: 2.85rem !important; }
  .mtn-sm-xl-3 {
    margin-top: -0.57rem; }
  .first-of-element-mt-3:first-of-type {
    margin-top: 2.85rem; }
  .last-of-element-mb-3:last-of-type {
    margin-bottom: 2.85rem; }
  .last-of-element-mr-3:last-of-type {
    margin-right: 2.85rem; }
  .m-sm-xl-4 {
    margin: 3.8rem; }
  .mt-sm-xl-4 {
    margin-top: 3.8rem !important; }
  .my-sm-xl-4 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .mr-sm-xl-4 {
    margin-right: 3.8rem; }
  .mx-sm-xl-4 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mb-sm-xl-4 {
    margin-bottom: 3.8rem !important; }
  .ml-sm-xl-4 {
    margin-left: 3.8rem !important; }
  .mtn-sm-xl-4 {
    margin-top: -0.57rem; }
  .first-of-element-mt-4:first-of-type {
    margin-top: 3.8rem; }
  .last-of-element-mb-4:last-of-type {
    margin-bottom: 3.8rem; }
  .last-of-element-mr-4:last-of-type {
    margin-right: 3.8rem; }
  .m-sm-xl-5 {
    margin: 4.75rem; }
  .mt-sm-xl-5 {
    margin-top: 4.75rem !important; }
  .my-sm-xl-5 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .mr-sm-xl-5 {
    margin-right: 4.75rem; }
  .mx-sm-xl-5 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important; }
  .mb-sm-xl-5 {
    margin-bottom: 4.75rem !important; }
  .ml-sm-xl-5 {
    margin-left: 4.75rem !important; }
  .mtn-sm-xl-5 {
    margin-top: -0.57rem; }
  .first-of-element-mt-5:first-of-type {
    margin-top: 4.75rem; }
  .last-of-element-mb-5:last-of-type {
    margin-bottom: 4.75rem; }
  .last-of-element-mr-5:last-of-type {
    margin-right: 4.75rem; }
  .m-sm-xl-6 {
    margin: 5.7rem; }
  .mt-sm-xl-6 {
    margin-top: 5.7rem !important; }
  .my-sm-xl-6 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .mr-sm-xl-6 {
    margin-right: 5.7rem; }
  .mx-sm-xl-6 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mb-sm-xl-6 {
    margin-bottom: 5.7rem !important; }
  .ml-sm-xl-6 {
    margin-left: 5.7rem !important; }
  .mtn-sm-xl-6 {
    margin-top: -0.57rem; }
  .first-of-element-mt-6:first-of-type {
    margin-top: 5.7rem; }
  .last-of-element-mb-6:last-of-type {
    margin-bottom: 5.7rem; }
  .last-of-element-mr-6:last-of-type {
    margin-right: 5.7rem; }
  .m-sm-xl-7 {
    margin: 6.65rem; }
  .mt-sm-xl-7 {
    margin-top: 6.65rem !important; }
  .my-sm-xl-7 {
    margin-top: 6.65rem !important;
    margin-bottom: 6.65rem !important; }
  .mr-sm-xl-7 {
    margin-right: 6.65rem; }
  .mx-sm-xl-7 {
    margin-right: 6.65rem !important;
    margin-left: 6.65rem !important; }
  .mb-sm-xl-7 {
    margin-bottom: 6.65rem !important; }
  .ml-sm-xl-7 {
    margin-left: 6.65rem !important; }
  .mtn-sm-xl-7 {
    margin-top: -0.57rem; }
  .first-of-element-mt-7:first-of-type {
    margin-top: 6.65rem; }
  .last-of-element-mb-7:last-of-type {
    margin-bottom: 6.65rem; }
  .last-of-element-mr-7:last-of-type {
    margin-right: 6.65rem; }
  .m-sm-xl-8 {
    margin: 7.6rem; }
  .mt-sm-xl-8 {
    margin-top: 7.6rem !important; }
  .my-sm-xl-8 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important; }
  .mr-sm-xl-8 {
    margin-right: 7.6rem; }
  .mx-sm-xl-8 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important; }
  .mb-sm-xl-8 {
    margin-bottom: 7.6rem !important; }
  .ml-sm-xl-8 {
    margin-left: 7.6rem !important; }
  .mtn-sm-xl-8 {
    margin-top: -0.57rem; }
  .first-of-element-mt-8:first-of-type {
    margin-top: 7.6rem; }
  .last-of-element-mb-8:last-of-type {
    margin-bottom: 7.6rem; }
  .last-of-element-mr-8:last-of-type {
    margin-right: 7.6rem; }
  .m-sm-xl-9 {
    margin: 8.55rem; }
  .mt-sm-xl-9 {
    margin-top: 8.55rem !important; }
  .my-sm-xl-9 {
    margin-top: 8.55rem !important;
    margin-bottom: 8.55rem !important; }
  .mr-sm-xl-9 {
    margin-right: 8.55rem; }
  .mx-sm-xl-9 {
    margin-right: 8.55rem !important;
    margin-left: 8.55rem !important; }
  .mb-sm-xl-9 {
    margin-bottom: 8.55rem !important; }
  .ml-sm-xl-9 {
    margin-left: 8.55rem !important; }
  .mtn-sm-xl-9 {
    margin-top: -0.57rem; }
  .first-of-element-mt-9:first-of-type {
    margin-top: 8.55rem; }
  .last-of-element-mb-9:last-of-type {
    margin-bottom: 8.55rem; }
  .last-of-element-mr-9:last-of-type {
    margin-right: 8.55rem; }
  .p-sm-xl-0 {
    padding: 0; }
  .pt-sm-xl-0 {
    padding-top: 0 !important; }
  .py-sm-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pr-sm-xl-0 {
    padding-right: 0; }
  .px-sm-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .pb-sm-xl-0 {
    padding-bottom: 0 !important; }
  .pl-sm-xl-0 {
    padding-left: 0 !important; }
  .ptn-sm-xl-0 {
    padding-top: -0.57rem; }
  .first-of-element-pt-0:first-of-type {
    padding-top: 0; }
  .last-of-element-pb-0:last-of-type {
    padding-bottom: 0; }
  .last-of-element-pr-0:last-of-type {
    padding-right: 0; }
  .p-sm-xl-xs {
    padding: 0.57rem; }
  .pt-sm-xl-xs {
    padding-top: 0.57rem !important; }
  .py-sm-xl-xs {
    padding-top: 0.57rem !important;
    padding-bottom: 0.57rem !important; }
  .pr-sm-xl-xs {
    padding-right: 0.57rem; }
  .px-sm-xl-xs {
    padding-right: 0.57rem !important;
    padding-left: 0.57rem !important; }
  .pb-sm-xl-xs {
    padding-bottom: 0.57rem !important; }
  .pl-sm-xl-xs {
    padding-left: 0.57rem !important; }
  .ptn-sm-xl-xs {
    padding-top: -0.57rem; }
  .first-of-element-pt-xs:first-of-type {
    padding-top: 0.57rem; }
  .last-of-element-pb-xs:last-of-type {
    padding-bottom: 0.57rem; }
  .last-of-element-pr-xs:last-of-type {
    padding-right: 0.57rem; }
  .p-sm-xl-1 {
    padding: 0.95rem; }
  .pt-sm-xl-1 {
    padding-top: 0.95rem !important; }
  .py-sm-xl-1 {
    padding-top: 0.95rem !important;
    padding-bottom: 0.95rem !important; }
  .pr-sm-xl-1 {
    padding-right: 0.95rem; }
  .px-sm-xl-1 {
    padding-right: 0.95rem !important;
    padding-left: 0.95rem !important; }
  .pb-sm-xl-1 {
    padding-bottom: 0.95rem !important; }
  .pl-sm-xl-1 {
    padding-left: 0.95rem !important; }
  .ptn-sm-xl-1 {
    padding-top: -0.57rem; }
  .first-of-element-pt-1:first-of-type {
    padding-top: 0.95rem; }
  .last-of-element-pb-1:last-of-type {
    padding-bottom: 0.95rem; }
  .last-of-element-pr-1:last-of-type {
    padding-right: 0.95rem; }
  .p-sm-xl-2 {
    padding: 1.9rem; }
  .pt-sm-xl-2 {
    padding-top: 1.9rem !important; }
  .py-sm-xl-2 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .pr-sm-xl-2 {
    padding-right: 1.9rem; }
  .px-sm-xl-2 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .pb-sm-xl-2 {
    padding-bottom: 1.9rem !important; }
  .pl-sm-xl-2 {
    padding-left: 1.9rem !important; }
  .ptn-sm-xl-2 {
    padding-top: -0.57rem; }
  .first-of-element-pt-2:first-of-type {
    padding-top: 1.9rem; }
  .last-of-element-pb-2:last-of-type {
    padding-bottom: 1.9rem; }
  .last-of-element-pr-2:last-of-type {
    padding-right: 1.9rem; }
  .p-sm-xl-3 {
    padding: 2.85rem; }
  .pt-sm-xl-3 {
    padding-top: 2.85rem !important; }
  .py-sm-xl-3 {
    padding-top: 2.85rem !important;
    padding-bottom: 2.85rem !important; }
  .pr-sm-xl-3 {
    padding-right: 2.85rem; }
  .px-sm-xl-3 {
    padding-right: 2.85rem !important;
    padding-left: 2.85rem !important; }
  .pb-sm-xl-3 {
    padding-bottom: 2.85rem !important; }
  .pl-sm-xl-3 {
    padding-left: 2.85rem !important; }
  .ptn-sm-xl-3 {
    padding-top: -0.57rem; }
  .first-of-element-pt-3:first-of-type {
    padding-top: 2.85rem; }
  .last-of-element-pb-3:last-of-type {
    padding-bottom: 2.85rem; }
  .last-of-element-pr-3:last-of-type {
    padding-right: 2.85rem; }
  .p-sm-xl-4 {
    padding: 3.8rem; }
  .pt-sm-xl-4 {
    padding-top: 3.8rem !important; }
  .py-sm-xl-4 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .pr-sm-xl-4 {
    padding-right: 3.8rem; }
  .px-sm-xl-4 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .pb-sm-xl-4 {
    padding-bottom: 3.8rem !important; }
  .pl-sm-xl-4 {
    padding-left: 3.8rem !important; }
  .ptn-sm-xl-4 {
    padding-top: -0.57rem; }
  .first-of-element-pt-4:first-of-type {
    padding-top: 3.8rem; }
  .last-of-element-pb-4:last-of-type {
    padding-bottom: 3.8rem; }
  .last-of-element-pr-4:last-of-type {
    padding-right: 3.8rem; }
  .p-sm-xl-5 {
    padding: 4.75rem; }
  .pt-sm-xl-5 {
    padding-top: 4.75rem !important; }
  .py-sm-xl-5 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .pr-sm-xl-5 {
    padding-right: 4.75rem; }
  .px-sm-xl-5 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important; }
  .pb-sm-xl-5 {
    padding-bottom: 4.75rem !important; }
  .pl-sm-xl-5 {
    padding-left: 4.75rem !important; }
  .ptn-sm-xl-5 {
    padding-top: -0.57rem; }
  .first-of-element-pt-5:first-of-type {
    padding-top: 4.75rem; }
  .last-of-element-pb-5:last-of-type {
    padding-bottom: 4.75rem; }
  .last-of-element-pr-5:last-of-type {
    padding-right: 4.75rem; }
  .p-sm-xl-6 {
    padding: 5.7rem; }
  .pt-sm-xl-6 {
    padding-top: 5.7rem !important; }
  .py-sm-xl-6 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .pr-sm-xl-6 {
    padding-right: 5.7rem; }
  .px-sm-xl-6 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .pb-sm-xl-6 {
    padding-bottom: 5.7rem !important; }
  .pl-sm-xl-6 {
    padding-left: 5.7rem !important; }
  .ptn-sm-xl-6 {
    padding-top: -0.57rem; }
  .first-of-element-pt-6:first-of-type {
    padding-top: 5.7rem; }
  .last-of-element-pb-6:last-of-type {
    padding-bottom: 5.7rem; }
  .last-of-element-pr-6:last-of-type {
    padding-right: 5.7rem; }
  .p-sm-xl-7 {
    padding: 6.65rem; }
  .pt-sm-xl-7 {
    padding-top: 6.65rem !important; }
  .py-sm-xl-7 {
    padding-top: 6.65rem !important;
    padding-bottom: 6.65rem !important; }
  .pr-sm-xl-7 {
    padding-right: 6.65rem; }
  .px-sm-xl-7 {
    padding-right: 6.65rem !important;
    padding-left: 6.65rem !important; }
  .pb-sm-xl-7 {
    padding-bottom: 6.65rem !important; }
  .pl-sm-xl-7 {
    padding-left: 6.65rem !important; }
  .ptn-sm-xl-7 {
    padding-top: -0.57rem; }
  .first-of-element-pt-7:first-of-type {
    padding-top: 6.65rem; }
  .last-of-element-pb-7:last-of-type {
    padding-bottom: 6.65rem; }
  .last-of-element-pr-7:last-of-type {
    padding-right: 6.65rem; }
  .p-sm-xl-8 {
    padding: 7.6rem; }
  .pt-sm-xl-8 {
    padding-top: 7.6rem !important; }
  .py-sm-xl-8 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important; }
  .pr-sm-xl-8 {
    padding-right: 7.6rem; }
  .px-sm-xl-8 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important; }
  .pb-sm-xl-8 {
    padding-bottom: 7.6rem !important; }
  .pl-sm-xl-8 {
    padding-left: 7.6rem !important; }
  .ptn-sm-xl-8 {
    padding-top: -0.57rem; }
  .first-of-element-pt-8:first-of-type {
    padding-top: 7.6rem; }
  .last-of-element-pb-8:last-of-type {
    padding-bottom: 7.6rem; }
  .last-of-element-pr-8:last-of-type {
    padding-right: 7.6rem; }
  .p-sm-xl-9 {
    padding: 8.55rem; }
  .pt-sm-xl-9 {
    padding-top: 8.55rem !important; }
  .py-sm-xl-9 {
    padding-top: 8.55rem !important;
    padding-bottom: 8.55rem !important; }
  .pr-sm-xl-9 {
    padding-right: 8.55rem; }
  .px-sm-xl-9 {
    padding-right: 8.55rem !important;
    padding-left: 8.55rem !important; }
  .pb-sm-xl-9 {
    padding-bottom: 8.55rem !important; }
  .pl-sm-xl-9 {
    padding-left: 8.55rem !important; }
  .ptn-sm-xl-9 {
    padding-top: -0.57rem; }
  .first-of-element-pt-9:first-of-type {
    padding-top: 8.55rem; }
  .last-of-element-pb-9:last-of-type {
    padding-bottom: 8.55rem; }
  .last-of-element-pr-9:last-of-type {
    padding-right: 8.55rem; }
  .m-sm-xl-auto {
    margin: auto !important; }
  .mt-sm-xl-auto {
    margin-top: auto; }
  .mr-sm-xl-auto {
    margin-right: auto; }
  .mb-sm-xl-auto {
    margin-bottom: auto; }
  .ml-sm-xl-auto {
    margin-left: auto; }
  .mx-sm-xl-auto {
    margin-left: auto;
    margin-right: auto; }
  .row-sm-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media only screen and (min-width: 767px) {
  .m-md-0 {
    margin: 0; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .mr-md-0 {
    margin-right: 0; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mtn-md-0 {
    margin-top: -0.57rem; }
  .first-of-element-mt-0:first-of-type {
    margin-top: 0; }
  .last-of-element-mb-0:last-of-type {
    margin-bottom: 0; }
  .last-of-element-mr-0:last-of-type {
    margin-right: 0; }
  .m-md-xs {
    margin: 0.57rem; }
  .mt-md-xs {
    margin-top: 0.57rem !important; }
  .my-md-xs {
    margin-top: 0.57rem !important;
    margin-bottom: 0.57rem !important; }
  .mr-md-xs {
    margin-right: 0.57rem; }
  .mx-md-xs {
    margin-right: 0.57rem !important;
    margin-left: 0.57rem !important; }
  .mb-md-xs {
    margin-bottom: 0.57rem !important; }
  .ml-md-xs {
    margin-left: 0.57rem !important; }
  .mtn-md-xs {
    margin-top: -0.57rem; }
  .first-of-element-mt-xs:first-of-type {
    margin-top: 0.57rem; }
  .last-of-element-mb-xs:last-of-type {
    margin-bottom: 0.57rem; }
  .last-of-element-mr-xs:last-of-type {
    margin-right: 0.57rem; }
  .m-md-1 {
    margin: 0.95rem; }
  .mt-md-1 {
    margin-top: 0.95rem !important; }
  .my-md-1 {
    margin-top: 0.95rem !important;
    margin-bottom: 0.95rem !important; }
  .mr-md-1 {
    margin-right: 0.95rem; }
  .mx-md-1 {
    margin-right: 0.95rem !important;
    margin-left: 0.95rem !important; }
  .mb-md-1 {
    margin-bottom: 0.95rem !important; }
  .ml-md-1 {
    margin-left: 0.95rem !important; }
  .mtn-md-1 {
    margin-top: -0.57rem; }
  .first-of-element-mt-1:first-of-type {
    margin-top: 0.95rem; }
  .last-of-element-mb-1:last-of-type {
    margin-bottom: 0.95rem; }
  .last-of-element-mr-1:last-of-type {
    margin-right: 0.95rem; }
  .m-md-2 {
    margin: 1.9rem; }
  .mt-md-2 {
    margin-top: 1.9rem !important; }
  .my-md-2 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .mr-md-2 {
    margin-right: 1.9rem; }
  .mx-md-2 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mb-md-2 {
    margin-bottom: 1.9rem !important; }
  .ml-md-2 {
    margin-left: 1.9rem !important; }
  .mtn-md-2 {
    margin-top: -0.57rem; }
  .first-of-element-mt-2:first-of-type {
    margin-top: 1.9rem; }
  .last-of-element-mb-2:last-of-type {
    margin-bottom: 1.9rem; }
  .last-of-element-mr-2:last-of-type {
    margin-right: 1.9rem; }
  .m-md-3 {
    margin: 2.85rem; }
  .mt-md-3 {
    margin-top: 2.85rem !important; }
  .my-md-3 {
    margin-top: 2.85rem !important;
    margin-bottom: 2.85rem !important; }
  .mr-md-3 {
    margin-right: 2.85rem; }
  .mx-md-3 {
    margin-right: 2.85rem !important;
    margin-left: 2.85rem !important; }
  .mb-md-3 {
    margin-bottom: 2.85rem !important; }
  .ml-md-3 {
    margin-left: 2.85rem !important; }
  .mtn-md-3 {
    margin-top: -0.57rem; }
  .first-of-element-mt-3:first-of-type {
    margin-top: 2.85rem; }
  .last-of-element-mb-3:last-of-type {
    margin-bottom: 2.85rem; }
  .last-of-element-mr-3:last-of-type {
    margin-right: 2.85rem; }
  .m-md-4 {
    margin: 3.8rem; }
  .mt-md-4 {
    margin-top: 3.8rem !important; }
  .my-md-4 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .mr-md-4 {
    margin-right: 3.8rem; }
  .mx-md-4 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mb-md-4 {
    margin-bottom: 3.8rem !important; }
  .ml-md-4 {
    margin-left: 3.8rem !important; }
  .mtn-md-4 {
    margin-top: -0.57rem; }
  .first-of-element-mt-4:first-of-type {
    margin-top: 3.8rem; }
  .last-of-element-mb-4:last-of-type {
    margin-bottom: 3.8rem; }
  .last-of-element-mr-4:last-of-type {
    margin-right: 3.8rem; }
  .m-md-5 {
    margin: 4.75rem; }
  .mt-md-5 {
    margin-top: 4.75rem !important; }
  .my-md-5 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .mr-md-5 {
    margin-right: 4.75rem; }
  .mx-md-5 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important; }
  .mb-md-5 {
    margin-bottom: 4.75rem !important; }
  .ml-md-5 {
    margin-left: 4.75rem !important; }
  .mtn-md-5 {
    margin-top: -0.57rem; }
  .first-of-element-mt-5:first-of-type {
    margin-top: 4.75rem; }
  .last-of-element-mb-5:last-of-type {
    margin-bottom: 4.75rem; }
  .last-of-element-mr-5:last-of-type {
    margin-right: 4.75rem; }
  .m-md-6 {
    margin: 5.7rem; }
  .mt-md-6 {
    margin-top: 5.7rem !important; }
  .my-md-6 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .mr-md-6 {
    margin-right: 5.7rem; }
  .mx-md-6 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mb-md-6 {
    margin-bottom: 5.7rem !important; }
  .ml-md-6 {
    margin-left: 5.7rem !important; }
  .mtn-md-6 {
    margin-top: -0.57rem; }
  .first-of-element-mt-6:first-of-type {
    margin-top: 5.7rem; }
  .last-of-element-mb-6:last-of-type {
    margin-bottom: 5.7rem; }
  .last-of-element-mr-6:last-of-type {
    margin-right: 5.7rem; }
  .m-md-7 {
    margin: 6.65rem; }
  .mt-md-7 {
    margin-top: 6.65rem !important; }
  .my-md-7 {
    margin-top: 6.65rem !important;
    margin-bottom: 6.65rem !important; }
  .mr-md-7 {
    margin-right: 6.65rem; }
  .mx-md-7 {
    margin-right: 6.65rem !important;
    margin-left: 6.65rem !important; }
  .mb-md-7 {
    margin-bottom: 6.65rem !important; }
  .ml-md-7 {
    margin-left: 6.65rem !important; }
  .mtn-md-7 {
    margin-top: -0.57rem; }
  .first-of-element-mt-7:first-of-type {
    margin-top: 6.65rem; }
  .last-of-element-mb-7:last-of-type {
    margin-bottom: 6.65rem; }
  .last-of-element-mr-7:last-of-type {
    margin-right: 6.65rem; }
  .m-md-8 {
    margin: 7.6rem; }
  .mt-md-8 {
    margin-top: 7.6rem !important; }
  .my-md-8 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important; }
  .mr-md-8 {
    margin-right: 7.6rem; }
  .mx-md-8 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important; }
  .mb-md-8 {
    margin-bottom: 7.6rem !important; }
  .ml-md-8 {
    margin-left: 7.6rem !important; }
  .mtn-md-8 {
    margin-top: -0.57rem; }
  .first-of-element-mt-8:first-of-type {
    margin-top: 7.6rem; }
  .last-of-element-mb-8:last-of-type {
    margin-bottom: 7.6rem; }
  .last-of-element-mr-8:last-of-type {
    margin-right: 7.6rem; }
  .m-md-9 {
    margin: 8.55rem; }
  .mt-md-9 {
    margin-top: 8.55rem !important; }
  .my-md-9 {
    margin-top: 8.55rem !important;
    margin-bottom: 8.55rem !important; }
  .mr-md-9 {
    margin-right: 8.55rem; }
  .mx-md-9 {
    margin-right: 8.55rem !important;
    margin-left: 8.55rem !important; }
  .mb-md-9 {
    margin-bottom: 8.55rem !important; }
  .ml-md-9 {
    margin-left: 8.55rem !important; }
  .mtn-md-9 {
    margin-top: -0.57rem; }
  .first-of-element-mt-9:first-of-type {
    margin-top: 8.55rem; }
  .last-of-element-mb-9:last-of-type {
    margin-bottom: 8.55rem; }
  .last-of-element-mr-9:last-of-type {
    margin-right: 8.55rem; }
  .p-md-0 {
    padding: 0; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pr-md-0 {
    padding-right: 0; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .ptn-md-0 {
    padding-top: -0.57rem; }
  .first-of-element-pt-0:first-of-type {
    padding-top: 0; }
  .last-of-element-pb-0:last-of-type {
    padding-bottom: 0; }
  .last-of-element-pr-0:last-of-type {
    padding-right: 0; }
  .p-md-xs {
    padding: 0.57rem; }
  .pt-md-xs {
    padding-top: 0.57rem !important; }
  .py-md-xs {
    padding-top: 0.57rem !important;
    padding-bottom: 0.57rem !important; }
  .pr-md-xs {
    padding-right: 0.57rem; }
  .px-md-xs {
    padding-right: 0.57rem !important;
    padding-left: 0.57rem !important; }
  .pb-md-xs {
    padding-bottom: 0.57rem !important; }
  .pl-md-xs {
    padding-left: 0.57rem !important; }
  .ptn-md-xs {
    padding-top: -0.57rem; }
  .first-of-element-pt-xs:first-of-type {
    padding-top: 0.57rem; }
  .last-of-element-pb-xs:last-of-type {
    padding-bottom: 0.57rem; }
  .last-of-element-pr-xs:last-of-type {
    padding-right: 0.57rem; }
  .p-md-1 {
    padding: 0.95rem; }
  .pt-md-1 {
    padding-top: 0.95rem !important; }
  .py-md-1 {
    padding-top: 0.95rem !important;
    padding-bottom: 0.95rem !important; }
  .pr-md-1 {
    padding-right: 0.95rem; }
  .px-md-1 {
    padding-right: 0.95rem !important;
    padding-left: 0.95rem !important; }
  .pb-md-1 {
    padding-bottom: 0.95rem !important; }
  .pl-md-1 {
    padding-left: 0.95rem !important; }
  .ptn-md-1 {
    padding-top: -0.57rem; }
  .first-of-element-pt-1:first-of-type {
    padding-top: 0.95rem; }
  .last-of-element-pb-1:last-of-type {
    padding-bottom: 0.95rem; }
  .last-of-element-pr-1:last-of-type {
    padding-right: 0.95rem; }
  .p-md-2 {
    padding: 1.9rem; }
  .pt-md-2 {
    padding-top: 1.9rem !important; }
  .py-md-2 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .pr-md-2 {
    padding-right: 1.9rem; }
  .px-md-2 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .pb-md-2 {
    padding-bottom: 1.9rem !important; }
  .pl-md-2 {
    padding-left: 1.9rem !important; }
  .ptn-md-2 {
    padding-top: -0.57rem; }
  .first-of-element-pt-2:first-of-type {
    padding-top: 1.9rem; }
  .last-of-element-pb-2:last-of-type {
    padding-bottom: 1.9rem; }
  .last-of-element-pr-2:last-of-type {
    padding-right: 1.9rem; }
  .p-md-3 {
    padding: 2.85rem; }
  .pt-md-3 {
    padding-top: 2.85rem !important; }
  .py-md-3 {
    padding-top: 2.85rem !important;
    padding-bottom: 2.85rem !important; }
  .pr-md-3 {
    padding-right: 2.85rem; }
  .px-md-3 {
    padding-right: 2.85rem !important;
    padding-left: 2.85rem !important; }
  .pb-md-3 {
    padding-bottom: 2.85rem !important; }
  .pl-md-3 {
    padding-left: 2.85rem !important; }
  .ptn-md-3 {
    padding-top: -0.57rem; }
  .first-of-element-pt-3:first-of-type {
    padding-top: 2.85rem; }
  .last-of-element-pb-3:last-of-type {
    padding-bottom: 2.85rem; }
  .last-of-element-pr-3:last-of-type {
    padding-right: 2.85rem; }
  .p-md-4 {
    padding: 3.8rem; }
  .pt-md-4 {
    padding-top: 3.8rem !important; }
  .py-md-4 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .pr-md-4 {
    padding-right: 3.8rem; }
  .px-md-4 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .pb-md-4 {
    padding-bottom: 3.8rem !important; }
  .pl-md-4 {
    padding-left: 3.8rem !important; }
  .ptn-md-4 {
    padding-top: -0.57rem; }
  .first-of-element-pt-4:first-of-type {
    padding-top: 3.8rem; }
  .last-of-element-pb-4:last-of-type {
    padding-bottom: 3.8rem; }
  .last-of-element-pr-4:last-of-type {
    padding-right: 3.8rem; }
  .p-md-5 {
    padding: 4.75rem; }
  .pt-md-5 {
    padding-top: 4.75rem !important; }
  .py-md-5 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .pr-md-5 {
    padding-right: 4.75rem; }
  .px-md-5 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important; }
  .pb-md-5 {
    padding-bottom: 4.75rem !important; }
  .pl-md-5 {
    padding-left: 4.75rem !important; }
  .ptn-md-5 {
    padding-top: -0.57rem; }
  .first-of-element-pt-5:first-of-type {
    padding-top: 4.75rem; }
  .last-of-element-pb-5:last-of-type {
    padding-bottom: 4.75rem; }
  .last-of-element-pr-5:last-of-type {
    padding-right: 4.75rem; }
  .p-md-6 {
    padding: 5.7rem; }
  .pt-md-6 {
    padding-top: 5.7rem !important; }
  .py-md-6 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .pr-md-6 {
    padding-right: 5.7rem; }
  .px-md-6 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .pb-md-6 {
    padding-bottom: 5.7rem !important; }
  .pl-md-6 {
    padding-left: 5.7rem !important; }
  .ptn-md-6 {
    padding-top: -0.57rem; }
  .first-of-element-pt-6:first-of-type {
    padding-top: 5.7rem; }
  .last-of-element-pb-6:last-of-type {
    padding-bottom: 5.7rem; }
  .last-of-element-pr-6:last-of-type {
    padding-right: 5.7rem; }
  .p-md-7 {
    padding: 6.65rem; }
  .pt-md-7 {
    padding-top: 6.65rem !important; }
  .py-md-7 {
    padding-top: 6.65rem !important;
    padding-bottom: 6.65rem !important; }
  .pr-md-7 {
    padding-right: 6.65rem; }
  .px-md-7 {
    padding-right: 6.65rem !important;
    padding-left: 6.65rem !important; }
  .pb-md-7 {
    padding-bottom: 6.65rem !important; }
  .pl-md-7 {
    padding-left: 6.65rem !important; }
  .ptn-md-7 {
    padding-top: -0.57rem; }
  .first-of-element-pt-7:first-of-type {
    padding-top: 6.65rem; }
  .last-of-element-pb-7:last-of-type {
    padding-bottom: 6.65rem; }
  .last-of-element-pr-7:last-of-type {
    padding-right: 6.65rem; }
  .p-md-8 {
    padding: 7.6rem; }
  .pt-md-8 {
    padding-top: 7.6rem !important; }
  .py-md-8 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important; }
  .pr-md-8 {
    padding-right: 7.6rem; }
  .px-md-8 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important; }
  .pb-md-8 {
    padding-bottom: 7.6rem !important; }
  .pl-md-8 {
    padding-left: 7.6rem !important; }
  .ptn-md-8 {
    padding-top: -0.57rem; }
  .first-of-element-pt-8:first-of-type {
    padding-top: 7.6rem; }
  .last-of-element-pb-8:last-of-type {
    padding-bottom: 7.6rem; }
  .last-of-element-pr-8:last-of-type {
    padding-right: 7.6rem; }
  .p-md-9 {
    padding: 8.55rem; }
  .pt-md-9 {
    padding-top: 8.55rem !important; }
  .py-md-9 {
    padding-top: 8.55rem !important;
    padding-bottom: 8.55rem !important; }
  .pr-md-9 {
    padding-right: 8.55rem; }
  .px-md-9 {
    padding-right: 8.55rem !important;
    padding-left: 8.55rem !important; }
  .pb-md-9 {
    padding-bottom: 8.55rem !important; }
  .pl-md-9 {
    padding-left: 8.55rem !important; }
  .ptn-md-9 {
    padding-top: -0.57rem; }
  .first-of-element-pt-9:first-of-type {
    padding-top: 8.55rem; }
  .last-of-element-pb-9:last-of-type {
    padding-bottom: 8.55rem; }
  .last-of-element-pr-9:last-of-type {
    padding-right: 8.55rem; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto; }
  .mr-md-auto {
    margin-right: auto; }
  .mb-md-auto {
    margin-bottom: auto; }
  .ml-md-auto {
    margin-left: auto; }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto; }
  .row-md {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media only screen and (min-width: 1024px) {
  .m-lg-0 {
    margin: 0; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .mr-lg-0 {
    margin-right: 0; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mtn-lg-0 {
    margin-top: -0.57rem; }
  .first-of-element-mt-0:first-of-type {
    margin-top: 0; }
  .last-of-element-mb-0:last-of-type {
    margin-bottom: 0; }
  .last-of-element-mr-0:last-of-type {
    margin-right: 0; }
  .m-lg-xs {
    margin: 0.57rem; }
  .mt-lg-xs {
    margin-top: 0.57rem !important; }
  .my-lg-xs {
    margin-top: 0.57rem !important;
    margin-bottom: 0.57rem !important; }
  .mr-lg-xs {
    margin-right: 0.57rem; }
  .mx-lg-xs {
    margin-right: 0.57rem !important;
    margin-left: 0.57rem !important; }
  .mb-lg-xs {
    margin-bottom: 0.57rem !important; }
  .ml-lg-xs {
    margin-left: 0.57rem !important; }
  .mtn-lg-xs {
    margin-top: -0.57rem; }
  .first-of-element-mt-xs:first-of-type {
    margin-top: 0.57rem; }
  .last-of-element-mb-xs:last-of-type {
    margin-bottom: 0.57rem; }
  .last-of-element-mr-xs:last-of-type {
    margin-right: 0.57rem; }
  .m-lg-1 {
    margin: 0.95rem; }
  .mt-lg-1 {
    margin-top: 0.95rem !important; }
  .my-lg-1 {
    margin-top: 0.95rem !important;
    margin-bottom: 0.95rem !important; }
  .mr-lg-1 {
    margin-right: 0.95rem; }
  .mx-lg-1 {
    margin-right: 0.95rem !important;
    margin-left: 0.95rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.95rem !important; }
  .ml-lg-1 {
    margin-left: 0.95rem !important; }
  .mtn-lg-1 {
    margin-top: -0.57rem; }
  .first-of-element-mt-1:first-of-type {
    margin-top: 0.95rem; }
  .last-of-element-mb-1:last-of-type {
    margin-bottom: 0.95rem; }
  .last-of-element-mr-1:last-of-type {
    margin-right: 0.95rem; }
  .m-lg-2 {
    margin: 1.9rem; }
  .mt-lg-2 {
    margin-top: 1.9rem !important; }
  .my-lg-2 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .mr-lg-2 {
    margin-right: 1.9rem; }
  .mx-lg-2 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mb-lg-2 {
    margin-bottom: 1.9rem !important; }
  .ml-lg-2 {
    margin-left: 1.9rem !important; }
  .mtn-lg-2 {
    margin-top: -0.57rem; }
  .first-of-element-mt-2:first-of-type {
    margin-top: 1.9rem; }
  .last-of-element-mb-2:last-of-type {
    margin-bottom: 1.9rem; }
  .last-of-element-mr-2:last-of-type {
    margin-right: 1.9rem; }
  .m-lg-3 {
    margin: 2.85rem; }
  .mt-lg-3 {
    margin-top: 2.85rem !important; }
  .my-lg-3 {
    margin-top: 2.85rem !important;
    margin-bottom: 2.85rem !important; }
  .mr-lg-3 {
    margin-right: 2.85rem; }
  .mx-lg-3 {
    margin-right: 2.85rem !important;
    margin-left: 2.85rem !important; }
  .mb-lg-3 {
    margin-bottom: 2.85rem !important; }
  .ml-lg-3 {
    margin-left: 2.85rem !important; }
  .mtn-lg-3 {
    margin-top: -0.57rem; }
  .first-of-element-mt-3:first-of-type {
    margin-top: 2.85rem; }
  .last-of-element-mb-3:last-of-type {
    margin-bottom: 2.85rem; }
  .last-of-element-mr-3:last-of-type {
    margin-right: 2.85rem; }
  .m-lg-4 {
    margin: 3.8rem; }
  .mt-lg-4 {
    margin-top: 3.8rem !important; }
  .my-lg-4 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .mr-lg-4 {
    margin-right: 3.8rem; }
  .mx-lg-4 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mb-lg-4 {
    margin-bottom: 3.8rem !important; }
  .ml-lg-4 {
    margin-left: 3.8rem !important; }
  .mtn-lg-4 {
    margin-top: -0.57rem; }
  .first-of-element-mt-4:first-of-type {
    margin-top: 3.8rem; }
  .last-of-element-mb-4:last-of-type {
    margin-bottom: 3.8rem; }
  .last-of-element-mr-4:last-of-type {
    margin-right: 3.8rem; }
  .m-lg-5 {
    margin: 4.75rem; }
  .mt-lg-5 {
    margin-top: 4.75rem !important; }
  .my-lg-5 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .mr-lg-5 {
    margin-right: 4.75rem; }
  .mx-lg-5 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important; }
  .mb-lg-5 {
    margin-bottom: 4.75rem !important; }
  .ml-lg-5 {
    margin-left: 4.75rem !important; }
  .mtn-lg-5 {
    margin-top: -0.57rem; }
  .first-of-element-mt-5:first-of-type {
    margin-top: 4.75rem; }
  .last-of-element-mb-5:last-of-type {
    margin-bottom: 4.75rem; }
  .last-of-element-mr-5:last-of-type {
    margin-right: 4.75rem; }
  .m-lg-6 {
    margin: 5.7rem; }
  .mt-lg-6 {
    margin-top: 5.7rem !important; }
  .my-lg-6 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .mr-lg-6 {
    margin-right: 5.7rem; }
  .mx-lg-6 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mb-lg-6 {
    margin-bottom: 5.7rem !important; }
  .ml-lg-6 {
    margin-left: 5.7rem !important; }
  .mtn-lg-6 {
    margin-top: -0.57rem; }
  .first-of-element-mt-6:first-of-type {
    margin-top: 5.7rem; }
  .last-of-element-mb-6:last-of-type {
    margin-bottom: 5.7rem; }
  .last-of-element-mr-6:last-of-type {
    margin-right: 5.7rem; }
  .m-lg-7 {
    margin: 6.65rem; }
  .mt-lg-7 {
    margin-top: 6.65rem !important; }
  .my-lg-7 {
    margin-top: 6.65rem !important;
    margin-bottom: 6.65rem !important; }
  .mr-lg-7 {
    margin-right: 6.65rem; }
  .mx-lg-7 {
    margin-right: 6.65rem !important;
    margin-left: 6.65rem !important; }
  .mb-lg-7 {
    margin-bottom: 6.65rem !important; }
  .ml-lg-7 {
    margin-left: 6.65rem !important; }
  .mtn-lg-7 {
    margin-top: -0.57rem; }
  .first-of-element-mt-7:first-of-type {
    margin-top: 6.65rem; }
  .last-of-element-mb-7:last-of-type {
    margin-bottom: 6.65rem; }
  .last-of-element-mr-7:last-of-type {
    margin-right: 6.65rem; }
  .m-lg-8 {
    margin: 7.6rem; }
  .mt-lg-8 {
    margin-top: 7.6rem !important; }
  .my-lg-8 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important; }
  .mr-lg-8 {
    margin-right: 7.6rem; }
  .mx-lg-8 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important; }
  .mb-lg-8 {
    margin-bottom: 7.6rem !important; }
  .ml-lg-8 {
    margin-left: 7.6rem !important; }
  .mtn-lg-8 {
    margin-top: -0.57rem; }
  .first-of-element-mt-8:first-of-type {
    margin-top: 7.6rem; }
  .last-of-element-mb-8:last-of-type {
    margin-bottom: 7.6rem; }
  .last-of-element-mr-8:last-of-type {
    margin-right: 7.6rem; }
  .m-lg-9 {
    margin: 8.55rem; }
  .mt-lg-9 {
    margin-top: 8.55rem !important; }
  .my-lg-9 {
    margin-top: 8.55rem !important;
    margin-bottom: 8.55rem !important; }
  .mr-lg-9 {
    margin-right: 8.55rem; }
  .mx-lg-9 {
    margin-right: 8.55rem !important;
    margin-left: 8.55rem !important; }
  .mb-lg-9 {
    margin-bottom: 8.55rem !important; }
  .ml-lg-9 {
    margin-left: 8.55rem !important; }
  .mtn-lg-9 {
    margin-top: -0.57rem; }
  .first-of-element-mt-9:first-of-type {
    margin-top: 8.55rem; }
  .last-of-element-mb-9:last-of-type {
    margin-bottom: 8.55rem; }
  .last-of-element-mr-9:last-of-type {
    margin-right: 8.55rem; }
  .p-lg-0 {
    padding: 0; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pr-lg-0 {
    padding-right: 0; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .ptn-lg-0 {
    padding-top: -0.57rem; }
  .first-of-element-pt-0:first-of-type {
    padding-top: 0; }
  .last-of-element-pb-0:last-of-type {
    padding-bottom: 0; }
  .last-of-element-pr-0:last-of-type {
    padding-right: 0; }
  .p-lg-xs {
    padding: 0.57rem; }
  .pt-lg-xs {
    padding-top: 0.57rem !important; }
  .py-lg-xs {
    padding-top: 0.57rem !important;
    padding-bottom: 0.57rem !important; }
  .pr-lg-xs {
    padding-right: 0.57rem; }
  .px-lg-xs {
    padding-right: 0.57rem !important;
    padding-left: 0.57rem !important; }
  .pb-lg-xs {
    padding-bottom: 0.57rem !important; }
  .pl-lg-xs {
    padding-left: 0.57rem !important; }
  .ptn-lg-xs {
    padding-top: -0.57rem; }
  .first-of-element-pt-xs:first-of-type {
    padding-top: 0.57rem; }
  .last-of-element-pb-xs:last-of-type {
    padding-bottom: 0.57rem; }
  .last-of-element-pr-xs:last-of-type {
    padding-right: 0.57rem; }
  .p-lg-1 {
    padding: 0.95rem; }
  .pt-lg-1 {
    padding-top: 0.95rem !important; }
  .py-lg-1 {
    padding-top: 0.95rem !important;
    padding-bottom: 0.95rem !important; }
  .pr-lg-1 {
    padding-right: 0.95rem; }
  .px-lg-1 {
    padding-right: 0.95rem !important;
    padding-left: 0.95rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.95rem !important; }
  .pl-lg-1 {
    padding-left: 0.95rem !important; }
  .ptn-lg-1 {
    padding-top: -0.57rem; }
  .first-of-element-pt-1:first-of-type {
    padding-top: 0.95rem; }
  .last-of-element-pb-1:last-of-type {
    padding-bottom: 0.95rem; }
  .last-of-element-pr-1:last-of-type {
    padding-right: 0.95rem; }
  .p-lg-2 {
    padding: 1.9rem; }
  .pt-lg-2 {
    padding-top: 1.9rem !important; }
  .py-lg-2 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .pr-lg-2 {
    padding-right: 1.9rem; }
  .px-lg-2 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .pb-lg-2 {
    padding-bottom: 1.9rem !important; }
  .pl-lg-2 {
    padding-left: 1.9rem !important; }
  .ptn-lg-2 {
    padding-top: -0.57rem; }
  .first-of-element-pt-2:first-of-type {
    padding-top: 1.9rem; }
  .last-of-element-pb-2:last-of-type {
    padding-bottom: 1.9rem; }
  .last-of-element-pr-2:last-of-type {
    padding-right: 1.9rem; }
  .p-lg-3 {
    padding: 2.85rem; }
  .pt-lg-3 {
    padding-top: 2.85rem !important; }
  .py-lg-3 {
    padding-top: 2.85rem !important;
    padding-bottom: 2.85rem !important; }
  .pr-lg-3 {
    padding-right: 2.85rem; }
  .px-lg-3 {
    padding-right: 2.85rem !important;
    padding-left: 2.85rem !important; }
  .pb-lg-3 {
    padding-bottom: 2.85rem !important; }
  .pl-lg-3 {
    padding-left: 2.85rem !important; }
  .ptn-lg-3 {
    padding-top: -0.57rem; }
  .first-of-element-pt-3:first-of-type {
    padding-top: 2.85rem; }
  .last-of-element-pb-3:last-of-type {
    padding-bottom: 2.85rem; }
  .last-of-element-pr-3:last-of-type {
    padding-right: 2.85rem; }
  .p-lg-4 {
    padding: 3.8rem; }
  .pt-lg-4 {
    padding-top: 3.8rem !important; }
  .py-lg-4 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .pr-lg-4 {
    padding-right: 3.8rem; }
  .px-lg-4 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .pb-lg-4 {
    padding-bottom: 3.8rem !important; }
  .pl-lg-4 {
    padding-left: 3.8rem !important; }
  .ptn-lg-4 {
    padding-top: -0.57rem; }
  .first-of-element-pt-4:first-of-type {
    padding-top: 3.8rem; }
  .last-of-element-pb-4:last-of-type {
    padding-bottom: 3.8rem; }
  .last-of-element-pr-4:last-of-type {
    padding-right: 3.8rem; }
  .p-lg-5 {
    padding: 4.75rem; }
  .pt-lg-5 {
    padding-top: 4.75rem !important; }
  .py-lg-5 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .pr-lg-5 {
    padding-right: 4.75rem; }
  .px-lg-5 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important; }
  .pb-lg-5 {
    padding-bottom: 4.75rem !important; }
  .pl-lg-5 {
    padding-left: 4.75rem !important; }
  .ptn-lg-5 {
    padding-top: -0.57rem; }
  .first-of-element-pt-5:first-of-type {
    padding-top: 4.75rem; }
  .last-of-element-pb-5:last-of-type {
    padding-bottom: 4.75rem; }
  .last-of-element-pr-5:last-of-type {
    padding-right: 4.75rem; }
  .p-lg-6 {
    padding: 5.7rem; }
  .pt-lg-6 {
    padding-top: 5.7rem !important; }
  .py-lg-6 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .pr-lg-6 {
    padding-right: 5.7rem; }
  .px-lg-6 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .pb-lg-6 {
    padding-bottom: 5.7rem !important; }
  .pl-lg-6 {
    padding-left: 5.7rem !important; }
  .ptn-lg-6 {
    padding-top: -0.57rem; }
  .first-of-element-pt-6:first-of-type {
    padding-top: 5.7rem; }
  .last-of-element-pb-6:last-of-type {
    padding-bottom: 5.7rem; }
  .last-of-element-pr-6:last-of-type {
    padding-right: 5.7rem; }
  .p-lg-7 {
    padding: 6.65rem; }
  .pt-lg-7 {
    padding-top: 6.65rem !important; }
  .py-lg-7 {
    padding-top: 6.65rem !important;
    padding-bottom: 6.65rem !important; }
  .pr-lg-7 {
    padding-right: 6.65rem; }
  .px-lg-7 {
    padding-right: 6.65rem !important;
    padding-left: 6.65rem !important; }
  .pb-lg-7 {
    padding-bottom: 6.65rem !important; }
  .pl-lg-7 {
    padding-left: 6.65rem !important; }
  .ptn-lg-7 {
    padding-top: -0.57rem; }
  .first-of-element-pt-7:first-of-type {
    padding-top: 6.65rem; }
  .last-of-element-pb-7:last-of-type {
    padding-bottom: 6.65rem; }
  .last-of-element-pr-7:last-of-type {
    padding-right: 6.65rem; }
  .p-lg-8 {
    padding: 7.6rem; }
  .pt-lg-8 {
    padding-top: 7.6rem !important; }
  .py-lg-8 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important; }
  .pr-lg-8 {
    padding-right: 7.6rem; }
  .px-lg-8 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important; }
  .pb-lg-8 {
    padding-bottom: 7.6rem !important; }
  .pl-lg-8 {
    padding-left: 7.6rem !important; }
  .ptn-lg-8 {
    padding-top: -0.57rem; }
  .first-of-element-pt-8:first-of-type {
    padding-top: 7.6rem; }
  .last-of-element-pb-8:last-of-type {
    padding-bottom: 7.6rem; }
  .last-of-element-pr-8:last-of-type {
    padding-right: 7.6rem; }
  .p-lg-9 {
    padding: 8.55rem; }
  .pt-lg-9 {
    padding-top: 8.55rem !important; }
  .py-lg-9 {
    padding-top: 8.55rem !important;
    padding-bottom: 8.55rem !important; }
  .pr-lg-9 {
    padding-right: 8.55rem; }
  .px-lg-9 {
    padding-right: 8.55rem !important;
    padding-left: 8.55rem !important; }
  .pb-lg-9 {
    padding-bottom: 8.55rem !important; }
  .pl-lg-9 {
    padding-left: 8.55rem !important; }
  .ptn-lg-9 {
    padding-top: -0.57rem; }
  .first-of-element-pt-9:first-of-type {
    padding-top: 8.55rem; }
  .last-of-element-pb-9:last-of-type {
    padding-bottom: 8.55rem; }
  .last-of-element-pr-9:last-of-type {
    padding-right: 8.55rem; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto; }
  .mr-lg-auto {
    margin-right: auto; }
  .mb-lg-auto {
    margin-bottom: auto; }
  .ml-lg-auto {
    margin-left: auto; }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto; }
  .row-lg {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media only screen and (min-width: 1250px) {
  .m-xl-0 {
    margin: 0; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .mr-xl-0 {
    margin-right: 0; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mtn-xl-0 {
    margin-top: -0.57rem; }
  .first-of-element-mt-0:first-of-type {
    margin-top: 0; }
  .last-of-element-mb-0:last-of-type {
    margin-bottom: 0; }
  .last-of-element-mr-0:last-of-type {
    margin-right: 0; }
  .m-xl-xs {
    margin: 0.57rem; }
  .mt-xl-xs {
    margin-top: 0.57rem !important; }
  .my-xl-xs {
    margin-top: 0.57rem !important;
    margin-bottom: 0.57rem !important; }
  .mr-xl-xs {
    margin-right: 0.57rem; }
  .mx-xl-xs {
    margin-right: 0.57rem !important;
    margin-left: 0.57rem !important; }
  .mb-xl-xs {
    margin-bottom: 0.57rem !important; }
  .ml-xl-xs {
    margin-left: 0.57rem !important; }
  .mtn-xl-xs {
    margin-top: -0.57rem; }
  .first-of-element-mt-xs:first-of-type {
    margin-top: 0.57rem; }
  .last-of-element-mb-xs:last-of-type {
    margin-bottom: 0.57rem; }
  .last-of-element-mr-xs:last-of-type {
    margin-right: 0.57rem; }
  .m-xl-1 {
    margin: 0.95rem; }
  .mt-xl-1 {
    margin-top: 0.95rem !important; }
  .my-xl-1 {
    margin-top: 0.95rem !important;
    margin-bottom: 0.95rem !important; }
  .mr-xl-1 {
    margin-right: 0.95rem; }
  .mx-xl-1 {
    margin-right: 0.95rem !important;
    margin-left: 0.95rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.95rem !important; }
  .ml-xl-1 {
    margin-left: 0.95rem !important; }
  .mtn-xl-1 {
    margin-top: -0.57rem; }
  .first-of-element-mt-1:first-of-type {
    margin-top: 0.95rem; }
  .last-of-element-mb-1:last-of-type {
    margin-bottom: 0.95rem; }
  .last-of-element-mr-1:last-of-type {
    margin-right: 0.95rem; }
  .m-xl-2 {
    margin: 1.9rem; }
  .mt-xl-2 {
    margin-top: 1.9rem !important; }
  .my-xl-2 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .mr-xl-2 {
    margin-right: 1.9rem; }
  .mx-xl-2 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mb-xl-2 {
    margin-bottom: 1.9rem !important; }
  .ml-xl-2 {
    margin-left: 1.9rem !important; }
  .mtn-xl-2 {
    margin-top: -0.57rem; }
  .first-of-element-mt-2:first-of-type {
    margin-top: 1.9rem; }
  .last-of-element-mb-2:last-of-type {
    margin-bottom: 1.9rem; }
  .last-of-element-mr-2:last-of-type {
    margin-right: 1.9rem; }
  .m-xl-3 {
    margin: 2.85rem; }
  .mt-xl-3 {
    margin-top: 2.85rem !important; }
  .my-xl-3 {
    margin-top: 2.85rem !important;
    margin-bottom: 2.85rem !important; }
  .mr-xl-3 {
    margin-right: 2.85rem; }
  .mx-xl-3 {
    margin-right: 2.85rem !important;
    margin-left: 2.85rem !important; }
  .mb-xl-3 {
    margin-bottom: 2.85rem !important; }
  .ml-xl-3 {
    margin-left: 2.85rem !important; }
  .mtn-xl-3 {
    margin-top: -0.57rem; }
  .first-of-element-mt-3:first-of-type {
    margin-top: 2.85rem; }
  .last-of-element-mb-3:last-of-type {
    margin-bottom: 2.85rem; }
  .last-of-element-mr-3:last-of-type {
    margin-right: 2.85rem; }
  .m-xl-4 {
    margin: 3.8rem; }
  .mt-xl-4 {
    margin-top: 3.8rem !important; }
  .my-xl-4 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .mr-xl-4 {
    margin-right: 3.8rem; }
  .mx-xl-4 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mb-xl-4 {
    margin-bottom: 3.8rem !important; }
  .ml-xl-4 {
    margin-left: 3.8rem !important; }
  .mtn-xl-4 {
    margin-top: -0.57rem; }
  .first-of-element-mt-4:first-of-type {
    margin-top: 3.8rem; }
  .last-of-element-mb-4:last-of-type {
    margin-bottom: 3.8rem; }
  .last-of-element-mr-4:last-of-type {
    margin-right: 3.8rem; }
  .m-xl-5 {
    margin: 4.75rem; }
  .mt-xl-5 {
    margin-top: 4.75rem !important; }
  .my-xl-5 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .mr-xl-5 {
    margin-right: 4.75rem; }
  .mx-xl-5 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important; }
  .mb-xl-5 {
    margin-bottom: 4.75rem !important; }
  .ml-xl-5 {
    margin-left: 4.75rem !important; }
  .mtn-xl-5 {
    margin-top: -0.57rem; }
  .first-of-element-mt-5:first-of-type {
    margin-top: 4.75rem; }
  .last-of-element-mb-5:last-of-type {
    margin-bottom: 4.75rem; }
  .last-of-element-mr-5:last-of-type {
    margin-right: 4.75rem; }
  .m-xl-6 {
    margin: 5.7rem; }
  .mt-xl-6 {
    margin-top: 5.7rem !important; }
  .my-xl-6 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .mr-xl-6 {
    margin-right: 5.7rem; }
  .mx-xl-6 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mb-xl-6 {
    margin-bottom: 5.7rem !important; }
  .ml-xl-6 {
    margin-left: 5.7rem !important; }
  .mtn-xl-6 {
    margin-top: -0.57rem; }
  .first-of-element-mt-6:first-of-type {
    margin-top: 5.7rem; }
  .last-of-element-mb-6:last-of-type {
    margin-bottom: 5.7rem; }
  .last-of-element-mr-6:last-of-type {
    margin-right: 5.7rem; }
  .m-xl-7 {
    margin: 6.65rem; }
  .mt-xl-7 {
    margin-top: 6.65rem !important; }
  .my-xl-7 {
    margin-top: 6.65rem !important;
    margin-bottom: 6.65rem !important; }
  .mr-xl-7 {
    margin-right: 6.65rem; }
  .mx-xl-7 {
    margin-right: 6.65rem !important;
    margin-left: 6.65rem !important; }
  .mb-xl-7 {
    margin-bottom: 6.65rem !important; }
  .ml-xl-7 {
    margin-left: 6.65rem !important; }
  .mtn-xl-7 {
    margin-top: -0.57rem; }
  .first-of-element-mt-7:first-of-type {
    margin-top: 6.65rem; }
  .last-of-element-mb-7:last-of-type {
    margin-bottom: 6.65rem; }
  .last-of-element-mr-7:last-of-type {
    margin-right: 6.65rem; }
  .m-xl-8 {
    margin: 7.6rem; }
  .mt-xl-8 {
    margin-top: 7.6rem !important; }
  .my-xl-8 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important; }
  .mr-xl-8 {
    margin-right: 7.6rem; }
  .mx-xl-8 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important; }
  .mb-xl-8 {
    margin-bottom: 7.6rem !important; }
  .ml-xl-8 {
    margin-left: 7.6rem !important; }
  .mtn-xl-8 {
    margin-top: -0.57rem; }
  .first-of-element-mt-8:first-of-type {
    margin-top: 7.6rem; }
  .last-of-element-mb-8:last-of-type {
    margin-bottom: 7.6rem; }
  .last-of-element-mr-8:last-of-type {
    margin-right: 7.6rem; }
  .m-xl-9 {
    margin: 8.55rem; }
  .mt-xl-9 {
    margin-top: 8.55rem !important; }
  .my-xl-9 {
    margin-top: 8.55rem !important;
    margin-bottom: 8.55rem !important; }
  .mr-xl-9 {
    margin-right: 8.55rem; }
  .mx-xl-9 {
    margin-right: 8.55rem !important;
    margin-left: 8.55rem !important; }
  .mb-xl-9 {
    margin-bottom: 8.55rem !important; }
  .ml-xl-9 {
    margin-left: 8.55rem !important; }
  .mtn-xl-9 {
    margin-top: -0.57rem; }
  .first-of-element-mt-9:first-of-type {
    margin-top: 8.55rem; }
  .last-of-element-mb-9:last-of-type {
    margin-bottom: 8.55rem; }
  .last-of-element-mr-9:last-of-type {
    margin-right: 8.55rem; }
  .p-xl-0 {
    padding: 0; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pr-xl-0 {
    padding-right: 0; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .ptn-xl-0 {
    padding-top: -0.57rem; }
  .first-of-element-pt-0:first-of-type {
    padding-top: 0; }
  .last-of-element-pb-0:last-of-type {
    padding-bottom: 0; }
  .last-of-element-pr-0:last-of-type {
    padding-right: 0; }
  .p-xl-xs {
    padding: 0.57rem; }
  .pt-xl-xs {
    padding-top: 0.57rem !important; }
  .py-xl-xs {
    padding-top: 0.57rem !important;
    padding-bottom: 0.57rem !important; }
  .pr-xl-xs {
    padding-right: 0.57rem; }
  .px-xl-xs {
    padding-right: 0.57rem !important;
    padding-left: 0.57rem !important; }
  .pb-xl-xs {
    padding-bottom: 0.57rem !important; }
  .pl-xl-xs {
    padding-left: 0.57rem !important; }
  .ptn-xl-xs {
    padding-top: -0.57rem; }
  .first-of-element-pt-xs:first-of-type {
    padding-top: 0.57rem; }
  .last-of-element-pb-xs:last-of-type {
    padding-bottom: 0.57rem; }
  .last-of-element-pr-xs:last-of-type {
    padding-right: 0.57rem; }
  .p-xl-1 {
    padding: 0.95rem; }
  .pt-xl-1 {
    padding-top: 0.95rem !important; }
  .py-xl-1 {
    padding-top: 0.95rem !important;
    padding-bottom: 0.95rem !important; }
  .pr-xl-1 {
    padding-right: 0.95rem; }
  .px-xl-1 {
    padding-right: 0.95rem !important;
    padding-left: 0.95rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.95rem !important; }
  .pl-xl-1 {
    padding-left: 0.95rem !important; }
  .ptn-xl-1 {
    padding-top: -0.57rem; }
  .first-of-element-pt-1:first-of-type {
    padding-top: 0.95rem; }
  .last-of-element-pb-1:last-of-type {
    padding-bottom: 0.95rem; }
  .last-of-element-pr-1:last-of-type {
    padding-right: 0.95rem; }
  .p-xl-2 {
    padding: 1.9rem; }
  .pt-xl-2 {
    padding-top: 1.9rem !important; }
  .py-xl-2 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .pr-xl-2 {
    padding-right: 1.9rem; }
  .px-xl-2 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .pb-xl-2 {
    padding-bottom: 1.9rem !important; }
  .pl-xl-2 {
    padding-left: 1.9rem !important; }
  .ptn-xl-2 {
    padding-top: -0.57rem; }
  .first-of-element-pt-2:first-of-type {
    padding-top: 1.9rem; }
  .last-of-element-pb-2:last-of-type {
    padding-bottom: 1.9rem; }
  .last-of-element-pr-2:last-of-type {
    padding-right: 1.9rem; }
  .p-xl-3 {
    padding: 2.85rem; }
  .pt-xl-3 {
    padding-top: 2.85rem !important; }
  .py-xl-3 {
    padding-top: 2.85rem !important;
    padding-bottom: 2.85rem !important; }
  .pr-xl-3 {
    padding-right: 2.85rem; }
  .px-xl-3 {
    padding-right: 2.85rem !important;
    padding-left: 2.85rem !important; }
  .pb-xl-3 {
    padding-bottom: 2.85rem !important; }
  .pl-xl-3 {
    padding-left: 2.85rem !important; }
  .ptn-xl-3 {
    padding-top: -0.57rem; }
  .first-of-element-pt-3:first-of-type {
    padding-top: 2.85rem; }
  .last-of-element-pb-3:last-of-type {
    padding-bottom: 2.85rem; }
  .last-of-element-pr-3:last-of-type {
    padding-right: 2.85rem; }
  .p-xl-4 {
    padding: 3.8rem; }
  .pt-xl-4 {
    padding-top: 3.8rem !important; }
  .py-xl-4 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .pr-xl-4 {
    padding-right: 3.8rem; }
  .px-xl-4 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .pb-xl-4 {
    padding-bottom: 3.8rem !important; }
  .pl-xl-4 {
    padding-left: 3.8rem !important; }
  .ptn-xl-4 {
    padding-top: -0.57rem; }
  .first-of-element-pt-4:first-of-type {
    padding-top: 3.8rem; }
  .last-of-element-pb-4:last-of-type {
    padding-bottom: 3.8rem; }
  .last-of-element-pr-4:last-of-type {
    padding-right: 3.8rem; }
  .p-xl-5 {
    padding: 4.75rem; }
  .pt-xl-5 {
    padding-top: 4.75rem !important; }
  .py-xl-5 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .pr-xl-5 {
    padding-right: 4.75rem; }
  .px-xl-5 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important; }
  .pb-xl-5 {
    padding-bottom: 4.75rem !important; }
  .pl-xl-5 {
    padding-left: 4.75rem !important; }
  .ptn-xl-5 {
    padding-top: -0.57rem; }
  .first-of-element-pt-5:first-of-type {
    padding-top: 4.75rem; }
  .last-of-element-pb-5:last-of-type {
    padding-bottom: 4.75rem; }
  .last-of-element-pr-5:last-of-type {
    padding-right: 4.75rem; }
  .p-xl-6 {
    padding: 5.7rem; }
  .pt-xl-6 {
    padding-top: 5.7rem !important; }
  .py-xl-6 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .pr-xl-6 {
    padding-right: 5.7rem; }
  .px-xl-6 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .pb-xl-6 {
    padding-bottom: 5.7rem !important; }
  .pl-xl-6 {
    padding-left: 5.7rem !important; }
  .ptn-xl-6 {
    padding-top: -0.57rem; }
  .first-of-element-pt-6:first-of-type {
    padding-top: 5.7rem; }
  .last-of-element-pb-6:last-of-type {
    padding-bottom: 5.7rem; }
  .last-of-element-pr-6:last-of-type {
    padding-right: 5.7rem; }
  .p-xl-7 {
    padding: 6.65rem; }
  .pt-xl-7 {
    padding-top: 6.65rem !important; }
  .py-xl-7 {
    padding-top: 6.65rem !important;
    padding-bottom: 6.65rem !important; }
  .pr-xl-7 {
    padding-right: 6.65rem; }
  .px-xl-7 {
    padding-right: 6.65rem !important;
    padding-left: 6.65rem !important; }
  .pb-xl-7 {
    padding-bottom: 6.65rem !important; }
  .pl-xl-7 {
    padding-left: 6.65rem !important; }
  .ptn-xl-7 {
    padding-top: -0.57rem; }
  .first-of-element-pt-7:first-of-type {
    padding-top: 6.65rem; }
  .last-of-element-pb-7:last-of-type {
    padding-bottom: 6.65rem; }
  .last-of-element-pr-7:last-of-type {
    padding-right: 6.65rem; }
  .p-xl-8 {
    padding: 7.6rem; }
  .pt-xl-8 {
    padding-top: 7.6rem !important; }
  .py-xl-8 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important; }
  .pr-xl-8 {
    padding-right: 7.6rem; }
  .px-xl-8 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important; }
  .pb-xl-8 {
    padding-bottom: 7.6rem !important; }
  .pl-xl-8 {
    padding-left: 7.6rem !important; }
  .ptn-xl-8 {
    padding-top: -0.57rem; }
  .first-of-element-pt-8:first-of-type {
    padding-top: 7.6rem; }
  .last-of-element-pb-8:last-of-type {
    padding-bottom: 7.6rem; }
  .last-of-element-pr-8:last-of-type {
    padding-right: 7.6rem; }
  .p-xl-9 {
    padding: 8.55rem; }
  .pt-xl-9 {
    padding-top: 8.55rem !important; }
  .py-xl-9 {
    padding-top: 8.55rem !important;
    padding-bottom: 8.55rem !important; }
  .pr-xl-9 {
    padding-right: 8.55rem; }
  .px-xl-9 {
    padding-right: 8.55rem !important;
    padding-left: 8.55rem !important; }
  .pb-xl-9 {
    padding-bottom: 8.55rem !important; }
  .pl-xl-9 {
    padding-left: 8.55rem !important; }
  .ptn-xl-9 {
    padding-top: -0.57rem; }
  .first-of-element-pt-9:first-of-type {
    padding-top: 8.55rem; }
  .last-of-element-pb-9:last-of-type {
    padding-bottom: 8.55rem; }
  .last-of-element-pr-9:last-of-type {
    padding-right: 8.55rem; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto; }
  .mr-xl-auto {
    margin-right: auto; }
  .mb-xl-auto {
    margin-bottom: auto; }
  .ml-xl-auto {
    margin-left: auto; }
  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto; }
  .row-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media only screen and (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mtn-xxl-0 {
    margin-top: -0.57rem; }
  .first-of-element-mt-0:first-of-type {
    margin-top: 0; }
  .last-of-element-mb-0:last-of-type {
    margin-bottom: 0; }
  .last-of-element-mr-0:last-of-type {
    margin-right: 0; }
  .m-xxl-xs {
    margin: 0.57rem; }
  .mt-xxl-xs {
    margin-top: 0.57rem !important; }
  .my-xxl-xs {
    margin-top: 0.57rem !important;
    margin-bottom: 0.57rem !important; }
  .mr-xxl-xs {
    margin-right: 0.57rem; }
  .mx-xxl-xs {
    margin-right: 0.57rem !important;
    margin-left: 0.57rem !important; }
  .mb-xxl-xs {
    margin-bottom: 0.57rem !important; }
  .ml-xxl-xs {
    margin-left: 0.57rem !important; }
  .mtn-xxl-xs {
    margin-top: -0.57rem; }
  .first-of-element-mt-xs:first-of-type {
    margin-top: 0.57rem; }
  .last-of-element-mb-xs:last-of-type {
    margin-bottom: 0.57rem; }
  .last-of-element-mr-xs:last-of-type {
    margin-right: 0.57rem; }
  .m-xxl-1 {
    margin: 0.95rem; }
  .mt-xxl-1 {
    margin-top: 0.95rem !important; }
  .my-xxl-1 {
    margin-top: 0.95rem !important;
    margin-bottom: 0.95rem !important; }
  .mr-xxl-1 {
    margin-right: 0.95rem; }
  .mx-xxl-1 {
    margin-right: 0.95rem !important;
    margin-left: 0.95rem !important; }
  .mb-xxl-1 {
    margin-bottom: 0.95rem !important; }
  .ml-xxl-1 {
    margin-left: 0.95rem !important; }
  .mtn-xxl-1 {
    margin-top: -0.57rem; }
  .first-of-element-mt-1:first-of-type {
    margin-top: 0.95rem; }
  .last-of-element-mb-1:last-of-type {
    margin-bottom: 0.95rem; }
  .last-of-element-mr-1:last-of-type {
    margin-right: 0.95rem; }
  .m-xxl-2 {
    margin: 1.9rem; }
  .mt-xxl-2 {
    margin-top: 1.9rem !important; }
  .my-xxl-2 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .mr-xxl-2 {
    margin-right: 1.9rem; }
  .mx-xxl-2 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mb-xxl-2 {
    margin-bottom: 1.9rem !important; }
  .ml-xxl-2 {
    margin-left: 1.9rem !important; }
  .mtn-xxl-2 {
    margin-top: -0.57rem; }
  .first-of-element-mt-2:first-of-type {
    margin-top: 1.9rem; }
  .last-of-element-mb-2:last-of-type {
    margin-bottom: 1.9rem; }
  .last-of-element-mr-2:last-of-type {
    margin-right: 1.9rem; }
  .m-xxl-3 {
    margin: 2.85rem; }
  .mt-xxl-3 {
    margin-top: 2.85rem !important; }
  .my-xxl-3 {
    margin-top: 2.85rem !important;
    margin-bottom: 2.85rem !important; }
  .mr-xxl-3 {
    margin-right: 2.85rem; }
  .mx-xxl-3 {
    margin-right: 2.85rem !important;
    margin-left: 2.85rem !important; }
  .mb-xxl-3 {
    margin-bottom: 2.85rem !important; }
  .ml-xxl-3 {
    margin-left: 2.85rem !important; }
  .mtn-xxl-3 {
    margin-top: -0.57rem; }
  .first-of-element-mt-3:first-of-type {
    margin-top: 2.85rem; }
  .last-of-element-mb-3:last-of-type {
    margin-bottom: 2.85rem; }
  .last-of-element-mr-3:last-of-type {
    margin-right: 2.85rem; }
  .m-xxl-4 {
    margin: 3.8rem; }
  .mt-xxl-4 {
    margin-top: 3.8rem !important; }
  .my-xxl-4 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .mr-xxl-4 {
    margin-right: 3.8rem; }
  .mx-xxl-4 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mb-xxl-4 {
    margin-bottom: 3.8rem !important; }
  .ml-xxl-4 {
    margin-left: 3.8rem !important; }
  .mtn-xxl-4 {
    margin-top: -0.57rem; }
  .first-of-element-mt-4:first-of-type {
    margin-top: 3.8rem; }
  .last-of-element-mb-4:last-of-type {
    margin-bottom: 3.8rem; }
  .last-of-element-mr-4:last-of-type {
    margin-right: 3.8rem; }
  .m-xxl-5 {
    margin: 4.75rem; }
  .mt-xxl-5 {
    margin-top: 4.75rem !important; }
  .my-xxl-5 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important; }
  .mr-xxl-5 {
    margin-right: 4.75rem; }
  .mx-xxl-5 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important; }
  .mb-xxl-5 {
    margin-bottom: 4.75rem !important; }
  .ml-xxl-5 {
    margin-left: 4.75rem !important; }
  .mtn-xxl-5 {
    margin-top: -0.57rem; }
  .first-of-element-mt-5:first-of-type {
    margin-top: 4.75rem; }
  .last-of-element-mb-5:last-of-type {
    margin-bottom: 4.75rem; }
  .last-of-element-mr-5:last-of-type {
    margin-right: 4.75rem; }
  .m-xxl-6 {
    margin: 5.7rem; }
  .mt-xxl-6 {
    margin-top: 5.7rem !important; }
  .my-xxl-6 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .mr-xxl-6 {
    margin-right: 5.7rem; }
  .mx-xxl-6 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mb-xxl-6 {
    margin-bottom: 5.7rem !important; }
  .ml-xxl-6 {
    margin-left: 5.7rem !important; }
  .mtn-xxl-6 {
    margin-top: -0.57rem; }
  .first-of-element-mt-6:first-of-type {
    margin-top: 5.7rem; }
  .last-of-element-mb-6:last-of-type {
    margin-bottom: 5.7rem; }
  .last-of-element-mr-6:last-of-type {
    margin-right: 5.7rem; }
  .m-xxl-7 {
    margin: 6.65rem; }
  .mt-xxl-7 {
    margin-top: 6.65rem !important; }
  .my-xxl-7 {
    margin-top: 6.65rem !important;
    margin-bottom: 6.65rem !important; }
  .mr-xxl-7 {
    margin-right: 6.65rem; }
  .mx-xxl-7 {
    margin-right: 6.65rem !important;
    margin-left: 6.65rem !important; }
  .mb-xxl-7 {
    margin-bottom: 6.65rem !important; }
  .ml-xxl-7 {
    margin-left: 6.65rem !important; }
  .mtn-xxl-7 {
    margin-top: -0.57rem; }
  .first-of-element-mt-7:first-of-type {
    margin-top: 6.65rem; }
  .last-of-element-mb-7:last-of-type {
    margin-bottom: 6.65rem; }
  .last-of-element-mr-7:last-of-type {
    margin-right: 6.65rem; }
  .m-xxl-8 {
    margin: 7.6rem; }
  .mt-xxl-8 {
    margin-top: 7.6rem !important; }
  .my-xxl-8 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important; }
  .mr-xxl-8 {
    margin-right: 7.6rem; }
  .mx-xxl-8 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important; }
  .mb-xxl-8 {
    margin-bottom: 7.6rem !important; }
  .ml-xxl-8 {
    margin-left: 7.6rem !important; }
  .mtn-xxl-8 {
    margin-top: -0.57rem; }
  .first-of-element-mt-8:first-of-type {
    margin-top: 7.6rem; }
  .last-of-element-mb-8:last-of-type {
    margin-bottom: 7.6rem; }
  .last-of-element-mr-8:last-of-type {
    margin-right: 7.6rem; }
  .m-xxl-9 {
    margin: 8.55rem; }
  .mt-xxl-9 {
    margin-top: 8.55rem !important; }
  .my-xxl-9 {
    margin-top: 8.55rem !important;
    margin-bottom: 8.55rem !important; }
  .mr-xxl-9 {
    margin-right: 8.55rem; }
  .mx-xxl-9 {
    margin-right: 8.55rem !important;
    margin-left: 8.55rem !important; }
  .mb-xxl-9 {
    margin-bottom: 8.55rem !important; }
  .ml-xxl-9 {
    margin-left: 8.55rem !important; }
  .mtn-xxl-9 {
    margin-top: -0.57rem; }
  .first-of-element-mt-9:first-of-type {
    margin-top: 8.55rem; }
  .last-of-element-mb-9:last-of-type {
    margin-bottom: 8.55rem; }
  .last-of-element-mr-9:last-of-type {
    margin-right: 8.55rem; }
  .p-xxl-0 {
    padding: 0; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .ptn-xxl-0 {
    padding-top: -0.57rem; }
  .first-of-element-pt-0:first-of-type {
    padding-top: 0; }
  .last-of-element-pb-0:last-of-type {
    padding-bottom: 0; }
  .last-of-element-pr-0:last-of-type {
    padding-right: 0; }
  .p-xxl-xs {
    padding: 0.57rem; }
  .pt-xxl-xs {
    padding-top: 0.57rem !important; }
  .py-xxl-xs {
    padding-top: 0.57rem !important;
    padding-bottom: 0.57rem !important; }
  .pr-xxl-xs {
    padding-right: 0.57rem; }
  .px-xxl-xs {
    padding-right: 0.57rem !important;
    padding-left: 0.57rem !important; }
  .pb-xxl-xs {
    padding-bottom: 0.57rem !important; }
  .pl-xxl-xs {
    padding-left: 0.57rem !important; }
  .ptn-xxl-xs {
    padding-top: -0.57rem; }
  .first-of-element-pt-xs:first-of-type {
    padding-top: 0.57rem; }
  .last-of-element-pb-xs:last-of-type {
    padding-bottom: 0.57rem; }
  .last-of-element-pr-xs:last-of-type {
    padding-right: 0.57rem; }
  .p-xxl-1 {
    padding: 0.95rem; }
  .pt-xxl-1 {
    padding-top: 0.95rem !important; }
  .py-xxl-1 {
    padding-top: 0.95rem !important;
    padding-bottom: 0.95rem !important; }
  .pr-xxl-1 {
    padding-right: 0.95rem; }
  .px-xxl-1 {
    padding-right: 0.95rem !important;
    padding-left: 0.95rem !important; }
  .pb-xxl-1 {
    padding-bottom: 0.95rem !important; }
  .pl-xxl-1 {
    padding-left: 0.95rem !important; }
  .ptn-xxl-1 {
    padding-top: -0.57rem; }
  .first-of-element-pt-1:first-of-type {
    padding-top: 0.95rem; }
  .last-of-element-pb-1:last-of-type {
    padding-bottom: 0.95rem; }
  .last-of-element-pr-1:last-of-type {
    padding-right: 0.95rem; }
  .p-xxl-2 {
    padding: 1.9rem; }
  .pt-xxl-2 {
    padding-top: 1.9rem !important; }
  .py-xxl-2 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .pr-xxl-2 {
    padding-right: 1.9rem; }
  .px-xxl-2 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .pb-xxl-2 {
    padding-bottom: 1.9rem !important; }
  .pl-xxl-2 {
    padding-left: 1.9rem !important; }
  .ptn-xxl-2 {
    padding-top: -0.57rem; }
  .first-of-element-pt-2:first-of-type {
    padding-top: 1.9rem; }
  .last-of-element-pb-2:last-of-type {
    padding-bottom: 1.9rem; }
  .last-of-element-pr-2:last-of-type {
    padding-right: 1.9rem; }
  .p-xxl-3 {
    padding: 2.85rem; }
  .pt-xxl-3 {
    padding-top: 2.85rem !important; }
  .py-xxl-3 {
    padding-top: 2.85rem !important;
    padding-bottom: 2.85rem !important; }
  .pr-xxl-3 {
    padding-right: 2.85rem; }
  .px-xxl-3 {
    padding-right: 2.85rem !important;
    padding-left: 2.85rem !important; }
  .pb-xxl-3 {
    padding-bottom: 2.85rem !important; }
  .pl-xxl-3 {
    padding-left: 2.85rem !important; }
  .ptn-xxl-3 {
    padding-top: -0.57rem; }
  .first-of-element-pt-3:first-of-type {
    padding-top: 2.85rem; }
  .last-of-element-pb-3:last-of-type {
    padding-bottom: 2.85rem; }
  .last-of-element-pr-3:last-of-type {
    padding-right: 2.85rem; }
  .p-xxl-4 {
    padding: 3.8rem; }
  .pt-xxl-4 {
    padding-top: 3.8rem !important; }
  .py-xxl-4 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .pr-xxl-4 {
    padding-right: 3.8rem; }
  .px-xxl-4 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .pb-xxl-4 {
    padding-bottom: 3.8rem !important; }
  .pl-xxl-4 {
    padding-left: 3.8rem !important; }
  .ptn-xxl-4 {
    padding-top: -0.57rem; }
  .first-of-element-pt-4:first-of-type {
    padding-top: 3.8rem; }
  .last-of-element-pb-4:last-of-type {
    padding-bottom: 3.8rem; }
  .last-of-element-pr-4:last-of-type {
    padding-right: 3.8rem; }
  .p-xxl-5 {
    padding: 4.75rem; }
  .pt-xxl-5 {
    padding-top: 4.75rem !important; }
  .py-xxl-5 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important; }
  .pr-xxl-5 {
    padding-right: 4.75rem; }
  .px-xxl-5 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important; }
  .pb-xxl-5 {
    padding-bottom: 4.75rem !important; }
  .pl-xxl-5 {
    padding-left: 4.75rem !important; }
  .ptn-xxl-5 {
    padding-top: -0.57rem; }
  .first-of-element-pt-5:first-of-type {
    padding-top: 4.75rem; }
  .last-of-element-pb-5:last-of-type {
    padding-bottom: 4.75rem; }
  .last-of-element-pr-5:last-of-type {
    padding-right: 4.75rem; }
  .p-xxl-6 {
    padding: 5.7rem; }
  .pt-xxl-6 {
    padding-top: 5.7rem !important; }
  .py-xxl-6 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .pr-xxl-6 {
    padding-right: 5.7rem; }
  .px-xxl-6 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .pb-xxl-6 {
    padding-bottom: 5.7rem !important; }
  .pl-xxl-6 {
    padding-left: 5.7rem !important; }
  .ptn-xxl-6 {
    padding-top: -0.57rem; }
  .first-of-element-pt-6:first-of-type {
    padding-top: 5.7rem; }
  .last-of-element-pb-6:last-of-type {
    padding-bottom: 5.7rem; }
  .last-of-element-pr-6:last-of-type {
    padding-right: 5.7rem; }
  .p-xxl-7 {
    padding: 6.65rem; }
  .pt-xxl-7 {
    padding-top: 6.65rem !important; }
  .py-xxl-7 {
    padding-top: 6.65rem !important;
    padding-bottom: 6.65rem !important; }
  .pr-xxl-7 {
    padding-right: 6.65rem; }
  .px-xxl-7 {
    padding-right: 6.65rem !important;
    padding-left: 6.65rem !important; }
  .pb-xxl-7 {
    padding-bottom: 6.65rem !important; }
  .pl-xxl-7 {
    padding-left: 6.65rem !important; }
  .ptn-xxl-7 {
    padding-top: -0.57rem; }
  .first-of-element-pt-7:first-of-type {
    padding-top: 6.65rem; }
  .last-of-element-pb-7:last-of-type {
    padding-bottom: 6.65rem; }
  .last-of-element-pr-7:last-of-type {
    padding-right: 6.65rem; }
  .p-xxl-8 {
    padding: 7.6rem; }
  .pt-xxl-8 {
    padding-top: 7.6rem !important; }
  .py-xxl-8 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important; }
  .pr-xxl-8 {
    padding-right: 7.6rem; }
  .px-xxl-8 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important; }
  .pb-xxl-8 {
    padding-bottom: 7.6rem !important; }
  .pl-xxl-8 {
    padding-left: 7.6rem !important; }
  .ptn-xxl-8 {
    padding-top: -0.57rem; }
  .first-of-element-pt-8:first-of-type {
    padding-top: 7.6rem; }
  .last-of-element-pb-8:last-of-type {
    padding-bottom: 7.6rem; }
  .last-of-element-pr-8:last-of-type {
    padding-right: 7.6rem; }
  .p-xxl-9 {
    padding: 8.55rem; }
  .pt-xxl-9 {
    padding-top: 8.55rem !important; }
  .py-xxl-9 {
    padding-top: 8.55rem !important;
    padding-bottom: 8.55rem !important; }
  .pr-xxl-9 {
    padding-right: 8.55rem; }
  .px-xxl-9 {
    padding-right: 8.55rem !important;
    padding-left: 8.55rem !important; }
  .pb-xxl-9 {
    padding-bottom: 8.55rem !important; }
  .pl-xxl-9 {
    padding-left: 8.55rem !important; }
  .ptn-xxl-9 {
    padding-top: -0.57rem; }
  .first-of-element-pt-9:first-of-type {
    padding-top: 8.55rem; }
  .last-of-element-pb-9:last-of-type {
    padding-bottom: 8.55rem; }
  .last-of-element-pr-9:last-of-type {
    padding-right: 8.55rem; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto; }
  .mr-xxl-auto {
    margin-right: auto; }
  .mb-xxl-auto {
    margin-bottom: auto; }
  .ml-xxl-auto {
    margin-left: auto; }
  .mx-xxl-auto {
    margin-left: auto;
    margin-right: auto; }
  .row-xxl {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media screen and (min-width: 767px) {
  .mr-md-xxs {
    margin-right: 0.3rem; } }

.mb-xxs {
  margin-bottom: 0.3rem; }

.lh-base {
  line-height: 1.25; }

.lh-4 {
  line-height: 1.4; }

.mbt-4 {
  margin-bottom: -4rem; }

.border {
  border: 1px solid #cbd6d6 !important; }

.border-top {
  border-top: 1px solid #cbd6d6 !important; }

.border-right {
  border-right: 1px solid #cbd6d6 !important; }

.border-right-2 {
  border-right: 2px solid #cbd6d6 !important; }

.border-bottom {
  border-bottom: 1px solid #cbd6d6 !important; }

.border-left {
  border-left: 1px solid #cbd6d6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-white {
  border-color: #fff !important; }

.border-gallery {
  border-color: #eeeeee !important; }

.border-light-grey {
  border-color: #ccc !important; }

.border-nevada {
  border-color: #6e7375 !important; }

.border-mine-shaft {
  border-color: #333333 !important; }

.border-black {
  border-color: #000 !important; }

.border-teal {
  border-color: #006f7a !important; }

.border-caribbean-green {
  border-color: #00bdad !important; }

.border-persian-green {
  border-color: #00a390 !important; }

.border-mystic {
  border-color: #e1eded !important; }

.border-wild-sand {
  border-color: #f7f6f6 !important; }

.border-tiara {
  border-color: #cbd6d6 !important; }

.border-geyser {
  border-color: #cde1e1 !important; }

.border-flush-orange {
  border-color: #803C00 !important; }

.border-atoll {
  border-color: #077178 !important; }

.border-royal-heath {
  border-color: #902082 !important; }

.border-bondi-blue {
  border-color: #00A9B6 !important; }

.border-hoki {
  border-color: #5D8099 !important; }

.border-meteorite {
  border-color: #322173 !important; }

.border-niagara {
  border-color: #08A391 !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.last-of-element-border-bottom:last-of-type {
  border-bottom: none; }

.last-of-element-border-right:last-of-type {
  border-right: none !important; }

/*###########################################################################
  Width & Height utility classes
  ########################################################################### */
.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.w-img100 picture {
  width: 100%; }

.w-img100 img {
  max-width: 100%;
  max-height: inherit;
  width: auto;
  height: auto; }

.w-img100 _:-ms-fullscreen,
.w-img100 :root img {
  width: 100%; }

.mw-1080 {
  max-width: 1080px; }

.mw-1117 {
  max-width: 1117px; }

.mw-1220 {
  max-width: 1220px; }

.w-pimg-100 picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .w-pimg-100 picture img {
    width: 100%; }

.icon__psuedo_bg, .icon__facebook::after, .icon__instagram::after, .icon__twitter::after, .icon__linkedin::after, .icon__youtube::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.icon {
  position: relative; }
  .icon__facebook::after {
    background-image: url("../../../../../themes/custom/emerald_publishing/assets/svg/facebook.svg"); }
  .icon__instagram::after {
    background-image: url("../../../../../themes/custom/emerald_publishing/assets/svg/instagram.svg"); }
  .icon__twitter::after {
    background-image: url("../../../../../themes/custom/emerald_publishing/assets/svg/twitter.svg"); }
  .icon__linkedin::after {
    background-image: url("../../../../../themes/custom/emerald_publishing/assets/svg/linkedin.svg"); }
  .icon__youtube::after {
    background-image: url("../../../../../themes/custom/emerald_publishing/assets/svg/youtube.svg"); }

html {
  background-color: #fff; }

body {
  color: #333333;
  font-family: "blogger-sans-serif"; }

::-webkit-details-marker {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: blogger, serif;
  font-weight: 300; }

h2 {
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 0.6em; }

.toolbar-icon-edit {
  display: none !important; }

a {
  text-decoration: none;
  color: #006f7a; }

.layout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .layout-container > main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.section {
  padding: 0 2rem; }
  .section__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 7rem 0px; }

.svg-icon {
  position: relative;
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle; }
  .svg-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .slider-nav__dots {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .slider-nav__dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #ccc;
    margin: 0.5rem;
    -webkit-transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1), 0.2s left cubic-bezier(0.2, 1, 1, 1);
    transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1), 0.2s left cubic-bezier(0.2, 1, 1, 1); }
    .slider-nav__dot.active {
      background-color: #006f7a; }
  .slider-nav__prev, .slider-nav__next {
    width: 4.2rem;
    height: 4.8rem;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 48' enable-background='new 0 0 42 48' xml:space='preserve'%3E%3Cpolygon fill='none' stroke='%23006f7a' stroke-miterlimit='10' points='41,35.5 41,12.5 21,0.9 1,12.5 1,35.5 21,47.1 '/%3E%3Cpolyline fill='none' stroke='%23006f7a' stroke-width='2' stroke-miterlimit='10' points='23,29.5 17.5,24 23,18.5 '/%3E%3C/svg%3E");
    background-size: contain; }
    .slider-nav__prev[aria-disabled="true"], .slider-nav__next[aria-disabled="true"] {
      opacity: 0.5; }
  .slider-nav__next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slider-nav .swiper-button-lock,
  .slider-nav .swiper-pagination-lock {
    display: none; }
  .slider-nav .swiper-pagination-bullets-dynamic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    display: block;
    font-size: 0;
    white-space: nowrap; }
    .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot {
      -webkit-transform: scale(0.33);
          -ms-transform: scale(0.33);
              transform: scale(0.33);
      position: relative; }
    .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-main {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-prev {
      -webkit-transform: scale(0.66);
          -ms-transform: scale(0.66);
              transform: scale(0.66); }
    .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-prev-prev {
      -webkit-transform: scale(0.33);
          -ms-transform: scale(0.33);
              transform: scale(0.33); }
    .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-next {
      -webkit-transform: scale(0.66);
          -ms-transform: scale(0.66);
              transform: scale(0.66); }
    .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-next-next {
      -webkit-transform: scale(0.33);
          -ms-transform: scale(0.33);
              transform: scale(0.33); }

.youtube_wrapper__inner {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative; }
  .youtube_wrapper__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover; }

.maintenance-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4em;
  margin: 0;
  text-align: center;
  padding: 2em; }
  .maintenance-page__logo {
    width: 70%;
    max-width: 15em;
    margin-bottom: 1em; }
  .maintenance-page p {
    max-width: 25em; }

.archived-notice {
  background-color: #00bdad;
  padding: 1em;
  color: #fff;
  font-weight: bold;
  font-family: blogger, serif;
  text-align: center;
  text-transform: uppercase; }

#block-tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #00bdad;
  z-index: 999; }
  #block-tabs ul {
    margin: 0; }
    #block-tabs ul a {
      padding: 1rem; }
      #block-tabs ul a.is-active {
        background-color: #803C00; }
      #block-tabs ul a:hover {
        background-color: #803C00; }

.views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.box-shadow {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded; }

.border-hover {
  border: 2px solid transparent;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  .border-hover:hover {
    border: 2px solid #006f7a; }

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

.z-2 {
  z-index: 2; }

.link-hover a:hover {
  text-decoration: underline;
  color: #00a390; }

.paragraph--domain-lp--image-text .youtube_wrapper {
  width: 100%;
  height: 230px; }
  @media screen and (min-width: 767px) {
    .paragraph--domain-lp--image-text .youtube_wrapper {
      height: 175px; } }

.paragraph--domain-lp--image-text .youtube_wrapper__inner {
  height: 100%;
  padding-top: unset; }
  .paragraph--domain-lp--image-text .youtube_wrapper__inner iframe {
    position: unset;
    -o-object-fit: unset;
       object-fit: unset; }

.paragraph--domain-lp--image-text video,
.paragraph--domain-lp--image-text img {
  max-width: 100%;
  float: none;
  height: auto; }

.cursor-default {
  cursor: default; }

.b-quote-author-inline {
  color: #006f7a;
  font-weight: 300;
  font-size: 0.7em;
  max-width: 30em;
  margin: 0 10%; }

.yt-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }

/* Then style the iframe to fit in the container div with full height and width */
.yt-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.ul-center-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  width: 100%; }

.list-center {
  padding: 0 30px 20px; }

.list-center ul {
  margin: 0;
  padding: 0; }

.wysiwyg ul.list--arrow li:before {
  content: "\276F";
  font-size: 17px; }

.column-two {
  float: left;
  width: 48%;
  padding: 0% 0% 0% 2%; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both; }

h2.colour {
  color: #006f7a; }

h2.colour-purple {
  color: #902082; }

h2.colour-award-blue {
  color: #5c7f98; }

.vertical-line {
  border-left: 1px solid;
  border-color: #9a9a9a;
  height: 40px;
  position: absolute;
  left: 50%; }

.div-colour {
  background-color: #e4efef;
  padding-top: 10px;
  padding-right: 5%;
  padding-bottom: 30px;
  padding-left: 6%; }

.div-colour-border {
  border-left: 6px solid;
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #e4efef;
  padding-top: 10px;
  padding-right: 5%;
  padding-bottom: 20px;
  padding-left: 5%; }

.div-colour-box {
  background-color: #e4efef;
  padding-top: 10px;
  padding-right: 5%;
  padding-bottom: 20px;
  padding-left: 5%; }

p.focus {
  border-left: 5px solid;
  border-color: #9FC63B;
  padding-left: 15px;
  font-size: 15px;
  color: #727272;
  font-weight: 500;
  line-height: 1.5; }

p.focus-card {
  border-left: 3px solid;
  border-color: #9FC63B;
  padding-left: 10px;
  font-size: 15px;
  color: #727272;
  font-weight: 500;
  line-height: 1.5; }

p.focus-box {
  border-left: 5px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #9FC63B;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f3faef;
  font-size: 15px;
  color: #474747;
  font-weight: 500;
  line-height: 1.5; }

.wysiwyg ul.list--triangle li:before {
  content: "\2023";
  font-size: 18px;
  font-weight: 500; }

.vertical-align--top {
  vertical-align: top; }

.text--grey {
  color: darkgray; }

.two-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.two-column-item {
  width: 100%;
  max-width: 515px;
  margin: 0 auto 30px; }

.two-column-item:nth-child(odd) {
  margin-right: 50px; }

.two-column-item p:first-child {
  margin-top: 0; }

@media (max-width: 1134px) {
  .two-column-item {
    max-width: none; }
  .two-column-item:nth-child(odd) {
    margin-right: auto; } }

@media (max-width: 796px) {
  table.responsive-stack td {
    display: block; }
  table.responsive-stack td img {
    max-width: 200px;
    margin: 0 auto;
    display: block; } }

.column-width-medium {
  max-width: 796px; }

.text--medium {
  font-size: 3.1em;
  line-height: 1em; }

.text--small {
  font-size: 0.6em;
  line-height: 1em; }

.pullout {
  background-color: #e1eded;
  padding: 1px 2em 2em; }

.wysiwyg .b-accordion__header {
  margin: 0; }

.image-align-right {
  margin: 1em 0 1em 1em;
  float: right; }

.image-align-left {
  margin: 1em 1em 1em 0;
  float: left; }

h1 {
  line-height: 1.3; }

.wysiwyg li ul,
.wysiwyg li ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
  display: block; }
  table th {
    font-size: 1em;
    background-color: #006f7a;
    color: #fff;
    font-weight: 700;
    border-right: 1px solid #00656d;
    padding: 1.5em 1em;
    min-width: 10rem; }
    table th:last-of-type {
      border-right: 1px solid #006f7a; }
  table td {
    vertical-align: top;
    font-size: 0.9em;
    color: #333333;
    border: 1px solid #e5e5e5;
    padding: 1em 1.5em; }
  table tbody tr:nth-child(even) {
    background-color: #f7f6f6; }
  table th,
  table td {
    text-align: left; }

.b-accordion-wrapper + .b-accordion-wrapper {
  margin-top: 5rem; }

.b-accordion-wrapper::before {
  content: "";
  display: block;
  height: 140px;
  margin-top: -140px;
  visibility: hidden; }
  @media screen and (min-width: 767px) {
    .b-accordion-wrapper::before {
      height: 170px;
      margin-top: -170px; } }
  @media screen and (min-width: 1024px) {
    .b-accordion-wrapper::before {
      height: 72px;
      margin-top: -72px; } }

.anchor-cover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border: 2px solid transparent;
  z-index: 1; }

.anchor-cover:hover::before {
  border: 2px solid #006f7a; }

.region-top-header {
  margin-bottom: -4rem; }

.ui-widget {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 17px 11px;
  z-index: 9; }
  .ui-widget .ui-menu-item:not(:last-child) {
    margin-bottom: 10px; }
  .ui-widget.ui-widget-content {
    border-radius: 20px;
    max-width: 90%; }
    @media screen and (min-width: 767px) {
      .ui-widget.ui-widget-content {
        max-width: 100%; } }
    @media screen and (min-width: 992px) {
      .ui-widget.ui-widget-content {
        max-width: 33.5%; } }
    @media screen and (min-width: 1250px) {
      .ui-widget.ui-widget-content {
        max-width: 26.5%; } }
  .ui-widget.ui-autocomplete a {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0; }
  .ui-widget.ui-autocomplete .ui-state-active .search-api-autocomplete-suggestion {
    background-color: #fff;
    color: #006f7a;
    border: none;
    margin: 0; }
  .ui-widget.ui-autocomplete-loading {
    background-image: none; }

.js input.form-autocomplete {
  background-image: none; }

.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: none; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.77);
  z-index: 2;
  cursor: pointer; }
  .overlay.overlay-active {
    display: block; }

.shrink {
  width: 12em !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .shrink.site-header__logo {
    height: 4em !important;
    background: url(../assets/svg/epg-logo.svg) no-repeat left; }

.header-shrink {
  height: 6rem !important;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.2); }
  .header-shrink .site-logo img {
    }
  .header-shrink .branded-page-logo {
    width: 4em !important; }
  @media (min-width: 1025px) {
    .header-shrink .meganav-header {
      height: auto; } }
  .header-shrink .mega-item--expanded > a,
  .header-shrink .menu-item > a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 1025px) {
      .header-shrink .mega-item--expanded > a,
      .header-shrink .menu-item > a {
        -webkit-transition-delay: unset !important;
                transition-delay: unset !important;
        padding: 18px 15px !important; }
        .header-shrink .mega-item--expanded > a:before,
        .header-shrink .menu-item > a:before {
          bottom: 25px; }
        .header-shrink .mega-item--expanded > a::after,
        .header-shrink .menu-item > a::after {
          right: 0 !important; } }

.site-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.menu-breaker {
  margin: 0 20px; }
  .menu-breaker a.btn-menu {
    margin: 20px 0 !important; }
    @media screen and (min-width: 1025px) {
      .menu-breaker a.btn-menu {
        margin: 20px 20px 40px 0 !important; } }
    .menu-breaker a.btn-menu::after {
      height: 100%; }
  @media screen and (min-width: 1025px) {
    .menu-breaker {
      position: absolute;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      margin-left: 0;
      margin-right: 0; } }

.meganav-header {
  position: static !important; }

.site-header__nav .meganav {
  margin: 0;
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 100%;
  -webkit-box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.2);
  max-height: 100vh;
  list-style: none;
  overflow-y: auto;
  max-height: 550px; }
  @media screen and (min-width: 500px) {
    .site-header__nav .meganav {
      right: 0; } }
  @media screen and (min-width: 1025px) {
    .site-header__nav .meganav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      right: auto;
      position: static;
      max-width: none;
      width: auto;
      top: auto;
      -webkit-box-shadow: none;
              box-shadow: none;
      overflow-y: hidden; } }
  .site-header__nav .meganav .header-search--form-inner {
    background-color: #fff; }
  @media screen and (min-width: 1025px) {
    .site-header__nav .meganav .menu-item:hover .inner-nav--level-2 {
      background-color: #f5f9f9; } }
  .site-header__nav .meganav .menu-item a {
    font-size: 14px;
    font-weight: 700; }
    @media screen and (min-width: 1025px) {
      .site-header__nav .meganav .menu-item a {
        font-size: 15px;
        font-weight: 400; } }
  .site-header__nav .meganav .menu-item--search {
    display: block; }
    .site-header__nav .meganav .menu-item--search a {
      width: auto;
      height: auto;
      padding: 20px 20px 20px 30px;
      display: block;
      color: #006f7a; }
      .site-header__nav .meganav .menu-item--search a svg {
        width: 14px; }
  @media screen and (min-width: 1025px) {
    .site-header__nav .meganav .menu-item:hover ~ .overlay:after {
      content: "";
      opacity: 1; } }
  .site-header__nav .meganav .mega-item--expanded a:focus-visible {
    border: 1px solid blue; }
  .site-header__nav .meganav .mega-item--expanded.is--active .inner-nav--level-2 {
    visibility: visible;
    pointer-events: all; }
  .site-header__nav .meganav .mega-item--expanded,
  .site-header__nav .meganav .menu-item--search {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      .site-header__nav .meganav .mega-item--expanded,
      .site-header__nav .meganav .menu-item--search {
        position: static; } }
    .site-header__nav .meganav .mega-item--expanded span,
    .site-header__nav .meganav .menu-item--search span {
      width: 60px;
      height: 60px;
      right: 0px;
      top: 0px;
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .site-header__nav .meganav .mega-item--expanded span img,
      .site-header__nav .meganav .menu-item--search span img {
        width: 20px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .site-header__nav .meganav .mega-item--expanded span:before,
      .site-header__nav .meganav .menu-item--search span:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        width: 2px;
        height: 70%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #9dc4c4; }
      @media screen and (min-width: 1025px) {
        .site-header__nav .meganav .mega-item--expanded span,
        .site-header__nav .meganav .menu-item--search span {
          display: none; } }
    .site-header__nav .meganav .mega-item--expanded:hover,
    .site-header__nav .meganav .menu-item--search:hover {
      cursor: pointer; }
    .site-header__nav .meganav .mega-item--expanded > a,
    .site-header__nav .meganav .menu-item--search > a {
      padding: 20px 20px 20px 30px;
      display: block; }
      @media screen and (min-width: 1025px) {
        .site-header__nav .meganav .mega-item--expanded > a,
        .site-header__nav .meganav .menu-item--search > a {
          padding: 25px 15px;
          line-height: 20px; } }
      .site-header__nav .meganav .mega-item--expanded > a:after,
      .site-header__nav .meganav .menu-item--search > a:after {
        content: "";
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 320 192' style='enable-background:new 0 0 320 192;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23333333;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='300.6,0 320,20.7 160,192 0,20.7 19.3,0 160,150.5 '/%3E%3C/svg%3E%0A");
        background-size: 20px auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        pointer-events: none;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s;
        display: none; }
        @media screen and (min-width: 1025px) {
          .site-header__nav .meganav .mega-item--expanded > a:after,
          .site-header__nav .meganav .menu-item--search > a:after {
            background-size: 10px auto;
            width: 10px;
            height: 10px;
            display: block; } }
    .site-header__nav .meganav .mega-item--expanded.is-active > span img,
    .site-header__nav .meganav .menu-item--search.is-active > span img {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .site-header__nav .meganav .inner-nav--level-2 {
    width: 100%;
    left: 0;
    top: 100%; }
    @media screen and (min-width: 1025px) {
      .site-header__nav .meganav .inner-nav--level-2 {
        position: absolute;
        visibility: hidden;
        pointer-events: none;
        -webkit-box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.2);
                box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.2);
        background-color: #f5f9f9;
        padding-right: 2.85rem;
        padding-left: 2.85rem;
        top: 100%; } }
    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 {
      width: 100%;
      display: none;
      list-style-type: none;
      background-color: #f5f9f9;
      overflow-y: auto;
      max-height: 100vh; }
      @media screen and (min-width: 1025px) {
        .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          padding: 23px 0 50px;
          max-width: 1080px;
          margin: 0 auto;
          position: relative; }
          .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > li {
            margin-bottom: 55px !important; } }
      .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner {
        padding: 12px 0;
        margin: 0 20px; }
        .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner:last-child {
          padding-top: 0; }
        @media screen and (min-width: 1025px) {
          .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner {
            padding-right: 20px;
            margin: 0; }
            .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner:last-child {
              padding: 12px 0; } }
      .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner {
        background-color: #f5f9f9;
        position: relative;
        padding: 0;
        margin: 0; }
        @media screen and (min-width: 1025px) {
          .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            width: 16.6666666667%;
            border-bottom: transparent; } }
        .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner > a {
          padding: 20px 80px 20px 25px;
          display: block;
          position: relative;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          margin: 0 20px;
          border-bottom: 1px solid #9dc4c4; }
          @media screen and (min-width: 1025px) {
            .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner > a {
              margin: 0;
              padding: 10px 20px 10px 0;
              font-size: 1.4rem;
              font-weight: 700;
              border-bottom: transparent; }
              .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner > a:hover {
                color: #00a390; } }
        .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner span {
          width: 60px;
          height: 60px;
          right: 0px;
          top: 0px;
          position: absolute; }
          .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner span img {
            width: 20px;
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
          .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner span:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            width: 2px;
            height: 70%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            background-color: #9dc4c4; }
          @media screen and (min-width: 1025px) {
            .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner span {
              display: none; } }
        .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner.is-active span img {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
    @media screen and (min-width: 1025px) {
      .site-header__nav .meganav .inner-nav--level-2.left-align .inner-menu--level-2 > li > a:after {
        right: calc(100% - 22px);
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
      .site-header__nav .meganav .inner-nav--level-2.left-align .inner-menu--level-2 > li:hover > a:after {
        right: calc(100% - 5px); }
      .site-header__nav .meganav .inner-nav--level-2.left-align .inner-nav--level-3 {
        left: auto;
        right: 100%; } }
  .site-header__nav .meganav .inner-nav--level-3 {
    width: 100%;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media screen and (min-width: 1025px) {
      .site-header__nav .meganav .inner-nav--level-3 {
        border-top: 1px solid #91ddd6; } }
    .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 {
      width: 100%;
      display: none;
      list-style-type: none;
      background-color: white; }
      @media screen and (min-width: 1025px) {
        .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 {
          display: block; } }
      .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li {
        width: 100%;
        background-color: #cde1e1; }
        @media screen and (min-width: 1025px) {
          .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li {
            background-color: #f5f9f9;
            border-top: none; } }
        .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li:first-child a {
          border-top: transparent; }
        .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li > a {
          color: #333333;
          padding: 20px 20px 20px 40px;
          display: block;
          margin: 0 20px;
          border-top: 1px solid #9dc4c4; }
          @media screen and (min-width: 1025px) {
            .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li > a {
              padding: 12px 30px 12px 0;
              font-size: 1.4rem;
              font-weight: 300;
              margin: 0;
              border-top: transparent; }
              .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li > a:hover {
                color: #00a390; } }

.site-header__burger {
  right: 20px !important; }

#top-header #block-utilitymenu-2 {
  display: none; }
  @media screen and (min-width: 1025px) {
    #top-header #block-utilitymenu-2 {
      display: block; } }

@media screen and (min-width: 1025px) {
  #top-header {
    height: auto;
    z-index: 101;
    position: relative;
    overflow: visible;
    background-color: #fff; }
    #top-header .header-search.open .header-search--form {
      width: 31em; }
    #top-header .header-search:hover .header-search--form {
      width: 31em; }
    #top-header .header-search--form-inner {
      width: 31em;
      margin-right: 7px; } }

.menu--utility-menu {
  text-transform: uppercase; }
  .menu--utility-menu ul {
    list-style: none; }
    .menu--utility-menu ul li .header-search {
      margin-right: 0; }
    .menu--utility-menu ul li .field--name-field-icon img {
      width: 15px;
      height: auto; }
    .menu--utility-menu ul li a {
      margin-left: 7px;
	  }
    .menu--utility-menu ul li form svg {
      height: 14px;
      fill: #006f7a;
      overflow: visible;
      width: 60%; }

.block-system-branding-block {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .block-system-branding-block img {
    width: 16em;
    height: 6em; }

.site-header {
  background-color: #fff;
  overflow: visible;
  height: 8rem;
  position: relative;
  z-index: 100; }
  @media (min-width: 1025px) {
    .site-header {
      height: 10rem; } }
  .site-header__inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
    position: relative; }
  .site-header__logo {
    width: 16em;
    height: 6em;
    font-size: 0.8em;
    background: url(../assets/svg/emerald-publishing-logo.svg) no-repeat center;
    background-size: contain;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    position: relative; }
    .site-header__logo .emerald-publishing-logo {
      position: absolute;
      left: -9999px; }
    @media (min-width: 1025px) {
      .site-header__logo {
        font-size: 1em; } }
  .site-header .contextual-region {
    position: static; }
  .site-header .contextual {
    display: none !important; }
  .site-header .menu {
    margin: 0;
    display: none;
    position: absolute;
    right: 0;
    width: calc(100% + 4rem);
    max-width: 350px;
    top: 100%; }
    @media screen and (min-width: 500px) {
      .site-header .menu {
		      font-family: system-ui;
        right: 0; } }
    @media screen and (min-width: 1025px) {
      .site-header .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        right: auto;
        position: static;
        max-width: none;
        width: auto;
        top: auto; } }
    .site-header .menu-item {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 0px; }
      @media screen and (min-width: 1025px) {
        .site-header .menu-item:hover a:before {
          width: calc(100% - 28px); } }
      @media screen and (min-width: 1025px) {
        .site-header .menu-item.is--active:hover.menu-item--expanded a:after {
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); } }
      @media screen and (min-width: 1025px) {
        .site-header .menu-item:hover .inner-nav--level-2 {
          opacity: 1;
          background-color: #fff;
          pointer-events: all; } }
      .site-header .menu-item:nth-of-type(odd) > a {
        background-color: #f7f6f6; }
        @media screen and (min-width: 1025px) {
          .site-header .menu-item:nth-of-type(odd) > a {
            background-color: #fff;
font-family: blogger-sans-serif;
    }			} }
      .site-header .menu-item a {
        font-size: 16px;
        color: #333333;
        font-family: blogger-sans, sans-serif;
        font-weight: 400;
        padding: 20px;
        display: block; }
      .site-header .menu-item > a {
        background-color: #fff;
        border: 1px solid transparent;
        border-bottom: none;
        position: relative; }
        @media screen and (min-width: 1025px) {
          .site-header .menu-item > a {
            background-color: #fff; } }
        .site-header .menu-item > a:before {
          position: absolute;
          content: "";
          width: 0%;
          height: 2px;
          background-color: #00a390;
          left: 50%;
          bottom: 40%;
          -webkit-transform: translate(-50%, 6px);
              -ms-transform: translate(-50%, 6px);
                  transform: translate(-50%, 6px);
          -webkit-transition: width 0.3s ease;
          transition: width 0.3s ease; }
      .site-header .menu-item--search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff; }
        .site-header .menu-item--search a {
          padding: 0;
          margin: auto;
          display: block;
          width: 2em;
          height: 2em;
          fill: #006f7a;
          -webkit-transition: 0.2s fill cubic-bezier(0.2, 1, 1, 1);
          transition: 0.2s fill cubic-bezier(0.2, 1, 1, 1); }
          .site-header .menu-item--search a:before {
            display: none; }
          .site-header .menu-item--search a:hover {
            fill: #00a390; }
    .site-header .menu-item--expanded {
      list-style-type: none;
      list-style-image: none;
      margin: 0;
      position: relative; }
      .site-header .menu-item--expanded span {
        width: 60px;
        height: 60px;
        right: 0px;
        top: 0px;
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .site-header .menu-item--expanded span img {
          width: 20px;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .site-header .menu-item--expanded span:before {
          position: absolute;
          content: "";
          left: 0;
          top: 50%;
          width: 2px;
          height: 70%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background-color: #cbd6d6; }
        @media screen and (min-width: 1025px) {
          .site-header .menu-item--expanded span {
            display: none; } }
      .site-header .menu-item--expanded:hover {
        cursor: pointer; }
      .site-header .menu-item--expanded > a {
        padding: 20px;
        display: block; }
        @media screen and (min-width: 1025px) {
          .site-header .menu-item--expanded > a {
            padding: 40px 30px 40px 20px;
            line-height: 20px;
            border-top: 0; } }
        .site-header .menu-item--expanded > a:after {
          content: "";
          background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 320 192' style='enable-background:new 0 0 320 192;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23333333;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='300.6,0 320,20.7 160,192 0,20.7 19.3,0 160,150.5 '/%3E%3C/svg%3E%0A");
          background-size: 20px auto;
          background-repeat: no-repeat;
          background-position: center;
          width: 20px;
          height: 20px;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          position: absolute;
          pointer-events: none;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease;
          display: none; }
          @media screen and (min-width: 1025px) {
            .site-header .menu-item--expanded > a:after {
              background-size: 10px auto;
              width: 10px;
              height: 10px;
              display: block; } }
      .site-header .menu-item--expanded.is-active > span img {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .site-header .menu .inner-nav--level-2 {
      width: 100%;
      top: 100%;
      left: 0;
      border-top: 1px solid #cbd6d6;
      margin-top: -1px;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      @media screen and (min-width: 1025px) {
        .site-header .menu .inner-nav--level-2 {
          position: absolute;
          opacity: 0;
          pointer-events: none;
          width: 25em; } }
      .site-header .menu .inner-nav--level-2 .inner-menu--level-2 {
        width: 100%;
        display: none;
        list-style-type: none; }
        @media screen and (min-width: 1025px) {
          .site-header .menu .inner-nav--level-2 .inner-menu--level-2 {
            width: 100%;
            display: block; } }
        .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li {
          background-color: #e1eded;
          border-bottom: 1px solid #cbd6d6;
          position: relative; }
          @media screen and (min-width: 1025px) {
            .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li {
              border-right: 1px solid #cbd6d6;
              position: static; } }
          .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li a {
            padding: 20px 80px 20px 30px;
            display: block; }
            @media screen and (min-width: 1025px) {
              .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li a {
                padding: 15px 20px; } }
          .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li span {
            width: 60px;
            height: 60px;
            right: 0px;
            top: 0px;
            position: absolute; }
            .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li span img {
              width: 20px;
              -webkit-transition: -webkit-transform 0.3s ease;
              transition: -webkit-transform 0.3s ease;
              transition: transform 0.3s ease;
              transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
            .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li span:before {
              position: absolute;
              content: "";
              left: 0;
              top: 50%;
              width: 2px;
              height: 70%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              background-color: #cbd6d6; }
            @media screen and (min-width: 1025px) {
              .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li span {
                display: none; } }
          .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li > a {
            position: relative; }
          @media screen and (min-width: 1025px) {
            .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li.menu-item--expanded--inner a:after {
              content: "";
              width: 25px;
              height: 100%;
              position: absolute;
              right: 0px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 115.9 320' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300A390;%7D%0A%3C/style%3E%3Cpath class='st0' d='M14.9,317.1l1.3-1.8l94.5-136c3.2-4.6,5.2-11.5,5.2-19.2c0-7.7-2.1-14.6-5.2-19.2L16.4,5l-1.6-2.3 C13.3,1,11.5,0,9.5,0C4.3,0,0,7.4,0,16.6l0,0v286.8l0,0c0,9.2,4.3,16.6,9.5,16.6C11.5,320,13.4,318.9,14.9,317.1z'/%3E%3C/svg%3E%0A");
              background-repeat: no-repeat;
              background-size: 100% 100%;
              opacity: 0;
              display: block; } }
          @media screen and (min-width: 1025px) {
            .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li:hover {
              background-color: #00a390; }
              .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li:hover > a {
                color: #fff; }
                .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li:hover > a:after {
                  display: block;
                  right: -21px;
                  opacity: 1;
                  -webkit-transition: opacity 0s ease, right 0.3s ease;
                  transition: opacity 0s ease, right 0.3s ease; }
              .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li:hover .inner-nav--level-3 {
                opacity: 1;
                pointer-events: all; } }
          .site-header .menu .inner-nav--level-2 .inner-menu--level-2 > li.is-active span img {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
      @media screen and (min-width: 1025px) {
        .site-header .menu .inner-nav--level-2.left-align .inner-menu--level-2 > li > a:after {
          right: calc(100% - 22px);
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
        .site-header .menu .inner-nav--level-2.left-align .inner-menu--level-2 > li:hover > a:after {
          right: calc(100% - 5px); }
        .site-header .menu .inner-nav--level-2.left-align .inner-nav--level-3 {
          left: auto;
          right: 100%; } }
    .site-header .menu .inner-nav--level-3 {
      width: 100%;
      right: 0;
      top: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      @media screen and (min-width: 1025px) {
        .site-header .menu .inner-nav--level-3 {
          position: absolute;
          opacity: 0;
          width: 100%;
          right: auto;
          left: 100%;
          pointer-events: none; } }
      .site-header .menu .inner-nav--level-3 .inner-menu--level-3 {
        width: 100%;
        display: none;
        list-style-type: none;
        background-color: white; }
        @media screen and (min-width: 1025px) {
          .site-header .menu .inner-nav--level-3 .inner-menu--level-3 {
            display: block; } }
        .site-header .menu .inner-nav--level-3 .inner-menu--level-3 > li {
          width: 100%;
          background-color: #cde1e1; }
          .site-header .menu .inner-nav--level-3 .inner-menu--level-3 > li + li {
            border-top: 1px solid #9dc4c4; }
          @media screen and (min-width: 1025px) {
            .site-header .menu .inner-nav--level-3 .inner-menu--level-3 > li {
              background-color: #fff; } }
          .site-header .menu .inner-nav--level-3 .inner-menu--level-3 > li a {
            color: #333333;
            padding: 20px 20px 20px 40px;
            display: block; }
            @media screen and (min-width: 1025px) {
              .site-header .menu .inner-nav--level-3 .inner-menu--level-3 > li a {
                color: #006f7a;
                padding: 15px 20px 15px 30px; }
                .site-header .menu .inner-nav--level-3 .inner-menu--level-3 > li a:hover {
                  text-decoration: underline; } }
  .site-header__burger {
    text-indent: -9999px;
    border: none;
    border-top: 5px solid #006f7a;
    height: 27px;
    width: 36px;
    position: relative;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none; }
    @media screen and (min-width: 400px) {
      .site-header__burger {
        right: 20px; } }
    @media screen and (min-width: 1025px) {
      .site-header__burger {
        display: none; } }
    .site-header__burger:hover {
      cursor: pointer; }
    .site-header__burger:before, .site-header__burger:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      background-color: #006f7a;
      width: 100%;
      -webkit-transition: width 0.4s 0.2s, bottom 0.4s 0s, -webkit-transform 0.4s 0s;
      transition: width 0.4s 0.2s, bottom 0.4s 0s, -webkit-transform 0.4s 0s;
      transition: width 0.4s 0.2s, bottom 0.4s 0s, transform 0.4s 0s;
      transition: width 0.4s 0.2s, bottom 0.4s 0s, transform 0.4s 0s, -webkit-transform 0.4s 0s; }
    .site-header__burger:before {
      bottom: 11px; }
    .site-header__burger.is-active {
      border-top: 5px solid #fff; }
      .site-header__burger.is-active:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .site-header__burger.is-active:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        bottom: 11px; }

.header-search {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  font-size: 1.7rem;
  fill: #00bdad;
  position: relative;
  width: 100%;
  border-top: 2px solid #cbd6d6; }
  .header-search--form, .header-search--form-nav {
    height: 3em;
    overflow: hidden;
    -webkit-transition: 0.2s width cubic-bezier(0.2, 1, 1, 1), 0.2s -webkit-box-shadow cubic-bezier(0.2, 1, 1, 1), -webkit-transform;
    transition: 0.2s width cubic-bezier(0.2, 1, 1, 1), 0.2s -webkit-box-shadow cubic-bezier(0.2, 1, 1, 1), -webkit-transform;
    transition: 0.2s width cubic-bezier(0.2, 1, 1, 1), 0.2s box-shadow cubic-bezier(0.2, 1, 1, 1), transform;
    transition: 0.2s width cubic-bezier(0.2, 1, 1, 1), 0.2s box-shadow cubic-bezier(0.2, 1, 1, 1), transform, 0.2s -webkit-box-shadow cubic-bezier(0.2, 1, 1, 1), -webkit-transform;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0);
            box-shadow: 0 0 1em rgba(0, 0, 0, 0); }
    .header-search--form-inner, .header-search--form-nav-inner {
      height: 100%; }
  .header-search--input[type="text"], .header-search--input-nav[type="text"] {
    font-size: 1.7rem;
    border-width: 0;
    background-color: #fff;
    width: calc(100% - 3em);
    float: left;
    padding: 0.9em 1em;
    height: 100%;
    line-height: normal;
    outline: 0;
    color: #333333; }
  .header-search--submit {
    font-size: 1.7rem;
    height: 100%;
    width: 2em;
    border-width: 0;
    background-color: transparent;
    position: relative;
    float: left;
    -webkit-transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1), 0.2s fill cubic-bezier(0.2, 1, 1, 1);
    transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1), 0.2s fill cubic-bezier(0.2, 1, 1, 1);
    outline: none !important;
    cursor: pointer; }
    .header-search--submit svg {
      width: 1.7rem;
      height: 1.7rem;
      position: absolute;
      top: 48%;
      left: 50%;
      margin: -0.8rem; }
  @media screen and (min-width: 1025px) {
    .header-search {
      width: 3em;
      height: 3em;
      padding: 0.5em 1em 1.5em;
      border-top: none; }
    .header-search--form {
      width: 5em;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      .header-search--form:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -o-object-fit: cover;
           object-fit: cover;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        opacity: 0;
        -webkit-transition: 0.2s opacity cubic-bezier(0.2, 1, 1, 1);
        transition: 0.2s opacity cubic-bezier(0.2, 1, 1, 1); }
    .header-search--form-inner {
      position: absolute;
      top: 1.5px;
      right: 0;
      width: 20em;
      height: 100%; }
    .header-search:hover .header-search--form,
    .header-search.open .header-search--form {
      width: 20em;
      height: 100%;
      -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 1em rgba(0, 0, 0, 0.5); }
      .header-search:hover .header-search--form:after,
      .header-search.open .header-search--form:after {
        opacity: 1;
        -webkit-transition-delay: 0.75s;
                transition-delay: 0.75s; }
    .header-search.open .header-search--form:after {
      pointer-events: all; }
    .header-search:hover .header-search--form {
      -webkit-transition-delay: 0.75s;
              transition-delay: 0.75s;
      width: 20.01em; }
    .header-search.open .header-search--form {
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      width: 20em; } }

@media screen and (min-width: 1025px) {
  .nav--sec .menu-item:not(.header-search) {
    opacity: 1;
    -webkit-transition: 0.2s opacity cubic-bezier(0.2, 1, 1, 1);
    transition: 0.2s opacity cubic-bezier(0.2, 1, 1, 1); }
    .nav.search-open .nav--sec .menu-item:not(.header-search) {
      opacity: 0; } }

.site-footer {
  background-color: #333333;
  padding: 4.5rem 1rem;
  color: #fff;
  font-size: 1.4rem; }
  @media screen and (min-width: 1024px) {
    .site-footer {
      padding: 4.5rem 1.5rem; } }
  .site-footer__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    display: block; }
    @media screen and (min-width: 1024px) {
      .site-footer__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .site-footer__inner + .site-footer__inner {
      margin-top: 2em; }
  .site-footer a {
    color: #fff; }
  .site-footer__logo {
    width: 22.5rem;
    height: 8rem;
    background: url(../assets/svg/emerald-publishing-logo_white.svg) no-repeat center;
    background-size: contain;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    margin-bottom: 25px; }
    @media screen and (min-width: 1024px) {
      .site-footer__logo {
        margin: 0; } }
  .site-footer__social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .site-footer__social-links:after {
      content: '';
      display: block;
      clear: both; }
  .site-footer__upper {
    display: block; }
    @media screen and (min-width: 1024px) {
      .site-footer__upper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 10%; } }
  .site-footer .footer-social__link {
    padding: 0 0.5em; }
    .site-footer .footer-social__link i {
      display: block;
      width: 1.2em;
      height: 1.2em; }
    .site-footer .footer-social__link img {
      width: 1.2em;
      height: 1.2em; }
  .site-footer__legal {
    font-weight: 500;
    text-align: center;
    margin: 1.5em 0px; }
    @media screen and (min-width: 1024px) {
      .site-footer__legal {
        text-align: left;
        margin: 0;
        width: 59%; } }
  .site-footer .footer-menu,
  .site-footer .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (min-width: 1024px) {
      .site-footer .footer-menu,
      .site-footer .menu {
        margin: 0px -0.5em; } }
    .site-footer .footer-menu .menu-item,
    .site-footer .menu .menu-item {
      margin: 0.5em;
      list-style-type: none;
      list-style-image: none;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 10em; }
      @media screen and (min-width: 1024px) {
        .site-footer .footer-menu .menu-item,
        .site-footer .menu .menu-item {
          margin: 0px 1em; } }
      .site-footer .footer-menu .menu-item ul,
      .site-footer .menu .menu-item ul {
        margin: 0; }
      .site-footer .footer-menu .menu-item li,
      .site-footer .menu .menu-item li {
        margin: 0; }
    .site-footer .footer-menu a,
    .site-footer .menu a {
		    font-family: system-ui;
      color: #fff;
      /*font-weight: bold;*/
      -webkit-transition: 0.2s opacity cubic-bezier(0.2, 1, 1, 1);
      transition: 0.2s opacity cubic-bezier(0.2, 1, 1, 1); }
      .site-footer .footer-menu a:hover,
      .site-footer .menu a:hover {
        opacity: 0.6; }
      .site-footer .footer-menu a.is-active,
      .site-footer .menu a.is-active {
        color: #fff; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-width: 0;
  padding: 1em 0.5em;
  line-height: 1em;
  width: 100%;
  resize: none !important; }

select:not([multiple]) {
  background: #fff no-repeat center right url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 24' style='enable-background:new 0 0 70 24;'%3E%3Cpolyline class='st0' points='44,8.5 35,17.5 26,8.5' fill='none' stroke-width='2' stroke='%23000000' stroke-miterlimit='10' /%3E%3Crect y='2.5' fill='%23eeeeee' width='1' height='19'/%3E%3C/svg%3E");
  background-size: 3em auto;
  padding: 1em 2.5em 1em 0.5em; }

button[type="submit"] {
  margin: 1.5em 0 0 auto;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
              -ms-grid-row-align: start;
          align-self: start; }

/* Default webforms css names */
.block-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .block-form form *[data-drupal-messages] {
    width: 100%; }

fieldset {
  border: transparent; }
  fieldset legend span.accessibility {
    position: absolute;
    left: -9999px;
    width: 100px;
    height: auto;
    overflow: hidden; }

.form-item {
  width: 100%;
  margin: 0.5em 0; }
  .form-item label {
    display: block; }
    .form-item label.option {
      font-weight: bold; }
  .form-item legend {
    font-weight: 300; }
  .form-item .fieldset-wrapper {
    width: 100%; }

.form-actions {
  width: 100%;
  margin: 2em 0 0;
  text-align: right; }

/* Urgh, buttons! */
.webform-options-display-buttons label.webform-options-display-buttons-label {
  border-width: 0;
  border-radius: 0.5em;
  line-height: 1.1;
  font-weight: 500;
  font-size: 0.9em;
  background-color: #ccc;
  padding: 0.5em 1em;
  -webkit-transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1);
  transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1);
  cursor: pointer; }

.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
  background-color: #00bdad;
  color: #fff; }

.webform-options-display-buttons .webform-options-display-buttons-wrapper {
  margin: 0.5em 5px; }
  .webform-options-display-buttons .webform-options-display-buttons-wrapper .form-item {
    margin: 0; }

/* Never 3 columns */
.webform-options-display-three-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

/* Checkboxes and radios */
.form-type-checkbox,
.form-type-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0.75em !important;
  line-height: 1.2; }
  .form-type-checkbox label,
  .form-type-radio label {
    font-weight: 300; }
  .form-type-checkbox input[type="checkbox"],
  .form-type-checkbox input[type="radio"],
  .form-type-radio input[type="checkbox"],
  .form-type-radio input[type="radio"] {
    margin: 0.3em 0.7em 0 0; }

/* Half width fields just in footer form and contact page */
@media (min-width: 1000px) {
  .region-post-content .form-item:not(.form-type-textarea),
  .b-contact-places .form-item:not(.form-type-textarea) {
    width: calc(50% - 1em); } }

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

.webform-progress {
  width: 100%; }

.webform-progress-tracker {
  font-family: blogger, serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto; }
  .webform-progress-tracker .progress-step {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #ccc;
    border-radius: 1em;
    overflow: hidden;
    padding: 0.6em 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .webform-progress-tracker .progress-step.is-active {
      color: #fff;
      background-color: #006f7a;
      font-weight: 500; }
      .webform-progress-tracker .progress-step.is-active .progress-text {
        font-weight: 500;
        color: #fff; }
    .webform-progress-tracker .progress-step .progress-text,
    .webform-progress-tracker .progress-step .progress-marker {
      padding: 0;
      font-weight: 500; }
    .webform-progress-tracker .progress-step .progress-marker {
      display: none; }
  .webform-progress-tracker .progress-step + .progress-step {
    margin-left: 0.5em; }

.webform-progress__status {
  display: none; }

.captcha {
  width: 100%; }
  .captcha + .webform-button--submit {
    margin-left: 0;
    margin-right: auto; }

.webform-submission-form > button ~ input,
.webform-submission-form > button ~ .js-form-item {
  display: none; }

.webform-share-page-html .webform-share-page-body {
  max-width: 1080px;
  margin: 0 auto !important;
  padding: 7rem 2rem !important; }
  .webform-share-page-html .webform-share-page-body select,
  .webform-share-page-html .webform-share-page-body input,
  .webform-share-page-html .webform-share-page-body textarea {
    border: 1px solid #ced4da; }
  .webform-share-page-html .webform-share-page-body .webform-share-submission-form {
    font-size: 1.8rem;
    line-height: 1.6 !important; }
  .webform-share-page-html .webform-share-page-body #sliding-popup {
    display: none; }

.progress-text {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.field-multiple-table .odd {
  background-color: red; }

.user-login-form {
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  padding: 120px 30px 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 10px 17px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 17px 1px rgba(0, 0, 0, 0.4);
  background-image: url(../assets/svg/emerald-publishing-logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 40px;
  background-size: 175px;
  border-radius: 5px; }
  .user-login-form input {
    border: 1px solid #006f7a;
    border-radius: 5px; }
  .user-login-form #edit-name--description {
    display: none; }
  .user-login-form #edit-pass--description {
    display: none; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none; }

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1; }

.modaal-wrapper.modaal-start_fade {
  opacity: 0; }

.modaal-wrapper *[tabindex="0"] {
  outline: none !important; }

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

.modaal-fullscreen .modaal-outer-wrapper {
  display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden; }

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff; }

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c; }

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f; }

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline; }

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f; }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }

.modaal-gallery-item img {
  display: block; }

.modaal-gallery-item.is_active {
  display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }

.modaal-gallery-label:focus {
  outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default; }

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff; }

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc; }

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

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

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25); }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.search-results .search-results__none {
  margin-top: 4em; }

.node--type-news-item .b-hero__title,
.node--type-journal-news .b-hero__title {
  font-size: 2.5em; }
  @media screen and (min-width: 767px) {
    .node--type-news-item .b-hero__title,
    .node--type-journal-news .b-hero__title {
      font-size: 3.2em; } }

@media print {
  .site-header, .site-footer {
    display: none; } }

#sliding-popup {
  width: 100%; }

.eu-cookie-compliance-banner {
  background-color: #333333;
  color: #fff; }

.eu-cookie-compliance-content {
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: blogger, serif; }
  .eu-cookie-compliance-content h2,
  .eu-cookie-compliance-content p,
  .eu-cookie-compliance-content button {
    font-size: 1.4em;
    font-weight: 300; }
  .eu-cookie-compliance-content p {
    display: inline; }
  .eu-cookie-compliance-content button {
    display: inline;
    text-decoration: underline;
    display: none; }
  .eu-cookie-compliance-content a {
    color: #fff;
    text-decoration: underline !important; }

.eu-cookie-compliance-message {
  max-width: 55%; }

.eu-cookie-compliance-buttons {
  max-width: 50%;
  margin-left: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em; }
  @media screen and (min-width: 1024px) {
    .eu-cookie-compliance-buttons {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .eu-cookie-compliance-buttons button {
    display: inline-block;
    background-color: #006f7a;
    border-radius: 1em;
    color: #fff;
    line-height: 2em;
    padding: 0 1.5em;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1);
    transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1);
    font-weight: 500;
    white-space: nowrap;
    width: 100%; }
    .eu-cookie-compliance-buttons button.decline-button {
      background-color: #6e7375; }

.eu-cookie-withdraw-tab {
  top: auto;
  bottom: calc(100% + 1em);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: auto;
  right: 1em;
  line-height: 2.5em;
  padding: 0 1.5em;
  border-radius: 1.25em;
  background-color: #333333;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500; }
  .eu-cookie-withdraw-tab:before {
    content: "";
    width: 1em;
    height: 1.2em;
    display: inline-block;
    margin-right: 0.5em;
    background: no-repeat url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1'%0Axmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 320 390' style='enable-background:new 0 0 320 390;' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M311.8,185c-5.2-5.2-11.4-7.8-18.8-7.8h-8.9v-53.2c0-34-12.2-63.2-36.6-87.5S194,0,160,0S96.8,12.2,72.5,36.6 s-36.6,53.6-36.6,87.5v53.2H27c-7.4,0-13.7,2.6-18.8,7.8c-5.2,5.2-7.8,11.4-7.8,18.8v159.5c0,7.4,2.6,13.7,7.8,18.8 c5.2,5.2,11.4,7.8,18.8,7.8H293c7.4,0,13.7-2.6,18.8-7.8c5.2-5.2,7.8-11.4,7.8-18.8V203.9C319.5,196.5,317,190.2,311.8,185z M193.8,350.9c-1.8,2.4-4.2,3.6-7.2,3.6h-53.2c-3,0-5.4-1.2-7.2-3.6c-1.8-2.4-2.3-5-1.4-7.8l19.1-63.4c-5.9-3.1-10.6-7.5-14.1-13 c-3.5-5.5-5.3-11.7-5.3-18.6c0-9.8,3.5-18.1,10.4-25.1c6.9-6.9,15.3-10.4,25.1-10.4s18.1,3.5,25.1,10.4c6.9,6.9,10.4,15.3,10.4,25.1 c0,6.8-1.8,13-5.3,18.6c-3.5,5.5-8.2,9.9-14.1,13l19.1,63.4C196.1,346,195.6,348.5,193.8,350.9z M230.9,177.3H89.1v-53.2 c0-19.6,6.9-36.3,20.8-50.1s30.6-20.8,50.1-20.8s36.3,6.9,50.1,20.8s20.8,30.6,20.8,50.1V177.3z'/%3E%3C/svg%3E%0A") center;
    background-size: contain;
    margin-bottom: -0.1em; }
  .eu-cookie-withdraw-tab:after {
    content: "";
    display: block;
    width: 2em;
    height: 1em;
    border: 1em solid rgba(51, 51, 51, 0);
    border-top: 0.5em solid #333333;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1em;
    font-weight: 500; }

.eu-cookie-compliance-categories {
  display: none; }

.cookie-settings label {
  font-weight: 500; }

.cookie-settings .eu-cookie-compliance-category {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative; }
  .cookie-settings .eu-cookie-compliance-category input[type="checkbox"] {
    position: absolute;
    top: 0.85em;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.cookie-settings .eu-cookie-compliance-categories-buttons {
  margin-top: 1em; }

.eu-cookie-withdraw-button {
  display: none !important; }

.eu-cookie-compliance-reject-button {
  display: block !important;
  position: unset !important;
  overflow: unset !important;
  clip: unset !important;
  height: auto !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-flex-pic picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.d-none {
  display: none !important; }

@media screen and (min-width: 1025px) {
  .d-lg-none {
    display: none !important; } }

@media screen and (min-width: 1250px) {
  .d-xl-none {
    display: none !important; } }

.d-block {
  display: block !important; }

@media screen and (min-width: 1024px) {
  .d-lg-block {
    display: block !important; } }

@media screen and (min-width: 1250px) {
  .d-xl-block {
    display: block !important; } }

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

@media screen and (min-width: 1024px) {
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; } }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

@media screen and (min-width: 1024px) {
  .align-items-lg-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 1024px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; } }

@media screen and (min-width: 767px) {
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; } }

@media screen and (min-width: 1024px) {
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%; } }

@media screen and (min-width: 767px) {
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%; } }

@media screen and (min-width: 1024px) {
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; } }

@media screen and (min-width: 767px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; } }

@media screen and (min-width: 1024px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (min-width: 767px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: calc(50% - 40px); } }

@media screen and (min-width: 1024px) {
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; } }

@media screen and (min-width: 767px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; } }

@media screen and (min-width: 1024px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media screen and (min-width: 767px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

@media screen and (min-width: 1024px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (min-width: 767px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%; } }

@media screen and (min-width: 1024px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12%;
        -ms-flex: 0 0 12%;
            flex: 0 0 12%;
    max-width: 12%; } }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

/*- Provide basic order classes with breakpoints '.order-1', '.order-lg-2'
  --------------------------------------------------------------------------  */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

@media only screen and (min-width: 400px) {
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (min-width: 667px) {
  .order-sm-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (min-width: 767px) {
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (min-width: 1024px) {
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (min-width: 1250px) {
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (min-width: 1600px) {
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

.view-get-all-news .bef-exposed-form .form-checkboxes .form-item,
.view-call-for-papers .bef-exposed-form .form-checkboxes .form-item,
.view-call-for-books .bef-exposed-form .form-checkboxes .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* accessibility */
  /* hover style just for information */ }
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label,
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.5em;
    cursor: pointer;
    margin-bottom: 0rem;
    width: 100%;
    color: #006f7a;
    font-weight: 300;
    font-size: 17px; }
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked),
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked),
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked),
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:before,
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:before,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:before,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:before,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:before,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #00bdad;
    margin: 0 auto; }
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:after,
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:after,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:after,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:after,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:after,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:after {
    content: "\F00C";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 1.1em;
    color: #006f7a; }
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:after,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:after,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:after,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:after,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked:focus + label:before,
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked):focus + label:before,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked:focus + label:before,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked):focus + label:before,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:checked:focus + label:before,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #00bdad; }
  .view-get-all-news .bef-exposed-form .form-checkboxes .form-item label:hover:before,
  .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item label:hover:before,
  .view-call-for-books .bef-exposed-form .form-checkboxes .form-item label:hover:before {
    border: 1px solid #00bdad !important; }

.view-get-all-news .bef-exposed-form .form-actions,
.view-call-for-papers .bef-exposed-form .form-actions,
.view-call-for-books .bef-exposed-form .form-actions {
  width: auto;
  margin: 0; }

.social-share--wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .social-share--wrapper {
      display: block; } }
  @media (min-width: 1024px) {
    .social-share--wrapper .addtoany_list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .social-share--wrapper .addtoany_list p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .social-share--wrapper .addtoany_list p {
        margin-right: 20px;
        display: inline-block;
        text-align: left; } }

.social-share--top {
  border-top: 1px solid #cbd6d6;
  border-bottom: 1px solid #cbd6d6;
  margin-bottom: -4rem;
  padding-bottom: 2rem; }

.social-share--bottom {
  border-top: 1px solid #cbd6d6; }
  @media (min-width: 1024px) {
    .social-share--bottom .addtoany_list {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.paragraph--type--social-share {
  padding: 2rem; }

.block-views-blockdomain-lp-skipnav-block-1.journal-cols__nav {
  margin-left: 0; }

.node--type-call-for-papers .b-hero__title,
.node--type-calls-for-books .b-hero__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2; }

.node--type-call-for-papers .field--name-field-guess-editors,
.node--type-calls-for-books .field--name-field-guess-editors {
  font-size: 13px; }
  .node--type-call-for-papers .field--name-field-guess-editors .field__items,
  .node--type-calls-for-books .field--name-field-guess-editors .field__items {
    padding-right: 0; }
    .node--type-call-for-papers .field--name-field-guess-editors .field__items > div,
    .node--type-calls-for-books .field--name-field-guess-editors .field__items > div {
      display: inline-block;
      margin-right: 4px; }
    .node--type-call-for-papers .field--name-field-guess-editors .field__items > .commas:last-child,
    .node--type-calls-for-books .field--name-field-guess-editors .field__items > .commas:last-child {
      display: none; }
    .node--type-call-for-papers .field--name-field-guess-editors .field__items .field__label,
    .node--type-calls-for-books .field--name-field-guess-editors .field__items .field__label {
      padding: 0; }
    .node--type-call-for-papers .field--name-field-guess-editors .field__items p,
    .node--type-calls-for-books .field--name-field-guess-editors .field__items p {
      display: unset; }
  .node--type-call-for-papers .field--name-field-guess-editors .field__item.commas,
  .node--type-calls-for-books .field--name-field-guess-editors .field__item.commas {
    position: relative; }
    .node--type-call-for-papers .field--name-field-guess-editors .field__item.commas:not(:last-child)::before,
    .node--type-calls-for-books .field--name-field-guess-editors .field__item.commas:not(:last-child)::before {
      content: ",";
      position: absolute;
      right: -4px;
      color: black; }
  .node--type-call-for-papers .field--name-field-guess-editors .field__item p,
  .node--type-calls-for-books .field--name-field-guess-editors .field__item p {
    margin: 0; }

.node--type-call-for-papers .cfp__content-header,
.node--type-calls-for-books .cfp__content-header {
  display: block;
  font-size: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 767px) {
    .node--type-call-for-papers .cfp__content-header,
    .node--type-calls-for-books .cfp__content-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.node--type-call-for-papers .cfp__journal,
.node--type-calls-for-books .cfp__journal {
  margin-bottom: 1em;
  width: 100%; }

.node--type-call-for-papers .cfp__active-dates,
.node--type-calls-for-books .cfp__active-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: 900;
  margin-top: 20px; }
  .node--type-call-for-papers .cfp__active-dates-label,
  .node--type-calls-for-books .cfp__active-dates-label {
    font-weight: bold;
    margin-right: 5px; }
  .node--type-call-for-papers .cfp__active-dates-close,
  .node--type-calls-for-books .cfp__active-dates-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cbd6d6;
    padding: 11px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 13px;
    font-weight: 300;
    background-color: #fff; }
    @media screen and (min-width: 667px) {
      .node--type-call-for-papers .cfp__active-dates-close,
      .node--type-calls-for-books .cfp__active-dates-close {
        padding: 11px 30px 11px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: auto; } }

.node--type-call-for-papers .column-width-medium .content-title,
.node--type-calls-for-books .column-width-medium .content-title {
  font-size: 1.3em !important;
  font-weight: 500;
  margin-bottom: 0.6em;
  line-height: 1.3; }

.new-cfp-lisiting {
  max-width: 1080px;
  margin: auto; }
  @media screen and (max-width: 1140px) and (min-width: 1024px) {
    .new-cfp-lisiting {
      padding-right: 2em;
      padding-left: 2em; } }
  @media screen and (min-width: 1024px) {
    .new-cfp-lisiting {
      -webkit-column-gap: 4.6em;
         -moz-column-gap: 4.6em;
              column-gap: 4.6em; } }
  .new-cfp-lisiting .views-infinite-scroll-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 1024px) {
      .new-cfp-lisiting .views-infinite-scroll-content-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
            -ms-flex-pack: start;
                justify-content: start; } }
  .new-cfp-lisiting #view-switcher-form {
    display: none;
    margin-left: 1em; }
    @media screen and (min-width: 767px) {
      .new-cfp-lisiting #view-switcher-form {
        display: block; } }
    .new-cfp-lisiting #view-switcher-form .view-switcher-control {
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .new-cfp-lisiting #view-switcher-form .view-switcher-control .view-selected button:hover {
        cursor: default; }
      .new-cfp-lisiting #view-switcher-form .view-switcher-control .view-selected #grid-view path,
      .new-cfp-lisiting #view-switcher-form .view-switcher-control .view-selected #list-view path {
        fill: #007377; }
  .new-cfp-lisiting .cfp-lisiting-filters {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 2em;
    padding-right: 2em; }
    @media screen and (min-width: 767px) {
      .new-cfp-lisiting .cfp-lisiting-filters {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (min-width: 1024px) {
      .new-cfp-lisiting .cfp-lisiting-filters {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
            -ms-flex-order: unset;
                order: unset;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .new-cfp-lisiting .cfp-lisiting-filters .cfp-quick-links__list {
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 500;
      font-size: 16px;
      margin-top: 1em;
      margin: 1em auto 0; }
      @media screen and (min-width: 767px) {
        .new-cfp-lisiting .cfp-lisiting-filters .cfp-quick-links__list {
          margin: 0 0 0 auto; } }
    .new-cfp-lisiting .cfp-lisiting-filters .cfp-quick-links__item:first-child {
      text-align: right;
      padding-right: 1em; }
    .new-cfp-lisiting .cfp-lisiting-filters .cfp-quick-links__item:only-child {
      text-align: center;
      padding-right: 0; }
    .new-cfp-lisiting .cfp-lisiting-filters .cfp-quick-links__item:not(:first-child) {
      padding-left: 1em;
      position: relative;
      text-align: left;
      padding-left: 1em; }
      .new-cfp-lisiting .cfp-lisiting-filters .cfp-quick-links__item:not(:first-child)::before {
        content: "";
        position: absolute;
        left: 0;
        background-color: #6e7375;
        width: 2px;
        height: 70%;
        bottom: 4px; }
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-field-journal-type-target-id,
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form [data-drupal-selector="edit-field-sdgs-target-id"],
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form [data-drupal-selector="edit-field-journal-category-target-id-collapsible"] {
      display: none; }
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form [type="submit"] {
      display: none; }
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; }
      .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine label {
        margin-right: 5px;
        font-weight: 600;
        font-size: 18px;
        width: 90px;
        font-family: blogger, serif; }
        @media screen and (min-width: 1024px) {
          .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine label {
            margin-bottom: 0;
            width: 70px;
            margin-right: 10px; } }
      .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine .form-select {
        width: 100%; }
        @media screen and (min-width: 1024px) {
          .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine .form-select {
            width: auto; } }
        .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine .form-select select {
          max-width: 100%;
          border-radius: 20px;
          padding: 11px 15px;
          font-size: 16px;
          font-weight: 500;
          background-color: #fff;
          width: 100%;
          border: 1px solid #cbd6d6;
          color: #007377; }
          @media screen and (min-width: 1024px) {
            .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine .form-select select {
              width: 244px; } }
  .new-cfp-lisiting .cfp__cards-list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    @media screen and (min-width: 1024px) {
      .new-cfp-lisiting .cfp__cards-list {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
            -ms-flex-order: unset;
                order: unset;
        margin-left: -20px;
        margin-right: -20px; } }
    .new-cfp-lisiting .cfp__cards-list.destroy-masonry .cfp__cards .node--view-mode-cfp-card {
      max-width: calc(100% - 40px);
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .new-cfp-lisiting .cfp__cards-list .cfp__cards {
      padding-left: 1em;
      padding-right: 1em;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (min-width: 767px) {
        .new-cfp-lisiting .cfp__cards-list .cfp__cards {
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card {
        color: #333333;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: -webkit-max-content;
        -ms-grid-rows: max-content;
        grid-template-rows: -webkit-max-content;
        grid-template-rows: max-content;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        @media screen and (min-width: 767px) {
          .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card {
            max-width: calc(50% - 40px);
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
            margin-right: 1.9rem;
            margin-left: 1.9rem; } }
        .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__header {
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-row: 1 / span 1; }
        .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__active-dates-item {
          font-size: 12px;
          color: #757575;
          font-weight: 300; }
        .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__active-dates-close {
          width: 100%;
          border-bottom: 1px solid #cbd6d6;
          border-top: transparent;
          padding: 5px;
          font-weight: 900;
          padding-left: 30px;
          padding-right: 30px; }
        .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__active-dates-label, .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__active-dates-item {
          display: inline-block; }
        .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__content-body, .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__editors, .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__header {
          font-size: 13px; }
        .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__content {
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          grid-row: 2 / span 1;
          overflow: auto; }
          .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__content-journal {
            font-size: 12px;
            padding: 12px 0;
            font-style: italic; }
          .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__content-title {
            font-weight: 500;
            font-size: 18px;
            line-height: 1.25; }
        .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__content, .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__editors {
          padding: 12px 30px; }
        .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__editors {
          -ms-grid-row: 3;
          -ms-grid-row-span: 1;
          grid-row: 3 / span 1;
          -ms-grid-row-align: end;
              align-self: end;
          border-top: 1px solid #cbd6d6; }
          .new-cfp-lisiting .cfp__cards-list .cfp__cards .node--view-mode-cfp-card .cfp-card__editors .field__label {
            font-size: 12px; }
  .new-cfp-lisiting .cfp__filter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .new-cfp-lisiting .cfp__filter {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; } }
  @media screen and (min-width: 1024px) {
    .new-cfp-lisiting .cfp__filter {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 29%;
          -ms-flex: 0 0 29%;
              flex: 0 0 29%;
      max-width: 29%; } }
  .new-cfp-lisiting .cfp__filter .form-item + .form-item {
    margin-top: 17px; }
  .new-cfp-lisiting .cfp__filter .view-display-id-block_3,
  .new-cfp-lisiting .cfp__filter .cfp-filter-menu {
    background-color: #f8f9fa;
    padding: 15px 2em;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw; }
    @media screen and (min-width: 1024px) {
      .new-cfp-lisiting .cfp__filter .view-display-id-block_3,
      .new-cfp-lisiting .cfp__filter .cfp-filter-menu {
        -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
                box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%; } }
    .new-cfp-lisiting .cfp__filter .view-display-id-block_3.open-filter-list .view-filters,
    .new-cfp-lisiting .cfp__filter .cfp-filter-menu.open-filter-list .view-filters {
      display: block; }
    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-desktop-label,
    .new-cfp-lisiting .cfp__filter .cfp-filter-menu .cfp__filter-desktop-label {
      display: none;
      font-weight: 600;
      font-size: 18px; }
      @media screen and (min-width: 1024px) {
        .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-desktop-label,
        .new-cfp-lisiting .cfp__filter .cfp-filter-menu .cfp__filter-desktop-label {
          display: block; } }
    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-mobile-label,
    .new-cfp-lisiting .cfp__filter .cfp-filter-menu .cfp__filter-mobile-label {
      font-weight: 500;
      position: relative;
      font-size: 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-mobile-label::after,
      .new-cfp-lisiting .cfp__filter .cfp-filter-menu .cfp__filter-mobile-label::after {
        content: "";
        position: absolute;
        right: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../assets/svg/down-arrow-green.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        pointer-events: none; }
      .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-mobile-label[aria-expanded="true"]::after,
      .new-cfp-lisiting .cfp__filter .cfp-filter-menu .cfp__filter-mobile-label[aria-expanded="true"]::after {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
        background-image: url(../assets/svg/down-arrow-green.svg); }
      @media screen and (min-width: 1024px) {
        .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-mobile-label,
        .new-cfp-lisiting .cfp__filter .cfp-filter-menu .cfp__filter-mobile-label {
          display: none; } }
    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .view-filters,
    .new-cfp-lisiting .cfp__filter .cfp-filter-menu .view-filters {
      display: none;
      margin-top: 11px;
      border-top: 1px solid #cbd6d6;
      padding-top: 15px; }
      @media screen and (min-width: 1024px) {
        .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .view-filters,
        .new-cfp-lisiting .cfp__filter .cfp-filter-menu .view-filters {
          display: block; } }
  .new-cfp-lisiting .cfp__filter .form-select select {
    max-width: 100%;
    border-radius: 20px;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #cbd6d6;
    color: #007377; }
  .new-cfp-lisiting .cfp__filter .form-actions {
    margin-top: 20px; }
    .new-cfp-lisiting .cfp__filter .form-actions button {
      margin-top: 0; }
      .new-cfp-lisiting .cfp__filter .form-actions button + button {
        margin-top: 12px;
        margin-left: 0; }
      .new-cfp-lisiting .cfp__filter .form-actions button.form-submit {
        width: 100%;
        padding: 0;
        background-color: #757575;
        font-size: 16px; }
        .new-cfp-lisiting .cfp__filter .form-actions button.form-submit::after {
          display: none; }
    .new-cfp-lisiting .cfp__filter .form-actions [value="Clear all filters"] {
      display: none;
      background-color: transparent !important;
      color: #007377;
      width: auto !important;
      margin-left: auto;
      margin-right: auto; }
    .new-cfp-lisiting .cfp__filter .form-actions [value="Apply"] {
      pointer-events: none;
      margin-bottom: 5px; }
    .new-cfp-lisiting .cfp__filter .form-actions.active-btn [value="Apply"] {
      background-color: #006f7a !important;
      pointer-events: auto !important; }
  .new-cfp-lisiting .cfp__filter details {
    border: transparent; }
    .new-cfp-lisiting .cfp__filter details summary {
      border-bottom: 1px solid #cbd6d6;
      padding: 0 50px 6px;
      color: #007377;
      font-size: 16px;
      font-weight: 500;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: -35px;
      margin-right: -35px; }
      .new-cfp-lisiting .cfp__filter details summary::after {
        position: absolute;
        right: 4.9rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../assets/svg/down-arrow-green.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        pointer-events: none; }
      .new-cfp-lisiting .cfp__filter details summary .details-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .new-cfp-lisiting .cfp__filter details summary[aria-expanded="true"]::after {
        -webkit-transform: rotate(180deg) translateY(50%);
            -ms-transform: rotate(180deg) translateY(50%);
                transform: rotate(180deg) translateY(50%); }
    .new-cfp-lisiting .cfp__filter details .details-wrapper {
      background-color: #f2f2f2;
      padding: 0;
      border-bottom: 1px solid #cbd6d6;
      margin-left: -35px;
      margin-right: -35px; }
      .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes {
        padding: 14px 50px; }
        .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item {
          float: none;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item + .form-item {
            margin-top: 16px; }
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label,
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type="checkbox"]:checked + label {
            padding-left: 0;
            font-size: 12px;
            margin-left: 3em;
            color: #007377; }
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:before,
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type="checkbox"]:checked + label:before {
            left: -3em;
            width: 20px;
            height: 20px;
            top: 0;
            bottom: 0;
            margin: auto;
            border-color: #007377; }
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type="checkbox"]:not(:checked) + label:after,
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type="checkbox"]:checked + label:after {
            left: -2em;
            color: #fff;
            top: 0;
            background-color: #006f7a;
            width: 20px;
            height: 20px;
            font-size: 1.5em;
            margin: auto; }
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item input {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2;
            margin-right: 0;
            height: 20px;
            width: 20px;
            position: relative; }
          .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item label {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item label .icon {
              width: 20px;
              height: 20px;
              margin-right: 10px; }
            .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item label .field_label {
              font-size: 12px;
              font-weight: 300; }

.comments_ajax_pager_wrap .pager__item {
  position: relative; }
  .comments_ajax_pager_wrap .pager__item.pager__item--next, .comments_ajax_pager_wrap .pager__item.pager__item--previous {
    position: absolute; }

.comments_ajax_pager_wrap .ajax-progress-throbber {
  position: absolute;
  bottom: -5px;
  left: 0; }

.comments__inner {
  border-top: 1px solid #ccc; }

.comments__title {
  text-align: center; }

.comments-form {
  background-color: #eeeeee; }
  .comments-form__title {
    text-align: center; }

.comments-count {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 6rem;
  margin-bottom: 5rem; }
  .comments-count::before {
    content: "";
    background-image: url(../assets/svg/speech-bubble.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 15%;
    background-size: 35px;
    margin: auto;
    background-position: center; }
    @media (min-width: 1024px) {
      .comments-count::before {
        width: 5%; } }
  .comments-count > span {
    color: #007377;
    font-weight: 700;
    margin-right: 10px; }
  .comments-count > p {
    font-family: blogger, serif; }

.comment {
  padding: 2em;
  margin: 2em 0;
  background-color: #c2dddd59;
  border-radius: 8px;
  scroll-margin-top: 200px; }
  .comment ~ .comment-form {
    position: relative;
    padding: 3rem 3rem 4.7rem; }
    .comment ~ .comment-form .form-actions [value="Reply to comment"] {
      padding: 7px 4.3em;
      border-radius: 30px; }
    .comment ~ .comment-form .form-actions [value="Cancel"] {
      background-color: #fff;
      color: #000;
      border: 1px solid #7fb8bc;
      margin-left: 15px;
      margin-top: 15px; }
      @media (min-width: 1024px) {
        .comment ~ .comment-form .form-actions [value="Cancel"] {
          margin-top: 0; } }
  .comment ~ .indented {
    margin-left: 45px; }
    .comment ~ .indented .comment {
      background-color: #fff;
      border-left: 2px solid #C2DDDD;
      border-bottom: 2px solid #C2DDDD;
      border-bottom-left-radius: 8px;
      border-top-left-radius: 0px; }
  .comment .links {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .comment .links .comment-reply {
      padding-right: 0;
      position: relative; }
      @media (min-width: 1024px) {
        .comment .links .comment-reply .ajax-progress {
          bottom: -25px;
          left: 0; } }
      .comment .links .comment-reply a {
        color: #fff;
        background-color: #007377;
        background-color: #006f7a;
        border-radius: 1.25em;
        line-height: 2.5em;
        padding: 0.5em 1.5em 0.5em 3.5em;
        position: relative;
        -webkit-transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1);
        transition: 0.2s background-color cubic-bezier(0.2, 1, 1, 1);
        font-weight: 500;
        font-size: 12px;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
        .comment .links .comment-reply a::before {
          content: "";
          background-image: url(../assets/svg/back-arrow.svg);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 0.5em;
          position: absolute;
          left: 0;
          top: 0;
          height: 2.2em;
          width: 2.2em;
          border-radius: 50%;
          background-color: #00a390;
          background-size: 50%; }
  .comment-wrapper {
    border-top: 1px solid #cbd6d6; }
  .comment-form__header {
    padding: 0 2px 0;
    font-weight: 300;
    font-family: blogger, serif;
    line-height: 24px; }
  .comment-comment-form {
    padding: 20px 2px 0em;
    background-color: #c2dddd59;
    border-radius: 8px; }
    .comment-comment-form [data-drupal-selector="edit-cancel"] {
      margin-top: 0px; }
  .comment__submitted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .comment__by {
    font-weight: 500; }
  .comment__date {
    margin-left: 2em; }
  .comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .comment-form .form-item label {
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .comment-form .form-item {
        width: calc(50% - 1.5em); } }
    @media (min-width: 1024px) {
      .comment-form .form-item.form-item-name {
        margin-right: 0; } }
    .comment-form .form-item.js-form-type-textarea {
      width: 100%;
      margin-bottom: 18px; }
    .comment-form .form-item textarea,
    .comment-form .form-item input {
      border-radius: 5px;
      padding: 15px; }
    .comment-form .form-item .form-textarea-wrapper {
      position: relative; }
      .comment-form .form-item .form-textarea-wrapper textarea {
        min-height: 10em;
        font-family: blogger, serif;
        font-weight: 300; }
      .comment-form .form-item .form-textarea-wrapper .textfield_counter_counter {
        position: absolute;
        right: 15px;
        bottom: 10px;
        font-size: 12px;
        font-weight: 700;
        color: #006f7a; }
        .comment-form .form-item .form-textarea-wrapper .textfield_counter_counter .remaining_count {
          margin-right: 5px; }
    .comment-form .js-form-item-notify {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .comment-form .js-form-item-notify label {
        margin-bottom: 0; }
  .comment-form__title {
    margin-bottom: 15px; }
    .comment-form__title span {
      font-family: blogger, serif;
      font-weight: 500; }
  .comment-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 2rem; }
  .comment-user {
    font-family: blogger, serif;
    font-size: 20px;
    color: #00665C;
    font-weight: 700; }
  .comment-footer .hide-btn {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 4rem; }
    .comment-footer .hide-btn::before {
      content: "";
      background-image: url(../assets/svg/speech-bubble-v1.svg);
      background-repeat: no-repeat;
      position: absolute;
      left: -3.5rem;
      top: 2px;
      bottom: 0;
      height: 100%;
      width: 100%;
      background-size: 20px; }
  .comment-date {
    font-family: blogger, serif;
    font-size: 12px;
    color: #00665C;
    font-weight: 900;
    text-transform: uppercase; }
  .comment-body {
    margin-bottom: 3rem;
    word-break: break-word; }

.comment-form__wrapper {
  background-color: #C2DDDD;
  border-radius: 8px;
  padding: 3rem 3rem 4.7rem;
  position: relative; }
  .comment-form__wrapper a {
    text-decoration: underline;
    color: inherit; }
  .comment-form__wrapper .messages--error {
    background-image: unset; }
  .comment-form__wrapper .messages--status,
  .comment-form__wrapper .messages--error {
    position: absolute;
    color: inherit;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: unset;
    bottom: -8px; }
    @media (min-width: 1024px) {
      .comment-form__wrapper .messages--status,
      .comment-form__wrapper .messages--error {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 55%;
        bottom: 37px;
        right: 35px;
        font-size: 14px; } }

.comment-form .form-actions {
  width: auto;
  margin-top: 1.7em;
  position: relative; }
  @media (min-width: 1024px) {
    .comment-form .form-actions {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .comment-form .form-actions .btn, .comment-form .form-actions .btn-anchor a, .btn-anchor .comment-form .form-actions a, .comment-form .form-actions a.btn-menu, .comment-form .form-actions .comment_load_more_pager a, .comment_load_more_pager .comment-form .form-actions a {
    padding: 7px 4.3em;
    border-radius: 30px;
    margin-top: 0; }
    .comment-form .form-actions .btn:after, .comment-form .form-actions .btn-anchor a:after, .btn-anchor .comment-form .form-actions a:after, .comment-form .form-actions a.btn-menu:after, .comment-form .form-actions .comment_load_more_pager a:after, .comment_load_more_pager .comment-form .form-actions a:after {
      content: unset; }
  @media (min-width: 1024px) {
    .comment-form .form-actions .ajax-progress {
      position: absolute;
      bottom: -35px; } }

.field--name-field-comment {
  width: 100%; }

.back_to_top {
  position: fixed;
  bottom: 5rem;
  right: 15px;
  z-index: 9999;
  border-radius: 50%;
  background-color: #00a390;
  background-image: url(../assets/svg/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 8px;
  height: 50px;
  width: 50px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: none;
  cursor: pointer; }

.b-accordion {
  overflow: hidden;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
  background-color: #fff; }
  .b-accordion + .b-accordion {
    margin-top: 5rem; }
  .b-accordion__title {
    text-align: center;
    margin-bottom: 0.75em; }
  .b-accordion__header {
    font-size: 1.4em;
    padding: 1em;
    font-weight: 300;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    position: relative;
    font-family: blogger-sans, sans-serif;
    padding-right: 5.5em;
    cursor: pointer;
    margin-bottom: 0; }
    .b-accordion__header:before, .b-accordion__header:after {
      content: '';
      position: absolute;
      top: 50%; }
    .b-accordion__header:before {
      width: 1em;
      height: 1em;
      margin: -0.5em;
      right: 2em;
      background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 24 24' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolyline fill='none' points='21,8.5 12,17.5 3,8.5 ' stroke='%23007079' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
      -webkit-transition: 0.2s -webkit-transform cubic-bezier(0.2, 1, 1, 1);
      transition: 0.2s -webkit-transform cubic-bezier(0.2, 1, 1, 1);
      transition: 0.2s transform cubic-bezier(0.2, 1, 1, 1);
      transition: 0.2s transform cubic-bezier(0.2, 1, 1, 1), 0.2s -webkit-transform cubic-bezier(0.2, 1, 1, 1); }
    .b-accordion__header:after {
      width: 1px;
      height: 1.5em;
      margin-top: -0.75em;
      right: 4em;
      background-color: #ccc; }
  .b-accordion__body {
    display: none;
    padding: 2.5em; }
  .b-accordion.open .b-accordion__header:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.b-image-video-text__inner {
  display: block; }
  @media screen and (min-width: 767px) {
    .b-image-video-text__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.b-image-video-text--image-right .b-image-video-text__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.b-image-video-text__content, .b-image-video-text__image, .b-image-video-text__video {
  width: 100%; }
  @media screen and (min-width: 767px) {
    .b-image-video-text__content, .b-image-video-text__image, .b-image-video-text__video {
      width: calc((100% - 5rem) / 2); } }

.b-image-video-text__image {
  width: calc(100% + 4rem);
  margin: 0 -2rem 2em;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
              -ms-grid-row-align: start;
          align-self: start; }
  .b-image-video-text__image img,
  .b-image-video-text__image video,
  .b-image-video-text__image iframe,
  .b-image-video-text__image .youtube_wrapper {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded; }
  .b-image-video-text__image video {
    height: auto; }
  .b-image-video-text__image img {
    height: auto; }
  @media screen and (min-width: 767px) {
    .b-image-video-text__image {
      width: calc((100% - 5rem) / 2);
      margin: 0; }
      .b-image-video-text__image img,
      .b-image-video-text__image video,
      .b-image-video-text__image iframe,
      .b-image-video-text__image .youtube_wrapper {
        max-width: calc((100vw - 5rem) / 2);
        width: 66rem;
        float: right; } }

@media screen and (min-width: 767px) {
  .b-image-video-text--image-right .b-image-video-text__image img,
  .b-image-video-text--image-right .b-image-video-text__image video,
  .b-image-video-text--image-right .b-image-video-text__image iframe,
  .b-image-video-text--image-right .b-image-video-text__image .youtube_wrapper {
    float: left; } }

.b-image-video-text__pretitle .svg-icon {
  margin: -0.1em 0.3em 0 0; }

.b-image-video-text__pretitle.icon-present {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px; }

.b-image-video-text__button {
  margin-top: 1em; }

.paragraph--type--new-tab-image-video-text .youtube_wrapper {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
  width: 100%; }
  .paragraph--type--new-tab-image-video-text .youtube_wrapper__inner {
    padding-top: 65%; }
    .paragraph--type--new-tab-image-video-text .youtube_wrapper__inner iframe {
      -o-object-fit: unset;
         object-fit: unset; }

.paragraph--type--new-tab-image-video-text .video-wrapper {
  width: 100%;
  height: 0;
  padding-top: 65%;
  position: relative; }
  .paragraph--type--new-tab-image-video-text .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded; }

.b-quote {
  text-align: center; }
  .b-quote__bg-colour {
    background-color: #e1eded; }
  .b-quote__text {
    font-size: 1.4em;
    max-width: 32em;
    color: #333333;
    font-family: Georgia, Times, Times New Roman, serif;
    margin: 0 auto;
    margin-bottom: 0.8em; }
    .b-quote__text p {
      display: inline;
      vertical-align: middle;
      position: relative;
      z-index: 2; }
    .b-quote__text:before, .b-quote__text:after {
      content: '';
      display: inline-block;
      width: 2em;
      height: 2em;
      background-repeat: no-repeat;
      background-size: 2em auto;
      vertical-align: middle; }
    .b-quote__text:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 46.2 40' style='enable-background:new 0 0 46.2 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%23C7DCDD;%7D%0A%3C/style%3E%3Cg class='st0'%3E%3Cpath class='st1' d='M21.5,39.6H0.3V23.3c0-6,1.3-10.8,3.8-14.3c2.5-3.5,6.8-6.6,12.9-9.2l4.6,8.7c-3.7,1.8-6.3,3.5-7.8,5.2 c-1.4,1.7-2.2,3.8-2.4,6.2h10.2V39.6z M46.2,39.6H25V23.3c0-6,1.3-10.8,3.8-14.3c2.5-3.5,6.8-6.6,12.9-9.2l4.6,8.7 c-3.7,1.8-6.3,3.5-7.8,5.2c-1.4,1.7-2.2,3.8-2.4,6.2h10.2V39.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
      margin-right: -1em; }
    .b-quote__text:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 46.2 40' style='enable-background:new 0 0 46.2 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%23C7DCDD;%7D%0A%3C/style%3E%3Cg class='st0'%3E%3Cpath class='st1' d='M21.5,39.6H0.3V23.3c0-6,1.3-10.8,3.8-14.3c2.5-3.5,6.8-6.6,12.9-9.2l4.6,8.7c-3.7,1.8-6.3,3.5-7.8,5.2 c-1.4,1.7-2.2,3.8-2.4,6.2h10.2V39.6z M46.2,39.6H25V23.3c0-6,1.3-10.8,3.8-14.3c2.5-3.5,6.8-6.6,12.9-9.2l4.6,8.7 c-3.7,1.8-6.3,3.5-7.8,5.2c-1.4,1.7-2.2,3.8-2.4,6.2h10.2V39.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-left: -1em; }
  .b-quote__author {
    color: #006f7a;
    font-weight: 500;
    max-width: 30em;
    margin: 0 auto; }

.wysiwyg {
  /* List marker stuff */ }
  .wysiwyg fieldset {
    border: transparent; }
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol {
    margin-top: 1em;
    margin-bottom: 1em; }
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5 {
    margin-top: 1em;
    margin-bottom: 0.6em; }
  .wysiwyg li {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .wysiwyg > *:first-child {
    margin-top: 0; }
  .wysiwyg > *:last-child {
    margin-bottom: 0; }
  .wysiwyg h2 {
    font-size: 2em;
    line-height: 1.3; }
    .wysiwyg h2 + h3 {
      margin-top: 0.6em; }
  .wysiwyg h3 {
    font-size: 1.7em;
    line-height: 1.35; }
    .wysiwyg h3 + h4 {
      margin-top: 0.7em; }
  .wysiwyg h4 {
    font-size: 1.4em;
    line-height: 1.4; }
    .wysiwyg h4 + h5 {
      margin-top: 0.8em; }
  .wysiwyg h5,
  .wysiwyg .fs-5 {
    font-size: 1.2em;
    line-height: 1.5; }
  .wysiwyg h6,
  .wysiwyg .fs-6 {
    font-size: 1em; }
  .wysiwyg .fs-3 {
    font-size: 1.7em;
    line-height: 1.35; }
  .wysiwyg b,
  .wysiwyg strong {
    font-weight: bold;
    font-family: "blogger-sans-serif"; }
  .wysiwyg main {
    line-height: 1.5; }
  .wysiwyg a:not([class]) {
    color: #006f7a;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.2s color cubic-bezier(0.2, 1, 1, 1);
    transition: 0.2s color cubic-bezier(0.2, 1, 1, 1);
    cursor: pointer; }
    .wysiwyg a:not([class]):hover {
      text-decoration: underline;
      color: #00a390; }
  .wysiwyg ul,
  .wysiwyg ol {
    margin-left: 1em; }
  .wysiwyg li {
    position: relative; }
  .wysiwyg ul > li {
    list-style-type: none; }
    .wysiwyg ul > li:before {
      content: "\2022";
      color: #00a390;
      position: absolute;
      top: 0;
      left: -1em; }
  .wysiwyg ul > li ul > li:before {
    content: "-"; }
  .wysiwyg img {
    max-width: 100%;
    height: auto; }
  .wysiwyg .div-colour-border,
  .wysiwyg .div-colour {
    margin: 2rem 0; }

.b-single-col__inner {
  max-width: 700px; }
  .b-single-col__inner.wide {
    max-width: 1080px; }

blockquote {
  font-family: blogger, serif;
  font-weight: 300;
  font-size: 1.1em;
  margin: 1.4em 0; }
  blockquote .citation {
    font-size: 0.8em;
    margin-top: -1em;
    color: #000000;
    font-family: blogger-sans;
    margin-bottom: 1.3em; }

.b-full-width-image__image {
  -webkit-box-shadow: 1.25em 1.25em 0 -0.5em #e1eded, 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1.25em 1.25em 0 -0.5em #e1eded, 0 0 2rem rgba(0, 0, 0, 0.1); }

.b-full-width-image img, .b-full-width-image video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.b-card-list {
  text-align: center;
  overflow: hidden; }
  .b-card-list__header {
    margin-bottom: 4em;
    padding-top: 20px; }
  .b-card-list__text {
    max-width: 35em;
    margin: 0 auto; }
  .b-card-list__cards {
    position: relative;
    overflow: hidden;
    margin: 0 -2.5rem;
    padding: 0 2.5rem 20px; }
    .b-card-list__cards-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      position: relative;
      padding-top: 20px; }
  .b-card-list--grid .b-card-list__cards-inner {
    gap: 40px; }
  .b-card-list--title-top-and-cards-50 .b-card-list__cards-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-bottom: 2.5rem; }
  .b-card-list--title-top-and-cards-50 .b-card-list__card {
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 767px) {
        .b-card-list--title-top-and-cards-50 .b-card-list__card { width: calc((100% - (21rem * 2)) / 2); height: 646px; } }
  .b-card-list--title-top .b-card-list__body {
    padding: 0 1rem; }
  .b-card-list--slider .b-card-list__cards-inner {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .b-card-list__infinite-scroll-cards {
    gap: 4rem; }
  @media screen and (min-width: 650px) {
    .b-card-list__cards-three {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%; } }
  @media screen and (min-width: 1024px) {
    .b-card-list__cards-three {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%; } }
  .b-card-list__card {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (min-width: 650px) {
      .b-card-list__card {
        width: calc((100% - 5rem) / 2); } }
    @media (min-width: 1000px) {
      .b-card-list__card {
        width: calc((100% - (5rem * 2)) / 3); }
        .b-card-list--grid .b-card-list__card:last-child:nth-child(3n + 2),
        .b-card-list--grid .b-card-list__card:nth-last-child(2):nth-child(3n + 1) {
          width: calc((100% - 5rem) / 2); }
        .b-card-list--grid .b-card-list__card:last-child:nth-child(3n + 1) {
          margin-left: auto;
          margin-right: auto; }
        .b-card-list--grid .b-card-list__card:nth-child(1):nth-last-child(4),
        .b-card-list--grid .b-card-list__card:nth-child(2):nth-last-child(3),
        .b-card-list--grid .b-card-list__card:nth-child(3):nth-last-child(2),
        .b-card-list--grid .b-card-list__card:nth-child(4):nth-last-child(1) {
          width: calc((100% - 5rem) / 2);
          margin-left: 0;
          margin-right: 0; } }
  .b-card-list__nav {
    margin-top: 2em; }
  .b-card-list__btn {
    margin-top: 2em; }
  @media (min-width: 650px) {
    .b-card-list--title-left .b-card-list__inner,
    .b-card-list--title-right .b-card-list__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .b-card-list--title-right .b-card-list__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .b-card-list--title-left .b-card-list__header,
    .b-card-list--title-right .b-card-list__header {
      text-align: left;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: calc((100% - 5rem) * 0.5); }
    .b-card-list--title-left .b-card-list__header {
      margin-right: 5rem; }
    .b-card-list--title-right .b-card-list__header {
      margin-left: 5rem; }
    .b-card-list--title-left .b-card-list__body,
    .b-card-list--title-right .b-card-list__body {
      width: calc((100% - 5rem) * 0.5); }
    @supports ((-webkit-clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%)) or (clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%))) {
      .b-card-list--title-left .b-card-list__cards,
      .b-card-list--title-right .b-card-list__cards {
        overflow: visible; }
        .b-card-list--title-left .b-card-list__cards:after,
        .b-card-list--title-right .b-card-list__cards:after {
          content: "";
          width: 50%;
          height: 100%;
          position: absolute;
          top: 0; }
      .b-card-list--title-left .b-card-list__cards {
        -webkit-clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%);
                clip-path: polygon(0 0, 150% 0, 150% 100%, 0 100%); }
        .b-card-list--title-left .b-card-list__cards:after {
          left: 100%;
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
          background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff); }
      .b-card-list--title-right .b-card-list__cards {
        -webkit-clip-path: polygon(-50% 0, 100% 0, 100% 100%, -50% 100%);
                clip-path: polygon(-50% 0, 100% 0, 100% 100%, -50% 100%); }
        .b-card-list--title-right .b-card-list__cards:after {
          right: 100%;
          background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
          background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff); } } }
  @media (min-width: 980px) {
    .b-card-list--title-left .b-card-list__header,
    .b-card-list--title-right .b-card-list__header {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: calc((100% - 5rem) * 0.35); }
    .b-card-list--title-left .b-card-list__body,
    .b-card-list--title-right .b-card-list__body {
      width: calc((100% - 5rem) * 0.65); } }

.b-card {
  text-align: left;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .b-card.news-grid__card {
    margin: 2.5rem 0; }
  .b-card__image {
    width: 100%;
    height: 81%;
    position: relative;
    padding-top: 60%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .b-card__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      -o-object-fit: cover;
         object-fit: cover; }
  .b-card__content {
    padding: 1em 1.5em;
    min-height: 11em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #333333;

    display: flex;
    justify-content: center; /* Yatayda ortalama */
    text-align: center;      /* Metin ortalansın */
}
    .b-card__content .field--name-field-block-pretitle {
      font-size: 12px;
      color: #757575;
      font-weight: 500; }
    .b-card__content hr {
      border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .b-card__content h2,
    .b-card__content h3,
    .b-card__content h4,
    .b-card__content h5,
    .b-card__content h6,
    .b-card__content p,
    .b-card__content ul,
    .b-card__content ol {
      margin-top: 1em; }
    .b-card__content ul,
    .b-card__content ol {
      margin-left: 1.5em;
      margin-right: 1.5em; }
    .b-card__content ul > li {
      list-style-type: none;
      position: relative; }
      .b-card__content ul > li:before {
        content: "\2022";
        color: #00a390;
        position: absolute;
        top: 0;
        left: -1em; }
    .b-card__content h3.b-card__title {
      margin-bottom: 0.5em;
      margin-top: -4.5em; }
    .b-card__content .fs-4-bold {
      font-size: 1.7rem;
      font-family: blogger, serif;
      font-weight: 700; }
.b-card__title { font-family: "blogger-sans-serif"; font-weight: 500; font-size: 18px; line-height: 1.2; margin-bottom: 0.5em; margin-top: 0.5em; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
    .b-card__title .title-icon {
      -webkit-align-self: start;
          -ms-flex-item-align: start;
                  -ms-grid-row-align: start;
              align-self: start;
      margin-right: 0.5em; }
    .b-card__title a {
      display: block; }
  .b-card__link {
    padding: 0.5em 1.5em;
    border-top: 1px solid #ccc;
    font-weight: 500;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #006f7a; }
    .b-card__link:after {
      content: "";
      width: 0.8em;
      height: 0.8em;
      margin-left: 0.25em;
      display: inline-block;
      vertical-align: middle;
      background: no-repeat center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cpolyline fill='none' points='8.5,21 17.5,12 8.5,2 ' stroke='%23006f7a' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
      background-size: contain; }
    .b-card-list--hide-buttons .b-card__link {
      display: none; }
  .b-card--journal {
    text-align: center;
    margin-top: 8.5em; }
  .b-card--journal .b-card__content {
    min-height: 0; }
  .b-card--journal .b-card__image {
    width: 70%;
    height: 11em;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -8.5em auto 0; }
    .b-card--journal .b-card__image img {
      -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
      margin: auto;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      position: static; }
  .b-card .cover-link {
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover; }

.two-columns {
  max-width: 767px;
  margin: 0 -1rem;
  padding: 4rem 0px; }

.paragraph--type--featured-journals .b-card__image {
  z-index: 2; }

.node--type-single-journal-updated .b-card-list__cards-inner {
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  gap: 3.3rem; }

.b-card-list--slider .b-card-list__cards-inner {
  gap: unset; }

.cards__list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .cards__list-wrapper {
      margin: 0 -2rem; } }

.card__cfp {
  color: #333333;
  display: -ms-grid;
  display: grid;
  height: 100%; }
  .card__cfp--header {
    font-size: 13px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1; }
  .card__cfp--active-dates-close {
    width: 100%;
    border-bottom: 1px solid #cbd6d6;
    border-top: transparent;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px; }
  .card__cfp--active-dates-label {
    font-weight: 900; }
  .card__cfp--active-dates-label, .card__cfp--active-dates-item {
    display: inline-block; }
  .card__cfp--content {
    padding: 12px 30px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    overflow: auto; }
    .card__cfp--content-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.25;
      color: #006f7a; }
    .card__cfp--content-journal {
      font-size: 12px;
      padding: 12px 0;
      font-style: italic; }
    .card__cfp--content-body {
      font-size: 13px; }
  .card__cfp--editors {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
    -ms-grid-row-align: end;
        align-self: end;
    border-top: 1px solid #cbd6d6;
    padding: 12px 30px;
    font-size: 13px; }
    .card__cfp--editors .field__label {
      display: inline-block; }
  .card__cfp--publish-date {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
    -ms-grid-row-align: end;
        align-self: end;
    border-top: 1px solid #cbd6d6;
    padding: 12px 50px;
    font-size: 13px;
    position: relative; }
    .card__cfp--publish-date:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-image: url(../assets/svg/clock.svg);
      background-size: contain;
      background-repeat: no-repeat;
      left: 32px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.card__stat {
  background-color: #fff;
  padding: 24px;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.165), 10px 10px 0px #DAE6E6;
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.165), 10px 10px 0px #DAE6E6;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-rows: auto 1fr 1.5em;
  grid-template-rows: auto 1fr 1.5em;
  text-align: center;
  width: 46%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  border: 1px solid #cbd6d6;
  position: relative;
  min-height: 7em; }
  @media screen and (min-width: 767px) {
    .card__stat {
      width: 21%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 21%;
          -ms-flex: 0 0 21%;
              flex: 0 0 21%;
      -ms-grid-rows: 2.8em 1fr 1.5em;
      grid-template-rows: 2.8em 1fr 1.5em; } }
  @media screen and (min-width: 1024px) {
    .card__stat {
      padding: 24px 10px 19px;
      min-height: 195px; } }
  .card__stat-figure {
    font-size: 3.4rem;
    -ms-grid-row: 2;
    grid-row: 2;
    align-self: baseline; }
  .card__stat-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    gap: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .card__stat-title {
    font-size: 16px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: start;
        align-self: start; }
  .card__stat-body {
    margin-top: -10px; }
  .card__stat-image {
    width: 100%;
    max-width: 85px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: start;
        align-self: start; }
    .card__stat-image img {
      width: 100%; }
  .card__stat-more-info {
    font-size: 14px;
    color: #077178;
    font-weight: 700;
    position: relative;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-row-align: self-end;
        align-self: self-end; }
    .card__stat-more-info::after {
      content: '';
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIj4KICA8cGF0aCBmaWxsPSIjMDc3MTc4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0uODIgMTAgMCA5LjIgNC4zNSA1IDAgLjguODIgMCA2IDV6Ii8+Cjwvc3ZnPg==");
      background-repeat: no-repeat;
      height: 10px;
      position: absolute;
      width: 10px;
      bottom: 6px;
      right: -15px;
      background-size: contain;
      background-position: center; }
  .card__stat-title h3 {
    font-size: 18px;
    font-family: 'blogger-sans-700'; }
  .card__stat-modal {
    position: fixed;
    top: 5%;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    z-index: 9; }
    @media screen and (min-width: 767px) {
      .card__stat-modal {
        top: 25%; } }
    .card__stat-modal-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.165), 10px 10px 0px #DAE6E6;
              box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.165), 10px 10px 0px #DAE6E6;
      background: white;
      gap: 2em;
      padding: 90px 40px 40px;
      position: relative;
      z-index: 9;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 90%;
      max-width: 55em;
      margin: 0 auto; }
      @media screen and (min-width: 767px) {
        .card__stat-modal-wrapper {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 97px 72px; } }
    .card__stat-modal-figure {
      font-size: 75px; }
      @media screen and (min-width: 767px) {
        .card__stat-modal-figure {
          font-size: 90px; } }
    .card__stat-modal-body {
      font-size: 30px;
      margin-top: -20px; }
    .card__stat-modal-title {
      font-size: 30px;
      font-weight: 700; }
    .card__stat-modal-image img {
      width: 100%; }
    .card__stat-modal--left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 767px) {
        .card__stat-modal--left {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 30%;
              -ms-flex: 0 0 30%;
                  flex: 0 0 30%; } }
    .card__stat-modal--right {
      text-align: left;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      @media screen and (min-width: 767px) {
        .card__stat-modal--right {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 60%;
              -ms-flex: 0 0 60%;
                  flex: 0 0 60%; } }
      .card__stat-modal--right h2 {
        font-family: 'blogger-sans-700';
        font-size: 25px; }
        @media screen and (min-width: 767px) {
          .card__stat-modal--right h2 {
            font-size: 2em; } }
    .card__stat-modal .modal-close {
      position: absolute;
      right: 28px;
      top: 25px; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.19);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.b-hero {
  position: relative; }
  .b-hero.section {
    padding: 0; }
  .b-hero__strapline {
    line-height: 1.6;
    margin-bottom: 2em; }
  .b-hero__slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .b-hero__slider-container {
    position: relative; }
  .b-hero__slide {
    padding: 0 2em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    position: relative;
    color: #fff; }
    .b-hero__slide--dark {
      color: #424243; }
    .b-hero__slide--dark:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      -o-object-fit: cover;
         object-fit: cover;
      background-color: rgba(255, 255, 255, 0.85);
      z-index: 1; }
    .b-hero__slide--default {
      color: #424243; }
  .b-hero__button {
    padding-bottom: 3em; }
  .b-hero .card-nav {
    margin: 0; }
  .b-hero .hero-nav {
    display: block; }
    .b-hero .hero-nav__dots {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      bottom: 2.5em;
      left: 5rem; }
      @media (min-width: 1270px) {
        .b-hero .hero-nav__dots {
          left: 0; } }
    .b-hero .hero-nav__dot {
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      text-indent: 150%;
      overflow: hidden;
      white-space: nowrap;
      background-color: #fff;
      opacity: 0.5;
      margin: 0.5rem;
      -webkit-transition: 0.2s opacity cubic-bezier(0.2, 1, 1, 1);
      transition: 0.2s opacity cubic-bezier(0.2, 1, 1, 1); }
      .b-hero .hero-nav__dot.active {
        opacity: 1; }
    .b-hero .hero-nav__prev, .b-hero .hero-nav__next {
      position: absolute;
      width: 4.2rem;
      height: 4.8rem;
      text-indent: 150%;
      overflow: hidden;
      white-space: nowrap;
      background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 48' enable-background='new 0 0 42 48' xml:space='preserve'%3E%3Cpolygon fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' points='41,35.5 41,12.5 21,0.9 1,12.5 1,35.5 21,47.1 '/%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='10' points='23,29.5 17.5,24 23,18.5 '/%3E%3C/svg%3E");
      background-size: contain;
      margin: -2.4rem 0;
      left: 2em;
      bottom: 3em; }
      @media (min-width: 1270px) {
        .b-hero .hero-nav__prev, .b-hero .hero-nav__next {
          bottom: 50%; } }
    .b-hero .hero-nav__next {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      right: 2em;
      left: auto; }
  .b-hero__image {
    height: 100%;
    width: 100%; }
    .b-hero__image > picture img,
    .b-hero__image > video,
    .b-hero__image > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      -o-object-fit: cover;
         object-fit: cover; }
  .b-hero__inner {
    z-index: 2;
    padding-top: 3em;
    padding-bottom: 2em;
    position: relative;
    height: 100%; }
    @media (min-width: 1270px) {
      .b-hero__inner {
        height: auto; } }
  .b-hero--slider .b-hero__inner {
    padding-bottom: 5em; }
  .b-hero--home .b-hero__inner {
    padding-top: 2.7em;
    padding-bottom: 8.2em; }
    @media screen and (min-width: 1024px) {
      .b-hero--home .b-hero__inner {
        padding-top: 5.5em; } }
  .b-hero--home .hero-nav__dots {
    bottom: 5em; }
  .b-hero--home .hero-nav__prev,
  .b-hero--home .hero-nav__next {
    bottom: 5.5em; }
    @media (min-width: 1270px) {
      .b-hero--home .hero-nav__prev,
      .b-hero--home .hero-nav__next {
        bottom: 50%; } }
  .b-hero__title {
    font-weight: 100;
    margin: 0 0 0.2em;
    line-height: 1;
    font-size: 2.5em; }
    @media screen and (min-width: 767px) {
      .b-hero__title {
        font-size: 3.5em; } }
    @media screen and (min-width: 1024px) {
      .b-hero__title {
        font-size: 4.5em; } }
    .b-hero__title span,
    .b-hero__title b {
      font-weight: 500; }
  @media screen and (min-width: 767px) {
    .b-hero--home .b-hero__title {
      font-size: 4em; } }
  @media screen and (min-width: 1024px) {
    .b-hero--home .b-hero__title {
      font-size: 5.5em; } }
  .b-hero__text {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 2em; }
    .b-hero__text .btn, .b-hero__text .btn-anchor a, .btn-anchor .b-hero__text a, .b-hero__text a.btn-menu, .b-hero__text .comment_load_more_pager a, .comment_load_more_pager .b-hero__text a {
      font-size: 1.4rem; }
    @media screen and (min-width: 767px) {
      .b-hero__text {
        max-width: 60%; }
        .b-hero__text .btn, .b-hero__text .btn-anchor a, .btn-anchor .b-hero__text a, .b-hero__text a.btn-menu, .b-hero__text .comment_load_more_pager a, .comment_load_more_pager .b-hero__text a {
          font-size: 1.7rem; } }
  .b-hero__news-text {
    font-size: 1.1em;
    line-height: 1.6; }
  .b-hero--home .b-hero__text {
    font-size: 1.4em; }

.breadcrumb {
  font-size: 1.3rem;
  position: relative;
  margin-top: -2em; }
  .breadcrumb li:before {
    content: "\203A   "; }
  .breadcrumb li:last-child {
    color: #292929; }
  .b-hero__slide--light .breadcrumb a {
    color: #fff; }

.node--view-mode-domain-lp-banner picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .node--view-mode-domain-lp-banner picture img {
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    position: absolute; }

@media screen and (max-width: 1250px) {
  .node--view-mode-domain-lp-banner .section__inner {
    padding-left: 2em;
    padding-right: 2em; } }

.node--view-mode-domain-lp-banner .section__inner .banner-contents-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 1024px) {
    .node--view-mode-domain-lp-banner .section__inner .banner-contents-wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      padding-right: 2rem; } }

.b-hero__search {
  position: relative; }

.b-hero__search-inner {
  display: block;
  padding: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 85%;
  z-index: 10;
  background-color: white;
  margin: 0 auto;
  margin-top: -2.5em;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded; }
  @media screen and (min-width: 767px) {
    .b-hero__search-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 95%; } }
  @media screen and (min-width: 1024px) {
    .b-hero__search-inner {
      max-width: 90%;
      padding: 3em 2em; } }
  @media screen and (min-width: 1600px) {
    .b-hero__search-inner {
      max-width: 1080px; } }
  .b-hero__search-inner p {
    color: #333333;
    font-size: 1.1em;
    white-space: nowrap; }
    @media screen and (min-width: 767px) {
      .b-hero__search-inner p {
        font-size: 1.4em; } }
  .b-hero__search-inner button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (min-width: 767px) {
      .b-hero__search-inner button {
        margin-left: 0;
        display: block;
        width: 2.5em;
        padding: 0;
        background-color: transparent; } }

.b-hero__select {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  background-image: url(../assets/svg/down-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 0.5em center; }
  @media screen and (min-width: 767px) {
    .b-hero__select {
      font-size: 1.4em;
      margin-bottom: 0px; } }
  .b-hero__select {
    -webkit-appearance: none;
    color: #00a390;
    padding: 0.25em 1.2em 0.25em 0.25em;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #cbd6d6;
    font-weight: 500;
    width: 100%;
    min-width: 8em;
    line-height: 1.5;
    padding-top: 0.35em !important;
    padding-bottom: 0.35em !important; }
    @media screen and (min-width: 767px) {
      .b-hero__select {
        width: auto;
        margin: 0 0.5em; } }
    .b-hero__select:hover {
      cursor: pointer; }

.b-statistics__inner {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3.5rem 0; }

.b-statistics__statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100%; }

.b-statistics__statistic {
  width: 100%;
  margin: 2.5rem 0; }

@media (min-width: 500px) {
  .b-statistics__statistic {
    width: calc((100% - 5rem) / 2); } }

@media (min-width: 950px) {
  .b-statistics__statistic {
    width: calc((100% - (5rem * 3)) / 4); } }

.b-statistic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .b-statistic__title, .b-statistic__description {
    width: 100%;
    text-align: center; }
  .b-statistic__title {
    font-weight: 500;
    color: #006f7a;
    font-size: 4em;
    line-height: 1.2; }
  .b-statistic__description {
    font-size: 1.4em;
    line-height: 1.2; }

.b-image-slider {
  text-align: center;
  background-color: #eeeeee; }
  .b-image-slider__title {
    margin-bottom: 1em; }
  .b-image-slider__slider {
    position: relative;
    overflow: hidden; }
    .b-image-slider__slider-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
  .b-image-slider__image {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
    .b-image-slider__image-link {
      position: relative;
      display: block;
      height: 0;
      padding-top: 62.5%; }
      .b-image-slider__image-link img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -o-object-fit: cover;
           object-fit: cover; }
    @media (min-width: 500px) {
      .b-image-slider__image {
        width: calc((100% - 5rem) / 2); } }
    @media (min-width: 700px) {
      .b-image-slider__image {
        width: calc((100% - (5rem * 2)) / 3); } }
    @media (min-width: 920px) {
      .b-image-slider__image {
        width: calc((100% - (5rem * 3)) / 4); } }
  .b-image-slider--grid .b-image-slider__slider-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -2.5rem 0; }
  .b-image-slider--grid .b-image-slider__image {
    margin: 2.5rem 0; }
  .b-image-slider__nav {
    margin-top: 1em; }

.journal-grid button[disabled] {
  cursor: progress; }

.journal-grid__title {
  text-align: center;
  margin-bottom: 15px; }
  .journal-grid__title p {
    font-size: 4rem;
    font-weight: 300; }

.journal-grid__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 767px) {
    .journal-grid__cards {
      margin: -20px; } }

.journal-grid__card {
  width: 100%;
  margin: 180px 0px 60px 0px;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
  padding-top: 70px;
  position: relative; }
  @media screen and (min-width: 767px) {
    .journal-grid__card {
      width: calc(50% - 40px);
      margin: 180px 20px 60px 20px; } }
  @media screen and (min-width: 1024px) {
    .journal-grid__card {
      width: calc(33.33333% - 40px); } }
  .journal-grid__card-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 175px;
    position: absolute;
    top: -180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .journal-grid__card-image img {
      display: block;
      width: 100%;
      height: 100%; }
  .journal-grid__card .open-access__wrapper {
    width: 2em;
    height: auto;
    position: absolute;
    top: 1em;
    right: -1em; }

.journal-grid__title p {
  font-size: 20px;
  text-align: center;
  padding: 0px 40px 20px 40px;
  color: #333333; }

.journal-grid__link {
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #cbd6d6;
  border-bottom: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500; }

.journal-grid__more {
  text-align: center;
  padding: 10px 10px 50px;
  border-bottom: 1px solid #cbd6d6; }

.journal-grid__letter-select {
  margin: 10px 0px 50px;
  text-align: center; }
  .journal-grid__letter-select .form-select {
    display: inline-block;
    margin: 0 auto; }
  .journal-grid__letter-select ul {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 10px 0; }
  @media screen and (min-width: 767px) {
    .journal-grid__letter-select ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .journal-grid__letter-select .form-select {
      display: none; } }
  .journal-grid__letter-select li {
    cursor: pointer;
    color: #006f7a;
    font-size: 20px;
    font-weight: 700;
    position: relative; }
    .journal-grid__letter-select li:hover, .journal-grid__letter-select li.is-active {
      color: #00bdad; }
    .journal-grid__letter-select li.is-disabled {
      color: #ccc;
      pointer-events: none; }
      .journal-grid__letter-select li.is-disabled:hover {
        cursor: default; }

.journal-grid__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .journal-grid__filters .js-form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .journal-grid__filters .js-form-item label {
      margin-right: 10px; }
  .journal-grid__filters .js-form-type-textfield {
    display: none; }
  .journal-grid__filters .js-form-item-searchfor {
    display: block; }
    .journal-grid__filters .js-form-item-searchfor .form-submit {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 3em;
      height: 100%;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 150%;
      z-index: 1; }

.journal-grid__search-results {
  text-align: center; }
  @media screen and (min-width: 850px) {
    .journal-grid__search-results {
      text-align: left; } }

.journal-grid__filters-sticky .js-form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.journal-grid .form-submit,
.journal-grid .js-form-item-title {
  display: none; }

.journal-grid .js-form-item-sort-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none !important; }

.journal-grid .js-form-type-textfield {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
  position: relative;
  margin-bottom: 60px; }
  .journal-grid .js-form-type-textfield:after {
    content: "";
    width: 42px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006F7A;%7D%0A%3C/style%3E%3Cpath class='st0' d='M344.5,298c15-23.6,23.8-51.6,23.8-81.7c0-84.1-68.1-152.3-152.1-152.3C132.1,64,64,132.2,64,216.3 s68.1,152.3,152.1,152.3c30.5,0,58.9-9,82.7-24.4l6.9-4.8L414.3,448l33.7-34.3L339.5,305.1L344.5,298z M301.4,131.2 c22.7,22.7,35.2,52.9,35.2,85s-12.5,62.3-35.2,85s-52.9,35.2-85,35.2s-62.3-12.5-85-35.2s-35.2-52.9-35.2-85s12.5-62.3,35.2-85 s52.9-35.2,85-35.2C248.5,96,278.7,108.5,301.4,131.2z'/%3E%3C/svg%3E%0A");
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: 1px solid #cbd6d6; }
  .journal-grid .js-form-type-textfield input {
    width: calc(100% - 80px);
    font-size: 20px;
    padding: 20px 60px 20px 20px; }
  .journal-grid .js-form-type-textfield label {
    display: none; }

.journal-grid .form-select select {
  -webkit-appearance: none;
  font-size: 18px;
  color: #00a390;
  padding: 5px 30px 5px 10px;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #cbd6d6;
  font-weight: 500;
  width: 100%;
  background: none; }
  @media screen and (min-width: 1024px) {
    .journal-grid .form-select select {
      max-width: 250px; } }
  .journal-grid .form-select select:hover {
    cursor: pointer; }

.journal-grid .form-select--arrow {
  position: relative; }
  .journal-grid .form-select--arrow:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../assets/svg/down-arrow-green.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    pointer-events: none; }

.journal-grid fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .journal-grid fieldset label {
    display: none; }
  .journal-grid fieldset em,
  .journal-grid fieldset strong {
    font-style: inherit;
    font-weight: 500;
    color: #803C00; }
  .journal-grid fieldset legend {
    float: right; }
    .journal-grid fieldset legend:after {
      content: "";
      width: 1.5em;
      height: 2em;
      display: inline-block;
      margin: -0.5em 0;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48.5 48.5' enable-background='new 0 0 48.5 48.5' xml:space='preserve'%3E%3Cpath fill='%23F68212' d='M38.3,27.3c-0.3-0.7-0.7-1.4-1.1-2.1V13c0-3.5-1.3-6.7-3.8-9.2C31,1.3,27.7,0,24.3,0c0,0,0,0,0,0 c-3.5,0-6.7,1.3-9.2,3.8c-2.4,2.4-3.8,5.7-3.8,9.2v1.8h5.2V13c0-2.1,0.8-4,2.3-5.5c1.5-1.5,3.4-2.3,5.5-2.3c0,0,0,0,0,0 c4.3,0,7.8,3.5,7.8,7.8v7.1c-0.6-0.4-1.2-0.7-1.9-0.9c-1.9-0.8-3.9-1.2-6-1.2c-2.1,0-4.1,0.4-6,1.2c-1.8,0.8-3.5,1.9-4.9,3.3 c-1.4,1.4-2.5,3-3.3,4.9c-0.8,1.9-1.2,3.9-1.2,6c0,2.1,0.4,4.1,1.2,6c0.8,1.8,1.9,3.5,3.3,4.9c1.4,1.4,3,2.5,4.9,3.3 c1.9,0.8,3.9,1.2,6,1.2c2.1,0,4.1-0.4,6-1.2c1.8-0.8,3.5-1.9,4.9-3.3c1.4-1.4,2.5-3,3.3-4.9c0.8-1.9,1.2-3.9,1.2-6 C39.5,31.1,39.1,29.1,38.3,27.3z M24.2,43.3c-5.6,0-10.1-4.5-10.1-10.1s4.5-10.1,10.1-10.1s10.1,4.5,10.1,10.1S29.8,43.3,24.2,43.3z '/%3E%3Ccircle fill='%23F68212' cx='24.2' cy='33.3' r='4.3'/%3E%3C/svg%3E") no-repeat center;
      background-size: contain; }

.journal-grid .js-form-type-checkbox {
  position: relative;
  margin: 0.5em 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .journal-grid .js-form-type-checkbox:after {
    content: "";
    width: 1.5em;
    height: 2em;
    display: inline-block;
    margin: -0.5em 0;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48.5 48.5' enable-background='new 0 0 48.5 48.5' xml:space='preserve'%3E%3Cpath fill='%23F68212' d='M38.3,27.3c-0.3-0.7-0.7-1.4-1.1-2.1V13c0-3.5-1.3-6.7-3.8-9.2C31,1.3,27.7,0,24.3,0c0,0,0,0,0,0 c-3.5,0-6.7,1.3-9.2,3.8c-2.4,2.4-3.8,5.7-3.8,9.2v1.8h5.2V13c0-2.1,0.8-4,2.3-5.5c1.5-1.5,3.4-2.3,5.5-2.3c0,0,0,0,0,0 c4.3,0,7.8,3.5,7.8,7.8v7.1c-0.6-0.4-1.2-0.7-1.9-0.9c-1.9-0.8-3.9-1.2-6-1.2c-2.1,0-4.1,0.4-6,1.2c-1.8,0.8-3.5,1.9-4.9,3.3 c-1.4,1.4-2.5,3-3.3,4.9c-0.8,1.9-1.2,3.9-1.2,6c0,2.1,0.4,4.1,1.2,6c0.8,1.8,1.9,3.5,3.3,4.9c1.4,1.4,3,2.5,4.9,3.3 c1.9,0.8,3.9,1.2,6,1.2c2.1,0,4.1-0.4,6-1.2c1.8-0.8,3.5-1.9,4.9-3.3c1.4-1.4,2.5-3,3.3-4.9c0.8-1.9,1.2-3.9,1.2-6 C39.5,31.1,39.1,29.1,38.3,27.3z M24.2,43.3c-5.6,0-10.1-4.5-10.1-10.1s4.5-10.1,10.1-10.1s10.1,4.5,10.1,10.1S29.8,43.3,24.2,43.3z '/%3E%3Ccircle fill='%23F68212' cx='24.2' cy='33.3' r='4.3'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain; }
  .journal-grid .js-form-type-checkbox em {
    font-style: inherit;
    font-weight: 500;
    color: #803C00; }

@media (min-width: 850px) {
  .journal-grid__filters .form-item-tid,
  .journal-grid__filters .js-form-type-select {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .journal-grid__filters fieldset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .journal-grid__filters .js-form-type-checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

.journal-grid__search input[type="submit"] {
  display: none; }

.pager {
  position: relative;
  padding-bottom: 2em;
  width: 100%; }
  @media (min-width: 600px) {
    .pager {
      padding-bottom: 0; } }
  .pager__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pager__pages li:hover {
      cursor: pointer;
      text-decoration: underline; }
  .pager__item--next, .pager__item--previous {
    padding: 0.5em 0;
    position: absolute;
    bottom: 0;
    right: 0; }
    .pager__item--next:hover, .pager__item--previous:hover {
      cursor: pointer;
      text-decoration: underline; }
  .pager__item--previous {
    left: 0;
    right: auto; }

.ui-autocomplete a {
  font-size: 18px !important;
  display: block;
  width: 100%; }
  .ui-autocomplete a:hover {
    background-color: #006f7a;
    color: #fff;
    border: none; }

.ui-autocomplete .ui-state-active {
  background-color: #006f7a;
  color: #fff;
  border: none; }

.js input.form-autocomplete {
  background-image: none; }
  .js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(../assets/search-loader.gif);
    background-size: 25px;
    background-position: 98% center; }

.form-checkbox {
  margin-right: 10px; }

.journal-cols {
  max-width: 1080px;
  margin: 3em auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .journal-cols__nav-header {
    position: relative; }
    .journal-cols__nav-header::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 1.5rem;
      width: 1em;
      height: 1em;
      margin-top: -0.5em;
      background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 24 24' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolyline fill='none' points='21,8.5 12,17.5 3,8.5 ' stroke='%23007079' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
      -webkit-transition: 0.25s -webkit-transform ease-in-out;
      transition: 0.25s -webkit-transform ease-in-out;
      transition: 0.25s transform ease-in-out;
      transition: 0.25s transform ease-in-out, 0.25s -webkit-transform ease-in-out; }
    @media screen and (min-width: 1024px) {
      .journal-cols__nav-header::after {
        display: none; } }
  .journal-cols__nav {
    position: -webkit-sticky;
    position: sticky;
    top: 4.5em;
    width: 14em;
    padding: 1em 1.5em;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 auto 2em;
    z-index: 1;
    background-color: #fff; }
    @media only screen and (max-width: 1024px) and (min-width: 767px) {
      .journal-cols__nav {
        margin: 0 1em 2em; } }
    .journal-cols__nav.open h2:after,
    .journal-cols__nav.open .journal-cols__nav-header::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .journal-cols__nav-links {
      display: none; }
    .journal-cols__nav.open .journal-cols__nav-links {
      display: block; }
    .journal-cols__nav-link {
      display: block;
      margin: 0.5em 0; }
      .journal-cols__nav-link:hover {
        text-decoration: underline; }
  .journal-cols__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (min-width: 1024px) {
      .journal-cols__content .section:first-child .section__inner {
        padding-top: 0; } }
  @media (min-width: 850px) {
    .journal-cols__wrapper {
      padding: 1.5em 1.5em 0.95em; }
    .journal-cols__nav {
      margin: 0;
      top: 4em;
      padding: 1.5em; }
    .journal-cols__content {
      padding-right: 1em; } }
  @media screen and (min-width: 1024px) {
    .journal-cols {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .journal-cols__nav h2:after {
      display: none; }
    .journal-cols__nav-links {
      display: block; } }

.book-series-filter--sort-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .book-series-filter--sort-by .form-type-select,
  .book-series-filter--sort-by .js-form-type-select,
  .book-series-filter--sort-by .form-select--arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 1024px) {
      .book-series-filter--sort-by .form-type-select,
      .book-series-filter--sort-by .js-form-type-select,
      .book-series-filter--sort-by .form-select--arrow {
        width: 50%; } }
    .book-series-filter--sort-by .form-type-select label,
    .book-series-filter--sort-by .js-form-type-select label,
    .book-series-filter--sort-by .form-select--arrow label {
      margin-right: 10px; }

.news-grid {
  /* .form-submit,
  .js-form-item-title {
    display: none;
  } */ }
  .news-grid__title {
    text-align: center;
    margin-bottom: 15px; }
    .news-grid__title p {
      font-size: 4rem;
      font-weight: 300; }
  .news-grid__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (min-width: 767px) {
      .news-grid__cards {
        margin: -35px; } }
  .news-grid__card {
    width: 100%;
    margin: 50px 0px 50px 0px;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
    position: relative;
    padding: 30px 30px 80px 30px;
    border: 2px solid transparent;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news-grid__card--cfp {
      padding: 30px; }
    .news-grid__card:hover {
      border: 2px solid #006f7a; }
    @media screen and (min-width: 767px) {
      .news-grid__card {
        width: calc(50% - 40px);
        margin: 0 20px 60px; } }
    @media screen and (min-width: 1024px) {
      .news-grid__card {
        width: calc(33.33333% - 40px); } }
    .news-grid__card-title {
      margin-bottom: 0.25em;
      font-size: 1.2em;
      font-family: blogger-sans, sans-serif; }
    .news-grid__card-content {
      font-size: 0.8em;
      font-family: blogger-sans, sans-serif;
      color: #333333;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .news-grid__card-date-wrapper {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 20px 30px; }
    .news-grid__card-date {
      font-size: 12px;
      color: #333333;
      position: relative;
      padding-left: 15px; }
      .news-grid__card-date:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-image: url(../assets/svg/clock.svg);
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .news-grid__card-reference {
      font-size: 0.8em;
      color: #006f7a;
      margin-top: 1em;
      line-height: 1.3; }
  .news-grid__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .news-grid__filters--cfp {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .news-grid__filters .js-form-type-textfield {
      display: none; }
  .news-grid .js-form-item-sort-by {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .news-grid .form-select select {
    -webkit-appearance: none;
    font-size: 18px;
    color: #00a390;
    padding: 5px 30px 5px 10px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #cbd6d6;
    font-weight: 500;
    width: 100%;
    max-width: 250px;
    background: none; }
    .news-grid .form-select select:hover {
      cursor: pointer; }
  .news-grid .form-select--arrow {
    position: relative; }
    .news-grid .form-select--arrow:after {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "";
      width: 20px;
      height: 20px;
      background-image: url(../assets/svg/down-arrow-green.svg);
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center;
      pointer-events: none; }
  .news-grid .form-type-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .news-grid .form-type-select label {
      margin-right: 10px; }
  .news-grid__search input[type="submit"] {
    display: none; }
  .news-grid--empty {
    text-align: center;
    padding: 5em 0; }

div.node--type-expert-briefing.news-grid__card:hover,
div.node--type-case-study.news-grid__card:hover {
  border: 2px solid transparent; }

.view-get-all-news .form-submit {
  display: none; }

.b-two-col-content__title {
  margin-bottom: 0.5em; }

.b-two-col-content__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.b-two-col-content__column {
  width: 100%; }
  .b-two-col-content__column + .b-two-col-content__column {
    margin-top: 2em; }
  @media screen and (min-width: 1024px) {
    .b-two-col-content__column {
      width: calc((100% - 5rem) / 2); }
      .b-two-col-content__column + .b-two-col-content__column {
        margin-top: 0; } }

.b-two-col-content .b-full-width-accordion__inner .field__item {
  margin-bottom: 40px; }

.b-featured-text.section {
  padding: 0px; }

.b-featured-text__image {
  position: relative;
  height: 100%;
  padding: 30px; }
  @media screen and (min-width: 767px) {
    .b-featured-text__image {
      padding: 80px 40px; } }
  @media screen and (min-width: 1024px) {
    .b-featured-text__image {
      padding: 80px 130px; } }
  .b-featured-text__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover; }

.b-featured-text__inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1), 1.25em 1.25em 0 -0.5em #e1eded;
  padding: 2em; }
  .b-featured-text__inner--right {
    margin-right: 0; }
  .b-featured-text__inner--left {
    margin-left: 0; }

.b-featured-text__button {
  margin: 1em 0 -1em; }

.b-featured-text__text > ul {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  margin: 2em -2em 1em; }
  .b-featured-text__text > ul > li {
    margin: 0;
    padding: 1em 2em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
    .b-featured-text__text > ul > li:before {
      display: none; }
    .b-featured-text__text > ul > li > img {
      width: 2em;
      height: 2em;
      display: inline-block;
      vertical-align: middle;
      margin: -0.2em 1em -0.2em 0; }

.b-form-block {
  background-color: #eeeeee; }
  .b-form-block__description {
    margin-bottom: 3em; }
  .b-form-block__link {
    margin-top: 1em;
    display: inline-block; }
  @media (min-width: 1000px) {
    .b-form-block__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .b-form-block__description, .b-form-block__form {
      width: calc((100% - 5rem) / 2);
      margin-bottom: 0; } }

.b-cta-slider {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .b-cta-slider__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .b-cta-slider__slide {
    width: 100%;
    padding: 7rem 2rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center;
    background-color: rgba(225, 237, 237, 0.9); }
  .b-cta-slider__text {
    max-width: 38em;
    margin: 0 auto; }
  .b-cta-slider__btn {
    margin-top: 1em; }
  .b-cta-slider__prev, .b-cta-slider__next {
    position: absolute;
    width: 4.2rem;
    height: 5rem;
    bottom: 2rem;
    fill: transparent;
    stroke: #6e7375;
    -webkit-transition: 0.2s fill cubic-bezier(0.2, 1, 1, 1), 0.2s stroke cubic-bezier(0.2, 1, 1, 1);
    transition: 0.2s fill cubic-bezier(0.2, 1, 1, 1), 0.2s stroke cubic-bezier(0.2, 1, 1, 1); }
    .b-cta-slider__prev:hover, .b-cta-slider__next:hover {
      stroke: #333333; }
      .b-cta-slider__prev:hover .b-cta-slider__prevnext-bg, .b-cta-slider__next:hover .b-cta-slider__prevnext-bg {
        fill: #fff; }
  .b-cta-slider__prev {
    left: 2rem; }
  .b-cta-slider__next {
    right: 2rem; }
  .b-cta-slider__prevnext-bg {
    fill: transparent;
    -webkit-transition: 0.2s fill cubic-bezier(0.2, 1, 1, 1);
    transition: 0.2s fill cubic-bezier(0.2, 1, 1, 1); }
  @media (min-width: 950px) {
    .b-cta-slider__prev, .b-cta-slider__next {
      margin-top: -2.5rem;
      top: 50%;
      bottom: auto; }
    .b-cta-slider__prev {
      left: 4rem; }
    .b-cta-slider__next {
      right: 4rem; } }

.contact__map {
  height: 70vw;
  max-height: 80vh; }
  @media (min-width: 600px) {
    .contact__map {
      height: 40vw; } }

.b-contact-select__title {
  display: block;
  font-family: blogger, serif;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 0.5em; }

.b-contact-select__select {
  -webkit-box-shadow: 1.25em 1.25em 0 -0.5em #e1eded, 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1.25em 1.25em 0 -0.5em #e1eded, 0 0 2rem rgba(0, 0, 0, 0.1);
  max-width: 28em; }

.b-contact-places {
  background-color: #eeeeee; }
  .b-contact-places__places {
    margin-top: 3em; }
  @media (min-width: 800px) {
    .b-contact-places__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .b-contact-places__places, .b-contact-places__form {
      margin-top: 0;
      width: calc((100% - 5rem) / 2); } }
  .b-contact-places__usa {
    margin-top: 2em; }
    .b-contact-places__usa select {
      margin: 0.5em 0; }

.b-location-info.hide, .b-contact-places__place.hide {
  display: none; }

.location-details__address {
  margin-bottom: 1em; }

.location-details__extra {
  margin: 1em 0; }

.location-details__usa-sub {
  display: none;
  margin-top: 1em; }

.gated-content__form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px; }
  @media screen and (min-width: 1024px) {
    .gated-content__form {
      padding: 60px 0px; } }
  .gated-content__form input,
  .gated-content__form select {
    border: 1px solid #006f7a;
    border-radius: 5px; }
  .gated-content__form legend {
    font-weight: 300; }
  .gated-content__form h3 {
    text-align: center;
    font-size: 20px; }
  .gated-content__form p {
    text-align: center;
    margin-bottom: 40px; }
  .gated-content__form button[type="submit"] {
    margin: 0; }
  .gated-content__form .js-form-type-checkbox input {
    display: inline;
    vertical-align: middle; }
  .gated-content__form .js-form-type-checkbox label {
    padding-left: 5px;
    display: inline;
    vertical-align: middle;
    font-weight: 300; }

.focus-box {
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }
  .focus-box__image {
    position: absolute;
    height: 100%;
    margin-left: -5%;
    margin-right: -5%;
    margin: 0;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden; }
    .focus-box__image:after {
      content: "";
      position: absolute;
      top: 0;
      border: 0;
      height: 100%;
      width: 100%;
      right: 0;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.85); }
    .focus-box__image picture img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .focus-box__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .focus-box__content {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 45px;
    position: relative;
    margin: 0 auto; }
    .focus-box__content .text-formatted {
      width: 100%; }

.b-full-width-accordion__intro {
  text-align: center; }

.paragraph--type--image-video-text-variant-contain .b-card-list__cards-inner {
  gap: 25px;
  margin-top: 3.2rem;
  padding: 0; }

.paragraph--type--image-video-text-variant-contain .image-text-variant {
  width: 100%; }

.paragraph--type--image-video-text-variant-contain ul,
.paragraph--type--image-video-text-variant-contain ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px; }

.paragraph--type--image-video-text-variant .image-text-variant--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
  max-width: 1080px;
  margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .paragraph--type--image-video-text-variant .image-text-variant--inner {
      row-gap: 0;
      -webkit-column-gap: 3rem;
         -moz-column-gap: 3rem;
              column-gap: 3rem; } }

.paragraph--type--image-video-text-variant .image-text-variant--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  height: auto; }
  .paragraph--type--image-video-text-variant .image-text-variant--image img {
    height: auto;
    max-width: 100%; }
  @media screen and (min-width: 767px) {
    .paragraph--type--image-video-text-variant .image-text-variant--image-right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.paragraph--type--image-video-text-variant .image-text-variant--content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 767px) {
    .paragraph--type--image-video-text-variant .image-text-variant--content {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 72%;
          -ms-flex: 1 0 72%;
              flex: 1 0 72%; } }

.paragraph--type--image-video-text-variant .image-text-variant--button {
  margin-top: 1em; }

.paragraph--type--cta-background,
.cta-background {
  position: relative; }
  .paragraph--type--cta-background .field--name-field-image-video img, .paragraph--type--cta-background__background-image img,
  .cta-background .field--name-field-image-video img,
  .cta-background__background-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover; }
  .paragraph--type--cta-background .content-wrapper,
  .cta-background .content-wrapper {
    position: relative;
    padding: 43px 36px;
    max-width: 1080px;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .paragraph--type--cta-background .content-wrapper,
      .cta-background .content-wrapper {
        padding: 43px 0 52px; } }
    .paragraph--type--cta-background .content-wrapper .field__item,
    .cta-background .content-wrapper .field__item {
      margin-bottom: 0; }
    .paragraph--type--cta-background .content-wrapper__inner,
    .cta-background .content-wrapper__inner {
      -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.165), 10px 10px 0px #DAE6E6;
              box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.165), 10px 10px 0px #DAE6E6;
      background-color: #fff;
      padding: 36px 53px; }
      @media screen and (min-width: 1024px) {
        .paragraph--type--cta-background .content-wrapper__inner,
        .cta-background .content-wrapper__inner {
          width: 70%; } }
    .paragraph--type--cta-background .content-wrapper .field--name-field-bulk-files,
    .cta-background .content-wrapper .field--name-field-bulk-files {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24px;
      margin-top: 2rem; }
      .paragraph--type--cta-background .content-wrapper .field--name-field-bulk-files > .field__item,
      .cta-background .content-wrapper .field--name-field-bulk-files > .field__item {
        margin-bottom: unset; }
        @media screen and (min-width: 1024px) {
          .paragraph--type--cta-background .content-wrapper .field--name-field-bulk-files > .field__item,
          .cta-background .content-wrapper .field--name-field-bulk-files > .field__item {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 10%;
                -ms-flex: 0 0 10%;
                    flex: 0 0 10%; } }
      .paragraph--type--cta-background .content-wrapper .field--name-field-bulk-files img,
      .cta-background .content-wrapper .field--name-field-bulk-files img {
        max-width: 100%;
        height: auto;
        -webkit-box-shadow: 0 3px 6px 1px #00000038;
                box-shadow: 0 3px 6px 1px #00000038; }
    .paragraph--type--cta-background .content-wrapper .field--name-field-block-content,
    .cta-background .content-wrapper .field--name-field-block-content {
      margin-bottom: 17px; }
    .paragraph--type--cta-background .content-wrapper .btn, .paragraph--type--cta-background .content-wrapper .btn-anchor a, .btn-anchor .paragraph--type--cta-background .content-wrapper a, .paragraph--type--cta-background .content-wrapper a.btn-menu, .paragraph--type--cta-background .content-wrapper .comment_load_more_pager a, .comment_load_more_pager .paragraph--type--cta-background .content-wrapper a,
    .cta-background .content-wrapper .btn,
    .cta-background .content-wrapper .btn-anchor a,
    .btn-anchor .cta-background .content-wrapper a,
    .cta-background .content-wrapper a.btn-menu,
    .cta-background .content-wrapper .comment_load_more_pager a,
    .comment_load_more_pager .cta-background .content-wrapper a {
      margin-top: 30px; }


/*# sourceMappingURL=style.min.css.map*/