/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: "Courier New", Courier, monospace;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-verdant-green: #264031;
    --color-buttercup-yellow: #FFF34C;
    --color-puddle-green: #AFDBCD;
    --color-verge-green: #60BF8F;
    --color-shadow-navy: #334358;
    --color-zebra-black: #3C3C3B;
    --color-path-grey: #A0B7C8;
    --color-zebra-white: #FAF6ED;
    --color-page: #FAF6ED;
    --color-body-text: #264031;
    --color-error: #E9443A;
    --color-module-grey: #F2EDE3;
    --font-heading-bold: "Geomanist-Bold", sans-serif;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .left-322 {
    left: calc(var(--spacing) * 322);
  }
  .float-none\! {
    float: none !important;
  }
  .container {
    width: 100%;
    @media (width >= 390px) {
      max-width: 390px;
    }
    @media (width >= 570px) {
      max-width: 570px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 850px) {
      max-width: 850px;
    }
    @media (width >= 1036px) {
      max-width: 1036px;
    }
    @media (width >= 1190px) {
      max-width: 1190px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-0\! {
    margin: calc(var(--spacing) * 0) !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-auto\! {
    margin-inline: auto !important;
  }
  .mt-auto {
    margin-top: auto;
  }
  .ml-auto\! {
    margin-left: auto !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-57 {
    width: calc(var(--spacing) * 57);
  }
  .w-58 {
    width: calc(var(--spacing) * 58);
  }
  .w-59 {
    width: calc(var(--spacing) * 59);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-61 {
    width: calc(var(--spacing) * 61);
  }
  .w-62 {
    width: calc(var(--spacing) * 62);
  }
  .w-63 {
    width: calc(var(--spacing) * 63);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-65 {
    width: calc(var(--spacing) * 65);
  }
  .w-66 {
    width: calc(var(--spacing) * 66);
  }
  .w-67 {
    width: calc(var(--spacing) * 67);
  }
  .w-68 {
    width: calc(var(--spacing) * 68);
  }
  .w-69 {
    width: calc(var(--spacing) * 69);
  }
  .w-70 {
    width: calc(var(--spacing) * 70);
  }
  .w-71 {
    width: calc(var(--spacing) * 71);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-73 {
    width: calc(var(--spacing) * 73);
  }
  .w-74 {
    width: calc(var(--spacing) * 74);
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-\[955px\] {
    max-width: 955px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0\! {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-zebra-black {
    border-color: var(--color-zebra-black);
  }
  .bg-buttercup-yellow {
    background-color: var(--color-buttercup-yellow);
  }
  .bg-verdant-green {
    background-color: var(--color-verdant-green);
  }
  .bg-verdant-green\! {
    background-color: var(--color-verdant-green) !important;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-zebra-white {
    background-color: var(--color-zebra-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8\! {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  .py-0\! {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6\! {
    padding-block: calc(var(--spacing) * 6) !important;
  }
  .py-10\! {
    padding-block: calc(var(--spacing) * 10) !important;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[avenir-next-lt-pro\,_-apple-system\,_system-ui\,_Helvetica\,_Arial\,_sans-serif\] {
    font-family: avenir-next-lt-pro, -apple-system, system-ui, Helvetica, Arial, sans-serif;
  }
  .font-heading-bold {
    font-family: var(--font-heading-bold);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-verdant-green {
    color: var(--color-verdant-green);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-zebra-white {
    color: var(--color-zebra-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:bg-puddle-green {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-puddle-green);
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #FFFFFF 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:text-verdant-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-verdant-green);
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 570px) {
      flex-direction: row;
    }
  }
}
@layer components {
  .sc-is-hidden {
    display: none;
  }
}
@layer components {
  .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }
  .clearfix {
    overflow: hidden;
  }
  .clear {
    clear: both;
  }
  .error {
    color: #E9443A;
  }
}
@layer components {
  .sc-bg-turquoise--light {
    background-color: #AFDBCD !important;
  }
}
@layer components {
  .grid-width {
    float: left;
    min-height: 1px;
    margin-bottom: 10px;
  }
  .grid-width1 {
    width: calc(8.333% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width2 {
    width: calc(16.667% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width3 {
    width: calc(25% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width4 {
    width: calc(33.333% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width5 {
    width: calc(41.667% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width6 {
    width: calc(50% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width7 {
    width: calc(58.333% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width8 {
    width: calc(66.667% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width9 {
    width: calc(75% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width10 {
    width: calc(83.333% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width11 {
    width: calc(91.667% - 2%);
    margin: 0 1% 2%;
  }
  .grid-width12 {
    width: calc(100% - 2%);
    margin: 0 1% 2%;
  }
}
@layer components {
  .outer-wrapper {
    width: 100%;
    clear: both;
  }
  .wrapper {
    max-width: 1188px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  @media (max-width: 1036px) {
    .wrapper {
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  .light-wrapper {
    background: white;
  }
  .mid-wrapper {
    background: #F2EDE3;
  }
  .content {
    max-width: 1188px;
    margin: 40px auto;
  }
  .page-heading {
    overflow: hidden;
  }
  .page-heading h2 {
    float: left;
  }
  .page-heading .page-heading-right {
    float: right;
    margin-bottom: 20px;
  }
  .photo-wrap {
    position: relative;
    zoom: 1;
  }
  .narrow .main {
    max-width: 624px;
    padding-left: 196px;
    padding-right: 196px;
    width: 60.1%;
  }
  .sc-no-scroll {
    overflow: hidden !important;
  }
}
@layer base {
  html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
  }
  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,ul {
    list-style: none;
  }
  blockquote,q {
    quotes: none;
  }
  blockquote:before,blockquote:after,q:before,q:after {
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  @font-face {
    font-family: Geomanist-Black;
    src: url('/fonts/geomanist-black-webfont.woff2') format('woff2'), url('/fonts/geomanist-black-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: Geomanist-Bold;
    src: url('/fonts/geomanist-bold-webfont.woff2') format('woff2'), url('/fonts/geomanist-bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  body, p, h1, a, input, textarea {
    font-family: avenir-next-lt-pro, -apple-system, system-ui, Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Noto Color Emoji";
    color: var(--color-body-text);
  }
  p {
    line-height: 24px;
  }
  a {
    transition: color 0.5s;
  }
  h1 {
    font-family: Geomanist-Black, sans-serif;
  }
  h2, h3, h4 {
    font-family: Geomanist-Bold, sans-serif;
  }
  h1, h2, h3, h4 {
    color: var(--color-verdant-green);
    margin-bottom: 20px;
  }
  h1 {
    font-size: 30px;
    text-align: center;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    border-bottom: 0.5em solid rgb(205, 205, 205);
    font-size: 1em;
    margin: 2em 0 0;
    padding: 0.5em 0;
  }
  strong {
    font-weight: 700;
  }
  em {
    font-style: italic;
  }
  .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }
  .clearfix {
    overflow: hidden;
  }
  .clear {
    clear: both;
  }
  .error {
    color: var(--color-error);
  }
}
@layer components {
  html {
    height: 100%;
  }
  body {
    background: var(--color-page);
  }
  .outer-wrapper {
    width: 100%;
    clear: both;
  }
  .wrapper {
    max-width: 1188px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  @media all and (max-width: 1036px) {
    .wrapper {
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  .light-wrapper {
    background: white;
  }
  .mid-wrapper {
    background: var(--color-module-grey);
  }
  .content {
    max-width: 1188px;
    margin: 40px auto;
  }
  .page-heading {
    overflow: hidden;
  }
  .page-heading h2 {
    float: left;
  }
  .page-heading .page-heading-right {
    float: right;
    margin-bottom: 20px;
  }
  .photo-wrap {
    position: relative;
    zoom: 1;
  }
  .narrow .main {
    max-width: 624px;
    padding-left: 196px;
    padding-right: 196px;
    width: 60.1%;
  }
  .grid-width {
    float: left;
    min-height: 1px;
    margin-bottom: 3.09%;
  }
  .grid-width1 {
    width: 5.24%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width2 {
    width: 13.58%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width3 {
    width: 21.91%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width4 {
    width: 30.24%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width5 {
    width: 38.58%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width6 {
    width: 46.91%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width7 {
    width: 55.24%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width8 {
    width: 63.58%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width9 {
    width: 71.91%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width10 {
    width: 80.24%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width11 {
    width: 88.58%;
    margin: 0 1.545% 3.09%;
  }
  .grid-width12 {
    width: 96.91%;
    margin: 0 1.545% 3.09%;
  }
}
@layer components {
  .sc-c-dashboard-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 850px) {
    .sc-c-dashboard-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  .sc-c-dashboard-module {
    --module-color: var(--color-shadow-navy);
    --module-color--text: var(--color-verdant-green);
    --module-color--tint: var(--color-module-grey);
    display: flex;
    flex-direction: column;
  }
  .sc-c-dashboard-module__header {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    min-height: 4rem;
    padding: 0.75rem 1.2rem;
    background-color: var(--module-color--tint);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: auto 75%;
  }
  .sc-c-dashboard-module__header .buttons {
    font-size: 1rem;
    margin: 0;
  }
  .sc-c-dashboard-module__header, .sc-c-dashboard-module__header h4 {
    margin: 0;
    border-bottom: 0;
    color: var(--module-color--text);
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .sc-c-dashboard-module__header svg path, .sc-c-dashboard-module__header h4 svg path {
    fill: var(--module-color);
  }
  .sc-c-dashboard-module__header h4 {
    padding: 0;
  }
  .sc-c-dashboard-module__body {
    padding: 1.2rem;
    background: white;
  }
  .sc-c-dashboard-module__body:nth-child(2) {
    flex-grow: 1;
  }
  .sc-c-dashboard-module__body > * {
    margin-bottom: 1rem;
  }
  .sc-c-dashboard-module__body > *:last-child {
    margin-bottom: 0;
  }
  .sc-c-dashboard-module__body.border {
    border-top: 1px solid;
    border-top-color: var(--module-color--text);
  }
  .sc-c-dashboard-module__body > h5 {
    font-weight: 600;
  }
  .sc-c-dashboard-module__body > p, .sc-c-dashboard-module__body > h5 {
    margin: 0 0 1rem 0;
    line-height: 1.4;
  }
  .sc-c-dashboard-module__body > p:last-child, .sc-c-dashboard-module__body > h5:last-child {
    margin-bottom: 0;
  }
  .sc-c-dashboard-module__body .buttons {
    margin-top: 1rem;
  }
  .sc-c-dashboard-module__body .buttons:last-child {
    margin-bottom: 0;
  }
  .sc-c-dashboard-module__body .mini-stat .data {
    font-size: 1.5em;
    font-weight: bold;
  }
  .sc-c-dashboard-module .main-stat {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 10vw, 5rem);
    padding-left: 1rem;
    padding-right: 1rem;
    background: var(--module-color);
    color: white;
  }
  .sc-c-dashboard-module .main-stat.text-dark {
    color: var(--module-color--text);
  }
  .sc-c-dashboard-module .main-stat .data {
    font-size: 4rem;
    font-weight: bold;
  }
  .sc-c-dashboard-module .main-stat .data i {
    font-size: 0.5em;
  }
  @media (max-width: 768px) {
    .sc-c-dashboard-module .main-stat.has-buttons {
      padding-bottom: 3.5rem;
    }
  }
  .sc-c-dashboard-module .main-stat > button, .sc-c-dashboard-module .main-stat__buttons {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
  }
  @media (max-width: 768px) {
    .sc-c-dashboard-module .main-stat > button, .sc-c-dashboard-module .main-stat__buttons {
      right: 50%;
      transform: translateX(50%);
    }
  }
  .sc-c-dashboard-module .main-stat__buttons {
    display: flex;
    gap: 0.25rem;
    align-items: flex-end;
  }
  .sc-c-dashboard-module .main-stat button, .sc-c-dashboard-module .main-stat__buttons a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 3px;
    background: var(--module-color--text);
    color: white;
    font-size: 0.85rem;
    text-decoration: none;
    height: 1.8rem;
    padding: 0.25rem 1rem;
    cursor: pointer;
  }
  .sc-c-dashboard-module .main-stat button i, .sc-c-dashboard-module .main-stat__buttons a i {
    margin-left: 0.5rem;
    margin-right: -0.25rem;
  }
  .sc-c-dashboard-module .secondary-stat {
    display: flex;
    align-items: center;
    background: var(--color-module-grey);
  }
  .sc-c-dashboard-module .secondary-stat > * {
    padding: 1.2rem;
  }
  .sc-c-dashboard-module .secondary-stat .data {
    flex-grow: 0;
    font-size: 2em;
    font-weight: bold;
    color: var(--module-color--text);
  }
  .sc-c-dashboard-module .secondary-stat .data i {
    font-size: 0.5em;
  }
  .sc-c-dashboard-module .split-pane {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  .sc-c-dashboard-module .split-pane > * {
    flex: 0 0 50%;
    box-sizing: border-box;
  }
  @media (max-width: 768px) {
    .sc-c-dashboard-module .split-pane {
      flex-wrap: wrap;
    }
    .sc-c-dashboard-module .split-pane > * {
      flex: 0 0 100%;
    }
  }
  .sc-c-dashboard-module .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sc-c-dashboard-module a.flex {
    text-decoration: none;
  }
  .sc-c-dashboard-module .grow {
    flex-grow: 1;
  }
  .sc-c-dashboard-module .pad-h {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .sc-c-dashboard-module .pad-v {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sc-c-dashboard-module .center {
    text-align: center;
  }
  .sc-c-dashboard-module .light {
    background-color: white;
    color: var(--module-color--text);
  }
  .sc-c-dashboard-module .dark {
    background-color: var(--module-color--text);
    color: white;
  }
  .sc-c-dashboard-module .dark > * {
    color: white;
  }
  .sc-c-dashboard-module .graphic {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.2rem;
    background: white;
  }
  .sc-c-dashboard-module .graphic img {
    max-width: 100%;
  }
  .sc-c-dashboard-module .trophy-wrapper {
    position: relative;
  }
  .sc-c-dashboard-module .trophy-wrapper img {
    position: relative;
    z-index: 1;
  }
  .sc-c-dashboard-module .trophy-wrapper .liquid {
    position: absolute;
    bottom: 42%;
    top: 0;
    left: 5px;
    right: 5px;
  }
  .sc-c-dashboard-module .trophy-wrapper .liquid i {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: var(--color-verge-green);
    transition: height 2.5s ease-in-out;
  }
  .sc-c-dashboard-module--full-width {
    grid-column: 1 / -1;
  }
  .sc-c-dashboard-module--turqoise {
    --module-color: #60BF8F;
    --module-color--text: #264031;
    --module-color--tint: #AFDBCD;
  }
  .sc-c-dashboard-module--yellow {
    --module-color: #FFF34C;
    --module-color--text: #264031;
    --module-color--tint: #FFF9B8;
  }
  .sc-c-dashboard-module--green {
    --module-color: #60BF8F;
    --module-color--text: #264031;
    --module-color--tint: #AFDBCD;
  }
  .sc-c-dashboard-module--red {
    --module-color: #F28857;
    --module-color--text: #AB5A37;
    --module-color--tint: #FCD4C0;
  }
  .sc-c-dashboard-module--purple {
    --module-color: #655CB8;
    --module-color--text: #3F3963;
    --module-color--tint: #ACA3FF;
  }
  .sc-c-dashboard-module--tangerine {
    --module-color: #366DC9;
    --module-color--text: #1a3664;
    --module-color--tint: #C2E9F2;
  }
  .sc-c-dashboard-module--co2-grey {
    --module-color: #334358;
    --module-color--text: #3C3C3B;
    --module-color--tint: #A0B7C8;
  }
  .sc-c-metrics-grid {
    --metric-item-bg-color: white;
    --metric-item-text-color: var(--color-verdant-green);
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr 1fr;
  }
  @media (min-width: 768px) {
    .sc-c-metrics-grid {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (min-width: 1050px) {
    .sc-c-metrics-grid {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  .sc-c-metrics-grid > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(1rem, 10vw, 3rem) 1rem;
    text-align: center;
    background: var(--metric-item-bg-color);
    color: var(--metric-item-text-color);
  }
  .sc-c-metrics-grid > * .data {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .sc-c-metrics-grid > * .data i {
    font-size: 1rem;
  }
  .sc-c-metrics-grid > *.sc-standout {
    --metric-item-text-color: white;
  }
  .sc-c-metrics-grid--turquiose {
    --metric-item-bg-color: #AFDBCD;
    --metric-item-text-color: #264031;
  }
  .sc-c-metrics-grid--turquiose .sc-standout {
    --metric-item-bg-color: #60BF8F;
  }
  .sc-c-metrics-grid--red {
    --metric-item-bg-color: #FCD4C0;
    --metric-item-text-color: #AB5A37;
  }
  .sc-c-metrics-grid--red .sc-standout {
    --metric-item-bg-color: #F28857;
  }
  .sc-c-metrics-grid--purple {
    --metric-item-bg-color: #ACA3FF;
    --metric-item-text-color: #3F3963;
  }
  .sc-c-metrics-grid--purple .sc-standout {
    --metric-item-bg-color: #655CB8;
  }
  .sc-c-metrics-grid--tangerine {
    --metric-item-bg-color: #C2E9F2;
    --metric-item-text-color: #1a3664;
  }
  .sc-c-metrics-grid--tangerine .sc-standout {
    --metric-item-bg-color: #366DC9;
  }
  .sc-c-metrics-grid--co2-grey {
    --metric-item-bg-color: #A0B7C8;
    --metric-item-text-color: #3C3C3B;
  }
  .sc-c-metrics-grid--co2-grey .sc-standout {
    --metric-item-bg-color: #334358;
  }
}
@layer components {
  .sc-c-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 1rem;
  }
  .sc-c-buttons--small {
    font-size: 0.85rem;
  }
  .sc-c-buttons--inline {
    display: inline-flex;
  }
  .sc-c-buttons > a, .sc-c-buttons > button {
    display: flex;
    background-color: rgb(220, 220, 220);
    border: 0;
    border-radius: 3px;
    font-size: inherit;
    line-height: 1em;
    padding: 0.5em 1em;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-out;
  }
  .sc-c-buttons > a > i, .sc-c-buttons > button > i {
    margin-left: -0.25em;
    margin-right: 0.5em;
  }
  .sc-c-buttons > a:hover, .sc-c-buttons > button:hover {
    background: rgb(195, 195, 195);
    color: currentColor;
  }
  .sc-c-buttons > a.sc-primary, .sc-c-buttons > button.sc-primary {
    background: var(--color-buttercup-yellow);
    color: var(--color-verdant-green);
    font-weight: 500;
  }
  .sc-c-buttons > a.sc-turquoise, .sc-c-buttons > button.sc-turquoise {
    background: var(--color-verdant-green);
    color: white;
  }
  .sc-c-buttons > a.sc-twitter, .sc-c-buttons > button.sc-twitter, .sc-c-buttons > a.sc-facebook, .sc-c-buttons > button.sc-facebook {
    position: relative;
    background: white;
  }
  .sc-c-buttons > a.sc-twitter i, .sc-c-buttons > button.sc-twitter i, .sc-c-buttons > a.sc-facebook i, .sc-c-buttons > button.sc-facebook i {
    display: block;
    margin-left: -0.375em;
    font-size: 2em;
  }
  .sc-c-buttons > a.sc-twitter i::before, .sc-c-buttons > button.sc-twitter i::before, .sc-c-buttons > a.sc-facebook i::before, .sc-c-buttons > button.sc-facebook i::before {
    display: block;
  }
  .sc-c-buttons > a.sc-twitter, .sc-c-buttons > button.sc-twitter {
    box-shadow: inset 0 0 0 1px #1fa0f1;
  }
  .sc-c-buttons > a.sc-twitter i, .sc-c-buttons > button.sc-twitter i {
    color: #1fa0f1;
  }
  .sc-c-buttons > a.sc-x-twitter, .sc-c-buttons > button.sc-x-twitter {
    position: relative;
    background: white;
    box-shadow: inset 0 0 0 1px #000;
  }
  .sc-c-buttons > a.sc-x-twitter > i, .sc-c-buttons > button.sc-x-twitter > i {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: -12px;
    color: #000;
  }
  .sc-c-buttons > a.sc-facebook, .sc-c-buttons > button.sc-facebook {
    box-shadow: inset 0 0 0 1px #3b5998;
  }
  .sc-c-buttons > a.sc-facebook i, .sc-c-buttons > button.sc-facebook i {
    color: #3b5998;
  }
}
@layer components {
  .sc-c-activity-counter .clock-wrapper {
    position: relative;
    display: table;
    margin: 0 auto;
  }
  .sc-c-activity-counter .clock-wrapper img {
    position: relative;
    z-index: 20;
  }
  .sc-c-activity-counter .clock-wrapper canvas {
    position: absolute;
    left: 8px;
    top: 18px;
  }
  .sc-c-activity-counter .clock-hand {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 8px;
    top: 18px;
  }
  .sc-c-activity-counter .clock-hand img {
    margin: 0;
  }
}
@layer components {
  .sc-c-main-nav__item, .sc-c-main-nav__more-btn, .sc-c-main-nav-mobile__item, .sc-c-main-nav-mobile__section-list-item, .sc-c-dropdown__list-item, .sc-c-actions-nav__item {
    display: block;
    height: 50px;
    padding: 0 1.3rem;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
  }
  .sc-c-main-nav__item > i, .sc-c-main-nav__more-btn > i, .sc-c-main-nav-mobile__item > i, .sc-c-main-nav-mobile__section-list-item > i, .sc-c-dropdown__list-item > i, .sc-c-actions-nav__item > i {
    vertical-align: top;
    font-size: 1.2em;
  }
  @media (max-width: 390px) {
    .sc-c-main-nav__item, .sc-c-main-nav__more-btn, .sc-c-main-nav-mobile__item, .sc-c-main-nav-mobile__section-list-item, .sc-c-dropdown__list-item, .sc-c-actions-nav__item {
      padding: 0 1rem;
    }
  }
  @media (max-width: 345px) {
    .sc-c-main-nav__item, .sc-c-main-nav__more-btn, .sc-c-main-nav-mobile__item, .sc-c-main-nav-mobile__section-list-item, .sc-c-dropdown__list-item, .sc-c-actions-nav__item {
      font-size: 11px;
    }
  }
  .sc-c-nav-wrapper {
    z-index: 980;
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--color-zebra-white);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: top 0.3s ease-in-out;
  }
  .sc-c-nav-wrapper.sc-is-closed {
    top: -100px;
  }
  @media (min-width: 1266px) {
    .sc-c-nav-wrapper.sc-is-closed {
      top: -50px;
    }
  }
  @media (min-width: 1266px) {
    .sc-c-nav-wrapper__inner {
      display: flex;
      flex-direction: row-reverse;
      max-width: 1188px;
      margin: 0 auto;
    }
  }
  .sc-c-main-nav {
    display: flex;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    height: 50px;
    background: var(--color-zebra-white);
  }
  .sc-c-main-nav--uncalculated {
    overflow: hidden;
  }
  @media (min-width: 1266px) {
    .sc-c-main-nav {
      flex-grow: 1;
      flex-shrink: 1;
      max-width: calc(1188px - 252px);
    }
  }
  @media (min-width: 1266px) {
    .sc-c-nav-wrapper--has-admin-nav .sc-c-main-nav {
      max-width: calc(1188px - 358px);
    }
    .sc-c-nav-wrapper--logged-out .sc-c-main-nav {
      max-width: calc(1188px - 368px);
    }
  }
  .sc-c-main-nav__item {
    flex-shrink: 0;
  }
  .sc-c-main-nav__item.sc-is-hidden {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  .sc-c-main-nav--uncalculated .sc-c-main-nav__item.sc-is-hidden {
    display: block;
  }
  .sc-is-hidden > .sc-c-main-nav__item {
    opacity: 0;
  }
  .sc-c-main-nav__more-btn::before {
    content: '\2630';
    text-indent: 0;
  }
  .sc-c-main-nav > .sc-c-main-nav__item:first-child {
    padding-left: 5vw;
  }
  @media (min-width: 1266px) {
    .sc-c-main-nav > .sc-c-main-nav__item:first-child {
      padding-left: 0;
    }
  }
  @media (max-width: 1265px) {
    .sc-c-main-nav > .sc-c-main-nav__item:last-child {
      padding-right: 5vw;
    }
  }
  .sc-js-main-nav-mobile {
    position: fixed;
    box-sizing: border-box;
    z-index: 986;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    left: 0;
    width: 85%;
    max-width: 360px;
    padding: 74px 1.5rem 1.5rem;
    background: var(--color-zebra-white);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: left .3s ease-in-out;
  }
  .sc-js-main-nav-mobile.sc-is-closed {
    left: -100%;
  }
  .sc-c-main-nav-mobile__item {
    padding-left: 0 !important;
    border-bottom: 1px solid var(--color-puddle-green);
  }
  .sc-c-main-nav-mobile__section {
    margin: 1.5rem 0;
  }
  .sc-c-main-nav-mobile__section-list-item {
    border-bottom: 1px solid rgb(204, 206, 203);
  }
  .sc-c-main-nav-mobile__close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    text-indent: -999rem;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--color-verdant-green);
  }
  .sc-c-main-nav-mobile__close-btn::after {
    content: '+';
    position: absolute;
    text-indent: 0;
    text-align: center;
    vertical-align: middle;
    top: 1px;
    left: 0;
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    transform-origin: 25px 25px;
    transform: rotateZ(45deg);
    color: white;
  }
  .sc-c-dropdown {
    position: relative;
  }
  .sc-c-dropdown::after {
    content: '';
    position: absolute;
    top: 40px;
    height: 0;
    width: 0;
    border-bottom: 12px solid white;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease-out;
  }
  .sc-c-dropdown.sc-is-open::after {
    opacity: 1;
  }
  .sc-c-dropdown.sc-is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .sc-c-dropdown__list {
    z-index: 1;
    position: absolute;
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-out;
  }
  .sc-c-dropdown__list--align-right {
    right: 0;
  }
  .sc-c-dropdown.sc-is-open .sc-c-dropdown__list {
    opacity: 1;
    pointer-events: auto;
  }
  .sc-c-dropdown__list-item {
    border-bottom: 1px solid var(--color-zebra-white);
  }
  .sc-c-dropdown__list-item:last-child {
    border-bottom: 0;
  }
  .sc-c-actions-nav {
    display: flex;
  }
  .sc-c-actions-nav__item {
    flex-grow: 1;
  }
  .sc-c-actions-nav__item--register, .sc-c-actions-nav__item--me {
    background: var(--color-verdant-green);
    color: white;
  }
  .sc-c-actions-nav__item--register:hover, .sc-c-actions-nav__item--me:hover {
    color: white;
    background: #1a2b21;
  }
  .sc-c-actions-nav__item--login {
    background: var(--color-puddle-green);
    color: var(--color-verdant-green);
  }
  .sc-c-actions-nav__item--login:hover {
    color: var(--color-verdant-green);
    background: #8dcfbc;
  }
  .sc-c-actions-nav__item--admin {
    background: var(--color-shadow-navy);
    color: white;
  }
  .sc-c-actions-nav__item--admin:hover {
    color: white;
    background: #263140;
  }
  .sc-c-actions-nav__item--log-journey {
    background: var(--color-buttercup-yellow);
    color: var(--color-verdant-green);
    padding-left: 5vw;
  }
  .sc-c-actions-nav__item--log-journey::before {
    content: '+';
    padding-right: 2px;
    vertical-align: bottom;
    font-size: 30px;
  }
  .sc-c-actions-nav__item--log-journey:hover {
    color: var(--color-verdant-green);
    background: #e6db44;
  }
  @media (min-width: 1266px) {
    .sc-c-actions-nav__item--log-journey {
      padding-left: 1.3rem;
    }
  }
  .sc-c-page-title-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
  }
  .sc-c-page-title-bar > *:last-child {
    margin-left: auto;
  }
  .sc-c-page-title-bar__avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
  }
  .sc-c-page-title-bar h2 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .sc-c-page-title-bar h2 span {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-path-grey);
  }
}
@layer components {
  .sc-form-intro > * + * {
    margin-top: 1em;
  }
  .sc-form-intro ul, .sc-form-intro ol {
    padding-left: 1em;
  }
  .sc-form-intro ul {
    list-style: disc;
  }
  .sc-form-intro li {
    line-height: 1.5;
  }
  .form-pair-inline {
    margin-bottom: 1em;
  }
  .form-pair-inline label, .form-pair-inline input[type=text], .form-pair-inline input[type=number] {
    display: inline-block;
  }
  .form-pair-inline label {
    width: 50% !important;
  }
  .form-pair--checkbox {
    clear: both;
    padding-top: 1em;
  }
  .form-pair--checkbox input, .form-pair--checkbox label {
    display: inline;
  }
  #editPhoto img {
    max-width: 100%;
  }
  .main .form {
    border-top: 1px solid var(--color-verdant-green);
  }
  .form-section {
    background-color: rgb(253, 253, 253);
    margin: 0 0 3em;
    padding: 0 0 2em;
  }
  .form-section > * {
    margin-bottom: 1.4em;
    padding-left: 7%;
    padding-right: 7%;
  }
  .form-section h4:first-child {
    margin-top: 0;
  }
  .form-item.highlight {
    border-top: solid 3px rgb(220, 220, 220);
    padding: 0.5em 0;
  }
  fieldset {
    display: block;
    position: relative;
  }
  .form-section > h2, .form-section > h3, .form h2, .form h3 {
    background-color: var(--color-verdant-green);
    color: rgb(253, 253, 253);
    margin-bottom: 1em;
    padding: 0.5em 7%;
  }
  .form-section > h3 {
    margin-top: 2em;
  }
  .form-section > h3:first-child {
    margin-top: 0;
  }
  .form-section p {
    margin-bottom: 1em;
  }
  .form-section blockquote {
    background: rgb(240, 240, 240);
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
  .form-sub-label {
    font-weight: normal;
  }
  .form-layout .main {
    max-width: 1016px;
  }
  .form-layout .intro {
    background-color: rgb(220, 220, 220);
    padding-bottom: 5em;
  }
  .form-layout .intro h2 {
    background-color: rgb(253, 253, 253);
    color: rgb(60, 60, 60);
    padding: 0.5em;
    text-align: center;
  }
  .form-layout .intro p, .form-layout .intro .link-list {
    padding: 0 25.5%;
  }
  .form-layout .form, .form-layout .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }
  .form-layout .dialog-inner .form, .form-layout .dialog-inner .content {
    max-width: none;
    margin-top: 0;
  }
  .form-layout .form {
    margin-top: 2em;
  }
  .form-layout .form.no-title .form-section {
    padding-top: 2em;
  }
  .form-layout .content .form {
    float: none;
  }
  .form-field-half-col {
    width: 50%;
    float: left;
  }
  .form-other-text label {
    display: none;
  }
  .form-other-text input[type=text] {
    display: none;
  }
  .form-other-text input[type=text]:focus {
    display: block;
  }
  .form-fields-wrapper {
    overflow: hidden;
  }
  .form-field-inline-row {
    display: inline-block;
  }
  .dialog .form {
    float: none;
    margin-top: 0;
    text-align: left;
    width: auto;
  }
  .dialog .form-section {
    margin: 0;
    padding: 0 0 2em 0;
  }
  .dialog .form-section > h2 {
    left: 0;
    top: 0;
    padding: 0.5em 1em;
    text-align: center;
  }
  .dialog .form-section .form-pair, .dialog .form-section .next-step {
    padding: 0 2em;
  }
  .dialog .add-journey {
    background-color: #FFF9B8;
  }
  label, .radio-set legend, .radio-set h4, .form-pair dt {
    color: var(--color-body-text);
    border: 0;
    display: block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.25em;
    position: relative;
    text-transform: none;
  }
  .form-pair dt {
    display: inline;
  }
  .radio-set legend, .radio-set h4 {
    display: block;
    margin-top: 1em;
    padding-bottom: 0.85em;
  }
  .radio-set label {
    border: 0;
    clear: right;
    float: none;
    font-weight: normal;
    margin-bottom: 0.4em;
    padding-bottom: 0;
    width: auto;
  }
  .radio-set label.indent {
    width: 70%;
  }
  .radio-set.full-width label {
    display: block;
    float: none;
    padding-left: 1.5em;
    width: auto;
    zoom: 1;
  }
  .radio-set.full-width label input {
    margin: 0 0.5em 0 -1.5em;
  }
  .radio-set.checkbox label {
    display: inline;
    margin-left: 0;
    padding-left: 0;
  }
  .form-section div label ~ p, .form-pair p {
    clear: both;
    color: rgb(70, 70, 70);
    font-size: 1em;
    font-style: italic;
  }
  label.indent {
    padding-left: 1em;
  }
  .button-notice {
    color: rgb(90, 90, 90);
    font-size: 0.85em;
    font-style: italic;
    margin-left: 0.5em;
  }
  .next-step p {
    color: rgb(90, 90, 90);
    font-size: 1em;
    font-style: italic;
    margin-bottom: 0;
  }
  .radio-set > p span {
    color: rgb(120, 120, 120);
    font-style: italic;
  }
  fieldset legend span {
    float: left;
    word-wrap: normal;
  }
  .prepended span.prep, .appended span.app {
    font-size: 0.85em;
  }
  .error, .radio-set > p .error {
    display: inline-block;
    float: none;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
  }
  .special-em {
    text-transform: uppercase;
    font-size: 0.8em;
    color: var(--color-verdant-green);
  }
  .form-pair input[type=text], .form-pair input[type=password], .form-pair input[type=email], .form-pair input[type=number], .form-pair input[type=file], .form-pair input[type=date], .form-pair textarea, .form-pair dd {
    box-sizing: border-box;
    background-color: rgb(252, 252, 252);
    border: 1px solid rgb(220, 220, 220);
    display: block;
    font-size: 1em;
    padding: 0.4em;
    margin-bottom: 0.4em;
    width: 100%;
    vertical-align: middle;
  }
  .form-pair dd {
    display: inline;
    border: 0;
    padding: 0;
    vertical-align: inherit;
  }
  .prepended input, .appended input {
    display: inline;
  }
  .appended input {
    text-align: right;
    width: 40%;
  }
  .userpost-form textarea, .photo-form textarea {
    height: 5em;
    max-width: none;
    width: 100%;
  }
  ol input[type=text] {
    display: inline;
    width: 75%;
  }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input.number, input.date, input[type=date] {
    max-width: 120px;
  }
  select {
    border: 1px solid rgb(215, 215, 215);
    font-size: 0.85em;
    width: 90%;
    max-width: 280px;
  }
  select.expand {
    width: auto;
  }
  .radio-set input {
    margin: 0 1em 0 0;
  }
  input[type=text].error, input[type=password].error, input[type=email].error, input[type=number].error, input[type=date].error, textarea.error, fieldset.error {
    background-image: url(/img/validate-error.png);
    background-position: 100% -2px;
    background-repeat: no-repeat;
  }
  input[type=text].valid, input[type=password].valid, input[type=email].valid, input[type=number].valid, input[type=date].valid, textarea.valid, fieldset.valid {
    background-image: url(/img/validate-success.png);
    background-position: 100% -2px;
    background-repeat: no-repeat;
  }
  input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=date]:disabled, textarea:disabled, fieldset:disabled {
    background-color: rgb(245, 245, 245);
    color: rgb(150, 150, 150);
  }
  .js #department-ext, .js #password-ext, .js #existing-pw-ext, .js .car-ext, .js #ethnicity_other_wrap, .js #user-type-ext {
    display: none;
  }
  .target-editor input {
    display: inline;
    width: auto;
  }
  .target-editor select {
    width: auto;
  }
  .target-editor input.number {
    max-width: 60px;
  }
  .next-step button, input[type=submit] {
    background-color: var(--color-verdant-green);
    border: 0;
    border-bottom: 0.4em solid #1a2b21;
    color: rgb(255, 255, 255);
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.25em;
    max-width: 280px;
    padding: 0.8em 0;
    width: 90%;
    cursor: pointer;
    -webkit-appearance: none;
  }
  .next-step button:hover, input[type=submit]:hover {
    background-color: #1a2b21;
    border-color: #0f1a14;
    color: rgb(255, 255, 255);
  }
  input[type=submit][disabled], input[type=submit][disabled]:hover {
    background-color: rgb(190, 190, 190);
    cursor: default;
  }
  .target-editor input[type=submit] {
    border: 5px solid var(--color-puddle-green);
    padding: 0.4em 1em;
    width: auto;
  }
  form .buttons {
    margin-top: 1em;
  }
  input[type=submit].btn--delete {
    background: rgb(244, 52, 67);
    border-bottom: 0;
    padding: 0.5em;
  }
  input[type=submit].btn--watch {
    background: var(--color-verdant-green);
    border-bottom: 0;
    padding: 0.5em;
  }
  input[type=submit].btn--watching {
    background: rgb(85, 174, 240);
  }
  .success-msg {
    background-color: var(--color-puddle-green);
    border: 0;
    margin-bottom: 3em;
    padding: 1.5em 2em 2em;
  }
  .progress-list {
    border-top: 1px solid rgb(255, 255, 255);
    bottom: 0;
    box-shadow: -5px 0 5px rgb(120, 120, 120);
    left: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .progress-list li {
    display: block;
    float: left;
    font-weight: bold;
  }
  .progress-list div {
    background-color: rgb(220, 220, 220);
    border-right: 1px solid rgb(245, 245, 245);
    height: 3.5em;
    padding: 0.5em 1em;
  }
  .progress-list li span {
    display: block;
    font-size: 0.75em;
    font-style: italic;
    font-weight: normal;
  }
  .progress-list .active {
    background-color: rgb(100, 143, 63);
    color: rgb(250, 250, 250);
  }
  .progress-list a {
    color: rgb(150, 214, 94);
    display: block;
    text-decoration: none;
  }
  .progress-list .current a {
    color: rgb(250, 250, 250);
  }
  .progress-list a:hover {
    color: rgb(250, 250, 250);
  }
  .target-creator p {
    margin-bottom: 0;
  }
  .target-anim-container {
    border: 0.5em solid var(--color-verdant-green);
    margin-bottom: 5em;
    overflow: hidden;
    width: 31.5em;
  }
  .target-anim-container .form {
    border: 0;
    margin: 0;
    position: relative;
    width: 200%;
    max-width: none;
  }
  .no-js .target-anim-container.metric-set .form {
    left: -100%;
  }
  .target-types {
    float: left;
    margin: 0;
    width: 50%;
  }
  .target-buttons li {
    display: block;
    list-style: none;
    position: relative;
    width: 100%;
  }
  .target-buttons li a {
    background-color: rgb(245, 245, 245);
    border-top: 1px solid rgb(220, 220, 220);
    display: block;
    font-weight: bold;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 101;
    zoom: 1;
  }
  .target-buttons li:first-child a {
    border-top: 0;
  }
  .target-buttons li a:hover {
    background-color: rgb(235, 235, 235);
  }
  .target-buttons li.active a {
    background-color: rgb(227, 230, 233);
    border-top-color: rgb(210, 210, 210);
    color: rgb(40, 40, 40);
  }
  .target-form {
    background-color: rgb(253, 253, 253);
    float: left;
    height: 100%;
    text-align: center;
    width: 50%;
  }
  .target-form form {
    padding: 1.15em 2em;
  }
  .target-form input {
    margin: 0 auto;
    text-align: center;
  }
  .target-form input.number {
    font-size: 2em;
    font-weight: bold;
    margin-top: 0.25em;
    padding: 0.125em;
  }
  .data-calcs {
    background-color: rgb(235, 235, 235);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 33.3333%;
  }
  .search-form input[type=text], .search-form input[type=submit] {
    display: inline;
    width: auto;
    height: 3em;
    border: 0;
    margin: 0;
    vertical-align: bottom;
  }
  .search-form input[type=text] {
    min-width: 220px;
  }
  .search-form input[type=submit] {
    padding: 0 1em;
    margin-top: -2px;
  }
  .add-module textarea, .edit-module textarea {
    max-width: none;
  }
}
@media only screen and (max-width: 830px) {
  .form-section > h3 {
    margin-left: 0;
  }
  .progress-list {
    position: relative;
  }
  .progress-list li {
    width: 50%;
    margin-bottom: 1px;
  }
  .progress-list li span {
    display: inline;
    margin-left: 1em;
  }
  .progress-list div {
    height: 2em;
  }
}
@media only screen and (max-width: 650px) {
  .progress-list li {
    float: none;
    width: 100%;
  }
  .target-anim-container {
    border-left: 0;
    border-right: 0;
    width: 100%;
  }
}
@layer components {
  .sc-c-modal {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1rem;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  .sc-c-modal > div {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sc-c-modal__content {
    position: relative;
    background: white;
    padding: 2rem;
    width: 85vw;
    max-width: 40rem;
    overflow: auto;
  }
  .sc-c-modal__content h1 {
    margin: -2rem -2rem 2rem -2rem;
    padding: 2rem;
    background-color: var(--color-module-grey);
    font-size: 1.5rem;
    color: var(--color-verdant-green);
  }
  .sc-c-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .sc-c-modal__close {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: white;
    background-color: var(--color-zebra-black);
    cursor: pointer;
  }
  .sc-c-modal__close span {
    margin-top: -4px;
  }
  .sc-c-modal.sc-wide .sc-c-modal__content {
    max-width: 60rem;
  }
  .sc-c-modal.sc-no-pad .sc-c-modal__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .sc-c-modal.sc-no-pad .sc-c-modal__content h1 {
    margin-bottom: 0;
  }
  .sc-c-modal--open {
    opacity: 1;
    pointer-events: auto;
  }
  .sc-awards-module {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0;
  }
  .sc-award-card {
    position: relative;
    width: 130px;
    max-width: 90%;
    text-decoration: none;
  }
  .sc-award .sc-award-card {
    width: 200px;
  }
  .sc-award-card__link {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    margin-top: -0.7rem;
    transition: color .3s ease-out;
  }
  .sc-award-card[data-tooltip]::before, .sc-award-card[data-tooltip]::after {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 48px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-out .2s, transform .8s ease-out;
  }
  .sc-award-card[data-tooltip]::after {
    content: attr(data-tooltip);
    min-width: 170px;
    transform: translate(-10px, 0);
    padding: 1rem;
    background: rgb(245, 245, 245);
    color: black;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .sc-award-card[data-tooltip]::before {
    z-index: 2;
    content: '';
    transform: translate(0, 10px);
    width: 0;
    height: 0;
    border-left: 12px solid rgb(245, 245, 245);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .sc-award-card[data-tooltip]:hover::before, .sc-award-card[data-tooltip]:hover::after {
    visibility: visible;
    opacity: 1;
  }
  a.sc-award-card:hover .sc-award-card__link {
    color: black;
  }
  .sc-award-badge {
    max-width: 100%;
  }
  .sc-award-badge > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 6px solid;
    color: var(--badge-icon-color);
    border-color: var(--badge-icon-color);
    background-color: var(--badge-bg-color);
    transition: color .3s ease-out, border-color .3s ease-out, background-color .3s ease-out, transform .5s ease-out;
  }
  .sc-award-badge > div svg {
    width: 57%;
    height: auto;
  }
  .sc-award-badge > div svg path {
    fill: var(--badge-icon-color);
    transition: fill .3s ease-out;
  }
  .sc-award-badge > div span {
    font-size: 55px;
    letter-spacing: -0.02em;
    color: var(--badge-icon-color);
    transition: color .3s ease-out;
  }
  .sc-award-badge > div span sup {
    vertical-align: super;
    font-size: 18px;
  }
  .sc-award-card--is-grayed .sc-award-badge > div {
    border-color: rgb(225, 225, 225);
    background-color: rgb(165, 165, 165);
  }
  .sc-award-card--is-grayed .sc-award-badge > div svg path {
    fill: rgb(225, 225, 225);
  }
  .sc-award-card--is-grayed .sc-award-badge > div span {
    color: rgb(225, 225, 225);
  }
  .sc-award-badge > div::before {
    content: '';
    float: left;
    padding-top: 100%;
  }
  .sc-award-badge > p {
    padding: 1rem 0;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: var(--badge-bg-color);
    transition: color .3s ease-out;
  }
  .sc-award-card--is-grayed .sc-award-badge > p {
    color: rgb(165, 165, 165);
  }
  a.sc-award-card:hover .sc-award-badge > div {
    transform: scale(1.03);
    border-color: var(--badge-icon-color);
    background-color: var(--badge-bg-color);
  }
  a.sc-award-card:hover .sc-award-badge > div svg path {
    fill: var(--badge-icon-color);
  }
  a.sc-award-card:hover .sc-award-badge > div span {
    color: var(--badge-icon-color);
  }
  a.sc-award-card:hover .sc-award-badge > p {
    color: var(--badge-bg-color);
  }
  .sc-award-card--is-granted .sc-award-badge > div {
    filter: grayscale(0);
    opacity: 1;
  }
  .sc-award-card--is-granted .sc-award-badge > div::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid white;
    background: var(--color-verge-green);
    background-image: url(/img/icons/check.svg);
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sc-award {
    max-width: 400px;
    margin: 3rem auto;
  }
  .sc-award > a {
    display: block;
    padding-bottom: 0.5rem;
    color: var(--color-path-grey);
    font-size: 0.9rem;
  }
  .sc-award > div {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    text-align: center;
  }
  .sc-award__granted {
    font-weight: bold;
    margin-top: 1rem;
  }
  .sc-c-active-journeys {
    display: flex;
    justify-content: center;
    background: var(--color-verge-green);
  }
  .sc-c-active-journeys__stat {
    flex: 0 1 20%;
    padding: 2rem 1rem;
    text-align: center;
  }
  .sc-c-active-journeys__data {
    display: block;
    margin: 0 auto 1rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    color: var(--color-verdant-green);
  }
  .sc-c-active-journeys__label {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.1;
    color: #1a2b21;
  }
  .sc-c-gallery-thumbs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
  }
  .sc-c-gallery-thumbs-grid > * {
    display: flex;
    align-items: center;
  }
  .sc-c-gallery-thumbs-grid > * a {
    display: block;
    width: 100%;
  }
  .sc-c-gallery-thumbs-grid > * img {
    display: block;
    width: 100%;
  }
  .sc-c-table table {
    width: 100%;
  }
  .sc-c-table table.sc-expand-last td {
    white-space: nowrap;
  }
  .sc-c-table table.sc-expand-last td:last-child {
    width: 100%;
  }
  .sc-c-table table th {
    font-weight: 600;
    text-align: left;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-verdant-green);
  }
  .sc-c-table table td {
    padding: 0.25rem;
  }
  .sc-c-table table td:first-child {
    padding-left: 0;
  }
  .sc-c-table table td:last-child {
    padding-right: 0;
  }
  .sc-c-table table td .sc-expand {
    width: 100%;
  }
  .sc-c-table table tbody > tr:first-child > td {
    padding-top: 0.5rem;
  }
}
@layer components {
  .button {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: #3C3C3B;
    padding: 10px 15px;
    display: inline-block;
  }
  .button:hover {
    color: rgb(255, 255, 255);
  }
  .button-big {
    background-color: var(--color-buttercup-yellow);
    border: 2px solid var(--color-zebra-black);
    border-radius: 8px;
    padding: 20px 30px;
    font-size: 24px;
    text-decoration: none;
    color: var(--color-zebra-black);
  }
  .button-big:hover {
    background-color: color-mix(in srgb, #FFF34C 80%, #3C3C3B);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-buttercup-yellow) 80%, var(--color-zebra-black));
    }
    border: 2px solid var(--color-zebra-black);
  }
  .button--invite-a-friend {
    background-color: #264031;
    border-bottom: solid 5px #1a2b21;
    display: block;
    text-align: center;
  }
  .button--invite-a-friend:hover {
    background-color: #1a2b21;
    border-bottom: solid 5px #0f1a14;
  }
  .ribbon {
    background: url("/img/schools/ribbon.png");
    height: 60px;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    width: 320px;
    font-size: 24px;
    padding-top: 10px;
    margin: 0 auto;
  }
  ol {
    list-style-type: decimal;
  }
  .buttons a {
    text-decoration: none;
  }
  .photo {
    overflow: hidden;
  }
  .dashboard .left-col .box-contents {
    margin: 0 20px;
  }
  .message h1 {
    text-align: center;
    border-bottom: solid 1px white;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .buttons {
    margin: 0 0 1em;
  }
  .buttons.inline {
    margin: 0;
  }
  .buttons.inline a {
    display: inline;
  }
  .form-layout .intro .buttons {
    margin-bottom: 0;
    padding-top: 1em;
    text-align: center;
  }
  .form-layout .intro h2 + .buttons {
    padding-top: 0;
  }
  .buttons li {
    display: inline-block;
    list-style: none;
    margin: 0 0.25em 0.3em 0;
    vertical-align: top;
    zoom: 1;
  }
  .buttons a {
    background-color: rgb(220, 220, 220);
    display: block;
    font-size: 1em;
    line-height: 16px;
    padding: 6px 1em;
    transition: background 0.2s ease;
  }
  .buttons a:hover {
    background-color: rgb(198, 198, 198);
  }
  .form-layout .intro .buttons a {
    background-color: rgb(235, 235, 235);
  }
  .buttons.subdued a, .buttons.subdued input[type="submit"] {
    background-color: rgb(230, 230, 230);
    border-color: rgb(220, 220, 220);
    color: rgb(160, 160, 160);
  }
  .buttons a:hover {
    border-color: rgb(180, 180, 180);
    color: rgb(40, 40, 40);
    text-decoration: none;
  }
  .buttons a.delete:hover, .buttons input.delete:hover {
    background-color: rgb(255, 245, 240);
    border-color: rgb(242, 190, 180);
    color: rgb(70, 40, 40);
  }
  .buttons .log-link a {
    background-color: rgb(200, 220, 150);
    border-color: rgb(173, 205, 40);
  }
  .buttons .twitter a, .buttons .facebook a {
    background-image: url(/img/workplace2014/social/twitter.png);
    background-repeat: no-repeat;
    border-color: rgb(69, 150, 210);
    padding-left: 2.8em;
  }
  .buttons .facebook a {
    background-image: url(/img/facebook.png);
    border-color: rgb(76, 104, 162);
  }
  .buttons a i {
    margin-left: -0.5em;
  }
  .buttons .search-form {
    font-size: 0.8em;
  }
  .buttons .search-form input[type="submit"] {
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(205, 205, 205);
    color: rgb(140, 140, 140);
    margin: 0;
    padding: 4px 1em;
    width: auto;
  }
  .buttons.small.paginator {
    text-align: center;
  }
  .buttons.small a {
    padding: 0.11em 0.5em;
  }
  .buttons.small a i {
    margin-left: 0;
  }
  .buttons input[type="submit"] {
    border-bottom: 0;
    padding: 0.5em 0.8em;
    width: auto;
    font-weight: normal;
  }
  .buttons input[type="submit"][disabled] {
    border-bottom: 0;
    padding: 0.6em 1em;
    background: rgb(190, 190, 190);
  }
  .message, .msg {
    display: block;
    clear: both;
    font-size: 1em;
    margin-bottom: 1.5em;
    padding: 1em;
    color: rgb(255, 255, 255);
  }
  .message.success, .msg.success {
    background-color: #60BF8F;
  }
  .message.error, .msg.error {
    background-color: #E9443A;
  }
  .message.note, .msg.note {
    background-color: #AFDBCD;
    color: #264031;
  }
  .message.orgs-matched-by-email {
    margin-top: 1em;
  }
  .message.orgs-matched-by-email p {
    margin-bottom: 1em;
  }
  .message.orgs-matched-by-email li {
    padding: 0.3em 0;
  }
  .dashboard .content .msg {
    margin: 0 0 2em;
  }
  .site-msg {
    margin: 0 auto;
    max-width: 1016px;
    padding-left: 31px;
    padding-right: 31px;
    width: 92%;
  }
  #rs-dialog-overlay {
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    z-index: 200;
  }
  .rs-dialog {
    border: 0.6em solid #264031;
    max-width: 550px;
    width: 80%;
    z-index: 998;
  }
  .dialog h2 {
    background-color: #264031;
    color: rgb(255, 255, 255);
    padding: 0.5em 1em;
    text-align: center;
  }
  .dialog-inner {
    overflow: auto;
  }
  .dialog-inner > p, .dialog-inner > ol, .dialog-inner > ul {
    font-size: 0.85em;
    padding: 0 2em 1em;
    text-align: left;
  }
  .rs-dialog .dialog-chart h4 {
    margin: 0 0 2em 0;
  }
  .rs-dialog .dialog-chart {
    padding: 1em;
  }
  .rs-dialog.wide-dialog {
    max-width: 600px;
  }
  .rs-dialog.photo-dialog {
    width: auto;
    max-width: none;
  }
  .rs-dialog .dialog-inner {
    background-color: rgb(245, 245, 245);
  }
  .rs-dialog .dialog-inner table {
    text-align: left;
  }
  .rs-dialog h4 {
    margin: 2em;
  }
  .rs-dialog .buttons {
    margin: 0 auto 2em;
    max-width: 250px;
  }
  .rs-dialog .buttons li {
    display: block;
    text-align: center;
  }
  .rs-dialog > a.rs-dialog-close {
    background-color: #1a2b21;
    color: rgb(255, 255, 255);
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    padding: 0.5em 1em;
    position: absolute;
    right: 0.6em;
    top: -1.6em;
  }
  .rs-dialog > a.rs-dialog-close:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .dialog-inner .cms-page-module {
    padding: 2em;
  }
  @media screen and (max-width: 560px) {
    .rs-dialog {
      border: 0;
      max-width: none;
      padding: 2em 0 0;
      position: absolute;
      top: 0;
      width: 100%;
    }
    .rs-dialog.form-dialog {
      max-width: none;
    }
    .rs-dialog > a.rs-dialog-close {
      border: 0;
      color: rgb(240, 240, 240);
      display: block;
      font-size: 0.8em;
      left: 0;
      line-height: 1em;
      padding: 1em 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 100%;
    }
  }
  .like-button-wrapper {
    padding: 1em;
    background: #AFDBCD;
  }
  .like-button-wrapper .activity-like-icon {
    position: relative;
    top: 0.3em;
  }
  .like-button-wrapper .likes-wrapper {
    display: inline;
  }
  .photo .like-button-wrapper {
    display: inline-block;
  }
  .like-form-submit {
    cursor: pointer;
    background: #264031;
    color: rgb(255, 255, 255);
    padding: 0.1em 0.4em;
    margin: 0 0.5em;
    border-radius: 3px;
  }
  .like-form-submit:hover {
    background: rgba(38, 64, 49, 0.7);
    color: rgb(255, 255, 255);
  }
  .like-background {
    fill: #264031;
  }
  .like-heart {
    fill: #264031;
  }
}
@layer components {
  .module {
    background-color: #F2EDE3;
    border-bottom: 1px solid rgb(253, 253, 253);
    margin: 0 0 2em;
    overflow: hidden;
  }
  .module h4 {
    background-color: #F2EDE3;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: auto 75%;
    border-bottom: 0;
    color: #264031;
    margin: 0;
    padding: 1em 1em;
    line-height: 1.3;
    font-size: 1.2em;
  }
  .module p {
    margin-bottom: 0;
    padding: 0.8em 1.2em;
  }
  .module > ul {
    padding: 1em 1em;
  }
  .module > ul.buttons {
    padding: 1em 1em 0;
  }
  .module table {
    margin-bottom: 0;
  }
  .module table tr:nth-of-type(odd) {
    background-color: rgb(253, 253, 253);
  }
  .module .main-stat {
    overflow: hidden;
    margin-bottom: 0.6em;
    position: relative;
  }
  .module ul.buttons.info {
    position: absolute;
    bottom: -0.9em;
    right: 1em;
  }
  .module ul.buttons.info li {
    float: right;
  }
  .module .hanging-btn {
    width: 100%;
    float: left;
    background: #FAF6ED;
    padding: 0;
  }
  .module .hanging-btn a {
    float: left;
    width: 50%;
    background-color: rgb(220, 220, 220);
    color: #5A5A5A;
    display: block;
    line-height: 1em;
    box-sizing: border-box;
    padding: 0.5em 1em;
    text-decoration: none;
  }
  .module .hanging-btn a:hover {
    background-color: rgb(195, 195, 195);
  }
  .module .stats-list {
    float: left;
    list-style: none;
    padding: 0.8em 1em 0;
  }
  .module .stats-list.stats-h {
    float: none;
    overflow: hidden;
  }
  .module .stats-list li > span {
    display: block;
  }
  .module .stats-list li > span.label {
    font-size: 0.85em;
    padding-left: 0.25em;
    position: relative;
    top: -0.5em;
  }
  .module.participation .stats-list {
    float: none;
  }
  .module.participation .stats-list li {
    overflow: hidden;
  }
  .module.participation .stats-list li > span.label {
    font-size: 1em;
    font-weight: bold;
  }
  .module .donuts canvas {
    float: left;
    padding: 0 1em 1em 0;
    width: 24%;
  }
  .module .mini-stat {
    clear: both;
  }
  .module .mini-stat .data {
    font-size: 1.5em;
    font-weight: bold;
  }
  .module .smiley {
    padding: 0.8em 0 0;
  }
  .module .standout .data {
    font-size: 2.2em;
    font-weight: 500;
    font-weight: bold;
    line-height: 1em;
  }
  .module .standout .data span, .module .mini-stat .data span {
    font-family: inherit;
    font-size: 0.66em;
    font-weight: normal;
  }
  .module.journeys {
    clear: left;
  }
  .module.journeys .standout .data {
    color: #264031;
  }
  .module.journeys .graph-container {
    padding-bottom: 0;
  }
  .module.participation .standout .data, .module.participation .mini-stat .data {
    color: #264031;
  }
  .module.targets .standout .data {
    color: #60BF8F;
  }
  .module.carbon .standout .data, .module.carbon .mini-stat .data {
    color: #3C3C3B;
  }
  .module.user-details .standout .data {
    color: rgb(0, 130, 200);
  }
  .module.userposts .standout .data {
    color: rgb(162, 150, 138);
  }
  .module.userposts p.update {
    color: rgb(162, 150, 138);
    font-size: 1.5em;
    line-height: 1.1em;
    padding: 0.5em 0.66667em;
  }
  .module.photos .standout .data {
    color: rgb(162, 150, 138);
  }
  .module .data-list.stats-h {
    padding: 0;
  }
  .photo-thumbs .photo {
    width: 33%;
  }
  .info-link {
    transition: 0.3s;
  }
  a.info-link:hover {
    opacity: 0.9;
    color: rgb(255, 255, 255);
  }
  .info-link {
    display: block;
    background: #F28857;
    padding: 0.8em 1.2em;
    text-decoration: none;
    color: #FFF;
  }
  .module .savings, .module .savings p {
    background-color: #F2EDE3;
    overflow: hidden;
  }
  .module .savings .data {
    width: 40%;
    float: left;
    display: inline-block;
    font-size: 2em;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    padding: 0.8em 0.7em 0.8em 0.7em;
    overflow: hidden;
  }
  .module.cost .savings .data {
    color: #F28857;
  }
  .module .savings .mini-stat {
    box-sizing: border-box;
    float: left;
    display: inline-block;
    padding: 1em 0 1em 1.2em;
    width: 60%;
  }
  .module .data {
    font-size: 4em;
    font-weight: bold;
  }
  .module .main-stat {
    background: #F28857;
    padding: 3em 0;
    text-align: center;
    margin: 0;
  }
  .module .main-stat .data {
    font-size: 4em;
    font-weight: bold;
  }
  .module.two-col-stat div, .module.participate div {
    text-align: center;
  }
  .module.two-col-stat .total, .module.participate .total {
    float: left;
    width: 50%;
    height: 12em;
    background: #FFF34C;
    padding: 3.3em 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
  }
  .module.two-col-stat .total .data, .module.participate .total .data {
    color: #264031;
    font-size: 4em;
    font-weight: bold;
  }
  .module.two-col-stat .total .label, .module.participate .total .label {
    display: block;
    color: #264031;
    margin-top: 0.5em;
    font-size: 0.9em;
    text-transform: uppercase;
  }
  .module.two-col-stat .total .label span, .module.participate .total .label span {
    display: block;
    opacity: 0.6;
  }
  .module.two-col-stat .main-image, .module.participate .main-image {
    float: left;
    width: 50%;
    height: 12em;
    background: white;
  }
  .module.two-col-stat .main-image::after, .module.participate .main-image::after {
    content: '';
    display: table;
    clear: both;
  }
  .module.two-col-stat .info-link {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .module.two-col-stat .collect, .module.participate .collect {
    float: left;
    width: 50%;
    height: 5em;
    background: #F2EDE3;
  }
  .module.two-col-stat .remaining {
    float: left;
    width: 50%;
    height: 5em;
    background: #264031;
    position: relative;
  }
  .module.two-col-stat .remaining::after {
    content: '';
    display: block;
    background: url(/img/workplace2014/rewards-hook.png);
    height: 23px;
    width: 10px;
    position: absolute;
    top: -10px;
    left: 10%;
  }
  .module.two-col-stat .remaining::before {
    content: '';
    display: block;
    background: url(/img/workplace2014/rewards-hook.png);
    height: 23px;
    width: 10px;
    position: absolute;
    top: -10px;
    right: 10%;
  }
  .module.two-col-stat .points, .module.participate .points {
    display: block;
  }
  .module.two-col-stat .main-image img {
    display: block;
    margin: 1em auto;
  }
  .module.two-col-stat p, .module.participate p {
    background: none;
  }
  @media screen and (max-width: 845px) {
    .module.participate .main-image, .module.participate .collect, .module.participate .total {
      width: 100%;
      float: left;
    }
  }
  @media screen and (min-width: 840px) and (max-width: 1010px) {
    .module table {
      font-size: 0.8em;
    }
  }
  @media screen and (max-width: 445px) {
    .module.two-col-stat .main-image, .module.two-col-stat .collect, .module.two-col-stat .total, .module.two-col-stat .remaining, .module.two-col-stat .edit-target {
      width: 100%;
      float: left;
    }
    .module.target .edit-target {
      padding: 1em;
    }
  }
  .module.journeys h4 {
    color: #264031;
  }
  .module.journeys .standout .data {
    color: #264031;
  }
  .module.journeys .standout .label {
    color: #264031;
  }
  .module.journeys ul .standout .list-block-item-wrap .list-block-item {
    background: #AFDBCD;
  }
  .module.journeys ul .standout:first-child .list-block-item-wrap .list-block-item {
    background: #264031;
  }
  .module.journeys ul .standout:first-child .list-block-item-wrap .list-block-item .data, .module.journeys ul .standout:first-child .list-block-item-wrap .list-block-item .label {
    color: white;
  }
  .module.journeys ul .standout .list-block-item-wrap {
    padding: 2px 2px 0 0;
  }
  .module.journeys .data-list .list-block-item {
    height: 6.2em;
    padding-top: 3em;
  }
  .module.journeys .data-list .list-block-item .label {
    padding-top: 1.5em;
    color: #264031;
    font-size: 0.9em;
    text-transform: uppercase;
  }
  .module.journeys .buttons {
    margin: 0;
    background: #FAF6ED;
    padding: 0;
  }
  .module.journeys .buttons::after {
    content: '';
    clear: both;
    display: block;
  }
  .module.journeys .buttons li {
    margin: 0;
    width: 19.8%;
    float: left;
    margin-right: 2px;
  }
  .module.journeys small .buttons li {
    width: 32.9%;
  }
  .module.journeys small .buttons li:nth-child(2) {
    width: 32.9%;
    margin: 0;
  }
  .module.journeys .buttons li:nth-child(2) {
    width: 19.7%;
    margin: 0;
  }
  .module.journeys .buttons li a {
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.6rem 1rem !important;
  }
  .module.journeys .buttons li a.sc-m-log-journey-btn {
    background: #FFF34C;
    color: #264031;
  }
  .module.journeys .buttons li a.sc-m-log-journey-btn::before {
    content: '+';
    padding-right: 2px;
    vertical-align: bottom;
    font-size: 30px;
  }
  .module.journeys .buttons li a.sc-m-log-journey-btn:hover {
    color: #264031;
    background: #e6db44;
  }
  .module.rewards h4 {
    color: #264031;
    background-position: 99% -369px;
  }
  .module.rewards .remaining {
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    padding: 1.5em 1.1em 1.1em 1.1em;
  }
  .module.rewards .collect {
    color: #264031;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    padding: 1.5em 1.1em 1.1em 1.1em;
  }
  .module.target .total {
    background: #60BF8F;
  }
  .module.target .total .data {
    color: #264031;
  }
  .module.target .remaining p {
    color: #60BF8F;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 1.1em 0;
  }
  .module.target .remaining span {
    color: #fff;
  }
  .module.target .collect p span {
    color: #264031;
  }
  .module.target .remaining {
    background: #264031;
  }
  .module.target .remaining::after, .module.target .remaining::before {
    content: '';
    display: block;
    background: url(/img/workplace2014/target-hook.png);
  }
  .module.target h4 {
    color: #264031;
    background-position: 99% -152px;
  }
  .module.target .trophy-wrapper {
    position: relative;
    width: 157px;
    height: 165px;
    background: #60BF8F;
    margin: 1em auto;
  }
  .module.target .liquid {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #264031;
    height: 0px;
    width: 157px;
  }
  .module.target .trophy-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
  }
  .module.weekly-activity .total {
    background: #F28857;
  }
  .module.weekly-activity .total .data {
    color: #fff;
  }
  .module.weekly-activity .total .label {
    color: #fff;
  }
  .module.weekly-activity .collect {
    background: white;
  }
  .module.weekly-activity .clock-wrapper {
    position: relative;
    display: table;
    margin: 0 auto;
  }
  .module.weekly-activity .clock-wrapper img {
    position: relative;
    z-index: 20;
  }
  .module.weekly-activity .clock-wrapper canvas {
    position: absolute;
    left: 8px;
    top: 35px;
  }
  .module.weekly-activity .clock-hand {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 8px;
    top: 35px;
  }
  .module.weekly-activity .clock-hand img {
    margin: 0;
  }
  .module.weekly-activity .remaining p {
    color: #FCD4C0;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 1.1em 0;
  }
  .module.weekly-activity .remaining span {
    color: #fff;
  }
  .module.weekly-activity .highlighted {
    color: #AB5A37;
  }
  .module.weekly-activity .remaining {
    background: #D9D2C7;
  }
  .module.weekly-activity .remaining::after, .module.weekly-activity .remaining::before {
    content: '';
    display: block;
    background: url(/img/workplace2014/activity-hook.png);
    background-size: 90%;
    background-repeat: no-repeat;
    height: 24px;
  }
  .module.weekly-activity h4 {
    color: #AB5A37;
    background-position: 99% -792px;
  }
  .module.weekly-activity .info-link {
    background: #F28857;
  }
  .module.weekly-activity .extra-info {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 1.2em;
    background: #D9D2C7;
  }
  .module.weekly-activity .extra-info > p {
    padding: 0;
  }
  .module.participate .main-image {
    height: 17em;
    float: right;
    padding: 1.5em;
    box-sizing: border-box;
  }
  .module.participate .percentage {
    display: none;
  }
  .module.participate .collect .hightlighted {
    color: #264031;
  }
  .module.participate .collect {
    height: 5.5em;
  }
  .module.participate .total .data, .module.participate .total .label {
    color: #fff;
  }
  .module.participate .total {
    background: #264031;
  }
  .module.calories h4 {
    background-position: 98% -585px;
    color: #1a3664;
  }
  .module.calories .data {
    color: #1a3664;
  }
  .module.calories .label {
    color: #1a3664;
    text-transform: uppercase;
  }
  .module.calories .data-list.stats-h li .list-block-item-wrap {
    padding: 2px 2px 0 0;
  }
  .module.calories .data-list.stats-h li .list-block-item-wrap .list-block-item {
    background: #C2E9F2;
  }
  .module.calories .data-list .data {
    font-size: 1em;
  }
  .module.calories .data-list.stats-h li {
    width: 50%;
  }
  .module.calories .data-list.stats-h li:first-child {
    width: 100%;
  }
  .module.calories .data-list.stats-h li:first-child .list-block-item {
    background: #366DC9;
  }
  .module.calories .info-link {
    background: #366DC9;
  }
  .module.calories .data-list .standout .data, .module.distance .data-list .standout .data, .module.calories .data-list .standout .label, .module.distance .data-list .standout .label {
    margin-top: 0.5em;
  }
  .module.calories .data-list .standout:first-child .data, .module.distance .data-list .standout:first-child .data {
    margin: 0;
    font-size: 2.2em;
    font-weight: bold;
  }
  .module.cost h4 {
    color: #F28857;
    background-position: 98% -440px;
  }
  .module.cost .data {
    color: #fff;
  }
  .module.cost .label, .module.carbon .label {
    display: block;
    color: #FFF;
    margin-top: 0.5em;
    font-size: 0.9em;
    text-transform: uppercase;
  }
  .module.carbon h4 {
    background-position: 98% -725px;
  }
  .module.carbon .data {
    color: #334358;
  }
  .module.carbon .main-stat {
    background: #334358;
  }
  .module.carbon .main-stat .data {
    color: #fff;
  }
  .module.carbon .info-link {
    background: #3C3C3B;
  }
  .module.carbon .savings, .module.carbon .savings p {
    background-color: #F2EDE3;
  }
  .module.carbon .savings::after {
    content: '';
    display: block;
    clear: both;
  }
  .module.distance h4 {
    color: #3F3963;
    background-position: 98% -226px;
  }
  .module.distance .data {
    color: #3F3963;
  }
  .module.distance .label {
    color: #3F3963;
    text-transform: uppercase;
  }
  .module.distance .data-list.stats-h li .list-block-item-wrap {
    padding: 2px 2px 0 0;
  }
  .module.distance .data-list.stats-h li .list-block-item-wrap .list-block-item {
    background: #ACA3FF;
  }
  .module.distance .data-list .data {
    font-size: 1em;
  }
  .module.distance .data-list.stats-h li:first-child {
    width: 100%;
  }
  .module.distance .data-list.stats-h li:first-child .list-block-item {
    background: #655CB8;
  }
  .module.distance .data-list.small li {
    width: 50%;
  }
  .module.distance .data-list.vsmall li {
    width: 100%;
  }
  .module.distance .data-list .standout:first-child .data {
    font-size: 2.2em;
    font-weight: bold;
  }
  .module.userposts p.update {
    background: #FFF;
  }
  .module h4 {
    background-color: #F2EDE3;
    background-repeat: no-repeat;
    background-image: url('/img/workplace2014/title-icons.svg');
    background-size: 99px 859px;
    background-position: 1000% 1000%;
  }
  .module h4 .more-link {
    float: right;
    font-size: 0.8em;
  }
  .leaderboard h4, .virtual-journey h4, .participate h4 {
    background-image: none;
  }
  .module.journeys h4 {
    background-position: right -295px;
  }
  .module.photos h4 {
    background-position: 99% -515px;
  }
  .module.carbon .standout .data, .module.carbon .mini-stat .data {
    color: #3C3C3B;
  }
  .module.user-details h4, .module.details h4 {
    background-color: #F2EDE3;
    background-image: none;
  }
  .module.user-details .standout .data {
    color: rgb(0, 130, 200);
  }
  .module.userposts h4 {
    background-position: 99% -657px;
    color: #A0B7C8;
  }
  @media screen and (max-width: 550px) {
    .module.journeys .buttons li, .module.journeys .buttons li:nth-child(2), .module.journeys.small .buttons li, .module.journeys.small .buttons li:nth-child(2) {
      box-sizing: border-box;
      display: block;
      float: left;
      width: 50%;
      margin: 0;
      border-right: 2px solid #FAF6ED;
    }
  }
}
@layer components {
  .site-note {
    margin: -0.5em auto 0.5em;
    max-width: 1016px;
    position: relative;
    width: 98%;
  }
  .site-note p {
    background: rgb(245, 245, 245);
    background: rgba(253, 253, 253, 0.5);
    border-bottom: 1px solid rgb(245, 245, 245);
    border-top: 1px solid rgb(245, 245, 245);
    color: #264031;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0.5em 1em;
    text-align: center;
  }
  .wide-layout .content {
    overflow: hidden;
    width: 100%;
  }
  .content .left-col {
    clear: left;
    float: left;
    width: 48%;
  }
  .content .right-col {
    clear: right;
    float: right;
    width: 48%;
  }
  .dashboard .left-col {
    clear: left;
    float: left;
    width: 49%;
  }
  .dashboard .right-col {
    clear: right;
    float: right;
    width: 49%;
  }
  .js .journey-details #bike-cost-calcs {
    display: none;
  }
  .challenge-stats p {
    color: rgb(120, 120, 120);
    font-size: 0.9em;
    font-style: italic;
  }
  .challenge-stats h4 + p {
    margin-top: 1em;
  }
  .entity-title {
    margin-bottom: 2em;
    overflow: hidden;
  }
  .entity-title .avatar {
    float: left;
    margin-right: 0.5em;
    max-width: 250px;
    max-height: 110px;
  }
  .organisation.dashboard h2 img {
    margin-right: 0.5em;
    vertical-align: top;
  }
  .challenge-stats .graph-container {
    background-color: rgb(235, 235, 235);
    border-bottom: 1px solid rgb(220, 220, 220);
    border-top: 1px solid rgb(245, 245, 245);
    height: 60px;
    padding: 0.5em;
    width: auto;
  }
  .challenge-stats .graph-container canvas {
    background-color: rgb(243, 243, 243);
  }
  .challenge-stats .graph-container canvas:hover {
    opacity: 0.4;
    cursor: pointer;
  }
  .page-title-bar {
    overflow: hidden;
  }
  .page-title-bar h2 {
    display: inline;
    line-height: 1.2;
  }
  .page-title-bar h2 span {
    display: block;
    font-size: 1rem;
    color: rgb(130, 150, 145);
  }
  .page-title-bar .buttons {
    float: right;
    width: auto;
  }
  .page-title-bar .buttons li {
    margin: 0 0 0 0.25em;
  }
  .metadata {
    font-size: 0.85em;
    margin: 0.2em 0;
    padding: 0.2em 0;
  }
  .metadata p {
    margin: 0;
  }
  .targets-list {
    margin: 0 -1%;
    overflow: hidden;
  }
  .targets-list .module.targets {
    float: left;
    margin: 0 1% 2em;
    width: 48%;
  }
  .photo img {
    max-width: 92%;
    margin: 4%;
  }
  .photo.single img {
    float: left;
    max-width: 65%;
    margin: 0 1em 0 0;
  }
  .photo.single .metadata {
    margin-bottom: 1.5em;
  }
  .photo.single .description {
    margin-bottom: 1.5em;
  }
  .photo-thumbs {
    clear: both;
    padding: 1em;
    overflow: hidden;
  }
  .photo-thumbs .photo {
    float: left;
    width: 103px;
  }
  .photo-thumbs .photo:first-child img {
    max-width: 96%;
    margin: 2%;
  }
  .dialog .photo h2 {
    background-color: rgb(205, 205, 205);
  }
  .dialog .photo img {
    margin: 0 1em;
  }
  .graph-container {
    padding: 1em;
  }
  .graph-container canvas {
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
  }
  .graph-container canvas:hover {
    background-color: rgb(250, 250, 250);
    cursor: pointer;
  }
  .activity {
    float: right;
    list-style: none;
    overflow: hidden;
    width: 70%;
  }
  .activity li {
    float: left;
    padding: 0 2%;
    width: 29%;
  }
  .activity li .meta {
    font-size: 0.8em;
  }
  .activity .post {
    margin: 0;
  }
  .activity .data {
    font-size: 1.5em;
    font-weight: bold;
  }
  .activity .journey .item-main {
    background-color: #AFDBCD;
    margin: 0;
    padding: 0.5em;
  }
  .activity .photo .item-main {
    background-color: rgb(205, 205, 205);
    display: block;
    text-align: center;
  }
  .activity .photo img {
    margin: 0;
    max-width: 100%;
  }
  .profile .left {
    float: left;
    width: 28%;
  }
  .profile .left .module {
    float: none;
    width: 100%;
  }
  .user-content {
    background-color: rgb(235, 235, 235);
    border: 1px solid rgb(220, 220, 220);
    border-bottom: 0.5em solid rgb(220, 220, 220);
    margin: 0 6% 2em;
    overflow: hidden;
    position: relative;
  }
  .user-content h5 {
    padding: 0.5em;
    border-bottom: 1px solid rgb(253, 253, 253);
  }
  .user-content .photo-thumbs {
    padding: 0.5em;
  }
  .user-content .userposts-wrap {
    overflow: hidden;
  }
  .user-content .userposts {
    margin-bottom: 2em;
    padding: 0.5em;
    position: relative;
  }
  .user-content .userposts .post {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0;
  }
  .user-content .userposts > div {
    border-bottom: 1px dashed rgb(180, 180, 180);
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
  }
  .user-content .userposts > div.active {
    display: block;
  }
  .user-content .userposts .post .read-more {
    font-size: 0.6em;
  }
  .user-content-wrap {
    margin: 3em 3% 1em;
    overflow: hidden;
  }
  .user-content-wrap > div {
    float: left;
    margin: 2%;
    width: 46%;
  }
  .user-content-wrap .user-content {
    margin: 0 0 2em;
  }
  .home .main section {
    margin: 3em 6%;
  }
  .home h3 {
    text-align: center;
  }
  .home .cms-page-module h3 {
    text-align: left;
  }
  .home .links-list {
    overflow: hidden;
    text-align: center;
  }
  .home .links-list li {
    display: inline-block;
    margin: 0 1em;
    vertical-align: top;
    zoom: 1;
  }
  .home .links-list a {
    font-size: 0.85em;
    font-weight: bold;
  }
  .challenge-preview {
    background: #E9443A;
    margin: 0 auto;
    text-align: center;
  }
  .challenge-preview p {
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 1em;
  }
  .challenge-preview p a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
  }
  li .fn {
    font-weight: bold;
  }
  li .org {
    font-style: italic;
  }
  .standout .data {
    letter-spacing: -0.05em;
    line-height: 0.9em;
    font-size: 2.2em;
  }
  .standout .data.large {
    letter-spacing: -0.03em;
    font-size: 4em;
  }
  .standout .data.x-large {
    letter-spacing: -0.02em;
    font-size: 6em;
  }
  .data-list.stats-h span.label {
    font-size: 0.85em;
  }
  ol, ul {
    margin: 0;
  }
  .data-list {
    padding: 1em 0;
  }
  .data-list.stats-h {
    border-bottom: 1px solid;
    margin: 0;
    overflow: hidden;
    padding: 0.6875em;
  }
  .data-list li {
    list-style: none;
    overflow: hidden;
    padding: 0.25em 0;
  }
  .data-list.stats li {
    border-bottom: 0;
  }
  .data-list li > span {
    display: block;
  }
  .data-list span.label {
    clear: left;
    display: block;
    float: left;
    margin-right: 8px;
    text-align: right;
    width: 30%;
  }
  .data-list span.data {
    display: block;
    float: left;
    font-weight: bold;
    padding-left: 8px;
  }
  .data-list.stats-h li {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 33.333%;
  }
  .data-list.stats-h li.first-child {
    border-left: 0;
  }
  .data-list.stats-h li.last-child {
    border-right: 0;
  }
  .data-list.stats-h span {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
  }
  .data-list .list-block-item-wrap {
    background: rgb(240, 240, 240);
    padding: 5px;
  }
  .data-list .list-block-item {
    background: rgb(248, 248, 248);
    height: 4.2em;
    padding-top: 1em;
  }
  .full-width .data-list.stats-h li {
    width: 20%;
  }
  .data-list.percs {
    margin: 0;
    padding-bottom: 0;
  }
  .data-list.percs .data {
    padding: 0 8px 0 0;
  }
  .data-list li.last-child {
    border-bottom: 0;
  }
  .link-list li {
    list-style: none;
  }
  .data-list.stats {
    background-color: rgb(255, 255, 255);
  }
  .data-list li {
    border-bottom-color: rgb(220, 220, 220);
  }
  .data-list.stats-h {
    background-color: rgb(240, 240, 240);
    border-color: rgb(245, 245, 245);
    border-bottom-color: rgb(225, 225, 225);
    background: rgb(255, 255, 255);
  }
  .data-list.stats span.data {
    border-left-color: rgb(150, 150, 150);
  }
  .standout .data {
    color: #60BF8F;
  }
  .table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .table-wrapper table {
    width: 100%;
    text-align: left;
  }
  .table-wrapper thead {
    color: #264031;
    background: #F2EDE3;
  }
  .table-wrapper tbody {
    background: rgb(255, 255, 255);
  }
  .table-wrapper th, .table-wrapper td {
    padding: 10px;
  }
  .category-preview {
    margin-right: 1%;
  }
  .category-preview h4 {
    background: #F2EDE3;
    border-bottom: none;
    height: 60px;
    line-height: 60px;
    color: #264031;
    margin: 0;
    font-size: 1.2em;
    padding: 0 1em;
  }
  .category-preview ol, .category-preview > p {
    background: rgb(255, 255, 255);
    font-size: 18px;
    padding-left: 1em;
  }
  .category-preview li {
    margin-bottom: 5px;
    padding: 0.25em;
  }
  .category-preview > p {
    padding: 1em;
    margin-bottom: 1.6em;
  }
  .positions .category-preview {
    display: inline-block;
    vertical-align: top;
    width: 32%;
  }
  .positions .category-preview ol {
    list-style: none;
    padding: 0.5em;
    padding-left: 1em;
  }
  .positions .category-preview li {
    overflow: hidden;
    padding: 0.25em 0;
  }
  .positions .category-preview .buttons li {
    padding: 0;
  }
  .positions .category-preview li span {
    float: right;
    width: 92%;
  }
  *+html .positions .category-preview li span {
    float: none;
    margin-left: 0.5em;
    width: auto;
  }
  .comparative-negative, .comparative-positive {
    white-space: nowrap;
  }
  .comparative-negative {
    color: #E9443A;
  }
  .comparative-positive {
    color: #60BF8F;
  }
  .table-wrapper table {
    margin-bottom: 1em;
  }
  .table-wrapper thead tr th {
    padding: 1em;
  }
  .table-wrapper tr.subdued {
    color: rgba(88, 89, 91, 0.8);
  }
  .table-wrapper tr.highlight td {
    font-weight: bold;
  }
  .table-wrapper td {
    padding: 1em;
    font-size: 1em;
    vertical-align: middle;
  }
  .table-wrapper td .buttons {
    margin-bottom: 0;
  }
  .table-wrapper td .buttons > * {
    margin: 0;
    padding: 0;
  }
  .table-wrapper td .buttons a {
    font-size: 0.8rem;
    padding: 4px 0.8rem;
  }
  .table-wrapper table .help-icon {
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.6em;
    width: 1.6em;
    text-align: center;
    background: rgba(60, 45, 45, 0.2);
    color: rgba(60, 45, 45, 1);
    border-radius: 100%;
    cursor: pointer;
  }
  .table-wrapper table .help-icon b {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(60, 45, 45);
    color: white;
    padding: 0.4em;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.3em;
    width: 200px;
    display: none;
  }
  .table-wrapper table .help-icon:hover b {
    display: block;
  }
  .userposts-page .userposts {
    overflow: hidden;
    margin: 0 -2% 2em 0;
  }
  .userpost {
    background-color: rgb(255, 255, 255);
    float: left;
    margin: 2em 2% 0 0;
    width: 47%;
  }
  .userpost.single {
    float: none;
    margin: 0 auto;
    width: 60%;
  }
  .userpost .post {
    padding: 0.5em 0.85em;
  }
  .userpost.first .post {
    padding: 0.85em;
  }
  .userpost.first .post p, .userpost.single .post p:first-child {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0.4em;
  }
  .userpost .metadata {
    overflow: hidden;
    padding: 0.6em 1em;
    margin: 0;
    background-color: #F2EDE3;
  }
  .userpost .metadata p {
    float: left;
    margin-right: 1em;
  }
  .userpost .buttons {
    float: right;
    margin: 0;
  }
  .cmspage {
    margin: 40px auto;
    max-width: 800px;
  }
  .cmspage ul {
    list-style-type: disc;
  }
  .cmspage p {
    margin-bottom: 1em;
  }
  .cms-page {
    background: white;
  }
  .cms-page h1 {
    background: #264031;
    color: rgb(255, 255, 255);
    padding: 0.25em;
  }
  .cms-page-module-content {
    float: left;
  }
  .cms-page-module-content img {
    max-width: 100%;
  }
  .cms-page-module {
    margin-bottom: 2em;
    overflow: hidden;
  }
  .cms-page-module p {
    margin-bottom: 1em;
  }
  .cms-module-image {
    float: left;
    margin-bottom: 1em;
    margin-right: 2%;
    max-width: 40%;
  }
  .img-even .cms-module-image {
    float: right;
    margin-right: 0;
    margin-left: 2%;
  }
  .cms-module-image img {
    display: block;
    max-width: 100%;
  }
  .cms-page-module-content .column.first div {
    padding-right: 2em;
  }
  .first.column .cms-page-module, .first.column .link-list li {
    padding-right: 1em;
  }
  .last.column .cms-page-module, .last.column .link-list li {
    padding-left: 1em;
  }
  .cms-body-item.narrow h3 {
    margin-top: 2em;
  }
  .cms-page-module.with-image.img-odd > h3 {
    float: right;
  }
  .cms-page-module ul, .cms-page-module ol {
    margin-left: 2em;
  }
  .cms-page-module ul li, .cms-page-module ol li {
    margin-bottom: 0.4em;
  }
  .cmspage > h2 {
    margin-bottom: 1em;
  }
  .cmspage .link-list {
    margin-bottom: 2em;
  }
  .cmspage .link-list li {
    font-size: 1em;
    margin-bottom: 0.25em;
  }
  .cms-admin .cms-page-module {
    border: 1px dashed rgb(220, 220, 220);
    padding: 1em;
  }
  .cms-page-module ul.buttons {
    margin-left: 0;
  }
  @media only screen and (max-width: 1036px) {
    .narrow .main {
      padding-left: 18.9%;
      padding-right: 18.9%;
    }
  }
  @media only screen and (max-width: 750px) {
    .content .left-col {
      float: none;
      width: 100%;
    }
    .content .right-col {
      float: none;
      width: 100%;
    }
    .full-width .data-list.stats-h li {
      width: 33.33%;
    }
    .positions .category-preview {
      width: 48.5%;
    }
    .userpost, .userpost.single {
      margin: 0 0 2em;
      width: 100%;
    }
  }
  @media only screen and (max-width: 650px) {
    .form-layout .intro, .form-layout .form {
      float: 0;
      width: 100%;
    }
    .form-layout .intro h2 {
      padding: 0.5em 7%;
    }
    .form-layout .intro p, .form-layout .intro .link-list {
      padding: 0 7%;
    }
  }
  @media screen and (max-width: 560px) {
    .user-content-wrap > div {
      float: none;
      width: 98%;
    }
    .img-even .cms-module-image, .img-odd .cms-module-image {
      clear: both;
      float: left;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
    }
    .with-image .cms-page-module-content {
      clear: both;
      float: none;
      width: 100%;
    }
    .positions .category-preview {
      padding: 0;
      width: 100%;
    }
  }
  @media screen and (min-width: 650px) and (max-width: 850px) {
    .standout .data {
      font-size: 1.65em;
    }
  }
  @media screen and (max-width: 320px) {
    .standout .data {
      font-size: 1.65em;
    }
  }
  @media only screen and (max-width: 550px) {
    .data-list.stats-h li, .full-width .data-list.stats-h li {
      width: 50%;
    }
  }
  @media only screen and (min-width: 830px) {
    .table-wrapper {
      overflow: hidden;
    }
  }
}
@layer components {
  @keyframes fade-in-down {
    0% {
      transform: translate(0, -50px);
      visibility: visible;
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
      visibility: visible;
    }
  }
  @keyframes popup {
    0% {
      transform: rotate(0deg) scaleY(0.1);
      visibility: visible;
    }
    20% {
      transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
      transform: rotate(2deg) scaleY(1);
    }
    50% {
      transform: rotate(-2deg);
    }
    65% {
      transform: rotate(1deg);
    }
    80% {
      transform: rotate(-1deg);
    }
    100% {
      transform: rotate(0deg);
      visibility: visible;
    }
  }
  .sc-clipboard {
    position: relative;
  }
  input.sc-clipboard__input {
    padding-right: 75px;
    overflow: hidden;
  }
  .sc-clipboard__button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 65px;
    border-radius: 0;
    background: rgb(45, 45, 45);
    color: white;
  }
  .sc-clipboard__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-buttercup-yellow);
    color: var(--color-verdant-green);
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 1s linear;
    pointer-events: none;
  }
  .is-copied .sc-clipboard__overlay {
    transition: none;
    opacity: 1;
  }
  .sc-org-suggest-wrapper {
    position: relative;
  }
  .sc-org-suggest {
    position: absolute;
    z-index: 10;
    padding: 1em;
    top: 4em;
    left: 7%;
    right: 7%;
    background: rgb(245, 245, 245);
  }
  .sc-org-suggest h4 {
    border-bottom: 1px solid var(--color-puddle-green);
    margin-bottom: 1em;
  }
  .sc-org-suggest a {
    display: block;
    padding: 0.2em 0;
    text-decoration: none;
  }
  .sc-static-journey-btn {
    z-index: 190;
    position: fixed;
    bottom: 1.4rem;
    right: 1.4rem;
    width: 60px;
    height: 60px;
    background: var(--color-buttercup-yellow) url(/img/icons/journeys.png) no-repeat 45% center;
    background-size: 50%;
    border-radius: 100%;
    border: 1px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  }
  .sc-static-journey-btn__label {
    position: absolute;
    right: 78px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 1rem;
    background: var(--color-buttercup-yellow);
    color: var(--color-verdant-green);
    border-radius: 3px;
    border: 1px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .sc-static-journey-btn:hover .sc-static-journey-btn__label {
    opacity: 1;
  }
  .sc-static-journey-btn__label::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid var(--color-buttercup-yellow);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .sc-static-journey-btn__label::before {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .sc-site-title > a {
    margin-top: 100px;
    display: block;
    padding: 1.3rem 0;
    background: white;
    text-decoration: none;
  }
  @media (min-width: 1266px) {
    .sc-site-title > a {
      margin-top: 50px;
    }
  }
  @media (min-width: 760px) {
    .sc-site-title > a {
      padding: 1.5rem 0;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
    }
  }
  .sc-site-title__logo {
    display: block;
    max-height: 90px;
    max-width: 100%;
  }
  .sc-site-title.sc-text-only .sc-site-title__logo {
    display: none;
  }
  @media (min-width: 760px) {
    .sc-site-title__logo {
      display: block !important;
      max-height: 120px;
    }
  }
  .sc-site-title__text {
    margin: 0;
    text-align: left;
    font-size: 1.6rem;
    color: var(--color-verdant-green);
  }
  .sc-site-title__text .sc-site-title__text-title {
    margin-bottom: 0;
    text-align: left;
    font-size: inherit;
    line-height: 1;
    font-weight: 600;
    color: inherit;
  }
  .sc-site-title__text .sc-site-title__dates {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .sc-site-title.sc-logo-only .sc-site-title__text {
    display: none;
  }
  .sc-site-title.sc-text-only .sc-site-title__text {
    margin: 1.3rem 0;
  }
  @media (min-width: 760px) {
    .sc-site-title__text {
      display: block !important;
      margin-right: auto !important;
      padding-right: 4rem;
      font-size: 2.5rem;
    }
  }
  .sc-site-title__logo + .sc-site-title__text {
    margin-top: 1rem;
  }
  .box {
    float: left;
    margin-bottom: 30px;
  }
  .box-contents {
    padding: 20px;
    background: #fff;
  }
  .box-title {
    background-color: var(--color-module-grey);
    padding: 0 0 0 20px;
  }
  .box h2 {
    background-image: url('/img/workplace2014/title-icons.svg');
    background-repeat: no-repeat;
    height: 60px;
    line-height: 60px;
    color: var(--color-verdant-green);
    margin: 0;
    font-size: 1.2em;
    background-size: 99px 808px;
  }
  .no-svg .box h2 {
    background-image: url('/img/workplace2014/title-icons.png');
  }
  .message-details {
    margin-bottom: 20px;
    color: #B0B2B4;
  }
  .recent-messages h2 {
    background-position: right -8px;
  }
  .participation-value {
    text-align: center;
    font-size: 40px;
    color: var(--color-verge-green);
  }
  .journeys .box-contents, .calories .box-contents {
    padding: 0;
    color: #FFF;
  }
  section.module {
    background: rgb(255, 255, 255);
    border-bottom-color: var(--color-zebra-white);
  }
  .graph-wrapper img {
    float: left;
    margin: 15px 0 0 15px;
  }
  .image-caption {
    float: left;
    width: 250px;
    padding: 10px;
    background: var(--color-verdant-green);
    position: relative;
    margin-left: 30px;
    margin-top: 70px;
    color: white;
  }
  .image-caption span {
    color: var(--color-verdant-green);
  }
}
@layer components {
  .subheader {
    background: white;
    min-height: 210px;
  }
  .subheader h1 {
    float: right;
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    margin-top: 80px;
  }
  .subheader img {
    float: left;
    max-height: 110px;
    margin-top: 50px;
    max-width: 100%;
  }
  @media only screen and (max-width: 1000px) {
    .subheader {
      text-align: center;
    }
    .subheader h1, .subheader img {
      display: block;
      float: none;
      margin-top: 30px;
    }
    .subheader h1 {
      margin-top: 40px;
    }
  }
  nav {
    height: 50px;
    margin-bottom: 0;
  }
  nav ul {
    float: right;
  }
  nav li {
    float: left;
    position: relative;
  }
  nav a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 0 5%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    transition: none;
  }
  nav .register a {
    background: #AFDBCD;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-bottom: 4px solid #264031;
    margin-bottom: -4px;
    padding-left: 3em;
    padding-right: 3em;
  }
  nav .register a:hover {
    background: #8dcfbc;
  }
  nav .attention a {
    background: #264031;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-bottom: 4px solid #1a2b21;
    margin-bottom: -4px;
    padding-left: 3em;
    padding-right: 3em;
  }
  nav .attention a:hover {
    background: #1a2b21;
  }
  nav .home {
    float: left;
  }
  nav a:hover {
    color: white;
    background: #264031;
  }
  .nav-inverse {
    background: rgb(120, 120, 120);
  }
  .nav-inverse a {
    color: #F2EDE3;
  }
  .dropdown-nav {
    height: 0;
  }
  .dropdown-nav a {
    background: rgb(120, 120, 120);
  }
  .dropdown-nav::before {
    content: ' ';
    position: absolute;
    top: -10px;
    left: 80%;
    margin-left: -10px;
    border-bottom: 10px solid rgb(120, 120, 120);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  nav li:hover .dropdown-nav::before {
    opacity: 1;
  }
  nav ul.dropdown-nav {
    background: rgb(120, 120, 120);
    display: none;
    top: 3em;
    right: 0;
    z-index: 10;
    height: 0;
  }
  .ie7 .menu-button {
    display: none;
  }
  @media only screen and (min-width: 934px) {
    nav a {
      padding: 0 20px;
    }
    nav .menu-button {
      display: none;
    }
    nav ul.dropdown-nav {
      position: absolute;
    }
    nav li:hover .dropdown-nav {
      display: block;
    }
  }
  .dropdown-nav li {
    float: none;
  }
  .dropdown-nav li a {
    color: rgb(245, 245, 245);
    display: block;
    white-space: nowrap;
  }
  nav .dropdown-open ul.dropdown-nav {
    display: block;
    height: auto;
  }
  nav.sml-priority-nav {
    display: none;
  }
  nav.sml-priority-nav > * {
    display: block;
    flex-grow: 1;
  }
  nav.sml-priority-nav > * a {
    display: block;
    padding: 0 5vw;
  }
  @media only screen and (max-width: 934px) {
    .sml-hide {
      display: none;
    }
    .nav-outer-wrapper {
      width: 100%;
    }
    .nav-outer-wrapper .wrapper {
      padding: 0;
    }
    .menu-button {
      width: 100%;
    }
    nav {
      z-index: 2;
      overflow: hidden;
      height: 50px;
      background: #FAF6ED;
      width: 100%;
      max-height: 50px;
      transition: max-height 0.75s;
    }
    .nav-inverse nav {
      background: rgb(120, 120, 120);
    }
    .nav-inverse nav a {
      color: #F2EDE3;
    }
    nav.open {
      height: auto;
      max-height: 1000px;
    }
    nav ul {
      float: left;
      height: 0;
      overflow: hidden;
    }
    nav.open > ul {
      height: auto;
      width: 100%;
    }
    nav li {
      width: 100%;
      border-top: solid 1px #F2EDE3;
    }
    nav.open a {
      display: block;
    }
    .banner {
      margin-top: 50px;
    }
    .open .dropdown-nav::before {
      display: none;
    }
    .open .dropdown-nav {
      display: block;
      position: static;
      width: 100%;
    }
    nav li.open .dropdown-nav {
      height: auto;
    }
    nav.sml-priority-nav {
      display: flex;
    }
  }
  .footer-wrapper {
    background-color: rgb(255, 255, 255);
  }
  .footer-logos-outer-wrapper {
    background: rgb(255, 255, 255);
    padding: 2em 0;
  }
  .footer-links-outer-wrapper {
    background: #F2EDE3;
    padding: 3em 0;
  }
  .footer-copyright-outer-wrapper {
    background: rgb(120, 120, 120);
    padding: 1em 0;
  }
  .footer-copyright-outer-wrapper p {
    color: rgb(255, 255, 255);
  }
  .challenge-footer-wrapper {
    background: #264031;
    padding: 80px 0;
  }
  .challenge-footer-wrapper b, .challenge-footer-wrapper span {
    float: left;
    color: #F2EDE3;
    width: 100%;
  }
  .challenge-icon {
    width: 125px;
    height: 100px;
    background-image: url('/img/workplace2014/challenge-icons.png');
    float: left;
    margin-right: 20px;
  }
  .challenge-icon-group {
    background-position: 0px -100px;
  }
  .challenge-info {
    float: left;
    width: 300px;
  }
  .challenge-info b {
    border-bottom: solid 1px #264031;
    padding: 10px 0;
    color: #F2EDE3;
    font-weight: bold;
    margin-bottom: 0;
  }
  .challenge-info span {
    padding: 0.25em 0;
  }
  footer img {
    display: block;
  }
  footer .footer-more-info {
    padding: 0;
  }
  footer .more-info h5 {
    padding-bottom: 0.25em;
  }
  footer .footer-more-info li {
    float: left;
    margin-right: 3%;
    width: 30%;
  }
  footer .link-list {
    overflow: hidden;
  }
  footer .link-list li {
    padding: 0.75em 0;
    border-top: dashed 1px darkgrey;
  }
  footer .link-list li:nth-child(-n+3) {
    border-top-style: solid;
  }
  footer .link-list li:nth-last-child(-n+3) {
    border-bottom: dashed 1px darkgrey;
  }
  footer .link-list a {
    text-decoration: none;
  }
  footer .footer-logos {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
  }
  footer .footer-logos .footer-main-icon img {
    margin-top: -20px;
    max-height: none;
    margin-right: 60px;
  }
  footer .footer-logos a, footer .footer-logos div {
    display: block;
    float: left;
    height: 75px;
    margin: 1em 0;
  }
  footer .footer-logos img {
    max-height: 100%;
    margin: 0 60px 0 0;
  }
  footer > p {
    clear: both;
    font-size: 0.75em;
    text-align: center;
  }
  @media only screen and (max-width: 768px) {
    .challenge-footer .grid-width {
      width: 100%;
      margin-bottom: 40px;
    }
    footer .link-list li {
      width: 100%;
    }
    footer .link-list li:nth-child(-n+3) {
      border-top-style: dashed;
    }
    footer .link-list li:nth-last-child(-n+3) {
      border-bottom: none;
    }
    footer .link-list li:nth-child(-n+1) {
      border-top-style: solid;
    }
    footer .link-list li:nth-last-child(-n+1) {
      border-bottom: dashed 1px darkgrey;
    }
  }
  .slider-wrapper {
    position: relative;
  }
  .slider {
    position: relative;
    overflow: hidden;
  }
  .slider > ul {
    overflow: hidden;
  }
  .slider > ul > li {
    width: 100%;
    float: left;
  }
  .slider img {
    max-width: 100%;
    display: block;
  }
  .slider .slider-next, .slider .slider-prev {
    text-indent: -999em;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 5%;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('/img/arrows.svg');
    opacity: 0.5;
    transition: opacity 0.5s;
  }
  .slider .slider-next {
    background-image: url('/img/arrows.svg');
    background-position: 0 -40px;
    left: auto;
    right: 5%;
  }
  .slider-next:hover, .slider-prev:hover {
    transition: opacity 0s;
  }
  .no-svg .slider .slider-next, .no-svg .slider .slider-prev {
    background-image: url('/img/arrows.png');
  }
  .slider .slider-next:hover, .slider .slider-prev:hover {
    opacity: 0.75;
  }
}
.cctr-modal-bg {
  z-index: 991;
}
.cctr-modal-container {
  z-index: 992;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.cctr-modal-container h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: inherit;
  margin: 0 0 0.6em;
  border: 0;
}
.cctr-modal-container h4 {
  font-size: 1em;
  font-weight: bold;
  color: inherit;
  margin: 0;
  border: 0;
  padding: 0;
}
.cctr-modal-container p {
  color: inherit;
  margin: 0 0 1em;
  line-height: 1.5;
}
.cctr-modal-header {
  text-align: left !important;
}
.cctr-modal-intro {
  margin-bottom: 1.6em;
}
.cctr-button {
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}
.cctr-option {
  margin-bottom: 1.6em;
}
.cctr-checkbox__label {
  color: black;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid;
}
@layer components {
  .home .main {
    padding-top: 40px;
  }
  .home .masonry-wrapper {
    margin: 0 -0.6em 4em;
  }
  .home .masonry {
    overflow: hidden;
  }
  .home .masonry-item {
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 0.6em;
    float: left;
  }
  .home .recent-messages p, .home .photos p {
    font-size: 18px;
  }
  .home .slider-wrapper {
    width: 66.66%;
  }
  .home .slider {
    margin-bottom: 20px;
  }
  .home .slider p {
    padding: 10px;
    background: #BDC6C3;
  }
  .home .photos h2 {
    background-position: right -82px;
  }
  .home .participation h2 {
    background: none;
  }
  .home .journeys, .home .participation {
    box-sizing: border-box;
  }
  .home .journeys h2 {
    background-position: right -295px;
  }
  .home .calories h2 {
    background-position: right -200px;
  }
  .home .registered h2 {
    background-image: none;
  }
  .home .registered .box-contents {
    padding: 0;
  }
  .home .registered .total-count {
    background: rgb(255, 255, 255);
    float: none;
  }
  .home .registered .total-count .count, .home .registered .total-count .mode {
    color: #264031;
  }
  .home .total-count {
    background-color: #1a2b21;
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: solid 1px #F2EDE3;
  }
  .home .mode {
    color: #264031;
    padding: 0 1em;
    font-weight: normal;
  }
  .home .total-count, .home .list-block-item {
    text-align: center;
    float: left;
    padding-top: 30px;
    box-sizing: border-box;
    background: #264031;
    color: white;
  }
  .home .total-count span, .home .list-block-item span {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: #1a2b21;
  }
  .home .total-count .count, .home .list-block-item .count {
    color: #264031;
    font-size: 1.5em;
    line-height: 1;
  }
  .home .total-count {
    padding-bottom: 1.6em;
  }
  .home .list-block-item {
    height: 180px;
  }
  .home .total-count .mode {
    color: white;
  }
  .home .total-count .count {
    color: rgb(255, 255, 255);
  }
  .home .list-block-item {
    background: #AFDBCD;
    border-left: solid 1px #F2EDE3;
    border-bottom: solid 1px #F2EDE3;
    width: 50%;
  }
  .home .list-block-item .count {
    font-size: 2.5em;
  }
  .home .photos img {
    float: left;
    width: 100px;
    padding: 10px;
  }
  .home .participation-gauge p {
    text-align: center;
    font-size: 40px;
    position: relative;
    top: 125px;
    z-index: 1;
    color: #264031;
  }
  .home .your-target {
    margin-top: 40px;
  }
  .home .your-target h2 {
    margin-bottom: 20px;
  }
  .home .your-target img {
    display: block;
    margin: 0 auto 40px;
  }
  .home .trophy-wrapper {
    position: relative;
    width: 157px;
    height: 165px;
    background: #60BF8F;
    margin: 0 auto 40px;
  }
  .home .liquid {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #264031;
    height: 0px;
    width: 157px;
  }
  .home .trophy-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .home .trophy-wrapper h3 {
    position: absolute;
    font-size: 30px;
    top: 40px;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: white;
  }
  .home section {
    padding: 4em 0;
  }
  .home-page-icons {
    margin: 60px 0 40px;
  }
  .home-page-icons .home-page-icon {
    display: inline-block;
    width: 130px;
    vertical-align: top;
    background-image: url('/img/workplace2014/home-page-icons.png');
    background-repeat: no-repeat;
    margin: 0 80px 40px;
  }
  .home-page-icons .home-page-icon.one {
    background-position: 0 0;
  }
  .home-page-icons .home-page-icon.one p {
    color: #264031;
  }
  .home-page-icons .home-page-icon.two {
    background-position: -130px 0;
  }
  .home-page-icons .home-page-icon.two p {
    color: #F28857;
  }
  .home-page-icons .home-page-icon.three {
    background-position: -260px 0;
  }
  .home-page-icons .home-page-icon.three p {
    color: #E9443A;
  }
  .home-page-icons .home-page-icon p {
    margin-top: 150px;
  }
  .call-to-action {
    text-align: center;
    padding: 40px 0;
  }
  .call-to-action h2 {
    margin-bottom: 40px;
    font-size: 30px;
    max-width: 550px;
    margin: 1em auto;
  }
  @media only screen and (max-width: 1000px) {
    .home .masonry-item {
      width: 50%;
    }
    .home .masonry-item.slider-wrapper {
      width: 100%;
    }
  }
  @media only screen and (max-width: 570px) {
    .home .masonry-item {
      width: 100%;
    }
  }
  @media only screen and (max-width: 320px) {
    .walks, .rides {
      width: 100%;
    }
  }
  a.message {
    text-decoration: none;
  }
  a.message:hover p {
    color: #264031;
  }
  a.message span {
    text-decoration: underline;
  }
  .photos {
    overflow: hidden;
  }
  .photos .photo {
    float: left;
    width: 230px;
    padding: 10px;
    box-sizing: border-box;
  }
  .photos .photo a {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 200px;
    opacity: 0.99;
    transition: opacity 0.75s;
  }
  .photos .photo a:hover {
    opacity: 0.75;
  }
  .photos.box .photo {
    width: 50%;
  }
  .photos.box .photo a {
    height: 100px;
  }
  .rewards-wrapper {
    padding: 40px 0;
  }
  .rewards-wrapper .col-left, .rewards-wrapper .col-right {
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
  }
  .rewards-wrapper .col-left {
    width: 66.7%;
  }
  .rewards-wrapper .col-right {
    width: 33.3%;
    padding-right: 0;
    padding-left: 10px;
  }
  .rewards-wrapper .slider {
    margin-bottom: 20px;
  }
  .rewards-wrapper .slider p {
    padding: 10px;
    background: #BDC6C3;
  }
  .rewards-wrapper .mode {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .rewards-wrapper .total-count, .rewards-wrapper .list-block-item {
    text-align: center;
    float: left;
    height: 180px;
    padding-top: 30px;
    box-sizing: border-box;
    background: #264031;
    color: #264031;
  }
  .rewards-wrapper .total-count span, .rewards-wrapper .list-block-item span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .rewards-wrapper .total-count .count, .rewards-wrapper .list-block-item .count {
    color: #264031;
    font-size: 1.5em;
    line-height: 1;
  }
  .rewards-wrapper .list-block-item.total {
    background: #264031;
  }
  .rewards-wrapper .rewards {
    box-sizing: border-box;
    width: 100%;
  }
  .rewards-wrapper .rewards h2 {
    background: none;
  }
  .rewards-wrapper .list-block-item {
    background: #AFDBCD;
    border-left: solid 1px #F2EDE3;
    border-bottom: solid 1px #F2EDE3;
    width: 50%;
  }
  .rewards-wrapper .rewards .box-contents {
    padding: 0;
  }
  .rewards-wrapper .container {
    display: flex;
  }
  .rewards-wrapper .reward-description img {
    width: 100%;
    display: block;
  }
  .rewards-wrapper .reward-points {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rewards-wrapper .reward-description, .rewards-wrapper .reward-details, .rewards-wrapper .reward-points {
    width: 33.3%;
    float: left;
  }
  .rewards-wrapper .claim-reward {
    margin-bottom: 2em;
  }
  .rewards-wrapper .claim-reward a {
    text-decoration: none;
  }
  .rewards-wrapper .clearfix {
    clear: both;
    display: table;
  }
  .rewards-wrapper .claim-reward h4 {
    background-color: #F2EDE3;
    background-image: url(/img/workplace2014/dashboard-icons.png);
    background-position: 99% -163px;
    background-size: 44px;
    background-repeat: no-repeat;
    color: #264031;
    margin: 0;
    padding: 0.8em 1em;
    border-bottom: 0;
    font-size: 1em;
  }
  .rewards-wrapper .reward-description {
    background: #D9D2C7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 16em;
    position: relative;
    cursor: pointer;
  }
  .rewards-wrapper .reward-description img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .rewards-wrapper .reward-description p {
    font-size: 1.1em;
    padding: 0.9em 0.9em 10em 0.9em;
    background: #D9D2C7;
    box-sizing: border-box;
    opacity: 0;
  }
  .rewards-wrapper .reward-description:hover p {
    opacity: 0.99;
  }
  .rewards-wrapper .reward-description:hover p.empty {
    opacity: 0;
  }
  @media screen and (max-width: 875px) {
    .rewards-wrapper .reward-description p {
      padding: 0.9em 0.9em 7em 0.9em;
    }
  }
  .rewards-wrapper .reward-points {
    background: #FFF34C;
    color: #264031;
    box-sizing: border-box;
    text-align: center;
  }
  .rewards-wrapper .reward-points .data {
    color: #264031;
    font-size: 3em;
    font-weight: bold;
    vertical-align: middle;
  }
  .rewards-wrapper .reward-points .label {
    color: rgb(255, 255, 255);
    display: block;
    margin-top: 1em;
  }
  .rewards-wrapper .reward-details {
    background: rgb(255, 255, 255);
    position: relative;
    padding: 0.9em;
    box-sizing: border-box;
  }
  .rewards-wrapper .reward-details .redeem, .rewards-wrapper .reward-details .not-enough {
    padding: 0.8em 0.5em 0.8em 0.9em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #D9D2C7;
  }
  .rewards-wrapper .reward-details .redeem {
    background: #264031;
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: 0.3s;
  }
  .rewards-wrapper .reward-details .redeem:hover {
    opacity: 0.9;
  }
  .rewards-wrapper .reward-details h3 {
    color: #264031;
    font-size: 1.8em;
    line-height: 1;
    margin-bottom: 0.2em;
  }
  .ie6 .container, .ie7 .container, .ie8 .container, .ie9 .container {
    display: block;
  }
  .ie6 .reward-details, .ie7 .reward-details, .ie8 .reward-details, .ie9 .reward-details, .ie6 .reward-points, .ie7 .reward-points, .ie8 .reward-points, .ie9 .reward-points, .ie6 .reward-description, .ie7 .reward-description, .ie8 .reward-description, .ie9 .reward-description {
    height: 13em;
    overflow: hidden;
  }
  .ie6 .reward-description img, .ie7 .reward-description img, .ie8 .reward-description img, .ie9 .reward-description img {
    width: 100%;
  }
  .ie6 .reward-points, .ie7 .reward-points, .ie8 .reward-points, .ie9 .reward-points {
    padding: 4.5em;
  }
  .ie6 .clearfix, .ie7 .clearfix, .ie8 .clearfix, .ie9 .clearfix {
    overflow: hidden;
  }
  .ie6 .slider img, .ie7 .slider img, .ie8 .slider img, .ie9 .slider img {
    width: 100%;
  }
  .ie6 .rewards-wrapper .col-left, .ie7 .rewards-wrapper .col-left, .ie8 .rewards-wrapper .col-left, .ie9 .rewards-wrapper .col-left {
    width: 66%;
  }
  @media only screen and (max-width: 570px) {
    .rewards-wrapper .claim-reward, .rewards-wrapper .reward-details, .rewards-wrapper .reward-points, .rewards-wrapper .reward-description, .rewards-wrapper .rewards, .rewards-wrapper .slider-wrapper, .rewards-wrapper .col-left, .rewards-wrapper .col-right {
      width: 100%;
      float: left;
    }
    .rewards-wrapper .col-left, .rewards-wrapper .col-right {
      padding: 0;
      margin-bottom: 1em;
    }
    .rewards-wrapper .reward-details {
      padding: 0.9em 0.9em 3.9em 0.9em;
    }
    .rewards-wrapper .reward-points {
      padding: 1em 0;
    }
    .rewards-wrapper .container {
      display: block;
    }
    .rewards-wrapper .reward-description p {
      padding: 0.9em 0.9em 4em 0.9em;
    }
  }
  .individual-reward-description {
    background: #F2EDE3;
    padding: 0.9em;
    box-sizing: border-box;
  }
  .description-date {
    display: block;
    padding: 1em;
    border-top: solid 2px #FAF6ED;
    background: #F2EDE3;
    color: #264031;
    font-size: 0.9em;
    letter-spacing: 1px;
  }
  .reward-image {
    width: 100%;
  }
  .individual-reward-meta-data h4 {
    background: #F2EDE3;
    color: #264031;
    border: none;
    display: block;
    box-sizing: border-box;
    padding: 0.9em;
    margin: 0;
  }
  .individual-reward {
    margin-bottom: 1em;
  }
  .individual-reward-meta-data, .individual-reward-claimed, .individual-claim-reward {
    float: left;
    width: 100%;
  }
  .individual-reward-details, .individual-reward-claimed {
    background: rgb(255, 255, 255);
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .individual-reward-details, .individual-reward-claimed p {
    padding: 0.9em;
  }
  .individual-reward-details h3 {
    color: #264031;
    font-size: 1.8em;
    line-height: 1;
    margin-bottom: 0.2em;
  }
  .individual-claim-reward {
    margin-bottom: 1em;
  }
  .individual-claim-reward a {
    padding: 1em;
    box-sizing: border-box;
    display: block;
    background: #264031;
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .individual-reward-claimed .reward-item {
    background: #D9D2C7;
    color: rgb(255, 255, 255);
    padding: 1.9em;
    text-align: center;
    margin-bottom: 5px;
  }
  .individual-reward-claimed .reward-item a {
    color: rgb(255, 255, 255);
  }
  .individual-reward-meta-data .reward-points {
    width: 100%;
    float: none;
    padding: 3em;
  }
  .virtualjourney .virtual-journey-header {
    margin-top: 100px;
    position: relative;
    background: #264031;
  }
  @media (min-width: 1266px) {
    .virtualjourney .virtual-journey-header {
      margin-top: 50px;
    }
  }
  .virtualjourney .virtual-journey-header .inner-wrapper {
    position: relative;
  }
  .virtualjourney .challenge-title {
    margin: 0;
    padding: 1em 3em 1em 0;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: white;
  }
  .virtualjourney .virtual-journey-info-icon {
    position: absolute;
    right: 1em;
    top: 1em;
    background: rgba(255, 255, 255, 1);
    color: rgb(45, 45, 45);
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    width: 26px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
  }
  .virtualjourney .virtual-journey-info-icon:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  .virtualjourney .virtual-journey-info {
    height: 0;
    overflow: hidden;
  }
  .virtualjourney .virtual-journey-info.is-open {
    height: auto;
  }
  .virtualjourney .virtual-journey-info p {
    max-width: 33em;
    margin-bottom: 1em;
    color: white;
  }
  .virtualjourney .virtual-journey-info p:last-child {
    padding-bottom: 2em;
  }
  .virtualjourney .wrapper.main {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .virtualjourney .backdrop {
    width: 100%;
    overflow: hidden;
    background: #AFDBCD;
  }
  .virtualjourney .background-image {
    height: 600px;
    display: block;
    position: relative;
  }
  .virtualjourney .map-container {
    position: relative;
    width: 8325px;
    height: 600px;
  }
  .virtualjourney .map-container .pins {
    height: 37px;
    width: 27px;
    margin-left: -13px;
    margin-top: -37px;
    background: url(/img/virtualjourney/orange-pin.png) no-repeat;
    background-position: center;
    position: absolute;
    visibility: hidden;
    animation-delay: 1.0s;
    z-index: 50;
    cursor: pointer;
  }
  .virtualjourney .map-container .pins:nth-child(1) {
    animation-delay: 1500ms;
  }
  .virtualjourney .map-container .pins:nth-child(2) {
    animation-delay: 1600ms;
  }
  .virtualjourney .map-container .pins:nth-child(3) {
    animation-delay: 1700ms;
  }
  .virtualjourney .map-container .pins:nth-child(4) {
    animation-delay: 1800ms;
  }
  .virtualjourney .map-container .pins:nth-child(5) {
    animation-delay: 1900ms;
  }
  .virtualjourney .map-container .pins:nth-child(6) {
    animation-delay: 2000ms;
  }
  .virtualjourney .map-container .pins:nth-child(7) {
    animation-delay: 2100ms;
  }
  .virtualjourney .map-container .pins:nth-child(8) {
    animation-delay: 2200ms;
  }
  .virtualjourney .map-container .pins:nth-child(9) {
    animation-delay: 2300ms;
  }
  .virtualjourney .map-container .pins:nth-child(10) {
    animation-delay: 2400ms;
  }
  .virtualjourney .map-container .pins:nth-child(11) {
    animation-delay: 2500ms;
  }
  .virtualjourney .map-container .pins:nth-child(12) {
    animation-delay: 2600ms;
  }
  .virtualjourney .map-container .pins:nth-child(13) {
    animation-delay: 2700ms;
  }
  .virtualjourney .map-container .pins:nth-child(14) {
    animation-delay: 2800ms;
  }
  .virtualjourney .map-container .pins:nth-child(15) {
    animation-delay: 2900ms;
  }
  .virtualjourney .map-container .pins:nth-child(16) {
    animation-delay: 3000ms;
  }
  .virtualjourney .map-container .pins:nth-child(17) {
    animation-delay: 3100ms;
  }
  .virtualjourney .map-container .pins:nth-child(18) {
    animation-delay: 3200ms;
  }
  .virtualjourney .map-container .pins:nth-child(19) {
    animation-delay: 3300ms;
  }
  .virtualjourney .map-container .pins:nth-child(20) {
    animation-delay: 3400ms;
  }
  .virtualjourney .map-container .pins:nth-child(21) {
    animation-delay: 3500ms;
  }
  .virtualjourney .map-container .pins:nth-child(22) {
    animation-delay: 3600ms;
  }
  .virtualjourney .map-container .pins:nth-child(23) {
    animation-delay: 3700ms;
  }
  .virtualjourney .map-container .pins:nth-child(24) {
    animation-delay: 3800ms;
  }
  .virtualjourney .map-container .pins:nth-child(25) {
    animation-delay: 3900ms;
  }
  .virtualjourney .map-container .pins:nth-child(26) {
    animation-delay: 4000ms;
  }
  .virtualjourney .map-container .pins:nth-child(27) {
    animation-delay: 4100ms;
  }
  .virtualjourney .map-container .pins:nth-child(28) {
    animation-delay: 4200ms;
  }
  .virtualjourney .map-container .pins:nth-child(29) {
    animation-delay: 4300ms;
  }
  .virtualjourney .map-container .pins:nth-child(30) {
    animation-delay: 4400ms;
  }
  .virtualjourney .map-container .pins:nth-child(31) {
    animation-delay: 4500ms;
  }
  .virtualjourney .map-container .pins:nth-child(32) {
    animation-delay: 4600ms;
  }
  .virtualjourney .map-container .pins:nth-child(33) {
    animation-delay: 4700ms;
  }
  .virtualjourney .map-container .pins:nth-child(34) {
    animation-delay: 4800ms;
  }
  .virtualjourney .map-container .pins:nth-child(35) {
    animation-delay: 4900ms;
  }
  .virtualjourney .map-container .pins:nth-child(36) {
    animation-delay: 5000ms;
  }
  .virtualjourney .map-container .pins:nth-child(37) {
    animation-delay: 5100ms;
  }
  .virtualjourney .map-container .pins:nth-child(38) {
    animation-delay: 5200ms;
  }
  .virtualjourney .map-container .pins:nth-child(39) {
    animation-delay: 5300ms;
  }
  .virtualjourney .map-container .pins:nth-child(40) {
    animation-delay: 5400ms;
  }
  .virtualjourney .map-container .pins:nth-child(41) {
    animation-delay: 5500ms;
  }
  .virtualjourney .map-container .pins:nth-child(42) {
    animation-delay: 5600ms;
  }
  .virtualjourney .map-container .pins:nth-child(43) {
    animation-delay: 5700ms;
  }
  .virtualjourney .map-container .pins:nth-child(44) {
    animation-delay: 5800ms;
  }
  .virtualjourney .map-container .pins:nth-child(45) {
    animation-delay: 5900ms;
  }
  .virtualjourney .map-container .pins:nth-child(46) {
    animation-delay: 6000ms;
  }
  .virtualjourney .map-container .pins:nth-child(47) {
    animation-delay: 6100ms;
  }
  .virtualjourney .map-container .pins:nth-child(48) {
    animation-delay: 6200ms;
  }
  .virtualjourney .map-container .pins:nth-child(49) {
    animation-delay: 6300ms;
  }
  .virtualjourney .map-container .pins:nth-child(50) {
    animation-delay: 6400ms;
  }
  .virtualjourney .map-container .pins:nth-child(51) {
    animation-delay: 6500ms;
  }
  .virtualjourney .map-container .pins:nth-child(52) {
    animation-delay: 6600ms;
  }
  .virtualjourney .map-container .pins:nth-child(53) {
    animation-delay: 6700ms;
  }
  .virtualjourney .map-container .pins:nth-child(54) {
    animation-delay: 6800ms;
  }
  .virtualjourney .map-container .pins:nth-child(55) {
    animation-delay: 6900ms;
  }
  .virtualjourney .map-container .pins:nth-child(56) {
    animation-delay: 7000ms;
  }
  .virtualjourney .map-container .pins:nth-child(57) {
    animation-delay: 7100ms;
  }
  .virtualjourney .map-container .pins:nth-child(58) {
    animation-delay: 7200ms;
  }
  .virtualjourney .map-container .pins:nth-child(59) {
    animation-delay: 7300ms;
  }
  .virtualjourney .map-container .pins:nth-child(60) {
    animation-delay: 7400ms;
  }
  .virtualjourney .map-container .pins:nth-child(61) {
    animation-delay: 7500ms;
  }
  .virtualjourney .map-container .pins:nth-child(62) {
    animation-delay: 7600ms;
  }
  .virtualjourney .map-container .pins:nth-child(63) {
    animation-delay: 7700ms;
  }
  .virtualjourney .map-container .pins:nth-child(64) {
    animation-delay: 7800ms;
  }
  .virtualjourney .map-container .pins:nth-child(65) {
    animation-delay: 7900ms;
  }
  .virtualjourney .map-container .pins:nth-child(66) {
    animation-delay: 8000ms;
  }
  .virtualjourney .map-container .pins:nth-child(67) {
    animation-delay: 8100ms;
  }
  .virtualjourney .map-container .pins:nth-child(68) {
    animation-delay: 8200ms;
  }
  .virtualjourney .map-container .pins:nth-child(69) {
    animation-delay: 8300ms;
  }
  .virtualjourney .map-container .pins:nth-child(70) {
    animation-delay: 8400ms;
  }
  .virtualjourney .map-container .pins:nth-child(71) {
    animation-delay: 8500ms;
  }
  .virtualjourney .map-container .pins:nth-child(72) {
    animation-delay: 8600ms;
  }
  .virtualjourney .map-container .pins:nth-child(73) {
    animation-delay: 8700ms;
  }
  .virtualjourney .map-container .pins:nth-child(74) {
    animation-delay: 8800ms;
  }
  .virtualjourney .map-container .pins:nth-child(75) {
    animation-delay: 8900ms;
  }
  .virtualjourney .map-container .pins:nth-child(76) {
    animation-delay: 9000ms;
  }
  .virtualjourney .map-container .pins:nth-child(77) {
    animation-delay: 9100ms;
  }
  .virtualjourney .map-container .pins:nth-child(78) {
    animation-delay: 9200ms;
  }
  .virtualjourney .map-container .pins:nth-child(79) {
    animation-delay: 9300ms;
  }
  .virtualjourney .map-container .pins:nth-child(80) {
    animation-delay: 9400ms;
  }
  .virtualjourney .map-container .pins:nth-child(81) {
    animation-delay: 9500ms;
  }
  .virtualjourney .map-container .pins:nth-child(82) {
    animation-delay: 9600ms;
  }
  .virtualjourney .map-container .pins:nth-child(83) {
    animation-delay: 9700ms;
  }
  .virtualjourney .map-container .pins:nth-child(84) {
    animation-delay: 9800ms;
  }
  .virtualjourney .map-container .pins:nth-child(85) {
    animation-delay: 9900ms;
  }
  .virtualjourney .map-container .pins:nth-child(86) {
    animation-delay: 10000ms;
  }
  .virtualjourney .map-container .pins:nth-child(87) {
    animation-delay: 10100ms;
  }
  .virtualjourney .map-container .pins:nth-child(88) {
    animation-delay: 10200ms;
  }
  .virtualjourney .map-container .pins:nth-child(89) {
    animation-delay: 10300ms;
  }
  .virtualjourney .map-container .pins:nth-child(90) {
    animation-delay: 10400ms;
  }
  .virtualjourney .map-container .pins:nth-child(91) {
    animation-delay: 10500ms;
  }
  .virtualjourney .map-container .pins:nth-child(92) {
    animation-delay: 10600ms;
  }
  .virtualjourney .map-container .pins:nth-child(93) {
    animation-delay: 10700ms;
  }
  .virtualjourney .map-container .pins:nth-child(94) {
    animation-delay: 10800ms;
  }
  .virtualjourney .map-container .pins:nth-child(95) {
    animation-delay: 10900ms;
  }
  .virtualjourney .map-container .pins:nth-child(96) {
    animation-delay: 11000ms;
  }
  .virtualjourney .map-container .pins:nth-child(97) {
    animation-delay: 11100ms;
  }
  .virtualjourney .map-container .pins:nth-child(98) {
    animation-delay: 11200ms;
  }
  .virtualjourney .map-container .pins:nth-child(99) {
    animation-delay: 11300ms;
  }
  .virtualjourney .map-container .pins:nth-child(100) {
    animation-delay: 11400ms;
  }
  .virtualjourney .map-container .pins.main {
    height: 60px;
    width: 50px;
    left: 6.60%;
    top: 60%;
  }
  .virtualjourney .map-container .where {
    position: relative;
    animation-delay: 0s;
    background: url(/img/virtualjourney/green-pin.png) no-repeat scroll center bottom transparent;
    height: 77px;
    width: 100px;
    margin-left: -50px;
    visibility: hidden;
    z-index: 20;
    text-align: center;
  }
  .virtualjourney .map-container .where span {
    text-transform: uppercase;
    color: #264031;
    font-size: 0.75em;
    letter-spacing: 1px;
    display: block;
    visibility: hidden;
  }
  .virtualjourney .map-container .where-wrapper {
    left: 0%;
    top: 25%;
    position: absolute;
  }
  .virtualjourney .map-container .dotted-line {
    height: 375px;
    width: 1px;
    border-left: dashed rgb(255, 255, 255);
    position: absolute;
    top: 55%;
    visibility: hidden;
  }
  .virtualjourney .container {
    position: relative;
  }
  .virtualjourney #hiddendiv {
    box-sizing: border-box;
    padding: 1.2em 1em;
    width: 275px;
    position: absolute;
    visibility: hidden;
    z-index: -200;
    left: -2000px;
    top: 0%;
  }
  .virtualjourney #hiddendiv p {
    margin-bottom: 0.4em;
  }
  .virtualjourney #hiddendiv img {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .virtualjourney .location-info {
    opacity: 0;
    position: absolute;
    top: 33px;
    left: 10%;
    width: 282px;
    z-index: 100;
    max-height: 500px;
  }
  .virtualjourney .location-info::before {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/virtualjourney/info-hangers.png) no-repeat;
    height: 52px;
    width: 10px;
    top: -37px;
    left: 5%;
  }
  .virtualjourney .location-info::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/virtualjourney/info-hangers.png) no-repeat;
    height: 52px;
    width: 10px;
    top: -37px;
    right: 5%;
  }
  .virtualjourney .location-info img {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .virtualjourney .location-info .closing-container {
    max-height: 0;
    overflow: hidden;
    transition: all 0.1s 0.3s;
  }
  .virtualjourney .location-info h3 {
    display: block;
    background: #F28857;
    color: #FCD4C0;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    padding: 1em;
    margin: 0;
  }
  .virtualjourney .location-info .place-info {
    background: #FFF9B8;
    box-sizing: border-box;
    padding: 1.2em 1em;
  }
  .virtualjourney .location-info p {
    margin-bottom: 0.4em;
  }
  .virtualjourney .location-info .info-footer {
    display: block;
    background: #FCD4C0;
    padding: 0.8em 0;
    text-align: center;
  }
  .virtualjourney .location-info .close-info {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: none;
  }
  .virtualjourney .location-info.active {
    opacity: 1;
  }
  .virtualjourney .location-info.active .closing-container {
    max-height: 550px;
    overflow: hidden;
    transition: all 1s 0.3s;
  }
  .where.active span, .dotted-line.active {
    animation-name: fade-in-down;
    animation-duration: 1.6s;
    animation-delay: 0.4s;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    animation-fill-mode: forwards;
  }
  .pins.active, .where.active {
    animation-name: popup;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    animation-fill-mode: forwards;
  }
  .where.active {
    animation-duration: 1.5s;
  }
  .ie7 .pins.active, .ie8 .pins.active, .ie9 .pins.active, .ie7 .where.active, .ie8 .where.active, .ie9 .where.active, .ie7 .dotted-line.active, .ie8 .dotted-line.active, .ie9 .dotted-line.active, .ie7 .where.active span, .ie8 .where.active span, .ie9 .where.active span {
    visibility: visible;
  }
  @media screen and (min-width: 1300px) {
    .virtualjourney .background-image {
      height: 725px;
    }
    .virtualjourney .map-container {
      height: 725px;
    }
    .virtualjourney .map-container .dotted-line {
      height: 500px;
    }
  }
  @media screen and (max-width: 650px) {
    .virtualjourney .backdrop {
      width: 100%;
      overflow-x: scroll;
      background: #AFDBCD;
    }
    .virtualjourney .background-image {
      height: 460px;
      display: block;
      position: relative;
    }
    .virtualjourney .map-container {
      position: relative;
      width: 5299px;
      height: 460px;
    }
    .virtualjourney .map-container .dotted-line {
      height: 300px;
    }
    .virtualjourney .location-info {
      left: 50%;
      transform: translateX(-50%);
    }
    .virtualjourney .location-info.active .closing-container {
      max-height: 310px;
      overflow: scroll;
    }
    .virtualjourney .location-info .close-info {
      display: block;
    }
  }
  @media screen and (max-width: 850px) {
    .virtualjourney .backdrop {
      overflow-x: scroll;
    }
    .virtualjourney .location-info.active .closing-container {
      overflow: scroll;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
