/* Reset
----------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: 500; }

dfn {
  font-style: italic; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

:focus {
  outline: 0; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 500; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  outline: none;
  text-decoration: none; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.clear, body > nav > div, main article form label div {
  zoom: 1; }
  .clear:before, body > nav > div:before, main article form label div:before, .clear:after, body > nav > div:after, main article form label div:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clear:after, body > nav > div:after, main article form label div:after {
    clear: both; }

/* ==========================================================================
   Grid
   ========================================================================== */
/*
 * Example uses:
 *
 * <div class="grid">
 *     <div class="grid-cell unit-1-2"></div>
 *     <div class="grid-cell unit-1-2"></div>
 *     <div class="grid-cell unit-1-3"></div>
 *     <div class="grid-cell unit-1-3"></div>
 * </div>
 *
 * <div class="grid grid-center">
 *     <div class="grid-cell unit-1-3"></div>
 *     <div class="grid-cell unit-1-3"></div>
 * </div>
 */
/* Grid core
   ========================================================================== */
/**
 * Grid container
 * Must only contain `.grid` or `.grid-cell` components as children.
 *
 * 1. Adjustment for child element margins.
 * 2. Ensure consistent default alignment/
 * 3. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Work for all non-monospace font-families.  If you're using a
 *    monospace base font, you will need to set the `grid` font-family to
 *   `sans-serif` and then redeclare the monospace font on the `grid-cell`
 *    objects.
 * 4. Protect against WebKit bug with optimizelegibility.
 */
.grid {
  display: block;
  padding: 0;
  margin: 0 -20px;
  /* 1 */
  text-align: left;
  /* 2 */
  letter-spacing: -0.31em;
  /* 3 */
  text-rendering: optimizespeed;
  /* 4 */ }

/**
 * Opera hack
 */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
  /* 3 */ }

/**
 * Child `grid` object adjustments
 * Used for more complex fixed-fluid hybrid grids.
 */
.grid > .grid {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0; }

/**
 * Grid units
 * No explicit width by default. Apply `.unit-x-y` classes.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Apply grid gutter.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset text defaults.
 */
.grid-cell, [class*="unit-"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  /* 1 */
  margin: 0;
  padding: 0 20px;
  /* 2 */
  vertical-align: top;
  /* 3 */
  text-align: left;
  /* 4 */
  letter-spacing: normal;
  /* 5 */
  word-spacing: normal;
  /* 5 */
  text-rendering: auto;
  /* 5 */ }

/* Grid modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center all grid units
 * Allows for automatic unit centering irrespective of the number of
 * units in the grid.
 */
.grid-center {
  text-align: center; }

/**
 * Modifier: align horizontally all grid units to the left
 */
.grid-left {
  text-align: left; }

/**
 * Modifier: align horizontally all grid units to the right
 */
.grid-right {
  text-align: right; }

/* Grid cell modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid-cell-center {
  display: block;
  margin: 0 auto; }

/**
 * Modifier: align horizontally one unit to the left
 * Set a specific unit to be horizontally on the left. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid-cell-left {
  display: block;
  margin-right: auto; }

/**
 * Modifier: align horizontally one unit to the right
 * Set a specific unit to be horizontally on the right. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid-cell-right {
  display: block;
  margin-left: auto; }

/*
-----------------------------------------------
TapTeach Dashboard Styles
----------------------------------------------- */
/* Grid and Special Classes
----------------------------------------------- */
/* Proportional units
   ========================================================================== */
/*
 * Specify the proportional width of an object.
 * Primarily for, but not limited to, use with `.grid__cell` components.
 * Intentional redundancy build into each set of unit classes.
 */
.unit-1-2, .unit-2-4, .unit-3-6, .unit-4-8, .unit-5-10, .unit-6-12 {
  width: 50%; }

.unit-1-3, .unit-2-6, .unit-4-12 {
  width: 33.33333%; }

.unit-2-3, .unit-4-6, .unit-8-12 {
  width: 66.66667%; }

.unit-1-4, .unit-2-8, .unit-3-12 {
  width: 25%; }

.unit-3-4, .unit-6-8, .unit-9-12 {
  width: 75%; }

.unit-1-5, .unit-2-10 {
  width: 20%; }

.unit-2-5, .unit-4-10 {
  width: 40%; }

.unit-3-5, .unit-6-10 {
  width: 60%; }

.unit-4-5, .unit-8-10 {
  width: 80%; }

.unit-1-6, .unit-2-12 {
  width: 16.66667%; }

.unit-5-6, .unit-10-12 {
  width: 83.33333%; }

.unit-1-8 {
  width: 12.5%; }

.unit-3-8 {
  width: 37.5%; }

.unit-5-8 {
  width: 62.5%; }

.unit-7-8 {
  width: 87.5%; }

.unit-1-10 {
  width: 10%; }

.unit-3-10 {
  width: 30%; }

.unit-7-10 {
  width: 70%; }

.unit-9-10 {
  width: 90%; }

.unit-1-12 {
  width: 8.33333%; }

.unit-5-12 {
  width: 41.66667%; }

.unit-7-12 {
  width: 58.33333%; }

.unit-11-12 {
  width: 91.66667%; }

@media all and (max-width: 1199px) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-1-lg {
    width: 100%; }

  .unit-0-1-lg {
    width: 0%; }

  .unit-1-2-lg, .unit-2-4-lg, .unit-3-6-lg, .unit-4-8-lg, .unit-5-10-lg, .unit-6-12-lg {
    width: 50%; }

  .unit-1-3-lg, .unit-2-6-lg, .unit-4-12-lg {
    width: 33.33333%; }

  .unit-2-3-lg, .unit-4-6-lg, .unit-8-12-lg {
    width: 66.66667%; }

  .unit-1-4-lg, .unit-2-8-lg, .unit-3-12-lg {
    width: 25%; }

  .unit-3-4-lg, .unit-6-8-lg, .unit-9-12-lg {
    width: 75%; }

  .unit-1-5-lg, .unit-2-10-lg {
    width: 20%; }

  .unit-2-5-lg, .unit-4-10-lg {
    width: 40%; }

  .unit-3-5-lg, .unit-6-10-lg {
    width: 60%; }

  .unit-4-5-lg, .unit-8-10-lg {
    width: 80%; }

  .unit-1-6-lg, .unit-2-12-lg {
    width: 16.66667%; }

  .unit-5-6-lg, .unit-10-12-lg {
    width: 83.33333%; }

  .unit-1-8-lg {
    width: 12.5%; }

  .unit-3-8-lg {
    width: 37.5%; }

  .unit-5-8-lg {
    width: 62.5%; }

  .unit-7-8-lg {
    width: 87.5%; }

  .unit-1-10-lg {
    width: 10%; }

  .unit-3-10-lg {
    width: 30%; }

  .unit-7-10-lg {
    width: 70%; }

  .unit-9-10-lg {
    width: 90%; }

  .unit-1-12-lg {
    width: 8.33333%; }

  .unit-5-12-lg {
    width: 41.66667%; }

  .unit-7-12-lg {
    width: 58.33333%; }

  .unit-11-12-lg {
    width: 91.66667%; } }
@media all and (max-width: 1023px) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-1-md {
    width: 100%; }

  .unit-0-1-md {
    width: 0%; }

  .unit-1-2-md, .unit-2-4-md, .unit-3-6-md, .unit-4-8-md, .unit-5-10-md, .unit-6-12-md {
    width: 50%; }

  .unit-1-3-md, .unit-2-6-md, .unit-4-12-md {
    width: 33.33333%; }

  .unit-2-3-md, .unit-4-6-md, .unit-8-12-md {
    width: 66.66667%; }

  .unit-1-4-md, .unit-2-8-md, .unit-3-12-md {
    width: 25%; }

  .unit-3-4-md, .unit-6-8-md, .unit-9-12-md {
    width: 75%; }

  .unit-1-5-md, .unit-2-10-md {
    width: 20%; }

  .unit-2-5-md, .unit-4-10-md {
    width: 40%; }

  .unit-3-5-md, .unit-6-10-md {
    width: 60%; }

  .unit-4-5-md, .unit-8-10-md {
    width: 80%; }

  .unit-1-6-md, .unit-2-12-md {
    width: 16.66667%; }

  .unit-5-6-md, .unit-10-12-md {
    width: 83.33333%; }

  .unit-1-8-md {
    width: 12.5%; }

  .unit-3-8-md {
    width: 37.5%; }

  .unit-5-8-md {
    width: 62.5%; }

  .unit-7-8-md {
    width: 87.5%; }

  .unit-1-10-md {
    width: 10%; }

  .unit-3-10-md {
    width: 30%; }

  .unit-7-10-md {
    width: 70%; }

  .unit-9-10-md {
    width: 90%; }

  .unit-1-12-md {
    width: 8.33333%; }

  .unit-5-12-md {
    width: 41.66667%; }

  .unit-7-12-md {
    width: 58.33333%; }

  .unit-11-12-md {
    width: 91.66667%; } }
@media all and (max-width: 767px) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-1-sm {
    width: 100%; }

  .unit-0-1-sm {
    width: 0%; }

  .unit-1-2-sm, .unit-2-4-sm, .unit-3-6-sm, .unit-4-8-sm, .unit-5-10-sm, .unit-6-12-sm {
    width: 50%; }

  .unit-1-3-sm, .unit-2-6-sm, .unit-4-12-sm {
    width: 33.33333%; }

  .unit-2-3-sm, .unit-4-6-sm, .unit-8-12-sm {
    width: 66.66667%; }

  .unit-1-4-sm, .unit-2-8-sm, .unit-3-12-sm {
    width: 25%; }

  .unit-3-4-sm, .unit-6-8-sm, .unit-9-12-sm {
    width: 75%; }

  .unit-1-5-sm, .unit-2-10-sm {
    width: 20%; }

  .unit-2-5-sm, .unit-4-10-sm {
    width: 40%; }

  .unit-3-5-sm, .unit-6-10-sm {
    width: 60%; }

  .unit-4-5-sm, .unit-8-10-sm {
    width: 80%; }

  .unit-1-6-sm, .unit-2-12-sm {
    width: 16.66667%; }

  .unit-5-6-sm, .unit-10-12-sm {
    width: 83.33333%; }

  .unit-1-8-sm {
    width: 12.5%; }

  .unit-3-8-sm {
    width: 37.5%; }

  .unit-5-8-sm {
    width: 62.5%; }

  .unit-7-8-sm {
    width: 87.5%; }

  .unit-1-10-sm {
    width: 10%; }

  .unit-3-10-sm {
    width: 30%; }

  .unit-7-10-sm {
    width: 70%; }

  .unit-9-10-sm {
    width: 90%; }

  .unit-1-12-sm {
    width: 8.33333%; }

  .unit-5-12-sm {
    width: 41.66667%; }

  .unit-7-12-sm {
    width: 58.33333%; }

  .unit-11-12-sm {
    width: 91.66667%; } }
.reverse {
  direction: rtl; }
  .reverse div {
    direction: ltr; }

.unit-center {
  vertical-align: middle; }

.hidden {
  display: none; }

@media all and (max-width: 1199px) {
  .hidden-lg {
    display: none; } }

@media all and (max-width: 1023px) {
  .hidden-md {
    display: none; } }

@media all and (max-width: 767px) {
  .hidden-sm {
    display: none; } }

.left {
  float: left; }

@media all and (min-width: 1024px) {
  .left-md {
    float: left; } }

.right {
  float: right; }

@media all and (min-width: 1024px) {
  .right-md {
    float: right; } }

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

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

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

.margin {
  margin-bottom: 40px !important; }

.margin-half {
  margin-bottom: 20px !important; }

.margin-double {
  margin-bottom: 60px !important; }

/* Font Faces
----------------------------------------------- */
@font-face {
  font-family: 'Cyclone';
  src: url("../fonts/CycloneInline.eot");
  src: url("../fonts/CycloneInline.eot?#iefix") format("embedded-opentype"), url("../fonts/CycloneInline.woff") format("woff"), url("../fonts/CycloneInline.ttf") format("truetype"), url("../fonts/CycloneInline.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Global
----------------------------------------------- */
html {
  height: 100%; }

body {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%; }
  @media all and (max-width: 1024px) {
    body {
      -webkit-text-size-adjust: none; } }

a:hover {
  text-decoration: underline; }

img {
  max-width: 100%; }
  img.full {
    width: 100%; }

b,
strong {
  font-weight: bold; }

/* Header
----------------------------------------------- */
body > header {
  padding: 15px 5%; }
  @media all and (max-width: 767px) {
    body > header {
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100; } }
  body > header > div {
    margin: 0 auto;
    width: 1060px; }
    @media all and (max-width: 1199px) {
      body > header > div {
        width: 100%; } }
    body > header > div h2 {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      display: block;
      height: 30px;
      text-align: left;
      text-indent: -9999px;
      width: 98px; }
      @media all and (max-width: 767px) {
        body > header > div h2 {
          background-size: auto 100%;
          height: 20px; } }

/* Notifications
----------------------------------------------- */
body > span.error {
  display: none;
  left: 50%;
  margin: 0 0 0 -25%;
  position: fixed;
  top: 35px;
  width: 50%;
  z-index: 110; }
  @media all and (max-width: 1023px) {
    body > span.error {
      margin-left: -45%;
      top: 45px;
      width: 90%; } }
  body > span.error p {
    background: rgba(222, 70, 76, 0.9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    text-align: center; }
    body > span.error p a {
      color: #fff;
      text-decoration: underline; }

body > span.success {
  display: none;
  left: 50%;
  margin: 0 0 0 -25%;
  position: fixed;
  top: 35px;
  width: 50%;
  z-index: 110; }
  @media all and (max-width: 1023px) {
    body > span.success {
      margin-left: -45%;
      top: 45px;
      width: 90%; } }
  body > span.success p {
    background: rgba(68, 181, 157, 0.9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    text-align: center; }
    body > span.success p a {
      color: #fff;
      text-decoration: underline; }

/* Nav
----------------------------------------------- */
body > nav {
  padding: 0 5%; }
  @media all and (max-width: 1023px) {
    body > nav {
      padding: 0; } }
  body > nav > div {
    display: block;
    font-size: 0;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 1060px; }
    @media all and (max-width: 1199px) {
      body > nav > div {
        width: 100%; } }
    @media all and (max-width: 1023px) {
      body > nav > div {
        border: none !important; } }
    @media all and (max-width: 767px) {
      body > nav > div {
        display: block;
        height: auto;
        margin-bottom: 70px;
        position: static; } }
    body > nav > div > div {
      display: inline-block;
      width: 30%; }
      @media all and (max-width: 767px) {
        body > nav > div > div {
          display: block;
          width: auto; } }
      body > nav > div > div address {
        display: block;
        font-size: 0;
        padding: 30px 20px;
        table-layout: fixed; }
        @media all and (max-width: 1023px) {
          body > nav > div > div address {
            padding: 10px 20px; } }
        @media all and (max-width: 767px) {
          body > nav > div > div address {
            border: none !important;
            display: block;
            padding: 0;
            position: fixed;
            right: 5%;
            top: 10px;
            z-index: 100; } }
        body > nav > div > div address > span {
          display: inline-block;
          padding: 0 20px 0 0;
          vertical-align: middle;
          width: 40%; }
          @media all and (max-width: 1199px) {
            body > nav > div > div address > span {
              vertical-align: top; } }
          @media all and (max-width: 767px) {
            body > nav > div > div address > span {
              display: inline-block;
              margin: 0 5px 0 0;
              padding: 0;
              width: auto; } }
          body > nav > div > div address > span span.profile {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            display: inline-block;
            margin: 0 0 20px 0;
            width: 100%; }
            @media all and (max-width: 1023px) {
              body > nav > div > div address > span span.profile {
                margin-bottom: 10px; } }
            body > nav > div > div address > span span.profile.set img {
              visibility: hidden; }
            @media all and (max-width: 767px) {
              body > nav > div > div address > span span.profile img {
                height: 30px; } }
        body > nav > div > div address p {
          display: inline-block;
          font-size: 15px;
          font-style: normal;
          line-height: 20px;
          vertical-align: middle; }
          @media all and (max-width: 1023px) {
            body > nav > div > div address p {
              display: block;
              width: auto; } }
          @media all and (max-width: 767px) {
            body > nav > div > div address p {
              display: inline-block;
              position: relative;
              top: 3px; } }
          body > nav > div > div address p b {
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px; }
            @media all and (max-width: 767px) {
              body > nav > div > div address p b {
                font-size: 12px;
                line-height: 15px; }
                body > nav > div > div address p b:after {
                  color: #fff;
                  content: ' | '; } }
          body > nav > div > div address p span {
            display: block; }
            @media all and (max-width: 767px) {
              body > nav > div > div address p span {
                display: none; } }
          body > nav > div > div address p a {
            font-size: 12px; }
            @media all and (max-width: 767px) {
              body > nav > div > div address p a {
                line-height: 15px; } }
      body > nav > div > div ul {
        display: table;
        text-align: center;
        width: 100%; }
        @media all and (max-width: 767px) {
          body > nav > div > div ul {
            bottom: 0;
            left: 0;
            position: fixed;
            width: 100%;
            z-index: 100; } }
        body > nav > div > div ul li {
          display: table-cell; }
          body > nav > div > div ul li a {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            border: 10px solid transparent;
            display: inline-block;
            height: 45px;
            position: relative;
            text-indent: -9999px;
            width: 45px; }
            body > nav > div > div ul li a:after {
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              bottom: -10px;
              content: '';
              height: 0;
              left: 50%;
              margin: 0 0 0 -5px;
              opacity: 0;
              position: absolute;
              transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              -webkit-transition: all 0.2s linear;
              width: 0; }
            body > nav > div > div ul li a:hover:after {
              opacity: 0.5; }
            body > nav > div > div ul li a.active:after {
              opacity: 1; }
            body > nav > div > div ul li a.beacons {
              background-image: url(../images/menu-beacons.svg); }
            body > nav > div > div ul li a.profile {
              background-image: url(../images/menu-profile.svg); }
            body > nav > div > div ul li a.stats {
              background-image: url(../images/menu-stats.svg); }
            body > nav > div > div ul li a.config {
              background-image: url(../images/menu-config.svg); }
    body > nav > div > ul {
      display: inline-block;
      font-size: 0;
      height: 100%;
      overflow: hidden;
      vertical-align: top;
      width: 70%; }
      @media all and (max-width: 767px) {
        body > nav > div > ul {
          display: block;
          height: 100px;
          margin-bottom: -80px;
          margin-top: 50px;
          width: auto; } }
      body > nav > div > ul.alt li {
        width: 33.3%; }
      body > nav > div > ul li {
        display: inline-block;
        height: 100%;
        width: 25%; }
        @media all and (max-width: 767px) {
          body > nav > div > ul li:first-of-type a {
            border: none; } }
        body > nav > div > ul li a {
          color: #fff;
          font-size: 15px;
          display: block;
          height: 100%;
          line-height: 20px;
          position: relative;
          text-align: center;
          width: 100%; }
          @media all and (max-width: 767px) {
            body > nav > div > ul li a {
              font-size: 12px;
              line-height: 15px; } }
          body > nav > div > ul li a:hover {
            text-decoration: none; }
            body > nav > div > ul li a:hover b:before {
              top: -125px;
              opacity: 0.5; }
              @media all and (max-width: 767px) {
                body > nav > div > ul li a:hover b:before {
                  top: -55px; } }
            body > nav > div > ul li a:hover b:after {
              top: -125px;
              opacity: 0.5; }
              @media all and (max-width: 767px) {
                body > nav > div > ul li a:hover b:after {
                  top: -55px; } }
          body > nav > div > ul li a.active b:before {
            opacity: 0; }
          body > nav > div > ul li a.active b:after {
            opacity: 1; }
          body > nav > div > ul li a b {
            bottom: 0;
            display: block;
            font-weight: 400;
            left: 0;
            padding: 0 0 15px 0;
            position: absolute;
            vertical-align: bottom;
            width: 100%; }
            @media all and (max-width: 767px) {
              body > nav > div > ul li a b {
                padding-bottom: 10px; } }
            body > nav > div > ul li a b:before, body > nav > div > ul li a b:after {
              background-color: #5A7A82;
              background-position: center top;
              background-repeat: no-repeat;
              background-size: 60px 140px;
              clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
              -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
              -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
              content: '';
              display: block;
              height: 70px;
              left: 50%;
              margin: 0 0 -35px -30px;
              opacity: 1;
              position: absolute;
              top: -120px;
              transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              -webkit-transition: all 0.2s linear;
              width: 60px; }
              @media all and (max-width: 767px) {
                body > nav > div > ul li a b:before, body > nav > div > ul li a b:after {
                  background-size: 60px 70px;
                  height: 35px;
                  margin: 0 0 -17px -15px;
                  top: -50px;
                  width: 30px; } }
            body > nav > div > ul li a b:after {
              background-position: center bottom;
              opacity: 0; }

/* Content
----------------------------------------------- */
main {
  overflow-x: hidden;
  padding: 0 5%; }
  @media all and (max-width: 767px) {
    main {
      padding-bottom: 50px;
      padding-top: 0; } }
  main.alt {
    display: table;
    height: 100%;
    width: 100%; }
    @media all and (max-width: 767px) {
      main.alt {
        padding-bottom: 0; } }
    main.alt article {
      color: #fff;
      display: table-cell;
      height: auto;
      min-height: 0;
      padding: 100px 0 150px 0;
      vertical-align: middle; }
      @media all and (max-width: 767px) {
        main.alt article {
          padding: 60px 0 100px 0; } }
      main.alt article h1 {
        font-size: 100px;
        line-height: 100px;
        margin: 0 0 50px 0;
        position: relative;
        text-align: center; }
        @media all and (max-width: 767px) {
          main.alt article h1 {
            font-size: 75px;
            line-height: 75px; } }
        main.alt article h1 i {
          margin: 0;
          padding: 0;
          opacity: 0.5;
          font-style: normal; }
          @media all and (max-width: 767px) {
            main.alt article h1 i {
              display: block; } }
        main.alt article h1.logo {
          background-position: center 165px;
          background-repeat: no-repeat;
          background-size: auto 65px;
          font-size: 0; }
          @media all and (max-width: 767px) {
            main.alt article h1.logo {
              background-size: auto 40px; } }
        main.alt article h1:before {
          background: url(../images/logo-beacon.svg);
          background-size: cover;
          content: '';
          display: block;
          height: 140px;
          margin: 0 auto 20px auto;
          position: relative;
          width: 120px;
          z-index: 10; }
        main.alt article h1:after {
          border-left: 9000px solid transparent;
          border-right: 9000px solid transparent;
          bottom: 100%;
          content: '';
          height: 0;
          left: 50%;
          margin: 0 0 -69px -8999px;
          opacity: 0.05;
          position: absolute;
          width: 0; }
  main article {
    margin: 0 auto;
    min-height: 100vh;
    padding: 40px 20px;
    width: 1060px; }
    @media all and (max-width: 1199px) {
      main article {
        width: 100%; } }
    @media all and (max-width: 1023px) {
      main article {
        border: none !important;
        padding-left: 0;
        padding-right: 0; } }
    main article h1,
    main article h2.alt {
      font: normal 75px/80px "Cyclone", Helvetica, Arial, Verdana, sans-serif;
      margin: 0 0 20px 0; }
      @media all and (max-width: 767px) {
        main article h1,
        main article h2.alt {
          font-size: 50px;
          line-height: 55px; } }
    main article h2 {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      margin: 0 0 10px 0; }
    main article h3 {
      font-size: 12px;
      font-weight: 700;
      line-height: 15px;
      text-transform: uppercase; }
    main article p {
      font-size: 15px;
      line-height: 20px;
      margin: 0 0 20px 0; }
    main article ul {
      margin: 0 0 30px 0; }
      main article ul.table li {
        display: block;
        padding: 15px 0; }
      main article ul li {
        font-size: 15px;
        line-height: 20px; }
    main article span.profile {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
      -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
      -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
      display: inline-block;
      margin: 0 0 20px 0; }
      main article span.profile.set img {
        visibility: hidden; }
      main article span.profile img {
        max-height: 140px; }
    main article var {
      color: #9E3761;
      display: block;
      font-size: 46px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px;
      margin: 0 0 10px 0; }
      main article var i {
        font-size: 15px;
        font-style: normal;
        line-height: 20px; }
    main article table {
      margin: 0 0 30px 0;
      width: 100%; }
      main article table.faq td > a:hover {
        text-decoration: none; }
      main article table.faq td > a.current {
        color: #9E3761; }
      main article table.faq td ul {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 20px 0; }
        main article table.faq td ul li {
          margin: 0 0 0 20px; }
      main article table.faq td > div {
        padding-top: 20px; }
      main article table th {
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        padding: 0 10px;
        text-align: left;
        text-transform: uppercase; }
      main article table td {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 10px;
        vertical-align: middle; }
        main article table td.up {
          color: green; }
        main article table td.down {
          color: #DE464C; }
        main article table td.profile {
          width: 145px; }
        main article table td span.profile {
          margin: 0; }
    main article form {
      display: block; }
      main article form.beacon {
        margin: 0 -20px;
        padding: 40px 20px; }
        main article form.beacon:first-of-type {
          border-top: none; }
        main article form.beacon:last-of-type {
          border-bottom: none; }
        main article form.beacon.condensed {
          padding: 30px 20px; }
          main article form.beacon.condensed h2 {
            margin: 0;
            padding: 0 0 0 60px;
            position: relative; }
            main article form.beacon.condensed h2 img {
              display: block;
              height: 47px;
              left: 0;
              width: 40px;
              position: absolute;
              top: -12px; }
            main article form.beacon.condensed h2 a {
              display: block;
              float: right;
              font-size: 16px; }
              @media all and (max-width: 767px) {
                main article form.beacon.condensed h2 a {
                  float: none;
                  margin-top: 10px; } }
          main article form.beacon.condensed div.grid {
            display: none; }
        main article form.beacon fieldset:last-of-type {
          margin: 0; }
      main article form fieldset {
        display: block;
        margin: 0 0 30px 0; }
        main article form fieldset.toggle legend {
          cursor: pointer; }
          main article form fieldset.toggle legend:after {
            background: url(../images/select.svg) no-repeat right center;
            background-size: auto 10px;
            content: '';
            display: inline-block;
            height: 10px;
            margin: 0 0 0 10px;
            transition: all 0.2s;
            -moz-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            width: 14px; }
          main article form fieldset.toggle legend.switch:after {
            transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg); }
      main article form legend {
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        text-transform: uppercase; }
      main article form label {
        display: table;
        width: 100%; }
        main article form label.inline {
          border: none !important;
          display: inline-block;
          font-size: 13px;
          margin: 0 0 0 3px;
          width: auto; }
        main article form label.file:after {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          content: 'Change Profile Picture';
          cursor: pointer;
          display: block;
          padding: 20px 0;
          position: relative;
          outline: none;
          user-select: none;
          -moz-user-select: none;
          -webkit-user-select: none;
          z-index: 10; }
        main article form label.file input {
          display: none; }
        main article form label:hover {
          cursor: text; }
        main article form label > span {
          display: table-cell;
          font-size: 18px;
          line-height: 24px;
          opacity: 0.5;
          padding: 20px 20px 20px 0;
          white-space: nowrap;
          vertical-align: top; }
        main article form label div {
          display: table-cell;
          position: relative;
          vertical-align: top; }
          main article form label div input {
            background: none;
            border: none;
            box-sizing: border-box;
            display: block;
            font-size: 18px;
            line-height: 24px;
            padding: 20px 0;
            text-align: right;
            width: 100%; }
          main article form label div input[type=checkbox] {
            margin-left: -9999px;
            position: absolute;
            visibility: hidden; }
            main article form label div input[type=checkbox]:checked + span {
              background: #9E3761;
              border-color: #9E3761; }
            main article form label div input[type=checkbox]:checked + span:after {
              background: #fff;
              margin-left: 20px; }
            main article form label div input[type=checkbox] + span {
              border-radius: 15px;
              -moz-border-radius: 15px;
              -webkit-border-radius: 15px;
              box-sizing: border-box;
              cursor: pointer;
              display: block;
              height: 30px;
              margin: -15px 0 0 0;
              padding: 0;
              position: absolute;
              right: 0;
              top: 50%;
              transition: background 0.2s;
              -moz-transition: background 0.2s;
              -webkit-transition: background 0.2s;
              width: 50px; }
              main article form label div input[type=checkbox] + span:after {
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                content: '';
                display: block;
                height: 22px;
                position: absolute;
                left: 2px;
                top: 2px;
                transition: margin 0.4s, background 0.4s;
                -moz-transition: margin 0.4s, background 0.4s;
                -webkit-transition: margin 0.4s, background 0.4s;
                width: 22px; }
          main article form label div select {
            direction: rtl; }
      main article form input:not([type=checkbox]) {
        -webkit-appearance: none;
        background: none;
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-sizing: border-box;
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0;
        width: 100%; }
        main article form input:not([type=checkbox]):disabled {
          opacity: 0.5; }
      main article form textarea {
        background: none;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-sizing: border-box;
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0;
        width: 100%; }
      main article form div#school {
        position: relative; }
        main article form div#school div.autocomplete-suggestions {
          height: 194px;
          left: 0;
          overflow: auto;
          position: absolute;
          top: 100%; }
          main article form div#school div.autocomplete-suggestions div.autocomplete-suggestion {
            cursor: pointer;
            font-size: 15px;
            line-height: 20px;
            overflow: hidden;
            padding: 5px 0;
            white-space: nowrap; }
            main article form div#school div.autocomplete-suggestions div.autocomplete-suggestion strong {
              font-weight: 600; }
      main article form div.suggestions {
        position: relative; }
        main article form div.suggestions div.autocomplete-suggestions {
          height: auto;
          left: auto;
          overflow: auto;
          position: static !important;
          text-align: right;
          top: auto; }
          main article form div.suggestions div.autocomplete-suggestions div.autocomplete-suggestion {
            cursor: pointer;
            font-size: 15px;
            line-height: 20px;
            overflow: hidden;
            padding: 5px 0;
            white-space: nowrap; }
            main article form div.suggestions div.autocomplete-suggestions div.autocomplete-suggestion strong {
              font-weight: 600; }
      main article form select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../images/select.svg) no-repeat right center;
        background-size: auto 10px;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-sizing: border-box;
        display: block;
        font-size: 18px;
        line-height: 24px;
        padding: 20px 30px 20px 0;
        text-align: right;
        width: 100%; }
      main article form button.half,
      main article form a.button.half {
        padding: 15px 0;
        text-align: center;
        width: 48%; }
      main article form button.right,
      main article form a.button.right {
        float: right; }
    main article button {
      background: #DE464C;
      border: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 15px;
      line-height: 20px;
      overflow: hidden;
      padding: 15px 20px;
      position: relative; }
      main article button:before {
        background: rgba(255, 255, 255, 0.2);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        width: 100%; }
      main article button:hover:before {
        opacity: 1; }
    main article a.button {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      line-height: 20px;
      overflow: hidden;
      padding: 15px 20px;
      position: relative; }
      main article a.button:before {
        background: rgba(255, 255, 255, 0.2);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        width: 100%; }
      main article a.button.new {
        background: #44B59D;
        display: block;
        text-align: center; }
      main article a.button:hover {
        text-decoration: none; }
        main article a.button:hover:before {
          opacity: 1; }
    main article canvas {
      margin: 0 0 80px 0;
      padding: 0 40px 0 0; }
    main article div.total {
      color: #fff;
      margin: 0 0 30px 0;
      padding: 15px; }
      main article div.total p {
        margin: 0; }
      main article div.total var {
        color: #fff;
        margin: 0; }
    main article div.update {
      background: rgba(158, 55, 97, 0.2);
      margin: 0 0 30px 0;
      padding: 20px; }
      main article div.update h2 {
        color: #9E3761;
        font-weight: 600;
        margin: 0; }
    main article div.card {
      background: #fff;
      padding: 20px; }
      main article div.card.educator header {
        background: #DE464C; }
      main article div.card.educator a.button {
        background: #DE464C; }
      main article div.card.district header {
        background: #F2AF3E; }
      main article div.card.district a.button {
        background: #F2AF3E; }
      main article div.card.tour header {
        background: #9E3761; }
      main article div.card.tour a.button {
        background: #9E3761; }
      main article div.card header {
        color: #fff;
        margin: -20px -20px 20px -20px;
        padding: 30px; }
        main article div.card header p {
          margin: 0; }
        main article div.card header var {
          color: #fff; }
          main article div.card header var i {
            color: #fff; }
      main article div.card a.button {
        display: block;
        text-align: center; }

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