@import url(https://use.typekit.net/idp2zir.css);
@import url(https://use.typekit.net/idp2zir.css);
@charset "UTF-8";
/**
 * Main
 * 
 */
/**
 * Colors
 * 
 */
/**
 * Fonts
 * 
 */
/**
 * Foundation for Sites
 * Version 6.7.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 37.5em) {
  .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: none;
  text-decoration: underline;
  -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;
}

.foundation-mq {
  font-family: "small=0em&medium=37.5em&large=61.25em&xlarge=70.625em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "nunito-sans", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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;
}

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.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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 #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

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

[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 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  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.5rem;
}

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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 -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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 #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  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: "nunito-sans", Arial, 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: 37.5em) {
  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: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 70.625rem;
  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: 1.25rem;
  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: 1px solid #cacaca;
}
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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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;
            color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    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: 0.625rem;
  padding-left: 0.625rem;
  max-width: 70.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.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: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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: 37.5em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    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 print, screen and (min-width: 61.25em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    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.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 61.25em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

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

.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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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.25rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 37.5em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 61.25em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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: 37.5em) {
  .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: 37.5em) {
  .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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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: 37.5em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 61.25em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .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 print, screen and (min-width: 61.25em) {
  .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 print, screen and (min-width: 61.25em) {
  .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 print, screen and (min-width: 61.25em) {
  .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.25rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 37.5em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 61.25em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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: 37.5em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    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 print, screen and (min-width: 61.25em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    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.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

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

.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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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 {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 37.5em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 61.25em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

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

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 61.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 37.5em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 61.25em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 19px 24px;
  border: 2px solid #f8971d;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: transparent;
  color: #f8971d;
}
.button:hover, .button:focus {
  background-color: none;
  color: #f8971d;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #0a0a0a;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #0a0a0a;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #0a0a0a;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #0a0a0a;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid transparent;
  color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: transparent;
}
.button.clear:hover, .button.clear:focus {
  color: rgba(0, 0, 0, 0);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 24px;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: transparent;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #0a0a0a;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #0a0a0a;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #0a0a0a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #0a0a0a;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #0a0a0a;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #0a0a0a;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid transparent;
  color: transparent;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: transparent;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgba(0, 0, 0, 0);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 37.5em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.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, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 61.24875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 37.5em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.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: none;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  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: none;
}
.is-active > .accordion-title::before {
  content: none;
}

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

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 37.49875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 37.49875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.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%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

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

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.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 #1779ba;
  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 #1779ba 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: #1779ba 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 #1779ba 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 #1779ba;
}
@media print, screen and (min-width: 37.5em) {
  .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: #1779ba 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 #1779ba 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 #1779ba;
  }
}
@media print, screen and (min-width: 61.25em) {
  .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: #1779ba 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 #1779ba 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 #1779ba;
  }
}
.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 #1779ba 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 #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 37.5em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 61.25em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
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: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal {
    width: 600px;
    max-width: 70.625rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal.tiny {
    width: 30%;
    max-width: 70.625rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .reveal.small {
    width: 50%;
    max-width: 70.625rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .reveal.large {
    width: 90%;
    max-width: 70.625rem;
  }
}
.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: 37.49875em) {
  .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;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: none;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 70.62375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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: 37.49875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 61.24875em), screen and (min-width: 70.625em) {
  .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;
  }
}

.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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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: 37.5em) {
  .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 print, screen and (min-width: 61.25em) {
  .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;
  }
}
.row {
  max-width: 70.625rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 37.5em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 61.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}
@media print, screen and (min-width: 37.5em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 37.5em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 37.5em) and (min-width: 37.5em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 37.5em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 37.5em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 37.5em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 61.25em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 61.25em) and (min-width: 61.25em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 61.25em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.875rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 37.5em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
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: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal {
    width: 600px;
    max-width: 70.625rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal.tiny {
    width: 30%;
    max-width: 70.625rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .reveal.small {
    width: 50%;
    max-width: 70.625rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .reveal.large {
    width: 90%;
    max-width: 70.625rem;
  }
}
.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: 37.49875em) {
  .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;
}

/* 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;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/**
 * Keyframes
 * 
 */
@keyframes animate-bg {
  from {
    background-position: center -200%;
  }
  to {
    background-position: center 0;
  }
}
/**
 * Typography
 * 
 */
* {
  color: #45535f;
  font-family: "nunito-sans", Arial, sans-serif;
}

h1 {
  font-size: 52px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0;
  padding: 0 0 18px;
}
@media print, screen and (max-width: 61.24875em) {
  h1 {
    font-size: 43px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 35px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  margin: 0;
  padding: 0 0 20px;
}
@media print, screen and (max-width: 61.24875em) {
  h2 {
    font-size: 31px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  h2 {
    font-size: 27px;
  }
}

h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 0;
  padding: 0 0 5px;
}
@media print, screen and (max-width: 61.24875em) {
  h3 {
    font-size: 21px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin: 0;
  padding: 0 0 5px;
}

p,
div[class^=component--] li {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin: 0;
  padding: 0 0 15px;
}

p {
  font-size: 24px;
}
p.small {
  font-size: 16px;
}
@media print, screen and (max-width: 61.24875em) {
  p {
    font-size: 21px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  p {
    font-size: 18px;
  }
}

/**
 * Set orange diamond bullets
 * 
 */
div[class^=component--] ul {
  list-style: none;
  margin: 0;
}
div[class^=component--] ul li {
  position: relative;
  padding-left: 1rem;
}
div[class^=component--] ul li:before {
  content: "";
  height: 7px;
  width: 7px;
  background: #f8971d;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 7.5px;
  left: 0;
}
@media print, screen and (max-width: 37.49875em) {
  div[class^=component--] ul li:before {
    top: 0.6rem;
  }
  @-moz-document url-prefix() {
    div[class^=component--] ul li:before {
      top: 0.5rem;
    }
  }
}

a.button {
  text-transform: uppercase;
}

/**
 * Global
 * 
 */
@media print, screen and (max-width: 61.24875em) {
  .container > .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (max-width: 61.24875em) {
  .site-wrapper {
    padding-top: 60px;
  }
}

a {
  color: #f8971d;
  font-weight: 600;
  transition: 0.2s all;
  text-decoration: none;
}
a:hover {
  color: #db7d07;
}

a.button {
  outline: none;
}
a.button:hover {
  background: #f8971d;
  color: #fefefe;
}
@media print, screen and (max-width: 37.49875em) {
  a.button {
    display: block;
    width: 100%;
    flex: 1 0 100%;
  }
}

img.aligncenter {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

/**
 * Header
 * 
 */
@keyframes show-menu {
  from {
    opacity: 0;
    transform: translate3d(0, -2%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes show {
  from {
    transform: translate(0, -100px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes hide {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -100px);
  }
}
/*
#site-wrapper>.wrapper {
	@include breakpoint(large up) {
		padding-top: 80px;
	}
}
*/
header.nav {
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.25s ease-in;
}
header.nav.default {
  box-shadow: none;
  padding: 0;
  width: 100%;
  transition: 0.25s all;
  background: #fefefe;
}
header.nav.default .top-bar {
  background: none;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
header.nav.default .top-bar .top-bar-row {
  align-items: center;
  max-width: 1320px;
  width: 1320px;
  justify-content: flex-start;
}
header.nav.default .top-bar .top-bar-row ul {
  list-style: none;
}
header.nav.default .top-bar .top-bar-left {
  flex: 0 0 auto;
  margin-right: 0;
}
header.nav.default .top-bar .top-bar-left ul {
  margin-left: 0;
}
@media print, screen and (max-width: 89.99875em) {
  header.nav.default .top-bar .top-bar-left ul {
    margin-bottom: 0;
  }
}
header.nav.default .top-bar .top-bar-left ul li.logo a {
  padding: 0;
  display: block;
}
header.nav.default .top-bar .top-bar-left ul li.logo a img,
header.nav.default .top-bar .top-bar-left ul li.logo a svg {
  width: auto;
  height: 80px;
  display: block;
  background: #fff;
}
header.nav.default .top-bar .top-bar-left ul li.logo a:hover {
  background: none;
  opacity: 1;
}
header.nav.default .top-bar .top-bar-right {
  flex: 0 0 auto;
  margin-left: 0;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu {
  background: none;
  align-items: center;
  position: static;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu a {
  background: none;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item .dropdown-pane {
  left: 0 !important;
  width: 100%;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item.small-menu .dropdown-pane {
  overflow-x: hidden;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item.small-menu .dropdown-pane .row {
  margin: 0;
}
@media print, screen and (max-width: 70.62375em) {
  header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item.small-menu .dropdown-pane .row {
    padding: 0;
  }
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item.small-menu .dropdown-pane .row .menu-item-column {
  flex: 1 0 100%;
  max-width: 100%;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item > a {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.75px;
  color: #45535f;
  opacity: 1;
  padding: 39px 15px;
  text-transform: uppercase;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item > a:hover {
  color: #fefefe;
  background: #f8971d;
  opacity: 1;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item > a:hover span {
  color: #fefefe;
}
@media print, screen and (max-width: 89.99875em) {
  header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item > a {
    padding: 39px 10px;
  }
}
@media print, screen and (max-width: 70.62375em) {
  header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item > a {
    font-size: 12.5px;
  }
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item span {
  display: block;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item.cta > a {
  padding: 10px 20px;
  background: #f8971d;
  border-radius: 21.5px;
  text-transform: uppercase;
  margin-left: 25px;
  transition: 0.25s all;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu li.menu-item.cta > a:hover {
  background: #f8971d;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane {
  padding: 0;
  border: none;
  border-top: 1px solid #afc5d3;
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.25);
  color: #45535f;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane.is-open {
  animation: 0.25s show-menu ease-out forwards;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content {
  display: flex;
  padding: 39px 0;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .row {
  justify-content: flex-start;
  max-width: calc(1320px - 160px);
  width: 100%;
  margin-left: calc(((100vw - 1320px) / 2) + 160px);
}
@media print, screen and (max-width: 70.62375em) {
  header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .row {
    margin: 0;
    padding: 0 40px;
  }
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column {
  padding-right: 25px;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column:not(:first-child) {
  padding-left: 25px;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 25px;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column a {
  padding: 0 0 18px;
  color: #45535f;
  line-height: 22px;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column a:hover {
  color: #f8971d;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column.cta p {
  font-size: 16px;
  color: #45535f;
  line-height: 1.5;
  font-weight: bold;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column.cta a.button {
  font-size: 17px;
  color: #fefefe;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1em 3em;
  background: #f8971d;
  display: inline-block;
  transition: 0.25s all;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu .dropdown-pane .dropdown-pane--content .menu-item-column.cta a.button:hover {
  background: #f8971d;
  opacity: 1;
}
header.nav.default .top-bar .top-bar-right ul.dropdown.menu ul.sub-menu {
  display: none;
}
header.nav.default .top-bar .top-bar-cta {
  margin-left: auto;
}
header.nav.default .top-bar .top-bar-cta a.button {
  color: #45535f;
  font-size: 15px;
  padding: 16px 26px;
  border: 3px solid #f8971d;
}
header.nav.default .top-bar .top-bar-cta a.button:hover {
  background: #f8971d;
  color: #fefefe;
}
@media print, screen and (max-width: 70.62375em) {
  header.nav.default .top-bar .top-bar-cta a.button {
    font-size: 13px;
    padding: 12px;
  }
}
header.nav.nav-down {
  animation: 0.5s hide forwards;
}
header.nav.nav-up {
  animation: 0.5s show forwards;
}
header.nav.inverse {
  position: relative;
}
header.nav.responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fefefe;
}
header.nav.responsive .top-bar {
  position: relative;
}
header.nav.responsive .top-bar .row {
  align-items: center;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
}
header.nav.responsive .top-bar a.logo {
  padding-left: 13px;
  margin-top: -10px;
}
header.nav.responsive .top-bar a.logo img {
  width: 100px;
}
header.nav.responsive .top-bar a.menu-open-link {
  padding: 16px;
  display: flex;
  align-items: center;
}
header.nav.responsive .top-bar a.menu-open-link svg {
  fill: #45535f;
  width: 28px;
}
header.nav.responsive .top-bar a.menu-open-link.hover {
  background: #f8971d;
}
header.nav.responsive .top-bar a.menu-open-link.hover svg {
  fill: #fefefe;
}
header.nav.responsive .top-bar #responsive-menu {
  left: 0 !important;
  width: 100%;
  top: 100% !important;
  border: none;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.24);
  height: 100vh;
  overflow: auto;
}
header.nav.responsive .top-bar #responsive-menu.is-open {
  animation: 0.25s show-menu ease-out forwards;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li > a {
  font-size: 14px;
  font-weight: bold;
  color: #45535f;
  padding: 15px;
  display: block;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li > a:hover, header.nav.responsive .top-bar #responsive-menu ul.accordion li > a:focus {
  background: none;
  opacity: 1;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content {
  background: none;
  padding: 0 0 0 37px;
  color: #45535f;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content .accordion-content-block {
  padding: 0 0 19px;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content .accordion-content-block a {
  font-size: 12px;
  color: #45535f;
  display: block;
  padding: 6px 0;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content .accordion-content-block a.subhead {
  font-size: 14px;
  font-weight: bold;
  color: #45535f;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content .accordion-content-block a:hover {
  background: none;
  opacity: 1;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content .accordion-content-block.cta {
  padding-top: 14px;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content .accordion-content-block.cta p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content .accordion-content-block.cta a.button {
  font-size: 16px;
  color: #fefefe;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #f8971d;
  border-radius: 21.5px;
  letter-spacing: 0.4px;
  display: inline-block;
  transition: 0.25s all;
}
header.nav.responsive .top-bar #responsive-menu ul.accordion li .accordion-content .accordion-content-block.cta a.button:hover {
  background: #f8971d;
  opacity: 1;
}
@media print, screen and (max-width: 89.99875em) {
  header.nav.default .top-bar .top-bar-row, header.nav.fixed-header .top-bar .top-bar-row {
    padding: 0 15px;
  }
  header.nav.default .top-bar .top-bar-left ul li.logo a img, header.nav.fixed-header .top-bar .top-bar-left ul li.logo a img {
    width: 115px;
    margin-top: -15px;
  }
}

/**
 * Footer
 * 
 */
.footer {
  padding: 30px 0;
  border-top: 1px solid #e1e1e1;
}
.footer .row {
  max-width: 1320px;
  width: 1320px;
}
@media print, screen and (max-width: 89.99875em) {
  .footer .row {
    width: 100%;
    max-width: 100%;
  }
}
.footer ul.menu {
  padding-bottom: 25px;
}
.footer ul.menu li {
  list-style-type: none;
  display: inline-block;
}
.footer ul.menu li a {
  color: #7991a0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  transition: 0.2s all;
}
.footer ul.menu li a:hover {
  color: #6a8595;
}
@media print, screen and (max-width: 61.24875em) {
  .footer ul.menu li a {
    padding: 0 0 10px;
  }
}
.footer ul.menu li:not(:last-child) a {
  margin-right: 12px;
}
@media print, screen and (max-width: 61.24875em) {
  .footer-left {
    justify-content: center;
    text-align: center;
  }
}
.footer-left ul.menu {
  justify-content: flex-start;
}
@media print, screen and (max-width: 61.24875em) {
  .footer-left ul.menu {
    justify-content: center;
  }
}
.footer-left-marketo h2 {
  font-size: 1rem;
  text-align: left;
}
.footer-left-marketo form {
  display: flex;
  width: auto !important;
}
.footer-left-marketo form .mktoFormRow {
  display: none;
}
.footer-left-marketo form .mktoFormRow .mktoOffset,
.footer-left-marketo form .mktoFormRow .mktoGutter,
.footer-left-marketo form .mktoFormRow label {
  display: none;
}
.footer-left-marketo form .mktoFormRow .mktoFormCol {
  margin: 0 !important;
}
.footer-left-marketo form .mktoFormRow input#Email {
  background: #f0f0f0;
  padding: 13px 12px;
  color: #7990a0;
  border: none;
  height: auto !important;
  line-height: 15px;
  font-size: 14px;
  box-shadow: none !important;
}
.footer-left-marketo form .mktoFormRow:nth-child(2) {
  display: inline-block;
}
.footer-left-marketo form .mktoButtonRow span.mktoButtonWrap {
  margin-left: 0 !important;
}
.footer-left-marketo form .mktoButtonRow span.mktoButtonWrap button[type=submit] {
  padding: 14px 12px;
  font-weight: 500;
  background: #f8971d;
  text-transform: uppercase;
  color: #fefefe;
  box-shadow: none;
  border: none;
}
.footer-left-marketo form .mktoButtonRow span.mktoButtonWrap button[type=submit]:hover, .footer-left-marketo form .mktoButtonRow span.mktoButtonWrap button[type=submit]:focus, .footer-left-marketo form .mktoButtonRow span.mktoButtonWrap button[type=submit]:active {
  border: none;
  background-color: #f8971d;
  box-shadow: none;
  background-image: none;
}
.footer-left-marketo form .mktoError .mktoErrorMsg .mktoErrorDetail {
  color: #fefefe;
}
@media print, screen and (max-width: 61.24875em) {
  .footer-left-marketo form {
    justify-content: center;
  }
}
.footer-left p {
  font-size: 14px;
  color: #7991a0;
  margin-top: 10px;
}
@media print, screen and (max-width: 61.24875em) {
  .footer-right {
    justify-content: center;
    text-align: center;
  }
}
.footer-right ul.menu {
  justify-content: flex-end;
}
@media print, screen and (max-width: 61.24875em) {
  .footer-right ul.menu {
    justify-content: center;
    padding-bottom: 0;
  }
}
.footer-right p {
  font-size: 14px;
  color: #7991a0;
  margin-top: 10px;
}
.footer-social {
  display: inline-flex;
  justify-content: center;
}
@media print, screen and (max-width: 61.24875em) {
  .footer-social {
    padding: 15px 0;
  }
}
.footer-social ul.social-links li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
}
.footer-social ul.social-links li a {
  display: inline-block;
  padding: 0;
}
.footer-social ul.social-links li a svg {
  width: 40px;
  height: 40px;
  transition: 0.2s all;
}
.footer-social ul.social-links li a.twitter svg {
  fill: #0080C1;
}
.footer-social ul.social-links li a.twitter:hover svg {
  fill: #006fa8;
}
.footer-social ul.social-links li a.vimeo svg {
  fill: #627b91;
}
.footer-social ul.social-links li a.vimeo:hover svg {
  fill: #586e82;
}
.footer-social ul.social-links li a.linkedin svg {
  fill: #103c63;
}
.footer-social ul.social-links li a.linkedin:hover svg {
  fill: #0c2f4d;
}

/**
 * Default Marketo form styles
 * 
 */
div[class^=component--] form.mktoForm,
#contact-us-form-wrapper form.mktoForm,
.resources-template form.mktoForm {
  width: 100% !important;
}
div[class^=component--] form.mktoForm .mktoFormCol,
div[class^=component--] form.mktoForm .mktoFieldWrap,
#contact-us-form-wrapper form.mktoForm .mktoFormCol,
#contact-us-form-wrapper form.mktoForm .mktoFieldWrap,
.resources-template form.mktoForm .mktoFormCol,
.resources-template form.mktoForm .mktoFieldWrap {
  float: none !important;
}
div[class^=component--] form.mktoForm .mktoGutter,
div[class^=component--] form.mktoForm .mktoOffset,
#contact-us-form-wrapper form.mktoForm .mktoGutter,
#contact-us-form-wrapper form.mktoForm .mktoOffset,
.resources-template form.mktoForm .mktoGutter,
.resources-template form.mktoForm .mktoOffset {
  display: none;
}
div[class^=component--] form.mktoForm label.mktoLabel,
#contact-us-form-wrapper form.mktoForm label.mktoLabel,
.resources-template form.mktoForm label.mktoLabel {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  width: auto !important;
}
div[class^=component--] form.mktoForm .mktoButtonRow,
#contact-us-form-wrapper form.mktoForm .mktoButtonRow,
.resources-template form.mktoForm .mktoButtonRow {
  width: 100%;
}
div[class^=component--] form.mktoForm .mktoButtonRow span.mktoButtonWrap,
#contact-us-form-wrapper form.mktoForm .mktoButtonRow span.mktoButtonWrap,
.resources-template form.mktoForm .mktoButtonRow span.mktoButtonWrap {
  margin: 0 !important;
}
div[class^=component--] form.mktoForm .mktoButtonRow button,
#contact-us-form-wrapper form.mktoForm .mktoButtonRow button,
.resources-template form.mktoForm .mktoButtonRow button {
  height: auto !important;
  color: #fefefe !important;
  background: transparent !important;
  border: 1px solid #ccc !important;
  transition: 0.25s all !important;
  padding-top: 19px !important;
  padding-bottom: 19px !important;
  display: block !important;
  width: 100% !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
}
div[class^=component--] form.mktoForm .mktoButtonRow button:focus, div[class^=component--] form.mktoForm .mktoButtonRow button:active,
#contact-us-form-wrapper form.mktoForm .mktoButtonRow button:focus,
#contact-us-form-wrapper form.mktoForm .mktoButtonRow button:active,
.resources-template form.mktoForm .mktoButtonRow button:focus,
.resources-template form.mktoForm .mktoButtonRow button:active {
  outline: none !important;
}
div[class^=component--] form.mktoForm .mktoButtonRow button:hover,
#contact-us-form-wrapper form.mktoForm .mktoButtonRow button:hover,
.resources-template form.mktoForm .mktoButtonRow button:hover {
  background: #f8971d !important;
  color: #fefefe !important;
}
div[class^=component--] form.mktoForm .mktoHtmlText *,
#contact-us-form-wrapper form.mktoForm .mktoHtmlText *,
.resources-template form.mktoForm .mktoHtmlText * {
  color: #45535f;
}
div[class^=component--] form.mktoForm .mktoHtmlText a,
#contact-us-form-wrapper form.mktoForm .mktoHtmlText a,
.resources-template form.mktoForm .mktoHtmlText a {
  text-decoration: underline;
}
div[class^=component--] form.mktoForm input:not([type=radio]),
div[class^=component--] form.mktoForm select,
div[class^=component--] form.mktoForm textarea,
#contact-us-form-wrapper form.mktoForm input:not([type=radio]),
#contact-us-form-wrapper form.mktoForm select,
#contact-us-form-wrapper form.mktoForm textarea,
.resources-template form.mktoForm input:not([type=radio]),
.resources-template form.mktoForm select,
.resources-template form.mktoForm textarea {
  width: 100% !important;
  font-size: 16px;
  padding: 9px 11px;
  font-weight: 500;
  box-shadow: none !important;
  color: #45535f;
}
div[class^=component--] form.mktoForm input:not([type=radio])[type=text], div[class^=component--] form.mktoForm input:not([type=radio])[type=email], div[class^=component--] form.mktoForm input:not([type=radio])[type=tel],
div[class^=component--] form.mktoForm select[type=text],
div[class^=component--] form.mktoForm select[type=email],
div[class^=component--] form.mktoForm select[type=tel],
div[class^=component--] form.mktoForm textarea[type=text],
div[class^=component--] form.mktoForm textarea[type=email],
div[class^=component--] form.mktoForm textarea[type=tel],
#contact-us-form-wrapper form.mktoForm input:not([type=radio])[type=text],
#contact-us-form-wrapper form.mktoForm input:not([type=radio])[type=email],
#contact-us-form-wrapper form.mktoForm input:not([type=radio])[type=tel],
#contact-us-form-wrapper form.mktoForm select[type=text],
#contact-us-form-wrapper form.mktoForm select[type=email],
#contact-us-form-wrapper form.mktoForm select[type=tel],
#contact-us-form-wrapper form.mktoForm textarea[type=text],
#contact-us-form-wrapper form.mktoForm textarea[type=email],
#contact-us-form-wrapper form.mktoForm textarea[type=tel],
.resources-template form.mktoForm input:not([type=radio])[type=text],
.resources-template form.mktoForm input:not([type=radio])[type=email],
.resources-template form.mktoForm input:not([type=radio])[type=tel],
.resources-template form.mktoForm select[type=text],
.resources-template form.mktoForm select[type=email],
.resources-template form.mktoForm select[type=tel],
.resources-template form.mktoForm textarea[type=text],
.resources-template form.mktoForm textarea[type=email],
.resources-template form.mktoForm textarea[type=tel] {
  color: #45535f;
  border: 1px solid #e6e6e6;
}
div[class^=component--] form.mktoForm input:not([type=radio])[type=submit],
div[class^=component--] form.mktoForm select[type=submit],
div[class^=component--] form.mktoForm textarea[type=submit],
#contact-us-form-wrapper form.mktoForm input:not([type=radio])[type=submit],
#contact-us-form-wrapper form.mktoForm select[type=submit],
#contact-us-form-wrapper form.mktoForm textarea[type=submit],
.resources-template form.mktoForm input:not([type=radio])[type=submit],
.resources-template form.mktoForm select[type=submit],
.resources-template form.mktoForm textarea[type=submit] {
  color: #fefefe;
  background: #f8971d;
  transition: 0.25s all;
  padding-top: 10px;
  padding-bottom: 10px;
}
div[class^=component--] form.mktoForm input:not([type=radio])[type=submit]:hover,
div[class^=component--] form.mktoForm select[type=submit]:hover,
div[class^=component--] form.mktoForm textarea[type=submit]:hover,
#contact-us-form-wrapper form.mktoForm input:not([type=radio])[type=submit]:hover,
#contact-us-form-wrapper form.mktoForm select[type=submit]:hover,
#contact-us-form-wrapper form.mktoForm textarea[type=submit]:hover,
.resources-template form.mktoForm input:not([type=radio])[type=submit]:hover,
.resources-template form.mktoForm select[type=submit]:hover,
.resources-template form.mktoForm textarea[type=submit]:hover {
  background: #f8971d;
}
div[class^=component--] form.mktoForm input:not([type=radio])::-moz-placeholder, div[class^=component--] form.mktoForm select::-moz-placeholder, div[class^=component--] form.mktoForm textarea::-moz-placeholder, #contact-us-form-wrapper form.mktoForm input:not([type=radio])::-moz-placeholder, #contact-us-form-wrapper form.mktoForm select::-moz-placeholder, #contact-us-form-wrapper form.mktoForm textarea::-moz-placeholder, .resources-template form.mktoForm input:not([type=radio])::-moz-placeholder, .resources-template form.mktoForm select::-moz-placeholder, .resources-template form.mktoForm textarea::-moz-placeholder {
  color: #a0a0a0 !important;
}
div[class^=component--] form.mktoForm input:not([type=radio])::placeholder,
div[class^=component--] form.mktoForm select::placeholder,
div[class^=component--] form.mktoForm textarea::placeholder,
#contact-us-form-wrapper form.mktoForm input:not([type=radio])::placeholder,
#contact-us-form-wrapper form.mktoForm select::placeholder,
#contact-us-form-wrapper form.mktoForm textarea::placeholder,
.resources-template form.mktoForm input:not([type=radio])::placeholder,
.resources-template form.mktoForm select::placeholder,
.resources-template form.mktoForm textarea::placeholder {
  color: #a0a0a0 !important;
}
div[class^=component--] form.mktoForm input:not([type=radio]):-ms-input-placeholder,
div[class^=component--] form.mktoForm select:-ms-input-placeholder,
div[class^=component--] form.mktoForm textarea:-ms-input-placeholder,
#contact-us-form-wrapper form.mktoForm input:not([type=radio]):-ms-input-placeholder,
#contact-us-form-wrapper form.mktoForm select:-ms-input-placeholder,
#contact-us-form-wrapper form.mktoForm textarea:-ms-input-placeholder,
.resources-template form.mktoForm input:not([type=radio]):-ms-input-placeholder,
.resources-template form.mktoForm select:-ms-input-placeholder,
.resources-template form.mktoForm textarea:-ms-input-placeholder {
  color: #a0a0a0 !important;
}
div[class^=component--] form.mktoForm input:not([type=radio])::-ms-input-placeholder,
div[class^=component--] form.mktoForm select::-ms-input-placeholder,
div[class^=component--] form.mktoForm textarea::-ms-input-placeholder,
#contact-us-form-wrapper form.mktoForm input:not([type=radio])::-ms-input-placeholder,
#contact-us-form-wrapper form.mktoForm select::-ms-input-placeholder,
#contact-us-form-wrapper form.mktoForm textarea::-ms-input-placeholder,
.resources-template form.mktoForm input:not([type=radio])::-ms-input-placeholder,
.resources-template form.mktoForm select::-ms-input-placeholder,
.resources-template form.mktoForm textarea::-ms-input-placeholder {
  color: #a0a0a0 !important;
}
div[class^=component--] form.mktoForm select,
#contact-us-form-wrapper form.mktoForm select,
.resources-template form.mktoForm select {
  color: #a0a0a0 !important;
  background-position: right 0 center !important;
}
div[class^=component--] form.mktoForm input[type=radio],
#contact-us-form-wrapper form.mktoForm input[type=radio],
.resources-template form.mktoForm input[type=radio] {
  opacity: 1;
  clear: left;
  float: left;
}
div[class^=component--] form.mktoForm select,
div[class^=component--] form.mktoForm textarea,
#contact-us-form-wrapper form.mktoForm select,
#contact-us-form-wrapper form.mktoForm textarea,
.resources-template form.mktoForm select,
.resources-template form.mktoForm textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
div[class^=component--] form.mktoForm textarea,
#contact-us-form-wrapper form.mktoForm textarea,
.resources-template form.mktoForm textarea {
  height: 75px;
}
div[class^=component--] form.mktoForm label#Lblkeynotepreference,
div[class^=component--] form.mktoForm label#Lbltopic1preference,
div[class^=component--] form.mktoForm label#Lbltopic2preference,
div[class^=component--] form.mktoForm label#Lbltopic3preference,
#contact-us-form-wrapper form.mktoForm label#Lblkeynotepreference,
#contact-us-form-wrapper form.mktoForm label#Lbltopic1preference,
#contact-us-form-wrapper form.mktoForm label#Lbltopic2preference,
#contact-us-form-wrapper form.mktoForm label#Lbltopic3preference,
.resources-template form.mktoForm label#Lblkeynotepreference,
.resources-template form.mktoForm label#Lbltopic1preference,
.resources-template form.mktoForm label#Lbltopic2preference,
.resources-template form.mktoForm label#Lbltopic3preference {
  display: block !important;
  color: #45545f;
  width: auto !important;
  padding-right: 15px;
}
div[class^=component--] form.mktoForm .mktoRadioList label,
#contact-us-form-wrapper form.mktoForm .mktoRadioList label,
.resources-template form.mktoForm .mktoRadioList label {
  margin-top: 0;
}
div[class^=component--] form.mktoForm.business-card-form label, div[class^=component--] form.mktoForm.vcard-form label,
#contact-us-form-wrapper form.mktoForm.business-card-form label,
#contact-us-form-wrapper form.mktoForm.vcard-form label,
.resources-template form.mktoForm.business-card-form label,
.resources-template form.mktoForm.vcard-form label {
  color: #45535f;
}
div[class^=component--] form.mktoForm.business-card-form fieldset, div[class^=component--] form.mktoForm.vcard-form fieldset,
#contact-us-form-wrapper form.mktoForm.business-card-form fieldset,
#contact-us-form-wrapper form.mktoForm.vcard-form fieldset,
.resources-template form.mktoForm.business-card-form fieldset,
.resources-template form.mktoForm.vcard-form fieldset {
  padding: 10px 25px;
  border: 1px solid #45535f;
}
div[class^=component--] form.mktoForm.business-card-form .mktoRadioList, div[class^=component--] form.mktoForm.vcard-form .mktoRadioList,
#contact-us-form-wrapper form.mktoForm.business-card-form .mktoRadioList,
#contact-us-form-wrapper form.mktoForm.vcard-form .mktoRadioList,
.resources-template form.mktoForm.business-card-form .mktoRadioList,
.resources-template form.mktoForm.vcard-form .mktoRadioList {
  width: 100% !important;
  padding: 10px 0 0;
}
div[class^=component--] form.mktoForm.business-card-form .mktoRadioList input[type=radio], div[class^=component--] form.mktoForm.vcard-form .mktoRadioList input[type=radio],
#contact-us-form-wrapper form.mktoForm.business-card-form .mktoRadioList input[type=radio],
#contact-us-form-wrapper form.mktoForm.vcard-form .mktoRadioList input[type=radio],
.resources-template form.mktoForm.business-card-form .mktoRadioList input[type=radio],
.resources-template form.mktoForm.vcard-form .mktoRadioList input[type=radio] {
  margin-top: -1px;
  margin-left: -1px;
}
div[class^=component--] form.mktoForm.business-card-form .mktoInvalid, div[class^=component--] form.mktoForm.vcard-form .mktoInvalid,
#contact-us-form-wrapper form.mktoForm.business-card-form .mktoInvalid,
#contact-us-form-wrapper form.mktoForm.vcard-form .mktoInvalid,
.resources-template form.mktoForm.business-card-form .mktoInvalid,
.resources-template form.mktoForm.vcard-form .mktoInvalid {
  border: 1px solid red !important;
}
div[class^=component--] form.mktoForm.business-card-form .mktoButtonRow button[type=submit].mktoButton, div[class^=component--] form.mktoForm.vcard-form .mktoButtonRow button[type=submit].mktoButton,
#contact-us-form-wrapper form.mktoForm.business-card-form .mktoButtonRow button[type=submit].mktoButton,
#contact-us-form-wrapper form.mktoForm.vcard-form .mktoButtonRow button[type=submit].mktoButton,
.resources-template form.mktoForm.business-card-form .mktoButtonRow button[type=submit].mktoButton,
.resources-template form.mktoForm.vcard-form .mktoButtonRow button[type=submit].mktoButton {
  background: #f8971d !important;
  color: #fefefe !important;
}

/**
 * Boxzilla
 * 
 */
.boxzilla-container .boxzilla p {
  font-size: 17px;
}
.boxzilla-container .boxzilla a.button {
  font-size: 1rem;
}

/**
 * Components
 * 
 */
/**
 * Component: CTA
 * 
 */
.component--cta .row {
  max-width: 100%;
  padding: 0;
}
.component--cta-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 37.49875em) {
  .component--cta-image {
    height: 250px !important;
  }
}
.component--cta-content {
  padding-top: 65px;
  padding-right: calc((100vw - 70.625rem ) / 2);
  padding-bottom: 65px;
  padding-left: 57px;
}
@media print, screen and (max-width: 70.62375em) {
  .component--cta-content {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
@media screen and (max-width: 1200px) {
  .component--cta-content {
    padding-right: 57px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--cta-content {
    padding: 35px 25px !important;
  }
}
.component--cta-content p {
  font-size: 17px;
}
.component--cta-content a.button {
  border-color: #fefefe;
  margin-top: 25px;
  min-width: 300px;
  outline: none;
}
.component--cta-content a.button:hover {
  background: #fefefe;
  color: #45535f;
}
@media print, screen and (max-width: 61.24875em) {
  .component--cta-content a.button {
    min-width: 0;
  }
}

/**
 * Component: Customers
 * 
 */
.component--customers {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--customers {
    padding: 35px 0;
  }
}
.component--customers-intro {
  padding-bottom: 40px;
}
.component--customers-intro p {
  font-size: 17px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--customers-intro {
    padding-bottom: 20px;
  }
}
.component--customers-items {
  padding-bottom: 15px;
}
.component--customers-items .row {
  justify-content: center;
}
.component--customers-item {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.component--customers-item.per-row-5 {
  flex: 0 0 20%;
}
.component--customers-item.per-row-6 {
  flex: 0 0 16.6666666667%;
}
.component--customers-item.per-row-6 img {
  max-width: 100%;
  max-height: none;
}
@media print, screen and (max-width: 61.24875em) {
  .component--customers-item {
    flex: 0 0 33.33333% !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--customers-item {
    flex: 0 0 50% !important;
  }
}
.component--customers-item a {
  display: flex;
  width: 100%;
  justify-content: center;
}
.component--customers-item img {
  height: auto;
  width: auto;
  max-height: 70px;
  max-width: 200px;
  align-self: center;
}

/**
 * Component: Hero
 * 
 */
.component--hero {
  overflow: hidden;
  padding: 115px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 37.49875em) {
  .component--hero {
    padding: 75px 0;
  }
}
.component--hero.has-background-video {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.component--hero.has-background-video .placeholder-background {
  background-color: #1056A9;
}
@media print, screen and (max-width: 37.49875em) {
  .component--hero.has-background-video .placeholder-background {
    z-index: -1 !important;
  }
}
.component--hero.has-background-video .placeholder-background,
.component--hero.has-background-video iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media print, screen and (max-width: 37.49875em) {
  .component--hero.has-background-video iframe {
    top: 0;
    transform: translate(-50%, 0);
    z-index: -2;
  }
}
.component--hero img.logo {
  margin-bottom: 18px;
  max-width: 100%;
  height: auto;
  max-height: 150px;
}
.component--hero-subtitle * {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
@media print, screen and (max-width: 61.24875em) {
  .component--hero-subtitle * {
    font-size: 29px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--hero-subtitle * {
    font-size: 26px;
  }
}
.component--hero a.button {
  margin-top: 25px;
}
.component--hero-featured {
  padding: 100px 0 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--hero-featured {
    padding: 50px 0 0;
  }
}
.component--hero-featured-item {
  padding-left: 14px;
  padding-right: 14px;
}
.component--hero-featured-item:not(:last-child) {
  border-right: 1px solid #657c8c;
}
@media print, screen and (max-width: 37.49875em) {
  .component--hero-featured-item:not(:last-child) {
    border-right: 0;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--hero-featured-item {
    padding-bottom: 25px;
  }
}
.component--hero-featured-item-taxonomy {
  display: block;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #f8971d !important;
  padding-bottom: 6px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--hero-featured-item-taxonomy {
    font-size: 14px;
  }
}
.component--hero-featured-item h3 {
  padding-bottom: 0;
}

/**
 * Component: Tiles
 * 
 */
.component--tiles {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--tiles {
    padding: 35px 0;
  }
}
.component--tiles.multi-row {
  padding-bottom: 45px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--tiles.multi-row {
    padding: 35px 0 15px;
  }
}
.component--tiles.multi-row .component--tiles-item {
  margin-bottom: 20px;
}
.component--tiles.multi-row .component--tiles-cta {
  margin-top: 15px;
  margin-bottom: 20px;
}
.component--tiles-intro {
  padding-bottom: 25px;
}
.component--tiles-intro.no-body {
  padding-bottom: 0;
}
.component--tiles-intro.no-body h2 {
  padding-bottom: 0;
}
.component--tiles-intro.title-with-no-body {
  padding-bottom: 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--tiles-intro {
    padding-bottom: 20px;
  }
}
.component--tiles-intro-content p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--tiles-intro-content.font-larger p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
@media print, screen and (max-width: 37.49875em) {
  .component--tiles-intro-content.font-larger p {
    font-size: 17px;
  }
}
.component--tiles-intro-content h2,
.component--tiles-intro-content h3 {
  padding-bottom: 15px;
}
@media print, screen and (max-width: 70.62375em) {
  .component--tiles-intro-content h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}
.component--tiles-item > a {
  display: block;
}
.component--tiles-item-content {
  padding-top: 5px;
}
.component--tiles-item-content p,
.component--tiles-item-content ul,
.component--tiles-item-content li,
.component--tiles-item-content span,
.component--tiles-item-content a {
  font-size: 17px;
}
.component--tiles-item.tile-style-1 {
  padding: 0 30px 0 0;
}
.component--tiles-item.tile-style-1 .component--tiles-item-wrapper {
  padding: 23px 15px 0 0;
  /*
  &.is-link {
  	&:hover {
  		box-shadow: 0 4px 16px -2px rgb(0 0 0 / 15%), 0 0 0 1px rgb(0 0 0 / 3%);
  	}
  }
  */
}
@media print, screen and (max-width: 70.62375em) {
  .component--tiles-item.tile-style-1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--tiles-item.tile-style-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.component--tiles-item.tile-style-1 h3 {
  color: #45535f;
}
.component--tiles-item.tile-style-1 h3 * {
  color: #45535f;
}
.component--tiles-item.tile-style-1 .component--tiles-item-content {
  padding-bottom: 15px;
}
.component--tiles-item.tile-style-2 {
  padding: 0 30px 0 0;
}
@media print, screen and (max-width: 70.62375em) {
  .component--tiles-item.tile-style-2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--tiles-item.tile-style-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.component--tiles-item.tile-style-2.two-column {
  padding: 0 45px;
}
.component--tiles-item.tile-style-2.two-column:first-child {
  border-right: 1px solid #e1e1e1;
}
@media print, screen and (max-width: 61.24875em) {
  .component--tiles-item.tile-style-2.two-column:first-child {
    padding-left: 0.9375rem;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--tiles-item.tile-style-2.two-column:first-child {
    border-right: 0;
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .component--tiles-item.tile-style-2.two-column:last-child {
    padding-right: 0.9375rem;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--tiles-item.tile-style-2.two-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.component--tiles-item.tile-style-2 .component--tiles-item-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.component--tiles-item.tile-style-2 .component--tiles-item-top-image img {
  align-self: center;
  height: 55px;
  width: auto;
}
.component--tiles-item.tile-style-2 .component--tiles-item-top h3 {
  padding-left: 20px;
}
.component--tiles-item.tile-style-2 .component--tiles-item-wrapper {
  height: 100%;
}
.component--tiles-item.tile-style-2 .component--tiles-item-content p {
  padding: 0;
}
.component--tiles-item.tile-style-3 > a,
.component--tiles-item.tile-style-3 > .component--tiles-item-wrapper {
  border: 1px solid;
  height: 100%;
  padding-top: 0;
  transition: 0.2s all;
}
@media print, screen and (max-width: 70.62375em) {
  .component--tiles-item.tile-style-3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 15px;
  }
}
.component--tiles-item.tile-style-3:hover > a,
.component--tiles-item.tile-style-3:hover > .component--tiles-item-wrapper {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03);
}
.component--tiles-item.tile-style-3:hover .component--tiles-item-top {
  background: #f8971d;
}
.component--tiles-item.tile-style-3:hover .component--tiles-item-top * {
  color: #fefefe !important;
}
.component--tiles-item.tile-style-3:hover .component--tiles-item-top img.default {
  display: none;
}
.component--tiles-item.tile-style-3:hover .component--tiles-item-top img.hover {
  display: block;
}
.component--tiles-item.tile-style-3 .component--tiles-item-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 18px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.component--tiles-item.tile-style-3 .component--tiles-item-top img {
  height: 55px;
  max-height: 55px;
  width: auto;
  max-width: 85px;
  flex: 1 0 auto;
  align-self: center;
}
.component--tiles-item.tile-style-3 .component--tiles-item-top img.hover {
  display: none;
}
.component--tiles-item.tile-style-3 .component--tiles-item-top h3 {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.component--tiles-item.tile-style-3 .component--tiles-item-content {
  padding: 20px 20px 5px;
}
@media print, screen and (max-width: 61.24875em) {
  .component--tiles-item.tile-style-4 {
    margin-bottom: 15px;
  }
}
.component--tiles-item.tile-style-4 .component--tiles-item-wrapper {
  padding: 17px;
  border: 1px solid;
  height: 100%;
}
.component--tiles-item.tile-style-4 .component--tiles-item-top h4 {
  padding-bottom: 3px;
}
.component--tiles-item.tile-style-4 .component--tiles-item-content {
  padding-top: 0;
}
.component--tiles-item.tile-style-4 .component--tiles-item-content p {
  padding: 0;
}
.component--tiles-item.tile-style-4 .component--tiles-item-content ul {
  padding-top: 12px;
}
.component--tiles-item.tile-style-6 {
  padding: 0 15px;
}
@media print, screen and (max-width: 70.62375em) {
  .component--tiles-item.tile-style-6 {
    margin-bottom: 20px;
  }
}
.component--tiles-item.tile-style-6 .component--tiles-item-wrapper {
  padding: 19px 24px;
  height: 100%;
  background-color: #fefefe;
  border-top: 3px solid #f8971d;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  transition: all 0.2s ease;
}
.component--tiles-item.tile-style-6 .component--tiles-item-wrapper * {
  color: #45535f;
}
.component--tiles-item.tile-style-6 .component--tiles-item-wrapper h4 {
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 10px;
  transition: all 0.2s ease;
}
.component--tiles-item.tile-style-6 .component--tiles-item-wrapper:hover {
  box-shadow: 0 -3px 25px 0 rgba(0, 0, 0, 0.16);
}
.component--tiles-item.tile-style-6 .component--tiles-item-wrapper:hover h4 {
  color: #f8971d;
}
@media print, screen and (min-width: 61.25em) {
  .component--tiles .break {
    flex-basis: 100%;
    width: 0;
  }
}
.component--tiles-cta {
  margin-top: 55px;
}
.component--tiles-cta a.button {
  /*
  &:hover {
  	background: $white;
  	color: $gunmetal;
  }
  */
}

/**
 * Component: Leadership
 * 
 */
.component--leadership {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--leadership {
    padding: 35px 0;
  }
}
.component--leadership-intro {
  padding: 0 0 40px;
}
.component--leadership-tile {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 70.62375em) {
  .component--leadership-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .component--leadership-tile {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--leadership-tile {
    flex: 0 0 350px;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 0;
  }
  .component--leadership-tile img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 390px) {
  .component--leadership-tile {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.component--leadership-tile-container,
.component--leadership-tile a {
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: 0.2s all;
}
.component--leadership-tile-container:hover,
.component--leadership-tile a:hover {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03);
}
.component--leadership-tile-wrapper {
  padding: 14px 12px;
  background: #fefefe;
  flex: 1;
}
/**
 * Component: Testimonial
 * 
 */
.component--testimonial {
  padding: 65px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 37.49875em) {
  .component--testimonial {
    padding: 35px 0;
  }
}
.component--testimonial.gray-bg {
  background-image: url(/wp-content/themes/matrixx-v2/dist/img/gray-triangles.svg);
  background-position: center -200%;
  animation: animate-bg 0.25s ease forwards;
}
@media print, screen and (max-width: 37.49875em) {
  .component--testimonial .row {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--testimonial-image {
    padding-bottom: 15px;
  }
}
.component--testimonial-image img {
  padding: 4px;
  background: #fefefe;
}
.component--testimonial-content {
  padding-left: 35px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--testimonial-content {
    padding-left: 0.9375rem;
  }
}
.component--testimonial-content.no-testimonial-image .component--testimonial-content-quote:before {
  position: relative;
  left: auto;
  font-size: 30px;
}
.component--testimonial-content-quote {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  padding-bottom: 25px;
  quotes: "“" "”" "‘" "’";
}
.component--testimonial-content-quote:before {
  content: "“";
  position: absolute;
  left: -15px;
  font-size: 36px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--testimonial-content-quote:before {
    font-size: 24px;
    left: -10px;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .component--testimonial-content-quote {
    font-size: 27px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--testimonial-content-quote {
    font-size: 24px;
  }
}
.component--testimonial-content-client {
  font-size: 20px;
}
.component--testimonial-content-client strong {
  display: block;
}
@media print, screen and (max-width: 37.49875em) {
  .component--testimonial-content-client {
    font-size: 18px;
  }
}

/**
 * Component: Callout
 * 
 */
.component--callout {
  padding: 65px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 37.49875em) {
  .component--callout {
    padding: 35px 0;
  }
}
.component--callout.has-button-border a.button {
  border: 2px solid #f8971d;
}
.component--callout.has-button-border a.button:hover {
  background: #f8971d;
  color: #fefefe;
}
.component--callout-content {
  display: flex;
}
.component--callout-content:not(.cta-aligned) {
  flex-direction: column;
}
.component--callout-content:not(.cta-aligned) a.button {
  align-self: center;
  margin-top: 35px;
}
.component--callout-content.cta-aligned {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.component--callout-content.cta-aligned .component--callout-content-main {
  padding-right: 25px;
  text-align: left;
}
@media print, screen and (max-width: 61.24875em) {
  .component--callout-content.cta-aligned .component--callout-content-main {
    text-align: center;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .component--callout-content.cta-aligned a.button {
    margin-top: 25px;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .component--callout-content.cta-aligned {
    flex-direction: column;
  }
}
.component--callout-content-main {
  flex: 0 1 auto;
}
.component--callout-content-main p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 0;
}
.component--callout-content-main.font-larger p {
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
}
@media print, screen and (max-width: 61.24875em) {
  .component--callout-content-main.font-larger p {
    font-size: 27px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--callout-content-main.font-larger p {
    font-size: 24px;
  }
}
.component--callout-content a.button {
  flex: 0 0 auto;
  border: 2px solid #fefefe;
  outline: none;
}
.component--callout-content a.button:focus, .component--callout-content a.button:active, .component--callout-content a.button:hover {
  background: #fefefe;
  color: #f8971d;
}
/**
 * Component: Default
 * 
 */
.component--default {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--default {
    padding: 35px 0;
  }
}
.component--default-content p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--default-content iframe {
  max-width: 100%;
}

/**
 * Component: Two Columns
 * 
 */
.component--two-column.content-style-resource {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column.content-style-resource {
    padding: 35px 0;
  }
}
.component--two-column.content-style-wysiwyg .component--two-column-intro {
  padding-top: 65px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column.content-style-wysiwyg .component--two-column-intro {
    padding-top: 35px;
  }
}
.component--two-column.content-style-wysiwyg .component--two-column-main-wysiwyg-left,
.component--two-column.content-style-wysiwyg .component--two-column-main-wysiwyg-right {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column.content-style-wysiwyg .component--two-column-main-wysiwyg-left,
.component--two-column.content-style-wysiwyg .component--two-column-main-wysiwyg-right {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.component--two-column-intro {
  padding-bottom: 25px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-intro {
    padding-bottom: 25px;
  }
}
.component--two-column-intro p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--two-column-main.border-between-columns .component--two-column-main-resource:first-child,
.component--two-column-main.border-between-columns .component--two-column-main-wysiwyg-left {
  border-right: 1px solid #e1e1e1;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main.border-between-columns .component--two-column-main-resource:first-child,
.component--two-column-main.border-between-columns .component--two-column-main-wysiwyg-left {
    border-right: 0;
  }
}
.component--two-column-main.border-between-list-items li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.component--two-column-main-resource {
  display: flex;
  flex-direction: column;
}
.component--two-column-main-resource:first-child {
  padding-right: 44.5px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main-resource:first-child {
    padding-right: 0.9375rem;
    padding-bottom: 25px;
  }
}
.component--two-column-main-resource:nth-child(2) {
  padding-left: 44.5px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main-resource:nth-child(2) {
    padding-left: 0.9375rem;
  }
}
.component--two-column-main-resource h3 {
  padding-bottom: 11px;
}
.component--two-column-main-resource-image {
  width: 100%;
  height: 250px;
  margin-bottom: 23px;
  overflow: hidden;
}
@media print, screen and (max-width: 61.24875em) {
  .component--two-column-main-resource-image {
    height: auto;
  }
}
.component--two-column-main-resource-image img {
  width: 100%;
  height: auto;
  border: 1px solid #707070;
}
.component--two-column-main-resource-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.component--two-column-main-resource-content p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--two-column-main-resource-content a.button {
  align-self: flex-start;
  margin-top: 15px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main-resource-content a.button {
    flex: 0;
  }
}
.component--two-column-main-wysiwyg {
  margin: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main-wysiwyg {
    margin: 35px 0;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main-wysiwyg.custom_padding_mobile_only .component--two-column-main-wysiwyg-right {
    padding-top: 15px !important;
  }
}
.component--two-column-main-wysiwyg.is-wide .row {
  max-width: 100%;
}
@media print, screen and (max-width: 61.24875em) {
  .component--two-column-main-wysiwyg.is-wide .row {
    padding: 0;
  }
}
.component--two-column-main-wysiwyg.is-wide .row .component--two-column-main-wysiwyg-left {
  padding-left: calc((100vw - 70.625rem ) / 2);
}
@media print, screen and (max-width: 70.62375em) {
  .component--two-column-main-wysiwyg.is-wide .row .component--two-column-main-wysiwyg-left {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.component--two-column-main-wysiwyg.is-wide .row .component--two-column-main-wysiwyg-right {
  padding-right: calc((100vw - 70.625rem ) / 2);
}
@media print, screen and (max-width: 70.62375em) {
  .component--two-column-main-wysiwyg.is-wide .row .component--two-column-main-wysiwyg-right {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.component--two-column-main-wysiwyg:not(.is-wide) .component--two-column-main-wysiwyg-left.has-background {
  padding-left: 50px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main-wysiwyg:not(.is-wide) .component--two-column-main-wysiwyg-left.has-background {
    padding-left: 2.1875rem;
  }
}
.component--two-column-main-wysiwyg:not(.is-wide) .component--two-column-main-wysiwyg-right.has-background {
  padding-right: 50px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main-wysiwyg:not(.is-wide) .component--two-column-main-wysiwyg-right.has-background {
    padding-right: 2.1875rem;
  }
}
.component--two-column-main-wysiwyg-wrapper {
  display: flex;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-main-wysiwyg-wrapper {
    display: block;
  }
}
@media print, screen and (max-width: 70.62375em) {
  .component--two-column-main-wysiwyg .row {
    padding: 0;
  }
}
.component--two-column-main-wysiwyg figure,
.component--two-column-main-wysiwyg img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  align-self: center;
}
.component--two-column-main-wysiwyg iframe {
  max-width: 100%;
  max-height: 100%;
}
.component--two-column-main-wysiwyg p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  width: 100%;
}
.component--two-column-main-wysiwyg-left, .component--two-column-main-wysiwyg-right {
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  */
  transition: 0.2s all;
}
.component--two-column-main-wysiwyg-left *, .component--two-column-main-wysiwyg-right * {
  flex: 1 0 100%;
}
.component--two-column-main-wysiwyg-left.ready, .component--two-column-main-wysiwyg-right.ready {
  opacity: 1;
}
.component--two-column-main-wysiwyg-left h3, .component--two-column-main-wysiwyg-right h3 {
  padding-bottom: 11px;
}
.component--two-column-main-wysiwyg-left img, .component--two-column-main-wysiwyg-right img {
  flex: 0 0 auto;
}
.component--two-column-main-wysiwyg-left img.aligncenter, .component--two-column-main-wysiwyg-right img.aligncenter {
  display: block;
  margin: 0 auto;
}
.component--two-column-main-wysiwyg-left {
  padding-left: 0;
  padding-right: 50px;
}
@media print, screen and (max-width: 70.62375em) {
  .component--two-column-main-wysiwyg-left {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.component--two-column-main-wysiwyg-right {
  padding-left: 50px;
  padding-right: 0;
}
@media print, screen and (max-width: 70.62375em) {
  .component--two-column-main-wysiwyg-right {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .component--two-column-main-wysiwyg img.alignright {
    float: right;
  }
}
.component--two-column-main-wysiwyg img.aligncenter {
  display: block;
  margin: 0 auto;
}
.component--two-column-cta {
  padding: 25px 0 65px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-cta {
    padding-bottom: 35px;
  }
}

/**
 * Component: Image Carousel
 * 
 */
.component--image-carousel {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--image-carousel {
    padding: 35px 0;
  }
}
.component--image-carousel-sidebar img {
  margin-bottom: 32px;
  width: auto;
}
@media print, screen and (max-width: 61.24875em) {
  .component--image-carousel-sidebar img {
    display: block;
    margin: 0 auto 32px;
  }
}
.component--image-carousel-sidebar h2 {
  padding-bottom: 25px;
}
.component--image-carousel-sidebar p {
  font-size: 17px;
}
@media print, screen and (max-width: 61.24875em) {
  .component--image-carousel-sidebar {
    padding-bottom: 40px;
  }
  .component--image-carousel-sidebar h2 {
    text-align: center;
  }
}
.component--image-carousel-items {
  position: relative;
}
@media print, screen and (max-width: 61.24875em) {
  .component--image-carousel-items-wrapper {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--image-carousel-items-wrapper {
    padding: 0;
  }
}
.component--image-carousel-items-wrapper .slick-slide {
  text-align: center;
  padding: 0 18px;
}
.component--image-carousel-items-wrapper .slick-slide img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media print, screen and (max-width: 61.24875em) {
  .component--image-carousel-items-wrapper .slick-slide img {
    max-width: 100%;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .component--image-carousel-items-wrapper ul.slick-dots {
    position: relative;
  }
}
.component--image-carousel-items-wrapper ul.slick-dots li {
  width: 30px;
  height: 3px;
  background: #afc5d3;
  margin: 0 4px;
  padding: 0;
}
.component--image-carousel-items-wrapper ul.slick-dots li:before,
.component--image-carousel-items-wrapper ul.slick-dots li button {
  display: none;
}
.component--image-carousel-items-wrapper ul.slick-dots li.slick-active {
  background: #f8971d;
}
.component--image-carousel-items-wrapper .slick-prev {
  display: none;
}
.component--image-carousel-items-next {
  position: absolute;
  right: -40px;
  top: calc(50% - 19px);
  cursor: pointer;
}
.component--image-carousel-items-next svg {
  width: auto;
  height: 38px;
}
@media print, screen and (max-width: 70.62375em) {
  .component--image-carousel-items-next {
    right: 0;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--image-carousel-items-next {
    display: none !important;
  }
}

/**
 * Partners
 * 
 */
.component--partners {
  background: #f6f6f6;
  padding: 50px 0;
}
.component--partners-header {
  padding-bottom: 35px;
}
.component--partners-taxonomy {
  padding: 10px 0;
  border-top: 0.5px solid #d2d2d2;
  border-bottom: 0.5px solid #d2d2d2;
  margin-bottom: 35px;
}
.component--partners-taxonomy a,
.component--partners-taxonomy span {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 20px 5px 0;
  transition: 0.25s all;
}
.component--partners-taxonomy a:last-child,
.component--partners-taxonomy span:last-child {
  margin: 0;
}
.component--partners-taxonomy span {
  color: #f8971d;
}
.component--partners-taxonomy a {
  color: #45535f !important;
}
.component--partners-taxonomy a:hover, .component--partners-taxonomy a.active {
  color: #f8971d !important;
}
.component--partners-grid {
  display: flex;
}
.component--partners-grid-item {
  width: calc(20% - 26px);
  margin: 0 13px 40px;
}
@media print, screen and (max-width: 61.24875em) {
  .component--partners-grid-item {
    width: calc(33% - 26px);
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--partners-grid-item {
    width: calc(50% - 14px);
    margin: 0 7px 40px;
  }
}
.component--partners-grid-item-image a {
  display: block;
  background: #fefefe;
  padding: 15px;
  height: 100px;
  text-align: center;
  margin-bottom: 10px;
  transition: 0.2s all;
}
.component--partners-grid-item-image a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.component--partners-grid-item-image a:hover {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03);
}
.component--partners-grid-item-taxonomy {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

/**
 * Component: Four Boxes - Stacked
 * 
 */
.component--four-boxes {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--four-boxes {
    padding: 35px 0;
  }
}
.component--four-boxes-intro {
  padding-bottom: 25px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--four-boxes-intro {
    padding-bottom: 25px;
  }
}
.component--four-boxes-intro p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--four-boxes.is-wide {
  padding-top: 0;
  padding-bottom: 0;
}
.component--four-boxes.is-wide .component--four-boxes-main .row {
  max-width: 100%;
}
@media print, screen and (max-width: 61.24875em) {
  .component--four-boxes.is-wide .component--four-boxes-main .row {
    padding: 0;
  }
}
.component--four-boxes.is-wide .component--four-boxes-main .row .component--four-boxes-main-item:first-child, .component--four-boxes.is-wide .component--four-boxes-main .row .component--four-boxes-main-item:nth-child(3) {
  padding-left: calc((100vw - 70.625rem ) / 2);
}
@media print, screen and (max-width: 70.62375em) {
  .component--four-boxes.is-wide .component--four-boxes-main .row .component--four-boxes-main-item:first-child, .component--four-boxes.is-wide .component--four-boxes-main .row .component--four-boxes-main-item:nth-child(3) {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.component--four-boxes.is-wide .component--four-boxes-main .row .component--four-boxes-main-item:nth-child(2), .component--four-boxes.is-wide .component--four-boxes-main .row .component--four-boxes-main-item:last-child {
  padding-right: calc((100vw - 70.625rem ) / 2);
}
@media print, screen and (max-width: 70.62375em) {
  .component--four-boxes.is-wide .component--four-boxes-main .row .component--four-boxes-main-item:nth-child(2), .component--four-boxes.is-wide .component--four-boxes-main .row .component--four-boxes-main-item:last-child {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.component--four-boxes-main-item {
  padding: 55px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (max-width: 37.49875em) {
  .component--four-boxes-main-item {
    padding: 25px;
    min-height: 250px;
  }
}
.component--four-boxes-main-item p {
  font-size: 17px;
  line-height: 1.4;
}

/**
 * Component: Form
 * 
 */
.component--form {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--form {
    padding: 35px 0;
  }
}
.component--form.use-white-button .component--form-code form.mktoForm .mktoButtonRow button.mktoButton {
  color: #fefefe !important;
  border: 2px solid #fefefe !important;
}
.component--form.use-white-button .component--form-code form.mktoForm .mktoButtonRow button.mktoButton:hover {
  border: 2px solid #f8971d !important;
}
.component--form.use-white-button .component--form-code form.mktoForm select option {
  color: #0a0a0a !important;
}
.component--form-content p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--form-content iframe {
  max-width: 100%;
}
.component--form-code {
  max-width: 700px;
  margin: 0 auto;
}
@media print, screen and (max-width: 37.49875em) {
  .component--form-code {
    max-width: 100%;
  }
}
.component--form-code form.mktoForm .mktoButtonRow button.mktoButton {
  color: #f8971d !important;
  border: 2px solid #f8971d !important;
  height: auto !important;
}

/**
 * Component: Three Column with Tiles
 * 
 */
.component--three-column-tiles {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--three-column-tiles {
    padding: 35px 0;
  }
}
.component--three-column-tiles-intro {
  padding-bottom: 25px;
}
.component--three-column-tiles-intro.no-body {
  padding-bottom: 0;
}
.component--three-column-tiles-intro.no-body h2 {
  padding-bottom: 0;
}
.component--three-column-tiles-intro.title-with-no-body {
  padding-bottom: 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--three-column-tiles-intro {
    padding-bottom: 20px;
  }
}
.component--three-column-tiles-intro-content p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--three-column-tiles-column-item {
  padding-bottom: 5px;
}
.component--three-column-tiles-column-item h4 {
  color: #0076ca;
}
.component--three-column-tiles-column-item h4 a {
  font-size: inherit;
}
.component--three-column-tiles-column-item ul {
  padding-top: 12px;
}
.component--three-column-tiles-column-item p {
  font-size: 17px;
}

/**
 * Component: Awards
 * 
 */
.component--awards {
  background: #f6f6f6;
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--awards {
    padding: 35px 0;
  }
}
.component--awards-header {
  padding: 0 0 40px;
}
.component--awards-taxonomy {
  padding: 10px 0;
  border-top: 0.5px solid #d2d2d2;
  border-bottom: 0.5px solid #d2d2d2;
  margin-bottom: 35px;
}
.component--awards-taxonomy a,
.component--awards-taxonomy span {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 20px 5px 0;
  transition: 0.25s all;
}
.component--awards-taxonomy a:last-child,
.component--awards-taxonomy span:last-child {
  margin: 0;
}
.component--awards-taxonomy span {
  color: #f8971d;
}
.component--awards-taxonomy a {
  color: #45535f !important;
}
.component--awards-taxonomy a:hover, .component--awards-taxonomy a.active {
  color: #f8971d !important;
}
.component--awards-grid {
  display: flex;
}
.component--awards-grid-item {
  border: 1px solid #d2d2d2;
  transition: 0.2s all;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(33% - 26px);
  margin: 0 13px 40px;
}
@media print, screen and (max-width: 61.24875em) {
  .component--awards-grid-item {
    width: calc(50% - 26px);
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--awards-grid-item {
    width: 100%;
    margin: 0 20px 40px;
  }
}
.component--awards-grid-item > div,
.component--awards-grid-item > a {
  outline: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.component--awards-grid-item img {
  max-width: 100%;
  max-height: 100%;
}
.component--awards-grid-item > a {
  cursor: pointer;
}
.component--awards-grid-item > a:hover {
  box-shadow: 0 -3px 25px 0 rgba(0, 0, 0, 0.2);
}
.component--awards-grid-item > a:hover .component--awards-listing-item-content-meta span.view {
  opacity: 1;
}
.component--awards-grid-item > a:hover .component--awards-listing-item-content-meta span.button {
  background: #f8971d;
  color: #fefefe;
}
.component--awards-grid-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  background: #fefefe;
  border-top: 1px solid #d2d2d2;
}
.component--awards-grid-item-content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #45535f;
  padding-bottom: 10px;
}
.component--awards-grid-item-content div,
.component--awards-grid-item-content p {
  font-size: 17px;
  font-weight: normal;
}

/**
 * Resources
 * 
 */
.component--resources {
  padding: 50px 0;
}
@media print, screen and (max-width: 61.24875em) {
  .component--resources {
    padding: 100px 0 50px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--resources {
    padding: 50px 0;
  }
}
.component--resources form {
  width: 100% !important;
}
.component--resources form .mktoFormCol,
.component--resources form .mktoFieldWrap {
  float: none !important;
}
.component--resources form label.mktoLabel,
.component--resources form .mktoGutter,
.component--resources form .mktoOffset {
  display: none;
}
.component--resources form .mktoButtonRow {
  width: 100%;
}
.component--resources form .mktoButtonRow span.mktoButtonWrap {
  margin: 0 !important;
}
.component--resources form .mktoButtonRow button {
  color: #fefefe;
  background: #f8971d;
  transition: 0.25s all;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.component--resources form .mktoHtmlText * {
  color: #45535f !important;
}
.component--resources form .mktoHtmlText a {
  text-decoration: underline;
}
.component--resources form select,
.component--resources form input {
  width: 100% !important;
  font-size: 16px;
  padding: 9px 11px;
  font-weight: 500;
  box-shadow: none;
}
.component--resources form select[type=text], .component--resources form select[type=email],
.component--resources form input[type=text],
.component--resources form input[type=email] {
  color: #45535f;
  border: 1px solid #e6e6e6;
}
.component--resources form select[type=submit],
.component--resources form input[type=submit] {
  color: #fefefe;
  background: #f8971d;
  transition: 0.25s all;
  padding-top: 10px;
  padding-bottom: 10px;
}
.component--resources form select[type=submit]:hover,
.component--resources form input[type=submit]:hover {
  background: #f8971d;
}
.component--resources form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
.component--resources .resources-template-listings-item {
  margin-bottom: 0;
}
.component--resources-error {
  padding-bottom: 10px;
}
.component--resources-body h2 {
  padding-bottom: 15px;
}
.component--resources .default-content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.component--resources .columns {
  margin-bottom: 20px;
}
.component--resources-item {
  margin-bottom: 45px;
  width: 33.333333%;
  padding: 0 15px 0 0;
}
.component--resources-item:not(.is-featured) {
  padding-top: 37px;
}
.component--resources-item-count {
  display: none;
}
.component--resources-item-wrapper {
  height: 100%;
  transition: 0.15s all;
  border: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
}
.component--resources-item-wrapper:not(.no-hover):hover {
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.25);
}
.component--resources-item-wrapper:not(.no-hover):hover .resources-template-listings-item-main {
  border: none;
}
.component--resources-item-wrapper:not(.no-hover):hover .resources-template-listings-item-main-time span.link {
  display: block;
}
.component--resources-item-wrapper > a {
  display: flex;
}
.component--resources-item-wrapper img.resource-item-image {
  width: 100%;
  height: auto;
  max-width: none;
  border-bottom: 1px solid #d2d2d2;
  display: block;
  align-self: center;
}
.component--resources-item-featured {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fefefe;
  background: #f8971d;
  text-transform: uppercase;
  padding: 9px 20px 9px 23px;
}
.component--resources-item-featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 37px 0;
  border-color: transparent transparent #f8971d transparent;
}
.component--resources-item-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 19.5px 23px;
}
.component--resources-item-main-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
}
.component--resources-item-main-meta span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fefefe;
  text-transform: uppercase;
  background: #003a64;
  padding: 3px 10px;
}
.component--resources-item-main-meta img {
  display: none;
}
@media print, screen and (max-width: 37.49875em) {
  .component--resources-item-main-meta {
    padding-bottom: 28px;
  }
}
.component--resources-item-main-body {
  padding-bottom: 38px;
}
.component--resources-item-main-body h2 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 15px;
  color: #45535f;
}
.component--resources-item-main-body p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  color: #45535f;
}
.component--resources-item-main-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.component--resources-item-main-time a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.component--resources-item-main-time span {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.component--resources-item-main-time span.time {
  opacity: 0.25;
  color: #003a64;
}
.component--resources-item-main-time span.link {
  color: #f8971d;
  display: none;
}
@media print, screen and (max-width: 61.24875em) {
  .component--resources-item-main-time span.link {
    display: block;
  }
}
.component--resources-item:not(.no-hover):hover .component--resources-listings-item-main {
  background: #003a64;
}
.component--resources-item:not(.no-hover):hover .component--resources-listings-item-main * {
  color: #fefefe;
}
.component--resources-item:not(.no-hover):hover .component--resources-listings-item-main-meta img {
  display: block;
}
.component--resources-item:not(.no-hover):hover .component--resources-listings-item-main-time span.link {
  color: #f8971d;
}
@media print, screen and (max-width: 61.24875em) {
  .component--resources-item {
    margin-bottom: 33px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .component--resources-item {
    width: 100%;
  }
}

/**
 * Component: Two Columns - Asymmetric
 * 
 */
.component--two-column-asymm {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-asymm {
    padding: 35px 0;
  }
}
.component--two-column-asymm-intro {
  padding-bottom: 25px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-asymm-intro {
    padding-bottom: 25px;
  }
}
.component--two-column-asymm-intro p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--two-column-asymm-main-wrapper {
  display: flex;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-asymm-main-wrapper {
    display: block;
  }
}
@media print, screen and (min-width: 37.5em) {
  .component--two-column-asymm-main-left {
    padding-right: 30px;
  }
  .component--two-column-asymm-main-right {
    padding-left: 30px;
  }
}
.component--two-column-asymm-main figure,
.component--two-column-asymm-main img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  align-self: center;
  margin-bottom: 15px;
}
.component--two-column-asymm-main iframe {
  max-width: 100%;
  max-height: 100%;
}
.component--two-column-asymm-main a {
  color: #f8971d !important;
}
.component--two-column-asymm-main p,
.component--two-column-asymm-main a {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .component--two-column-asymm-main img.alignright {
    float: right;
  }
}
.component--two-column-asymm-main img.aligncenter {
  display: block;
  margin: 0 auto;
}
.component--two-column-asymm-cta {
  padding: 25px 0 65px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--two-column-asymm-cta {
    padding-bottom: 35px;
  }
}

/**
 * Component: Two Columns
 * 
 */
.component--video-tray {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--video-tray {
    padding: 35px 0;
  }
}
.component--video-tray-intro {
  padding-bottom: 25px;
}
@media print, screen and (max-width: 37.49875em) {
  .component--video-tray-intro {
    padding-bottom: 25px;
  }
}
.component--video-tray-intro p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--video-tray-main-featured {
  margin: 0 0 23px;
}
.component--video-tray-main-featured-item {
  display: none;
}
.component--video-tray-main-featured-item.active {
  display: flex;
}
.component--video-tray-main-featured-content {
  background-color: #fefefe;
  padding: 20px 25px;
}
.component--video-tray-main-featured-content h2 {
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
}
@media print, screen and (max-width: 37.49875em) {
  .component--video-tray-main-featured-content h2 {
    font-size: 22px;
  }
}
.component--video-tray-main-featured-content-body * {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
}
.component--video-tray-main-featured-video {
  padding: 0;
}
.component--video-tray-main-featured-video > div {
  max-width: 100% !important;
}
.component--video-tray-main-carousel-top {
  padding-bottom: 20px;
  align-items: center;
}
@media print, screen and (max-width: 37.49875em) {
  .component--video-tray-main-carousel-top .component--video-tray-main-carousel-arrows {
    display: none;
  }
}
.component--video-tray-main-carousel-subheading h3 {
  padding: 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--video-tray-main-carousel-subheading {
    text-align: center;
  }
}
.component--video-tray-main-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media print, screen and (min-width: 37.5em) {
  .component--video-tray-main-carousel-arrows {
    padding-right: 0;
  }
}
.component--video-tray-main-carousel-arrows a.arrow-prev {
  margin: 0 25px 0 0;
}
.component--video-tray-main-carousel-arrows-mobile {
  display: none;
  padding-top: 20px;
}
.component--video-tray-main-carousel-arrows-mobile .component--video-tray-main-carousel-arrows {
  justify-content: space-between !important;
}
@media print, screen and (max-width: 37.49875em) {
  .component--video-tray-main-carousel-arrows-mobile {
    display: block;
  }
}
.component--video-tray-main-carousel-wrapper {
  width: 100%;
}
.component--video-tray-main-carousel-wrapper .slick-list {
  margin: 0 -7.5px;
}
.component--video-tray-main-carousel-item > a {
  display: block;
  margin: 0 7.5px;
  border-bottom: 4px transparent;
}
.component--video-tray-main-carousel-item > a.active {
  border-bottom: 4px solid #f8971d;
}
.component--video-tray-main-carousel-item-more {
  display: none;
}

/**
 * Component: Callout Bar
 * 
 */
.component--callout_bar h1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0.5rem 0;
}

/**
 * Component: Certifications
 * 
 */
.component--certifications {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--certifications {
    padding: 35px 0;
  }
}
.component--certifications-header {
  padding: 0 0 40px;
}
.component--certifications-taxonomy {
  padding: 10px 0;
  border-top: 0.5px solid #d2d2d2;
  border-bottom: 0.5px solid #d2d2d2;
  margin-bottom: 35px;
}
.component--certifications-taxonomy a,
.component--certifications-taxonomy span {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 20px 5px 0;
  transition: 0.25s all;
}
.component--certifications-taxonomy a:last-child,
.component--certifications-taxonomy span:last-child {
  margin: 0;
}
.component--certifications-taxonomy span {
  color: #f8971d;
}
.component--certifications-taxonomy a {
  color: #45535f !important;
}
.component--certifications-taxonomy a:hover, .component--certifications-taxonomy a.active {
  color: #f8971d !important;
}
.component--certifications-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media print, screen and (max-width: 70.62375em) {
  .component--certifications-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .component--certifications-grid {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 15px), 2fr));
    grid-gap: 15px;
  }
}
.component--certifications-grid-item {
  border: 1px solid #d2d2d2;
  transition: 0.2s all;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.component--certifications-grid-item > div,
.component--certifications-grid-item > a {
  outline: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.component--certifications-grid-item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.component--certifications-grid-item > a {
  cursor: pointer;
}
.component--certifications-grid-item > a:hover {
  box-shadow: 0 -3px 25px 0 rgba(0, 0, 0, 0.2);
}
.component--certifications-grid-item > a:hover .component--certifications-listing-item-content-meta span.view {
  opacity: 1;
}
.component--certifications-grid-item > a:hover .component--certifications-listing-item-content-meta span.button {
  background: #f8971d;
  color: #fefefe;
}
.component--certifications-grid-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  background: #fefefe;
  border-top: 1px solid #d2d2d2;
}
.component--certifications-grid-item-content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #45535f;
  padding-bottom: 10px;
}
.component--certifications-grid-item-content div,
.component--certifications-grid-item-content p {
  font-size: 17px;
  font-weight: normal;
}

/**
 * Component: Enrollment
 * 
 */
.component--enrollment {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .component--enrollment {
    padding: 35px 0;
  }
}
.component--enrollment-intro {
  padding-bottom: 25px;
}
.component--enrollment-intro p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.component--enrollment-courses {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 60px;
}
@media print, screen and (min-width: 61.25em) {
  .component--enrollment-courses {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 6%;
  }
}
.component--enrollment-courses h3 a {
  color: inherit;
  font-weight: 700;
}
.component--enrollment-courses h3 a:hover {
  color: #f8971d;
}
.component--enrollment-courses table {
  margin-top: 25px;
  margin-bottom: 40px;
}
.component--enrollment-courses table thead {
  background: #7990a0;
  color: #fefefe;
  border-top: 1px solid #7990a0;
  border-right: 1px solid #7990a0;
  border-left: 1px solid #7990a0;
  border-bottom: none;
}
.component--enrollment-courses table thead th {
  color: #fefefe;
  text-transform: uppercase;
}
.component--enrollment-courses table tbody {
  border-top: none;
  border-right: 1px solid #7990a0;
  border-left: 1px solid #7990a0;
  border-bottom: 1px solid #7990a0;
}
.component--enrollment-courses table tbody td {
  font-size: 17px;
  color: #45535f;
  font-weight: 600;
}

/**
 * Single: Leadership
 * 
 */
@media print, screen and (max-width: 61.24875em) {
  body.admin-bar .single--leadership {
    padding-top: 50px;
  }
}

.single--leadership {
  padding: 65px 0;
  background: #f6f6f6;
}
@media print, screen and (max-width: 61.24875em) {
  .single--leadership {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .single--leadership {
    padding-bottom: 110px;
  }
}
.single--leadership-breadcrumb {
  padding-bottom: 20px;
}
.single--leadership-breadcrumb a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #f8971d;
  text-transform: uppercase;
  transition: 0.2s all;
}
.single--leadership-breadcrumb a:hover {
  color: #f48b08;
}
.single--leadership-breadcrumb a svg {
  margin-right: 10px;
}
.single--leadership-main {
  margin-bottom: 55px;
}
.single--leadership-main-wrapper > div {
  background: #fefefe;
  padding: 50px 0 50px 30px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--leadership-main-wrapper > div {
    padding: 30px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .single--leadership-main-wrapper h1 {
    padding-bottom: 10px;
  }
}
.single--leadership-main-wrapper h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.4;
}
@media print, screen and (max-width: 61.24875em) {
  .single--leadership-main-wrapper h2 {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .single--leadership-main-wrapper h2 {
    font-size: 27px;
    padding-bottom: 10px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .single--leadership-main-content {
    flex-direction: column-reverse;
  }
}
.single--leadership-main-content-image {
  padding-left: 55px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--leadership-main-content-image {
    padding: 0 0 15px;
  }
}
.single--leadership-main-content p {
  font-size: 22px;
  line-height: 1.4;
}
@media print, screen and (max-width: 61.24875em) {
  .single--leadership-main-content p {
    font-size: 21px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .single--leadership-main-content p {
    font-size: 18px;
  }
}
.single--leadership-more-content .wrapper {
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
}
.single--leadership-more-content-wrapper .slick-track {
  display: flex;
}
.single--leadership-more-content-wrapper .slick-track .slick-slide {
  height: inherit !important;
}
.single--leadership-more-content-wrapper .slick-track .slick-slide > div {
  height: 100%;
}
.single--leadership-more-content-wrapper .component--leadership-tile {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  height: 100%;
  padding: 0 15px;
}
.single--leadership-more-content-wrapper .component--leadership-tile a {
  height: 100%;
}
.single--leadership-more-content-wrapper .component--leadership-tile.active a {
  border-bottom: 4px solid #f8971d;
}
.single--leadership-more-content-link-prev, .single--leadership-more-content-link-next {
  position: absolute;
  top: calc(50% - 22px);
  cursor: pointer;
  opacity: 1;
  transition: 0.2s all;
}
.single--leadership-more-content-link-prev.slick-disabled, .single--leadership-more-content-link-next.slick-disabled {
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  .single--leadership-more-content-link-prev, .single--leadership-more-content-link-next {
    top: 110%;
  }
}
.single--leadership-more-content-link-prev {
  transform: rotate(180deg);
  left: -50px;
}
@media screen and (max-width: 1300px) {
  .single--leadership-more-content-link-prev {
    left: 15px;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .single--leadership-more-content-link-prev {
    top: calc(110% - 5px);
  }
}
.single--leadership-more-content-link-next {
  right: -50px;
}
@media screen and (max-width: 1300px) {
  .single--leadership-more-content-link-next {
    right: 15px;
  }
}

/**
 * Template: Press Releases / In the News
 * 
 */
.page--press-hero {
  background-image: url(/wp-content/themes/matrixx-v2/dist/img/press-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .page--press-hero {
    padding: 35px 0;
  }
}
.page--press-hero * {
  color: #fefefe;
}
.page--press-hero h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 61.24875em) {
  .page--press-hero h1 {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .page--press-hero h1 {
    font-size: 34px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .page--press-hero-featured-item {
    margin-bottom: 20px;
  }
}
.page--press-hero-featured-item img {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 37.49875em) {
  .page--press-hero-featured-item img {
    margin-bottom: 10px;
  }
}
.page--press-hero-featured-item h3 {
  color: #fefefe;
}
.page--press-main > .container > .row {
  max-width: 100%;
}
@media print, screen and (max-width: 70.62375em) {
  .page--press-main > .container > .row {
    padding: 0;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .page--press-main > .container > .row {
    flex-direction: column;
  }
}
.page--press-main-listing {
  flex: 0 0 60%;
  padding-top: 60px;
  padding-right: 45px;
  padding-bottom: 60px;
  padding-left: calc((100vw - (70.625rem - 0.9375rem )) / 2);
}
@media print, screen and (max-width: 61.24875em) {
  .page--press-main-listing {
    flex: 1 0 100%;
    padding: 35px 20px;
  }
}
.page--press-main-listing-item {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #e1e1e1;
}
.page--press-main-listing-item:hover .page--press-main-listing-item-title h4 {
  color: #f8971d;
}
.page--press-main-listing-item:first-of-type {
  padding-top: 0;
}
.page--press-main-listing-item:last-of-type {
  border-bottom: 0;
}
@media print, screen and (max-width: 70.62375em) {
  .page--press-main-listing-item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .page--press-main-listing-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page--press-main-listing-item > .row {
    flex-direction: column;
  }
}
.page--press-main-listing-item-date {
  font-size: 17px;
  color: #7990a0;
  line-height: 1.4;
  text-transform: uppercase;
  min-width: 140px;
  padding-top: 4px;
}
@media print, screen and (max-width: 37.49875em) {
  .page--press-main-listing-item-date {
    min-width: none;
    padding-bottom: 5px;
  }
}
.page--press-main-listing-item-title h4 {
  color: #45535f;
  transition: 0.2s all;
  padding: 0;
}
.page--press-main-listing-pagination {
  padding: 50px 0;
}
.page--press-main-listing-pagination span,
.page--press-main-listing-pagination a {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  padding: 0 3px 5px 2px;
  margin: 0 13px;
}
.page--press-main-listing-pagination span {
  color: #45535f;
  font-weight: bold;
  border-bottom: 4px solid #f8971d;
}
.page--press-main-listing-pagination a {
  color: #7990a0;
  border-bottom: 4px transparent;
}
.page--press-main-listing-pagination a:hover {
  color: #45535f;
  font-weight: bold;
  border-bottom: 4px solid #f8971d;
}
.page--press-main-listing-pagination a.prev, .page--press-main-listing-pagination a.next {
  font-size: 16px;
  color: #f8971d;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.8px;
}
.page--press-main-listing-pagination a.prev svg {
  margin-right: 7px;
}
.page--press-main-listing-pagination a.next svg {
  margin-left: 3px;
}
.page--press-main-sidebar {
  flex: 0 0 40%;
  background: #f6f6f6;
  padding-top: 60px;
  padding-right: calc((100vw - 70.625rem ) / 2);
  padding-bottom: 60px;
  padding-left: 45px;
}
@media print, screen and (max-width: 70.62375em) {
  .page--press-main-sidebar {
    padding-top: 30px;
    padding-right: 2.1875rem;
    padding-bottom: 30px;
    padding-left: 2.1875rem;
  }
}
.page--press-main-sidebar * {
  color: #7990a0;
}
.page--press-main-sidebar h3 {
  font-size: 22px;
  line-height: 1.3;
}
.page--press-main-sidebar p {
  font-size: 16px;
  line-height: 1.45;
}
.page--press-main-sidebar a {
  color: #f8971d !important;
}

/**
 * Single: Press Releases / In the News
 * 
 */
.single--press-hero {
  background-image: url(/wp-content/themes/matrixx-v2/dist/img/press-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .single--press-hero {
    padding: 35px 0;
  }
}
.single--press-hero * {
  color: #fefefe;
}
.single--press-hero-subhead {
  color: #bdced9;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.single--press-hero h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  padding-bottom: 0;
}
@media print, screen and (max-width: 61.24875em) {
  .single--press-hero h1 {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .single--press-hero h1 {
    font-size: 34px;
  }
}
.single--press-main > .container > .row {
  max-width: 100%;
}
@media print, screen and (max-width: 70.62375em) {
  .single--press-main > .container > .row {
    padding: 0;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .single--press-main > .container > .row {
    flex-direction: column;
  }
}
.single--press-main-content {
  flex: 0 0 60%;
  padding-top: 60px;
  padding-right: 45px;
  padding-bottom: 60px;
  padding-left: calc((100vw - (70.625rem - 0.9375rem )) / 2);
}
@media print, screen and (max-width: 70.62375em) {
  .single--press-main-content {
    padding-left: 0.9375rem;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .single--press-main-content {
    flex: 1 0 100%;
    padding-left: 2.1875rem;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .single--press-main-content {
    padding: 35px 35px;
  }
}
.single--press-main-content-intro {
  padding-bottom: 20px;
}
.single--press-main-content p,
.single--press-main-content ul,
.single--press-main-content li {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #45535f;
}
.single--press-main-content a {
  color: #f8971d;
  font-weight: 600;
  transition: 0.2s all;
  text-decoration: none;
}
.single--press-main-content a * {
  color: #f8971d;
  font-weight: 600;
  transition: 0.2s all;
  text-decoration: none;
}
.single--press-main-content a:hover {
  color: #db7d07;
}
.single--press-main-content-about {
  padding-top: 20px;
}
.single--press-main-content-about:before {
  display: block;
  content: "—";
  padding-bottom: 20px;
}
.single--press-main-content-about h3 {
  font-size: 17px;
}
.single--press-main-sidebar {
  flex: 0 0 40%;
  background: #f6f6f6;
  padding-top: 60px;
  padding-right: calc((100vw - 70.625rem ) / 2);
  padding-bottom: 60px;
  padding-left: 45px;
}
@media print, screen and (max-width: 70.62375em) {
  .single--press-main-sidebar {
    padding-top: 30px;
    padding-right: 2.1875rem;
    padding-bottom: 30px;
    padding-left: 2.1875rem;
  }
}
.single--press-main-sidebar * {
  color: #7990a0;
}
.single--press-main-sidebar h3 {
  font-size: 22px;
  line-height: 1.3;
}
.single--press-main-sidebar h4 {
  font-size: 16px;
  color: #45535f;
  line-height: 1.45;
  font-weight: bold;
}
.single--press-main-sidebar p {
  font-size: 16px;
  line-height: 1.45;
}
.single--press-main-sidebar a {
  color: #f8971d !important;
}
.single--press-main-sidebar-recent {
  padding-top: 40px;
}
.single--press-main-sidebar-recent-item {
  padding: 10px 0;
}
.single--press-main-sidebar-recent-item:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

/**
 * Template: Blog
 * 
 */
.page--blog-hero {
  background-image: url(/wp-content/themes/matrixx-v2/dist/img/blog-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .page--blog-hero {
    padding: 35px 0;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .page--blog-hero .row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .page--blog-hero .row {
    flex-direction: column;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.page--blog-hero-content {
  flex: 0 0 34%;
  max-width: 34%;
  background: #fefefe;
  padding: 20px 30px;
  border-right: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (max-width: 61.24875em) {
  .page--blog-hero-content {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
  }
}
.page--blog-hero-content h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  color: #45535f;
  padding-bottom: 20px;
}
.page--blog-hero-content-author {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #7990a0;
}
.page--blog-hero-content-tags {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
@media print, screen and (max-width: 61.24875em) {
  .page--blog-hero-content-tags {
    margin-top: 20px;
  }
}
.page--blog-hero-content-tags a {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.65px;
  color: #bdced9;
  display: inline-flex;
  align-items: center;
  transition: 0.2s all;
}
.page--blog-hero-content-tags a:not(:last-child):after {
  font-family: auto;
  content: "·";
  font-size: 30px;
  margin-right: 5px;
  padding-left: 5px;
  line-height: 0;
}
.page--blog-hero-content-tags a:hover {
  color: #f8971d;
}
.page--blog-hero-image {
  flex: 0 0 66%;
  max-width: 66%;
}
@media print, screen and (max-width: 61.24875em) {
  .page--blog-hero-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page--blog-hero-image img {
  width: 100%;
  height: auto;
}
.page--blog-filters {
  padding: 30px 0;
  border-bottom: 1px solid #afc5d3;
}
.page--blog-filters a {
  display: inline-block;
  padding: 2px 9px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.72;
  letter-spacing: 0.65px;
  color: #fefefe;
  transition: 0.1s all;
  margin: 0 2px 10px;
}
.page--blog-filters a:not(.active) {
  background: #bdced9;
}
.page--blog-filters a.active, .page--blog-filters a:hover {
  background: #003a64;
}
.page--blog-listing {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .page--blog-listing {
    padding: 35px 0;
  }
}
.page--blog-listing .row {
  max-width: calc(70.625rem + 1.875rem );
}
.page--blog-listing .columns {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 61.24875em) {
  .page--blog-listing .columns {
    margin-bottom: 20px;
  }
}
.page--blog-listing-item {
  border: 1px solid #d2d2d2;
  cursor: pointer;
  height: 100%;
  transition: 0.2s all;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page--blog-listing-item:hover {
  box-shadow: 0 -3px 25px 0 rgba(0, 0, 0, 0.2);
}
.page--blog-listing-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #fefefe;
  border-top: 1px solid #d2d2d2;
}
.page--blog-listing-item-content > a {
  height: 100%;
  display: block;
  font-weight: normal;
  font-size: 17px;
  font-weight: normal;
}
.page--blog-listing-item-content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #45535f;
  padding-bottom: 10px;
}
.page--blog-listing-item-content-author {
  font-size: 17px;
  color: #7990a0;
  line-height: 1.4;
  padding-bottom: 10px;
}
.page--blog-listing-item-content-tags {
  border-top: 1px solid #e1e1e1;
  margin-top: 33px;
  padding-top: 20px;
}
.page--blog-listing-item-content-tags a {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.65px;
  color: #bdced9;
  display: inline;
  align-items: center;
  transition: 0.2s all;
}
.page--blog-listing-item-content-tags a:not(:last-child):after {
  font-family: auto;
  display: inline-block;
  content: "·";
  font-size: 30px;
  margin-right: 5px;
  padding-left: 5px;
  line-height: 0;
  transform: translate(0, 5px);
}
.page--blog-listing-item-content-tags a:hover {
  color: #f8971d;
}
.page--blog-listing-pagination {
  padding: 5px 0 50px;
}
.page--blog-listing-pagination span,
.page--blog-listing-pagination a {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  padding: 0 3px 5px 2px;
  margin: 0 13px;
}
.page--blog-listing-pagination span {
  color: #45535f;
  font-weight: bold;
  border-bottom: 4px solid #f8971d;
}
.page--blog-listing-pagination a {
  color: #7990a0;
  border-bottom: 4px transparent;
}
.page--blog-listing-pagination a:hover {
  color: #45535f;
  font-weight: bold;
  border-bottom: 4px solid #f8971d;
}
.page--blog-listing-pagination a.prev, .page--blog-listing-pagination a.next {
  font-size: 16px;
  color: #f8971d;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.8px;
}
.page--blog-listing-pagination a.prev svg {
  margin-right: 7px;
}
.page--blog-listing-pagination a.next svg {
  margin-left: 3px;
}

/**
 * Single: Blog Post
 * 
 */
.single--blog-hero {
  background-image: url(/wp-content/themes/matrixx-v2/dist/img/press-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .single--blog-hero {
    padding: 75px 0;
  }
}
.single--blog-hero * {
  color: #fefefe;
}
.single--blog-hero h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
}
@media print, screen and (max-width: 61.24875em) {
  .single--blog-hero h1 {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .single--blog-hero h1 {
    font-size: 34px;
  }
}
.single--blog-hero-author {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
}
.single--blog-tags {
  padding: 25px 0;
  border-bottom: 1px solid #afc5d3;
}
.single--blog-tags span,
.single--blog-tags a {
  color: #bdced9;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.single--blog-tags span {
  margin-right: 25px;
}
.single--blog-tags a {
  display: inline-flex;
  align-items: center;
  transition: 0.2s all;
}
.single--blog-tags a:not(:last-child):after {
  font-family: auto;
  content: "·";
  font-size: 30px;
  margin-right: 5px;
  padding-left: 5px;
  line-height: 0;
}
.single--blog-tags a:hover {
  color: #f8971d;
}
.single--blog-main {
  padding: 35px 0;
}
.single--blog-main-wrapper {
  max-width: 850px;
  margin: 0 auto;
}
@media print, screen and (max-width: 61.24875em) {
  .single--blog-main-wrapper {
    max-width: 100%;
  }
}
.single--blog-main-wrapper img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--blog-main-wrapper img.alignright {
    margin-left: 0;
  }
}
.single--blog-main-wrapper img.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--blog-main-wrapper img.alignleft {
    margin-right: 0;
  }
}
.single--blog-main p,
.single--blog-main ul,
.single--blog-main li {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.single--blog-main .has-small-font-size {
  font-size: 0.8125em !important;
}
.single--blog-related {
  padding-bottom: 50px;
}
.single--blog-related .yarpp-related {
  margin: 0 auto;
}
.single--blog-related .yarpp-related h3 {
  padding-bottom: 15px;
}
.single--blog-related .yarpp-related .yarpp-thumbnails-horizontal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--blog-related .yarpp-related .yarpp-thumbnails-horizontal {
    display: flex;
    flex-direction: column;
  }
}
.single--blog-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 0;
  transition: 0.2s all;
}
.single--blog-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 10px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .single--blog-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail img {
    height: 100px;
  }
}
.single--blog-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail .yarpp-thumbnail-title {
  width: auto;
  text-align: center;
  overflow: visible;
}
.single--blog-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail:hover {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

#upprev_box h5 {
  font-size: 18px;
}
#upprev_box p {
  font-size: 14px !important;
}

/**
 * Template: Download Library
 * 
 */
.page--dlibrary-hero {
  background-image: url(/wp-content/themes/matrixx-v2/dist/img/blog-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .page--dlibrary-hero {
    padding: 35px 0;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .page--dlibrary-hero .row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .page--dlibrary-hero .row {
    flex-direction: column;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.page--dlibrary-hero .row > a {
  display: flex;
  background: #fefefe;
  font-size: 17px;
  font-weight: normal;
}
@media print, screen and (max-width: 61.24875em) {
  .page--dlibrary-hero .row > a {
    flex-direction: column;
  }
}
.page--dlibrary-hero a {
  outline: none;
}
.page--dlibrary-hero-content {
  flex: 0 0 34%;
  max-width: 34%;
  background: #fefefe;
  padding: 20px 30px;
  border-right: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page--dlibrary-hero-content.is-gated {
  justify-content: space-between;
}
@media print, screen and (max-width: 61.24875em) {
  .page--dlibrary-hero-content {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
  }
}
.page--dlibrary-hero-content h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  color: #45535f;
  padding-bottom: 20px;
}
.page--dlibrary-hero-content p {
  font-size: 17px;
  font-weight: normal;
}
.page--dlibrary-hero-content span.button {
  opacity: 1;
  display: block;
  width: 100%;
  background: #fefefe;
  color: #f8971d;
  text-transform: uppercase;
  margin-top: 10px;
}
.page--dlibrary-hero-content span.button:hover {
  background: #f8971d;
  color: #fefefe;
}
.page--dlibrary-hero-image {
  flex: 0 0 66%;
  max-width: 66%;
}
@media print, screen and (max-width: 61.24875em) {
  .page--dlibrary-hero-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page--dlibrary-hero-image img {
  width: 100%;
  height: auto;
}
.page--dlibrary-ty-hero {
  background-image: url(/wp-content/themes/matrixx-v2/dist/img/blog-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .page--dlibrary-ty-hero {
    padding: 35px 0;
  }
}
.page--dlibrary-filters {
  padding: 30px 0;
  border-bottom: 1px solid #afc5d3;
}
.page--dlibrary-filters a {
  display: inline-block;
  padding: 2px 9px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.72;
  letter-spacing: 0.65px;
  color: #fefefe;
  transition: 0.1s all;
  margin: 0 2px 10px;
}
.page--dlibrary-filters a:not(.active) {
  background: #bdced9;
}
.page--dlibrary-filters a.active, .page--dlibrary-filters a:hover {
  background: #003a64;
}
.page--dlibrary-listing {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .page--dlibrary-listing {
    padding: 35px 0;
  }
}
.page--dlibrary-listing .row {
  max-width: calc(70.625rem + 1.875rem );
}
.page--dlibrary-listing .columns {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 61.24875em) {
  .page--dlibrary-listing .columns {
    margin-bottom: 20px;
  }
}
.page--dlibrary-listing-item {
  border: 1px solid #d2d2d2;
  cursor: pointer;
  height: 100%;
  transition: 0.2s all;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page--dlibrary-listing-item:hover {
  box-shadow: 0 -3px 25px 0 rgba(0, 0, 0, 0.2);
}
.page--dlibrary-listing-item:hover .page--dlibrary-listing-item-content-meta span.view {
  opacity: 1;
}
.page--dlibrary-listing-item:hover .page--dlibrary-listing-item-content-meta span.button {
  background: #f8971d;
  color: #fefefe;
}
.page--dlibrary-listing-item > a {
  outline: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page--dlibrary-listing-item-image {
  height: 161px;
  width: 100%;
}
.page--dlibrary-listing-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page--dlibrary-listing-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #fefefe;
  border-top: 1px solid #d2d2d2;
}
.page--dlibrary-listing-item-content span.term {
  display: inline-block;
  background: #003a64;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.65px;
  padding: 3px 8px;
  margin-bottom: 20px;
}
.page--dlibrary-listing-item-content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #45535f;
  padding-bottom: 10px;
}
.page--dlibrary-listing-item-content div,
.page--dlibrary-listing-item-content p {
  font-size: 17px;
  font-weight: normal;
}
.page--dlibrary-listing-item-content-meta {
  border-top: 1px solid #e1e1e1;
  margin-top: 33px;
  padding-top: 20px;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.6;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.page--dlibrary-listing-item-content-meta span {
  color: #bdced9;
}
.page--dlibrary-listing-item-content-meta span.view {
  transition: 0.2s all;
  color: #f8971d;
  opacity: 0;
}
.page--dlibrary-listing-item-content-meta span.button {
  opacity: 1;
  display: block;
  width: 100%;
  background: none;
  color: #f8971d;
  border: 2px solid #f8971d;
}
.page--dlibrary-listing-item-content-meta.active {
  border-top: 0;
}
.page--dlibrary-listing-item-content-tags {
  border-top: 1px solid #e1e1e1;
  margin-top: 33px;
  padding-top: 20px;
}
.page--dlibrary-listing-item-content-tags a {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.65px;
  color: #bdced9;
  display: inline;
  align-items: center;
  text-transform: uppercase;
  transition: 0.2s all;
}
.page--dlibrary-listing-item-content-tags a:hover {
  color: #f8971d;
}
.page--dlibrary-listing-item-content-tags object:not(:last-child) a:after {
  font-family: auto;
  display: inline-block;
  content: "·";
  font-size: 30px;
  margin-right: 5px;
  padding-left: 5px;
  line-height: 0;
  transform: translate(0, 5px);
}
.page--dlibrary-listing-pagination {
  padding: 5px 0 50px;
}
.page--dlibrary-listing-pagination span,
.page--dlibrary-listing-pagination a {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  padding: 0 3px 5px 2px;
  margin: 0 13px;
}
.page--dlibrary-listing-pagination span {
  color: #45535f;
  font-weight: bold;
  border-bottom: 4px solid #f8971d;
}
.page--dlibrary-listing-pagination a {
  color: #7990a0;
  border-bottom: 4px transparent;
}
.page--dlibrary-listing-pagination a:hover {
  color: #45535f;
  font-weight: bold;
  border-bottom: 4px solid #f8971d;
}
.page--dlibrary-listing-pagination a.prev, .page--dlibrary-listing-pagination a.next {
  font-size: 16px;
  color: #f8971d;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.8px;
}
.page--dlibrary-listing-pagination a.prev svg {
  margin-right: 7px;
}
.page--dlibrary-listing-pagination a.next svg {
  margin-left: 3px;
}

/**
 * Resources template
 * 
 */
.resources-template {
  min-height: 500px;
}
.resources-template-featured {
  background: #003a64;
  padding: 110px 0;
}
.resources-template-featured h1 {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 0.56px;
  color: #fefefe;
  margin: 0;
  padding-bottom: 10px;
}
.resources-template-featured p {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.42px;
  color: #fefefe;
  margin: 0;
  padding: 0 25% 32px 0;
}
@media print, screen and (max-width: 61.24875em) {
  .resources-template-featured p {
    padding-right: 0;
  }
}
.resources-template-featured a.button {
  background: #f8971d;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.26px;
  padding: 13px 33px;
  border-radius: 0;
  text-transform: uppercase;
  color: #fefefe;
}
@media print, screen and (max-width: 37.49875em) {
  .resources-template-featured {
    padding: 56px 0;
  }
  .resources-template-featured > .container {
    width: 100% !important;
    padding: 0;
  }
  .resources-template-featured > .container > .row {
    flex-direction: column-reverse;
  }
  .resources-template-featured-content {
    padding: 0 26px;
  }
  .resources-template-featured-image {
    margin-bottom: 25px;
  }
  .resources-template-featured h1 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.39px;
  }
  .resources-template-featured p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.33px;
  }
  .resources-template-featured a.button {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
  }
}
.resources-template-listings {
  padding: 50px 0;
}
@media print, screen and (max-width: 61.24875em) {
  .resources-template-listings {
    padding: 100px 0 50px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .resources-template-listings {
    padding: 50px 0;
  }
}
.resources-template-listings form {
  width: 100% !important;
}
.resources-template-listings form .mktoFormCol,
.resources-template-listings form .mktoFieldWrap {
  float: none !important;
}
.resources-template-listings form label.mktoLabel,
.resources-template-listings form .mktoGutter,
.resources-template-listings form .mktoOffset {
  display: none;
}
.resources-template-listings form .mktoButtonRow {
  width: 100%;
}
.resources-template-listings form .mktoButtonRow span.mktoButtonWrap {
  margin: 0 !important;
}
.resources-template-listings form .mktoButtonRow button {
  color: #fefefe;
  background: #f8971d;
  transition: 0.25s all;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.resources-template-listings form .mktoHtmlText * {
  color: #45535f !important;
}
.resources-template-listings form .mktoHtmlText a {
  text-decoration: underline;
}
.resources-template-listings form select,
.resources-template-listings form input {
  width: 100% !important;
  font-size: 16px;
  padding: 9px 11px;
  font-weight: 500;
  box-shadow: none;
}
.resources-template-listings form select[type=text], .resources-template-listings form select[type=email],
.resources-template-listings form input[type=text],
.resources-template-listings form input[type=email] {
  color: #45535f;
  border: 1px solid #e6e6e6;
}
.resources-template-listings form select[type=submit],
.resources-template-listings form input[type=submit] {
  color: #fefefe;
  background: #f8971d;
  transition: 0.25s all;
  padding-top: 10px;
  padding-bottom: 10px;
}
.resources-template-listings form select[type=submit]:hover,
.resources-template-listings form input[type=submit]:hover {
  background: #f8971d;
}
.resources-template-listings form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
.resources-template-listings .resources-template-listings-item {
  margin-bottom: 0;
}
.resources-template-listings .resources-template-listings-error {
  padding-bottom: 10px;
}
.resources-template-listings .resources-template-body h2 {
  padding-bottom: 15px;
}
.resources-template-listings .resources-template-listings-item-main-body {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resources-template-listings .resources-template-listings-item-main-body h2 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 15px;
  color: #45535f;
}
.resources-template-listings .resources-template-listings-item-main-body .resources-item-description {
  padding-bottom: 30px;
  color: #45535f;
}
.resources-template-listings .resources-item-cta span {
  display: block;
  width: 100%;
  color: #fefefe;
  padding: 1em;
  line-height: 22px;
  background: #f8971d;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.25s all;
}
.resources-template-listings .resources-item-cta span:hover {
  background: #f8971d;
}
.resources-template-listings .default-content-wrapper {
  padding: 50px 0;
}
.resources-template-listings-content > .columns {
  margin-bottom: 20px;
}
.resources-template-listings-item {
  margin-bottom: 45px;
  width: 33.333333%;
  padding: 0 15px 0 0;
}
.resources-template-listings-item:not(.is-featured) {
  padding-top: 37px;
}
.resources-template-listings-item-count {
  display: none;
}
.resources-template-listings-item-wrapper {
  height: 100%;
  transition: 0.15s all;
  border: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
}
.resources-template-listings-item-wrapper:not(.no-hover):hover {
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.25);
}
.resources-template-listings-item-wrapper:not(.no-hover):hover .resources-template-listings-item-main {
  border: none;
}
.resources-template-listings-item-wrapper:not(.no-hover):hover .resources-template-listings-item-main-time span.link {
  display: block;
}
.resources-template-listings-item-wrapper > a {
  display: flex;
}
.resources-template-listings-item-wrapper img.resource-item-image {
  width: 100%;
  height: auto;
  max-width: none;
  border-bottom: 1px solid #d2d2d2;
  display: block;
  align-self: center;
}
.resources-template-listings-item-featured {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fefefe;
  background: #f8971d;
  text-transform: uppercase;
  padding: 9px 20px 9px 23px;
}
.resources-template-listings-item-featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 37px 0;
  border-color: transparent transparent #f8971d transparent;
}
.resources-template-listings-item-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 19.5px 23px;
}
.resources-template-listings-item-main-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
}
.resources-template-listings-item-main-meta span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fefefe;
  text-transform: uppercase;
  background: #003a64;
  padding: 3px 10px;
}
.resources-template-listings-item-main-meta img {
  display: none;
}
@media print, screen and (max-width: 37.49875em) {
  .resources-template-listings-item-main-meta {
    padding-bottom: 28px;
  }
}
.resources-template-listings-item-main-body {
  padding-bottom: 38px;
}
.resources-template-listings-item-main-body h2 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 15px;
  color: #45535f;
}
.resources-template-listings-item-main-body p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  color: #45535f;
}
.resources-template-listings-item-main-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resources-template-listings-item-main-time a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.resources-template-listings-item-main-time span {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.resources-template-listings-item-main-time span.time {
  opacity: 0.25;
  color: #003a64;
}
.resources-template-listings-item-main-time span.link {
  color: #f8971d;
  display: none;
}
@media print, screen and (max-width: 61.24875em) {
  .resources-template-listings-item-main-time span.link {
    display: block;
  }
}
.resources-template-listings-item:not(.no-hover):hover .resources-template-listings-item-main {
  background: #003a64;
}
.resources-template-listings-item:not(.no-hover):hover .resources-template-listings-item-main * {
  color: #fefefe;
}
.resources-template-listings-item:not(.no-hover):hover .resources-template-listings-item-main-meta img {
  display: block;
}
.resources-template-listings-item:not(.no-hover):hover .resources-template-listings-item-main-time span.link {
  color: #f8971d;
}
@media print, screen and (max-width: 61.24875em) {
  .resources-template-listings-item {
    margin-bottom: 33px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .resources-template-listings-item {
    width: 100%;
  }
}

/**
 * Template: 404
 * 
 */
.page--404 {
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #133b63;
}
.page--404,
.page--404 * {
  color: #fefefe;
}
.page--404 h3 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: normal;
  padding-bottom: 35px;
}
@media print, screen and (max-width: 61.24875em) {
  .page--404 h3 {
    font-size: 31px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .page--404 h3 {
    font-size: 27px;
  }
}
.page--404 a.button {
  color: #f8971d;
}
.page--404 a.button:hover {
  background: #f8971d;
  color: #fefefe;
}

/**
 * Template: Sitemap
 * 
 */
.page--sitemap {
  padding: 65px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .page--sitemap {
    padding: 35px 0;
  }
}
.page--sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0 0 25px;
}

/**
 * Single: Certification
 * 
 */
@media print, screen and (max-width: 61.24875em) {
  body.admin-bar .single--certification {
    padding-top: 50px;
  }
}

.single--certification {
  padding: 65px 0;
  background: #f6f6f6;
}
@media print, screen and (max-width: 61.24875em) {
  .single--certification {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .single--certification {
    padding-bottom: 110px;
  }
}
.single--certification-breadcrumb {
  padding-bottom: 20px;
}
.single--certification-breadcrumb a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #f8971d;
  text-transform: uppercase;
  transition: 0.2s all;
}
.single--certification-breadcrumb a:hover {
  color: #f48b08;
}
.single--certification-breadcrumb a svg {
  margin-right: 10px;
}
.single--certification-main {
  margin-bottom: 55px;
}
.single--certification-main h1 {
  color: #45535f;
}
.single--certification-main h2 {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #45535f;
}
@media print, screen and (max-width: 37.49875em) {
  .single--certification-main h2 {
    font-size: 24px;
  }
}
.single--certification-main h3 {
  padding: 0 0 10px;
}
.single--certification-main li, .single--certification-main p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #45545f;
}
.single--certification-main-top > .row, .single--certification-main-content > .row {
  background-color: #fefefe;
}
.single--certification-main-top-title {
  padding: 48px 61px 0 30px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--certification-main-top-title {
    padding: 20px;
  }
}
.single--certification-main-top-image {
  text-align: right;
}
@media print, screen and (max-width: 37.49875em) {
  .single--certification-main-top-image {
    text-align: center;
  }
}
.single--certification-main-top-image img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 37.49875em) {
  .single--certification-main-top-image img {
    max-height: none;
    width: 100%;
  }
}
.single--certification-main-content > .row {
  padding-top: 45px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--certification-main-content > .row {
    padding-top: 25px;
  }
}
.single--certification-main-content-body {
  padding: 0 30px 46px 30px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--certification-main-content-body {
    padding: 0 20px 40px;
  }
}
.single--certification-main-content-body ul {
  list-style: none;
  margin: 0;
  padding: 0 0 22px;
}
.single--certification-main-content-body ul li {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 12px;
}
.single--certification-main-content-body ul li:before {
  content: "";
  height: 7px;
  width: 7px;
  background: #f8971d;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 7.5px;
  left: 0;
}
@media print, screen and (max-width: 37.49875em) {
  .single--certification-main-content-body ul li:before {
    top: 0.6rem;
  }
  @-moz-document url-prefix() {
    .single--certification-main-content-body ul li:before {
      top: 0.5rem;
    }
  }
}
.single--certification-main-content-body a.button {
  min-width: 265px;
}
.single--certification-main-content-body-tiles {
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.single--certification-main-content-body .component--tiles-item {
  margin-bottom: 30px;
}
.single--certification-main-content-body .component--tiles-item-wrapper {
  border: none !important;
  padding: 12px 16px 0;
  background-color: #eaf0f4;
}
.single--certification-main-content-body .component--tiles-item-content ul {
  padding-bottom: 0;
}
.single--certification-main-content-sidebar {
  border-left: 1px solid #d2d2d2;
  padding: 0 30.5px 0 29px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--certification-main-content-sidebar {
    padding: 0 20px;
  }
}
.single--certification-main-content-sidebar-schedule-title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #7990a0;
}
.single--certification-main-content-sidebar-schedule ul.accordion li.accordion-item:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.single--certification-main-content-sidebar-schedule ul.accordion li.accordion-item a.accordion-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #f8971d;
  padding: 13px 0;
  background-color: inherit !important;
}
.single--certification-main-content-sidebar-schedule ul.accordion li.accordion-item a.accordion-title span {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.single--certification-main-content-sidebar-schedule ul.accordion li.accordion-item a.accordion-title span.opened {
  display: none;
}
.single--certification-main-content-sidebar-schedule ul.accordion li.accordion-item a.accordion-title[aria-expanded=true] span.opened {
  display: flex;
}
.single--certification-main-content-sidebar-schedule ul.accordion li.accordion-item a.accordion-title[aria-expanded=true] span.closed {
  display: none;
}
.single--certification-main-content-sidebar-schedule ul.accordion li.accordion-item .accordion-content,
.single--certification-main-content-sidebar-schedule ul.accordion li.accordion-item .accordion-content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #7990a0;
  padding: 0 0 15px;
}
.single--certification-main-content-sidebar-content {
  padding: 0 0 25px;
}
.single--certification-main-content-sidebar-content-title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #7990a0;
  padding: 0 0 10px;
}
.single--certification-main-content-sidebar-content-body,
.single--certification-main-content-sidebar-content-body p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #7990a0;
  padding: 0 0 15px;
}
.single--certification-main-content-modal {
  border: none;
  padding: 25px 50px;
}
@media screen and (min-width: 70.625em) {
  .single--certification-main-content-modal {
    width: auto !important;
    max-width: 40%;
  }
}
.single--certification-main-content-modal .mktoOffset {
  display: none;
}
.single--certification-main-content-modal .mktoFormRow .mktoFieldWrap {
  float: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.single--certification-main-content-modal .mktoFormRow .mktoFieldWrap label {
  font-weight: 700;
  color: #45535f;
}
.single--certification-main-content-modal .mktoFormRow input,
.single--certification-main-content-modal .mktoFormRow textarea {
  box-shadow: none;
  padding-left: 10px !important;
}
.single--certification-main-content-modal .mktoHtmlText span, .single--certification-main-content-modal .mktoHtmlText * {
  color: #45535f !important;
}
.single--certification-main-content-modal .mktoHtmlText a {
  color: #f8971d !important;
}
.single--certification-main-content-modal button.mktoButton {
  text-shadow: none !important;
  text-transform: uppercase !important;
  padding: 14px 24px !important;
  border: 2px solid #f8971d !important;
  border-radius: 0 !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}
.single--certification-main-content-modal button.mktoButton:hover {
  box-shadow: none !important;
}
.single--certification-more-content .wrapper {
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
}
.single--certification-more-content-wrapper .slick-list {
  padding-bottom: 15px;
}
.single--certification-more-content-wrapper .slick-track {
  display: flex;
}
.single--certification-more-content-wrapper .slick-track .slick-slide {
  height: inherit !important;
}
.single--certification-more-content-wrapper .slick-track .slick-slide > div {
  height: 100%;
}
.single--certification-more-content-wrapper .component--certifications-grid-item {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  height: 100%;
  padding: 0 15px;
  border: none !important;
}
.single--certification-more-content-wrapper .component--certifications-grid-item a {
  height: 100% !important;
}
.single--certification-more-content-wrapper .component--certifications-grid-item.active a {
  border-bottom: 4px solid #f8971d;
}
.single--certification-more-content-wrapper .component--certifications-grid-item-content {
  padding: 14px 17px;
}
.single--certification-more-content-wrapper .component--certifications-grid-item-content h3 {
  font-size: 20px;
  line-height: 1.4;
}
.single--certification-more-content-link-prev, .single--certification-more-content-link-next {
  position: absolute;
  top: calc(50% - 22px);
  cursor: pointer;
  opacity: 1;
  transition: 0.2s all;
}
.single--certification-more-content-link-prev.slick-disabled, .single--certification-more-content-link-next.slick-disabled {
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  .single--certification-more-content-link-prev, .single--certification-more-content-link-next {
    top: 110%;
  }
}
.single--certification-more-content-link-prev {
  transform: rotate(180deg);
  left: -50px;
}
@media screen and (max-width: 1300px) {
  .single--certification-more-content-link-prev {
    left: 15px;
  }
}
@media print, screen and (max-width: 61.24875em) {
  .single--certification-more-content-link-prev {
    top: calc(110% - 5px);
  }
}
.single--certification-more-content-link-next {
  right: -50px;
}
@media screen and (max-width: 1300px) {
  .single--certification-more-content-link-next {
    right: 15px;
  }
}

/**
 * Single: Resource Item
 * 
 */
.single--resource-hero {
  background: #0076ca;
  padding: 75px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .single--resource-hero {
    padding: 75px 0;
  }
}
.single--resource-hero * {
  color: #fefefe;
}
.single--resource-hero h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
}
@media print, screen and (max-width: 61.24875em) {
  .single--resource-hero h1 {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .single--resource-hero h1 {
    font-size: 34px;
  }
}
.single--resource-hero-author {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
}
.single--resource-tags {
  padding: 25px 0;
  border-bottom: 1px solid #afc5d3;
}
.single--resource-tags span,
.single--resource-tags a {
  color: #bdced9;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.single--resource-tags span {
  margin-right: 25px;
}
.single--resource-tags a {
  display: inline-flex;
  align-items: center;
  transition: 0.2s all;
}
.single--resource-tags a:not(:last-child):after {
  font-family: auto;
  content: "·";
  font-size: 30px;
  margin-right: 5px;
  padding-left: 5px;
  line-height: 0;
}
.single--resource-tags a:hover {
  color: #f8971d;
}
.single--resource-main {
  padding: 35px 0;
}
.single--resource-main-wrapper {
  max-width: 850px;
  margin: 0 auto;
}
@media print, screen and (max-width: 61.24875em) {
  .single--resource-main-wrapper {
    max-width: 100%;
  }
}
.single--resource-main-wrapper img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--resource-main-wrapper img.alignright {
    margin-left: 0;
  }
}
.single--resource-main-wrapper img.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--resource-main-wrapper img.alignleft {
    margin-right: 0;
  }
}
.single--resource-main p,
.single--resource-main ul,
.single--resource-main li {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.single--resource-main .has-small-font-size {
  font-size: 0.8125em !important;
}
.single--resource-main .video-container {
  display: flex;
  justify-content: center;
}
.single--resource-main .video-container iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
}
.single--resource-related {
  padding-bottom: 50px;
}
.single--resource-related .yarpp-related {
  margin: 0 auto;
}
.single--resource-related .yarpp-related h3 {
  padding-bottom: 15px;
}
.single--resource-related .yarpp-related .yarpp-thumbnails-horizontal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 37.49875em) {
  .single--resource-related .yarpp-related .yarpp-thumbnails-horizontal {
    display: flex;
    flex-direction: column;
  }
}
.single--resource-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 0;
  transition: 0.2s all;
}
.single--resource-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 10px 0;
}
@media print, screen and (max-width: 37.49875em) {
  .single--resource-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail img {
    height: 100px;
  }
}
.single--resource-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail .yarpp-thumbnail-title {
  width: auto;
  text-align: center;
  overflow: visible;
}
.single--resource-related .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail:hover {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

#upprev_box h5 {
  font-size: 18px;
}
#upprev_box p {
  font-size: 14px !important;
}

/**
 * Reveal Overlays
 */
.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.8);
}
.reveal-overlay .reveal {
  overflow: visible;
  width: 70%;
  top: 15% !important;
  outline: none !important;
}
.reveal-overlay .reveal .row {
  outline: none !important;
}
.reveal-overlay .reveal.text-center {
  text-align: center;
}
.reveal-overlay .reveal > .row {
  overflow: hidden;
  outline: none !important;
  background-color: #fff;
  border: none;
  max-width: none;
}
.reveal-overlay .reveal > .row:after, .reveal-overlay .reveal > .row:before {
  width: auto;
  height: auto;
  visibility: visible;
  overflow: visible;
}
.reveal-overlay .reveal > .row:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 30px;
  background: white;
  z-index: 50;
  height: 30px;
}
.reveal-overlay .reveal > .row:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0px;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: transparent transparent #fefefe;
  background: transparent;
}
.reveal-overlay .reveal > .row .bg-background-wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.reveal-overlay .reveal > .row .bg-background-triangles {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  opacity: 0.25;
  overflow: hidden;
}
.reveal-overlay .reveal > .row .bg-background-triangles:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.5;
  background: #f8971d;
  backface-visibility: hidden;
  height: 23%;
}
.reveal-overlay .reveal > .row .bg-background-triangles.top {
  top: 0;
}
.reveal-overlay .reveal > .row .bg-background-triangles.bottom {
  bottom: 0;
}
.reveal-overlay .reveal > .row .bg-background-triangles.one:before, .reveal-overlay .reveal > .row .bg-background-triangles.three:before {
  background: #45535f !important;
  height: 35%;
  opacity: 0.1;
}
.reveal-overlay .reveal > .row .bg-background-triangles.one {
  opacity: 0.15;
}
.reveal-overlay .reveal > .row .bg-background-triangles.one:before {
  transform: rotate(165deg);
  bottom: 0;
}
.reveal-overlay .reveal > .row .bg-background-triangles.two {
  opacity: 1;
}
.reveal-overlay .reveal > .row .bg-background-triangles.two:before {
  opacity: 1;
  transform: rotate(165deg);
  bottom: -10%;
  background: linear-gradient(to left, #f8971d, #faae4e);
}
.reveal-overlay .reveal > .row .bg-background-triangles.three {
  opacity: 0.15;
}
.reveal-overlay .reveal > .row .bg-background-triangles.three:before {
  transform: rotate(15deg);
  bottom: 0%;
  left: -50%;
}
.reveal-overlay .reveal > .row .bg-background-triangles.four {
  opacity: 1;
}
.reveal-overlay .reveal > .row .bg-background-triangles.four:before {
  opacity: 1;
  transform: rotate(15deg);
  bottom: -10%;
  left: -50%;
  background: linear-gradient(to right, #f8971d, #faae4e);
}
.reveal-overlay .reveal.platform-modal {
  padding: 0;
  background: transparent;
  border: none;
  width: 90%;
}
.reveal-overlay .reveal.platform-modal .bg-background-wrapper .bg-background-triangles.two:before, .reveal-overlay .reveal.platform-modal .bg-background-wrapper .bg-background-triangles.four:before {
  bottom: -3%;
}
.reveal-overlay .reveal.platform-modal > .row {
  margin: 0;
  padding: 25px 50px 50px;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -20px;
  z-index: 100;
  width: 100%;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content a.close-button {
  position: absolute;
  top: -10px;
  right: 20px;
  cursor: pointer;
  display: block;
  z-index: 100;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content a.close-button svg {
  width: 34px;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content a.close-button svg .st0 {
  fill: #A2A9AF;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-intro {
  width: 100%;
  padding-bottom: 35px;
  font-size: 16px;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-intro h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #45535f;
  padding-bottom: 15px;
  width: 100%;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image {
  width: 100%;
  min-height: 250px;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image button.slick-arrow:before {
  color: #A2A9AF;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image iframe {
  max-height: 500px;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-list .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-list .slick-slide p {
  width: 100%;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-list .slick-slide img {
  margin: 0 auto;
  max-height: 450px;
  max-width: 250px;
  height: auto;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-dots {
  left: 0;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-dots li {
  width: 12px;
  height: 12px;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-dots li button {
  width: 12px;
  height: 12px;
  transition: 0.25s all;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fefefe;
  border-radius: 25px;
  border: 0.5px solid #45535f;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-content .platform-modal-image .slick-dots li.slick-active button:before {
  border: none;
  background: #f8971d;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-pagination > div {
  flex: 0 0 50%;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-pagination .platform-modal-pagination-left {
  text-align: left;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-pagination .platform-modal-pagination-left svg {
  transform: rotateY(180deg);
  margin-right: 8px;
  margin-left: 0;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-pagination .platform-modal-pagination-right {
  text-align: right;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-pagination svg {
  width: 25px;
  vertical-align: text-bottom;
  margin-left: 8px;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-pagination svg .st0 {
  fill: #fefefe;
}
.reveal-overlay .reveal.platform-modal > .row .platform-modal-pagination a {
  color: #45535f;
  font-size: 18px;
}
.reveal-overlay .reveal.quadrants-modal, .reveal-overlay .reveal.quadrants-modal-accordion, .reveal-overlay .reveal.video-banner-modal, .reveal-overlay .reveal.resources-item-modal, .reveal-overlay .reveal.schedule-demo-modal {
  padding: 0;
  background: transparent;
  border: none;
  width: 50%;
}
.reveal-overlay .reveal.quadrants-modal > .row, .reveal-overlay .reveal.quadrants-modal-accordion > .row, .reveal-overlay .reveal.video-banner-modal > .row, .reveal-overlay .reveal.resources-item-modal > .row, .reveal-overlay .reveal.schedule-demo-modal > .row {
  margin: 0;
  padding: 50px;
  background-position: center 250px;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -20px;
  z-index: 100;
  width: 100%;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content a.close-button, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content a.close-button, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content a.close-button, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content a.close-button, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content a.close-button {
  position: absolute;
  top: 0;
  right: 30px;
  cursor: pointer;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content a.close-button svg, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content a.close-button svg, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content a.close-button svg, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content a.close-button svg, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content a.close-button svg {
  width: 34px;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content a.close-button svg .st0, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content a.close-button svg .st0, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content a.close-button svg .st0, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content a.close-button svg .st0, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content a.close-button svg .st0 {
  fill: #A2A9AF;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main {
  text-align: center;
  width: 100%;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main h2, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main h2, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main h2, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main h2, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.12;
  color: #45535f;
  padding-bottom: 10px;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main p, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main p, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main p, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main p, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main p {
  font-size: 18px;
  line-height: 1.33;
  color: #45535f;
  padding-bottom: 25px;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form {
  width: 100% !important;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoFormCol,
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoFieldWrap, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoFormCol,
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoFieldWrap, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoFormCol,
.reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoFieldWrap, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoFormCol,
.reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoFieldWrap, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoFormCol,
.reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoFieldWrap {
  float: none !important;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form label.mktoLabel,
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoGutter,
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoOffset, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form label.mktoLabel,
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoGutter,
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoOffset, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form label.mktoLabel,
.reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoGutter,
.reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoOffset, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form label.mktoLabel,
.reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoGutter,
.reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoOffset, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form label.mktoLabel,
.reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoGutter,
.reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoOffset {
  display: none;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoButtonRow, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoButtonRow, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoButtonRow, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoButtonRow, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoButtonRow {
  width: 100%;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoButtonRow span.mktoButtonWrap, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoButtonRow span.mktoButtonWrap, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoButtonRow span.mktoButtonWrap, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoButtonRow span.mktoButtonWrap, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoButtonRow span.mktoButtonWrap {
  margin: 0 !important;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoButtonRow button, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoButtonRow button, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoButtonRow button, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoButtonRow button, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoButtonRow button {
  color: #fefefe;
  background: #f8971d;
  transition: 0.25s all;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoHtmlText *, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoHtmlText *, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoHtmlText *, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoHtmlText *, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoHtmlText * {
  color: #45535f !important;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form .mktoHtmlText a, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form .mktoHtmlText a, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form .mktoHtmlText a, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form .mktoHtmlText a, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form .mktoHtmlText a {
  text-decoration: underline;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form select,
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form input, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form select,
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form input, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form select,
.reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form input, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form select,
.reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form input, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form select,
.reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form input {
  width: 100% !important;
  font-size: 16px;
  padding: 9px 11px;
  font-weight: 500;
  box-shadow: none;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form select[type=text], .reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form select[type=email],
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form input[type=text],
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form input[type=email], .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form select[type=text], .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form select[type=email],
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form input[type=text],
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form input[type=email], .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form select[type=text], .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form select[type=email],
.reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form input[type=text],
.reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form input[type=email], .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form select[type=text], .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form select[type=email],
.reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form input[type=text],
.reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form input[type=email], .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form select[type=text], .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form select[type=email],
.reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form input[type=text],
.reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form input[type=email] {
  color: #45535f;
  border: 1px solid #e6e6e6;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form select[type=submit],
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form input[type=submit], .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form select[type=submit],
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form input[type=submit], .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form select[type=submit],
.reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form input[type=submit], .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form select[type=submit],
.reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form input[type=submit], .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form select[type=submit],
.reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form input[type=submit] {
  color: #fefefe;
  background: #f8971d;
  transition: 0.25s all;
  padding-top: 10px;
  padding-bottom: 10px;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form select[type=submit]:hover,
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form input[type=submit]:hover, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form select[type=submit]:hover,
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form input[type=submit]:hover, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form select[type=submit]:hover,
.reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form input[type=submit]:hover, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form select[type=submit]:hover,
.reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form input[type=submit]:hover, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form select[type=submit]:hover,
.reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form input[type=submit]:hover {
  background: #f8971d;
}
.reveal-overlay .reveal.quadrants-modal > .row .modal-main-content .modal-main form select, .reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content .modal-main form select, .reveal-overlay .reveal.video-banner-modal > .row .modal-main-content .modal-main form select, .reveal-overlay .reveal.resources-item-modal > .row .modal-main-content .modal-main form select, .reveal-overlay .reveal.schedule-demo-modal > .row .modal-main-content .modal-main form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
.reveal-overlay .reveal.resources-item-modal select,
.reveal-overlay .reveal.resources-item-modal textarea,
.reveal-overlay .reveal.resources-item-modal input[type=text],
.reveal-overlay .reveal.resources-item-modal input[type=email],
.reveal-overlay .reveal.resources-item-modal input[type=tel], .reveal-overlay .reveal.schedule-demo-modal select,
.reveal-overlay .reveal.schedule-demo-modal textarea,
.reveal-overlay .reveal.schedule-demo-modal input[type=text],
.reveal-overlay .reveal.schedule-demo-modal input[type=email],
.reveal-overlay .reveal.schedule-demo-modal input[type=tel] {
  border: 1px solid #e6e6e6 !important;
  font-size: 18px;
  color: #45535f !important;
  padding: 9px 11px;
  font-weight: 400;
  background: #fefefe !important;
  box-shadow: none;
}
.reveal-overlay .reveal.resources-item-modal input[type=submit], .reveal-overlay .reveal.schedule-demo-modal input[type=submit] {
  margin: 0;
}
.reveal-overlay .reveal.resources-item-modal select, .reveal-overlay .reveal.schedule-demo-modal select {
  box-shadow: none;
  border: 1px solid #e6e6e6;
  color: #7B92A1 !important;
}
.reveal-overlay .reveal.resources-item-modal textarea, .reveal-overlay .reveal.schedule-demo-modal textarea {
  color: #7B92A1 !important;
}
.reveal-overlay .reveal.resources-item-modal textarea::-moz-placeholder, .reveal-overlay .reveal.schedule-demo-modal textarea::-moz-placeholder {
  color: #7b92a1;
}
.reveal-overlay .reveal.resources-item-modal textarea::placeholder, .reveal-overlay .reveal.schedule-demo-modal textarea::placeholder {
  color: #7b92a1;
}
@media print, screen and (max-width: 37.49875em) {
  .reveal-overlay .reveal.resources-item-modal textarea, .reveal-overlay .reveal.schedule-demo-modal textarea {
    min-height: 100px;
  }
}
.reveal-overlay .reveal.resources-item-modal button[type=submit], .reveal-overlay .reveal.schedule-demo-modal button[type=submit] {
  animation: none;
}
@media print, screen and (max-width: 61.24875em) {
  .reveal-overlay .reveal.resources-item-modal, .reveal-overlay .reveal.schedule-demo-modal {
    width: 95%;
  }
}
.reveal-overlay .reveal.quadrants-modal {
  width: 70%;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list {
  text-align: right;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul {
  list-style: none;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul li {
  padding-bottom: 20px;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 24px;
  line-height: 1.25;
  color: #45535f;
  cursor: pointer;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul li a svg {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  flex-shrink: 0;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul li a svg .st0 {
  fill: #A2A9AF;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul li.current, .reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul li:hover {
  font-weight: 500;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul li.current svg .st0, .reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-list ul li:hover svg .st0 {
  fill: #6d767e;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-content {
  text-align: left;
  box-shadow: none;
  border: none;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-content h2 {
  font-size: 35px;
  padding-bottom: 50px;
}
.reveal-overlay .reveal.quadrants-modal .modal-main-content .modal-main .modal-content p {
  font-size: 17px;
  font-weight: 300;
  color: #45535f;
  line-height: 1.76;
}
.reveal-overlay .reveal.quadrants-modal-accordion {
  width: 95%;
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row {
  padding: 50px 0 25px;
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content a.close-button {
  right: 15px;
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content ul.accordion {
  margin-top: 15px;
  border-top: 0.5px solid #efefef;
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content ul.accordion li.accordion-item a {
  color: #45535f;
  font-size: 19px;
  line-height: 1.58;
  text-align: left;
  padding: 7px 15px;
  border-bottom: 0.5px solid #efefef;
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content ul.accordion li.accordion-item a:after {
  content: "+";
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content ul.accordion li.accordion-item.is-active a {
  border: none;
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content ul.accordion li.accordion-item.is-active a:after {
  content: "—";
  font-size: 12px;
  top: calc(50% - 10px);
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content ul.accordion li.accordion-item.is-active .accordion-content {
  border-bottom: 0.5px solid #efefef;
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content ul.accordion li.accordion-item .accordion-content {
  background: none;
}
.reveal-overlay .reveal.quadrants-modal-accordion > .row .modal-main-content ul.accordion li.accordion-item .accordion-content p {
  font-size: 19px;
  font-weight: 300;
  color: #45535f;
  line-height: 1.41;
  text-align: left;
}
.reveal-overlay .reveal.resources-item-modal {
  width: 65%;
}
.reveal-overlay .reveal.resources-item-modal > .row {
  padding: 50px;
}
.reveal-overlay .reveal.resources-item-modal input[type=submit] {
  width: 100%;
}
@media print, screen and (max-width: 61.24875em) {
  .reveal-overlay .reveal.resources-item-modal {
    width: 95% !important;
  }
}
.reveal-overlay .reveal.team-modal {
  padding: 0;
  background: transparent;
  border: none;
  top: 15% !important;
}
.reveal-overlay .reveal.team-modal > .row {
  margin: 0;
  padding: 25px 50px 50px;
  background-position: center 250px;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -20px;
  z-index: 100;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content a.close-button {
  position: absolute;
  top: -10px;
  right: 20px;
  cursor: pointer;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content a.close-button svg {
  width: 34px;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content a.close-button svg .st0 {
  fill: #A2A9AF;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-image {
  margin: 0 42px 25px 0;
  width: 320px;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-image:not(.bod-image) {
  height: 215px;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-image img {
  max-width: 320px;
  height: auto;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-image img.alternate {
  display: none;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-image:not(.no-hover):hover img.default {
  display: none;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-image:not(.no-hover):hover img.alternate {
  display: block;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-details h2 {
  font-size: 32.4px;
  font-weight: 600;
  padding-bottom: 26px;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-details h4 {
  color: #45535f;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 26px;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-details p {
  font-size: 16.2px;
  font-weight: 300;
  line-height: 1.74;
  color: #45535f;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-details i {
  font-size: 24px;
  color: #5a6d7d;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-description {
  padding: 0 0 20px 0;
  flex: 1 0 100%;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next {
  flex: 1 0 50%;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev a,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next a {
  color: #45535f;
  font-weight: 300;
  font-size: 16.2px;
  display: flex;
  align-items: center;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev a:hover,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next a:hover {
  text-decoration: none;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev a strong,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next a strong {
  display: block;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev svg,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev img,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next svg,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next img {
  width: 25px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev svg .st0,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next svg .st0 {
  fill: #A2A9AF;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev {
  text-align: left;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev a {
  justify-content: flex-start;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev img,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-prev svg {
  transform: rotateY(180deg);
  margin-right: 10px;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next {
  text-align: right;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next a {
  justify-content: flex-end;
}
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next img,
.reveal-overlay .reveal.team-modal > .row .team-modal-content .team-modal-pagination .team-modal-next svg {
  margin-left: 10px;
}
@media print, screen and (max-width: 70.62375em) {
  .reveal-overlay .reveal.team-modal {
    min-width: 75%;
  }
}
@media screen and (max-width: 1035px) {
  .reveal-overlay .reveal.team-modal .team-modal-pagination a {
    font-size: 14px !important;
  }
}
.reveal-overlay .reveal.video-banner-modal {
  width: auto;
  max-width: 970px;
}
.reveal-overlay .reveal.video-banner-modal > .row {
  padding: 25px 75px 50px;
}
.reveal-overlay .reveal.video-banner-modal > .row .vimeo-video,
.reveal-overlay .reveal.video-banner-modal > .row iframe,
.reveal-overlay .reveal.video-banner-modal > .row video {
  margin: 0 auto;
  width: 800px;
}
@media print, screen and (max-width: 61.24875em) {
  .reveal-overlay .reveal.video-banner-modal > .row {
    padding: 25px;
  }
}
.reveal-overlay .reveal.video-banner-modal.hero-video-modal {
  height: 75%;
}
.reveal-overlay .reveal.video-banner-modal.hero-video-modal > .row {
  height: 100%;
}
@media print, screen and (max-width: 61.24875em) {
  .reveal-overlay .reveal {
    top: 50px !important;
    margin: 0 auto;
    width: 95%;
    height: auto;
    min-height: auto;
  }
  .reveal-overlay .reveal:not(.quadrants-modal-accordion) > .row:before {
    border-color: transparent transparent #f6f6f6;
  }
  .reveal-overlay .reveal:not(.quadrants-modal-accordion) > .row:after,
.reveal-overlay .reveal:not(.quadrants-modal-accordion) > .row .bg-background-wrapper {
    background: #f6f6f6;
  }
}
.reveal-overlay .marketo-ty {
  flex: 1 0 100%;
  text-align: center;
}
.reveal-overlay .marketo-ty h2 {
  font-size: 32px;
  font-weight: 600;
  color: #45535f;
}
.reveal-overlay .marketo-ty p {
  font-size: 17px;
  color: #45535f;
  line-height: 1.44;
  font-weight: 400;
}

/**
 * Modal: Resource Modal
 * 
 */
.resources-item-modal .row {
  width: 100%;
}
.resources-item-modal img {
  margin-bottom: 33px;
}
.resources-item-modal h3 {
  font-size: 22px;
  color: #45535f;
  line-height: 1.36;
  font-weight: 800;
  padding-bottom: 22px;
}
.resources-item-modal .resources-item-modal-description p {
  font-size: 17px;
  color: #45535f;
  line-height: 1.44;
  font-weight: 400;
}
.resources-item-modal-related {
  display: none;
  padding-top: 25px;
}
@media print, screen and (min-width: 61.25em) {
  .resources-item-modal-related {
    max-width: 75% !important;
    margin: 0 auto !important;
  }
}
.resources-item-modal-related.show {
  display: flex;
}
.resources-item-modal-related img {
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 37.49875em) {
  .resources-item-modal-related .columns {
    padding: 0;
    margin: 15px 0;
  }
}
.resources-item-modal form {
  width: 100% !important;
}
.resources-item-modal form .mktoFormCol,
.resources-item-modal form .mktoFieldWrap {
  float: none !important;
}
.resources-item-modal form .mktoGutter,
.resources-item-modal form .mktoOffset {
  display: none;
}
.resources-item-modal form label.mktoLabel {
  color: #45535f;
  padding-bottom: 5px;
  font-size: 14px;
  width: auto !important;
  font-weight: bold;
}
.resources-item-modal form .mktoButtonRow {
  width: 100%;
}
.resources-item-modal form .mktoButtonRow span.mktoButtonWrap {
  margin: 0 !important;
}
.resources-item-modal form .mktoButtonRow button {
  color: #fefefe !important;
  background: #f8971d !important;
  border-radius: 0 !important;
  height: auto !important;
  transition: 0.25s all;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: block !important;
  width: 100% !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.resources-item-modal form .mktoHtmlText * {
  color: #45535f !important;
  font-size: 14px !important;
}
.resources-item-modal form .mktoHtmlText a {
  text-decoration: underline;
  font-weight: normal;
}
.resources-item-modal form input,
.resources-item-modal form select,
.resources-item-modal form textarea {
  width: 100% !important;
  font-size: 16px;
  padding: 9px 11px;
  font-weight: 500;
  background: #fefefe !important;
}
.resources-item-modal form input[type=text], .resources-item-modal form input[type=email],
.resources-item-modal form select[type=text],
.resources-item-modal form select[type=email],
.resources-item-modal form textarea[type=text],
.resources-item-modal form textarea[type=email] {
  color: #45535f;
  border: 1px solid #e6e6e6;
}
.resources-item-modal form input[type=submit],
.resources-item-modal form select[type=submit],
.resources-item-modal form textarea[type=submit] {
  color: #fefefe;
  background: #f8971d;
  transition: 0.25s all;
  padding-top: 10px;
  padding-bottom: 10px;
}
.resources-item-modal form input[type=submit]:hover,
.resources-item-modal form select[type=submit]:hover,
.resources-item-modal form textarea[type=submit]:hover {
  background: #f8971d;
}
.resources-item-modal form select {
  padding: 10px !important;
  height: auto;
}
.resources-item-modal form select,
.resources-item-modal form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
.resources-item-modal form textarea {
  height: 75px;
}

/*# sourceMappingURL=app.css.map*/