@charset "UTF-8";
/* =================================================================
Styles for the base templates.
==================================================================== */
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Roobert", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #102930;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  border: 1px solid #C4C9CB;
  border-radius: 0;
  background-color: #C4C9CB;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #102930;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8e979b;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

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

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

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

::-moz-placeholder {
  color: #102930;
}

::placeholder {
  color: #102930;
}

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

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1.5rem;
  line-height: 1.5;
  padding: 0.8125rem 0;
}

.help-text {
  margin-top: -0.75rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #C4C9CB;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #C4C9CB;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #102930;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.5rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.25rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8e979b;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roobert", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #102930;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 3px solid #4CB378;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print, .button,
  a.button, .cover-area-link {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
.grid-container.fluid {
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.0625rem;
    margin-right: -1.0625rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.125rem);
    margin-left: 1.0625rem;
    margin-right: 1.0625rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.125rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.5rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.5rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.125rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.125rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.125rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.125rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.125rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.125rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.125rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.125rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.125rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.125rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.125rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.125rem / 2);
  }
}
@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.125rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.125rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.125rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.125rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.125rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.125rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.125rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.125rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.125rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.125rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.125rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.125rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.125rem);
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.125rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.125rem);
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.125rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.125rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.125rem);
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

progress {
  display: block;
  width: 100%;
  height: 0.1875rem;
  margin-bottom: 3.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: #034752;
}
progress::-webkit-progress-bar {
  background: #034752;
}
progress::-webkit-progress-value {
  background: #4CB378;
}
progress::-moz-progress-bar {
  background: #4CB378;
}
progress.primary {
  color: #1779ba;
}
progress.primary::-webkit-progress-value {
  background: #1779ba;
}
progress.primary::-moz-progress-bar {
  background: #1779ba;
}
progress.secondary {
  color: #767676;
}
progress.secondary::-webkit-progress-value {
  background: #767676;
}
progress.secondary::-moz-progress-bar {
  background: #767676;
}
progress.success {
  color: #3adb76;
}
progress.success::-webkit-progress-value {
  background: #3adb76;
}
progress.success::-moz-progress-bar {
  background: #3adb76;
}
progress.warning {
  color: #ffae00;
}
progress.warning::-webkit-progress-value {
  background: #ffae00;
}
progress.warning::-moz-progress-bar {
  background: #ffae00;
}
progress.alert {
  color: #cc4b37;
}
progress.alert::-webkit-progress-value {
  background: #cc4b37;
}
progress.alert::-moz-progress-bar {
  background: #cc4b37;
}
progress::-ms-fill {
  border: 0;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #102930;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #102930;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #102930 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #102930 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #102930 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #102930;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #102930 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #102930 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #102930;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #102930 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #102930 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #102930;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #102930 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #102930;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: #3f3f3f;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 3.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 76.25rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 76.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 76.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 76.25rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.sticky {
  width: 100%;
  position: absolute;
  top: 38px;
  z-index: 20;
}

.rotate-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.text-green {
  color: #4CB378 !important;
}

.top-nav-desktop {
  background-color: white;
  color: #102930;
  text-align: center;
  height: 58px;
  z-index: 20;
  transition: height 200ms linear, background-color 200ms linear 200ms;
  border-bottom: 1px solid rgba(3, 71, 82, 0.3);
}
@media screen and (min-width: 64em) {
  .top-nav-desktop {
    height: 100px;
  }
}
.topbar-type--transparentWithDarkText .top-nav-desktop {
  background: transparent;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.sticky-active .top-nav-desktop {
  top: 0px;
  position: fixed;
  height: 60px !important;
  background: white;
}
.mega-menu-open .top-nav-desktop, .search-open .top-nav-desktop {
  background: white;
  transition-delay: 0s;
  border-color: rgba(3, 71, 82, 0.3);
}
.top-nav-desktop__items {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 0;
  height: 100px;
  transition: height 200ms;
  z-index: 10;
}
.sticky-active .top-nav-desktop__items {
  height: 60px;
}
.top-nav-desktop__menu-wrapper {
  display: inline-block;
}
.top-nav-desktop__menu {
  padding: 0;
  margin: 0;
  position: static;
  display: flex;
  gap: 0;
}
.top-nav-desktop__menu-item {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0 10px !important;
  border: 0;
  transition: line-height 200ms linear;
  line-height: 100px;
  text-align: left;
  vertical-align: top;
  position: static;
  font-style: normal;
}
@media screen and (min-width: 78.75em) {
  .top-nav-desktop__menu-item {
    font-size: 1.125rem;
    padding: 0 12px !important;
  }
}
.mega-menu-open .top-nav-desktop__menu-item {
  transition-delay: 0s;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop__menu-item {
  color: white !important;
}
.search-open .top-nav-desktop__menu-item, .mega-menu-open .top-nav-desktop__menu-item {
  color: #102930 !important;
}
.sticky-active .top-nav-desktop__menu-item {
  line-height: 60px;
  color: #102930 !important;
}
.top-nav-desktop__menu-item:visited {
  color: #102930;
}
.top-nav-desktop__menu-item::-moz-selection {
  background: transparent;
}
.top-nav-desktop__menu-item::selection {
  background: transparent;
}
.top-nav-desktop__menu-link {
  color: #102930;
  cursor: pointer;
  height: 100%;
  text-transform: none;
  font-weight: inherit;
  font-style: normal;
  text-decoration: none;
  transition: color 200ms linear 200ms;
}
.mega-menu-open .top-nav-desktop__menu-link {
  transition-delay: 0s;
}
.top-nav-desktop__menu-link::-moz-selection {
  background: transparent;
}
.top-nav-desktop__menu-link::selection {
  background: transparent;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop__menu-link {
  color: white;
}
.search-open .top-nav-desktop__menu-link, .mega-menu-open .top-nav-desktop__menu-link, .sticky-active .top-nav-desktop__menu-link {
  color: #102930 !important;
}
.top-nav-desktop__menu-link:hover, .top-nav-desktop__menu-link:active, .top-nav-desktop__menu-link:focus {
  color: inherit;
  outline: none;
  cursor: pointer;
}
.top-nav-desktop__expander-link {
  position: relative;
  padding-right: 1.25rem !important;
}
@media screen and (min-width: 78.75em) {
  .top-nav-desktop__expander-link {
    padding-right: 1.25rem !important;
  }
}
.top-nav-desktop__expander-link p {
  margin-bottom: 0px;
}
.top-nav-desktop__expander-icon {
  content: "";
  border: 0 !important;
  transition: top 200ms linear;
  display: inline-block;
  width: 13px;
  height: 8px;
  margin: 0;
  position: absolute;
  top: calc(50% - 3px);
  right: 4px;
}
@media screen and (min-width: 78.75em) {
  .top-nav-desktop__expander-icon {
    right: 4px;
  }
}
.mega-menu-open .top-nav-desktop__expander-icon {
  transition-delay: 0s;
}
.top-nav-desktop__expander-icon-dark, .top-nav-desktop__expander-icon-light, .top-nav-desktop__expander-icon-green {
  transition: opacity 200ms linear 200ms;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mega-menu-open .top-nav-desktop__expander-icon-dark, .mega-menu-open .top-nav-desktop__expander-icon-light, .mega-menu-open .top-nav-desktop__expander-icon-green {
  transition-delay: 0s;
}
.top-nav-desktop__expander-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop__expander-icon-dark {
  opacity: 0;
}
.search-open .top-nav-desktop__expander-icon-dark, .mega-menu-open .top-nav-desktop__expander-icon-dark, .sticky-active .top-nav-desktop__expander-icon-dark {
  opacity: 1;
}
.top-nav-desktop__expander-icon-green {
  opacity: 0;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop__expander-icon-green {
  opacity: 0;
}
.top-nav-desktop__expander-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop__expander-icon-light {
  opacity: 1;
}
.search-open .top-nav-desktop__expander-icon-light, .mega-menu-open .top-nav-desktop__expander-icon-light, .sticky-active .top-nav-desktop__expander-icon-light {
  opacity: 0;
}
.top-nav-desktop__user-icon {
  width: 1.63rem;
  height: 1.63rem;
  transition: top 200ms linear;
  position: relative;
}
.top-nav-desktop__user-icon-dark, .top-nav-desktop__user-icon-light {
  transition: opacity 200ms linear 200ms;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mega-menu-open .top-nav-desktop__user-icon-dark, .mega-menu-open .top-nav-desktop__user-icon-light {
  transition-delay: 0s;
}
.top-nav-desktop__user-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop__user-icon-dark {
  opacity: 0;
}
.search-open .top-nav-desktop__user-icon-dark, .mega-menu-open .top-nav-desktop__user-icon-dark, .sticky-active .top-nav-desktop__user-icon-dark {
  opacity: 1;
}
.top-nav-desktop__user-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop__user-icon-light {
  opacity: 1;
}
.search-open .top-nav-desktop__user-icon-light, .mega-menu-open .top-nav-desktop__user-icon-light, .sticky-active .top-nav-desktop__user-icon-light {
  opacity: 0;
}
.top-nav-desktop__megamenu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.site-logo-desktop {
  width: 154.286px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 30px;
  transition: top 200ms linear, width 200ms linear, height 200ms linear;
  z-index: 10;
}
.sticky-active .site-logo-desktop {
  width: 188px;
  height: 38px;
  top: 11px;
}
.site-logo-desktop__dark-logo, .site-logo-desktop__light-logo {
  transition: opacity 200ms linear 200ms;
  width: 154.286px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.mega-menu-open .site-logo-desktop__dark-logo, .mega-menu-open .site-logo-desktop__light-logo {
  transition-delay: 0s;
}
.site-logo-desktop__dark-logo {
  opacity: 1;
}
.topbar-type--transparentWithWhiteText .site-logo-desktop__dark-logo, .sticky-active .site-logo-desktop__dark-logo {
  opacity: 0;
}
.sticky-active.search-open .site-logo-desktop__dark-logo {
  opacity: 0;
}
.search-open .site-logo-desktop__dark-logo, .mega-menu-open .site-logo-desktop__dark-logo {
  opacity: 1;
}
.mega-menu-open.sticky-active .site-logo-desktop__dark-logo {
  opacity: 0;
}
.site-logo-desktop__light-logo {
  opacity: 0;
}
.topbar-type--transparentWithWhiteText .site-logo-desktop__light-logo {
  opacity: 1;
}
.search-open .site-logo-desktop__light-logo, .mega-menu-open .site-logo-desktop__light-logo, .sticky-active .site-logo-desktop__light-logo {
  opacity: 0;
}
.site-logo-desktop__sticky-logo {
  opacity: 0;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 200ms linear 200ms;
}
.sticky-active .site-logo-desktop__sticky-logo {
  opacity: 1;
}
.mega-menu-open .site-logo-desktop__sticky-logo {
  transition-delay: 0s;
}

.mega-menu {
  margin: 0;
  padding: 140px 0 60px;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 300px;
  background: transparent;
  display: flex;
  transform: translateY(-100%);
  transition: transform 200ms ease-out, padding 200ms linear;
  transition-delay: 0s;
  z-index: 1;
  justify-content: center;
}
.mega-menu--is-active {
  transform: translateY(0);
  transition: transform 200ms ease-in 200ms, padding 200ms linear;
  background: white;
  border-bottom: 1px solid rgba(3, 71, 82, 0.2);
}
.sticky-active .mega-menu {
  top: 0;
  padding-top: 100px;
}
.mega-menu__inner {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  display: flex;
  gap: 25px;
  justify-content: center;
}

.mega-menu-item {
  list-style-type: none;
  padding: 0;
  text-align: left;
  width: 100%;
  max-width: 284px;
  position: relative;
  display: inline-block;
  margin: 0;
}
.mega-menu-item:last-child {
  margin-right: 0;
}
.mega-menu-item__title {
  font-size: 1.25rem;
  margin: 20px 0 0;
  display: block;
  line-height: 1.3;
  color: #102930;
}
.mega-menu-item__link-label {
  margin: 20px 0 0;
  line-height: 1.2;
  border-bottom: 1px solid #4CB378;
  padding-bottom: 8px;
  display: inline-block;
  color: #102930;
}
.mega-menu-item__image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #ccc;
  position: relative;
  display: block;
}
.mega-menu-item__image {
  display: block;
}

.top-nav-desktop-m__search-btn {
  text-align: left;
  transition: opacity 200ms, top 200ms;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
}
.top-nav-desktop-m__search-btn:hover, .top-nav-desktop-m__search-btn:active {
  opacity: 0.8;
}
.top-nav-desktop-m__search-icon-dark, .top-nav-desktop-m__search-icon-light {
  transition: opacity 200ms linear 200ms;
  width: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.mega-menu-open .top-nav-desktop-m__search-icon-dark, .mega-menu-open .top-nav-desktop-m__search-icon-light {
  transition-delay: 0s;
}
.top-nav-desktop-m__search-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop-m__search-icon-dark {
  opacity: 0;
}
.search-open .top-nav-desktop-m__search-icon-dark, .mega-menu-open .top-nav-desktop-m__search-icon-dark, .sticky-active .top-nav-desktop-m__search-icon-dark {
  opacity: 1;
}
.top-nav-desktop-m__search-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithWhiteText .top-nav-desktop-m__search-icon-light {
  opacity: 1;
}
.search-open .top-nav-desktop-m__search-icon-light, .mega-menu-open .top-nav-desktop-m__search-icon-light, .sticky-active .top-nav-desktop-m__search-icon-light {
  opacity: 0;
}
.top-nav-desktop-m__cta-button.button {
  background: #4CB378;
  border-color: #4CB378;
  height: 43px;
  padding: 16px 20px;
  line-height: normal;
}

.top-bar-mobile {
  background: transparent;
  height: 58px;
  border-bottom: 1px solid rgba(3, 71, 82, 0.3);
  transition: background 200ms;
}
.top-bar-mobile__menu-icon {
  position: absolute;
  top: 18px;
  left: 1.25rem;
  margin: 0;
}
.top-bar-mobile .mobile-menu-open {
  position: fixed !important;
}
.topbar-type--transparentWithDarkText .top-bar-mobile, .mobile-menu-open .top-bar-mobile {
  background: white;
  overflow: hidden;
}
.topbar-type--transparentWithWhiteText .top-bar-mobile {
  border-color: rgba(255, 255, 255, 0.2);
}
.sticky-active .top-bar-mobile {
  top: 0px;
  position: fixed;
  background: white;
}

.sticky-active .top-nav-mobile--active {
  margin-top: 20px;
}

.top-nav-mobile {
  background-color: white;
  color: #102930;
  transition: transform 300ms ease-in;
  transition-delay: 200ms;
  max-height: 100vh;
  transform: translateX(-110%);
  overflow-y: scroll;
  z-index: 10;
  padding-top: 0;
  margin-top: 58px;
  height: 100vh;
}
.top-nav-mobile--initial {
  transition: transform 0s;
}
.top-nav-mobile--active {
  transform: translateX(0);
  position: fixed !important;
  transition: transform 300ms ease-out;
  transition-delay: 200ms;
}
.top-nav-mobile .menu {
  padding: 0 1rem 3.5rem;
}
.top-nav-mobile .menu > li > a {
  color: #102930;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.0625rem;
  padding: 1.25rem 0;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
  background: white;
}
.top-nav-mobile .menu > li > a:visited {
  color: #102930;
}
.top-nav-mobile .menu > li > a:hover, .top-nav-mobile .menu > li > a:active, .top-nav-mobile .menu > li > a:focus {
  color: #2a6a7d;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.top-nav-mobile .menu > li > a:before {
  border: 0;
}
.top-nav-mobile .menu > li > a:after {
  border: 0;
}
.top-nav-mobile .menu > li.is-drilldown-submenu-parent > a {
  position: relative;
}
.top-nav-mobile .menu > li.is-drilldown-submenu-parent > a:after {
  content: "";
  width: 10px;
  height: 12px;
  background: url("/images/icons/arrow-right-green.svg") no-repeat center;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 0;
}
.top-nav-mobile .menu > li.js-drilldown-back > a {
  position: relative;
  padding-left: 1rem;
}
.top-nav-mobile .menu > li.js-drilldown-back > a:before {
  content: "";
  width: 10px;
  height: 12px;
  background: url("/images/icons/arrow-right-green.svg") no-repeat center;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
  top: calc(50% - (12px/2));
}
.top-nav-mobile .menu .active > a {
  background: none;
  color: #2a6a7d;
}
.top-nav-mobile .menu.submenu {
  min-height: 100%;
}
.top-nav-mobile__user-icon {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: top 200ms linear;
}
.top-nav-mobile__user-icon-dark, .top-nav-mobile__user-icon-light {
  transition: opacity 200ms linear;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-nav-mobile__user-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithWhiteText .top-nav-mobile__user-icon-dark {
  opacity: 0;
}
.top-nav-mobile__user-icon-dark .mobile-menu-open {
  position: fixed !important;
}
.mobile-menu-open .top-nav-mobile__user-icon-dark, .sticky-active .top-nav-mobile__user-icon-dark {
  opacity: 1;
  overflow: hidden;
}
.top-nav-mobile__user-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithWhiteText .top-nav-mobile__user-icon-light {
  opacity: 1;
}
.top-nav-mobile__user-icon-light .mobile-menu-open {
  position: fixed !important;
}
.mobile-menu-open .top-nav-mobile__user-icon-light, .sticky-active .top-nav-mobile__user-icon-light {
  opacity: 0;
  overflow: hidden;
}

.site-logo-mobile {
  width: 117px;
  position: absolute;
  top: 10px;
  left: calc(50% - 58.5px);
}
.site-logo-mobile__dark-logo, .site-logo-mobile__light-logo {
  width: 117px;
  transition: opacity 200ms linear;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-logo-mobile__dark-logo {
  opacity: 1;
}
.topbar-type--transparentWithWhiteText .site-logo-mobile__dark-logo {
  opacity: 0;
}
.site-logo-mobile__dark-logo .mobile-menu-open {
  position: fixed !important;
}
.mobile-menu-open .site-logo-mobile__dark-logo, .sticky-active .site-logo-mobile__dark-logo {
  opacity: 1;
  overflow: hidden;
}
.site-logo-mobile__light-logo {
  opacity: 0;
}
.topbar-type--transparentWithWhiteText .site-logo-mobile__light-logo {
  opacity: 1;
}
.sticky-active .site-logo-mobile__light-logo {
  opacity: 0;
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  transition: opacity 300ms;
  transition-delay: 200ms;
  z-index: -10;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .mobile-nav-overlay {
    display: none;
  }
}
.mobile-nav-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-nav-overlay--active {
  z-index: 10;
  opacity: 1;
}
.mobile-nav-overlay--hide {
  opacity: 0 !important;
}
.mobile-nav-overlay--initial {
  transition: opacity 0s;
}

.top-nav-mobile-m__search-btn {
  text-align: left;
  transition: opacity 200ms, top 200ms;
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 18px;
  left: 68px;
}
.top-nav-mobile-m__search-icon-dark, .top-nav-mobile-m__search-icon-light {
  transition: opacity 200ms linear;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-nav-mobile-m__search-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithWhiteText .top-nav-mobile-m__search-icon-dark {
  opacity: 0;
}
.mobile-menu-open .top-nav-mobile-m__search-icon-dark, .sticky-active .top-nav-mobile-m__search-icon-dark {
  opacity: 1;
}
.top-nav-mobile-m__search-icon-light {
  opacity: 0;
}
.topbar-type--transparentWithWhiteText .top-nav-mobile-m__search-icon-light {
  opacity: 1;
}
.mobile-menu-open .top-nav-mobile-m__search-icon-light, .sticky-active .top-nav-mobile-m__search-icon-light {
  opacity: 0;
}

.desktop-search-box {
  display: none;
  background: white;
  height: 100%;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.desktop-search-box--open {
  display: flex;
}
.sticky--short .desktop-search-box {
  top: 35px;
}
.desktop-search-box__content {
  padding-left: 35px;
  width: 400px;
  position: relative;
  margin: auto;
}
.desktop-search-box__submit {
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 0;
  background: url(/images//icons/search-icon-dark.svg) no-repeat center;
  background-size: contain;
  transition: opacity 200ms;
  overflow: hidden;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.desktop-search-box__submit:hover, .desktop-search-box__submit:active {
  opacity: 0.8;
}
.desktop-search-box__input {
  margin: 0;
  border: 0;
  padding: 10px;
  text-align: left;
  font-size: 1rem;
  color: #102930;
  background: transparent !important;
  height: 100%;
  line-height: normal;
}
.desktop-search-box__input:focus {
  border: 0;
  background: transparent;
}
.desktop-search-box__input::-webkit-input-placeholder {
  color: #959595;
}
.desktop-search-box__input:-moz-placeholder { /* Firefox 18- */
  color: #959595;
}
.desktop-search-box__input::-moz-placeholder { /* Firefox 19+ */
  color: #959595;
}
.desktop-search-box__input:-ms-input-placeholder {
  color: #959595;
}

.mobile-search-box {
  display: none;
  background: #F7FBFE;
  height: 100%;
  padding: 10px;
  color: #102930;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
}
.mobile-search-box--open {
  display: block;
}
.mobile-search-box__content {
  margin: 64px auto 0;
}
.mobile-search-box__submit {
  margin-top: 64px !important;
  display: inline-block;
}
.mobile-search-box__input {
  margin: 0 auto;
  border: 0;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 1rem;
  color: #102930;
  background: transparent !important;
  height: 100%;
  line-height: normal;
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(16, 41, 48, 0.2);
  max-width: 360px;
}
.mobile-search-box__input:focus {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(16, 41, 48, 0.2);
}
.mobile-search-box__input::-webkit-input-placeholder {
  color: rgba(16, 41, 48, 0.5);
}
.mobile-search-box__input:-moz-placeholder { /* Firefox 18- */
  color: rgba(16, 41, 48, 0.5);
}
.mobile-search-box__input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(16, 41, 48, 0.5);
}
.mobile-search-box__input:-ms-input-placeholder {
  color: rgba(16, 41, 48, 0.5);
}
.mobile-search-box__close-btn {
  width: 100px;
  margin: 92px auto 0;
  text-align: center;
  transition: opacity 200ms;
  color: #102930;
  font-size: 0.875rem;
  cursor: pointer;
}
.mobile-search-box__close-btn:active, .mobile-search-box__close-btn:hover {
  opacity: 0.8;
}
.mobile-search-box__close-icon {
  width: 38px;
  margin: 0 auto;
  display: block;
}

/* ====================================================
Changes to a cross when opened
======================================================= */
.animated-menu-icon {
  width: 31px;
  height: 22px;
  padding: 3px;
  outline: none;
}
.animated-menu-icon__top, .animated-menu-icon__middle, .animated-menu-icon__bottom {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  transition: transform 200ms ease, top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms;
  border-radius: 2px;
}
.topbar-type--transparentWithDarkText .animated-menu-icon__top, .sticky-active .animated-menu-icon__top, .mobile-menu-open .animated-menu-icon__top, .topbar-type--transparentWithDarkText .animated-menu-icon__middle, .sticky-active .animated-menu-icon__middle, .mobile-menu-open .animated-menu-icon__middle, .topbar-type--transparentWithDarkText .animated-menu-icon__bottom, .sticky-active .animated-menu-icon__bottom, .mobile-menu-open .animated-menu-icon__bottom {
  background-color: #102930 !important;
}
.topbar-type--transparentWithWhiteText .animated-menu-icon__top, .topbar-type--transparentWithWhiteText .animated-menu-icon__middle, .topbar-type--transparentWithWhiteText .animated-menu-icon__bottom {
  background-color: white;
}
.animated-menu-icon__top {
  top: 3px;
}
.animated-menu-icon__middle {
  top: 10px;
}
.animated-menu-icon__bottom {
  bottom: 3px;
}
.animated-menu-icon--active .animated-menu-icon__top, .animated-menu-icon:active .animated-menu-icon__top {
  transform: rotate(45deg);
  top: 10px;
  transition: transform 200ms ease 200ms, top 200ms ease;
}
.animated-menu-icon--active .animated-menu-icon__middle, .animated-menu-icon:active .animated-menu-icon__middle {
  opacity: 0;
}
.animated-menu-icon--active .animated-menu-icon__bottom, .animated-menu-icon:active .animated-menu-icon__bottom {
  transform: rotate(-45deg);
  bottom: 10px;
  transition: transform 200ms ease 200ms, bottom 200ms ease;
}

.footer {
  background: #fff;
  text-align: center;
  color: #102930;
  padding: 0px;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 64em) {
  .footer {
    padding: 20px;
    flex-direction: row;
  }
}
.footer a,
.footer a:visited {
  text-decoration: none;
}
.footer a:hover,
.footer a:active {
  color: #102930;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__title-wrapper {
    padding-top: 40px;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .footer__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__btb-large {
  font-weight: 400;
  color: #102930;
  margin-bottom: 0px;
  opacity: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__btb-large {
    display: none;
  }
}
.footer__btb-small {
  font-weight: 400;
  color: #102930;
  margin-bottom: 0px;
  opacity: 50%;
  padding-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .footer__btb-small {
    display: none;
  }
}
.footer__camerata {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: right;
  text-decoration: none;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__camerata {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer__camerata p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #034752;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__camerata p {
    order: 2;
  }
}
.footer__title {
  font-size: 1rem;
  margin: 0;
  line-height: normal;
  padding: 12px 12px 18px 12px;
}
@media screen and (min-width: 64em) {
  .footer__title {
    padding: 20px 12px;
  }
}
.footer__logo {
  width: 44px;
  height: auto;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__links-wrapper {
    border-bottom: 1px solid #D9D9D9;
    order: 0;
    width: 100%;
  }
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__links {
    margin: 20px auto;
  }
}
@media screen and (min-width: 64em) {
  .footer__links {
    gap: 20px;
  }
}
.footer__links a {
  display: inline-block;
  font-size: 1rem;
  padding: 12px 12px;
  color: #034752;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .footer__links a {
    padding: 15px 12px;
  }
}
.footer__links a:visited {
  color: #034752;
}
.footer__links a:hover, .footer__links a:active {
  color: #011c21;
}
.footer__socials-wrapper {
  margin-left: 22px;
}
.footer__socials-wrapper a {
  width: 20px !important;
  height: 20px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__socials-wrapper {
    padding-bottom: 20px;
  }
}

@font-face {
  font-family: "roobert";
  src: url("../fonts/Roobert-Regular.eot");
  src: url("../fonts/Roobert-Regular.woff2") format("woff2"), url("../fonts/Roobert-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roobert";
  src: url("../fonts/Roobert-RegularItalic.eot");
  src: url("../fonts/Roobert-RegularItalic.woff2") format("woff2"), url("../fonts/Roobert-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "roobert";
  src: url("../fonts/Roobert-Medium.eot");
  src: url("../fonts/Roobert-Medium.woff2") format("woff2"), url("../fonts/Roobert-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "roobert";
  src: url("../fonts/Roobert-MediumItalic.eot");
  src: url("../fonts/Roobert-MediumItalic.woff2") format("woff2"), url("../fonts/Roobert-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "roobert";
  src: url("../fonts/Roobert-SemiBold.eot");
  src: url("../fonts/Roobert-SemiBold.woff2") format("woff2"), url("../fonts/Roobert-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "roobert";
  src: url("../fonts/Roobert-Bold.eot");
  src: url("../fonts/Roobert-Bold.woff2") format("woff2"), url("../fonts/Roobert-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  color: #034752;
  font-weight: normal;
  line-height: 1.2em;
}
.wrapper--dark h1, .wrapper--darkGrey h1, .wrapper--dark h2, .wrapper--darkGrey h2, .wrapper--dark h3, .wrapper--darkGrey h3, .wrapper--dark h4, .wrapper--darkGrey h4, .wrapper--dark h5, .wrapper--darkGrey h5, .wrapper--dark h6, .wrapper--darkGrey h6 {
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 3rem;
    line-height: 1.6;
  }
}

h1, h2, h3 {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media print, screen and (min-width: 40em) {
  h1, h2, h3 {
    font-size: 3.25rem;
  }
}

a,
a:visited {
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  transition: color 200ms;
}

a:not([href]) {
  cursor: default;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
}

hr {
  border-color: #333;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

p {
  line-height: inherit;
  font-size: inherit;
}

.top-topbar {
  background: #102930;
  width: 100%;
  height: 38px;
  color: white;
  position: relative;
  display: flex;
  font-size: 1rem;
  line-height: 2.125;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  padding: 0 15px;
  top: 0;
  transition: background-color 300ms, color 300ms linear;
}
@media print, screen and (min-width: 40em) {
  .top-topbar {
    padding: 0 40px;
  }
}
.top-topbar__buttons {
  display: flex;
  gap: 18px;
}
.top-topbar__search-button {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.top-topbar__user-icon-dark {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 300ms linear !important;
}
.topbar-type--transparentWithDarkText .top-topbar__search-icon-light {
  opacity: 0;
}
.has-sticky.sticky-active .top-topbar__search-icon-light {
  opacity: 1;
}
.top-topbar__search-icon-dark {
  opacity: 0;
}
.topbar-type--transparentWithDarkText .top-topbar__search-icon-dark {
  opacity: 1;
}
.topbar-type--transparentWithWhiteText .top-topbar__search-icon-dark {
  opacity: 0;
}
.has-sticky.sticky-active .top-topbar__search-icon-dark {
  opacity: 0;
}
.top-topbar__cart-button {
  width: 24px;
  height: 23px;
  position: relative;
}
.topbar-type--transparentWithDarkText .top-topbar__cart-icon-light {
  opacity: 0;
}
.has-sticky.sticky-active .top-topbar__cart-icon-light {
  opacity: 1;
}
.top-topbar__cart-icon-dark {
  opacity: 0;
}
.topbar-type--transparentWithDarkText .top-topbar__cart-icon-dark {
  opacity: 1;
}
.top-topbar__link-button {
  width: 23px;
  height: 22px;
  position: relative;
}
.topbar-type--transparentWithDarkText .top-topbar__link-icon-light {
  opacity: 0;
}
.has-sticky.sticky-active .top-topbar__link-icon-light {
  opacity: 1;
}
.top-topbar__link-icon-dark {
  opacity: 0;
}
.topbar-type--transparentWithDarkText .top-topbar__link-icon-dark {
  opacity: 1;
}
.has-sticky.sticky-active .top-topbar__link-icon-dark {
  opacity: 0;
}
.top-topbar__user-button {
  width: 18px;
  height: 20px;
  position: relative;
}
.topbar-type--transparentWithDarkText .top-topbar__user-icon-light {
  opacity: 0;
}
.has-sticky.sticky-active .top-topbar__user-icon-light {
  opacity: 1;
}
.top-topbar__user-icon-dark {
  opacity: 0;
}
.topbar-type--transparentWithDarkText .top-topbar__user-icon-dark {
  opacity: 1;
}
.has-sticky.sticky-active .top-topbar__user-icon-dark {
  opacity: 0;
}
.top-topbar__copy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (max-width: 39.99875em) {
  .top-topbar__copy {
    font-size: 14px;
  }
}
.top-topbar__copy-wrapper {
  margin: auto;
}
.top-topbar__copy-wrapper a {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .top-topbar__copy-wrapper a {
    gap: 12px;
  }
}
.top-topbar__copy-wrapper a:hover, .top-topbar__copy-wrapper a:active, .top-topbar__copy-wrapper a:focus {
  color: white;
  opacity: 0.8;
}
.top-topbar__text-button {
  border: 1px solid white;
  color: white !important;
  border-radius: 100px;
  padding: 3px 12px 4px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.55;
}
.topbar-type--transparentWithDarkText .top-topbar__text-button {
  color: #102930 !important;
  border-color: #102930;
}

/* ================================================
Global classes that might be used anywhere
=================================================== */
.text-center {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

.large-text {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 40em) {
  .large-text {
    font-size: 1.75rem;
  }
}

.no-decoration {
  text-decoration: none;
}

.no-wrap {
  white-space: nowrap;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-area-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

@media print, screen and (max-width: 39.99875em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    min-width: 240px;
  }
}

.remove-last:last-child {
  display: none;
}

img:not(.lazy):before {
  content: "Image not found";
  display: block;
  background: #F7FBFE;
  padding: 10px;
}

.tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212527;
  z-index: 1;
}

.small-centered {
  margin: auto;
}

@media print, screen and (min-width: 40em) {
  .medium-centered {
    margin: auto;
  }
}

@media screen and (min-width: 64em) {
  .large-centered {
    margin: auto;
  }
}

/* ================================================================================
Use this class for chunks of WYSIWYG text with formatting
=================================================================================== */
.copy, .copy p, .copy li {
  color: #102930;
  font-weight: 400;
  text-align: left;
  font-size: 1.0625rem;
}
@media print, screen and (min-width: 40em) {
  .copy, .copy p, .copy li {
    font-size: 1.125rem;
  }
}
.copy .subtitle {
  font-size: 1.5rem;
}
.copy h1, .copy h2 {
  font-size: 1.5rem;
  color: #034752;
}
@media print, screen and (min-width: 40em) {
  .copy h1, .copy h2 {
    font-size: 1.5rem;
  }
}
.copy h3 {
  font-size: 1.25rem;
  color: #034752;
}
@media print, screen and (min-width: 40em) {
  .copy h3 {
    font-size: 1.25rem;
  }
}
.copy__top-title {
  color: #4CB378;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  margin: 0 auto 16px;
}
@media screen and (min-width: 64em) {
  .copy__top-title {
    margin-bottom: 34px;
  }
}
.copy__title {
  margin-bottom: 28px;
  color: #034752;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (min-width: 40em) {
  .copy__title {
    font-size: 3rem;
    margin-bottom: 36px;
  }
}
.copy__abstract {
  font-size: 1.25rem;
  font-weight: 500;
}
.copy__abstract p:last-child {
  margin-bottom: 0;
}
.copy__copy {
  margin-top: 36px;
}
.copy__buttons {
  margin-top: 28px;
}
.copy p, .copy li {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 40em) {
  .copy p, .copy li {
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
}
.copy ul, .copy ol {
  margin-left: 0;
}
.copy ul {
  margin-left: 0.25rem;
}
.copy li {
  margin-bottom: 0;
  text-align: left;
  margin-left: 1rem;
}
.copy a,
.copy a:visited {
  color: #102930;
  font-weight: inherit;
  transition: color 200ms, border-color 200ms;
  word-wrap: break-word;
  text-decoration: underline;
}
.copy a:hover,
.copy a:active {
  color: black;
}
.copy blockquote {
  font-size: 1.125rem;
  padding-top: 0;
  padding-bottom: 4px;
  margin: 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
  .copy blockquote {
    font-size: 1.375rem;
    margin: 2rem 0;
  }
}
.copy img:last-child,
.copy figure:last-child {
  margin-bottom: 0;
}
.copy > ul:last-child, .copy p > ul:last-child, .copy li > ul:last-child,
.copy > p:last-child,
.copy p > p:last-child,
.copy li > p:last-child {
  margin-bottom: 0;
}
.copy iframe {
  max-width: 100%;
}
.copy .responsive-embed iframe {
  width: 100% !important;
  height: 100% !important;
}
.copy.text-center, .copy p.text-center, .copy li.text-center {
  text-align: center;
}
.copy.text-center p, .copy p.text-center p, .copy li.text-center p {
  text-align: inherit;
}
.copy .align-center,
.copy .center-img {
  text-align: center;
}
.copy .align-center img,
.copy .center-img img {
  margin-left: auto;
  margin-right: auto;
}
.copy .bordered {
  padding: 5px;
  border: 1px solid #DBE3E3;
}
.copy figcaption {
  margin-top: -12px;
}
.copy img {
  margin-bottom: 1.5rem;
}
.copy .medium, .copy .small {
  text-align: center;
}
.copy .medium img, .copy .small img {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.copy .small img {
  width: 300px;
}
.copy .medium img {
  width: 600px;
}
@media print, screen and (min-width: 40em) {
  .copy .left {
    float: left;
    max-width: calc(50% - 3.5rem);
    margin: 0 3.5rem 3.5rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .copy .right {
    float: right;
    max-width: calc(50% - 3.5rem);
    margin: 0 0 3.5rem 3.5rem;
  }
}

html {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
body.menu-open {
  overflow: hidden;
}

a.social-icon {
  background: transparent;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 4px;
  line-height: 35px !important;
  text-align: center;
  position: relative;
  transition: opacity 200ms, background 200ms;
}
a.social-icon:first-child {
  margin-left: 0;
}
a.social-icon:last-child {
  margin-right: 0;
}
a.social-icon img, a.social-icon svg {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
a.social-icon:hover, a.social-icon:active {
  opacity: 0.8;
}
a.social-icon--email img {
  max-width: 82%;
}

.social-strip {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}
@media screen and (min-width: 82.8125em) {
  .social-strip {
    display: block;
  }
}
.social-strip a {
  display: block;
  margin-bottom: 0;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: background 200ms;
  outline: 0;
  background-color: #363636;
}
.social-strip a:nth-child(1) {
  background-color: #363636;
}
.social-strip a:nth-child(2), .social-strip a:nth-child(8) {
  background-color: #464646;
}
.social-strip a:nth-child(3) {
  background-color: #636363;
}
.social-strip a:nth-child(4) {
  background-color: #898989;
}
.social-strip a:nth-child(5) {
  background-color: #E1E1E1;
}
.social-strip a:nth-child(6) {
  background-color: #898989;
}
.social-strip a:hover.facebook {
  background-color: #4d70a8;
}
.social-strip a:hover.twitter {
  background-color: #00baf2;
}
.social-strip a:hover.linkedin {
  background-color: #1687b1;
}
.social-strip a:hover.google-plus {
  background-color: #e2411d;
}
.social-strip a:hover.instagram {
  background-color: #517fa4;
}
.social-strip a:hover.youtube {
  background-color: #bb0000;
}
.social-strip a:hover.pinterest {
  background-color: #CB2026;
}
.social-strip a:hover.snapchat {
  background-color: #FFCE05;
}
.social-strip a:hover.envelope {
  background-color: #2a8189;
}
.social-strip a:hover.envelope i {
  color: #fff;
}
.social-strip--coloured a.facebook {
  background-color: #4d70a8;
}
.social-strip--coloured a.facebook:hover, .social-strip--coloured a.facebook:active {
  background-color: #3d5985;
}
.social-strip--coloured a.twitter {
  background-color: #00baf2;
}
.social-strip--coloured a.twitter:hover, .social-strip--coloured a.twitter:active {
  background-color: #0093bf;
}
.social-strip--coloured a.linkedin {
  background-color: #1687b1;
}
.social-strip--coloured a.linkedin:hover, .social-strip--coloured a.linkedin:active {
  background-color: #106484;
}
.social-strip--coloured a.google-plus {
  background-color: #e2411d;
}
.social-strip--coloured a.google-plus:hover, .social-strip--coloured a.google-plus:active {
  background-color: #b53417;
}
.social-strip--coloured a.instagram {
  background-color: #517fa4;
}
.social-strip--coloured a.instagram:hover, .social-strip--coloured a.instagram:active {
  background-color: #406582;
}
.social-strip--coloured a.youtube {
  background-color: #bb0000;
}
.social-strip--coloured a.youtube:hover, .social-strip--coloured a.youtube:active {
  background-color: #880000;
}
.social-strip--coloured a.pinterest {
  background-color: #CB2026;
}
.social-strip--coloured a.pinterest:hover, .social-strip--coloured a.pinterest:active {
  background-color: #9f191e;
}
.social-strip--coloured a.snapchat {
  background-color: #FFCE05;
}
.social-strip--coloured a.snapchat:hover, .social-strip--coloured a.snapchat:active {
  background-color: #d1a800;
}
.social-strip--coloured a.envelope {
  background-color: #58595b;
}
.social-strip .social-icon {
  color: white;
  font-size: 1.25rem;
  width: 24px;
  line-height: 48px;
  height: auto;
  display: block;
  margin: auto;
}
.social-strip .social-icon--facebook {
  width: 18px;
  margin-top: 0.6875rem;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.social-strip .social-icon--twitter {
  margin-top: 0.9375rem;
}
.social-strip .social-icon--linkedin {
  width: 1.375rem;
  margin-top: 0.75rem;
}
.social-strip .social-icon--gplus {
  width: 30px;
  margin-top: 0.875rem;
}
.social-strip .social-icon--youtube {
  margin-top: 0.9375rem;
}
.social-strip .social-icon--pinterest {
  margin-top: 0.75rem;
}
.social-strip .social-icon--instagram {
  margin-top: 0.6875rem;
}
.social-strip .social-icon--snapchat {
  margin-top: 0.6875rem;
}
.social-strip .social-icon--envelope {
  margin-top: 0.8125rem;
}

/* ====================================================
Button styles
======================================================= */
.button,
a.button {
  cursor: pointer;
  font-size: 1rem;
  padding: 15px 28px;
  transition: background 200ms, color 200ms, border 200ms;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #034752;
  border-radius: 10px;
  background-color: transparent;
  font-weight: 600;
  margin: 0;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}
.button::-moz-selection, a.button::-moz-selection {
  background: transparent;
}
.button::selection,
a.button::selection {
  background: transparent;
}
.button--wide,
a.button--wide {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .button--wide,
  a.button--wide {
    width: auto;
  }
}
.button--fullwidth,
a.button--fullwidth {
  width: 100%;
  display: block;
}
.button--disabled,
a.button--disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* ====================================================
Different button styles - for extending into components
======================================================= */
.button--dark, .wrapper--light .cta-bar__button, .button,
a.button,
a.button--dark {
  border-color: #034752;
  color: white;
  background: #034752;
}
.button--dark:hover, .wrapper--light .cta-bar__button:hover, .button:hover, .button--dark:focus, .wrapper--light .cta-bar__button:focus, .button:focus, .button--dark:active, .wrapper--light .cta-bar__button:active, .button:active,
a.button--dark:hover,
a.button--dark:focus,
a.button--dark:active {
  color: white;
  border-color: #057283;
  background: #057283;
}

.button--light, .wrapper--dark .cta-bar__button, .wrapper--darkGrey .cta-bar__button, .carousel .slide-content .button,
a.button--light {
  border-color: white;
  color: #fff;
  background: white;
}
.button--light:hover, .wrapper--dark .cta-bar__button:hover, .wrapper--darkGrey .cta-bar__button:hover, .carousel .slide-content .button:hover, .button--light:focus, .wrapper--dark .cta-bar__button:focus, .wrapper--darkGrey .cta-bar__button:focus, .carousel .slide-content .button:focus, .button--light:active, .wrapper--dark .cta-bar__button:active, .wrapper--darkGrey .cta-bar__button:active, .carousel .slide-content .button:active,
a.button--light:hover,
a.button--light:focus,
a.button--light:active {
  color: #102930;
  border-color: white;
  background: white;
}

.button--green,
a.button--green {
  border-color: #4CB378;
  color: white;
  background: #4CB378;
}
.button--green:hover, .button--green:focus, .button--green:active,
a.button--green:hover,
a.button--green:focus,
a.button--green:active {
  color: white;
  border-color: #70c293;
  background: #70c293;
}

.button--outline,
a.button--outline {
  border-color: #4CB378;
  color: var(--MIM-Ink-Black, #102930);
  background: white;
}
.button--outline:hover, .button--outline:focus, .button--outline:active,
a.button--outline:hover,
a.button--outline:focus,
a.button--outline:active {
  color: white;
  border-color: #70c293;
  background: #70c293;
}

.inline-buttons {
  font-size: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.inline-buttons .button {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
}
@media print, screen and (min-width: 40em) {
  .inline-buttons .button {
    min-width: 240px;
    margin: 0 10px;
  }
  .inline-buttons .button:first-child {
    margin-left: 0;
  }
  .inline-buttons .button:last-child {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .stack-on-small .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

/* =============================================================
For the 404 template
================================================================ */
@media screen and (min-width: 64em) {
  .not-found {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
  }
}
.not-found__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .not-found__title {
    font-size: 1rem;
  }
}
.not-found__button-wrapper {
  color: white;
  height: 3.1875rem;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}
.not-found p {
  font-size: 1.25rem;
  font-weight: 700;
  max-width: 804px;
  margin: auto;
}
.not-found__outer h1 {
  color: #034752 !important;
}
.not-found__outer h2 {
  color: #4CB378 !important;
}
.not-found__big {
  font-size: 2.25rem !important;
  color: #034752;
  line-height: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .not-found__big {
    font-size: 4rem !important;
  }
}
.not-found__content {
  margin-bottom: 44px;
}
.not-found__buttons {
  margin-top: 2.25rem;
}

/*
  Copied from CivicUK
 */
#ccc {
  position: fixed;
  z-index: 6;
  font-family: Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.4em;
  font-smooth: antialised;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
  #ccc {
    font-size: 16px;
  }
}
#ccc-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: transform 0s, opacity 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform, opacity;
}

#ccc[open] #ccc-overlay {
  transform: translateZ(0);
  opacity: 1;
}

#ccc-icon {
  position: fixed;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 4;
}

#ccc[left] #ccc-icon {
  left: 0;
}

#ccc[right] #ccc-icon {
  right: 0;
}

#ccc[dark] #ccc-icon {
  fill: #000025;
}

#ccc[dark] #ccc-icon #star path {
  fill: #fff;
}

#ccc[light] #ccc-icon {
  fill: #555;
}

#ccc[light] #ccc-icon #star path {
  fill: #f4f4f4;
}

#ccc-module {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}

#ccc[slideout] #ccc-module {
  top: 0;
  bottom: 0;
  width: 90%;
  max-width: 420px;
}

#ccc[slideout][left] #ccc-module {
  left: auto;
  right: 100%;
  transform: translateZ(0);
}

#ccc[slideout][left][open] #ccc-module {
  right: 100%;
  transform: translate3d(100%, 0, 0);
}

#ccc[slideout][right] #ccc-module {
  right: auto;
  left: 100%;
  transform: translateZ(0);
}

#ccc[slideout][right][open] #ccc-module {
  transform: translate3d(-100%, 0, 0);
}

#ccc[popup] #ccc-module {
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  transform: translateZ(0);
}

#ccc[popup][open] #ccc-module {
  transform: translate3d(0, -100%, 0);
}

#ccc-content {
  position: absolute;
  overflow-y: auto;
  padding: 24px;
  box-sizing: border-box;
}

#ccc[slideout] #ccc-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#ccc[popup] #ccc-content {
  width: 90%;
  height: 90%;
  max-height: 600px;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

#ccc[dark] #ccc-content {
  color: #fff;
  fill: #fff;
  background-color: #313147;
}

#ccc[light] #ccc-content {
  color: #333;
  fill: #333;
  background-color: #f4f4f4;
}

#ccc-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  cursor: pointer;
}

#ccc-title {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  padding-right: 32px;
  margin: 0;
}

#ccc #ccc-recommended-settings {
  margin-left: 0;
  float: none;
  clear: both;
}

#ccc h3 {
  margin: 0;
  font-weight: 700;
  padding-right: 120px;
}

#ccc h3, #ccc p {
  font-size: 1em;
  line-height: 1.5em;
}

#ccc p {
  font-weight: 400;
  margin: 1em 0;
}

#ccc hr {
  height: 1px;
  border: 0;
  margin: 24px 0;
  opacity: 0.25;
}

#ccc .ccc-svg-element {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-left: 8px;
}

#ccc[dark] hr {
  background-color: #fff;
}

#ccc[dark] a, #ccc[dark] h2, #ccc[dark] h3, #ccc[dark] p, #ccc[dark] span {
  color: #fff;
  fill: #fff;
}

#ccc[light] hr {
  background-color: #333;
}

#ccc[light] a, #ccc[light] h2, #ccc[light] h3, #ccc[light] p, #ccc[light] span {
  color: #333;
  fill: #333;
}

#ccc .optional-cookie {
  position: relative;
}

#ccc .checkbox-toggle {
  position: absolute;
  top: -3px;
  right: 0;
  margin: 0;
  border-radius: 50px;
  border: 4px solid #fff;
}

#ccc .checkbox-toggle-label {
  display: flex;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

#ccc .checkbox-toggle-input {
  margin: 0;
  padding: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#ccc .checkbox-toggle-off, #ccc .checkbox-toggle-on {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
  min-width: 40px;
  text-align: center;
  z-index: 2;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 6px;
  white-space: nowrap;
}

#ccc .checkbox-toggle-off {
  opacity: 0.65;
}

#ccc .checkbox-toggle-toggle {
  display: block;
  width: 50%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50px;
  transition: all 0.4s ease;
  background-color: #000;
}

#ccc .checkbox-toggle input:checked ~ .checkbox-toggle-toggle {
  left: 50%;
}

#ccc[dark] .checkbox-toggle {
  background-color: #111125;
  border-color: #111125;
}

#ccc[dark] .checkbox-toggle-toggle {
  background-color: #2f2f5f;
}

#ccc[light] .checkbox-toggle {
  background-color: #555;
  border-color: #555;
}

#ccc[light] .checkbox-toggle-toggle {
  background-color: #000;
}

#ccc[light] .checkbox-toggle-off, #ccc[light] .checkbox-toggle-on {
  color: #fff;
}

#ccc .ccc-alert {
  margin: -16px 0 0;
  overflow: hidden;
  border-radius: 8px;
}

#ccc .ccc-alert[visible] {
  height: auto;
  margin: 24px 0;
  padding: 16px 16px 0;
}

#ccc .ccc-alert-title {
  display: flex;
  align-items: center;
  padding: 0;
}

#ccc .ccc-alert-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  flex-shrink: 0;
}

#ccc .ccc-alert-break {
  margin: 12px 0;
}

.third-party-cookie-link {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.third-party-cookie-name {
  font-size: 1em;
  font-weight: 700;
}

.third-party-cookie-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

#ccc[dark] .ccc-alert {
  color: #fff;
  fill: #fff;
  background: #111125;
}

#ccc[light] .ccc-alert {
  background: #eaeaea;
}

#ccc #ccc-notify {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 48px;
  padding: 16px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s;
}

#ccc #ccc-notify:empty {
  height: 0;
  padding: 0;
}

#ccc #ccc-notify[visible] {
  transform: translateZ(0);
}

#ccc #ccc-notify h3 {
  padding: 0;
}

#ccc #ccc-notify p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.9em;
}

#ccc .ccc-notify-buttons {
  position: relative;
  margin-top: 16px;
}

#ccc .ccc-notify-button {
  border: 2px solid;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 1em;
  margin: 4px 8px 4px 0;
  font-weight: 400;
  line-height: 1.5em;
  outline: 0;
  background: transparent;
  cursor: pointer;
}

#ccc .ccc-notify-button:focus, #ccc .ccc-notify-button:hover {
  outline: 0;
}

#ccc #ccc-notify-dismiss {
  display: none;
}

@media (min-width: 400px) {
  #ccc #ccc-notify-dismiss {
    position: relative;
    right: auto;
  }
}
@media (min-width: 600px) {
  #ccc #ccc-notify {
    font-size: 12px;
    flex-direction: row;
    align-items: center;
  }
  #ccc .ccc-notify-buttons {
    margin-top: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  #ccc #ccc-notify {
    font-size: 16px;
    z-index: 0;
    padding: 16px 100px;
  }
}
#ccc[dark] #ccc-notify {
  color: #fff;
  fill: #fff;
  background-color: #313147;
}

#ccc[dark] .ccc-notify-button {
  color: #fff;
  border-color: #fff;
}

#ccc[dark] .ccc-button-solid {
  color: #111125;
  background: #fff;
  font-weight: 700;
}

#ccc[light] #ccc-notify {
  color: #000;
  fill: #000;
  background: #f4f4f4;
}

#ccc[light] .ccc-notify-button {
  color: #000;
  border-color: #000;
}

#ccc[light] .ccc-button-solid {
  color: #fff;
  background: #000;
  font-weight: 700;
}

#ccc-info-link {
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

#ccc-info-link .svg-element {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

#ccc[slideout] #ccc-info {
  height: 100px;
}

#ccc[popup] #ccc-info {
  height: 40px;
}

#ccc #ccc-content, #ccc #ccc-notify {
  background-color: #4CB378 !important;
}

#ccc .checkbox-toggle-toggle {
  background-color: #034752 !important;
}

#ccc .checkbox-toggle {
  background-color: #262626 !important;
  border-color: #262626 !important;
}

@media print, screen and (max-width: 63.99875em) {
  #ccc-icon {
    outline: none !important;
  }
}
/* =============================================================
Generic forms. Basic Foundation styles are in _settings.scss
================================================================ */
@media print, screen and (min-width: 40em) {
  form ::-webkit-input-placeholder {
    color: rgba(16, 41, 48, 0.6);
  }
}
form :-moz-placeholder { /* Firefox 18- */ }
@media print, screen and (min-width: 40em) {
  form :-moz-placeholder {
    color: rgba(16, 41, 48, 0.6);
  }
}
form ::-moz-placeholder { /* Firefox 19+ */ }
@media print, screen and (min-width: 40em) {
  form ::-moz-placeholder {
    color: rgba(16, 41, 48, 0.6);
  }
}
@media print, screen and (min-width: 40em) {
  form :-ms-input-placeholder {
    color: rgba(16, 41, 48, 0.6);
  }
}
@media print, screen and (max-width: 63.99875em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 40em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    background: transparent;
  }
}
form select {
  width: 100%;
  height: auto;
  padding: 10px 30px 10px 12px !important;
  border: 1px solid #C4C9CB;
  border-radius: 10px;
  background-image: url(/images/icons/green-arrow.svg);
  background-size: auto;
  background-color: transparent;
  background-position: top calc(50% + 2px) right -1rem;
  font-size: 0.9375rem;
}
form select:hover, form select:active, form select:focus {
  border: 1px solid #8e979b;
  background-color: transparent;
}
form .required {
  color: #102930;
}

/* =========================================================
Used for the contact form - mostly for validation.
Most form styles can be applied as variables in _settings
============================================================ */
.contact-form__abstract {
  margin-bottom: 1.5rem;
  font-size: 16px;
  color: #4CB378;
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .contact-form__abstract {
    margin-bottom: 2.25rem;
  }
}
.contact-form__top-wrapper-headers {
  padding-top: 0px;
  padding-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .contact-form__top-wrapper-headers {
    padding-top: 0px;
  }
}
.contact-form__top-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .contact-form__top-wrapper {
    padding-top: 60px;
  }
}
.contact-form__header {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .contact-form__header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-form__title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 0px;
}
.contact-form__label {
  text-align: left;
  color: #4CB378;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  .contact-form__label {
    margin-bottom: 8px;
  }
}
.contact-form input::-moz-placeholder {
  color: #102930;
  font-size: 16px;
}
.contact-form input::placeholder {
  color: #102930;
  font-size: 16px;
}
.contact-form textarea::-moz-placeholder {
  color: #102930;
  font-size: 16px;
}
.contact-form textarea::placeholder {
  color: #102930;
  font-size: 16px;
}
.contact-form__checkbox {
  margin: 0 0 1rem;
  font-size: 1rem;
}
.contact-form__checkbox label {
  font-size: inherit;
}
.contact-form__checkbox input {
  margin: 0 0.5rem 0 0;
  font-size: inherit;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=date],
.contact-form textarea {
  font-weight: 400;
  background: transparent;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=number],
  .contact-form input[type=date],
  .contact-form textarea {
    margin-bottom: 20px;
  }
}
.contact-form textarea {
  min-height: 195px;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .contact-form textarea {
    margin-bottom: 2rem;
  }
}
.contact-form .errors {
  margin: 0;
}
.contact-form .errors li,
.contact-form .form-error {
  text-align: left;
  margin-bottom: 12px;
  color: #cc4b37;
  list-style-type: none;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.contact-form .file-upload-input {
  font-size: 0.75rem;
}
.contact-form .checkbox-text {
  font-size: 1.125rem;
  margin-right: 1rem;
}
.contact-form .button {
  background: #4CB378;
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: auto;
}
.contact-form__captcha {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.contact-form__captcha-error {
  margin-top: 10px;
}

.g-recaptcha {
  margin: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ================================================================
A coloured area for giving consistent top & bottom padding to
components - white by default
=================================================================== */
.wrapper {
  padding: 3.75rem 0 3.75rem;
  text-align: center;
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 40em) {
  .wrapper {
    padding: 5rem 0 5rem;
  }
}
.wrapper p,
.wrapper li,
.wrapper .copy__abstract,
.wrapper .copy__abstract p {
  color: inherit;
}
.wrapper:first-child {
  padding-top: 7.375rem;
}
@media screen and (min-width: 64em) {
  .wrapper:first-child {
    padding-top: 11.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .wrapper--even-padding {
    padding-top: 5rem;
  }
}
.wrapper--lightGrey, .wrapper--cream {
  background: #FAF7F4;
  color: #102930;
}
.wrapper--dark, .wrapper--darkBlue {
  background: #034752;
  color: #fff;
}
.wrapper--aliceBlue {
  background: #F7FBFE;
  color: #102930;
}
.wrapper--lightBlue {
  background: #E8F3FB;
  color: #102930;
}
.wrapper--lightGreen {
  background: #AFF9C6;
  color: #102930;
}
.wrapper--darkGreen {
  background: #4CB378;
  color: #fff;
}
.wrapper--violet {
  background: #D0C2E1;
  color: #102930;
}

/* ================================================================================
A testimonial with cited author which is in a carousel if there's more than 1
=================================================================================== */
.testimonial {
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
.testimonial__quote-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .testimonial__quote-icon {
    margin-bottom: 1.5rem;
  }
}
.testimonial__wrapper {
  padding-top: 0px !important;
  padding-bottom: 80px !important;
}
.testimonial__white {
  color: white;
}
.testimonial__blue {
  color: #034752;
}
.testimonial__black {
  color: black;
}
.testimonial__care-home-white {
  color: white !important;
}
.testimonial__care-home-mint-green {
  color: #AFF9C6 !important;
}
.testimonial__care-home-green {
  color: #4CB378 !important;
}
.testimonial__author-white {
  color: white !important;
}
.testimonial__author-green {
  color: #AFF9C6 !important;
}
.testimonial__author-black {
  color: black !important;
}
.testimonial__copy {
  font-size: 36px;
  font-weight: 500;
  max-width: 804px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.testimonial__copy p {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .testimonial__copy {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .testimonial__copy {
    font-size: 24px;
  }
}
.testimonial__content {
  text-align: center;
  font-size: 1.25rem;
  border: none;
  font-weight: 400;
  line-height: 1.45em;
  color: #102930;
  flex: 1;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .testimonial__content {
    font-size: 1.75rem;
  }
}
.testimonial__content p {
  line-height: 1.45em !important;
}
.testimonial__care-home {
  font-size: 1.25rem;
}
.testimonial__author {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 1.5rem;
  color: rgba(16, 41, 48, 0.55);
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .testimonial__author {
    font-size: 1.125rem;
  }
}
.testimonial__icon:after {
  display: block;
  content: "";
  background: url(/images/icons/quotemark-dark.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 23px;
  text-align: center;
  margin: 0 auto 1rem;
}
.wrapper--dark .testimonial__icon:after {
  background-image: url(/images/icons/quotemark-light.svg);
}
@media print, screen and (min-width: 40em) {
  .testimonial__icon:after {
    margin-bottom: 1.5rem;
  }
}
.testimonial--dark, .wrapper--dark .testimonial__content, .wrapper--dark .testimonial__author {
  color: #fff;
}
.testimonial--dark a, .wrapper--dark .testimonial__content a, .wrapper--dark .testimonial__author a,
.testimonial--dark a:visited {
  color: #e6e6e6;
}
.testimonial--dark a:hover, .wrapper--dark .testimonial__content a:hover, .wrapper--dark .testimonial__author a:hover,
.testimonial--dark a:active,
.wrapper--dark .testimonial__content a:active,
.wrapper--dark .testimonial__author a:active,
.testimonial--dark a:focus,
.wrapper--dark .testimonial__content a:focus,
.wrapper--dark .testimonial__author a:focus {
  color: #fff;
}
.testimonial--dark .testimonial__author, .wrapper--dark .testimonial__content .testimonial__author, .wrapper--dark .testimonial__author .testimonial__author {
  color: rgba(255, 255, 255, 0.55);
}

.testimonial-carousel__slide {
  min-height: 380px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.testimonial-carousel__slide:active, .testimonial-carousel__slide:focus {
  outline: none;
}
.testimonial-carousel .slick-dots {
  margin-top: 1rem;
  margin-bottom: -1rem;
}
@media print, screen and (min-width: 40em) {
  .testimonial-carousel .slick-dots {
    margin-top: 1.5rem;
    margin-bottom: -2rem;
  }
}
.testimonial-carousel .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
  cursor: pointer;
}
.wrapper--light .testimonial-carousel .slick-dots li button {
  background-color: rgba(16, 41, 48, 0.2);
}
.testimonial-carousel .slick-dots li.slick-active button {
  background-color: white;
}
.wrapper--light .testimonial-carousel .slick-dots li.slick-active button {
  background-color: rgba(16, 41, 48, 0.8);
}

.darkBlueprev {
  transform: translate(0, -50%);
  border: solid 2px #ffffff !important;
  background: transparent !important;
  border-radius: 50%;
  position: absolute;
  top: 100% !important;
  width: 44px !important;
  height: 44px !important;
  z-index: 1;
  left: 42% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12H6' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
@media print, screen and (max-width: 39.99875em) {
  .darkBlueprev {
    left: 36% !important;
  }
}
@media screen and (min-width: 880px) {
  .darkBlueprev {
    left: 44% !important;
  }
}
@media screen and (min-width: 940px) {
  .darkBlueprev {
    left: 44.5% !important;
  }
}
@media screen and (min-width: 1120px) {
  .darkBlueprev {
    left: 45.5% !important;
  }
}

.darkGreenprev {
  transform: translate(0, -50%);
  border: solid 2px #034752 !important;
  background: transparent !important;
  border-radius: 50%;
  position: absolute;
  top: 100% !important;
  width: 44px !important;
  height: 44px !important;
  z-index: 1;
  left: 42% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12H6' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
@media print, screen and (max-width: 39.99875em) {
  .darkGreenprev {
    left: 36% !important;
  }
}
@media screen and (min-width: 880px) {
  .darkGreenprev {
    left: 44% !important;
  }
}
@media screen and (min-width: 940px) {
  .darkGreenprev {
    left: 44.5% !important;
  }
}
@media screen and (min-width: 1120px) {
  .darkGreenprev {
    left: 45.5% !important;
  }
}

.lightBlueprev {
  transform: translate(0, -50%);
  border: solid 2px #034752 !important;
  background: transparent !important;
  border-radius: 50%;
  position: absolute;
  top: 100% !important;
  width: 44px !important;
  height: 44px !important;
  z-index: 1;
  left: 42% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12H6' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
@media print, screen and (max-width: 39.99875em) {
  .lightBlueprev {
    left: 36% !important;
  }
}
@media screen and (min-width: 880px) {
  .lightBlueprev {
    left: 44% !important;
  }
}
@media screen and (min-width: 940px) {
  .lightBlueprev {
    left: 44.5% !important;
  }
}
@media screen and (min-width: 1120px) {
  .lightBlueprev {
    left: 45.5% !important;
  }
}

.darkBluenext {
  position: absolute;
  transform: translate(0, -50%);
  border: solid 2px #ffffff !important;
  background: transparent !important;
  border-radius: 50%;
  top: 100% !important;
  width: 44px !important;
  height: 44px !important;
  z-index: 1;
  right: 42% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12H18' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M12 19L19 12L12 5' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
@media print, screen and (max-width: 39.99875em) {
  .darkBluenext {
    right: 36% !important;
  }
}
@media screen and (min-width: 880px) {
  .darkBluenext {
    right: 44% !important;
  }
}
@media screen and (min-width: 940px) {
  .darkBluenext {
    right: 44.5% !important;
  }
}
@media screen and (min-width: 1120px) {
  .darkBluenext {
    right: 45.5% !important;
  }
}

.darkGreennext {
  position: absolute;
  transform: translate(0, -50%);
  border: solid 2px #034752 !important;
  background: transparent !important;
  border-radius: 50%;
  top: 100% !important;
  width: 44px !important;
  height: 44px !important;
  z-index: 1;
  right: 42% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12H18' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M12 19L19 12L12 5' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
@media print, screen and (max-width: 39.99875em) {
  .darkGreennext {
    right: 36% !important;
  }
}
@media screen and (min-width: 880px) {
  .darkGreennext {
    right: 44% !important;
  }
}
@media screen and (min-width: 940px) {
  .darkGreennext {
    right: 44.5% !important;
  }
}
@media screen and (min-width: 1120px) {
  .darkGreennext {
    right: 45.5% !important;
  }
}

.lightBluenext {
  position: absolute;
  transform: translate(0, -50%);
  border: solid 2px #034752 !important;
  background: transparent !important;
  border-radius: 50%;
  top: 100% !important;
  width: 44px !important;
  height: 44px !important;
  z-index: 1;
  right: 42% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12H18' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M12 19L19 12L12 5' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
@media print, screen and (max-width: 39.99875em) {
  .lightBluenext {
    right: 36% !important;
  }
}
@media screen and (min-width: 880px) {
  .lightBluenext {
    right: 44% !important;
  }
}
@media screen and (min-width: 940px) {
  .lightBluenext {
    right: 44.5% !important;
  }
}
@media screen and (min-width: 1120px) {
  .lightBluenext {
    right: 45.5% !important;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  transition: opacity 200ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  background: url(/images/icons/carousel-arrow-white.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: 4.3rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 4.3rem;
}
[dir=rtl] .slick-next {
  left: 4.3rem;
  right: auto;
}
/* Dots - original slick styles */
/* ================================================================
Custom global dot styles
=================================================================== */
.slick-dots {
  margin: 3.5rem 0;
}
.slick-dots li {
  margin: 0 7px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  height: 11px;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  text-indent: -5000px;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 200ms;
  vertical-align: top;
}
.slick-dots li button:hover {
  transform: scale(1.5, 1.5);
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

/* ====================================================
A main carousel, with slides of content, maybe buttons
======================================================= */
.carousel {
  width: 100%;
  background-color: #45494a;
  text-align: center;
  height: 400px;
}
.carousel--light {
  background-color: #fff;
}
.carousel--tall {
  height: 600px;
}
@media print, screen and (max-width: 39.99875em) {
  .carousel--tall {
    height: 100vh;
    height: calc(100vh - 58px - 60px);
  }
}
.carousel--full {
  height: 100vh;
  height: calc(100vh - 58px - 60px);
}
@media print, screen and (min-width: 40em) {
  .carousel--full {
    min-height: 600px;
    height: calc(100vh - 58px);
  }
}
@media screen and (min-width: 64em) {
  .carousel--full {
    height: calc(100vh - 100px);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .carousel-icons {
    display: none;
  }
}
.carousel-hint {
  position: absolute;
  bottom: 34px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  z-index: 1;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .carousel-hint {
    display: none;
  }
}
.carousel-hint img {
  margin-left: auto;
  margin-right: auto;
}
.carousel-hint__scroll {
  height: 53px;
  width: 53px;
  margin-bottom: 2px;
  display: block;
}
.carousel-cta {
  position: absolute;
  bottom: 40px;
  right: 20px;
  transform: translateX(-50%);
}
.carousel-cta__enquiry {
  height: 45px;
  width: 45px;
}
.carousel .slick-list,
.carousel .slick-track {
  height: 100%;
}
.carousel__video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.carousel__video {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
}
@media screen and (min-width: 64em) {
  .carousel--short .carousel__video {
    height: 400%;
    top: -133%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel--tall .carousel__video {
    width: 300%;
    left: -100%;
  }
}
@media screen and (min-width: 64em) {
  .carousel--tall .carousel__video {
    width: 100%;
    left: 0;
    height: 300%;
    top: -100%;
  }
}
@media (min-aspect-ratio: 16/9) {
  .carousel--full .carousel__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel--full .carousel__video {
    width: 300%;
    left: -100%;
    top: -10%;
    height: 120%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .carousel--full .carousel__video {
    width: 300%;
    left: -100%;
  }
}
.carousel .slide {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel .slide-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.carousel .slide-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
}
.carousel .slide-content {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 39.99875em) and (orientation: landscape) {
  .carousel .slide-content {
    margin-top: 3.5rem;
  }
}
.carousel .slide-content--dark-text h1, .carousel .slide-content--dark-text h2, .carousel .slide-content--dark-text p {
  color: #102930;
}
.carousel .slide-content__title {
  color: #fff;
  font-size: 2.125rem;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 64em) and (orientation: landscape) {
  .carousel .slide-content__title {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 64em) and (min-height:801px) {
  .carousel .slide-content__title {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
.carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 12px;
}
@media screen and (min-width: 64em) {
  .carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
    font-size: 1.3125rem;
    font-weight: 400;
    margin-top: 24px;
  }
}
.carousel .slide-content__content-wrapper {
  position: relative;
}
.carousel .slide-content__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.carousel .slide-content__top-subtitle {
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  margin-top: 0;
}
.carousel .slide-content__top-subtitle:after {
  content: "";
  width: 33px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.carousel .slide-content__buttons {
  margin-top: 1.75rem;
}
@media print, screen and (min-width: 40em) {
  .carousel .slide-content__buttons {
    margin-top: 3.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .carousel .slide-content .button {
    margin-right: 0.5rem;
  }
}
.carousel .slide-content .button:first-child {
  margin-left: 0;
}
.carousel .slide-content .button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.carousel .slick-next {
  right: 4.3rem;
}
.carousel .slick-prev {
  left: 4.3rem;
}

/* ====================================================
A version with light bg & dark text - don't use yet
======================================================= */
/* ====================================================
Dots
======================================================= */
.carousel .slick-dots {
  margin: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 39.99875em) and (orientation: landscape) {
  .carousel .slick-dots {
    bottom: 20px;
    left: auto;
    transform: none;
  }
}
@media print, screen and (min-width: 40em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
.carousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.carousel .slick-dots li.slick-active button {
  background: #fff;
}
.carousel--dots-right .slick-dots {
  right: 25px;
  left: auto;
  transform: none;
}
.carousel--dots-left .slick-dots {
  left: 25px;
  right: auto;
  transform: none;
}
.carousel--dots-left li:first-child {
  margin-left: 0;
}
.carousel--small .slick-dots, .carousel--tall .slick-dots {
  bottom: 20px !important;
}

/* ============================================================
Wrapper around carousel to add other things, like share button
=============================================================== */
.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ============================================================
Share button in the carousel
=============================================================== */
/* ====================================================
Large image which will fit edge to edge with container
======================================================= */
.fullwidth-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/* ================================================================================
Full-width cta (usually at the bottom of a page with a coloured bg, title, text
& button
=================================================================================== */
.cta-bar, .cta-bar p {
  color: #102930;
  font-weight: 400;
  text-align: center;
  font-size: 1.0625rem;
  position: relative;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
  /* =============================================================
  A version with an image background and a tint
  ================================================================ */
}
@media print, screen and (min-width: 40em) {
  .cta-bar, .cta-bar p {
    font-size: 1.3125rem;
  }
}
.cta-bar__title {
  font-weight: 400;
  line-height: 1.2;
  color: #102930;
  font-size: 2rem;
}
@media print, screen and (min-width: 40em) {
  .cta-bar__title {
    font-size: 3.25rem;
  }
}
.wrapper--dark .cta-bar__title, .wrapper--fixedBg .cta-bar__title, .wrapper--darkGrey .cta-bar__title {
  color: #fff;
}
.cta-bar__buttons {
  margin-top: 1.75rem;
}
@media print, screen and (min-width: 40em) {
  .cta-bar__buttons {
    margin-top: 2.75rem;
  }
}
.cta-bar__content p:last-child {
  margin-bottom: 0;
}
.cta-bar--dark, .wrapper--dark .cta-bar, .wrapper--dark .cta-bar p, .cta-bar .wrapper--dark p, .wrapper--fixedBg .cta-bar, .wrapper--fixedBg .cta-bar p, .cta-bar .wrapper--fixedBg p, .wrapper--darkGrey .cta-bar, .wrapper--darkGrey .cta-bar p, .cta-bar .wrapper--darkGrey p {
  color: #fff;
}
.cta-bar__tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212527;
}
.cta-bar__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent no-repeat center;
  background-size: cover;
}
.cta-bar__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent no-repeat center;
  background-size: cover;
}
.cta-bar--with-image {
  background: transparent;
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .cta-bar--with-image {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* ====================================================
The scroll thing on the homepage
======================================================= */
.scroll-instruction {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 35px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .scroll-instruction {
    width: 100px;
    height: 50px;
  }
}
.scroll-instruction:after {
  content: "";
  display: block;
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 70px;
  background: #da2129;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background 200ms;
}
@media print, screen and (min-width: 40em) {
  .scroll-instruction:after {
    height: 100px;
  }
}
.scroll-instruction__arrow {
  background: url(/images/down-arrow-white.svg) center no-repeat;
  width: 100%;
  height: 40%;
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  bottom: 15%;
}
.scroll-instruction:hover:after, .scroll-instruction:active:after {
  background-color: #ae1a21;
}

a.scroll-instruction {
  transition: background-color 200ms;
}

.fbox-carousel {
  text-align: left;
  padding: 0px;
}
.fbox-carousel__wrapper {
  text-align: center;
}
.fbox-carousel__heading {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .fbox-carousel__heading {
    font-size: 3.625rem;
  }
}
.fbox-carousel__copy {
  font-size: 1rem;
  color: #102930;
  margin-bottom: 30px !important;
  margin-right: 10px;
}
.fbox-carousel__content {
  position: relative;
  z-index: 4;
}
.fbox-carousel__content-wrapper {
  text-align: left;
  max-width: 807px;
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .fbox-carousel__content-wrapper {
    padding: 60px;
  }
}
@media print, screen and (min-width: 40em) {
  .fbox-carousel__content-wrapper {
    padding: 30px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .fbox-carousel__carousel {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 1024px) {
  .fbox-carousel__carousel {
    display: flex;
  }
}

.fbox__copy {
  max-width: 804px;
  margin: auto;
  margin-top: 20px !important;
  font-size: 16px;
}
.fbox__wrapper {
  margin: 0 10px;
}
.fbox__content-wrapper {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 4;
  width: calc(100% - 40px);
}
@media screen and (min-width: 64em) {
  .fbox__content-wrapper {
    bottom: 42px;
    left: 40px;
    width: calc(100% - 80px);
  }
}
.fbox__title {
  color: #102930;
  font-size: 24px;
  line-height: 1.35;
  text-align: left;
  padding: 30px 0px;
  margin-bottom: 0px;
}
@media print, screen and (max-width: 39.99875em) {
  .fbox__title {
    padding: 20px 0px;
    font-size: 21px;
    font-weight: 600;
  }
}
.fbox__image-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2/2.5;
}
@media screen and (min-width: 1205px) {
  .fbox__image-wrapper {
    min-height: 351px;
    width: 367px;
  }
}
.fbox__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.fbox__link-outer-button {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  border: black solid 1px;
  padding: 0px 28px;
  height: 51px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.fbox__link-outer-button a {
  text-decoration: none;
}
@media print, screen and (min-width: 40em) {
  .fbox__link-outer-button {
    margin-bottom: 100px;
  }
}
.fbox__link-outer {
  text-align: left;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: #4CB378 solid 1px;
}
.fbox__link-outer a {
  text-decoration: none;
}

/* =======================================================
A component with several news boxes, an image, title,
content, and link.
========================================================== */
.news-box {
  background: transparent;
  position: relative;
  padding: 0;
  text-align: left;
  transition: color 200ms, border 200ms;
  color: #102930;
  height: inherit !important;
  display: flex;
  flex-direction: column;
}
@media print {
  .news-box {
    border: 1px solid grey;
  }
}
.news-box__title {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #034752;
  line-height: normal;
}
@media screen and (min-width: 64em) {
  .news-box__title {
    font-size: 1.25rem;
  }
}
.news-box__content {
  padding: 20px 20px 0;
  font-size: 0.9375rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .news-box__content {
    padding: 20px;
  }
}
@media screen and (min-width: 64em) {
  .news-box__content {
    padding: 20px;
  }
}
.news-box__image {
  transition: transform 200ms, filter 200ms;
}
.news-box__image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.news-box__link {
  text-decoration: none;
}
.news-box__text-link {
  margin: 28px auto 0;
  color: #034752;
  display: inline-block;
  border-bottom: 1px solid #4CB378;
  padding: 0 0 7px;
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  .news-box__text-link {
    display: none;
  }
}
.news-box__top-title {
  display: none;
}

/* =======================================================
News in a carousel - e.g. "Related news" component, also
used for "related case studies"
========================================================== */
/* =======================================================
For the related news component - box styles are in "news box"
and carousel styles are in "news carousel"
========================================================== */
.related-news {
  padding-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .related-news {
    padding-bottom: 100px;
  }
}
.related-news__title {
  font-size: 1.75rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .related-news__title {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
.related-news__container {
  margin: 0 auto;
}
.related-news__boxes {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 40em) {
  .related-news__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .related-news__boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .related-news__boxes .news-box:nth-child(3) {
    display: none;
  }
}

/* ================================================================
Default <figure> & <figcaption> styles
- used as caption on copy images
=================================================================== */
figure {
  margin: 0 0 1.5rem;
}

figcaption {
  font-style: italic;
  margin: 0;
}

/* ================================================================
A full-width image banner which loads a video in lightbox when
button is clicked
=================================================================== */
.video {
  max-width: 100vw;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.video__play {
  margin: 0 auto;
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.video__tint {
  opacity: 1;
  z-index: 1;
}
.video__lightbox {
  text-align: center;
  top: 0 !important;
}
.video__lightbox .close-button {
  transition: color 200ms;
  color: #e6e6e6;
  font-size: 48px;
  padding-right: 10px;
  padding-top: 10px;
}
.video__lightbox .close-button:hover, .video__lightbox .close-button:active, .video__lightbox .close-button:focus {
  color: #fff;
}
.video__embed {
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .video__embed {
    width: calc(100% - 20rem);
  }
}
@media (max-height: 720px) and (min-width: 801px) {
  .video__embed {
    width: calc(100% - 10rem);
  }
}
@media (max-height: 720px) and (min-width: 1400px) {
  .video__embed {
    width: calc(100% - 20rem);
  }
}
.video__embed textarea {
  display: none;
}

.image-carousel-wrapper {
  max-height: 100vh;
  overflow: hidden;
}

.image-carousel__slide-content {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .image-carousel__slide-content {
    padding-bottom: 42.857%;
  }
}
.image-carousel__slide-img {
  display: block;
}
.image-carousel .slick-prev,
.image-carousel .slick-next {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 12px;
  width: auto;
  height: auto;
  transition: background 200ms;
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .image-carousel .slick-prev,
  .image-carousel .slick-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}
@media screen and (min-width: 64em) {
  .image-carousel .slick-prev,
  .image-carousel .slick-next {
    width: 55px;
    height: 55px;
    padding: 14px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .image-carousel .slick-prev:before,
  .image-carousel .slick-next:before {
    width: 17px;
    padding-bottom: 133.33%;
  }
}
.image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus,
.image-carousel .slick-next:hover,
.image-carousel .slick-next:active,
.image-carousel .slick-next:focus {
  opacity: 1;
}
@media print, screen and (min-width: 40em) {
  .image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus,
  .image-carousel .slick-next:hover,
  .image-carousel .slick-next:active,
  .image-carousel .slick-next:focus {
    background: rgba(0, 0, 0, 0.7);
  }
}
.image-carousel .slick-prev {
  left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .image-carousel .slick-prev {
    padding-right: 21px;
  }
}
@media print, screen and (min-width: 40em) {
  .image-carousel .slick-prev {
    left: 3.5rem;
  }
}
.image-carousel .slick-next {
  right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .image-carousel .slick-next {
    padding-left: 21px;
  }
}
@media print, screen and (min-width: 40em) {
  .image-carousel .slick-next {
    right: 3.5rem;
  }
}

.search-result {
  text-align: left;
  border-bottom: 1px solid rgba(3, 71, 82, 0.5);
  padding: 28px 0;
}
@media screen and (min-width: 64em) {
  .search-result {
    padding: 60px 0;
  }
}
.search-result:first-child {
  padding-top: 0;
}
.search-result:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search-result__title {
  font-size: 1.75rem;
  margin: 0;
  font-weight: 500;
}
.search-result__title a,
.search-result__title a:visited {
  text-decoration: none;
}
.search-result__title a:hover,
.search-result__title a:active,
.search-result__title a:focus {
  text-decoration: none;
  color: black;
}
.search-result__link {
  text-decoration: none;
  margin: 20px 0 0;
  padding-bottom: 7px;
  display: inline-block;
  border-bottom: 1px solid #4CB378;
  color: #034752;
}
.search-result__link:hover, .search-result__link:active, .search-result__link:focus {
  text-decoration: none;
  color: #034752;
}
.search-result p {
  padding-top: 20px;
  margin-bottom: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .search-results {
    padding: 30px 0;
  }
}

/* =============================================================
Display text and images next to each other - vertically align
the text to the image. Default is image on left.
================================================================ */
@media print, screen and (max-width: 63.99875em) {
  .copy-full-img {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img {
    min-height: 430px;
  }
}
.copy-full-img__content-wrapper {
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .copy-full-img__content-wrapper {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img__content-wrapper {
    margin-bottom: 0;
    min-height: 16.875rem;
    display: flex;
    align-items: center;
  }
}
.copy-full-img__content {
  text-align: left;
}
.copy-full-img__img-wrapper {
  background: #BEBFBF;
  padding-bottom: 68%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .copy-full-img__img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    padding: 0;
  }
  .copy-full-img--right .copy-full-img__img-wrapper {
    left: 50%;
    right: 0;
  }
}
.copy-full-img.wrapper + .wrapper {
  padding-top: 3.75rem !important;
}
@media print, screen and (min-width: 40em) {
  .copy-full-img.wrapper + .wrapper {
    padding-top: 5rem !important;
  }
}

/* =======================================================
Pagination for the news list (with pagination)
========================================================== */
.pagination {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .pagination {
    margin-bottom: 80px;
  }
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #102930;
  font-size: 1rem;
  width: 28px;
  text-align: center;
  font-weight: 400;
  background: white;
  position: relative;
  transition: border 200ms;
  outline: none;
}
.pagination__item:hover, .pagination__item:active, .pagination__item:focus {
  z-index: 1;
}
.pagination__item.current {
  background: #034752;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 700;
  padding: 5px;
  z-index: 2;
}
.pagination__item.disabled {
  opacity: 0.5;
  cursor: default;
}
.pagination__item.disabled:hover, .pagination__item.disabled:active {
  opacity: 0.5;
}
.pagination__item img {
  width: auto;
  height: 14px;
  margin-top: -2px;
}
.pagination__icon-left {
  transform: rotate(180deg);
}
.pagination__pages {
  margin: 0 1rem;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .pagination__pages {
    margin: 0 1.5rem;
  }
}
.pagination__prev-next {
  display: none;
}
@media screen and (min-width: 64em) {
  .pagination__prev-next {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ====================================================
Animated Google material design inputs.
Not using BEM just because to keep the fields free of
too many classes - although slightly slower to find.
- Input should have no placeholder
- Label should be after input
- Wrap input & label with .animated-input
======================================================= */
.animated-input {
  position: relative;
}
.animated-input input,
.animated-input textarea {
  padding-top: 18px;
  padding-bottom: 6px;
}
.animated-input textarea {
  line-height: 1.6;
}
.animated-input input:focus ~ label, .animated-input input.has-value ~ label,
.animated-input textarea:focus ~ label,
.animated-input textarea.has-value ~ label {
  top: 4px;
  font-size: 0.75rem;
  opacity: 0.6;
}
.animated-input label {
  position: absolute;
  left: 0.75rem;
  top: 12px;
  transition: all 200ms;
  display: block;
  font-size: 1rem;
  pointer-events: none;
}
.blog {
  text-align: center;
}
.blog__categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: #4CB378 !important;
  justify-content: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 64em) {
  .blog__categories {
    margin-bottom: 5px;
  }
}
.blog__title {
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0 auto 20px;
  color: #034752;
}
@media print, screen and (min-width: 40em) {
  .blog__title {
    font-size: 3rem;
    width: 80%;
  }
}
@media screen and (min-width: 64em) {
  .blog__title {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
.blog__author {
  line-height: 150%;
  color: #4CB378;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .blog__author {
    margin-bottom: 3.75rem;
  }
}
.blog__image-wrapper {
  margin: 0 auto 30px;
}
@media screen and (min-width: 64em) {
  .blog__image-wrapper {
    margin-bottom: 60px;
    max-width: 1012px;
  }
}
.blog__copy {
  text-align: left;
  max-width: 762px;
  margin: 0 auto;
}
.blog__social-links {
  position: fixed;
}
.blog__wrapper.wrapper {
  padding-top: 118px;
  padding-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .blog__wrapper.wrapper {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.blog__share-buttons {
  margin: 30px auto 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .blog__share-buttons {
    position: fixed;
    left: 28px;
    top: 330px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
}
.blog__share-buttons p {
  color: #034752;
  font-weight: 500;
}
@media screen and (min-width: 75em) {
  .blog__share-buttons p {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 75em) {
  .blog__share-title-container {
    height: 38px;
  }
}
.blog__share-title {
  color: #034752 !important;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 75em) {
  .blog__share-title {
    transform: rotate(90deg);
    line-height: 1.4;
  }
}
.blog__share-icon {
  width: 40px;
  height: 40px;
}

.expander__button {
  cursor: pointer;
}
.expander__content {
  display: none;
  overflow: hidden;
}
select.filter {
  border-radius: 10px;
  border: 1px solid #C4C9CB;
  margin: 0;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  select.filter {
    margin-bottom: 0.75rem;
  }
  select.filter:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  select.filter {
    display: inline-block;
    margin-right: 1rem;
  }
  select.filter:last-child {
    margin-right: 0;
  }
}
select.filter:hover, select.filter:active, select.filter:focus {
  border: 1px solid #8e979b;
}

.map {
  width: 100%;
  height: 25rem;
}

.faqs {
  padding-bottom: 5rem !important;
  text-align: left;
}
.faqs a {
  text-decoration: none;
  color: #034752;
}
.faqs__green-top {
  padding-top: 60px;
  padding-bottom: 55px;
  padding-left: 10px;
  padding-right: 10px;
}
.faqs__green-top h1 {
  color: white !important;
}
.faqs__green-top h2 {
  color: white !important;
}
@media screen and (min-width: 64em) {
  .faqs__green-top {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.faqs__left-header {
  font-weight: 400 !important;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .faqs__left-header {
    text-align: left !important;
  }
}
.faqs__green-background {
  background: #4CB378;
}
.faqs__items-green {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 64em) {
  .faqs__items-green {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.faqs__items {
  padding-left: 10px;
  padding-right: 10px;
}
.faqs__item {
  border: 1px solid #B9BABA;
  margin-left: 0 !important;
  position: relative;
}
.faqs__item:not(:last-of-type) {
  border-bottom: 0;
}
.is-active > .faqs__question-green:before {
  transform: rotate(90deg);
  content: "";
}
.is-active > .faqs__question:before {
  transform: rotate(90deg);
  content: "";
}
.faqs__accordion-green {
  background: #4CB378;
  color: white;
  margin-left: 0px;
}
.faqs__accordion-green-content {
  background: #4CB378;
  color: white;
}
.faqs__accordion-green:hover {
  color: white !important;
}
.faqs__index-green {
  color: white !important;
}
.faqs__filters {
  margin-left: 30px;
  margin-right: 30px;
}
.faqs__filters select {
  height: 51px !important;
}
@media screen and (min-width: 1315px) {
  .faqs__filters {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.faqs__filter {
  display: inline;
  width: 100%;
  border: 1px solid red;
  margin-bottom: 32px !important;
}
@media screen and (min-width: 64em) {
  .faqs__filter {
    width: 250px;
  }
}
.faqs__label {
  color: #4CB378;
  font-weight: 600;
  margin-bottom: 10px;
}
.faqs__question-green {
  border: 0 !important;
  display: block;
  color: white;
  font-size: 1.375rem;
  font-weight: 500;
  background: transparent;
  padding: 23px 62px 23px 30px;
  line-height: 1.27;
}
@media screen and (min-width: 64em) {
  .faqs__question-green {
    font-size: 1.625rem;
    padding: 20px 62px 20px 32px;
  }
}
.faqs__question-green:before, .faqs__question-green:after {
  content: "" !important;
  display: block;
  width: 18px;
  height: 2px;
  background: white;
  transition: transform 200ms;
  position: absolute;
  top: 36px;
  right: 25px;
  transform-origin: center;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .faqs__question-green:before, .faqs__question-green:after {
    right: 24px;
  }
}
.faqs__question-green:after {
  content: "";
  transform: rotate(90deg) !important;
}
.faqs__question-green:hover, .faqs__question-green:active, .faqs__question-green:focus {
  color: white !important;
  background: transparent;
}
.faqs__question {
  border: 0 !important;
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  background: transparent;
  padding: 20px 62px 20px 30px;
  line-height: 1.27;
}
@media screen and (min-width: 64em) {
  .faqs__question {
    font-size: 1.625rem;
    padding: 18px 62px 18px 32px;
  }
}
.faqs__question:before, .faqs__question:after {
  content: "" !important;
  display: block;
  width: 18px;
  height: 2px;
  background: #4CB378;
  transition: transform 200ms;
  position: absolute;
  top: 36px;
  right: 25px;
  transform-origin: center;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .faqs__question:before, .faqs__question:after {
    right: 24px;
  }
}
.faqs__question:after {
  content: "";
  transform: rotate(90deg) !important;
}
.faqs__question:hover, .faqs__question:active, .faqs__question:focus {
  background: transparent;
}
.faqs:last-child > .faqs__answer {
  border-bottom: none;
}
.faqs__answer {
  margin-left: 8px;
  border: 0 !important;
  font-size: 1rem;
  padding-top: 2px;
}
@media screen and (min-width: 64em) {
  .faqs__answer {
    margin-left: 20px;
  }
}
.faqs__answer p {
  margin-bottom: 0;
}
.faqs__number {
  display: inline-block;
  background: gainsboro;
  color: white;
  padding-top: 1rem;
  text-align: center;
  width: 60px;
  position: absolute;
  font-weight: 700;
  font-size: 1.125rem;
  top: 0;
  bottom: 0;
  transition: background 200ms;
}
.is-active > .faqs__number {
  background: grey;
}
.faqs__top {
  margin-bottom: 2rem;
}

ul {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 64em) {
  .copy-image {
    display: flex;
    align-items: center;
  }
}
.copy-image + .copy-image {
  margin-top: -20px;
}
@media screen and (min-width: 64em) {
  .copy-image + .copy-image {
    margin-top: -40px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .copy-image__wrapper {
    padding: 60px 0;
  }
}
.copy-image__row {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .copy-image--image-left .copy-image__row {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 64em) {
  .copy-image__image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgba(16, 41, 48, 0.1);
  }
}
.copy-image__image {
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .copy-image__image {
    margin-bottom: 1rem;
  }
}
.copy-image__title {
  font-size: 2.25rem;
  margin: 0 0 20px;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .copy-image__title {
    font-size: 3rem;
    margin-bottom: 28px;
  }
}
.copy-image__buttons {
  margin-top: 36px;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .copy-image__buttons .button:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .copy-image--image-left .copy-image__content {
    padding-left: 70px;
  }
  .copy-image--image-right .copy-image__content {
    padding-right: 70px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .copy-image__content-wrapper {
    order: 1;
  }
}
.copy-image__copy p:last-child {
  margin-bottom: 0;
}

.account-feature-article {
  background: #F7FBFE;
  padding: 80px 0px;
}
.account-feature-article__image-wrapper {
  height: 100%;
  min-height: 300px;
  max-height: 491px;
  overflow: hidden;
}
.account-feature-article__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-feature-article__subtitle {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #4CB378;
  margin-bottom: 16px !important;
  text-align: center;
}
.account-feature-article__title {
  font-size: 1.5rem;
  margin-bottom: 16px !important;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .account-feature-article__title {
    font-size: 2.25rem;
  }
}
.account-feature-article__content {
  padding: 40px;
  background: #E8F3FB;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .account-feature-article__content {
    min-height: 491px;
  }
}
.account-feature-article__link-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-feature-article__link {
  color: #034752;
  font-weight: 600;
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: #4CB378 solid 1px;
}

.account-page__form-outer {
  border-bottom: solid 1px #4CB378;
  padding-bottom: 28px;
}
@media screen and (min-width: 1100px) {
  .account-page__form-outer {
    display: flex;
    padding-bottom: 56px;
  }
}
.account-page__form-outer-last {
  border-bottom: none;
  padding-bottom: 0px;
}
.account-page__mobile-text {
  text-align: left;
  display: block;
  margin-bottom: 24px;
}
.account-page__mobile-text p {
  margin-bottom: 0px !important;
}
.account-page__mobile-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #034752;
  margin-bottom: 18px;
}
@media screen and (min-width: 1100px) {
  .account-page__mobile-text {
    display: none;
  }
}
.account-page__form-text {
  text-align: left;
  max-width: 388px;
  margin-right: 48px;
  display: none;
}
.account-page__form-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #034752;
  margin-bottom: 24px;
}
@media screen and (min-width: 1100px) {
  .account-page__form-text {
    display: block;
  }
}
.account-page__form-text-first {
  text-align: left;
  min-width: 388px;
  margin-right: 48px;
  margin-top: 28px;
}
@media screen and (min-width: 1100px) {
  .account-page__form-text-first {
    margin-top: 56px;
  }
}
.account-page__form-text-first h3 {
  font-size: 20px;
  font-weight: 600;
  color: #034752;
  margin-bottom: 18px;
}
@media screen and (min-width: 1100px) {
  .account-page__form-text-first h3 {
    margin-bottom: 24px;
  }
}
.account-page__form-last {
  margin-bottom: 0px !important;
}
.account-page__form-text-second {
  margin-top: 140px;
}
.account-page__form-text-third {
  margin-top: 330px;
}
.account-page__form-bottom {
  text-align: left;
  margin-bottom: 0px !important;
}
.account-page__outer {
  width: 100%;
}
.account-page__outer-first {
  margin-top: 28px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .account-page__outer-first {
    margin-top: 56px;
  }
}
.account-page__form {
  background: #F7FBFE;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1100px) {
  .account-page__form {
    margin-bottom: 38px;
  }
}
.account-page__form-inner {
  background: #F7FBFE;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .account-page__form-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.account-page__form-inner-password {
  background: #F7FBFE;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  width: 100%;
}
.account-page__label {
  text-align: left;
  color: #4CB378;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.account-page__label[for=delete-photo] {
  display: flex;
  align-items: center;
}
.account-page__label #delete-photo {
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .account-page__label {
    margin-bottom: 10px;
  }
}
.account-page__field input[type=text],
.account-page__field input[type=tel],
.account-page__field input[type=email],
.account-page__field input[type=number],
.account-page__field input[type=date],
.account-page__field input[type=password],
.account-page__field textarea {
  font-weight: 400;
  background: white;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  margin-bottom: 0px !important;
}
.account-page__button-outer {
  margin-top: 24px;
  cursor: pointer;
}
.account-page__button-outer .button {
  background: #4CB378;
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: auto;
}
.account-page__button-outer a {
  max-width: 150px;
}
.account-page__label-profile-image {
  text-align: left;
  color: #4CB378;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
@media print, screen and (min-width: 40em) {
  .account-page__label-profile-image {
    margin-bottom: 12px;
  }
}
.account-page__profile-image-outer {
  cursor: pointer;
  width: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
  font-weight: 400;
  background: white;
  border: 1px dashed rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  margin-bottom: 0px !important;
  padding: 12px;
  margin-top: 4px;
}

.a-logos {
  padding: 0;
  margin: 0 auto;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.a-logos:hover, .a-logos:focus, .a-logos:active {
  outline: none;
}
.a-logos__top-title {
  color: #4CB378;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  margin: 0 auto 28px;
  max-width: 804px;
}
@media screen and (min-width: 64em) {
  .a-logos__top-title {
    margin-bottom: 20px;
  }
}
.a-logos__title {
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin: 0 !important;
}
@media screen and (min-width: 64em) {
  .a-logos__title {
    font-size: 3.625rem;
  }
}
.a-logos__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0 auto;
}
@media print, screen and (max-width: 63.99875em) {
  .a-logos__logos {
    max-width: 610px;
  }
}
@media screen and (min-width: 64em) {
  .a-logos__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
.a-logos__buttons {
  margin-top: 28px;
}
@media screen and (min-width: 64em) {
  .a-logos__buttons {
    margin-top: 36px;
  }
}
@media print, screen and (min-width: 40em) {
  .a-logos__wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 64em) {
  .a-logos__logos-wrapper {
    padding: 80px 0;
  }
}

.a-logo-item {
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: -1px;
  margin-bottom: -1px;
}
.a-logo-item__image-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 75%;
  position: relative;
  transition: border 200ms;
  border: 1px solid #DFDFDF;
}
.a-logo-item__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 70%;
  max-height: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner {
  text-align: center;
}
.banner__top-title {
  color: #4CB378;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  margin: 0 auto 16px;
  max-width: 804px;
}
@media screen and (min-width: 64em) {
  .banner__top-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.wrapper--dark .banner__top-title {
  color: #AFF9C6;
}
.wrapper--darkGreen .banner__top-title {
  color: #fff;
}
.wrapper--violet .banner__top-title {
  color: #034752;
}
.banner__title {
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin: 0 !important;
}
@media screen and (min-width: 64em) {
  .banner__title {
    font-size: 5.125rem;
  }
}
.banner__title .wrapper--dark, .wrapper--darkGreen .banner__title {
  color: #fff;
}
.banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1013px;
}
.banner__buttons {
  margin-top: 16px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .banner__buttons {
    margin-top: 40px;
  }
}
.wrapper--light .banner__button, .wrapper--lightGreen .banner__button, .wrapper--lightBlue .banner__button, .wrapper--cream .banner__button, .wrapper--violet .banner__button {
  background: #4CB378 !important;
  border-color: #4CB378 !important;
  color: #fff !important;
}
.wrapper--dark .banner__button {
  background: #AFF9C6 !important;
  border-color: #AFF9C6 !important;
  color: #102930 !important;
}
.wrapper--darkGreen .banner__button {
  background: white !important;
  border-color: white !important;
  color: #102930 !important;
}

.banner-with-image__wrapper {
  padding-top: 6.25rem !important;
  padding-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .banner-with-image__wrapper {
    padding-top: 3.625rem !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .banner-with-image__wrapper {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
  }
}
.banner-with-image__header {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .banner-with-image__header {
    padding-left: 1.25rem;
    max-width: 39.75rem;
    margin-left: auto;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
.banner-with-image__subheading {
  color: var(--MIM-Medium-Green, #4CB378);
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .banner-with-image__subheading {
    text-align: left;
  }
}
.banner-with-image__heading {
  font-style: normal;
  color: #034752;
  padding-top: 1.5rem;
  padding-bottom: 10px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
}
@media print, screen and (min-width: 40em) {
  .banner-with-image__heading {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 40em) {
  .banner-with-image__heading {
    margin-right: 40px;
    padding-bottom: 0px;
    padding-top: 1.125rem;
    font-size: 3rem;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 64em) {
  .banner-with-image__heading {
    font-size: 4rem;
  }
}
.banner-with-image__image-wrapper {
  max-height: 600px;
  min-height: 300px;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .banner-with-image__image-wrapper {
    min-height: 262px;
  }
}
.banner-with-image__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.banner-with-image__button-wrapper {
  color: white;
  display: flex;
  margin-top: 1.125rem;
}
.banner-with-image__button {
  background: #4CB378;
  padding: 20px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  max-height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-with-bg-image {
  min-height: 408px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .banner-with-bg-image {
    min-height: 800px;
  }
}
.banner-with-bg-image__slide-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}

.case-study-block__wrapper {
  background-color: #034752;
  padding-bottom: 138px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .case-study-block__wrapper {
    padding-bottom: 88px !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .case-study-block__wrapper {
    padding-bottom: 38px !important;
  }
}
.case-study-block__entries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 905px) {
  .case-study-block__entries {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.case-study-block__top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study-block__heading {
  color: white;
  font-size: 2.25rem;
  line-height: 120%;
  text-align: left;
  font-weight: 500;
}
@media print, screen and (max-width: 39.99875em) {
  .case-study-block__heading {
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .case-study-block__heading {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 64em) {
  .case-study-block__heading {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .case-study-block__heading {
    font-size: 5.125rem;
  }
}
.case-study-block__copy {
  padding-left: 10%;
  color: white;
  text-align: left;
  max-width: 970px;
  font-size: 22px;
}
.case-study-block__copy p {
  margin-bottom: 0px !important;
}
@media print, screen and (max-width: 39.99875em) {
  .case-study-block__copy {
    padding: 0px;
    text-align: center;
    font-size: 16px;
  }
}
.case-study-block__image-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.case-study-block__tint {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  padding: 10px;
}
.case-study-block__tint.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-block__thumb-text {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 475px) {
  .case-study-block__thumb-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 565px) {
  .case-study-block__thumb-text {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media screen and (min-width: 565px) {
  .case-study-block__thumb-text {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 650px) {
  .case-study-block__thumb-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 720px) {
  .case-study-block__thumb-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 905px) {
  .case-study-block__thumb-text {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 930px) {
  .case-study-block__thumb-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1470px) {
  .case-study-block__thumb-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1470px) {
  .case-study-block__thumb-text {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.case-study-block__care-author-large {
  display: block;
}
@media screen and (min-width: 565px) {
  .case-study-block__care-author-large {
    display: none;
  }
}
@media screen and (min-width: 650px) {
  .case-study-block__care-author-large {
    display: block;
  }
}
.case-study-block__care-author-small {
  display: none;
}
@media screen and (min-width: 565px) {
  .case-study-block__care-author-small {
    display: flex;
    gap: 10px;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 650px) {
  .case-study-block__care-author-small {
    display: none;
  }
}
.case-study-block__quote {
  font-size: 1.125rem;
  letter-spacing: 0.48px;
  line-height: 150%;
  margin-bottom: 0px !important;
  color: white;
  text-align: center;
}
@media screen and (min-width: 475px) {
  .case-study-block__quote {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 565px) {
  .case-study-block__quote {
    font-size: 1rem;
    line-height: 110%;
  }
}
@media screen and (min-width: 650px) {
  .case-study-block__quote {
    line-height: 130%;
  }
}
@media screen and (min-width: 720px) {
  .case-study-block__quote {
    line-height: 130%;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 770px) {
  .case-study-block__quote {
    line-height: 150%;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 905px) {
  .case-study-block__quote {
    line-height: 110%;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1050px) {
  .case-study-block__quote {
    line-height: 150%;
  }
}
@media screen and (min-width: 1160px) {
  .case-study-block__quote {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .case-study-block__quote {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1610px) {
  .case-study-block__quote {
    font-size: 1.5rem;
  }
}
.case-study-block__quote-icon {
  margin-bottom: 1.25rem;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 565px) {
  .case-study-block__quote-icon {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1050px) {
  .case-study-block__quote-icon {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .case-study-block__quote-icon {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .case-study-block__quote-icon-image {
    width: 10%;
    height: auto;
  }
}
.case-study-block__author {
  font-size: 1rem;
  line-height: 150%;
  margin-top: 15px;
  text-align: center;
  color: #4CB378;
}
@media screen and (min-width: 565px) {
  .case-study-block__author {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 650px) {
  .case-study-block__author {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 930px) {
  .case-study-block__author {
    margin-top: 1.25rem;
  }
}
.case-study-block__care-home {
  font-size: 1rem;
  line-height: 150%;
  color: #4CB378;
  text-align: center;
  color: #4CB378;
  margin-top: 0.3125rem;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 565px) {
  .case-study-block__care-home {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 650px) {
  .case-study-block__care-home {
    margin-top: 0.3125rem;
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 930px) {
  .case-study-block__care-home {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1280px) {
  .case-study-block__care-home {
    margin-top: 0.625rem;
    margin-bottom: 20px !important;
  }
}
.case-study-block__button-wrapper {
  color: white;
  height: 3.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.case-study-block__button {
  background: #4CB378;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  opacity: 1;
}
.case-study-block__button p {
  margin: 5px !important;
}
@media screen and (min-width: 565px) {
  .case-study-block__button {
    padding: 10px 28px;
  }
}
@media screen and (min-width: 930px) {
  .case-study-block__button {
    padding: 12px 28px;
  }
}
.case-study-block__small-image-wrapper {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-block__image-wrapper-small {
  cursor: pointer;
}

.case-study-listing__wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px;
}
@media screen and (min-width: 875px) {
  .case-study-listing__wrapper {
    padding-top: 42px !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .case-study-listing__wrapper {
    padding-top: 18px !important;
  }
}
.case-study-listing__wrapper-top-bottom {
  padding-bottom: 60px;
}
.case-study-listing__wrapper-top {
  padding-top: 180px !important;
  height: 362px;
}
@media print, screen and (max-width: 63.99875em) {
  .case-study-listing__wrapper-top {
    padding-top: 120px !important;
    height: 221px;
  }
}
.case-study-listing__subheading {
  color: var(--MIM-Medium-Green, #4CB378);
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0px !important;
}
.case-study-listing__heading {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-top: 0.625rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 64em) {
  .case-study-listing__heading {
    font-size: 3rem;
  }
}
.case-study-listing__quote-image {
  width: 26px;
  height: auto;
}
.case-study-listing__heading-not-top {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-top: 1.875rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1240px) {
  .case-study-listing__heading-not-top {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .case-study-listing__heading-not-top {
    font-size: 3rem;
  }
}
.case-study-listing__thumb-outer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study-listing__thumb-wrapper {
  height: 290px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
@media screen and (min-width: 1240px) {
  .case-study-listing__thumb-wrapper {
    aspect-ratio: 4/3;
    min-height: 460px !important;
  }
}
.case-study-listing__grid-top {
  padding-top: 60px;
}
.case-study-listing__thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}
.case-study-listing__play-button {
  z-index: 1;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
}
.case-study-listing__quote {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1240px) {
  .case-study-listing__quote {
    font-size: 1.5rem;
  }
}
.case-study-listing__quote-icon {
  margin-bottom: 1rem;
}
.case-study-listing__author {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0px !important;
}
.case-study-listing__care-home {
  font-size: 1rem;
  line-height: 150%;
  color: #4CB378;
  margin-top: 0.3125rem;
  margin-bottom: 0px !important;
}
.case-study-listing__outer {
  border-bottom: solid 1px rgba(3, 71, 82, 0.5);
  padding-bottom: 30px;
}
@media screen and (min-width: 64em) {
  .case-study-listing__outer {
    padding-bottom: 3.75rem;
  }
}
.case-study-listing__outer-end {
  padding-bottom: 30px;
}
@media screen and (min-width: 64em) {
  .case-study-listing__outer-end {
    padding-bottom: 5rem;
  }
}
.case-study-listing__outer-bottom-length > :last-child {
  border-bottom: none;
}
.case-study-listing__outer-bottom {
  border-bottom: none;
}
.case-study-listing__outer-top {
  padding-top: 1.875rem;
}
@media screen and (min-width: 64em) {
  .case-study-listing__outer-top {
    padding-top: 3.75rem;
  }
}
.case-study-listing__thumb-text {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: left;
  padding-bottom: 2.8125rem;
  min-height: 13.75rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .case-study-listing__thumb-text {
    padding-top: 2.5rem;
    margin-right: 2.5rem;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1170px) {
  .case-study-listing__thumb-text {
    margin-right: 5.625rem;
  }
}
@media screen and (min-width: 1270px) {
  .case-study-listing__thumb-text {
    margin-right: 8.25rem;
  }
}
.case-study-listing__button-wrapper {
  color: white;
  float: left;
  height: 3.1875rem;
}
.case-study-listing__button {
  background: #4CB378;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
}

.case-study__wrapper {
  padding-bottom: 20px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .case-study__wrapper {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 64em) {
  .case-study__wrapper {
    padding-top: 153px !important;
  }
}
.case-study__button {
  background: #4CB378;
  padding: 20px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
}
@media print, screen and (max-width: 39.99875em) {
  .case-study__button {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.case-study__title {
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 500;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .case-study__title {
    font-size: 3rem;
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 64em) {
  .case-study__title {
    font-size: 4rem;
  }
}
.case-study__download-left {
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .case-study__download-left {
    float: left;
  }
}
.case-study__download-wrapper {
  background: #E8F3FB;
  padding: 28px 30px;
  min-height: 117px;
  border-radius: 12px;
  max-width: 762px;
  margin: 0px auto 10px auto;
}
.case-study__button-wrapper {
  color: white;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .case-study__button-wrapper {
    float: right;
  }
}
.case-study__download-icon {
  width: 36px;
}
.case-study__download-title {
  font-size: 1.25rem;
  color: #4CB378;
}
.case-study__download-info {
  margin-left: 1.25rem;
  text-align: left;
}
.case-study__author {
  line-height: 150%;
  color: #4CB378;
  margin-bottom: 1.875rem;
  font-size: 16px;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .case-study__author {
    margin-bottom: 2.5rem;
  }
}
.case-study__categories {
  line-height: 150%;
  font-size: 16px;
  color: #4CB378;
}
.case-study__image-wrapper {
  aspect-ratio: 382/191;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .case-study__image-wrapper {
    aspect-ratio: 1007/384;
  }
}
.case-study__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .case-study__image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.case-study__play-button {
  z-index: 1;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
}
.case-study__copy {
  text-align: left;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.case-study__copy h2 {
  font-size: 32px;
}
@media print, screen and (min-width: 40em) {
  .case-study__copy {
    max-width: 762px;
    margin: auto;
  }
}

.copy-banner {
  text-align: left;
}
.copy-banner__title {
  font-size: 2.25rem;
  line-height: 120%;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .copy-banner__title {
    font-size: 5.125rem;
    margin-bottom: 30px;
  }
}
.wrapper--darkGreen .copy-banner__title {
  color: #fff;
}
.copy-banner__copy {
  text-align: left;
}
@media screen and (min-width: 64em) {
  .copy-banner__copy {
    font-size: 1.375rem;
  }
}
.copy-banner__copy p:last-child {
  margin-bottom: 0;
}
.copy-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .copy-banner__wrapper {
    padding-bottom: 80px;
  }
}
.copy-banner__buttons {
  text-align: left;
}
.copy-banner__buttons {
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .copy-banner__buttons {
    margin-top: 28px;
  }
}
.wrapper--light .copy-banner__button, .wrapper--lightGreen .copy-banner__button, .wrapper--lightBlue .copy-banner__button, .wrapper--cream .copy-banner__button {
  background: #4CB378 !important;
  border-color: #4CB378 !important;
  color: #fff !important;
}
.wrapper--dark .copy-banner__button {
  background: #AFF9C6 !important;
  border-color: #AFF9C6 !important;
  color: #102930 !important;
}
.wrapper--darkGreen .copy-banner__button {
  background: white !important;
  border-color: white !important;
  color: #102930 !important;
}

.copy-2-cols__wrapper {
  padding: 50px 0px 40px 0px !important;
}
@media print, screen and (min-width: 40em) {
  .copy-2-cols__wrapper {
    padding: 80px 0px 70px 0px !important;
  }
}
.copy-2-cols__heading {
  font-size: 20px;
  color: #4CB378;
  line-height: 130%;
  text-align: left;
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .copy-2-cols__heading {
    font-size: 32px;
  }
}
.copy-2-cols__copy {
  line-height: 150%;
  text-align: left;
}
.copy-2-cols__copy p {
  margin-bottom: 10px !important;
}
.copy-2-cols__entries {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.625rem;
}
@media screen and (min-width: 750px) {
  .copy-2-cols__entries {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
.copy-2-cols__button-wrapper {
  color: white;
  float: left;
  height: 51px;
  margin-top: 40px;
}
.copy-2-cols__button {
  background: #4CB378;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  margin: auto;
}
.copy-2-cols__button:hover {
  color: white;
}

.copy-bullets__wrapper {
  padding-top: 90px !important;
  padding-bottom: 80px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .copy-bullets__wrapper {
    padding-top: 55px !important;
    padding-bottom: 40px !important;
  }
}
.copy-bullets__top {
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .copy-bullets__top {
    margin-bottom: 60px;
  }
}
.copy-bullets__subheading {
  color: var(--MIM-Sherpa-Blue, #034752);
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  margin: 0px auto !important;
  max-width: 804px;
}
.copy-bullets__copy-wrapper {
  display: flex;
  margin-bottom: 28px;
  text-align: left;
}
.copy-bullets__copy {
  padding-left: 15px;
  flex: 1;
}
.copy-bullets__copy p {
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .copy-bullets__copy {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.copy-bullets__icon-wrapper {
  height: 44px;
  width: 44px;
  overflow: hidden;
  border-radius: 50%;
}
.copy-bullets__icon {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copy-bullets__heading {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-bottom: 1.125rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .copy-bullets__heading {
    font-size: 3rem;
  }
}

.cta__wrapper {
  background: #4CB378;
  padding: 60px 10px;
}
@media print, screen and (min-width: 40em) {
  .cta__wrapper {
    padding: 5rem 10px;
  }
}
.cta__newletter-form form {
  display: flex;
}
@media screen and (max-width: 550px) {
  .cta__grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cta__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.cta__sign-up-form {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 1150px) {
  .cta__sign-up-form {
    display: flex;
  }
}
.cta__sign-up-input {
  background: white;
  border-radius: 10px;
  height: 50px;
  width: 60%;
  margin-right: 20px;
}
@media screen and (min-width: 760px) {
  .cta__sign-up-input {
    width: 70%;
  }
}
.cta__sign-up-button-wrapper {
  color: white;
  float: left;
  height: 51px;
}
.cta__sign-up-button {
  background: #4CB378;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  color: white;
}
.cta__newsletter-outer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: white;
  width: 95%;
}
@media screen and (min-width: 600px) {
  .cta__newsletter-outer {
    width: 75%;
  }
}
@media screen and (min-width: 1150px) {
  .cta__newsletter-outer {
    width: auto;
  }
}
.cta__newsletter-inner {
  padding: 40px 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cta__newsletter-inner {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1150px) {
  .cta__newsletter-inner {
    padding: 80px 60px;
  }
}
.cta__newsletter-inner p {
  margin-bottom: 20px;
}
.cta__close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (min-width: 1150px) {
  .cta__content-wrapper {
    padding-right: 40px;
  }
}
.cta__heading {
  font-size: 48px;
  color: white;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 0px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .cta__heading {
    text-align: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .cta__heading {
    font-size: 36px;
  }
}
.cta__subheading {
  color: #D8FCE3;
  font-weight: 700;
  margin-bottom: 0px !important;
  font-size: 16px;
}
@media print, screen and (max-width: 63.99875em) {
  .cta__subheading {
    text-align: center;
  }
}
.cta__copy {
  color: #D8FCE3;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0px !important;
}
.cta__copy p {
  margin-bottom: 0px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .cta__copy {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .cta__grid-wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.cta__image-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .cta__image-outer {
    padding-top: 14px;
    margin: auto;
  }
}
.cta__image-wrapper {
  width: 313px;
  overflow: hidden;
}
.cta__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__button-outer {
  margin-top: 50px;
}
@media print, screen and (max-width: 63.99875em) {
  .cta__button-outer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.cta__button-wrapper {
  color: white;
  float: left;
  height: 51px;
}
@media print, screen and (max-width: 63.99875em) {
  .cta__button-wrapper {
    margin: auto;
  }
}
.cta__button {
  cursor: pointer;
  background: #034752;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  color: white;
}

.dashboard__wrapper-top {
  padding-top: 180px !important;
  height: 428px;
}
@media print, screen and (max-width: 63.99875em) {
  .dashboard__wrapper-top {
    padding-top: 120px !important;
    padding-left: 36px;
    padding-right: 36px;
    height: 385px;
  }
}
.dashboard__copy {
  font-size: 18px;
  max-width: 970px;
  margin: 20px auto 0px auto;
}
@media print, screen and (max-width: 63.99875em) {
  .dashboard__copy {
    font-size: 16px;
  }
}
.dashboard__wrapper {
  display: flex;
  padding-top: 80px !important;
  padding-bottom: 6.25rem;
  flex-direction: column;
  gap: 0.625rem;
  background: var(--Cream, #FAF7F4);
}
@media print, screen and (max-width: 63.99875em) {
  .dashboard__wrapper {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .dashboard__wrapper {
    align-items: center;
  }
}
.dashboard__dashboard-wrapper-blue {
  background: #F7FBFE;
}
@media print, screen and (max-width: 63.99875em) {
  .dashboard__dashboard-wrapper-blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.dashboard__dashboard-wrapper-dark-blue {
  background: #034752;
}
@media print, screen and (max-width: 63.99875em) {
  .dashboard__dashboard-wrapper-dark-blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.dashboard__subheading {
  color: var(--MIM-Medium-Green, #4CB378);
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0px !important;
}
.dashboard__heading {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-top: 0.625rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 64em) {
  .dashboard__heading {
    font-size: 3rem;
  }
}
.dashboard__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-bottom: 36px;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .dashboard__title {
    font-size: 36px;
  }
}
.dashboard__title-tracks {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  padding-bottom: 36px;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .dashboard__title-tracks {
    font-size: 36px;
  }
}
.dashboard__button-outer {
  display: flex;
  justify-content: center;
  cursor: pointer;
  max-height: 49px;
}
.dashboard__button-outer .button {
  background: #4CB378;
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: 179px;
}
.dashboard__button-outer a {
  max-width: 150px;
}
.dashboard__button-outer-top {
  display: flex;
  justify-content: center;
  cursor: pointer;
  max-height: 49px;
  margin-top: 20px;
}
.dashboard__button-outer-top .button {
  background: #4CB378;
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: 179px;
}
.dashboard__button-outer-top-tracks {
  display: flex;
  justify-content: center;
  cursor: pointer;
  max-height: 49px;
  margin-top: 40px;
  min-width: 179px;
}
.dashboard__button-outer-top-tracks .button {
  background: #AFF9C6;
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: 179px;
  color: black;
}
.dashboard__tutorial-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .dashboard__tutorial-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dashboard__downloads-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .dashboard__downloads-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.dashboard__wrapper-upload {
  padding-top: 60px;
  padding-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .dashboard__wrapper-upload {
    padding-top: 5rem;
  }
}
.dashboard__file-upload {
  background: #F7FBFE;
  padding: 30px;
  border-radius: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .dashboard__file-upload {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 64em) {
  .dashboard__file-upload {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
.dashboard__file-upload-abstract p {
  margin-bottom: 28px;
}
@media screen and (min-width: 64em) {
  .dashboard__file-upload-abstract {
    max-width: 573px;
  }
}
.dashboard__file-upload-title h4 {
  font-size: 24px;
  font-weight: 500;
  color: var(--MIM-Sherpa-Blue, #034752);
  margin-bottom: 28px;
}

.download-listing__wrapper {
  padding-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .download-listing__wrapper {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 64em) {
  .download-listing__wrapper {
    padding-top: 153px !important;
  }
}
.download-listing__top {
  padding-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .download-listing__top {
    padding-bottom: 80px;
  }
}
.download-listing__subheading {
  color: var(--MIM-Medium-Green, #4CB378);
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.download-listing__heading {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-top: 1.75rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.download-listing__category {
  color: #4CB378;
  text-align: left;
  margin-bottom: 5px;
}
.download-listing__file-info {
  color: #4CB378;
  text-align: left;
  margin-bottom: 20px;
}
.download-listing__entries {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0px 20px;
  gap: 1.75rem;
}
@media print, screen and (min-width: 40em) {
  .download-listing__entries {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .download-listing__entries {
    margin: auto;
    gap: 1.75rem;
    grid-template-columns: repeat(3, 1fr);
    width: 75%;
  }
}
.download-listing__image-wrapper {
  height: 191px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .download-listing__image-wrapper {
    height: 212px;
  }
}
.download-listing__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-listing__content {
  padding: 1.875rem;
  background: #F7FBFE;
  margin-bottom: 0;
}
.download-listing__grid-wrapper {
  background: #F7FBFE;
}
.download-listing__icon {
  text-align: left;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  color: #034752;
}
.download-listing__icon p {
  margin-bottom: 0px;
  margin-left: 0.625rem;
  border-bottom: #4CB378 solid 1px;
  padding-bottom: 0.1875rem;
}
.download-listing__title {
  text-align: left;
  color: #034752;
  padding-bottom: 0.3125rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
}
.download-listing__title-dashboard {
  text-align: left;
  color: #034752;
  padding-bottom: 0.3125rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  margin-bottom: 22px;
}
.download-listing__copy {
  text-align: left;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 150%;
}
.download-listing__copy p {
  margin-bottom: 0px !important;
}

.event__cards {
  margin: 30px 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 40em) {
  .event__cards {
    grid-template-columns: repeat(3, 1fr);
    margin: 45px auto 40px;
    max-width: 1012px;
  }
}
@media screen and (min-width: 64em) {
  .event__cards {
    gap: 32px;
  }
}

.event-card {
  background: #E8F3FB;
  border-radius: 12px;
  padding: 20px 40px 8px;
}
@media print, screen and (min-width: 40em) {
  .event-card {
    padding: 20px 20px 22px;
  }
}
@media screen and (min-width: 64em) {
  .event-card {
    padding: 20px 30px 22px;
  }
}
.event-card__title {
  line-height: 1.5;
  color: #4CB378;
  font-size: 1.25rem;
  margin: 0 auto;
}
.event-card__icon {
  width: auto;
  height: 24px;
}
.event-card__title-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .event-card__title-wrapper {
    flex-direction: column;
  }
}
.event-card__content {
  margin: 12px 0 0;
  text-align: center;
  color: #102930;
}
.event-card__content p {
  margin: 0 auto;
}

.events-list__wrapper {
  padding: 30px 0 60px;
}
@media screen and (min-width: 64em) {
  .events-list__wrapper {
    padding: 60px 0 5rem;
  }
}
.events-list__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 40em) {
  .events-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .events-list__grid {
    gap: 60px 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.events-list__filters {
  text-align: center;
  margin: 0 auto 40px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .events-list__filters {
    margin-bottom: 48px;
  }
}
.events-list__filters label {
  color: #4CB378;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 500;
}
.events-list__filter-wrapper {
  text-align: left;
  width: 100%;
  max-width: 280px;
}
.events-list__bottom .pagination {
  margin-bottom: 0;
}

.event-box {
  text-align: center;
  position: relative;
}
.event-box__content {
  padding: 28px 28px 0;
}
@media screen and (min-width: 64em) {
  .event-box__content {
    padding: 28px 28px 0;
  }
}
.event-box__date {
  text-align: center;
  color: #4CB378 !important;
  margin: 0 auto 10px;
  font-weight: 700;
}
.event-box__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 auto;
  color: #102930;
}
.event-box__image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.event-box__location {
  color: #4CB378;
  margin: 12px 0 0;
}
.event-box__location p {
  margin: 0;
  display: inline;
}
.event-box__icon {
  width: 24px;
  display: inline;
}

.evidence__wrapper {
  background: #034752;
}
.evidence__wrapper h3 {
  color: #D8FCE3 !important;
}
@media screen and (min-width: 900px) {
  .evidence__inner-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1012px;
    margin: auto;
  }
}
.evidence__heading {
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .evidence__heading {
    font-size: 36px;
    text-align: left;
    margin-top: 0px;
  }
}
.evidence__heading-left {
  margin-right: 0px;
}
@media screen and (min-width: 900px) {
  .evidence__heading-left {
    margin-right: 20px;
  }
}
.evidence__heading-right {
  margin-left: 0px;
}
@media screen and (min-width: 900px) {
  .evidence__heading-right {
    margin-left: 20px;
  }
}
.evidence__content-wrapper {
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .evidence__content-wrapper {
    max-width: 560px;
  }
}
.evidence__copy {
  font-weight: 600;
  line-height: 150%;
  margin-top: 20px;
  text-align: center;
}
.evidence__copy ul {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 900px) {
  .evidence__copy ul {
    text-align: center;
    margin-left: 0px !important;
    list-style-position: inside;
  }
}
@media screen and (min-width: 900px) {
  .evidence__copy {
    text-align: left;
    margin-top: 0px;
  }
}
.evidence__copy-left {
  margin-right: 0px;
}
@media screen and (min-width: 900px) {
  .evidence__copy-left {
    margin-right: 20px;
  }
}
.evidence__copy-right {
  margin-left: 0px;
}
@media screen and (min-width: 900px) {
  .evidence__copy-right {
    margin-left: 20px;
  }
}
.evidence__button-outer {
  display: flex;
}
@media screen and (max-width: 900px) {
  .evidence__button-outer {
    justify-content: center;
    margin-top: 20px;
  }
}
.evidence__button-right {
  margin-left: 0px;
}
@media screen and (min-width: 900px) {
  .evidence__button-right {
    margin-left: 20px;
  }
}
.evidence__schedule {
  padding-left: 26px;
}
.evidence__image-wrapper {
  max-width: 388px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.evidence__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.evidence__large {
  display: none;
}
@media screen and (min-width: 900px) {
  .evidence__large {
    display: block;
  }
}
.evidence__small {
  display: block;
}
@media screen and (min-width: 900px) {
  .evidence__small {
    display: none;
  }
}

.fbox-with-icons__top {
  padding-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
}
@media print, screen and (min-width: 40em) {
  .fbox-with-icons__top {
    padding-bottom: 5rem;
  }
}
.fbox-with-icons__subheading {
  color: #4CB378;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  margin: 0 auto !important;
  max-width: 804px;
}
.fbox-with-icons__heading {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-top: 1.125rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0px !important;
  margin-left: 5px;
  margin-right: 5px;
}
@media print, screen and (min-width: 40em) {
  .fbox-with-icons__heading {
    font-size: 3rem;
  }
}
.fbox-with-icons__entries-two {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.75rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 750px) {
  .fbox-with-icons__entries-two {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 750px) {
  .fbox-with-icons__odd {
    margin-left: auto;
  }
}
.fbox-with-icons__entries-three {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.75rem;
}
@media screen and (min-width: 750px) {
  .fbox-with-icons__entries-three {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1170px) {
  .fbox-with-icons__entries-three {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.fbox-with-icons__image-circle {
  background: #AFF9C6;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
}
.fbox-with-icons__image-wrapper {
  width: 1.375rem;
  height: auto;
  overflow: hidden;
}
.fbox-with-icons__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fbox-with-icons__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.375rem;
  margin-bottom: 0.875rem;
  line-height: 140%;
  text-align: center;
}
.fbox-with-icons__copy {
  line-height: 150%;
  margin-bottom: 0.875rem !important;
  text-align: center;
}
.fbox-with-icons__outer {
  padding: 1.875rem;
  background: #F7FBFE;
  height: 100%;
  max-width: 363px;
}
@media screen and (max-width: 750px) {
  .fbox-with-icons__outer {
    margin: auto;
  }
}
@media screen and (min-width: 1170px) {
  .fbox-with-icons__outer {
    margin: auto;
  }
}
.fbox-with-icons__link-outer {
  text-align: center;
}
.fbox-with-icons__link {
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 0.5rem;
  border-bottom: #4CB378 solid 1px;
}

.form-success__wrapper {
  padding-bottom: 40px !important;
}
.form-success__copy {
  text-align: center;
  max-width: 806px;
  margin: auto;
}
.form-success__button-wrapper {
  margin-top: 56px;
  margin-bottom: 280px;
  color: white;
}
@media print, screen and (max-width: 39.99875em) {
  .form-success__button-wrapper {
    margin-bottom: 56px;
  }
}
.form-success__button {
  background: #4CB378;
  padding: 20px 0px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 3.1875rem;
  width: 181px;
  margin: auto;
}

.f-event {
  position: relative;
}
.f-event__wrapper {
  padding: 80px 0px;
}
.f-event__image-wrapper {
  height: 100%;
  min-height: 300px;
  max-height: 491px;
  overflow: hidden;
  position: relative;
}
.f-event__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-event__date {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #4CB378;
  margin-bottom: 16px !important;
  text-align: center;
}
.f-event__title {
  font-size: 1.5rem;
  margin-bottom: 16px !important;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .f-event__title {
    font-size: 2.25rem;
  }
}
.f-event__content {
  padding: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .f-event__content {
    min-height: 491px;
  }
}
.f-event__copy {
  margin-top: 28px;
}
.f-event__copy p {
  margin-bottom: 0;
}
.f-event__link {
  color: #034752;
  font-weight: 600;
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: #4CB378 solid 1px;
  margin: 28px auto 0;
  display: inline-block;
}
.f-event__location {
  color: #4CB378;
  margin: 12px 0 0;
}
.f-event__location p {
  margin: 0;
  display: inline;
}
.f-event__icon {
  width: 24px;
  display: inline;
}

.typeform {
  padding: 58px 0 0;
  background-color: #F7FBFE;
}
@media screen and (min-width: 64em) {
  .typeform {
    padding-top: 100px;
    min-height: calc(100vh - 100px);
  }
}

.hp-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #4CB378;
  position: relative;
  padding: 58px 0 0;
}
@media print, screen and (min-width: 40em) {
  .hp-hero {
    padding: 100px 0 116px;
  }
}
@media screen and (min-width: 64em) {
  .hp-hero {
    height: calc(100vh - 38px);
  }
}
@media all and (max-height: 768px) {
  .hp-hero {
    padding: 100px 0 0;
  }
}
.hp-hero__container {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%;
}
.hp-hero__carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.hp-hero__carousel-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .hp-hero__carousel-wrapper {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
@media print, screen and (min-width: 40em) {
  .hp-hero__carousel-wrapper {
    width: 100%;
    position: absolute;
    height: calc(100% - 116px);
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .hp-hero__carousel-wrapper {
    width: 100%;
    position: absolute;
    height: calc(100% - 116px);
    top: 0;
    left: 0;
    right: 0;
  }
}
.hp-hero__carousel {
  width: 100%;
  height: 100%;
}
.hp-hero__carousel .slick-dots {
  margin: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8px;
}
@media print, screen and (max-width: 39.99875em) {
  .hp-hero__carousel .slick-dots {
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 40em) {
  .hp-hero__carousel .slick-dots {
    left: 32px;
    bottom: 40%;
  }
}
.hp-hero__carousel .slick-dots li {
  margin: 0 5px;
}
@media print, screen and (min-width: 40em) {
  .hp-hero__carousel .slick-dots li {
    display: block;
    margin: 10px 0;
  }
}
.hp-hero__carousel .slick-dots li button {
  background: white;
  cursor: pointer;
  width: 13px;
  height: 13px;
}
.hp-hero__carousel .slick-dots li.slick-active button {
  background: #4CB378;
}
.hp-hero .slick-list,
.hp-hero .slick-track {
  height: 100%;
}
.hp-hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.hp-hero__slide-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.hp-hero__content {
  margin: 0px 50px;
}
@media print, screen and (max-width: 39.99875em) {
  .hp-hero__content {
    margin: 10px auto 28px auto;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hp-hero__content {
    margin: 20px 50px 80px 50px;
  }
}
.hp-hero__title {
  color: white;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 600;
}
@media screen and (min-width: 970px) {
  .hp-hero__title {
    font-size: 3.5rem;
    max-width: 710px;
  }
}
@media screen and (min-width: 1130px) {
  .hp-hero__title {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 64em) {
  .hp-hero__title {
    margin-bottom: 24px;
    letter-spacing: -0.02em;
  }
}
@media all and (max-height: 768px) {
  .hp-hero__title {
    color: white;
    font-size: 2.25rem;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;
  }
}
.hp-hero__abstract {
  color: white;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .hp-hero__abstract {
    font-size: 1.3125rem;
  }
}
@media all and (max-height: 768px) {
  .hp-hero__abstract {
    color: white;
    font-weight: 600;
    font-size: inherit;
  }
}
.hp-hero__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 597px;
}
@media screen and (min-width: 640px) {
  .hp-hero__options {
    width: 337px;
  }
}
@media screen and (min-width: 750px) {
  .hp-hero__options {
    width: 417px;
  }
}
@media screen and (min-width: 791px) {
  .hp-hero__options {
    width: 457px;
  }
}
@media screen and (min-width: 833px) {
  .hp-hero__options {
    width: 497px;
  }
}
@media screen and (min-width: 951px) {
  .hp-hero__options {
    width: 597px;
  }
}
.hp-hero__option {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 8px;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .hp-hero__option {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 11px 16px;
  }
}
@media screen and (min-width: 64em) {
  .hp-hero__option {
    font-size: 1.125rem;
  }
}
@media all and (max-height: 768px) {
  .hp-hero__option {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 1rem;
  }
}
.hp-hero__option input {
  margin: 0 10px 0 0;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.hp-hero__option input:checked + .hp-hero__checkbox {
  background: rgba(255, 255, 255, 0.8);
}
.hp-hero__option input:checked + .hp-hero__checkbox:after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 15px;
  height: 11px;
  background: url(/images/components/homepage-hero/tick.svg);
}
.hp-hero__checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  position: relative;
}
.hp-hero__button.button {
  margin-top: 20px;
  opacity: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .hp-hero__button.button {
    color: #102930;
    border-color: white;
    background-color: white;
  }
  .hp-hero__button.button:hover, .hp-hero__button.button:active, .hp-hero__button.button:focus {
    color: #102930;
    background: white;
  }
}
.hp-hero__bottom {
  z-index: 1;
  width: 100%;
  background: #F7FBFE;
  padding: 32px 0;
}
@media print, screen and (min-width: 40em) {
  .hp-hero__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 26px 0 30px;
    gap: 0;
    height: 116px;
  }
}
@media all and (max-height: 768px) {
  .hp-hero__bottom {
    left: 0;
    bottom: 0;
    padding: 26px 0 30px;
    gap: 0;
  }
}
@media (max-height: 720px) and (min-width: 801px) {
  .hp-hero__bottom {
    height: 76px;
  }
}
.hp-hero__bottom-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  gap: 24px 0;
}
@media print, screen and (min-width: 40em) {
  .hp-hero__bottom-container {
    display: flex;
    height: 100%;
  }
}
@media all and (max-height: 768px) {
  .hp-hero__bottom-container {
    display: flex;
    height: 100%;
  }
}
.hp-hero__bottom-link {
  flex: 1;
  padding: 0 20px;
  color: #034752;
  font-size: 1rem;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin: 0 -1px 0 0;
  font-weight: 500;
}
.hp-hero__bottom-link:hover, .hp-hero__bottom-link:visited, .hp-hero__bottom-link:active {
  color: #034752;
}
@media print, screen and (min-width: 40em) {
  .hp-hero__bottom-link {
    width: auto;
    font-size: 1.125rem;
    flex-direction: row;
  }
}
@media all and (max-height: 768px) {
  .hp-hero__bottom-link {
    width: auto;
    font-size: 1.125rem;
    flex-direction: row;
  }
}
.hp-hero__bottom-link img {
  width: 28px;
}
.hp-hero__camerata {
  color: white;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (min-width: 64em) {
  .hp-hero__camerata {
    font-size: 1.125rem;
    line-height: 27px;
  }
}
.hp-hero__close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.hp-hero__close:hover, .hp-hero__close:active, .hp-hero__close:focus {
  opacity: 0.8;
}
.hp-hero__camerata-inner {
  position: relative;
}
.hp-hero__camerata-content {
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .hp-hero__camerata-content {
    padding: 15px;
  }
}
@media screen and (min-width: 951px) {
  .hp-hero__camerata-content {
    padding: 20px;
  }
}
.hp-hero__camerata-content h3 {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 6px;
}
.hp-hero__camerata-content p {
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 951px) {
  .hp-hero__camerata-content p {
    line-height: 24px;
  }
}
.hp-hero__camerata-content a {
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: solid 1px #4CB378;
}
.hp-hero__camerata-closed {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 16px;
  background-color: white;
  border-radius: 12px;
  z-index: 4;
  cursor: pointer;
  display: none;
}
.hp-hero__camerata-closed:hover, .hp-hero__camerata-closed:active {
  opacity: 0.9;
}
.hp-hero__small-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp-hero__camerata-closed-small {
  margin-top: 20px;
  padding: 0px 13px;
  align-items: center;
  justify-content: center;
  height: 51px;
  background-color: white;
  border-radius: 12px;
  z-index: 4;
  cursor: pointer;
  display: none;
}
.hp-hero__camerata-closed-small:hover, .hp-hero__camerata-closed-small:active {
  opacity: 0.9;
}
.hp-hero__camerata-pop-up {
  background-color: white;
  border-radius: 12px;
  z-index: 4;
}
.hp-hero__camerata-pop-up-small {
  margin-top: 28px;
  width: 100%;
  height: auto;
}
.hp-hero__camerata-pop-up-medium {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: auto;
  width: 217px;
}
@media screen and (min-width: 951px) {
  .hp-hero__camerata-pop-up-medium {
    width: 237px;
  }
}
@media screen and (min-width: 982px) {
  .hp-hero__camerata-pop-up-medium {
    width: 267px;
  }
}
@media screen and (min-width: 1020px) {
  .hp-hero__camerata-pop-up-medium {
    width: 307px;
  }
}
@media screen and (min-width: 1129px) {
  .hp-hero__camerata-pop-up-medium {
    width: 407px;
  }
}
.hp-hero__camerata-pop-up-images {
  display: flex;
  align-items: center;
}
.hp-hero__camerata-pop-up-images p {
  color: #4CB378;
  font-size: 20px;
  margin: 0px 6px;
  margin-bottom: 0px;
}

.image-gallery__image-outer {
  display: flex;
}
.image-gallery__image-wrapper {
  aspect-ratio: 1/1;
  width: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .image-gallery__image-wrapper {
    width: 33.333%;
  }
}
.image-gallery__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-copy {
  text-align: center;
}
.intro-copy__top-title {
  color: #4CB378;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  margin: 0 auto 20px;
  max-width: 804px;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .intro-copy__top-title {
    margin-bottom: 25px;
  }
}
.intro-copy__buttons-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media print, screen and (min-width: 40em) {
  .intro-copy__buttons-outer {
    gap: 20px;
  }
}
.intro-copy__title {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  margin: 0 auto !important;
  max-width: 804px;
  color: #034752;
}
@media screen and (min-width: 64em) {
  .intro-copy__title {
    font-size: 2.25rem;
  }
}
.intro-copy__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1013px;
}
.intro-copy__buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .intro-copy__buttons {
    margin-top: 30px;
  }
}
.intro-copy__video-button {
  width: 190px;
  padding: 13px 18px;
}
.intro-copy__video-button img {
  padding-right: 5px;
}
.intro-copy__button {
  height: 51px;
}
@media print, screen and (max-width: 39.99875em) {
  .intro-copy__button {
    padding: 13px 13px !important;
  }
}

.image-block {
  display: grid;
  grid-template-columns: 20% repeat(3, 1fr);
}
@media print, screen and (max-width: 63.99875em) {
  .image-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .image-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.image-block__image-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.image-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-block__drag {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .image-block__drag {
    display: none;
  }
}
.image-block__drag-inner {
  text-align: center;
  margin: auto;
}
.image-block__drag-circle {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 100%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1630px) {
  .image-block__drag-circle {
    width: 100px;
    height: 100px;
  }
}
.image-block__drag-circle-white {
  box-shadow: 0 0 1px 1px white;
}
@media screen and (min-width: 1420px) {
  .image-block__drag-no-copy {
    top: 65%;
  }
}
@media screen and (min-width: 1420px) {
  .image-block__drag-copy {
    top: 45%;
  }
}

.location__wrapper {
  padding-bottom: 0px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .location__wrapper {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 64em) {
  .location__wrapper {
    padding-top: 153px !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .location__address-top {
    padding-bottom: 60px;
  }
}
.location__address-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  .location__address-title {
    margin-top: 30px;
  }
}
.location__entry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0px 36px;
}
@media print, screen and (max-width: 39.99875em) {
  .location__entry {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 20px;
  }
}
.location__address {
  margin-bottom: 30px;
}
.location__address p {
  margin-bottom: 0px !important;
}
.location__address-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .location__address-content {
    padding-bottom: 80px;
    border-bottom: 1px solid #4CB378;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .location__address-content-text {
    border-bottom: 1px solid #4CB378;
    padding-bottom: 60px;
  }
}

#map {
  height: 490px !important;
  width: 490px !important;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  #map {
    height: 350px !important;
    width: 350px !important;
  }
}
@media screen and (max-width: 720px) {
  #map {
    height: 290px !important;
    width: 290px !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #map {
    height: calc(100vw - 72px) !important;
    width: 100% !important;
  }
}

.login__wrapper {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.login input[type=text],
.login input[type=password],
.login input[type=email],
.login input[type=number],
.login input[type=date],
.login textarea {
  font-weight: 400;
  background: transparent;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  margin-bottom: 12px;
}
.login input::-moz-placeholder {
  color: #102930;
  font-size: 16px;
}
.login input::placeholder {
  color: #102930;
  font-size: 16px;
}
.login textarea::-moz-placeholder {
  color: #102930;
  font-size: 16px;
}
.login textarea::placeholder {
  color: #102930;
  font-size: 16px;
}
.login .button {
  width: 388px;
  margin-top: 20px;
  background: #4CB378;
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
}
.login__forgot-password {
  max-width: 286px;
  margin: auto;
}
.login__back-button {
  background: #AFF9C6;
  color: #102930;
  border: none;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 215px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .login__back-button {
    margin-left: 25px;
    height: 51px;
  }
}
.login__back-button-inner {
  text-decoration: none;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .login__outer {
    width: 388px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .login__grid {
    padding: 0px 10px;
  }
}
.login__header {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.login__top-register {
  font-weight: 500;
  margin-bottom: 10px;
}
.login__field {
  max-width: 388px;
  margin: auto;
}
.login__sign-in-links {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  gap: 20px;
}
.login__or {
  padding-top: 20px;
  display: flex;
  align-items: center;
  max-width: 388px;
  margin: auto;
}
.login__or p {
  margin-bottom: 0px !important;
  font-weight: 700;
  color: #034752;
}
.login__terms {
  max-width: 388px;
  margin: 20px auto;
  font-weight: 500;
}
.login__half {
  border-top: 1px solid #4CB378;
  margin: 0 10px;
  flex-grow: 1;
}
.login__button {
  background: transparent;
  border: solid 1px #4CB378;
  border-radius: 10px;
  color: #102930;
  display: flex;
  margin: 20px auto;
  justify-content: center;
  width: 100%;
  max-width: 388px;
  padding: 15px 28px;
  font-weight: 600;
  cursor: pointer;
}
.login__magic {
  display: none;
  width: 165px;
  margin: 20px auto 0px auto;
}
.login__link {
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 3px;
  color: #034752;
}

#send-magic-link {
  display: none;
}

.mp-list__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 40em) {
  .mp-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .mp-list__grid {
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.mp-list__filters {
  text-align: center;
  margin: 0 auto 30px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .mp-list__filters {
    margin-bottom: 40px;
  }
}
.mp-list__filter {
  background: #E8F3FB;
  color: #102930;
  border-radius: 40px;
  transition: background-color 200ms, color 200ms;
  display: block;
  text-decoration: none;
  padding: 16px 20px;
  line-height: 1.2;
}
.mp-list__filter:hover, .mp-list__filter:active, .mp-list__filter:focus {
  background-color: #bddcf3;
}
.mp-list__filter.selected {
  background-color: #4CB378;
  color: white;
}
.mp-list__bottom .pagination {
  margin-bottom: 0;
}

.mp-box {
  text-align: center;
  background: #F7FBFE;
  position: relative;
}
.mp-box__content {
  padding: 28px;
}
@media screen and (min-width: 64em) {
  .mp-box__content {
    padding: 28px 54px;
  }
}
.mp-box__date {
  text-align: center;
  color: #4CB378 !important;
  margin: 0 auto 10px;
  font-weight: 700;
}
.mp-box__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 auto;
  color: #102930;
}
.mp-box__image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.mp-box__icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background: #4CB378;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-box__icon img {
  width: 28px;
  margin: auto;
}

.f-mp-box {
  position: relative;
}
.f-mp-box__wrapper {
  padding: 80px 0;
}
.f-mp-box__image-wrapper {
  height: 100%;
  min-height: 300px;
  max-height: 491px;
  overflow: hidden;
  position: relative;
}
.f-mp-box__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-mp-box__date {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #4CB378;
  margin-bottom: 16px !important;
  text-align: center;
}
.f-mp-box__title {
  font-size: 1.5rem;
  margin-bottom: 16px !important;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .f-mp-box__title {
    font-size: 2.25rem;
  }
}
.f-mp-box__content {
  padding: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .f-mp-box__content {
    min-height: 455px;
  }
}
.f-mp-box__copy {
  margin-top: 28px;
}
.f-mp-box__copy p {
  margin-bottom: 0;
}
.f-mp-box__link {
  color: #034752;
  font-weight: 600;
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: #4CB378 solid 1px;
  margin: 28px auto 0;
  display: inline-block;
}

@media print, screen and (max-width: 63.99875em) {
  .news-list {
    padding: 60px 0;
  }
}
@media screen and (min-width: 64em) {
  .news-list__wrapper {
    padding: 80px 0;
  }
}
.news-list__featured-wrapper {
  padding: 30px 0;
  background: #F7FBFE;
}
@media print, screen and (max-width: 63.99875em) {
  .news-list__featured-wrapper {
    margin-top: 30px;
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .news-list__featured-wrapper {
    padding: 80px 0;
  }
}
.news-list__container {
  max-width: 76.25rem;
  margin: 0 auto;
  padding: 0 32px;
}
.news-list__first-cols {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 64em) {
  .news-list__first-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 28px;
  }
}
.news-list__2-cols {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 40em) {
  .news-list__2-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 28px;
  }
}
.news-list__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 40em) {
  .news-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .news-list__grid {
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .news-list__first-news-box {
    background: #E8F3FB;
  }
}
@media screen and (min-width: 64em) {
  .news-list__first-news-box .news-box__title {
    font-size: 2.25rem;
    color: #034752;
  }
}
@media screen and (min-width: 64em) {
  .news-list__first-news-box .news-box__image-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/10;
  }
}
@media screen and (min-width: 64em) {
  .news-list__first-news-box .news-box__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.news-list__featured-news-box {
  background: #E8F3FB;
}
@media print, screen and (max-width: 63.99875em) {
  .news-list__featured-news-box {
    padding-top: 30px;
  }
}
@media screen and (min-width: 64em) {
  .news-list__featured-news-box {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .news-list__featured-news-box .news-box__title {
    font-size: 2.25rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .news-list__featured-news-box .news-box__image-wrapper {
    width: calc(100% - 56px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .news-list__featured-news-box .news-box__image-wrapper {
    flex: 1;
    aspect-ratio: 4/3;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .news-list__featured-news-box .news-box__content {
    padding: 20px 20px 28px;
  }
}
@media screen and (min-width: 64em) {
  .news-list__featured-news-box .news-box__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.news-list__featured-news-box .news-box__text-link {
  display: inline-block;
  margin-top: 20px;
}
.news-list__bottom {
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .news-list__bottom {
    margin-top: 20px;
  }
}
@media screen and (min-width: 64em) {
  .news-list__bottom {
    margin-top: -40px;
    padding-bottom: 100px;
  }
}

.notify {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  overflow: auto;
  opacity: 0;
  transition: opacity 400ms linear;
}
.notify--active {
  opacity: 1;
}
.notify__box {
  background: white;
  border-radius: 10px;
  margin: auto;
  padding: 40px 16px;
  color: #102930;
  max-width: 804px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .notify__box {
    padding: 80px 60px;
  }
}
.notify__title {
  color: #034752;
  font-size: 1.5rem;
  margin: 0 auto;
  font-weight: 500;
}
.notify__copy {
  margin-top: 24px;
  text-align: center;
}
.notify__copy p:last-child {
  margin-bottom: 0;
}
.notify__close {
  margin: 24px auto 0;
  text-align: center;
  cursor: pointer;
}
/* ================================================================================
A menu of logos in borders (logos can be any aspect ratio)
=================================================================================== */
.p-logos {
  padding: 0;
  margin-bottom: 0;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.p-logos:hover, .p-logos:focus, .p-logos:active {
  outline: none;
}
.p-logos__logos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  gap: 28px;
}
@media print, screen and (min-width: 40em) {
  .p-logos__logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .p-logos__logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 75em) {
  .p-logos__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-logos__container {
  max-width: 1630px;
}
.p-logos__wrapper {
  padding: 30px 0 60px;
}
@media screen and (min-width: 64em) {
  .p-logos__wrapper {
    padding: 60px 0;
  }
}

.p-logo-item {
  margin: 0;
  padding: 0;
  position: relative;
  background: #F7FBFE;
  text-align: center;
  border-radius: 14px;
}
.p-logo-item__image-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 50%;
  position: relative;
  transition: border 200ms;
}
.p-logo-item__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 70%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-logo-item__content {
  padding: 20px;
}
@media screen and (min-width: 64em) {
  .p-logo-item__content {
    padding: 40px 20px;
  }
}
.p-logo-item__title {
  font-weight: 500;
  line-height: 140%;
  font-size: 1.5rem;
  margin: 0 auto 16px;
}
@media screen and (min-width: 64em) {
  .p-logo-item__title {
    margin-bottom: 24px;
  }
}
.p-logo-item__link-button {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0 0 7px;
  border-bottom: 1px solid #4CB378;
  line-height: normal;
  display: inline-block;
}

.participant-observation-log label {
  text-align: left;
  color: #4CB378;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log label {
    margin-bottom: 10px;
  }
}
.participant-observation-log__top-wrapper {
  padding-bottom: 0px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .participant-observation-log__top-wrapper {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 64em) {
  .participant-observation-log__top-wrapper {
    padding-top: 153px !important;
  }
}
.participant-observation-log select {
  font-weight: 400;
  border: 1px solid rgba(16, 41, 48, 0.25) !important;
  border-radius: 10px !important;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log select {
    margin-bottom: 20px;
  }
}
.participant-observation-log select:hover {
  border: 1px solid rgba(16, 41, 48, 0.25);
}
.participant-observation-log select:focus {
  border: 1px solid rgba(16, 41, 48, 0.25);
}
.participant-observation-log__form {
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log__form {
    margin-bottom: 50px;
  }
}
.participant-observation-log input[type=text],
.participant-observation-log input[type=email],
.participant-observation-log input[type=number],
.participant-observation-log input[type=date],
.participant-observation-log textarea {
  font-weight: 400;
  background: transparent;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log input[type=text],
  .participant-observation-log input[type=email],
  .participant-observation-log input[type=number],
  .participant-observation-log input[type=date],
  .participant-observation-log textarea {
    margin-bottom: 20px;
  }
}
.participant-observation-log input::-moz-placeholder {
  color: #102930;
  font-size: 16px;
}
.participant-observation-log input::placeholder {
  color: #102930;
  font-size: 16px;
}
.participant-observation-log textarea::-moz-placeholder {
  color: #102930;
  font-size: 16px;
}
.participant-observation-log textarea::placeholder {
  color: #102930;
  font-size: 16px;
}
.participant-observation-log__wrapper-bottom {
  max-width: 804px;
  margin: auto;
  text-align: center;
}
.participant-observation-log__wrapper {
  max-width: 804px;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log__wrapper {
    display: flex;
  }
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log__field-half {
    width: 50%;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log__field-half-session {
    width: 50%;
    margin-right: 20px;
  }
}
.participant-observation-log__field-full {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log__half-end {
    width: 50%;
  }
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log__field {
    width: 40%;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 40em) {
  .participant-observation-log__field-date {
    width: 20%;
  }
}
.participant-observation-log__button-submit {
  margin-top: 20px;
  background: #4CB378;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 16px 28px;
  border-radius: 10px;
  font-weight: 600;
  min-width: auto;
}
.participant-observation-log__button-outer {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  gap: 14px;
}
@media print, screen and (max-width: 39.99875em) {
  .participant-observation-log__button-outer {
    margin-bottom: 10px;
  }
}
.participant-observation-log__button {
  background: #E8F3FB;
  border-radius: 40px;
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  align-items: center;
  min-width: 145px;
  cursor: pointer;
}
.participant-observation-log__button:hover {
  background: #AFF9C6;
}
.participant-observation-log__icon {
  width: 45px;
  height: auto;
  margin-right: 10px;
}
.participant-observation-log__label {
  font-size: 16px;
}
.participant-observation-log__label-behaviour {
  font-size: 16px;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.participant-observation-log__cell-header {
  text-align: center;
}
.participant-observation-log__inner-header {
  padding-top: 40px;
  padding-bottom: 30px;
  margin: auto;
  font-size: 36px;
  font-weight: 500;
}
@media print, screen and (max-width: 39.99875em) {
  .participant-observation-log__inner-header {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.participant-observation-log__rating {
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .participant-observation-log__rating {
    width: 45%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 800px) {
  .participant-observation-log__rating {
    width: 55%;
  }
}
@media screen and (min-width: 970px) {
  .participant-observation-log__rating {
    width: 50%;
  }
}
@media screen and (min-width: 1350px) {
  .participant-observation-log__rating {
    width: 45%;
  }
}
.participant-observation-log__rating .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #bfbfbf;
  cursor: pointer;
}
.participant-observation-log__rating input[type=radio] {
  display: none;
}
.participant-observation-log__rating-label {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.participant-observation-log__cell-top {
  margin-top: 40px;
}
@media print, screen and (max-width: 39.99875em) {
  .participant-observation-log__cell-top {
    margin-top: 20px;
  }
}

.hidden {
  display: none;
}

.inner {
  color: white;
}

.profile__entry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1492px;
  margin-left: auto;
  margin-right: auto;
  gap: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 1070px) {
  .profile__entry {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1070px) {
  .profile__entry {
    gap: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 840px) {
  .profile__entry {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 660px) {
  .profile__entry {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 520px) {
  .profile__entry {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 460px) {
  .profile__entry {
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.profile__detail-text {
  display: flex;
  justify-content: center;
  min-height: 135px;
  margin-top: 20px;
}
.profile__tile-top {
  border: solid 1px rgba(3, 71, 82, 0.25);
  border-bottom: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 10px 8px;
  background: white;
}
@media screen and (min-width: 1235px) {
  .profile__tile-top {
    padding: 20px;
  }
}
.profile__tile-bottom {
  border: solid 1px rgba(3, 71, 82, 0.25);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 14px 20px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 57px;
}
@media screen and (min-width: 1235px) {
  .profile__tile-bottom {
    min-height: 77px;
  }
}
.profile__tile-bottom-empty {
  border: solid 1px rgba(3, 71, 82, 0.25);
  border-top: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 14px 20px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 57px;
}
@media screen and (min-width: 1235px) {
  .profile__tile-bottom-empty {
    min-height: 77px;
  }
}
.profile__tile-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.profile__thumb-image-wrapper {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1070px) {
  .profile__thumb-image-wrapper {
    width: 168px;
    height: 168px;
  }
}
@media screen and (min-width: 1235px) {
  .profile__thumb-image-wrapper {
    width: 188px;
    height: 188px;
  }
}
.profile__thumb-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile__logos-outer {
  text-decoration: none;
  margin: 0px 2px;
}
.profile__logos {
  height: 17px;
  width: auto;
  margin-left: 2px;
  margin-right: 2px;
}
.profile__full-name {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0px !important;
}
@media print, screen and (max-width: 39.99875em) {
  .profile__full-name {
    font-size: 21px;
  }
}
.profile__job-title {
  margin-top: 8px;
  color: #4CB378;
  font-size: 16px;
  margin-bottom: 0px !important;
  text-align: center;
}
.profile__location {
  margin-top: 8px;
  color: #4CB378;
  font-size: 16px;
  margin-bottom: 0px !important;
  text-align: center;
}

.programme-listing__wrapper {
  padding-top: 100px !important;
  padding-bottom: 60px !important;
}
@media screen and (min-width: 64em) {
  .programme-listing__wrapper {
    padding-top: 180px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .programme-listing__wrapper {
    padding-bottom: 80px !important;
  }
}
.programme-listing__top {
  padding-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
}
@media print, screen and (min-width: 40em) {
  .programme-listing__top {
    padding-bottom: 80px;
  }
}
.programme-listing__subheading {
  color: var(--MIM-Medium-Green, #4CB378);
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.programme-listing__heading {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-top: 1.5rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .programme-listing__heading {
    padding-top: 1.75rem;
    font-size: 3rem;
  }
}
.programme-listing__entry-right {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4CB378;
}
@media screen and (min-width: 640px) {
  .programme-listing__entry-right {
    padding-right: 17px;
    border-right: 1px solid #4CB378;
    margin: 0px;
    border-bottom: none;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1110px) {
  .programme-listing__entry-right {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1290px) {
  .programme-listing__entry-right {
    padding-right: 118px;
  }
}
.programme-listing__entry-left {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  .programme-listing__entry-left {
    margin: 0px;
    padding-left: 17px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1110px) {
  .programme-listing__entry-left {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1290px) {
  .programme-listing__entry-left {
    padding-left: 118px;
  }
}
.programme-listing__content {
  background: #F7FBFE;
  padding: 30px;
}
.programme-listing__subtitle {
  font-size: 1rem;
  color: #4CB378;
  line-height: 150%;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 0px !important;
}
.programme-listing__title {
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 0px !important;
}
.programme-listing__abstract {
  line-height: 150%;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
.programme-listing__image-wrapper {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .programme-listing__image-wrapper {
    height: 350px;
  }
}
.programme-listing__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programme-listing__button-wrapper {
  color: white;
}
.programme-listing__button {
  background: #4CB378;
  padding: 20px 0px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 3.1875rem;
  width: 181px;
  margin: auto;
}

.related-events {
  padding-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .related-events {
    padding-bottom: 5rem;
  }
}
.related-events__title {
  font-size: 1.75rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .related-events__title {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
.related-events__container {
  margin: 0 auto;
}
.related-events__boxes {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 40em) {
  .related-events__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .related-events__boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .related-events__boxes .news-box:nth-child(3) {
    display: none;
  }
}

.related-case-studies {
  padding-bottom: 60px;
}
@media screen and (min-width: 650px) {
  .related-case-studies {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1265px) {
  .related-case-studies {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.related-case-studies__wrapper {
  padding-top: 80px;
  padding-bottom: 60px !important;
}
@media print, screen and (max-width: 39.99875em) {
  .related-case-studies__wrapper {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1240px) {
  .related-case-studies__wrapper {
    padding-bottom: 5rem !important;
  }
}
.related-case-studies__bottom-padding {
  background: white;
  height: 100px;
}
.related-case-studies__heading {
  font-size: 58px;
  line-height: 120%;
  font-weight: 500;
}
@media print, screen and (max-width: 39.99875em) {
  .related-case-studies__heading {
    font-size: 36px;
  }
}
.related-case-studies__subheading {
  font-size: 16px;
  line-height: 150%;
  max-width: 804px;
  text-align: center;
  margin: auto;
}
.related-case-studies__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.related-case-studies__quote-image {
  width: 26px;
  height: auto;
}
.related-case-studies__thumb-outer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.related-case-studies__thumb-wrapper {
  height: 290px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
@media screen and (min-width: 638px) {
  .related-case-studies__thumb-wrapper {
    height: 390px;
  }
}
@media screen and (min-width: 950px) {
  .related-case-studies__thumb-wrapper {
    height: 460px;
  }
}
.related-case-studies__grid-top {
  padding-top: 60px;
}
.related-case-studies__thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-case-studies__play-button {
  z-index: 1;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
}
.related-case-studies__quote {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .related-case-studies__quote {
    font-size: 1.5rem;
  }
}
.related-case-studies__quote-icon {
  margin-bottom: 1rem;
}
.related-case-studies__author {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0px !important;
}
.related-case-studies__care-home {
  font-size: 1rem;
  line-height: 150%;
  color: #4CB378;
  margin-top: 0.3125rem;
  margin-bottom: 0px !important;
}
.related-case-studies__outer {
  border-bottom: solid 1px rgba(3, 71, 82, 0.5);
  padding-bottom: 30px;
}
@media screen and (min-width: 64em) {
  .related-case-studies__outer {
    padding-bottom: 3.125rem;
  }
}
.related-case-studies__outer-bottom {
  border-bottom: none;
}
.related-case-studies__outer-top {
  padding-top: 1.875rem;
}
@media screen and (min-width: 64em) {
  .related-case-studies__outer-top {
    padding-top: 3.125rem;
  }
}
.related-case-studies__thumb-text {
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (min-width: 950px) {
  .related-case-studies__thumb-text {
    padding-top: 2.5rem;
    margin-right: 2.5rem;
    margin-left: 0.625rem;
    margin-top: 0;
  }
}
.related-case-studies__button {
  background: #4CB378;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 20px;
  color: white !important;
}
.related-case-studies__button:hover {
  color: white !important;
}
.related-case-studies__large {
  display: none !important;
}
@media screen and (min-width: 950px) {
  .related-case-studies__large {
    display: block !important;
  }
}
.related-case-studies__small {
  display: block !important;
}
@media screen and (min-width: 950px) {
  .related-case-studies__small {
    display: none !important;
  }
}

.slick-next,
.slick-prev {
  border: solid 2px #034752 !important;
  background: white !important;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  width: 36px !important;
  height: 36px !important;
  z-index: 1;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
}

.slick-prev {
  left: calc(50% - 36px - 8px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12H6' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}

.slick-next {
  left: calc(50% + 8px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12H18' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M12 19L19 12L12 5' stroke='%23034752' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}

.schedule-listing__wrapper {
  background-color: #E8F3FB;
  padding-top: 100px !important;
  padding-bottom: 0px !important;
}
@media screen and (min-width: 64em) {
  .schedule-listing__wrapper {
    padding-top: 180px !important;
    padding-bottom: 30px !important;
  }
}
.schedule-listing__filters {
  margin-top: 56px;
}
@media screen and (min-width: 64em) {
  .schedule-listing__filters {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: space-between;
  }
}
.schedule-listing__filters label {
  color: #4CB378;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 16.8px;
  margin-bottom: 10px;
}
.schedule-listing__filters select {
  margin-bottom: 20px;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .schedule-listing__filters select {
    max-width: 284px;
    margin-bottom: 0px;
  }
}
.schedule-listing__filters input {
  margin-bottom: 20px !important;
  height: auto;
  padding: 10px 30px 10px 12px !important;
  border: 1px solid #C4C9CB;
  border-radius: 10px !important;
  font-size: 0.9375rem;
  background-color: transparent !important;
}
@media screen and (min-width: 64em) {
  .schedule-listing__filters input {
    width: 284px;
    margin-bottom: 0px;
  }
}
.schedule-listing__filters input:hover, .schedule-listing__filters input:active, .schedule-listing__filters input:focus {
  border: 1px solid #8e979b;
  background-color: transparent;
}
.schedule-listing__filters input::-moz-placeholder {
  color: #102930;
}
.schedule-listing__filters input::placeholder {
  color: #102930;
}
.schedule-listing__filters-date {
  position: relative;
}
.schedule-listing__filters-date button {
  position: absolute;
  top: 40px;
  right: 16px;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .schedule-listing__filters-inner {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  }
}
.schedule-listing__top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.schedule-listing__search {
  position: relative;
}
.schedule-listing__search input {
  width: 348px;
  margin-bottom: 0px !important;
  background-color: transparent !important;
  height: auto;
  padding: 10px 30px 10px 12px !important;
  border: 1px solid #C4C9CB;
  border-radius: 10px !important;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1046px) {
  .schedule-listing__search input {
    width: 388px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .schedule-listing__search input {
    width: 100%;
  }
}
.schedule-listing__search input:hover, .schedule-listing__search input:active, .schedule-listing__search input:focus {
  border: 1px solid #8e979b;
  background-color: transparent;
}
.schedule-listing__search button {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 39px;
}
.schedule-listing__search input::-moz-placeholder {
  color: #102930;
}
.schedule-listing__search input::placeholder {
  color: #102930;
}
.schedule-listing__heading {
  color: black;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .schedule-listing__heading {
    font-size: 3rem;
  }
}
.schedule-listing__subheading {
  color: black;
  font-size: 1.25rem;
  font-weight: 700;
}
.schedule-listing__subheading h2 {
  margin-bottom: 0px !important;
}
.schedule-listing__table-outer {
  margin: 42px auto 24px auto !important;
}
.schedule-listing__table-outer-small {
  margin: 30px auto 24px auto !important;
}
.schedule-listing__table {
  margin: 60px auto 24px auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.schedule-listing__table th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #4CB378;
}
.schedule-listing__table td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.schedule-listing__table tbody tr {
  cursor: pointer;
  background: #ffffff;
}
.schedule-listing__table tbody tr:nth-child(4n-1),
.schedule-listing__table tbody tr:nth-child(4n) {
  background: #F7FBFE;
}
.schedule-listing__table-small {
  margin: 24px auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.schedule-listing__table-small th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #4CB378;
}
.schedule-listing__table-small td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.schedule-listing__table-small tbody tr {
  cursor: pointer;
  background: #ffffff;
}
.schedule-listing__table-small tbody tr:nth-child(6n-2),
.schedule-listing__table-small tbody tr:nth-child(6n-1),
.schedule-listing__table-small tbody tr:nth-child(6n) {
  background: #F7FBFE;
}
.schedule-listing__image-outer {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.schedule-listing__copy {
  margin-left: 90px;
}
@media screen and (min-width: 1240px) {
  .schedule-listing__copy {
    margin-left: 120px;
  }
}
.schedule-listing__name {
  font-weight: 700;
  line-height: 150%;
  font-size: 16px;
  margin-left: 10px;
  width: 150px;
}
.schedule-listing__name p {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 460px) {
  .schedule-listing__name {
    width: 210px;
  }
}
.schedule-listing__location-name {
  margin-left: 10px;
}
.schedule-listing__location-name p {
  margin-bottom: 0px;
}
@media screen and (min-width: 460px) {
  .schedule-listing__location-name {
    width: 210px;
  }
}
.schedule-listing__link-outer {
  text-align: left;
  margin-top: 14px;
}
.schedule-listing__link {
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 0.5rem;
  border-bottom: #4CB378 solid 1px;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease; /* Add transition for smooth animation */
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day:hover {
  background-color: #4CB378 !important;
  color: #fff;
  border: #4CB378 solid 1px !important;
}

.flatpickr-day.today {
  border: #4CB378 solid 1px !important;
}

.flatpickr-day.selected.startRange + .flatpickr-day.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .flatpickr-day.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .flatpickr-day.endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #4CB378;
}

.sessions-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sessions-listing__toggle {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 4px;
  margin-top: 60px;
}
@media screen and (min-width: 408px) {
  .sessions-listing__toggle {
    gap: 14px;
  }
}
@media print, screen and (min-width: 40em) {
  .sessions-listing__toggle {
    margin-top: 80px;
  }
}
.sessions-listing__toggle-button {
  border-radius: 40px;
  background: #E8F3FB;
  padding: 20px 16px;
  cursor: pointer;
}
@media screen and (min-width: 408px) {
  .sessions-listing__toggle-button {
    padding: 20px 28px;
  }
}
.sessions-listing__outer-toggle-large {
  position: absolute;
  display: none;
  right: 0;
  top: 25%;
}
.sessions-listing__outer-toggle-large p {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 950px) {
  .sessions-listing__outer-toggle-large {
    display: flex;
  }
}
.sessions-listing__outer-toggle-small {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.sessions-listing__outer-toggle-small p {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 950px) {
  .sessions-listing__outer-toggle-small {
    display: none;
  }
}
.sessions-listing__toggle-on-off {
  margin-left: 20px;
  width: 63px;
  height: 31px;
  padding: 5px;
  border-radius: 100px;
  background: #D9D9D9;
}
.sessions-listing__grey-toggle-inner {
  height: 100%;
  width: 100%;
  color: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  position: relative;
}
.sessions-listing__grey-toggle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  background: white;
}
.sessions-listing__grey-toggle-text-on {
  display: none;
  position: absolute;
  left: 0;
  font-size: 14px;
  font-weight: 700;
}
.sessions-listing__grey-toggle-text {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: 700;
}
.sessions-listing__top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sessions-listing__heading {
  color: white;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .sessions-listing__heading {
    margin-top: 2.125rem;
    font-size: 3rem;
  }
}
.sessions-listing__subheading {
  color: #AFF9C6;
  font-size: 1.25rem;
  font-weight: 700;
}
.sessions-listing__wrapper {
  background-color: #034752;
  height: 247px;
}
@media print, screen and (min-width: 40em) {
  .sessions-listing__wrapper {
    height: 322px;
  }
}
@media screen and (min-width: 64em) {
  .sessions-listing__wrapper {
    height: 362px;
  }
}
.sessions-listing__wrapper-content {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
.sessions-listing__table-paginate {
  margin: 0px auto 0px auto !important;
}
@media print, screen and (min-width: 40em) {
  .sessions-listing__table-paginate {
    margin: 24px auto 0px auto !important;
  }
}
.sessions-listing__table {
  margin: 0px auto 60px auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
@media print, screen and (min-width: 40em) {
  .sessions-listing__table {
    margin: 24px auto 80px auto;
  }
}
.sessions-listing__table th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #4CB378;
}
.sessions-listing__table th:not(:first-child) {
  text-align: center;
}
.sessions-listing__table td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.sessions-listing__table tr {
  border-bottom: 1px solid #ddd;
  transition: all 0.25s ease-in-out;
}
.sessions-listing__table tr:hover {
  background-color: #FAF7F4;
}
.sessions-listing__table tbody tr {
  cursor: pointer;
}
.sessions-listing__table-snippet {
  margin: auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.sessions-listing__table-snippet th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #4CB378;
}
.sessions-listing__table-snippet td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.sessions-listing__table-snippet tr {
  border-bottom: 1px solid #ddd;
}
.sessions-listing__table-snippet tbody tr {
  cursor: pointer;
}
.sessions-listing__table-snippet tbody tr:nth-child(1) {
  background: white;
}
.sessions-listing__table-snippet tbody tr:nth-child(2) {
  background: white;
}
.sessions-listing__table-snippet tbody tr:nth-child(5) {
  background: white;
}
.sessions-listing__table-snippet tbody tr:nth-child(6) {
  background: white;
}

.sessions-listing__table-cell--number,
.sessions-listing__table-row--number {
  width: 5%;
}
.sessions-listing__table-cell--session-name,
.sessions-listing__table-row--session-name {
  cursor: pointer;
  flex: 1;
}
.sessions-listing__table-cell--location-name,
.sessions-listing__table-row--location-name {
  flex: 1;
}
.sessions-listing__table-cell--datetime,
.sessions-listing__table-row--datetime {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.sessions-listing__table-cell--location-type,
.sessions-listing__table-row--location-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}
.sessions-listing__table-cell--duration,
.sessions-listing__table-row--duration {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}
.sessions-listing__table-cell--expand,
.sessions-listing__table-row--expand {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  width: 5%;
}
.sessions-listing__table-cell--expand svg:nth-child(1),
.sessions-listing__table-row--expand svg:nth-child(1) {
  display: none;
}
.sessions-listing__table-cell--expand svg:nth-child(2),
.sessions-listing__table-row--expand svg:nth-child(2) {
  display: block;
}

.session__name {
  font-weight: 700;
  line-height: 150%;
  font-size: 16px;
  margin-left: 10px;
  width: 150px;
}
.session__name p {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 460px) {
  .session__name {
    width: 210px;
  }
}
.session__location-name {
  margin-left: 10px;
}
@media screen and (min-width: 460px) {
  .session__location-name {
    width: 210px;
  }
}
.session__programme {
  line-height: 150%;
  font-size: 16px;
}
.session__programme p {
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .session__copy {
    margin-left: 100px;
  }
}
.session__link-outer {
  text-align: left;
}
.session__link {
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 0.5rem;
  border-bottom: #4CB378 solid 1px;
}
.session__image-outer {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.session__image-outer-small {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.session__image-inner-small {
  align-items: center;
  display: flex;
}
.session__arrow {
  cursor: pointer;
}
.session__arrow-small {
  cursor: pointer;
  float: right;
}
.session__details {
  line-height: 150%;
  margin-bottom: 14px;
  display: flex;
}

#sessions-button {
  background: #4CB378;
  color: white;
}

#my-sessions {
  display: none;
}

.hidden-row {
  display: none;
}

tbody .hidden-row > td {
  display: table-cell;
  width: 100%;
  border-top: 1px solid white;
  padding-bottom: 30px !important;
}

/* =========================================================
Used for the contact form - mostly for validation.
Most form styles can be applied as variables in _settings
============================================================ */
.session-registration-form__top {
  margin-left: 20px;
  margin-right: 10px;
}
.session-registration-form__abstract {
  margin-bottom: 1.5rem;
  font-size: 16px;
  color: #4CB378;
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .session-registration-form__abstract {
    margin-bottom: 2.25rem;
  }
}
.session-registration-form__header {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .session-registration-form__header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.session-registration-form__title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 0px;
}
.session-registration-form__label {
  text-align: left;
  color: #4CB378;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  .session-registration-form__label {
    margin-bottom: 10px;
  }
}
.session-registration-form input::-moz-placeholder {
  color: #102930;
  font-size: 16px;
}
.session-registration-form input::placeholder {
  color: #102930;
  font-size: 16px;
}
.session-registration-form textarea::-moz-placeholder {
  color: #102930;
  font-size: 16px;
}
.session-registration-form textarea::placeholder {
  color: #102930;
  font-size: 16px;
}
.session-registration-form__checkbox {
  margin: 0 0 1rem;
  font-size: 1rem;
}
.session-registration-form__checkbox label {
  font-size: inherit;
}
.session-registration-form__checkbox input {
  margin: 0 0.5rem 0 0;
  font-size: inherit;
}
.session-registration-form input[type=text],
.session-registration-form input[type=email],
.session-registration-form input[type=number],
.session-registration-form input[type=datetime],
.session-registration-form input[type=select],
.session-registration-form textarea {
  margin-bottom: 28px;
  font-weight: 400;
  background: transparent;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
}
@media print, screen and (min-width: 40em) {
  .session-registration-form input[type=text],
  .session-registration-form input[type=email],
  .session-registration-form input[type=number],
  .session-registration-form input[type=datetime],
  .session-registration-form input[type=select],
  .session-registration-form textarea {
    margin-bottom: 12px;
  }
}
.session-registration-form textarea {
  min-height: 195px;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .session-registration-form textarea {
    margin-bottom: 2rem;
  }
}
.session-registration-form select {
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  display: block;
  margin-bottom: 28px;
  padding: 12px 30px 12px 12px !important;
}
@media print, screen and (min-width: 40em) {
  .session-registration-form select {
    margin-bottom: 12px;
  }
}
.session-registration-form .errors {
  margin: 0;
}
.session-registration-form .errors li,
.session-registration-form .form-error {
  text-align: left;
  margin-bottom: 12px;
  color: #cc4b37;
  list-style-type: none;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.session-registration-form .file-upload-input {
  font-size: 0.75rem;
}
.session-registration-form .checkbox-text {
  font-size: 1.125rem;
  margin-right: 1rem;
}
.session-registration-form .button {
  background: #4CB378;
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: auto;
}
.session-registration-form__captcha {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.session-registration-form__captcha-error {
  margin-top: 10px;
}

@media print, screen and (min-width: 40em) {
  .submit-resource {
    height: calc(100vh - 100px);
    background: #F7FBFE;
    color: #102930;
  }
}
@media all and (max-height: 768px) {
  .submit-resource {
    height: 100%;
  }
}
.submit-resource__heading {
  color: #034752;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1.125rem;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .submit-resource__heading {
    margin-top: 1.25rem;
    font-size: 3rem;
  }
}
.submit-resource__subheading {
  color: #4CB378;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0px !important;
}
.submit-resource__copy {
  max-width: 806px;
  font-size: 1.25rem;
  margin: 60px auto 0px auto;
}
@media print, screen and (min-width: 40em) {
  .submit-resource__copy {
    margin: 80px auto 0px auto;
  }
}
.submit-resource__button-wrapper {
  color: white;
  height: 51px;
  margin-top: 30px;
  margin-left: 35px;
}
.submit-resource__button-wrapper iframe[src*="we.tl"] {
  filter: hue-rotate(305deg) saturate(70%);
}

@media screen and (min-width: 64em) {
  .team__top.wrapper {
    padding-bottom: 60px;
  }
}
.team__thumb-image-wrapper {
  width: 138px;
  height: 138px;
  margin-bottom: 21px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 460px) {
  .team__thumb-image-wrapper {
    width: 158px;
    height: 158px;
  }
}
@media screen and (max-width: 900px) {
  .team__thumb-image-wrapper {
    width: 138px;
    height: 138px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1300px) {
  .team__thumb-image-wrapper {
    width: 188px;
    height: 188px;
    margin-bottom: 61px;
  }
}
.team__tile-top {
  border: solid 1px rgba(3, 71, 82, 0.25);
  border-bottom: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 20px 5px;
  background: white;
  min-height: 285px;
}
@media screen and (min-width: 1070px) {
  .team__tile-top {
    min-height: 335px;
  }
}
@media screen and (min-width: 1235px) {
  .team__tile-top {
    padding: 40px;
    min-height: 435px;
  }
}
.team__tile-bottom {
  border: solid 1px rgba(3, 71, 82, 0.25);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 14px 20px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 57px;
}
@media screen and (min-width: 1235px) {
  .team__tile-bottom {
    min-height: 77px;
  }
}
.team__tile-bottom-empty {
  border: solid 1px rgba(3, 71, 82, 0.25);
  border-top: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 14px 20px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 57px;
}
@media screen and (min-width: 1235px) {
  .team__tile-bottom-empty {
    min-height: 77px;
  }
}
.team__entry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1492px;
  margin-left: auto;
  margin-right: auto;
  gap: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 1070px) {
  .team__entry {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1070px) {
  .team__entry {
    gap: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 840px) {
  .team__entry {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 660px) {
  .team__entry {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 520px) {
  .team__entry {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 460px) {
  .team__entry {
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.team__full-name {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0px !important;
  font-weight: 500;
}
@media print, screen and (max-width: 39.99875em) {
  .team__full-name {
    font-size: 21px;
    font-weight: 600;
  }
}
.team__heading {
  font-size: 58px;
  line-height: 120%;
  text-align: center;
  font-weight: 500;
}
@media print, screen and (max-width: 39.99875em) {
  .team__heading {
    font-size: 36px;
  }
}
.team__subheading {
  font-size: 16px;
  line-height: 150%;
  max-width: 804px;
  text-align: center;
  margin: auto;
  padding-bottom: 60px !important;
}
@media print, screen and (max-width: 39.99875em) {
  .team__subheading {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1240px) {
  .team__subheading {
    padding-bottom: 100px !important;
  }
}

.tutorials__wrapper {
  background-color: var(--White, #FFF);
  padding-bottom: 80px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .tutorials__wrapper {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.tutorials__top-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tutorials__arrow-outer {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .tutorials__arrow-outer {
    display: block;
  }
}
.tutorials__arrow-outer-snippet {
  display: block;
}
.tutorials__category-description-outer {
  display: block;
}
@media print, screen and (max-width: 63.99875em) {
  .tutorials__category-description-outer {
    display: none;
  }
}
.tutorials__category-description-outer-snippet {
  display: none;
  width: 100%;
}
.tutorials__grid-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.tutorials__box {
  background-color: #F7FBFE;
  display: flex;
  padding: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (max-width: 39.99875em) {
  .tutorials__box {
    padding: 0px;
  }
}
.tutorials__category {
  display: flex;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 22px;
  align-items: center;
  gap: 18px;
  width: 100%;
  text-align: left;
}
.tutorials__category-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
}
.tutorials__category-title {
  margin: 0;
}
.tutorials__category-title a {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  /* Body Styles/Abstract Bold */
  font-family: Roobert, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 1.875rem */
  text-decoration: none;
}
.tutorials__category-progress {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Roobert, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px !important;
}
.tutorials__category-description {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.tutorials__category-description p {
  padding: 0;
  margin: 0;
}
.tutorials__progress {
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
  height: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .tutorials__progress {
    padding: 0px 20px;
    margin-top: 18px;
  }
}
.tutorials__progress-text, .tutorials__progress p {
  color: var(--MIM-Medium-Green, #4CB378);
  text-align: center;
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tutorials__progress-bar {
  width: 100%;
}
.tutorials__progress-bar progress {
  margin-bottom: 30px;
}

.tutorial-item {
  display: flex;
  padding: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 4px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0.5rem;
  background-color: var(--Light-Blue, #E8F3FB);
  transition: all 0.25s ease-in-out;
}
.tutorial-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.tutorial-item p {
  margin: 0;
  padding: 0;
}
.tutorial-item__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
.tutorial-item__title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tutorial-item__button-start {
  font-weight: 400;
  text-decoration: underline;
}
.tutorial-item__icon .icon-is-complete {
  display: none;
}
.tutorial-item__icon .icon-is-incomplete {
  display: flex;
}
.tutorial-item__icon .icon-is-part-complete {
  display: none;
}
.tutorial-item--is-part-complete .tutorial-item__icon .icon-is-complete {
  display: none;
}
.tutorial-item--is-part-complete .tutorial-item__icon .icon-is-incomplete {
  display: none;
}
.tutorial-item--is-part-complete .tutorial-item__icon .icon-is-part-complete {
  display: flex;
}
.tutorial-item--is-complete .tutorial-item__icon .icon-is-complete {
  display: flex;
}
.tutorial-item--is-complete .tutorial-item__icon .icon-is-incomplete {
  display: none;
}
.tutorial-item--is-complete .tutorial-item__icon .icon-is-part-complete {
  display: none;
}
.tutorial-item__title {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tutorial-item__title a {
  text-decoration: none;
}
.tutorial-item__title p {
  margin-bottom: 10px;
}
.tutorial-item__button a {
  display: flex;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.375rem;
  background: var(--MIM-Medium-Green, #4CB378);
  color: var(--White, #FFF);
  leading-trim: both;
  text-edge: cap;
  /* Button Label/Button Label Black */
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.featured-tutorial__wrapper {
  display: flex;
  padding-top: 0px !important;
  flex-direction: column;
  gap: 0.625rem;
  background: var(--Cream, #FAF7F4);
}
@media print, screen and (max-width: 63.99875em) {
  .featured-tutorial__wrapper {
    padding-bottom: 60px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .featured-tutorial__wrapper {
    align-items: center;
  }
}
.featured-tutorial__entry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px 36px;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-tutorial__entry {
    grid-template-columns: repeat(1, 1fr);
  }
}
.featured-tutorial__image-wrapper {
  height: 400px;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-tutorial__image-wrapper {
    height: 250px;
  }
}
.featured-tutorial__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-tutorial__content {
  display: flex;
  width: 100%;
  height: 400px;
  padding: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0 0;
  background: var(--White, #FFF);
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-tutorial__content {
    height: 250px;
  }
}
.featured-tutorial__content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
@media print, screen and (min-width: 40em) {
  .featured-tutorial__content-wrap {
    gap: 1.75rem;
  }
}
.featured-tutorial__content-wrap p {
  padding: 0;
  margin: 0;
}
.featured-tutorial__content-wrap a {
  color: var(--MIM-Sherpa-Blue, #034752);
  leading-trim: both;
  text-edge: cap;
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02rem;
  text-decoration: none;
  position: relative;
}
.featured-tutorial__content-wrap a:after {
  background-color: var(--MIM-Medium-Green, #4CB378);
  content: "";
  display: block;
  height: 0.0625rem;
  margin-top: 0.5rem;
  transition: all 0.15s ease-in-out;
  width: 100%;
}
.featured-tutorial__content-wrap a:hover:after {
  margin-top: 0.25rem;
}
.featured-tutorial__top-title {
  color: var(--MIM-Medium-Green, #4CB378) !important;
  text-align: center;
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-self: stretch;
}
.featured-tutorial__category {
  color: var(--MIM-Sherpa-Blue, #034752);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* Headings/H5 */
  font-family: Roobert, sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 2.7rem */
  align-self: stretch;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-tutorial__category {
    margin-top: 10px !important;
    font-size: 24px;
  }
}
.featured-tutorial__tutorial {
  color: var(--MIM-Ink-Black, #102930);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* Body Styles/Body */
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
@media print, screen and (max-width: 39.99875em) {
  .featured-tutorial__tutorial {
    margin-top: 24px !important;
    margin-bottom: 10px !important;
  }
}
.featured-tutorial__button {
  display: flex;
  height: 1.1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
}

.tutorial-entry {
  padding-top: 100px;
}
@media print, screen and (max-width: 39.99875em) {
  .tutorial-entry {
    padding-top: 58px;
  }
}
@media screen and (min-width: 1350px) {
  .tutorial-entry {
    display: flex;
  }
}
.tutorial-entry__arrow {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__arrow {
    display: none;
  }
}
.tutorial-entry__wrapper {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 940px) {
  .tutorial-entry__wrapper {
    padding-left: 66px;
    padding-right: 66px;
  }
}
.tutorial-entry__content-wrapper {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__content-wrapper {
    width: 807px;
  }
}
@media screen and (min-width: 1450px) {
  .tutorial-entry__content-wrapper {
    width: 907px;
  }
}
@media screen and (min-width: 1550px) {
  .tutorial-entry__content-wrapper {
    width: 1007px;
  }
}
@media screen and (min-width: 1650px) {
  .tutorial-entry__content-wrapper {
    width: 1107px;
  }
}
@media screen and (min-width: 1700px) {
  .tutorial-entry__content-wrapper {
    width: 1207px;
  }
}
@media screen and (min-width: 1750px) {
  .tutorial-entry__content-wrapper {
    width: 1307px;
  }
}
@media screen and (min-width: 1800px) {
  .tutorial-entry__content-wrapper {
    width: 1357px;
  }
}
.tutorial-entry__sidebar-outer {
  border-bottom: 1px solid rgba(3, 71, 82, 0.3);
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__sidebar-outer {
    width: 391px;
    border-right: 1px solid rgba(3, 71, 82, 0.3);
  }
}
.tutorial-entry__sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__sidebar {
    height: 100vh;
  }
}
.tutorial-entry__sidebar-inner {
  width: 100%;
  display: none;
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__sidebar-inner {
    display: block;
  }
}
.tutorial-entry__sidebar-entries {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  width: 100%;
}
.tutorial-entry__sidebar-entries-wrap {
  display: flex;
  padding: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.125rem;
  position: sticky;
  top: 100px;
  width: 100%;
}
.tutorial-entry__sidebar-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 1350px) {
  .tutorial-entry__sidebar-category {
    margin-right: 20px;
  }
}
.tutorial-entry__sidebar-category-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
  margin-left: 20px;
}
.tutorial-entry__sidebar-category-title {
  color: var(--MIM-Sherpa-Blue, #034752);
  font-family: Roobert, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 1.875rem */
  margin: 0;
}
.tutorial-entry__sidebar-category-title a {
  text-decoration: none;
}
.tutorial-entry__sidebar-category-progress {
  color: var(--MIM-Ink-Black, #102930);
  font-family: Roobert, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  width: 100%;
}
.tutorial-entry__sidebar-progress {
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
.tutorial-entry__sidebar-progress .tutorial-entry__sidebar-progress-text {
  color: var(--MIM-Medium-Green, #4CB378);
  text-align: center;
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tutorial-entry__sidebar-progress .tutorial-entry__sidebar-progress-bar {
  width: 100%;
}
.tutorial-entry__sidebar-progress .tutorial-entry__sidebar-progress-bar progress {
  margin-bottom: 10px;
}
.tutorial-entry__sidebar-progress-large {
  display: none;
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__sidebar-progress-large {
    display: flex;
  }
}
.tutorial-entry__sidebar-progress-small {
  display: flex;
  padding: 16px 36px 0px;
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__sidebar-progress-small {
    display: none;
  }
}
.tutorial-entry__content {
  margin: 20px auto;
}
@media screen and (min-width: 940px) {
  .tutorial-entry__content {
    width: 796px;
  }
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__content {
    margin: 50px auto;
  }
}
.tutorial-entry__button {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media print, screen and (max-width: 39.99875em) {
  .tutorial-entry__button {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.tutorial-entry__mobile-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  gap: 1.25rem;
}
.tutorial-entry__title {
  color: var(--MIM-Sherpa-Blue, #034752);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* Headings/H4 */
  font-family: Roobert, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 3.6rem */
  margin: 20px 0;
}
@media screen and (min-width: 1350px) {
  .tutorial-entry__title {
    margin: 50px 0;
    font-size: 48px;
  }
}
.tutorial-entry__video {
  height: auto !important;
}
.tutorial-entry__video-image-outer {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tutorial-entry__video-image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  max-width: 1007px;
  margin: auto;
  height: 250px;
}
@media screen and (min-width: 540px) {
  .tutorial-entry__video-image-wrapper {
    height: 372px;
  }
}
@media screen and (min-width: 740px) {
  .tutorial-entry__video-image-wrapper {
    height: 472px;
  }
}
@media screen and (min-width: 940px) {
  .tutorial-entry__video-image-wrapper {
    height: 572px;
  }
}
.tutorial-entry__play-button {
  height: 80px;
  width: 80px;
  z-index: 4;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tutorial-entry__video-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tutorial-feedback-form {
  max-width: 803px;
  margin: auto;
}
.tutorial-feedback-form div[data-field-container=intro] {
  margin-bottom: 20px;
}
@media screen and (min-width: 1350px) {
  .tutorial-feedback-form div[data-field-container=intro] {
    margin-bottom: 50px;
  }
}
.tutorial-feedback-form input[type=text],
.tutorial-feedback-form input[type=email],
.tutorial-feedback-form input[type=number],
.tutorial-feedback-form input[type=date],
.tutorial-feedback-form textarea {
  font-weight: 400;
  background: transparent;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .tutorial-feedback-form input[type=text],
  .tutorial-feedback-form input[type=email],
  .tutorial-feedback-form input[type=number],
  .tutorial-feedback-form input[type=date],
  .tutorial-feedback-form textarea {
    margin-bottom: 20px;
  }
}
.tutorial-feedback-form__instructions-list-before {
  margin-bottom: 10px !important;
}
.tutorial-feedback-form__link {
  text-decoration: none;
  font-weight: 700;
}
.tutorial-feedback-form__instructions-list {
  margin-bottom: 28px !important;
}
.tutorial-feedback-form__label {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  color: #034752;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 39.99875em) {
  .tutorial-feedback-form__label {
    margin-top: 18px;
  }
}
.tutorial-feedback-form__submit-wrapper {
  background-color: #4CB378;
  height: 51px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.tutorial-feedback-form__submit-button {
  color: white;
}
.tutorial-feedback-form__submit-button p {
  margin-bottom: 0px !important;
  font-weight: 600;
}
.tutorial-feedback-form__back-wrapper {
  border: solid 1px #4CB378;
  height: 51px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.tutorial-feedback-form__buttons {
  margin-top: 18px;
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .tutorial-feedback-form__buttons {
    margin-bottom: 112px;
    margin-top: 8px;
  }
}
.tutorial-feedback-form__hidden {
  display: none !important;
}

.top-bar-tutorials {
  background: #FFF;
  border-bottom: 1px solid rgba(3, 71, 82, 0.3);
}
.top-bar-tutorials__mobile-top {
  height: 58px;
}
.top-bar-tutorials__sticky {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
}
.top-bar-tutorials__wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}
.top-bar-tutorials__logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.top-bar-tutorials__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 1.25rem;
}
.top-bar-tutorials__button {
  height: 48px;
}

.tracks-playlist__info-wrapper {
  position: relative;
}
.tracks-playlist__info {
  opacity: 0.2;
  cursor: pointer;
}
.tracks-playlist__info-outer {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
.tracks-playlist__wrapper {
  background-color: #034752;
  padding-top: 100px !important;
  padding-bottom: 0px !important;
}
@media screen and (min-width: 64em) {
  .tracks-playlist__wrapper {
    padding-top: 180px !important;
    padding-bottom: 30px !important;
  }
}
.tracks-playlist__inner-wrapper {
  padding-bottom: 60px;
}
.tracks-playlist__wrapper-playlist {
  background-color: #034752;
  height: 258px;
  padding-bottom: 60px !important;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__wrapper-playlist {
    height: 471px;
  }
}
.tracks-playlist__add-playlist-hover {
  display: none;
}
.tracks-playlist__play {
  cursor: pointer;
}
@media print, screen and (max-width: 63.99875em) {
  .tracks-playlist__dots {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    align-items: center;
    position: relative;
  }
}
.tracks-playlist__wrapper-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.tracks-playlist__top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.tracks-playlist__heading {
  color: white;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__heading {
    margin-bottom: 1.25rem;
    font-size: 3rem;
  }
}
.tracks-playlist__ellipse {
  position: relative;
}
.tracks-playlist__create-add-playlist {
  background: #ECF7FF;
  position: absolute;
  display: none;
  right: 0;
  border-radius: 16px;
  width: 200px;
  top: 60px;
  padding: 7px 4px;
  z-index: 5;
}
.tracks-playlist__create-add-playlist-small {
  right: -40px;
  top: 30px;
}
.tracks-playlist__ellipse-dots {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.tracks-playlist__square {
  display: none;
  height: 15px;
  width: 15px;
  background: #ECF7FF;
  position: absolute;
  transform: rotate(45deg);
}
.tracks-playlist__square-playlist {
  top: 40px;
  left: 20px;
}
.tracks-playlist__square-playlist-small {
  top: 26px;
  left: 50px;
}
.tracks-playlist__square-info-small {
  top: 26px;
  left: 3px;
}
.tracks-playlist__track-credit-active {
  display: block !important;
  position: absolute;
}
.tracks-playlist__track-credits {
  background: #ECF7FF;
  border-radius: 16px;
  display: none;
  top: 60px;
  padding: 14px;
  z-index: 5;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__track-credits {
    min-width: 350px;
  }
}
.tracks-playlist__track-credits p {
  margin-bottom: 0px;
}
.tracks-playlist__track-credits-small {
  top: 30px;
  right: -42px;
  width: 90vw;
  margin: 0px 18px;
}
.tracks-playlist__square-info {
  height: 15px;
  width: 15px;
  background: #ECF7FF;
  position: absolute;
  top: -8px;
  left: 110px;
  transform: rotate(45deg);
}
.tracks-playlist__add-playlist-playlists {
  background: #ECF7FF;
  position: absolute;
  top: 193px;
  right: 0;
  width: 200px;
  padding: 4px;
  z-index: 5;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.tracks-playlist__add-playlist-playlists-small {
  top: 121px;
  right: -40px;
}
.tracks-playlist__create-playlist {
  padding: 7px;
  cursor: pointer;
  color: black !important;
  text-decoration: none;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__create-playlist {
    padding: 14px;
  }
}
.tracks-playlist__create-playlist a {
  text-decoration: none;
  line-height: 1;
}
.tracks-playlist__add-playlist {
  padding: 7px;
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  color: black !important;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__add-playlist {
    padding: 14px;
  }
}
.tracks-playlist__add-playlist-arrow {
  margin-left: auto;
}
.tracks-playlist__subheading {
  color: #AFF9C6;
  font-size: 1.25rem;
  font-weight: 700;
}
.tracks-playlist__subheading h2 {
  margin-bottom: 0px !important;
}
.tracks-playlist__play-outer {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media print, screen and (max-width: 39.99875em) {
  .tracks-playlist__play-outer {
    padding-left: 10px !important;
  }
}
.tracks-playlist__toggle {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__toggle {
    margin-top: 80px;
  }
}
.tracks-playlist__toggle-button {
  border-radius: 40px;
  background: var(--40-mint, #D8FCE3);
  padding: 20px 28px;
  cursor: pointer;
}
.tracks-playlist__filter-container {
  position: relative;
}
.tracks-playlist__search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  height: 46px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1040px) {
  .tracks-playlist__search-wrapper {
    position: absolute;
    top: 30px;
    right: 0px;
    margin-right: 17px;
    margin-bottom: 0px;
  }
}
.tracks-playlist__search-wrapper-form {
  width: 100%;
  color: #959595 !important;
}
@media screen and (min-width: 1040px) {
  .tracks-playlist__search-wrapper-form {
    width: 387px;
  }
}
.tracks-playlist__search-wrapper_icon {
  margin-left: 16px;
}
.tracks-playlist__search {
  width: calc(100% - 30px) !important;
  margin-bottom: 0px !important;
  border: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 35px;
  background: transparent !important;
}
@media screen and (min-width: 1040px) {
  .tracks-playlist__search {
    width: 330px;
  }
}
.tracks-playlist__filters {
  display: flex;
  margin-bottom: 24px;
  gap: 16px;
}
@media screen and (min-width: 1040px) {
  .tracks-playlist__filters {
    margin-top: 40px !important;
    gap: 20px;
  }
}
.tracks-playlist__search:before {
  background: url(/images/icons/search.svg);
}
.tracks-playlist__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  cursor: pointer;
}
.tracks-playlist__filter p {
  text-align: left;
  margin-bottom: 0px !important;
  margin-right: auto;
}
.tracks-playlist__filter img {
  margin-left: 10px;
}
@media screen and (min-width: 1040px) {
  .tracks-playlist__filter {
    width: 283px;
  }
}
.tracks-playlist__filter-select {
  margin-bottom: 0px !important;
  width: 100%;
  height: auto;
  padding: 10px 30px 10px 12px !important;
  border: none !important;
  border-radius: 0px !important;
  background-image: url(/images/icons/green-arrow.svg);
  background-size: auto;
  background-color: transparent;
  background-position: top calc(50% + 2px) right -1rem;
  font-size: 0.9375rem;
}
.tracks-playlist__filter-wrapper {
  color: #4CB378;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .tracks-playlist__filter-wrapper {
    width: auto;
  }
}
.tracks-playlist__filter-wrapper-text {
  margin-top: 0px !important;
  text-align: left;
  margin-bottom: 10px !important;
  font-size: 14px;
  font-weight: 600;
}
.tracks-playlist__filter-wrapper-text-category {
  margin-top: 20px !important;
}
@media screen and (min-width: 1040px) {
  .tracks-playlist__filter-wrapper-text-category {
    margin-top: 0px !important;
  }
}
.tracks-playlist__table {
  margin: auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.tracks-playlist__table th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #4CB378;
}
.tracks-playlist__table td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tracks-playlist__table tr {
  border-bottom: 1px solid #ddd;
}
.tracks-playlist__table-snippet {
  margin: auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.tracks-playlist__table-snippet th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #4CB378;
}
.tracks-playlist__table-snippet td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tracks-playlist__table-snippet tbody {
  color: white;
}
.tracks-playlist__table-snippet tbody tr {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1019607843);
}
.tracks-playlist__table-snippet tbody tr:nth-child(2) {
  background: rgba(245, 245, 245, 0.2);
}
.tracks-playlist__mobile-title {
  font-weight: 700;
  margin-left: 20px;
}
.tracks-playlist__mobile-title-track {
  font-weight: 700;
}
.tracks-playlist__mobile-date {
  margin-left: 20px;
}
.tracks-playlist__icon {
  margin-right: 0.875rem;
}
.tracks-playlist__fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  z-index: 4;
  display: none;
}
.tracks-playlist__bottom-image-wrapper {
  width: 36px;
  height: 36px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__bottom-image-wrapper {
    width: 80px;
    height: 80px;
  }
}
.tracks-playlist__play {
  position: relative;
}
.tracks-playlist__bottom-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tracks-playlist__bottom-wrapper {
  display: flex;
}
.tracks-playlist__bottom-inner-wrapper {
  display: flex;
  width: 75%;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__bottom-inner-wrapper {
    width: 25%;
  }
}
.tracks-playlist__bottom-info {
  margin-left: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.tracks-playlist__bottom-info p {
  margin-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__bottom-info {
    font-size: 16px;
    margin-left: 1.25rem;
  }
}
.tracks-playlist__repeat {
  width: 25%;
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__repeat {
    width: 25%;
  }
}
.tracks-playlist__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.tracks-playlist__moodle-outer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: white;
  width: 75%;
}
@media print, screen and (max-width: 39.99875em) {
  .tracks-playlist__moodle-outer {
    top: 55%;
    width: 95%;
  }
}
@media screen and (min-width: 1150px) {
  .tracks-playlist__moodle-outer {
    width: auto;
  }
}
.tracks-playlist__moodle-inner {
  padding: 80px 10px;
  position: relative;
  text-align: center;
}
.tracks-playlist__moodle-inner p {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .tracks-playlist__moodle-inner {
    padding: 40px 10px;
  }
}
@media screen and (min-width: 600px) {
  .tracks-playlist__moodle-inner {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1150px) {
  .tracks-playlist__moodle-inner {
    padding: 80px 60px;
  }
}
.tracks-playlist__close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
.tracks-playlist__title-input {
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 10px !important;
  width: 100%;
  height: 48px;
  margin-right: 14px;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__title-input {
    margin-bottom: 28px !important;
  }
}
.tracks-playlist__thumbnail-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tracks-playlist__form-label {
  text-align: left;
  color: #4CB378;
  font-size: 14px;
  font-weight: 600;
}
.tracks-playlist__form-label-thumbnail {
  text-align: left;
  color: #4CB378;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__form-label-thumbnail {
    margin-left: 14px;
  }
}
.tracks-playlist__thumbnail-input {
  display: none;
}
.tracks-playlist__thumbnail-label {
  display: flex;
  padding-left: 16px;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  font-size: 16px;
}
@media print, screen and (max-width: 39.99875em) {
  .tracks-playlist__thumbnail-label {
    margin-bottom: 28px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .tracks-playlist__thumbnail-label {
    margin-left: 14px;
  }
}
.tracks-playlist__playlist-button-wrapper {
  color: white;
  height: 3rem;
}
.tracks-playlist__button-create {
  background: #4CB378;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
@media print, screen and (max-width: 39.99875em) {
  .tracks-playlist__button-create {
    width: 100%;
  }
}

.playlist__wrapper-playlist-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .playlist__wrapper-playlist-content {
    padding-bottom: 60px;
  }
}
.playlist__wrapper-playlist-tracks {
  text-align: left;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .playlist__wrapper-playlist-tracks {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.playlist__playlist-link {
  cursor: pointer;
}
.playlist__back-outer {
  margin-bottom: 32px;
}
.playlist__back {
  color: #034752;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 4px;
  border-bottom: solid 1px #4CB378;
  text-decoration: none;
}
.playlist__buttons {
  display: flex;
  justify-content: right;
  margin-top: 34px;
}
.playlist__button-delete {
  padding: 16px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  border: solid 1px white;
  cursor: pointer;
  color: white;
}
.playlist__button-share {
  margin-left: 20px;
  background: #AFF9C6;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  color: black;
}
.playlist__edit-button {
  margin-left: 10px;
  cursor: pointer;
}
.playlist__share-delete-small {
  background: #E8F3FB;
  height: 59px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  margin-bottom: 30px;
}
.playlist__buttons-small {
  color: #034752 !important;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 4px;
  border-bottom: solid 1px #4CB378;
}
.playlist__image-wrapper {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
}
.playlist__name {
  line-height: 150%;
  font-size: 16px;
  margin-left: 20px;
}
.playlist__name p {
  margin-bottom: 0px !important;
}
.playlist__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.playlist__image-outer {
  align-items: center;
  display: flex;
}

#track-title {
  font-weight: 700;
}

#audio-container,
#audio-container-small {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  #audio-container,
  #audio-container-small {
    width: 50%;
    margin-top: 0px;
  }
}

#audio-container audio {
  width: 100% !important;
}

#audio-container-small audio {
  width: 90% !important;
  margin-left: 50px;
}

#tracks-button {
  background: #4CB378;
  color: white;
}

#player::-webkit-media-controls {
  background-color: white;
}

#player-small::-webkit-media-controls {
  background-color: white;
}

#player::-webkit-media-controls-panel {
  background-color: white;
}

#player-small::-webkit-media-controls-panel {
  background-color: white;
}

#repeat {
  padding: 5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

#repeat-white {
  padding: 5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: none;
  background: #4CB378;
}

#playlists {
  display: none;
}

.title-banner {
  text-align: center;
}
.title-banner__title {
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .title-banner__title {
    font-size: 3.625rem;
    margin-bottom: 20px;
  }
}
.title-banner__copy {
  text-align: center;
}
.title-banner__copy p:last-child {
  margin-bottom: 0;
}
.title-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 804px;
}
.title-banner__wrapper {
  padding: 60px 0 40px;
}
@media screen and (min-width: 64em) {
  .title-banner__wrapper {
    padding: 5rem 0;
  }
}

.top-blog {
  background: white;
  padding-top: 58px;
}
@media screen and (min-width: 64em) {
  .top-blog {
    padding-top: 100px;
  }
}
.top-blog__wrapper {
  background: #E8F3FB;
  position: relative;
}
@media screen and (min-width: 64em) {
  .top-blog__wrapper {
    display: flex;
    min-height: 655px;
  }
}
.top-blog__image-wrapper {
  width: 100%;
  height: 310px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 64em) {
  .top-blog__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.top-blog__content-wrapper {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .top-blog__content-wrapper {
    max-width: 940px;
    width: 100%;
    margin-left: 50%;
    display: flex;
  }
}
.top-blog__content {
  padding: 40px 20px;
  margin: auto;
  max-width: 720px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .top-blog__content {
    padding: 20px;
  }
}
.top-blog__copy {
  margin: 28px 0 0;
}
.top-blog__top-title {
  color: #4CB378;
  font-weight: 700;
  line-height: normal;
  font-size: 1rem;
  margin: 0 auto 20px;
}
@media screen and (min-width: 64em) {
  .top-blog__top-title {
    margin-bottom: 28px;
  }
}
.top-blog__title {
  color: #034752;
  font-size: 1.5625rem;
  font-weight: 400;
  margin: 0 auto;
}
@media print, screen and (max-width: 39.99875em) {
  .top-blog__title {
    font-weight: 500;
  }
}
@media screen and (min-width: 64em) {
  .top-blog__title {
    font-size: 3rem;
  }
}
.top-blog__button.button {
  margin-top: 28px;
}

.useful-links__wrapper {
  padding-top: 0px;
}
@media screen and (min-width: 64em) {
  .useful-links {
    padding: 120px 0;
  }
}
.useful-links__outer-container {
  z-index: 4;
  position: relative;
}
.useful-links__title {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 64em) {
  .useful-links__title {
    font-size: 2.25rem;
    margin-bottom: 33px;
  }
}
.useful-links__content {
  font-size: 1.25rem;
  margin-right: 64px;
}
@media print, screen and (max-width: 39.99875em) {
  .useful-links__content {
    margin-right: 50px;
  }
}
@media screen and (min-width: 64em) {
  .useful-links__content {
    font-size: 1.375rem;
  }
}
.useful-links__index {
  color: #4CB378;
  font-size: 1.25rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 64em) {
  .useful-links__index {
    font-size: 1.375rem;
    margin-right: 1.25rem;
  }
}
.useful-links__links {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(16, 41, 48, 0.2);
}
@media screen and (min-width: 1315px) {
  .useful-links__links {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.useful-links__link {
  position: relative;
  border-bottom: 1px solid rgba(16, 41, 48, 0.2);
  display: flex;
  text-align: left;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 140%;
  padding: 20px 0px;
}
@media screen and (min-width: 64em) {
  .useful-links__link {
    font-size: 1.5rem;
    padding: 18px 0px;
  }
}

.last-item {
  border-bottom: 1px solid rgba(16, 41, 48, 0.2);
}

.video-listing__wrapper {
  padding-bottom: 0px !important;
}
.video-listing__inner-wrapper {
  padding-bottom: 60px !important;
}
.video-listing__top {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .video-listing__top {
    padding-bottom: 70px;
  }
}
.video-listing__subheading-purple {
  color: #034752 !important;
}
.video-listing__purple {
  background: #D0C2E1;
  padding-bottom: 0px !important;
}
.video-listing__subheading {
  color: var(--MIM-Medium-Green, #4CB378);
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.video-listing__heading {
  font-style: normal;
  color: var(--MIM-Sherpa-Blue, #034752);
  padding-top: 1.75rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.video-listing__title {
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  color: #034752;
}
.video-listing__copy {
  text-align: left;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 150%;
  color: #034752;
}
.video-listing__copy p {
  margin-bottom: 0px !important;
}
.video-listing__play-button {
  z-index: 4;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-listing__image-wrapper {
  height: 214px;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .video-listing__image-wrapper {
    height: 335.25px;
  }
}
.video-listing__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-listing__entries-purple-filters {
  margin-bottom: 0px !important;
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .video-listing__entries-purple-filters {
    margin: 40px auto 0px auto;
  }
}
.video-listing__bottom-padding {
  padding-bottom: 60px !important;
}
@media print, screen and (min-width: 40em) {
  .video-listing__bottom-padding {
    padding-bottom: 80px !important;
  }
}
.video-listing__filters {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 64em) {
  .video-listing__filters {
    gap: 1.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .video-listing__first-filter {
    display: flex;
    justify-content: flex-end;
  }
}
.video-listing__entries-purple {
  padding-top: 30px !important;
}
@media print, screen and (min-width: 40em) {
  .video-listing__entries-purple {
    padding-top: 40px !important;
  }
}
.video-listing__entries-purple-no-filter {
  padding-top: 60px !important;
}
@media print, screen and (min-width: 40em) {
  .video-listing__entries-purple-no-filter {
    padding-top: 80px !important;
  }
}
.video-listing__entries {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.75rem;
}
@media print, screen and (min-width: 40em) {
  .video-listing__entries {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .video-listing__entries {
    margin: auto;
    gap: 1.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.video-listing__filter {
  padding: 6px 0px 6px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 283px;
  border: 1px solid rgba(16, 41, 48, 0.25);
  border-radius: 10px;
  cursor: pointer;
}
.video-listing__filter p {
  text-align: left;
  margin-bottom: 0px !important;
  margin-right: auto;
}
.video-listing__filter img {
  margin-left: 10px;
}
@media print, screen and (max-width: 39.99875em) {
  .video-listing__filter {
    width: 100%;
  }
}
.video-listing__filter-select {
  margin-bottom: 0px !important;
  width: 100%;
  height: auto;
  padding: 10px 30px 10px 12px !important;
  border: none !important;
  border-radius: 0px !important;
  background-image: url(/images/icons/green-arrow.svg);
  background-size: auto;
  background-color: transparent;
  background-position: top calc(50% + 2px) right -1rem;
  font-size: 0.9375rem;
}
.video-listing__filter-wrapper {
  color: #4CB378;
}
.video-listing__filter-wrapper-text {
  text-align: left;
  margin-bottom: 10px !important;
  font-size: 14px;
  font-weight: 600;
}
.video-listing__content {
  padding-top: 1.75rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .video-listing__content {
    margin-bottom: 1.75rem;
    padding-top: 2.5rem;
  }
}
.video-listing__grid-wrapper {
  background: white;
}
.video-listing__details {
  margin-bottom: 1.25rem;
  text-align: left;
  color: #4CB378;
}
.video-listing__icon {
  text-align: left;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}
.video-listing__icon p {
  margin-bottom: 0px;
  border-bottom: #4CB378 solid 1px;
  padding-bottom: 0.5rem;
  color: #034752;
}

.alert {
  align-items: center;
  border-radius: 6px;
  color: rgb(41, 29, 0);
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin: 10px auto;
  max-width: 960px;
  padding: 22px 24px;
  width: 100%;
}
.alert:first-of-type {
  margin-top: 0;
}
.alert p {
  margin: 0;
  padding: 0;
}
.alert--narrow {
  max-width: 388px;
}
.alert--success {
  background-color: rgb(72, 199, 142);
}
.alert--info {
  background-color: rgb(102, 209, 255);
}
.alert--warning {
  background-color: rgb(255, 183, 15);
}
.alert--danger {
  background-color: rgb(255, 102, 133);
}

/* ====================================================
How components work next to each other - collapse padding
if two components have same background
======================================================= */
.wrapper--light + .wrapper--light,
.wrapper--lightGrey + .wrapper--lightGrey,
.wrapper--cream + .wrapper--cream,
.wrapper--dark + .wrapper--dark,
.wrapper--lightGreen + .wrapper--lightGreen,
.wrapper--lightBlue + .wrapper--lightBlue,
.wrapper--aliceBlue + .wrapper--aliceBlue,
.wrapper--violet + .wrapper--violet,
.wrapper--darkGreen + .wrapper--darkGreen {
  padding-top: 0;
}

@media screen and (min-width: 64em) {
  .title-banner__wrapper + .copy-image {
    margin-top: -40px;
  }
}

/* Import plugin styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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