@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext");
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased; }

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  border-radius: 0; }

img {
  border: 0; }

.clearfix {
  zoom: 1; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button; }

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic; }

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

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

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

a {
  color: #0ad1ae; }
  a:hover {
    text-decoration: underline; }

.alert {
  display: block;
  font-size: .9em;
  line-height: 1.5;
  font-weight: bold;
  color: #666;
  margin: 0 0 1.5em; }
  .alert.alert--success {
    color: #34bc66; }
  .alert.alert--danger {
    color: #c11d1d; }
  .alert.alert--warning {
    color: #df662c; }
  .alert.alert--success-border {
    border: 3px solid #34bc66; }
  .alert.alert--danger-border {
    border: 3px solid #c11d1d; }
  .alert.alert--warning-border {
    border: 3px solid #df662c; }
  .alert ul {
    margin-left: 1.5em; }

.btn {
  position: relative;
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 0 1em;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  outline: none;
  white-space: nowrap; }
  .btn:hover {
    text-decoration: none; }
  .btn--default {
    height: 50px;
    line-height: 49px;
    background: #0ad1ae;
    color: #fff;
    padding: 0 2em;
    transition: background .3s ease-in-out; }
    .btn--default:hover {
      background: #08af92; }
    .btn--default:focus {
      top: 1px;
      background: #08a085;
      box-shadow: inset -1px -3px 3px rgba(0, 0, 0, 0.2); }

html {
  height: 100%; }

body {
  min-height: 100%;
  background: #edf4f8;
  font: normal 17px "Lato", Helvetica, Arial, sans-serif;
  color: #666;
  text-align: center; }

.site-container {
  min-height: 100vh;
  display: block;
  position: relative;
  text-align: left; }

@media screen and (max-width: 860px) {
  .site-container {
    width: 700px;
    margin: 0 auto; } }

.flex-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.site-content__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  height: 70px;
  line-height: 70px;
  padding: 0 2em;
  box-shadow: 0 2px 3px #c3d7e2; }
  .site-content__header .user-avatar {
    position: relative;
    font-size: .9em; }
    .site-content__header .user-avatar img {
      width: 42px;
      height: 42px;
      position: absolute;
      top: 50%;
      left: -55px;
      margin-top: -21px;
      border-radius: 50%; }
    .site-content__header .user-avatar .logout {
      display: inline-block;
      font-weight: bold;
      margin-left: 1em; }

@media screen and (max-width: 860px) {
  .site-content__header .welcome {
    display: none; }
  .site-content__header .user-avatar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 42px; }
    .site-content__header .user-avatar img {
      left: -1em; } }

.box {
  background: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 1px 2px 4px #c3d7e2; }

.auth {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
  padding: 2em 2em 1em 2em; }
  .auth__title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em; }
  .auth__form__field {
    display: block;
    margin-top: .75em; }
    .auth__form__field label {
      font-size: .9em;
      font-weight: bold;
      display: block;
      line-height: 1.5; }
    .auth__form__field input {
      width: 100%;
      height: 42px;
      line-height: 42px;
      font: normal 0.9em "Lato", Helvetica, Arial, sans-serif;
      background: white;
      border: 1px solid #c3d7e2;
      border-radius: 4px;
      padding: 0 1em;
      outline: none; }
      .auth__form__field input:focus {
        border-color: #7ea9c1; }
    .auth__form__field.has-danger label {
      color: #c11d1d; }
    .auth__form__field.has-danger input {
      color: #c11d1d;
      border-color: #c11d1d; }
  .auth__form__submit {
    margin: 1em 0; }

.sidebar {
  width: 250px;
  background: #4c546b;
  color: #fff; }
  .sidebar__branding {
    height: 70px;
    line-height: 70px;
    background: #5b6480;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    padding: 0 1em;
    font-size: 1.1em;
    font-weight: bold; }
    .sidebar__branding a {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: -.05em; }
      .sidebar__branding a:hover {
        text-decoration: none; }
  .sidebar__menu {
    padding: 2em 0; }
    .sidebar__menu ul {
      list-style: none; }
      .sidebar__menu ul li a {
        color: #fff;
        display: block;
        padding: 1em; }
        .sidebar__menu ul li a:hover {
          text-decoration: none;
          background: #464d62; }
      .sidebar__menu ul li.is-selected a {
        color: #0ad1ae;
        background: #41485c; }

.site-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .site-content__embed {
    padding: 2em; }
    .site-content__embed .box {
      margin-top: 21px; }
    .site-content__embed .tableauPlaceholder {
      top: -21px; }

.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .grid__item {
    width: 22%;
    margin: 1em; }
    .grid__item img {
      width: 100%;
      height: auto;
      border: 1px solid #c3d7e2;
      border-radius: 4px; }
    .grid__item h2 {
      font-size: 1.1em;
      font-weight: bold;
      line-height: 1.5; }

@media screen and (max-width: 1460px) {
  .grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .grid__item {
      width: 28.5%; } }

@media screen and (max-width: 1040px) {
  .grid__item {
    width: 44%; } }

@media screen and (max-width: 860px) {
  .grid__item {
    width: 100%; } }

.error {
  display: block;
  padding: 7em 0;
  text-align: center; }
  .error__title {
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1.5; }
  .error__body {
    font-size: 1.2em;
    font-weight: 300; }

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