/*****************************
*
* Spacing Helpers
*
******************************/
.xs-p-4 {
  padding: 4px;
}

.xs-p-8 {
  padding: 8px;
}

.xs-p-16 {
  padding: 16px;
}

.xs-p-20 {
  padding: 20px;
}

.xs-p-24 {
  padding: 24px;
}

.xs-p-28 {
  padding: 28px;
}

.xs-p-32 {
  padding: 32px;
}

.xs-pt-4 {
  padding-top: 4px;
}

.xs-pt-8 {
  padding-top: 8px;
}

.xs-pt-16 {
  padding-top: 16px;
}

.xs-pt-20 {
  padding-top: 20px;
}

.xs-pt-24 {
  padding-top: 24px;
}

.xs-pt-28 {
  padding-top: 28px;
}

.xs-pt-32 {
  padding-top: 32px;
}

.xs-pr-4 {
  padding-right: 4px;
}

.xs-pr-8 {
  padding-right: 8px;
}

.xs-pr-16 {
  padding-right: 16px;
}

.xs-pr-20 {
  padding-right: 20px;
}

.xs-pr-24 {
  padding-right: 24px;
}

.xs-pr-28 {
  padding-right: 28px;
}

.xs-pr-32 {
  padding-right: 32px;
}

.xs-pb-4 {
  padding-bottom: 4px;
}

.xs-pb-8 {
  padding-bottom: 8px;
}

.xs-pb-16 {
  padding-bottom: 16px;
}

.xs-pb-20 {
  padding-bottom: 20px;
}

.xs-pb-24 {
  padding-bottom: 24px;
}

.xs-pb-28 {
  padding-bottom: 28px;
}

.xs-pb-32 {
  padding-bottom: 32px;
}

.xs-pl-4 {
  padding-left: 4px;
}

.xs-pl-8 {
  padding-left: 8px;
}

.xs-pl-16 {
  padding-left: 16px;
}

.xs-pl-20 {
  padding-left: 20px;
}

.xs-pl-24 {
  padding-left: 24px;
}

.xs-pl-28 {
  padding-left: 28px;
}

.xs-pl-32 {
  padding-left: 32px;
}

.xs-m-4 {
  margin: 4px;
}

.xs-m-8 {
  margin: 8px;
}

.xs-m-16 {
  margin: 16px;
}

.xs-m-20 {
  margin: 20px;
}

.xs-m-24 {
  margin: 24px;
}

.xs-m-28 {
  margin: 28px;
}

.xs-m-32 {
  margin: 32px;
}

.xs-mt-4 {
  margin-top: 4px;
}

.xs-mt-8 {
  margin-top: 8px;
}

.xs-mt-16 {
  margin-top: 16px;
}

.xs-mt-20 {
  margin-top: 20px;
}

.xs-mt-24 {
  margin-top: 24px;
}

.xs-mt-28 {
  margin-top: 28px;
}

.xs-mt-32 {
  margin-top: 32px;
}

.xs-mr-4 {
  margin-right: 4px;
}

.xs-mr-8 {
  margin-right: 8px;
}

.xs-mr-16 {
  margin-right: 16px;
}

.xs-mr-20 {
  margin-right: 20px;
}

.xs-mr-24 {
  margin-right: 24px;
}

.xs-mr-28 {
  margin-right: 28px;
}

.xs-mr-32 {
  margin-right: 32px;
}

.xs-mb-4 {
  margin-bottom: 4px;
}

.xs-mb-8 {
  margin-bottom: 8px;
}

.xs-mb-16 {
  margin-bottom: 16px;
}

.xs-mb-20 {
  margin-bottom: 20px;
}

.xs-mb-24 {
  margin-bottom: 24px;
}

.xs-mb-28 {
  margin-bottom: 28px;
}

.xs-mb-32 {
  margin-bottom: 32px;
}

.xs-ml-4 {
  margin-left: 4px;
}

.xs-ml-8 {
  margin-left: 8px;
}

.xs-ml-16 {
  margin-left: 16px;
}

.xs-ml-20 {
  margin-left: 20px;
}

.xs-ml-24 {
  margin-left: 24px;
}

.xs-ml-28 {
  margin-left: 28px;
}

.xs-ml-32 {
  margin-left: 32px;
}

@media screen and (min-width: 480px) {
  .sm-p-4 {
    padding: 4px;
  }

  .sm-p-8 {
    padding: 8px;
  }

  .sm-p-16 {
    padding: 16px;
  }

  .sm-p-20 {
    padding: 20px;
  }

  .sm-p-24 {
    padding: 24px;
  }

  .sm-p-28 {
    padding: 28px;
  }

  .sm-p-32 {
    padding: 32px;
  }

  .sm-pt-4 {
    padding-top: 4px;
  }

  .sm-pt-8 {
    padding-top: 8px;
  }

  .sm-pt-16 {
    padding-top: 16px;
  }

  .sm-pt-20 {
    padding-top: 20px;
  }

  .sm-pt-24 {
    padding-top: 24px;
  }

  .sm-pt-28 {
    padding-top: 28px;
  }

  .sm-pt-32 {
    padding-top: 32px;
  }

  .sm-pr-4 {
    padding-right: 4px;
  }

  .sm-pr-8 {
    padding-right: 8px;
  }

  .sm-pr-16 {
    padding-right: 16px;
  }

  .sm-pr-20 {
    padding-right: 20px;
  }

  .sm-pr-24 {
    padding-right: 24px;
  }

  .sm-pr-28 {
    padding-right: 28px;
  }

  .sm-pr-32 {
    padding-right: 32px;
  }

  .sm-pb-4 {
    padding-bottom: 4px;
  }

  .sm-pb-8 {
    padding-bottom: 8px;
  }

  .sm-pb-16 {
    padding-bottom: 16px;
  }

  .sm-pb-20 {
    padding-bottom: 20px;
  }

  .sm-pb-24 {
    padding-bottom: 24px;
  }

  .sm-pb-28 {
    padding-bottom: 28px;
  }

  .sm-pb-32 {
    padding-bottom: 32px;
  }

  .sm-pl-4 {
    padding-left: 4px;
  }

  .sm-pl-8 {
    padding-left: 8px;
  }

  .sm-pl-16 {
    padding-left: 16px;
  }

  .sm-pl-20 {
    padding-left: 20px;
  }

  .sm-pl-24 {
    padding-left: 24px;
  }

  .sm-pl-28 {
    padding-left: 28px;
  }

  .sm-pl-32 {
    padding-left: 32px;
  }

  .sm-m-4 {
    margin: 4px;
  }

  .sm-m-8 {
    margin: 8px;
  }

  .sm-m-16 {
    margin: 16px;
  }

  .sm-m-20 {
    margin: 20px;
  }

  .sm-m-24 {
    margin: 24px;
  }

  .sm-m-28 {
    margin: 28px;
  }

  .sm-m-32 {
    margin: 32px;
  }

  .sm-mt-4 {
    margin-top: 4px;
  }

  .sm-mt-8 {
    margin-top: 8px;
  }

  .sm-mt-16 {
    margin-top: 16px;
  }

  .sm-mt-20 {
    margin-top: 20px;
  }

  .sm-mt-24 {
    margin-top: 24px;
  }

  .sm-mt-28 {
    margin-top: 28px;
  }

  .sm-mt-32 {
    margin-top: 32px;
  }

  .sm-mr-4 {
    margin-right: 4px;
  }

  .sm-mr-8 {
    margin-right: 8px;
  }

  .sm-mr-16 {
    margin-right: 16px;
  }

  .sm-mr-20 {
    margin-right: 20px;
  }

  .sm-mr-24 {
    margin-right: 24px;
  }

  .sm-mr-28 {
    margin-right: 28px;
  }

  .sm-mr-32 {
    margin-right: 32px;
  }

  .sm-mb-4 {
    margin-bottom: 4px;
  }

  .sm-mb-8 {
    margin-bottom: 8px;
  }

  .sm-mb-16 {
    margin-bottom: 16px;
  }

  .sm-mb-20 {
    margin-bottom: 20px;
  }

  .sm-mb-24 {
    margin-bottom: 24px;
  }

  .sm-mb-28 {
    margin-bottom: 28px;
  }

  .sm-mb-32 {
    margin-bottom: 32px;
  }

  .sm-ml-4 {
    margin-left: 4px;
  }

  .sm-ml-8 {
    margin-left: 8px;
  }

  .sm-ml-16 {
    margin-left: 16px;
  }

  .sm-ml-20 {
    margin-left: 20px;
  }

  .sm-ml-24 {
    margin-left: 24px;
  }

  .sm-ml-28 {
    margin-left: 28px;
  }

  .sm-ml-32 {
    margin-left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .md-p-4 {
    padding: 4px;
  }

  .md-p-8 {
    padding: 8px;
  }

  .md-p-16 {
    padding: 16px;
  }

  .md-p-20 {
    padding: 20px;
  }

  .md-p-24 {
    padding: 24px;
  }

  .md-p-28 {
    padding: 28px;
  }

  .md-p-32 {
    padding: 32px;
  }

  .md-pt-4 {
    padding-top: 4px;
  }

  .md-pt-8 {
    padding-top: 8px;
  }

  .md-pt-16 {
    padding-top: 16px;
  }

  .md-pt-20 {
    padding-top: 20px;
  }

  .md-pt-24 {
    padding-top: 24px;
  }

  .md-pt-28 {
    padding-top: 28px;
  }

  .md-pt-32 {
    padding-top: 32px;
  }

  .md-pr-4 {
    padding-right: 4px;
  }

  .md-pr-8 {
    padding-right: 8px;
  }

  .md-pr-16 {
    padding-right: 16px;
  }

  .md-pr-20 {
    padding-right: 20px;
  }

  .md-pr-24 {
    padding-right: 24px;
  }

  .md-pr-28 {
    padding-right: 28px;
  }

  .md-pr-32 {
    padding-right: 32px;
  }

  .md-pb-4 {
    padding-bottom: 4px;
  }

  .md-pb-8 {
    padding-bottom: 8px;
  }

  .md-pb-16 {
    padding-bottom: 16px;
  }

  .md-pb-20 {
    padding-bottom: 20px;
  }

  .md-pb-24 {
    padding-bottom: 24px;
  }

  .md-pb-28 {
    padding-bottom: 28px;
  }

  .md-pb-32 {
    padding-bottom: 32px;
  }

  .md-pl-4 {
    padding-left: 4px;
  }

  .md-pl-8 {
    padding-left: 8px;
  }

  .md-pl-16 {
    padding-left: 16px;
  }

  .md-pl-20 {
    padding-left: 20px;
  }

  .md-pl-24 {
    padding-left: 24px;
  }

  .md-pl-28 {
    padding-left: 28px;
  }

  .md-pl-32 {
    padding-left: 32px;
  }

  .md-m-4 {
    margin: 4px;
  }

  .md-m-8 {
    margin: 8px;
  }

  .md-m-16 {
    margin: 16px;
  }

  .md-m-20 {
    margin: 20px;
  }

  .md-m-24 {
    margin: 24px;
  }

  .md-m-28 {
    margin: 28px;
  }

  .md-m-32 {
    margin: 32px;
  }

  .md-mt-4 {
    margin-top: 4px;
  }

  .md-mt-8 {
    margin-top: 8px;
  }

  .md-mt-16 {
    margin-top: 16px;
  }

  .md-mt-20 {
    margin-top: 20px;
  }

  .md-mt-24 {
    margin-top: 24px;
  }

  .md-mt-28 {
    margin-top: 28px;
  }

  .md-mt-32 {
    margin-top: 32px;
  }

  .md-mr-4 {
    margin-right: 4px;
  }

  .md-mr-8 {
    margin-right: 8px;
  }

  .md-mr-16 {
    margin-right: 16px;
  }

  .md-mr-20 {
    margin-right: 20px;
  }

  .md-mr-24 {
    margin-right: 24px;
  }

  .md-mr-28 {
    margin-right: 28px;
  }

  .md-mr-32 {
    margin-right: 32px;
  }

  .md-mb-4 {
    margin-bottom: 4px;
  }

  .md-mb-8 {
    margin-bottom: 8px;
  }

  .md-mb-16 {
    margin-bottom: 16px;
  }

  .md-mb-20 {
    margin-bottom: 20px;
  }

  .md-mb-24 {
    margin-bottom: 24px;
  }

  .md-mb-28 {
    margin-bottom: 28px;
  }

  .md-mb-32 {
    margin-bottom: 32px;
  }

  .md-ml-4 {
    margin-left: 4px;
  }

  .md-ml-8 {
    margin-left: 8px;
  }

  .md-ml-16 {
    margin-left: 16px;
  }

  .md-ml-20 {
    margin-left: 20px;
  }

  .md-ml-24 {
    margin-left: 24px;
  }

  .md-ml-28 {
    margin-left: 28px;
  }

  .md-ml-32 {
    margin-left: 32px;
  }
}
@media screen and (min-width: 960px) {
  .lg-p-4 {
    padding: 4px;
  }

  .lg-p-8 {
    padding: 8px;
  }

  .lg-p-16 {
    padding: 16px;
  }

  .lg-p-20 {
    padding: 20px;
  }

  .lg-p-24 {
    padding: 24px;
  }

  .lg-p-28 {
    padding: 28px;
  }

  .lg-p-32 {
    padding: 32px;
  }

  .lg-pt-4 {
    padding-top: 4px;
  }

  .lg-pt-8 {
    padding-top: 8px;
  }

  .lg-pt-16 {
    padding-top: 16px;
  }

  .lg-pt-20 {
    padding-top: 20px;
  }

  .lg-pt-24 {
    padding-top: 24px;
  }

  .lg-pt-28 {
    padding-top: 28px;
  }

  .lg-pt-32 {
    padding-top: 32px;
  }

  .lg-pr-4 {
    padding-right: 4px;
  }

  .lg-pr-8 {
    padding-right: 8px;
  }

  .lg-pr-16 {
    padding-right: 16px;
  }

  .lg-pr-20 {
    padding-right: 20px;
  }

  .lg-pr-24 {
    padding-right: 24px;
  }

  .lg-pr-28 {
    padding-right: 28px;
  }

  .lg-pr-32 {
    padding-right: 32px;
  }

  .lg-pb-4 {
    padding-bottom: 4px;
  }

  .lg-pb-8 {
    padding-bottom: 8px;
  }

  .lg-pb-16 {
    padding-bottom: 16px;
  }

  .lg-pb-20 {
    padding-bottom: 20px;
  }

  .lg-pb-24 {
    padding-bottom: 24px;
  }

  .lg-pb-28 {
    padding-bottom: 28px;
  }

  .lg-pb-32 {
    padding-bottom: 32px;
  }

  .lg-pl-4 {
    padding-left: 4px;
  }

  .lg-pl-8 {
    padding-left: 8px;
  }

  .lg-pl-16 {
    padding-left: 16px;
  }

  .lg-pl-20 {
    padding-left: 20px;
  }

  .lg-pl-24 {
    padding-left: 24px;
  }

  .lg-pl-28 {
    padding-left: 28px;
  }

  .lg-pl-32 {
    padding-left: 32px;
  }

  .lg-m-4 {
    margin: 4px;
  }

  .lg-m-8 {
    margin: 8px;
  }

  .lg-m-16 {
    margin: 16px;
  }

  .lg-m-20 {
    margin: 20px;
  }

  .lg-m-24 {
    margin: 24px;
  }

  .lg-m-28 {
    margin: 28px;
  }

  .lg-m-32 {
    margin: 32px;
  }

  .lg-mt-4 {
    margin-top: 4px;
  }

  .lg-mt-8 {
    margin-top: 8px;
  }

  .lg-mt-16 {
    margin-top: 16px;
  }

  .lg-mt-20 {
    margin-top: 20px;
  }

  .lg-mt-24 {
    margin-top: 24px;
  }

  .lg-mt-28 {
    margin-top: 28px;
  }

  .lg-mt-32 {
    margin-top: 32px;
  }

  .lg-mr-4 {
    margin-right: 4px;
  }

  .lg-mr-8 {
    margin-right: 8px;
  }

  .lg-mr-16 {
    margin-right: 16px;
  }

  .lg-mr-20 {
    margin-right: 20px;
  }

  .lg-mr-24 {
    margin-right: 24px;
  }

  .lg-mr-28 {
    margin-right: 28px;
  }

  .lg-mr-32 {
    margin-right: 32px;
  }

  .lg-mb-4 {
    margin-bottom: 4px;
  }

  .lg-mb-8 {
    margin-bottom: 8px;
  }

  .lg-mb-16 {
    margin-bottom: 16px;
  }

  .lg-mb-20 {
    margin-bottom: 20px;
  }

  .lg-mb-24 {
    margin-bottom: 24px;
  }

  .lg-mb-28 {
    margin-bottom: 28px;
  }

  .lg-mb-32 {
    margin-bottom: 32px;
  }

  .lg-ml-4 {
    margin-left: 4px;
  }

  .lg-ml-8 {
    margin-left: 8px;
  }

  .lg-ml-16 {
    margin-left: 16px;
  }

  .lg-ml-20 {
    margin-left: 20px;
  }

  .lg-ml-24 {
    margin-left: 24px;
  }

  .lg-ml-28 {
    margin-left: 28px;
  }

  .lg-ml-32 {
    margin-left: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-p-4 {
    padding: 4px;
  }

  .xl-p-8 {
    padding: 8px;
  }

  .xl-p-16 {
    padding: 16px;
  }

  .xl-p-20 {
    padding: 20px;
  }

  .xl-p-24 {
    padding: 24px;
  }

  .xl-p-28 {
    padding: 28px;
  }

  .xl-p-32 {
    padding: 32px;
  }

  .xl-pt-4 {
    padding-top: 4px;
  }

  .xl-pt-8 {
    padding-top: 8px;
  }

  .xl-pt-16 {
    padding-top: 16px;
  }

  .xl-pt-20 {
    padding-top: 20px;
  }

  .xl-pt-24 {
    padding-top: 24px;
  }

  .xl-pt-28 {
    padding-top: 28px;
  }

  .xl-pt-32 {
    padding-top: 32px;
  }

  .xl-pr-4 {
    padding-right: 4px;
  }

  .xl-pr-8 {
    padding-right: 8px;
  }

  .xl-pr-16 {
    padding-right: 16px;
  }

  .xl-pr-20 {
    padding-right: 20px;
  }

  .xl-pr-24 {
    padding-right: 24px;
  }

  .xl-pr-28 {
    padding-right: 28px;
  }

  .xl-pr-32 {
    padding-right: 32px;
  }

  .xl-pb-4 {
    padding-bottom: 4px;
  }

  .xl-pb-8 {
    padding-bottom: 8px;
  }

  .xl-pb-16 {
    padding-bottom: 16px;
  }

  .xl-pb-20 {
    padding-bottom: 20px;
  }

  .xl-pb-24 {
    padding-bottom: 24px;
  }

  .xl-pb-28 {
    padding-bottom: 28px;
  }

  .xl-pb-32 {
    padding-bottom: 32px;
  }

  .xl-pl-4 {
    padding-left: 4px;
  }

  .xl-pl-8 {
    padding-left: 8px;
  }

  .xl-pl-16 {
    padding-left: 16px;
  }

  .xl-pl-20 {
    padding-left: 20px;
  }

  .xl-pl-24 {
    padding-left: 24px;
  }

  .xl-pl-28 {
    padding-left: 28px;
  }

  .xl-pl-32 {
    padding-left: 32px;
  }

  .xl-m-4 {
    margin: 4px;
  }

  .xl-m-8 {
    margin: 8px;
  }

  .xl-m-16 {
    margin: 16px;
  }

  .xl-m-20 {
    margin: 20px;
  }

  .xl-m-24 {
    margin: 24px;
  }

  .xl-m-28 {
    margin: 28px;
  }

  .xl-m-32 {
    margin: 32px;
  }

  .xl-mt-4 {
    margin-top: 4px;
  }

  .xl-mt-8 {
    margin-top: 8px;
  }

  .xl-mt-16 {
    margin-top: 16px;
  }

  .xl-mt-20 {
    margin-top: 20px;
  }

  .xl-mt-24 {
    margin-top: 24px;
  }

  .xl-mt-28 {
    margin-top: 28px;
  }

  .xl-mt-32 {
    margin-top: 32px;
  }

  .xl-mr-4 {
    margin-right: 4px;
  }

  .xl-mr-8 {
    margin-right: 8px;
  }

  .xl-mr-16 {
    margin-right: 16px;
  }

  .xl-mr-20 {
    margin-right: 20px;
  }

  .xl-mr-24 {
    margin-right: 24px;
  }

  .xl-mr-28 {
    margin-right: 28px;
  }

  .xl-mr-32 {
    margin-right: 32px;
  }

  .xl-mb-4 {
    margin-bottom: 4px;
  }

  .xl-mb-8 {
    margin-bottom: 8px;
  }

  .xl-mb-16 {
    margin-bottom: 16px;
  }

  .xl-mb-20 {
    margin-bottom: 20px;
  }

  .xl-mb-24 {
    margin-bottom: 24px;
  }

  .xl-mb-28 {
    margin-bottom: 28px;
  }

  .xl-mb-32 {
    margin-bottom: 32px;
  }

  .xl-ml-4 {
    margin-left: 4px;
  }

  .xl-ml-8 {
    margin-left: 8px;
  }

  .xl-ml-16 {
    margin-left: 16px;
  }

  .xl-ml-20 {
    margin-left: 20px;
  }

  .xl-ml-24 {
    margin-left: 24px;
  }

  .xl-ml-28 {
    margin-left: 28px;
  }

  .xl-ml-32 {
    margin-left: 32px;
  }
}
.m-0 {
  margin: 0em !important;
}

.p-0 {
  padding: 0em !important;
}

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

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

.mr-0 {
  margin-right: 0em !important;
}

.pr-0 {
  padding-right: 0em !important;
}

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

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

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

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

.m-1 {
  margin: 1em !important;
}

.p-1 {
  padding: 1em !important;
}

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

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

.mr-1 {
  margin-right: 1em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

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

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

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

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

.m-2 {
  margin: 2em !important;
}

.p-2 {
  padding: 2em !important;
}

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

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

.mr-2 {
  margin-right: 2em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

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

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

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

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

.m-3 {
  margin: 3em !important;
}

.p-3 {
  padding: 3em !important;
}

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

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

.mr-3 {
  margin-right: 3em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

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

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

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

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

.m-4 {
  margin: 4em !important;
}

.p-4 {
  padding: 4em !important;
}

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

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

.mr-4 {
  margin-right: 4em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

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

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

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

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

.m-5 {
  margin: 5em !important;
}

.p-5 {
  padding: 5em !important;
}

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

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

.mr-5 {
  margin-right: 5em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

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

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

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

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

.m-6 {
  margin: 6em !important;
}

.p-6 {
  padding: 6em !important;
}

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

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

.mr-6 {
  margin-right: 6em !important;
}

.pr-6 {
  padding-right: 6em !important;
}

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

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

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

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

.m-7 {
  margin: 7em !important;
}

.p-7 {
  padding: 7em !important;
}

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

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

.mr-7 {
  margin-right: 7em !important;
}

.pr-7 {
  padding-right: 7em !important;
}

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

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

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

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

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*****************************
*
* Flexbox helper
*
******************************/
.flex {
  display: flex;
}
.flex--row {
  flex-direction: row;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--space-between {
  justify-content: space-between;
}
.flex--center {
  justify-content: center;
}
.flex-column {
  flex-direction: column;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .text-center {
    text-align: left;
  }
}

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

.text-left {
  text-align: left;
}
.text-left h2, .text-left h3, .text-left h4 {
  text-align: left !important;
}

meta.foundation-version {
  font-family: "/5.3.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 100%;
}

body {
  background: white;
  color: #000000;
  padding: 0;
  margin-left: 80px;
  margin-right: 80px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
}

.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: white;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #00b1d8;
  border-color: #009bba;
  color: white;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 5px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #57ce83;
  border-color: #39c36c;
  color: white;
}

.alert-box.alert {
  background-color: #e13f45;
  border-color: #d6212b;
  color: white;
}

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

.alert-box.alert-close {
  opacity: 0;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.78125rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.78125rem 1.5625rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #00b1d8;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a {
  color: #00b1d8;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

button, .button {
  border-style: none;
  border-radius: 20px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: .25rem 1.25rem 1.25rem .25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  display: inline-block;
  padding: 2rem;
  font-size: 1.25rem;
  background-color: #00b1d8;
  color: white;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0090ad;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

button.success, .button.success {
  background-color: #57ce83;
  border-color: #35b564;
  color: white;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #35b564;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}

button.alert, .button.alert {
  background-color: #e13f45;
  border-color: #c71f28;
  color: white;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #c71f28;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}

button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.625rem;
}

button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 1rem;
}

button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.8125rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  border-radius: 15px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #00b1d8;
  border-color: #0090ad;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0090ad;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #00b1d8;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #57ce83;
  border-color: #35b564;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #35b564;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #57ce83;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #e13f45;
  border-color: #c71f28;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c71f28;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #e13f45;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 99;
}

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 98;
}

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 99;
}

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 98;
}

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 99;
}

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 98;
}

.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

.dropdown.button:after, button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}

.dropdown.button:after, button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button:after, button.dropdown:after {
  border-color: white transparent transparent transparent;
}

.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-color: white transparent transparent transparent;
}

.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small:after, button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small:after, button.dropdown.small:after {
  border-color: white transparent transparent transparent;
}

.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large:after, button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large:after, button.dropdown.large:after {
  border-color: white transparent transparent transparent;
}

.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

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

.header-row {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  /* max-width: 87%;  */
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

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

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

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

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

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

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

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

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px white;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: white;
}

.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: #e9e9e9;
  text-indent: -9999px !important;
  z-index: 10;
}

.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #999999;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit;
  }

  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }

  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important;
  }

  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  .orbit-timer {
    display: none;
  }

  .orbit-next, .orbit-prev {
    display: none;
  }

  .orbit-bullets {
    display: none;
  }
}
/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b7f4ff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #edfcff;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: #00b1d8;
}

.panel.radius {
  border-radius: 5px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  top: 0;
  left: 0;
}

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  dialog, .reveal-modal {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    left: 50%;
  }
}
dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

dialog > :first-child, .reveal-modal > :first-child {
  margin-top: 0;
}

dialog > :last-child, .reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    top: 6.25rem;
  }
}
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.25rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

dialog[open] {
  display: block;
  visibility: visible;
}

dialog, .reveal-modal {
  padding: 1.875rem;
}

dialog.radius, .reveal-modal.radius {
  border-radius: 5px;
}

dialog.round, .reveal-modal.round {
  border-radius: 1000px;
}

dialog.collapse, .reveal-modal.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  dialog.tiny, .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog.small, .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog.medium, .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog.large, .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog.xlarge, .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
dialog.full, .reveal-modal.full {
  top: 0;
  left: 0;
  height: 98%;
  height: 98vh;
  min-height: 98vh;
  margin-left: 1vh !important;
  margin-top: 1vh !important;
}

@media only screen and (min-width: 40.063em) {
  dialog.full, .reveal-modal.full {
    margin-left: -50vw;
    width: 98vw;
  }
}
@media print {
  dialog, .reveal-modal {
    background: white !important;
  }
}
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt, .sub-nav dd, .sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #00b1d8;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
  background: #009bba;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #00b1d8;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: #009bba;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
  text-rendering: optimizeLegibility;
}

p::after {
  margin-bottom: 40px;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #838791;
  line-height: 0;
}

h1, .h1 {
  text-align: left;
  font-size: 76px;
  font-weight: bold;
}

h2, .h2 {
  font-size: 45px;
  font-weight: bold;
}

h3, .h3 {
  font-size: 31px;
  font-weight: bold;
}

h4, .h4 {
  font-size: 24px;
  font-weight: bold;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

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

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

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

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

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

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #535457;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #6e717c;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
  color: #6e717c;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #838791;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
  }

  h1, .h1 {
    font-size: 3.4375rem;
  }

  h2, .h2 {
    font-size: 2.3125rem;
  }

  h3, .h3 {
    font-size: 1.6875rem;
  }

  h4, .h4 {
    font-size: 1.4375rem;
  }

  h5, .h5 {
    font-size: 1.125rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important;
}

@media print {
  @page {
    margin: 0.5cm;
  }
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3, .h2, .h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background: #00b1d8;
  color: white;
  padding: 0.625rem 1.25rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background: #00a9cb;
}

.tabs dd.active a, .tabs .tab-title.active a {
  background: #eeeeee;
  color: black;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0px 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0px;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0px;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: white;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: white;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form, .top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: 1.8rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}

.top-bar .button, .top-bar button {
  padding-top: 0.45rem;
  padding-bottom: 0.35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.25rem;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: normal;
  color: #2b2b2b;
  width: 75%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: white;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: white;
}

.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin-left: 35px;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px grey;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: #333333;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #2b2b2b;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.top-bar-section ul li > a.button {
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #00b1d8;
  border-color: #0090ad;
  color: white;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #0090ad;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: white;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}

.top-bar-section ul li > a.button.success {
  background-color: #57ce83;
  border-color: #35b564;
  color: white;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #35b564;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: white;
}

.top-bar-section ul li > a.button.alert {
  background-color: #e13f45;
  border-color: #c71f28;
  color: white;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #c71f28;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: white;
}

.top-bar-section ul li > button {
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #00b1d8;
  border-color: #0090ad;
  color: white;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #0090ad;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: white;
}

.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}

.top-bar-section ul li > button.success {
  background-color: #57ce83;
  border-color: #35b564;
  color: white;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #35b564;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: white;
}

.top-bar-section ul li > button.alert {
  background-color: #e13f45;
  border-color: #c71f28;
  color: white;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #c71f28;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: white;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #00b1d8;
  background: #00b1d8;
  color: white;
}

.top-bar-section ul li.active > a {
  background: #00b1d8;
  color: white;
}

.top-bar-section ul li.active > a:hover {
  background: #0099b8;
  color: white;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  content: none;
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #2b2b2b;
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: white;
    overflow: visible;
  }

  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }

  .top-bar:after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .title-area {
    float: left;
  }

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar input, .top-bar .button, .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }

  .top-bar.expanded {
    background: white;
  }

  .contain-to-grid .top-bar {
    max-width: 87.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li.hover > a:not(.button) {
    background-color: #00b1d8;
    background: #00b1d8;
    color: white;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: white;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #00b1d8;
    background: #00b1d8;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #00b1d8;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0099b8;
    color: white;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 15px !important;
  }

  .top-bar-section .has-dropdown > a:after {
    content: none;
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a {
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }

  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: white;
    background: #333333;
  }

  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: white;
    background-color: #00b1d8;
    background: #00b1d8;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px white;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: white;
    padding: 0 15px;
    height: 45px;
  }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #00b1d8;
    background: #00b1d8;
    color: white;
  }

  .no-js .top-bar-section ul li:active > a {
    background: #00b1d8;
    color: white;
  }

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* ??? displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* ??? displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* ??? displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* ??? displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* ??? displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }

  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }

  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
.fb_iframe_widget {
  padding-top: 10px;
}

.zt-top-bar-global {
  height: 66px;
  margin-bottom: 20px;
  border-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  background-position: top left;
}

.zt-top-bar-global.top-bar .name {
  height: 66px;
}

.zt-top-bar-global li:not(.has-form) a:not(.button) {
  background: transparent;
  color: white;
  font-size: 16px;
  padding-top: 22px;
  height: 60px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.zt-top-bar-global li:not(.has-form) a:not(.button):hover {
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.zt-top-bar-global > section > ul > li:not(.has-form) {
  border-radius: 0 0 10px 10px;
}

.zt-top-bar-global > section > ul > li:not(.has-form) > a:not(.button) {
  border-radius: 0 0 10px 10px;
}

.top-bar-section .left li .dropdown {
  padding-top: 3px;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  padding-top: 7px;
}

.zt-full-width-global {
  height: 66px;
  width: 100%;
  left: 0px;
  right: 0px;
}

.zt-usertype > a {
  background-image: url(../img/usertype.png) !important;
}

.zt-signup > a {
  background-image: url(../img/signup.png) !important;
}

.zt-signup {
  margin-right: 7px;
}

.zt-logout > a {
  background-image: url(../img/logout.png) !important;
}

.zt-logo-top-center {
  margin: 0 auto;
  max-width: 270px;
}

.zt-image-fade:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.zt-keystage > div {
  height: 225px;
}

.zt-keystage-pupils > div {
  height: 185px;
}

.zt-20-top {
  margin-top: 20px;
}

.zt-center-title {
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.zt-title-bgd {
  margin-bottom: -15px;
  background: none repeat scroll 0% 0%;
}

.zp-small-text {
  font-size: 12px;
  padding-right: 5px;
}

.zt-heading-padded {
  padding-bottom: 15px;
}

.zt-lightbox-buttons {
  margin-top: -15px;
  margin-bottom: 10px;
}

.breadcrumbs {
  display: inline-table;
}

.zt-select-styled select {
  background: transparent;
  width: 288px;
  padding: 0px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}

.zt-select-styled {
  width: 260px;
  height: 40px;
  overflow: hidden;
  background: url(../img/down2.png) no-repeat right #dddddd;
  border: 2px solid #cccccc;
  border-radius: 5px;
  margin: 0px 0px 20px 10px;
}

input[type=radio].css-checkbox {
  position: relative;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].css-checkbox + label.css-label {
  padding-left: 29px;
  height: 24px;
  display: block !important;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 15px;
}

input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}

label.css-label {
  background-image: url(../../img/css-radio-button.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zt-form-fields {
  padding: 50px 10px 10px 10px;
}

.zt-input {
  font-size: 16px;
  border: 1.5px solid #1C3BA9;
  background-color: #F4FAFF;
  border-radius: 5px;
  width: 100%;
  padding: 7px 7px 7px 7px;
}
.zt-input--large {
  padding: 1em;
  font-size: 1.5em;
}

.zt-form-bgd {
  background-color: #F4FAFF;
  padding: 10px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: -10px;
}

.zt-blue-title {
  color: #00b1d8;
}

@media only screen and (max-width: 40em) {
  .zt-small-centered {
    text-align: center !important;
  }

  .top-bar .toggle-topbar.menu-icon {
    top: 30%;
  }

  .top-bar .toggle-topbar.menu-icon a span:after {
    top: 65%;
  }

  .top-bar.expanded .title-area {
    background: none repeat scroll 0% 0% #d8d8d8;
  }

  .zt-top-bar-global > section > ul > li:not(.has-form) {
    border-radius: 0px;
  }

  .zt-top-bar-global > section > ul > li:not(.has-form) > a:not(.button) {
    border-radius: 0px;
  }

  .zt-logout > a {
    background-image: none !important;
  }

  .zt-usertype > a {
    background-image: none !important;
  }

  .zt-signup > a {
    background-image: none !important;
  }

  .zt-signup {
    margin-right: 0px;
  }

  .top-bar-section .left li .dropdown {
    padding-top: 0px;
  }

  .zt-pupil-breadcrumbs > * a {
    line-height: 1.2;
  }

  .breadcrumbs {
    margin-bottom: -10px;
  }

  .zt-pupil-breadcrumbs > * a {
    font-size: 14px !important;
  }

  .zt-small-hide-info {
    display: none !important;
  }
}
.zt-global-top-menu .top-bar-section li {
  background: #d9d9d9;
}

.zt-global-top-menu .top-bar-section li.active > a {
  background: #00b1d8;
}

.zt-global-top-menu .toggle-topbar a {
  color: #3e3e3e;
  margin-top: 8px;
}

.zt-global-top-menu .toggle-topbar.menu-icon a {
  color: #3e3e3e;
}

.zt-global-top-menu .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px #3e3e3e, 0 7px 0 1px #3e3e3e, 0 14px 0 1px #3e3e3e;
  width: 16px;
}

.zt-global-top-menu .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px #3e3e3e, 0 7px 0 1px #3e3e3e, 0 14px 0 1px #3e3e3e;
}

.zt-global-top-menu .toggle-topbar.expanded .title-area {
  background: white;
}

.zt-global-top-menu .toggle-topbar.expanded .toggle-topbar a {
  color: #3e3e3e;
}

.zt-global-top-menu .toggle-topbar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px yellow, 0 16px 0 1px yellow, 0 22px 0 1px yellow;
}

.zt-public-top-bar {
  background: #e13f45;
}

.zt-full-width-public {
  background: #e13f45;
}

.zt-public-top-buttons ul li {
  background-color: #ea7b7b;
  background-repeat: no-repeat;
  background-position: top center;
}

.zt-public-top-buttons ul li li {
  background-color: #fe5f5f;
}

.zt-public-top-buttons ul li:hover > a {
  background-color: #c71f28 !important;
}

.zt-full-width-grey-bgd {
  background: #e9e9e9;
  left: 0px;
  right: 0px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  padding-top: 25px;
}

.zt-home-white-bgd {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 7px 5px 0px 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}

video {
  width: 100%;
  max-width: 900px;
  height: auto;
}

@media only screen and (min-width: 64.063em) {
  .zt-home-white-bgd {
    margin-top: 30px;
  }
}
.zt-home-paragraph {
  margin-bottom: 2px;
  font-weight: 600;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 25%;
    max-width: 25%;
    float: left;
    margin: 5px 0 20px 0px;
    padding: 0 20px 0 10px;
  }

  .tabs-content {
    padding-left: 25%;
  }

  .tabs dd > a {
    margin: 3px 0px 3px 0px;
  }
}
.orbit-slide-number {
  display: none;
}

.zt-orbit-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.zt-landing-white-bgd {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.zt-small-top-gap {
  margin-top: 10px;
}

.zt-teacher-top-bar {
  background: #92d1ea;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 40em) {
  .zt-teacher-top-bar {
    background-image: none;
  }
}
.zt-full-width-teacher {
  background: #92d1ea;
}

@media only screen and (min-width: 40.063em) {
  .zt-teacher-top-bar {
    background-position: top center;
  }

  .zt-teacher-top-buttons li:not(.has-form) a:not(.button):hover {
    background: #38c6e6;
  }

  .zt-teacher-top-buttons ul li {
    background-color: #00b1d8;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .zt-teacher-top-buttons ul li li {
    background-color: #00b1d8;
  }
}
.zt-user-top-menu {
  margin-top: -15px;
}

.zt-left-menu {
  padding-left: 5px !important;
}

.zt-social-menu {
  padding-top: 5px !important;
  padding-right: 5px !important;
}

.zt-teacher-home {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.zt-tabs-content {
  padding-left: 0% !important;
  padding: 20px !important;
  background-color: #eef1f6;
  margin-top: -3px;
}

.zt-sel-left {
  background-color: white;
  padding: 20px 25px;
}

.zt-sel-right {
  background-color: #fffec6;
  padding: 20px 25px;
  margin-bottom: 5px;
}

.zt-sel-right p {
  margin-bottom: 0;
}

.zt-sel-left ul {
  margin-bottom: 3px;
}

.tabs dd.active a {
  background-color: #eef1f6;
}

.zt-blue-heading-bgd {
  background-color: #92d1ea;
  color: white;
  padding: 15px 0px;
  font-weight: bold;
  margin: -10px 0px;
}

.zt-green-heading-bgd {
  background-color: #aacf4c;
  color: white;
  padding: 15px 0px;
  font-weight: bold;
  margin: -10px 0px;
}

.zt-rl-blue-title {
  background-color: #00b1d8;
  color: white;
  padding: 15px 0px;
  font-weight: bold;
  margin-top: -10px;
  border-right: 3px solid #eef1f6;
}

.zt-rl-blue-title h5 {
  color: #fff !important;
}

.zt-rl-blue-title a {
  color: #fff;
}

.zt-small-left-gap {
  padding-bottom: 10px;
}

.zt-hr-scope {
  margin-top: 0px;
  margin-bottom: 8px;
  border-width: 0px;
  border-color: #eef1f6;
}

.tabs dd > a {
  margin-right: 4px;
}

.zt-full-width-librarian {
  background: #ff7f11;
}

.zt-librarian-top-bar {
  background: #ff7f11;
}

.zt-librarian-top-buttons ul li {
  background-color: #dc6009;
}

.zt-librarian-top-buttons ul li:hover > a {
  background-color: #FF9600 !important;
}

.zt-parent-top-bar {
  background: #b10869;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 40em) {
  .zt-parent-top-bar {
    background-image: none;
  }
}
.zt-full-width-parent {
  background: #b10869;
}

@media only screen and (min-width: 40.063em) {
  .zt-parent-top-bar {
    background-position: top center;
  }

  .zt-parent-top-buttons ul li:hover > a {
    background-color: #e0197e !important;
  }

  .zt-parent-top-buttons ul li {
    background-color: #d01473;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .zt-parent-top-buttons ul li li {
    background-color: #e61f84;
  }
}
.zt-parent-home {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.zt-pupil-top-bar {
  background-color: #5d9733;
  background-repeat: no-repeat;
  background-position: top left;
}

@media only screen and (max-width: 40em) {
  .zt-pupil-top-bar {
    background-image: none;
  }
}
.zt-full-width-pupil {
  background-color: #5d9733;
}

@media only screen and (min-width: 40.063em) {
  .zt-pupil-top-bar {
    background-position: top center;
  }

  .zt-pupil-top-buttons li:not(.has-form) a:not(.button) {
    background: transparent;
    color: white;
    font-size: 16px;
    padding-top: 22px;
    height: 60px;
  }

  .zt-pupil-top-buttons ul li {
    background-color: #75b745;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .zt-pupil-top-buttons ul li li {
    background-color: #75b745;
  }

  .zt-pupil-top-buttons ul li:hover > a {
    background-color: #82cc4c !important;
  }
}
.zt-pupil-home {
  text-align: center;
  padding-top: 10px;
  /* padding-bottom: 50px; */
}

.zt-pupil-inner {
  background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.2) 50%);
  background-size: 25px 25px;
  /*background-color: #def3c4;*/
}

.zt-pupil-breadcrumbs > * a {
  font-size: 26px;
}

.zt-sel-top {
  background-color: #6d3154;
  padding-top: 5px;
}

.zt-sel-inner {
  background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.2) 50%);
  background-size: 25px 25px;
  background-color: #edc77f;
  padding-top: 15px;
  padding-bottom: 15px;
}

.zt-sel-content-background {
  background-color: #ffedba;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.zt-sel-breadcrumbs {
  padding: 20px 20px 15px 20px;
  margin-top: -10px;
}

.zt-sel-breadcrumbs > .current a {
  color: #5a2545;
}

.zt-sel-breadcrumbs > * a {
  font-size: 26px;
  color: white;
}

.zt-sel-ks-images {
  margin-bottom: 5px;
  float: left;
}

.zt-sel-bottom-space {
  margin-bottom: 15px;
}

#screenshot {
  position: absolute;
  border: 1px solid #cccccc;
  background: #6d3154;
  padding: 5px;
  display: none;
  color: white;
}

input[type=radio].css-checkbox {
  top: inherit;
  left: -1000px;
}

/*.zippreschoolbutton {
  background-color: #FF6368 !important;
    border-color: #D0474E !important;
}


.zippreschoolbutton:hover, .zippreschoolbutton:focus {
      background-color: #D0474E !important; 
}*/
.zt-libs > a {
  background-image: url(../img/libs.png) !important;
}

.zt-libs {
  margin-right: 8px;
}

.zt-extra-padding {
  padding-left: 18px;
  padding-right: 18px;
}

.zt-content-libraries-button {
  display: inline-block;
  background: white;
  border-radius: 25px;
  padding: 10px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 8px 8px 8px #00000078;
  transition: all .05s ease-in-out;
}

.zt-image-fade:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transition: all .05s ease-in-out;
}

.zt-content-libraries-button:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transition: all .05s ease-in-out;
}

.zt-sub-button:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transition: all .05s ease-in-out;
}

.zt-color-row {
  min-height: 300px;
  max-width: 100%;
}

.zt-color-parent {
  background-color: #b10869 !important;
}

.zt-color-student {
  background-color: #5d9733 !important;
}

.zt-color-teacher {
  background-color: #92d1ea !important;
}

.zt-color-librarian {
  background-color: #ff7f11 !important;
}

.zt-button-selected {
  opacity: .85;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.zt-button-selected:hover {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
}

.zt-button-color-parent {
  background-color: #b10869 !important;
  border-color: #6d1b55;
}

.zt-button-color-parent:hover {
  background-color: #d01473 !important;
  border-color: #a00f59;
}

.zt-button-color-student {
  background-color: #5d9733 !important;
  border-color: #42731e;
}

.zt-button-color-student:hover {
  background-color: #75b745 !important;
  border-color: #558e2c;
}

.zt-button-color-teacher {
  background-color: #00b1d8 !important;
  border-color: #0090ad;
}

.zt-button-color-teacher:hover {
  background-color: #0296b7 !important;
  border-color: #02809c;
}

.zt-button-color-librarian {
  background-color: #ff7f11 !important;
  border-color: #ca7900;
}

.zt-button-color-librarian:hover {
  background-color: #dc6009 !important;
  border-color: #a06204;
}

.zt-sub-button {
  color: white;
  min-width: 233px;
}

@media only screen and (max-width: 45.063em) {
  .zt-content-libraries-button {
    width: 160px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .zt-content-libraries-button-text {
    font-size: 14px;
  }

  .zt-color-row {
    min-height: 260px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 45.063em) {
  .zt-content-libraries-button {
    width: 200px;
  }

  .zt-content-libraries-button-text {
    font-size: 15px;
  }

  .zt-color-row {
    min-height: 260px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 60.063em) {
  .zt-content-libraries-button {
    width: 260px;
  }

  .zt-content-libraries-button-text {
    font-size: 22px;
  }
}
.callout-block {
  background-color: #1E2C72;
  width: 100%;
  height: 500px;
  padding: 50px;
}

.caption-banner {
  background-color: #C5151B;
  opacity: .85;
  z-index: 50;
  position: fixed;
  top: 50%;
  left: 50%;
}

.caption-banner p {
  color: white !important;
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}

.home-hero {
  padding: 150px;
  background-image: url(/img/homepage/homepic3_scaled.jpg);
  background-repeat: no-repeat;
  text-align: left !important;
  background-size: cover;
  height: 700px;
  width: 100%;
}

.zt-content-body {
  overflow: hidden;
  margin-left: 100px;
  margin-right: 100px;
  /* padding-left: 50px;
  padding-right: 50px; */
  background: white;
  background-color: white;
}

.zt-text-contents {
  padding: 40px 25px 40px 50px;
}

html, body {
  height: auto;
}

body {
  background-color: #e9e9e9;
  margin: 0;
}

a {
  color: #E23827;
  -moz-transition: all .065s ease-in;
  -o-transition: all .065s ease-in;
  -webkit-transition: all .065s ease-in;
  transition: all .065s ease-in;
}

#Pre-K {
  background: #00C4B4;
  background-color: #00C4B4;
}

#Developing {
  background: #FFB400;
  background-color: #FFB400;
}

#Extending {
  background: #E23827;
  background-color: #E23827;
}

.breadcrumbs {
  display: none !important;
}

.sign-up-row {
  background-color: #C2E8F6;
}

.row {
  width: 100%;
}

.section-ribbon .container {
  max-width: 1400px;
  margin: 0 auto;
}

.zt-toprightbutton {
  display: inline-block;
  color: #1E2C72;
  height: 30px;
  background: #ffcc33;
  background-color: #ffcc33;
  text-align: center;
  font-size: small;
  font-weight: 800;
  padding-top: 4px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  -moz-transition: all .065s ease-in;
  -o-transition: all .065s ease-in;
  -webkit-transition: all .065s ease-in;
  transition: all .065s ease-in;
}

.zt-toprightbutton:hover {
  background: #FFB400;
  background-color: #FFB400;
  text-decoration: underline;
}

.zt-toprightbuttonsignup {
  background: #B268D7;
  background-color: #B268D7;
  color: white;
}

.zt-toprightbuttonsignup:hover {
  background: #9F63D4;
  background-color: #9F63D4;
  text-decoration: underline;
}

.close-reveal-modal {
  -moz-transition: all .065s ease-in;
  -o-transition: all .065s ease-in;
  -webkit-transition: all .065s ease-in;
  transition: all .065s ease-in;
}

.close-reveal-modal:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transition: all .065s ease-in;
  -o-transition: all .065s ease-in;
  -webkit-transition: all .065s ease-in;
  transition: all .065s ease-in;
}

.userTypeSelected {
  user-select: none;
  display: block;
  width: 95%;
  max-width: 200px;
}

.userTypeUnSelected {
  background-color: rgba(165, 165, 165, 0.71) !important;
  border-color: rgba(119, 119, 119, 0.42) !important;
  user-select: none;
  display: block;
  width: 95%;
  max-width: 200px;
}

.slider-back-arrow {
  position: absolute;
  top: -50%;
  left: 15px;
  transform: translateY(50%);
  color: #fff;
  font-size: 1.5em;
  z-index: 11;
}

.slider-next-arrow {
  position: absolute;
  top: -50%;
  right: 15px;
  transform: translateY(50%);
  font-size: 1.5em;
  z-index: 11;
}

.zip-image-slides {
  display: inline-block;
  height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.doubleScale {
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
}

.absolute-centered {
  overflow: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.bigevenpad {
  padding: 20px !important;
}

a:hover, a:focus {
  color: #ba0000;
}

.content-box {
  border-radius: 20px;
  padding: 3em;
  box-shadow: none;
  height: auto;
  min-height: 340px;
  overflow: hidden;
  border: 2px solid #CBD4FF;
  max-width: 300px;
  padding: 20px;
}
.content-box--image {
  overflow: hidden;
  border-radius: 16px;
}
.content-box--image img {
  display: block;
}

.zt-logout a {
  color: white;
  height: 60px;
  padding: 22px 15px;
  line-height: 45px;
  background-repeat: no-repeat !important;
  background-position: top center;
  display: block;
  border-radius: 0 0 10px 10px;
}

.zt-public-top-buttons {
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto !important;
  display: inline;
}

.zt-public-top-buttons li {
  float: left;
  border-radius: 0 0 10px 10px;
}

.zt-public-top-buttons ul li {
  background-color: #E23827;
}

.zt-home-bgd {
  background-image: url(/img/student_wallpaper.jpg);
  background-size: contain;
  background-position: top center;
  background-attachment: scroll;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 97px;
}

.zt-parent-bgd {
  background-image: url(https://www.ziptales.com/img/homepage/homepic8_scaled.jpg);
  background-size: cover;
  background-position: center center;
}

.zt-main-lib-title {
  border-radius: 12px;
  left: auto;
  margin-right: auto;
  margin-left: auto;
}

.zt-lib-container {
  background-color: #ffffff;
  border-radius: 20px;
  border-color: #dddddd;
  /* border-style: groove; */
  padding: 20px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.zip-image-text-large {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 10px;
  border-radius: 25px;
  line-height: 65px;
  color: white;
  cursor: pointer;
  -moz-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  -webkit-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.zip-image-text-small {
  text-align: left;
  display: inline-block;
  position: absolute;
  top: 10;
  bottom: 0;
  width: 100%;
  padding: 0px 50px;
  z-index: 10;
  background-color: rgba(197, 21, 27, 0.65);
  /* line-height: 65px; */
  color: white;
  -moz-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  -webkit-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.home-hero {
  padding: 150px;
  background-image: url(/img/homepage/homepage_hero.jpg);
  background-repeat: no-repeat;
  text-align: left !important;
  background-size: cover;
  height: 700px;
  width: 100%;
}

.zt-content-body {
  overflow: hidden;
  margin-left: 100px;
  margin-right: 100px;
  /* padding-left: 50px;
  padding-right: 50px; */
  background: white;
  background-color: white;
}

.zt-text-contents {
  padding: 40px 25px 40px 50px;
}

.callout-block {
  background-color: #1E2C72;
  width: 100%;
  height: 500px;
  padding: 50px;
}

/******************************************************
*
* Seciton Ribbon Styles
*
*******************************************************/
.section-ribbon {
  padding: 45px 16px !important;
  background: #fff;
}
.section-ribbon--callout-blue {
  background: #1E2C72;
}
.section-ribbon--callout-blue h1, .section-ribbon--callout-blue h2, .section-ribbon--callout-blue h3, .section-ribbon--callout-blue h4, .section-ribbon--callout-blue h5, .section-ribbon--callout-blue h6 {
  color: #fff;
}
.section-ribbon--callout-blue p, .section-ribbon--callout-blue ul, .section-ribbon--callout-blue ol {
  color: #fff;
}
.section-ribbon--callout-yellow {
  background: #FFB400;
}
.section-ribbon--callout-red {
  background: #E23827;
}
.section-ribbon--callout-red h1, .section-ribbon--callout-red h2, .section-ribbon--callout-red h3, .section-ribbon--callout-red h4, .section-ribbon--callout-red h5, .section-ribbon--callout-red h6 {
  color: #fff;
}
.section-ribbon--callout-red p, .section-ribbon--callout-red ul, .section-ribbon--callout-red ol {
  color: #fff;
}
.section-ribbon--calout-teal {
  background: #00C4B4;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #004054;
  color: #008CBA;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #1E2C72;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #1E2C72 transparent;
  top: -10px;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #008CBA !important;
  border-bottom: dotted 1px #1E2C72 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #1E2C72 transparent;
    top: -10px;
  }

  .tooltip.tip-top > .nub {
    border-color: #1E2C72 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }

  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }

  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  .tooltip.tip-right > .nub {
    border-color: transparent #1E2C72 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
.nav {
  position: fixed;
}

.zt-public-top-menu {
  background: #E23827;
  background-color: #E23827;
}

.zt-public-top-menu li.active:not(.has-form) a:not(.button) {
  background: #C5151B !important;
}

.zt-public-top-menu .dropdown li:not(.has-form) a:not(.button) {
  color: white;
  background: #333333 !important;
}

.zt-public-top-menu .dropdown li:not(.has-form) a:not(.button):hover {
  color: white;
  background: #C5151B !important;
}

.zt-public-top-menu li a:hover {
  background-color: #C5151B !important;
  background: #C5151B !important;
}

.zt-public-top-menu ul li:hover:not(.has-form) > a {
  background-color: #C5151B;
  background: #C5151B;
  color: white;
}

li:not(.has-form) a:not(.button), li span {
  color: #E23827;
  background: none;
  text-transform: none;
  font-size: 1em;
}

.zt-toprightbutton {
  display: inline-block;
  color: #1E2C72;
  height: auto;
  background: #ffcc33;
  background-color: #ffcc33;
  text-align: center;
  font-size: small;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 5px;
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  display: inline-flex;
  padding: 0;
}
.zt-toprightbutton div {
  padding: 1em 1.5em;
  background: #FFB400;
  background-color: #FFB400;
}
.zt-toprightbutton div + div {
  background: #ffcc33;
  background-color: #ffcc33;
  padding: 1em 1.5em;
  -moz-transition: all .065s ease-in;
  -o-transition: all .065s ease-in;
  -webkit-transition: all .065s ease-in;
  transition: all .065s ease-in;
}

.zt-toprightbutton:hover, .zt-toprightbutton:focus {
  background: #FFB400;
  background-color: #FFB400;
  color: #1E2C72;
  text-decoration: none;
}
.zt-toprightbutton:hover div, .zt-toprightbutton:focus div {
  background: #e6a200;
}
.zt-toprightbutton:hover div + div, .zt-toprightbutton:focus div + div {
  background: #ffbf00;
}

.zt-toprightbuttonsignup {
  color: white;
  background: #B268D7;
  background-color: #B268D7;
}
.zt-toprightbuttonsignup div {
  padding: 1em 1.5em;
  background: #A058C4;
  background-color: #A058C4;
}
.zt-toprightbuttonsignup div + div {
  background: #B268D7;
  background-color: #B268D7;
}

.zt-toprightbuttonsignup:hover {
  color: #fff;
  text-decoration: none;
}
.zt-toprightbuttonsignup:hover div {
  background: #873dac;
}
.zt-toprightbuttonsignup:hover div + div {
  background: #9d40cc;
}

.button {
  border-radius: 7px;
  width: auto;
  padding: 10px 20px;
  display: inline-block;
  color: white;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
}
.button-block {
  display: block;
  width: 100%;
}
.button__title--large {
  font-size: 1.7em;
  padding: .5em;
}
@media screen and (max-width: 800px) {
  .button {
    font-size: large;
    min-height: 40px;
    min-width: 200px;
  }
}
.button:hover {
  background-color: #C5151B;
}
.button :disabled {
  background-color: #B268D7;
  opacity: .5;
}
.button__large {
  padding: 14px 26px;
  min-width: 200px;
  line-height: 20px;
  font-size: 16px;
}
.button--purple {
  background-color: #B268D7;
}
.button--purple:hover, .button--purple:focus {
  background-color: #A351D3;
}
.button--purple:disabled {
  background-color: #B268D7;
  opacity: .6;
}
.button--yellow {
  background-color: #FFB400;
  color: #1E2C72;
}
.button--yellow:hover, .button--yellow:focus {
  background-color: #F9A90F;
  color: #1E2C72;
}
.button--yellow:disabled {
  background-color: #FFB400;
  opacity: .6;
}
.button--red {
  background-color: #E23827;
}
.button--red:hover, .button--red:focus {
  background-color: #C5151B;
}
.button--red:disabled {
  background-color: #E23827;
  opacity: .6;
}
.button--teal {
  background-color: #00C4B4;
}
.button--teal:hover, .button--teal:focus {
  background-color: #122c89;
}
.button--teal:disabled {
  background-color: #00C4B4;
  opacity: .6;
}
.button--blue {
  background-color: #1C3BA9;
}
.button--blue:hover, .button--blue:focus {
  background-color: #122c89;
}
.button--blue:disabled {
  background-color: #1C3BA9;
  opacity: .6;
}
.button--orange {
  background-color: #F17800;
}
.button--orange:hover, .button--orange:focus {
  background-color: #d66d04;
}
.button--orange:disabled {
  background-color: #F17800;
  opacity: .6;
}
.button--mega-block {
  width: 200px;
  padding: 32px 30px;
}
.button--covid {
  float: right !important;
  background-color: #C5151B;
  padding: 15px 30px;
}
.button__topright {
  height: 30px;
  font-size: small;
  padding-top: 4px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.button__topright--signup {
  background-color: #B268D7;
  color: white !important;
}
.button__topright--signup:hover {
  background-color: #A351D3;
  text-decoration: underline;
}
.button__topright--login {
  background-color: #FFB400;
  color: #1E2C72;
}
.button__topright--login:hover {
  background-color: #F9A90F;
}
.button__account {
  padding: 7px 25px;
  min-width: 150px;
}
.button__account--login {
  width: 200px;
  float: left;
}

.button-bar {
  border-radius: 100px;
  background: #EEF1F3;
  display: flex;
  width: 100%;
}
.button-bar__button {
  padding: .5em;
  flex-grow: 1;
  color: #1E2C72;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  transition: all .2s ease-in;
}
.button-bar__button:hover, .button-bar__button:focus {
  color: #00C4B4;
}
.button-bar__button.active {
  background: #00C4B4;
  color: #fff;
}

.tabs__content {
  background-color: #fff;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.tabs__button {
  border: 1px solid #ccc;
  text-align: center;
  float: left;
}
.tabs__button.userTypeSelected {
  background-color: #fff;
}
.tabs__button.userTypeUnSelected {
  background-color: #eee !important;
}
.tabs__button.userTypeUnSelected :hover {
  background-color: #C5151B;
}

/* Applied and Speciality buttons */
.sign-up-image-button {
  max-width: 435px;
  display: inline-block;
}

/** Form Styles **/
.form-section {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

.form-group {
  margin-bottom: 2em;
}

label.label {
  font-weight: 700;
  color: #1E2C72;
}

/*********************************
*
* Logo
*
*********************************/
.branding {
  max-width: 230px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.branding-responsive {
  z-index: 1099;
  display: none;
  width: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

/*********************************
*
* Navigation Bar 
*
*********************************/
.navbar {
  background: #fff;
}
.navbar--sticky {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all .2s ease-in;
}

.press {
  display: inline-block;
  z-index: 999;
  position: relative;
  padding: 8px;
  width: 100%;
  background: #FFB400;
  color: black;
  text-align: center;
  font-weight: bold;
}
.press:hover {
  background: #F9A90F;
  color: black;
}

.topbar {
  height: 45px;
  position: relative;
  margin-bottom: 0;
  background-color: #E23827;
}
.topbar ul {
  padding: 0;
  width: 70%;
  height: auto;
  display: block;
  font-size: 16px;
  margin-left: 35px;
}

/*******************************
*
* Topbar Section
*
********************************/
.top-bar-section .dropdown {
  margin-left: 0;
}
.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) span {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding: 0 15px;
  line-height: 45px;
  background-color: #E23827;
}

.zt-public-top-menu {
  position: relative;
  background-color: #E23827;
}

li.active:not(.has-form) a:not(.button), li.active:not(.has-form) span {
  background: #C5151B !important;
}

.dropdown {
  margin-top: -1.05px;
}
.dropdown__li:not(.has-form) a:not(.button) {
  color: white;
  background: #333333 !important;
  border-bottom: 1px solid #C5151B;
}
.dropdownli:not(.has-form) a:not(.button):hover, .dropdown li span:hover {
  color: white;
  background: #C5151B !important;
}

.dropdown li:not(.has-form) a:not(.button), .dropdown li span {
  color: white;
  background: #333333 !important;
}

.dropdown li:not(.has-form) a:not(.button):hover, .dropdown li span:hover {
  color: white;
  background: #C5151B !important;
}

ul > li > a {
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
}

li a:hover {
  background-color: #C5151B !important;
  background: #C5151B !important;
  text-decoration: none;
}

ul li:hover:not(.has-form) > a, li:hover span {
  background-color: #C5151B;
  background: #C5151B;
  color: white;
}

li:not(.has-form) a:not(.button), li span {
  -moz-transition: all .065s ease-in;
  -o-transition: all .065s ease-in;
  -webkit-transition: all .065s ease-in;
  transition: all .065s ease-in;
}

li:not(.has-form) a:not(.button), li span {
  color: #E23827;
  background: none;
  text-transform: none;
  font-size: 1em;
}

.toggle-topbar--mobile {
  position: absolute;
  top: 10% !important;
  left: 0 !important;
}

.toggle-topbar--mobile.menu-icon {
  color: white !important;
}

.account {
  display: none;
}

/*******************************
*
* mmenu Style updates
*
********************************/
.mm-panels > .mm-panel {
  background: #E23827;
}

.top-bar-section .mm-listview {
  margin-left: 0;
}
.top-bar-section .mm-navbar.mm-navbar_sticky {
  display: none;
}
.top-bar-section .has-dropdown > a:after {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border: 2px solid white;
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
  transition: all .2s ease-out;
}
.top-bar-section .mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.top-bar-section .mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.dropdown.mm-listview {
  height: auto;
  width: auto;
  position: relative !important;
  left: initial;
  overflow: visible;
}

.mm-navbar__title {
  background: #1e2c72;
  border-bottom: 0;
  color: #fff !important;
  font-weight: 700;
}

/*********************************
*
* Mobile Navigation & Toggle Menu
*
*********************************/
@media screen and (max-width: 600px) {
  .branding-responsive {
    display: inline-block;
  }

  .desktop-nav {
    display: none;
  }

  .navbar {
    background: #E23827;
  }

  .top-bar .toggle-topbar--mobile.menu-icon, .top-bar .account {
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0;
    padding: 0;
    position: absolute;
  }
  .top-bar .toggle-topbar--mobile.menu-icon a, .top-bar .account a {
    padding: 0;
    margin-top: 0;
  }
  .top-bar .toggle-topbar--mobile.menu-icon a *, .top-bar .account a * {
    position: relative;
  }

  .top-bar .toggle-topbar--mobile.menu-icon {
    left: 15px !important;
  }

  .top-bar .account {
    right: 15px;
  }

  .account {
    display: inline-block;
  }
  .account__toggle-icon {
    width: 24px;
    position: absolute;
    top: 10% !important;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .press {
    display: none;
  }

  .nav-menu {
    float: right !important;
  }
}
/******************
*
* Main Hero Component
*
******************/
.hero {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
 /******************
*
* Hero Buttons
*
******************/
}
@media only screen and (max-width: 600px) {
  .hero {
    min-height: 100px;
    max-height: 300px;
  }
}
.hero h1 {
  font-size: 5.5em;
}
.hero__content {
  overflow: hidden;
  padding: 50px 125px;
}
@media only screen and (max-width: 600px) {
  .hero__content {
    position: absolute;
    top: 2%;
    margin: 0;
    padding: 24px 12px;
  }
}
.hero__content--center {
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 600px) {
  .hero__content--center {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 24px 12px;
  }
}
.hero__button {
  padding: 7px 50px;
  font-size: 16px;
  float: none;
}
@media only screen and (max-width: 800px) {
  .hero__button {
    width: 220px;
    display: inline-block;
    margin: 7px !important;
  }
}
.hero__button--covid {
  float: none;
}
@media only screen and (min-width: 1100px) {
  .hero__button--covid {
    float: right;
  }
}
@media only screen and (max-width: 800px) {
  .hero__button--covid {
    display: none;
  }
}
.hero p {
  color: #3C3C3C;
}
.hero h1, .hero h2, .hero h3, .hero h4 {
  color: #1E2C72 !important;
  margin: 0;
}

/******************
*
* Header Images
*
******************/
.home {
  background: #C0EDE9;
  min-height: 75vh;
  background-image: url("/img/homepage/animated-clouds.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 4em;
  /**@media only screen and (max-width: 600px) {
      background-image: url("/img/homepage/homepage_hero_mobile.jpg");
  }**/
}

.header-accent {
  background-image: url("/img/homepage/background_header.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-accent__image {
  height: auto;
}

.header {
  background-image: url("/img/homepage/animated-clouds.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3em 0 16em;
}
@media screen and (max-width: 800px) {
  .header {
    padding: 3em 0 6em;
  }
}
.header--purple {
  background-color: #E8C1FB;
}
.header--yellow {
  background-color: #FBEFAD;
}
.header--blue {
  background-color: #D9DEF8;
}
.header--light-blue {
  background-color: #CEEAFD;
}
.header--aqua {
  background-color: #C0EDE9;
}
.header--orange {
  background-color: #FDD693;
}
.header--orange {
  background-color: #FDD693;
}
.header--red {
  background-color: #FDBCB5;
}

.about {
  background-image: url("/img/about/about_hero_scaled.jpg");
}

.about-school {
  background-image: url("/img/about/schools_hero_scaled.jpg");
}

.about-home {
  background-image: url("/img/about/home_hero_scaled.jpg");
}

.faq {
  background-position: top;
  background-image: url("/img/questions/faq_hero_scaled.jpg");
}

.contact {
  background-image: url("/img/contact/contact_hero_scaled.jpg");
  margin-bottom: 50px;
}

.offsite {
  background-position: bottom;
  background-image: url("/img/offsite_hero.jpg");
}

.pricing-school {
  background-image: url("/img/pricing/school_hero_scaled.jpg");
  min-height: 600px !important;
  text-align: center;
}

.pricing-home {
  background-image: url("/img/pricing/home_hero_scaled.jpg");
  min-height: 600px !important;
  text-align: center;
}

.signup {
  background-image: url("/img/signup/signup_hero.jpg");
}

.covid-banner {
  width: 100%;
  height: 40px;
  padding: 7px 24px;
  background-color: #E23827;
  color: white !important;
  display: none;
}
@media screen and (max-width: 800px) {
  .covid-banner {
    display: block;
  }
}

.test {
  width: 100%;
  height: 700px;
  position: relative;
}
.test__img {
  display: inline-block;
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .test__img {
    max-height: 500px;
  }
}
.test__text {
  padding: 50px 70px !important;
  text-align: left;
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 100px;
  z-index: 10;
  position: absolute;
  margin: 0;
  bottom: 0;
  top: initial;
  background-color: rgba(197, 21, 27, 0.65);
  /* line-height: 65px; */
  color: white;
  -moz-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  -webkit-transition: all .6s ease-in;
  transition: all .6s ease-in;
}
.test__text--attr {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .test {
    width: 100%;
    height: 80vh;
    position: relative;
  }
  .test__img {
    display: inline-block;
    height: 80vh;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
  }
  .test__text {
    padding: 50px !important;
    text-align: left;
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 100px;
    z-index: 10;
    position: absolute;
    margin: 0;
    bottom: 0;
    top: initial;
    background-color: rgba(197, 21, 27, 0.65);
    /* line-height: 65px; */
    color: white;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
  }
  .test__text--attr {
    font-size: 16px;
    font-weight: normal;
  }
}
/**.image-text-container{
    position: absolute;
    bottom: 15%;
    height: 132px;
    width: 100%;

}**/
.slider-back-arrow, .slider-next-arrow {
  position: absolute;
  bottom: 9%;
  color: #fff;
  font-size: 2em;
  z-index: 15;
  cursor: pointer;
  top: initial;
  width: 20px;
}

.slider-back-arrow {
  left: 15px;
}

.slider-next-arrow {
  right: 15px;
}

.image-overlay {
  position: relative;
  height: auto;
  width: auto;
  display: inline-block;
}
.image-overlay__title {
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  line-height: 3rem;
  font-family: brandon-grotesque, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 700;
  text-shadow: 1px 1px 2px #333333;
  cursor: pointer;
}
.image-overlay:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  transition: all .2s ease-out;
}
.image-overlay:hover:before {
  background: rgba(150, 150, 150, 0.75);
}
.image-overlay--blue:before {
  background: rgba(30, 44, 114, 0.85);
}
.image-overlay--yellow:before {
  background: rgba(255, 180, 0, 0.85);
}
.image-overlay--red:before {
  background: rgba(226, 56, 39, 0.85);
}
.image-overlay--purple:before {
  background: rgba(178, 104, 215, 0.85);
}
.image-overlay--yellow {
  background: rgba(255, 180, 0, 0.85);
}
.image-overlay--teal:before {
  background: rgba(0, 196, 180, 0.85);
}
.membership .image-overlay {
  max-width: 398px;
  min-height: 120px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border-radius: 9px;
}

.sign-up-image {
  max-height: 50%;
  min-height: 25%;
  width: auto;
}

.membership {
  display: block;
  height: 75%;
  margin: 24px 0px;
}
.membership:focus {
  width: 100%;
  float: right;
}
.membership__button {
  border-radius: 7px;
  min-height: 120px;
  min-width: 398px;
}
.membership .guide {
  text-align: center;
}
.membership .guide h3 {
  font-weight: 900;
}
.membership .guide p {
  margin: 0;
}
.membership .guide img {
  max-width: 15px;
  height: auto;
  margin: 0px 12px;
}
.membership .guide--school {
  color: #E23827;
  font-size: 1.5em;
  vertical-align: middle;
}
.membership .guide--family {
  color: #1E2C72;
  font-size: 1.5em;
  vertical-align: middle;
}
.membership .image-overlay::before {
  border-radius: 7px;
}
.membership .image-overlay--blue:before {
  background: rgba(30, 44, 114, 0.85);
}
.membership .image-overlay--red:before {
  background: rgba(226, 56, 39, 0.85);
}
.membership .image-overlay--red:hover:before, .membership .image-overlay--red:focus:before, .membership .image-overlay--blue:hover:before, .membership .image-overlay--blue:focus:before {
  background: rgba(150, 150, 150, 0.75);
}
.membership .image-overlay__title {
  font-size: 1.85rem;
  line-height: 2rem;
  top: 30%;
}

.icon {
  display: inline-block;
  height: 80px;
  width: auto;
}

/*************************************************
*
* Newer Layout Styles
*
**************************************************/
.zt-columns {
  display: flex;
  flex-direction: row;
}

.sidebar {
  max-width: 450px;
  min-width: 450px;
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.sidebar--yellow {
  background-color: #FBEFAD;
}
.sidebar--blue {
  background-color: #C0EDE9;
}
.sidebar--orange {
  background-color: #FDD693;
}
.sidebar--purple {
  background-color: #CBD4FF;
}

.sidebar--sticky__content {
  height: calc(100vh - 160px);
  background-image: url("../../img/patterns/pattern-sidebar.svg");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 600px;
  position: sticky;
  padding: 2em;
}

.pricing-box {
  display: inline-flex;
  padding: 0;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing-box__item {
  display: flex;
  flex-direction: column;
  padding: 1em;
  border: 2px solid #00C4B4;
  border-radius: 8px;
  min-width: 150px;
}

.pricing-box__item--highlight {
  border: 2px solid #FFB400;
  color: #1E2C72;
}
.pricing-box__item--highlight .price {
  color: #C5151B;
}
.pricing-box__item--highlight:hover, .pricing-box__item--highlight:focus {
  color: #1E2C72;
  background-color: rgba(255, 180, 0, 0.1);
}
.pricing-box__item .student-amount {
  font-size: 0.9em;
  margin-bottom: .3em;
}
.pricing-box__item .price {
  color: #1E2C72;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}
.pricing-box__item .price sup {
  font-size: .7em;
}
.pricing-box__item .price sub {
  font-size: .4em;
  font-weight: 700;
}
.pricing-box__item .time-span {
  font-size: 0.8em;
}

.main-content {
  padding: 2em;
  flex-grow: 1;
}
.main-content--column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.background--page-bottom {
  background-image: url("/img/about/background-page-bottom.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.library-thumbnails {
  gap: 15px;
}
.library-thumbnails a {
  border: 2px solid #F17800;
  width: 218px;
  height: 150px;
  padding: 1em;
  border-radius: 8px;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}

.faq-item {
  text-align: left !important;
}
.faq-item h1, .faq-item h2, .faq-item h3, .faq-item h4, .faq-item h5, .faq-item h6 {
  text-align: left !important;
}

body {
  background-color: #fff;
  margin: 0;
}

.content {
  overflow: hidden;
  background-color: white;
}
.content--no-bg {
  background-color: transparent;
}

.row {
  width: 100%;
}
.row--spaced {
  margin-top: 80px;
  min-height: 200px;
  padding: auto;
}
.row__text {
  margin: 50px 0px;
  padding-left: 50px;
  padding-right: 50px;
  min-height: 200px;
}
@media screen and (max-width: 600px) {
  .row__text {
    padding: 10px;
  }
}
.row__text p {
  margin: 24px 0px;
}
.row__icons {
  padding: 0px 45px;
  margin: 50px 0px;
}
.row__icons .columns {
  margin-top: 24px;
  padding: 24px 12px 12px;
}
.row__icons p {
  font-weight: 600;
  font-size: small !important;
}
.row__icons h2, .row__icons h3, .row__icons h4 {
  margin-bottom: 24px;
}
.row__action {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.row__action h1, .row__action h2, .row__action h3, .row__action h4, .row__action p {
  color: white !important;
}
.row__action--school {
  background-image: url("/img/pricing/signup.jpg");
}
.row__action--home {
  background-image: url("/img/pricing/signup.jpg");
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
}
.bg__login {
  background-image: url("/img/signup/login_bg.jpg");
}
.bg__signup {
  background-image: url("/img/signup/signup_bg.jpg");
}
.bg__success {
  background-image: url("/img/contact/contactCheck_bg.jpg");
}
.bg__error {
  background-image: url("/img/error_bg.jpg");
}

.content-box {
  border-radius: 30px;
  box-shadow: none;
  height: auto;
  min-height: 340px;
  overflow: hidden;
  border: 2px solid #CBD4FF;
  max-width: 300px;
  padding: 30px;
  text-align: left;
  margin: 0 1em;
}
.content-box h4 {
  margin: 1em 0em 0;
  text-align: left;
}
.content-box p {
  margin: 1em 0 0;
  text-align: left;
  line-height: 1.5em;
}
.content-box--image {
  overflow: hidden;
  border-radius: 16px;
}
.content-box--image img {
  display: inline-block;
}

/******************************************************
*
* Seciton Ribbon Styles
*
*******************************************************/
.quote {
  margin: 40px;
}
.quote--attr {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1E2C72;
  float: right !important;
  margin-top: 10px;
}

.section-ribbon {
  background: #fff;
  position: relative;
}
.section-ribbon--primary {
  background: #dcf7f5;
}
.section-ribbon--purple {
  background-color: #E8C1FB;
}
.section-ribbon--yellow {
  background-color: #FBEFAD;
}
.section-ribbon--blue {
  background-color: #D9DEF8;
}
.section-ribbon--light-blue {
  background-color: #CEEAFD;
}
.section-ribbon--aqua {
  background-color: #C0EDE9;
}
.section-ribbon--orange {
  background-color: #FDD693;
}
.section-ribbon--value-prop {
  background-image: url(/img/homepage/value-prop-library.png);
  background-position: right bottom;
  background-size: auto 70%;
  background-repeat: no-repeat;
  padding-top: 16em !important;
  padding-bottom: 16em !important;
  min-height: 600px;
  position: relative;
}
.section-ribbon--value-prop * {
  position: relative;
  z-index: 3;
}
.section-ribbon--value-prop:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/homepage/header-clouds-bottom.svg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.section-ribbon--value-prop:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e8fcfa;
  background: linear-gradient(180deg, #e8fcfa 0%, rgba(232, 252, 250, 0) 100%);
  z-index: 1;
}
.section-ribbon--footer {
  background-position: right bottom;
  background-size: auto 70%;
  background-repeat: no-repeat;
  padding-top: 16em !important;
  padding-bottom: 16em !important;
  min-height: 600px;
  position: relative;
}
.section-ribbon--footer * {
  z-index: 3;
  position: relative;
}
.section-ribbon--footer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/homepage/header-clouds-bottom.svg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.section-ribbon--footer-school {
  background-image: url("/img/about/graphic.teacher-footer.png");
  background-position: center right;
  background-size: 45% auto;
  background-repeat: no-repeat;
}
.section-ribbon--footer-library {
  background-image: url("/img/about/graphic-library-footer.png");
  background-position: center right;
  background-size: 45% auto;
  background-repeat: no-repeat;
}
.section-ribbon--footer-home {
  background-image: url("/img/about/graphic-parent-footer.png");
  background-position: center right;
  background-size: 45% auto;
  background-repeat: no-repeat;
}
.section-ribbon .background-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  float: left;
}
@media screen and (max-width: 575px) {
  .section-ribbon {
    padding: 7;
  }
}
.section-ribbon--callout-blue {
  background: #1E2C72;
}
.section-ribbon--callout-blue h1, .section-ribbon--callout-blue h2, .section-ribbon--callout-blue h3, .section-ribbon--callout-blue h4, .section-ribbon--callout-blue h5, .section-ribbon--callout-blue h6 {
  color: #fff;
}
.section-ribbon--callout-blue p, .section-ribbon--callout-blue ul, .section-ribbon--callout-blue ol {
  color: #fff;
}
.section-ribbon--callout-yellow {
  background: #FFB400;
}
.section-ribbon--callout-red {
  background: #E23827;
}
.section-ribbon--callout-red h1, .section-ribbon--callout-red h2, .section-ribbon--callout-red h3, .section-ribbon--callout-red h4, .section-ribbon--callout-red h5, .section-ribbon--callout-red h6 {
  color: #fff;
}
.section-ribbon--callout-red p, .section-ribbon--callout-red ul, .section-ribbon--callout-red ol {
  color: #fff;
}
.section-ribbon--callout-dark-red {
  background: #C5151B;
}
.section-ribbon--callout-dark-red h1, .section-ribbon--callout-dark-red h2, .section-ribbon--callout-dark-red h3, .section-ribbon--callout-dark-red h4, .section-ribbon--callout-dark-red h5, .section-ribbon--callout-dark-red h6 {
  color: #fff;
}
.section-ribbon--callout-dark-red p, .section-ribbon--callout-dark-red ul, .section-ribbon--callout-dark-red ol {
  color: #fff;
}
.section-ribbon--callout-teal {
  background: #00C4B4;
}
.section-ribbon--callout-purple {
  background: #B268D7;
}
.section-ribbon--callout-purple h1, .section-ribbon--callout-purple h2, .section-ribbon--callout-purple h3, .section-ribbon--callout-purple h4, .section-ribbon--callout-purple h5, .section-ribbon--callout-purple h6 {
  color: #fff;
}
.section-ribbon--callout-purple p, .section-ribbon--callout-purple ul, .section-ribbon--callout-purple ol {
  color: #fff;
}

.sub-section {
  background: #fff;
  border-radius: 30px;
}
.sub-section--secondary {
  background: #CBD4FF;
  padding: 3em;
}

.row--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row--valign-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.row--justify-center {
  justify-content: center;
}
.row--gap {
  gap: 1.5em;
}

/** Qoute Slider **/
.qoute-slider h3 {
  text-align: left;
}
.qoute-slider li .attribute, .qoute-slider li.active .attribute {
  background-color: transparent !important;
  color: #505050;
}
.qoute-slider li .attribute *:hover, .qoute-slider li .attribute:focus, .qoute-slider li.active .attribute *:hover, .qoute-slider li.active .attribute:focus {
  background-color: none;
  color: #505050;
}

.form {
  padding: 36px 12px;
  background-color: white !important;
  min-height: 600px;
}
@media screen and (max-width: 600px) {
  .form {
    margin: 0;
    padding: 10px;
  }
}
.form hr {
  margin-top: 10px;
  border-style: 1px dotted #1E2C72;
}
.form h2, .form h3, .form h4 {
  margin: 12px;
}
.form label {
  font-size: small;
  font-weight: bold;
  color: #1C3BA9;
  margin-bottom: 9px;
}
.form .link {
  font-size: x-small;
  font-weight: bold;
  color: #E23827;
  margin-bottom: 9px;
}
.form__error {
  display: inline;
  color: #E23827;
}
.form__error > span {
  font-weight: bold;
  font-size: small;
  margin-top: 20px;
}
.form__error img {
  max-height: 16px;
  display: inline;
}
.form__success {
  display: inline;
  color: #00C4B4;
}
.form__success > span {
  font-weight: bold;
  font-size: small;
  margin-top: 20px;
}
.form__success img {
  max-height: 16px;
  display: inline;
}
.form__text-fields {
  padding: 24px 10px;
}
.form__input {
  font-size: 12px;
  font-weight: normal;
  border: 1.5px solid #1C3BA9;
  background-color: #F4FAFF;
  border-radius: 5px;
  width: 100%;
  padding: 7px 7px 7px 7px;
}
.form__input--error {
  background-color: #FFDFDF !important;
}
.form__modal {
  border-radius: 4px;
  width: 100%;
}
.form--caption {
  font-size: small;
}

.radio_section div {
  margin: 10px 0px !important;
  display: inline-block;
  justify-content: space-between;
}

.radio {
  margin: 12px;
}
.radio input {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #1E2C72;
}
.radio__input {
  display: flex;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio__control {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #1E2C72;
}
.radio__label {
  font-size: small;
  font-weight: bold;
  line-height: 1;
  color: #1C3BA9;
  margin-bottom: 12px;
}
.radio:checked {
  background: radial-gradient(currentcolor 50%, rgba(255, 0, 0, 0) 51%);
}

.covid {
  padding: 50px;
}
.covid h2 {
  color: #C5151B;
  text-align: left;
}
.covid li {
  font-weight: bolder;
  font-size: smaller;
}
.covid img {
  width: max-content;
  height: auto;
}
.covid img.small {
  max-width: 340px;
}
@media only screen and (max-width: 800px) {
  .covid img {
    margin: 40px 0px;
  }
}

.blog {
  display: block;
  position: relative;
  background-image: url("/blog/images/blog_hero_scaled.jpg");
}
.blog .hero__content {
  z-index: 3;
  position: relative;
}
.blog:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(226, 56, 39, 0.8);
}

.blog-rows .entry {
  border-bottom: 1px #D9D9D9 solid;
}

.entry {
  display: inline-block;
  background: white;
  width: 100%;
  padding: 0 20px;
  margin: 14px 0px 0px 0px;
}
.entry img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .entry img {
    display: none;
  }
}
.entry h2 {
  text-align: left;
  font-size: 1.6em;
  color: #E23827 !important;
  margin: 10px 0px;
}
.entry p {
  font-size: 12pt;
  padding: 0;
  margin: 0;
}
.entry__attr {
  color: #1E2C72;
  font-size: smaller;
  font-weight: bolder;
  margin: 10px 0px;
}
.entry--featured {
  background: #FFB400;
  color: white;
}

.blog-content {
  padding: 0px 50px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1E2C72;
  font-family: brandon-grotesque, sans-serif;
  margin: 40px 0px;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-weight: 900;
}

h2, .h2 {
  color: #1E2C72;
}

p {
  font-size: 18px;
  margin: 24px 0px;
}
p a {
  color: #E23827;
}

.text--purple {
  color: #B268D7;
}
.text--yellow {
  color: #FFB400;
}
.text--blue {
  color: #1E2C72;
}
.text--light-blue {
  color: #1C3BA9;
}
.text--aqua {
  color: #00C4B4;
}
.text--orange {
  color: #F17800;
}
.text--red {
  color: #C5151B;
}

.font-weight--normal {
  font-weight: 500;
}
.font-weight--bold {
  font-weight: 700;
}
.font-weight--bolder {
  font-weight: 900;
}
.font-weight--thin {
  font-weight: 300;
}

.lead {
  font-weight: 700;
  color: #1E2C72;
}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {
  h1 {font-size: 36pt;}
  .content {padding: 0px 50px; }
}*/
/*Large devices (laptops/desktops, 992px and up)*/
@media only screen and (max-width: 1200px) {
  .hero h1 {
    font-size: 4em;
  }

  .section-ribbon--value-prop {
    background-position: center 195%;
  }

  .header {
    padding: 3em 0 7em;
  }

  .zt-columns {
    flex-direction: column;
  }

  .zt-columns .sidebar {
    height: fit-content;
    max-height: 100%;
    min-height: auto;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .zt-columns .sidebar img {
    display: none;
  }

  .sidebar--sticky__content {
    min-height: 0;
    height: auto;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }

  .library-thumbnails a {
    width: 30%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) {
  .hero h1 {
    font-size: 4em;
  }

  .pricing-box {
    justify-content: center;
  }

  .section-ribbon--footer {
    text-align: center;
    padding-top: 6em !important;
    padding-bottom: 6em !important;
    background-position: bottom center;
    background-size: 55% auto;
  }
  .section-ribbon--footer h2 {
    font-size: 2.5em !important;
    text-align: center;
  }

  .content-box {
    min-height: auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {
  h1 {font-size: 50pt;} 
  .content {padding: 0px 125px; }
}*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .content {
    margin: 0px;
    padding: 0px 0px;
  }

  h1 {
    font-size: 30pt;
  }

  h2, h3 {
    font-size: 16pt;
    font-weight: 800;
    margin: 10px;
  }

  h4 {
    font-size: 12pt;
  }

  p {
    font-size: 12pt;
  }

  .hero {
    padding: 7;
    margin: 0;
  }

  .hero {
    min-height: 600px;
  }

  .hero__content {
    text-align: center;
    position: relative;
  }

  .hero h1 {
    font-size: 3em;
    text-align: center;
  }

  .footer-content {
    padding: 7px;
    margin: 0;
    text-align: center;
  }
  .footer-content .columns {
    text-align: center !important;
  }

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

  .section-ribbon--value-prop {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
    background-position: center 195%;
  }

  .section-ribbon--footer {
    background-size: 75% auto;
  }

  .library-thumbnails a {
    width: 47%;
    overflow: hidden;
  }
}

/*# sourceMappingURL=new-ui.css.map */
