@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i");
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i");
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i");
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2"); }

.material-icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

/*
 * Padstone overrides
 * ===============
 */
/*
 * Mixins
 * ===============
 */
/*
 *  Functions
 *  =================
 */
.icon {
  position: relative;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: "inherit";
  color: "inherit";
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.panel {
  padding: 11px;
  border: 1px solid #e0e7e9;
  border-radius: 4px; }
  .panel--info {
    background: #f4fbfc;
    border-color: #cee1e6; }
    .panel--info a {
      text-decoration: underline; }

.launch-link {
  display: inline-block;
  color: inherit;
  padding: 0 3px;
  border-bottom: 1px dotted #e0e7e9; }
  .launch-link .icon {
    padding: 0 3px;
    color: #96d6e5;
    top: 2px;
    font-size: 14px; }

.type {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 600;
  color: #bbcacd;
  letter-spacing: 0.0625rem; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 14px; }

body {
  background: #fff;
  color: #686868;
  cursor: auto;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

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,
.mqa-display img,
.mqa-display embed,
.mqa-display 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; }

.invisible {
  visibility: hidden; }

.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%; }

.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }
  .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 {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .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; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .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.0625em) {
  .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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .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; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .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.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .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.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #8c979a;
  border-color: #bbcacd; }

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #8c979a;
  border-color: #bbcacd; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #bbcacd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 4px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #bbcacd; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #bbcacd; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbcacd; }

:-ms-input-placeholder {
  color: #bbcacd; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #bbcacd;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    background: #FFFFFF;
    font-weight: 700;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.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.0625em) 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.0625em) {
  .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.0625em) 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.0625em) {
  .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.0625em) 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.0625em) {
  .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.0625em) and (max-width: 6249999.9375em) {
  .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.0625em) {
  .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: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #071a1e;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #268ea4;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 1.375rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #268ea4;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* 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; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #686868;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* 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: #1c6676; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #1c6676; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #268ea4; }

/* 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: 700;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: 700; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/* small 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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    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.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    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.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    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 !important; }

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) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  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) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  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 !important; }

.touch table.show-for-touch {
  display: table !important; }

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; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * 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 {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  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; }
  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; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  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; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  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; } }

@media not print {
  .show-for-print {
    display: none !important; } }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 11px 22px;
  border: 1px solid #e0e7e9;
  color: #8c979a;
  border-radius: 4px;
  text-shadow: #e0e7e9 0 1px 0;
  transition-duration: 0.2s;
  transition-property: all;
  overflow: hidden;
  position: relative;
  background: white;
  box-shadow: rgba(80, 80, 80, 0.1) 0 1px 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.0625rem; }
  .button .icon {
    padding-right: 11px;
    z-index: 2; }
  .button__label {
    z-index: 1;
    position: relative; }
  .button:hover {
    color: white;
    background: #2cadcb;
    text-shadow: #289cb7 0 -1px 0;
    box-shadow: rgba(80, 80, 80, 0.1) 0 1px 4px; }
    .button:hover .icon {
      color: #d5eff5; }
  .button .ripple {
    width: 5em;
    height: 5em;
    background: white;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.1;
    transform: scale(0, 0);
    transition-property: opacity, transform;
    transition-duration: 0.1s; }
  .button:active .ripple {
    opacity: 0;
    transform: scale(10, 10); }
  .button--tiny {
    font-size: 10px;
    padding: 11px;
    margin: 0; }
    .button--tiny-with-icon {
      position: relative;
      padding-left: 22px; }
      .button--tiny-with-icon .button__icon {
        position: absolute;
        top: 11px;
        left: 7px;
        font-size: 12px;
        color: #c1cfd2; }
  .button--with-icon {
    position: relative;
    padding-left: 44px; }
    .button--with-icon .button__icon {
      position: absolute;
      top: 10px;
      left: 20px;
      font-size: 18px;
      color: #c1cfd2; }
  .button--with-accesory {
    position: relative;
    padding-right: 28px; }
    .button--with-accesory .button__accesory {
      position: absolute;
      top: 10px;
      right: 6px;
      font-size: 18px;
      color: #c1cfd2;
      padding: 0; }
  .button--icon {
    position: relative;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none; }
    .button--icon .icon {
      margin: 0;
      padding: 0;
      font-size: 16px;
      color: #c1cfd2; }
  .button--icon-menu {
    position: relative;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 34px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none; }
    .button--icon-menu .icon {
      margin: 0;
      padding: 0;
      font-size: 16px;
      color: #c1cfd2; }
  .button--primary {
    background: #6bc68e;
    color: white;
    text-shadow: #89d1a5 0 1px 0;
    box-shadow: rgba(80, 80, 80, 0.1) 0 1px 4px; }
    .button--primary .icon {
      color: #e1f4e8; }
  .button--default {
    background: #2cadcb;
    color: white;
    text-shadow: #56bdd5 0 1px 0;
    box-shadow: rgba(80, 80, 80, 0.1) 0 1px 4px; }
    .button--default .icon {
      color: #d5eff5; }
  .button--align-right {
    float: right; }
  .button--align-left {
    float: left; }
  .button--disabled {
    background: #f5f7f8;
    color: #bbcacd;
    text-shadow: none;
    box-shadow: none;
    cursor: not-allowed; }
    .button--disabled .icon {
      color: #e0e7e9; }
    .button--disabled:hover {
      background: #f5f7f8;
      color: #bbcacd;
      text-shadow: none;
      cursor: not-allowed; }
  .button--go-back {
    border: none;
    box-shadow: none; }
  .button--destructive:hover {
    text-shadow: none;
    background: #c0343d; }
    .button--destructive:hover .icon {
      color: #f2d6d8; }

.toggle-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 11px 22px;
  border: 1px solid #e0e7e9;
  color: #8c979a;
  border-radius: 4px;
  text-shadow: #e0e7e9 0 1px 0;
  transition-duration: 0.2s;
  transition-property: all;
  overflow: hidden;
  position: relative; }
  .toggle-button .icon {
    padding-right: 11px;
    z-index: 2; }
  .toggle-button__label {
    z-index: 1;
    position: relative; }
  .toggle-button:hover {
    color: white;
    background: #2cadcb;
    text-shadow: #289cb7 0 -1px 0;
    box-shadow: rgba(80, 80, 80, 0.1) 0 1px 4px; }
    .toggle-button:hover .icon {
      color: #d5eff5; }
  .toggle-button .ripple {
    width: 5em;
    height: 5em;
    background: white;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.1;
    transform: scale(0, 0);
    transition-property: opacity, transform;
    transition-duration: 0.1s; }
  .toggle-button:active .ripple {
    opacity: 0;
    transform: scale(10, 10); }
  .toggle-button.active {
    background-color: #2cadcb;
    color: white;
    text-shadow: none; }
  .toggle-button .icon {
    color: white;
    margin-right: 11px; }

.button-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px; }
  .button-bar--top {
    border-bottom: 1px solid #f5f7f8;
    margin-bottom: 11px; }
  .button-bar--bottom {
    border-top: 1px solid #f5f7f8;
    margin-top: 11px; }

.button-bar__section--left {
  margin-right: auto; }

.button-bar__section--right {
  margin-left: auto; }

.button-bar__section .button {
  margin-right: 5px; }
  .button-bar__section .button:last-child {
    margin: 0; }

.badge {
  height: 19.2px;
  line-height: 19.2px;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 8px;
  font-size: 0.7rem;
  font-weight: 300;
  padding: 0 12px;
  border-radius: 9.6px;
  box-shadow: rgba(80, 80, 80, 0.1) 0 2px 1px;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  background-color: #f5f7f8; }
  .badge--branded {
    color: white;
    background: #2cadcb;
    text-shadow: #165766 0 1px 0; }
  .badge--unread {
    color: white;
    background: #2cadcb;
    text-shadow: #165766 0 1px 0; }
  .badge--read {
    color: white;
    background: #f5f7f8;
    text-shadow: #7b7c7c 0 1px 0; }
  .badge--good {
    color: white;
    background: #6dbd93;
    text-shadow: #375f4a 0 1px 0; }
  .badge--bad {
    color: white;
    background: #b1404b;
    text-shadow: #592026 0 1px 0; }
  .badge--warning {
    color: white;
    background: #ffa100;
    text-shadow: #805100 0 1px 0; }
  .badge--neutral {
    color: white;
    background: #bbcacd;
    text-shadow: #5d6567 0 1px 0; }
  .badge--neutral-dark {
    color: white;
    background: #071a1e;
    text-shadow: #040d0f 0 1px 0; }
  .badge--voided {
    color: white;
    background: #ffa100;
    text-shadow: #805100 0 1px 0; }
  .badge--paid {
    color: white;
    background: #6dbd93;
    text-shadow: #375f4a 0 1px 0; }
  .badge--payment-pending {
    color: white;
    background: #6dbd93;
    text-shadow: #375f4a 0 1px 0; }
  .badge--overdue {
    color: white;
    background: #b1404b;
    text-shadow: #592026 0 1px 0; }
  .badge--issued {
    color: white;
    background: #ffa100;
    text-shadow: #805100 0 1px 0; }
  .badge--not-issuable {
    color: white;
    background: #ffa100;
    text-shadow: #805100 0 1px 0; }
  .badge--issuable {
    color: white;
    background: #ffa100;
    text-shadow: #805100 0 1px 0; }
  .badge--processing {
    color: white;
    background: #ffa100;
    text-shadow: #805100 0 1px 0; }
  .badge--active {
    color: white;
    background: #6dbd93;
    text-shadow: #375f4a 0 1px 0; }
  .badge--canceled {
    color: white;
    background: #ffa100;
    text-shadow: #805100 0 1px 0; }
  .badge--cleared {
    color: white;
    background: #6dbd93;
    text-shadow: #375f4a 0 1px 0; }
  .badge--baseline {
    top: 0; }
  .badge--read {
    color: #bbcacd;
    text-shadow: none; }

.card-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.card {
  padding: 11px;
  background: white;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  padding-right: 44px;
  margin-bottom: 22px;
  width: 100%; }
  .card__section {
    padding: 11px;
    width: 100%;
    align-self: center; }
    @media only screen and (min-width: 40.0625em) {
      .card__section {
        flex: initial;
        width: auto; } }
  .card__full-section {
    padding: 11px;
    width: 100%;
    border-top: 1px solid #e0e7e9; }
  .card__content {
    flex: initial; }
    @media only screen and (min-width: 40.0625em) {
      .card__content {
        flex: 1; } }
  .card__header {
    padding-bottom: 6px;
    margin-bottom: 6px; }
  .card__title {
    font-size: 19.6px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block; }
    .card__title i.icon {
      font-size: 1rem;
      margin-left: 3px; }
    .card__title a {
      font-size: inherit; }
  .card__subtitle {
    font-size: 15.4px;
    font-weight: 600;
    color: #bbcacd;
    margin: 0;
    padding: 0;
    display: block; }
  .card__label {
    display: block;
    font-size: 12.6px;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    color: #bbcacd;
    line-height: 1.575rem; }
  .card__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block; }
    .card__list-term {
      margin: 0;
      padding: 0;
      font-size: 10.5px;
      text-transform: uppercase;
      color: #888;
      font-weight: 400;
      line-height: 14px; }
    .card__list-definition {
      margin: 0 0 11px 0;
      padding: 0; }
    .card__list-item {
      display: block;
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .card:hover {
    box-shadow: rgba(199, 199, 199, 0.19) 0 0 20px; }
  .card--bordered {
    border: 1px solid #f5f7f8;
    box-shadow: rgba(246, 246, 246, 0.55) 0 0 10px; }

.metadata table tr td, .metadata table tr th {
  padding: 11px 22px;
  border: none;
  border-bottom: 1px solid #e0e7e9; }

.metadata table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e7e9; }
  .metadata table tr th {
    vertical-align: text-top;
    text-align: left;
    color: #8c979a;
    font-weight: normal;
    font-family: "Source Code Pro";
    width: 200px;
    border-right: 1px solid #e0e7e9;
    text-align: right; }
  .metadata table tr:nth-child(odd) {
    background: #f6f8f9; }

@keyframes spin {
  to {
    transform: rotate(1turn); } }

.spinner {
  top: 2px;
  animation: spin 1s infinite steps(12); }

@keyframes dash-animate {
  0% {
    stroke-dashoffset: 0;
    stroke: #8548da;
    stroke-dasharray: 100, 400; }
  15% {
    stroke: #b8ed59; }
  50% {
    stroke-dashoffset: -800;
    stroke-dasharray: 800, 0; }
  55% {
    stroke: white; }
  75% {
    stroke-dashoffset: 800;
    stroke: #61c2d8;
    stroke-dasharray: 800, 0; }
  100% {
    stroke: tomato;
    stroke-dashoffset: 0;
    stroke-dasharray: 100, 400; } }

.paid-loader {
  background: #2cadcb;
  padding: 33px;
  margin-bottom: 22px; }
  .paid-loader__container {
    background: white;
    padding: 22px 0;
    text-align: center;
    border-radius: 4px; }
  .paid-loader svg {
    width: 90px; }
  .paid-loader svg path {
    stroke: rebeccapurple;
    stroke-width: 10px;
    stroke-dasharray: 400, 400;
    stroke-dashofset: 0;
    animation: dash-animate 2s linear infinite; }

.loader-spinner {
  background: white;
  padding: 44px;
  text-align: center;
  border-radius: 4px; }
  .loader-spinner span {
    display: block;
    color: #bbcacd; }
  .loader-spinner .icon {
    color: #2cadcb;
    top: 0;
    font-size: 33px;
    animation: spin 1s infinite steps(12); }

.local-loader {
  display: flex;
  justify-content: center;
  align-items: center; }
  .local-loader--left {
    justify-content: flex-start; }
  .local-loader--right {
    justify-content: flex-end; }
  .local-loader__inner {
    padding: 11px 22px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-shadow: rgba(187, 202, 205, 0.2) 0 0 22px;
    border: 1px solid #dff3f7; }
  .local-loader__icon {
    top: 0;
    color: #6bc6db;
    font-size: 22px;
    margin-right: 11px; }
  .local-loader__message {
    color: #bbcacd;
    text-shadow: #fffbe1 0 -1px 0; }

.hide-section {
  border-top: 1px solid #f5f7f8;
  border-bottom: 1px solid #f5f7f8;
  margin-bottom: 22px;
  margin-top: 22px; }
  .hide-section.hidden {
    border: none;
    border-top: 1px dashed #e0e7e9; }
  .hide-section__trigger-container {
    height: 22px;
    line-height: 22px;
    display: block;
    text-align: center;
    padding: 0 22px;
    position: relative;
    top: -11px; }
  .hide-section__trigger {
    display: inline-block;
    font-size: 12px;
    padding: 4px 11px;
    margin-top: -4px;
    background: white;
    border: 1px solid #f5f7f8;
    border-radius: 4px;
    color: #8c979a; }
    .hide-section__trigger-label-icon {
      font-size: 18px;
      color: #c6cbcd;
      top: 4px;
      margin-right: 6px; }
    .hide-section__trigger-icon {
      font-size: 16px;
      top: 2px; }
    .hide-section__trigger:active {
      color: #8c979a; }
    .hide-section__trigger:focus {
      color: #8c979a; }
    .hide-section__trigger:hover {
      color: #2cadcb; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #e0e7e9;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #6bc68e; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #e0e7e9;
    box-shadow: rgba(80, 80, 80, 0.1) 0 1px 4px inset; }
  .switch label:after {
    background: #FFFFFF;
    box-shadow: rgba(80, 80, 80, 0.1) 0 0 2px; }
  .switch input:checked + label {
    background: #6bc68e;
    box-shadow: rgba(80, 80, 80, 0.1) 0 1px 1px inset; }
  .switch input:checked + label:after {
    box-shadow: rgba(80, 80, 80, 0.1) 0 0 6px; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

.switch-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .switch-container .switch {
    margin: 0; }
  .switch-container .switch-label {
    margin: 0;
    padding: 0 11px;
    align-self: center; }

.popup__container {
  position: relative;
  z-index: 1000;
  display: inherit; }

.popup {
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f7f8;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
  transform: translateZ(100px); }

.popup-menu {
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: rgba(80, 80, 80, 0.1) 0 6px 20px;
  min-width: 200px; }
  .popup-menu__header {
    padding: 11px 18px;
    border-bottom: 1px solid #e3e9eb; }
  .popup-menu a {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 11px 18px;
    color: #676f71;
    border-bottom: 1px solid #e3e9eb; }
    .popup-menu a:last-child {
      border: none; }
    .popup-menu a .popup-menu__item-label {
      flex: 1;
      font-size: 13px;
      text-align: left;
      text-shadow: white 0 1px 0, #d0d2d3 0 -1px 0; }
    .popup-menu a .popup-menu__item-icon {
      padding: 3px;
      margin-right: 3px;
      top: 1px;
      color: #bbcacd;
      font-size: 16px; }
    .popup-menu a:hover {
      background: #2cadcb;
      color: white; }
      .popup-menu a:hover .popup-menu__item-label {
        text-shadow: #218298 0 -1px 0; }
      .popup-menu a:hover .icon {
        color: #dff3f7; }

.error-dialog__title {
  color: #b1404b;
  font-size: 13px; }

.error-dialog__title-badge {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-right: 11px;
  background: #6dbd93; }
  .error-dialog__title-badge--test {
    background: #ffa100; }

.error-dialog__content {
  padding: 11px;
  display: flex;
  align-items: center; }

.error-dialog__icon {
  font-size: 64px;
  top: 0;
  padding: 11px 0;
  padding-left: 0;
  align-self: stretch;
  display: flex;
  margin-right: 11px;
  color: #dca9ae;
  cursor: default; }

.error-dialog__param {
  padding: 6px;
  margin-bottom: 11px;
  font-size: 13px;
  border-bottom: 1px solid #e0e7e9;
  text-transform: uppercase;
  color: #bbcacd;
  margin-right: 11px;
  display: flex;
  font-weight: 300; }
  .error-dialog__param span {
    margin-left: 6px;
    font-weight: 600; }

.error-dialog__message-title {
  font-size: 16px;
  font-weight: 600; }

.error-dialog__meta {
  padding: 0 11px;
  text-align: right;
  font-size: 11px;
  color: #bbcacd;
  text-transform: uppercase; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2"); }

.material-icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

/*
 * Padstone overrides
 * ===============
 */
/*
 * Mixins
 * ===============
 */
/*
 *  Functions
 *  =================
 */
.icon {
  position: relative;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: "inherit";
  color: "inherit";
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.panel {
  padding: 11px;
  border: 1px solid #e0e7e9;
  border-radius: 4px; }
  .panel--info {
    background: #f4fbfc;
    border-color: #cee1e6; }
    .panel--info a {
      text-decoration: underline; }

.launch-link {
  display: inline-block;
  color: inherit;
  padding: 0 3px;
  border-bottom: 1px dotted #e0e7e9; }
  .launch-link .icon {
    padding: 0 3px;
    color: #96d6e5;
    top: 2px;
    font-size: 14px; }

.type {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 600;
  color: #bbcacd;
  letter-spacing: 0.0625rem; }

.top-bar__logo {
  padding: 11px; }
  .top-bar__logo .logo-container svg {
    max-width: 111px; }

.top-bar__acc {
  display: flex; }
  .top-bar__acc.left {
    margin-right: auto; }

.top-bar__button, .search-widget__button, .search-widget__input {
  display: flex;
  padding: 22px;
  align-items: center;
  color: white;
  border-left: 1px solid #2592AB;
  transition-duration: .40s;
  transition-property: all; }
  .top-bar__button:active, .search-widget__button:active, .search-widget__input:active, .top-bar__button:focus, .search-widget__button:focus, .search-widget__input:focus {
    color: white; }
  .top-bar__button:hover, .search-widget__button:hover, .search-widget__input:hover {
    background: #289cb7;
    color: white; }
  .top-bar__button.selected, .selected.search-widget__button, .selected.search-widget__input {
    background: #1f798e; }
  .top-bar__button .icon, .search-widget__button .icon, .search-widget__input .icon {
    color: #c1edf7;
    padding-right: 11px; }

.top-bar__menu-reveal {
  display: flex;
  position: relative; }
  .top-bar__menu-reveal .reveal-trigger {
    display: flex; }

.search-widget__button input {
  border: none;
  border-radius: 4px;
  position: relative;
  top: 6px;
  width: 100px;
  background: none;
  box-shadow: none; }
  .search-widget__button input:placeholder-shown {
    color: red; }

.search-widget__input input {
  border: none;
  border-radius: 4px;
  position: relative;
  top: 6px;
  width: 400px; }

.todo-badge {
  color: white;
  background: #ab4551;
  padding: 0 8px;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
  top: 0; }

/* menu animations */
.popover-animation-enter {
  opacity: 0.01;
  transform: translate3d(100%, 0, 0); }

.popover-animation-enter.popover-animation-enter-active {
  opacity: 1;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.94, 0.055, 0.215, 0.665);
  transform: translate3d(0, 0, 0); }

.popover-animation-leave {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.popover-animation-leave.popover-animation-leave-active {
  opacity: 0.01;
  transition-property: all;
  transition-duration: 150ms;
  transform: translate3d(100%, 0, 0);
  transition-timing-function: cubic-bezier(0.94, 0.055, 0.215, 0.665); }

.user-tools {
  padding: 11px; }

.user-tools__avatar {
  padding: 3px;
  display: block;
  border-radius: 50%;
  background: white;
  border: 3px solid #8548da;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px; }
  .user-tools__avatar:hover {
    transition-property: all;
    transition-duration: .5s;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
    border-color: #2cadcb; }

.user-tools__menu-header a {
  padding: 0 !important;
  display: block !important;
  text-decoration: underline; }
  .user-tools__menu-header a:hover {
    color: #2cadcb;
    background: none; }

.user-tools__menu-header span {
  display: block;
  font-size: 12px;
  color: #071a1e; }
  .user-tools__menu-header span.name {
    font-weight: 600; }
  .user-tools__menu-header span.account {
    font-weight: 300; }

.main-menu {
  padding-top: 11px;
  padding-right: 6px;
  background: #ecf2f4; }
  .main-menu__divider {
    height: 1px;
    border-bottom: 1px solid #e0e7e9;
    margin-top: 5px;
    margin-bottom: 5px; }
  .main-menu__item {
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-menu__item:hover {
      background: white;
      box-shadow: #e0e7e9 2px 2px 2px; }
  .main-menu__accordeon-link {
    cursor: pointer;
    flex: 1;
    padding: 6px 11px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8c979a; }
    .main-menu__accordeon-link:hover {
      color: #2cadcb; }
  .main-menu__accordeon-arrow {
    padding: 0 11px;
    color: #bbcacd;
    font-size: 22px;
    margin: 0;
    top: -2px;
    cursor: pointer; }
    .main-menu__accordeon-arrow:hover {
      color: #8548da; }
  .main-menu__item-link {
    flex: 1;
    padding: 6px 11px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #8c979a; }
    .main-menu__item-link.active {
      color: #562f8e; }
    .main-menu__item-link:hover {
      color: #2cadcb; }
  .main-menu__item-accessory {
    color: #bbcacd;
    padding: 6px 11px; }
    .main-menu__item-accessory .icon {
      font-size: 18px;
      margin: 0;
      top: 2px; }
    .main-menu__item-accessory:hover {
      color: #8548da; }

.title-bar {
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 22px;
  border-bottom: 1px solid #e0e7e9; }
  @media only screen and (min-width: 40.0625em) {
    .title-bar {
      margin-bottom: 10px; } }
  .title-bar__title {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.0625rem;
    font-weight: 300;
    color: #a089d4;
    margin-right: auto; }
    @media only screen and (max-width: 40em) {
      .title-bar__title {
        font-size: 22px; } }
  .title-bar__buttons {
    display: flex;
    align-items: center; }
  .title-bar__button {
    font-size: 13px;
    background: #43246d;
    padding: 6px 11px;
    color: #a0dae8;
    letter-spacing: 0.0625rem;
    border-radius: 4px;
    margin-left: 11px;
    tansition-property: all;
    transition-duration: .5s; }
    .title-bar__button .icon {
      font-size: 18px;
      top: 3px;
      color: #56bdd5;
      margin-right: 11px; }
    .title-bar__button:hover {
      color: #dff3f7;
      background-color: #3c2062; }
      .title-bar__button:hover .icon {
        color: #80cee0; }

.sidebar__section {
  border-bottom: 1px solid #bbcacd; }
  .sidebar__section:last-child {
    border-bottom: none; }

.sidebar__accesory {
  padding: 0 22px; }
  .sidebar__accesory .form-input {
    padding: 0; }
  .sidebar__accesory .form-input__checkbox-label {
    font-size: 0.875rem; }

.sidebar__primary-action {
  cursor: pointer;
  background: #6bc68e;
  display: flex;
  padding: 11px 31px;
  border-radius: 4px;
  color: #e1f4e8;
  margin: 22px;
  border: none; }
  .sidebar__primary-action:disabled, .sidebar__primary-action[disabled] {
    background: #bbcacd; }
    .sidebar__primary-action:disabled:hover, .sidebar__primary-action[disabled]:hover {
      background: #bbcacd; }
  .sidebar__primary-action:hover {
    color: white;
    background: #66bc87; }
  .sidebar__primary-action:active {
    color: white;
    background: #60b280; }
  .sidebar__primary-action .icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    background: #daf1e3;
    color: #2cadcb;
    font-size: 22px; }
  .sidebar__primary-action span {
    padding-left: 11px;
    display: flex;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 300; }

.sidebar__secondary-action {
  color: #2cadcb;
  display: flex;
  border-radius: 4px;
  padding: 11px 22px;
  border-bottom: 1px solid #bbcacd;
  cursor: pointer; }
  .sidebar__secondary-action:last-child {
    border-bottom: none; }
  .sidebar__secondary-action.disabled {
    color: #bbcacd; }
  .sidebar__secondary-action:hover {
    background: #f0f5f6;
    color: #1a687a; }
  .sidebar__secondary-action .icon {
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #6bc68e;
    font-size: 22px; }
  .sidebar__secondary-action span {
    padding-left: 6px;
    display: flex;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 300; }

.bird-eye {
  display: flex;
  justify-content: space-between;
  padding: 11px 0; }
  .bird-eye__metric {
    flex: 1;
    background: white;
    padding: 44px 22px;
    margin-right: 22px;
    border-radius: 4px;
    text-transform: capitalize; }
    .bird-eye__metric:last-child {
      margin-right: 0; }
    .bird-eye__metric:hover {
      box-shadow: rgba(80, 80, 80, 0.1) 0 0 20px; }
    .bird-eye__metric.linked {
      cursor: pointer; }
  .bird-eye__metric-title {
    color: #8c979a;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    text-align: center; }
  .bird-eye__metric-numbers {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0; }
  .bird-eye__metric-number {
    list-style-type: none;
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #455356;
    font-weight: 300; }
    .bird-eye__metric-number a {
      color: inherit; }
      .bird-eye__metric-number a:hover {
        border-bottom: 1px solid #eee; }
    .bird-eye__metric-number--negative {
      color: #b1404b; }
    .bird-eye__metric-number--positive {
      color: #6dbd93; }

.aerial {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f5f7f8;
  border-bottom: 1px solid #f5f7f8; }
  .aerial__metric {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 22px;
    border-right: 1px solid #e0e7e9;
    text-transform: capitalize; }
    .aerial__metric:last-child {
      margin-right: 0;
      border: none; }
  .aerial__metric-title {
    color: #8c979a;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    cursor: default; }
  .aerial__metric-text {
    color: #8f989a;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    list-style-type: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .aerial__metric-text a {
      color: inherit; }
      .aerial__metric-text a:hover {
        border-bottom: 1px solid #eee; }

.tabs__container {
  background: white; }

.tabs__list {
  background: white;
  display: flex;
  align-items: center;
  padding: 11px 11px 0 11px;
  border-bottom: 3px solid #f5f7f8; }
  .tabs__list--centered {
    justify-content: center; }
  .tabs__list-wrapper {
    overflow: auto; }

.tabs__link {
  position: relative;
  top: 3px;
  padding: 11px 22px;
  color: #bbcacd;
  font-size: 0.875rem;
  border-bottom: 3px solid #f5f7f8;
  transition-duration: .30s;
  transition-property: all; }
  .tabs__link:hover {
    color: #071a1e;
    background-color: #f5f7f8;
    border-bottom: 3px solid #86cada; }
  .tabs__link.selected {
    border-bottom: 3px solid #2cadcb; }
  .tabs__link-loader {
    padding: 0 5px; }

.tabs__panel {
  padding: 22px; }

.sliding-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .sliding-tabs__tab {
    padding: 11px 22px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase; }
    .sliding-tabs__tab:hover {
      color: #144e5b; }
    .sliding-tabs__tab.selected {
      text-shadow: rgba(80, 80, 80, 0.1) 0 -1px 0;
      color: white; }
  .sliding-tabs__slider {
    z-index: 90;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #0d343d;
    background: #8caab2;
    width: 0;
    border-radius: 22px;
    transition-property: transform, width;
    transition-duration: 0.15s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.45, -0.295, 0.285, 1.245); }

.subtabs {
  display: flex; }
  .subtabs__title {
    padding: 6px 44px;
    display: block;
    background: #fafbfc;
    border-top: 1px solid #ecf1f2;
    border-bottom: 1px solid #ebeff1;
    box-shadow: white 0 1px 0 inset;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #8c979a; }
  .subtabs__list-wrapper {
    min-width: 200px;
    max-width: 200px;
    flex: 2;
    margin-right: 22px; }
  .subtabs__inner {
    flex: 10; }
  .subtabs__list {
    padding: 22px 0; }
  .subtabs__link {
    display: block;
    color: #bbcacd;
    font-size: 0.8125rem;
    padding: 6px 11px;
    transition: all 300ms ease-out; }
    .subtabs__link:hover {
      color: #98a1a4; }
    .subtabs__link.selected {
      color: #8c979a;
      background: #f5f7f8;
      border-radius: 4px; }
      .subtabs__link.selected:hover {
        color: #8c979a; }
  .subtabs__section {
    border-left: 1px solid #e0e7e9;
    padding-left: 33px; }
  .subtabs__section-wrapper {
    margin-bottom: 21px; }
  .subtabs__section-title {
    padding: 11px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f7f8;
    color: #bbcacd; }
  .subtabs .tabs__panel {
    padding: 0; }

.breadcrumbs-bar {
  display: flex;
  padding: 0 22px;
  border-bottom: 1px solid #e0e7e9; }

.breadcrumbs {
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  font-size: 11px;
  height: 32px;
  color: #bbcacd; }
  .breadcrumbs__link {
    color: #76cadd;
    padding-right: 11px; }
  .breadcrumbs__separator {
    padding-right: 11px; }

.dialog {
  background: white;
  border-radius: 4px; }
  .dialog__header {
    padding: 11px 22px;
    border-bottom: 1px solid #e0e7e9;
    position: relative;
    display: flex; }
    .dialog__header-title {
      font-size: 16px;
      text-transform: uppercase;
      margin: 0; }
    .dialog__header-close {
      font-size: 22px;
      line-height: 1;
      margin: 0;
      padding: 0;
      margin-left: auto;
      color: #e0e7e9;
      cursor: pointer; }
      .dialog__header-close:hover {
        color: #bbcacd; }
  .dialog__content {
    padding: 22px; }
    .dialog__content--no-padding {
      padding: 0; }
  .dialog__footer {
    border-top: 1px solid #e0e7e9;
    padding: 11px 22px;
    display: flex;
    justify-content: flex-end; }
  .dialog button {
    border: none;
    margin: 0; }
  .dialog__secondary-btn {
    background: #c0343d;
    padding: 11px 22px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px; }
    .dialog__secondary-btn:hover {
      background: #ad2f37;
      color: white; }
  .dialog__cancel-btn {
    margin-right: auto;
    padding: 11px;
    color: #bbcacd;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px; }
    .dialog__cancel-btn:hover {
      color: #c0343d; }

.dash-form-container {
  max-width: 700px; }

.form-hint, .feature__restriction-notice {
  padding: 22px;
  margin-bottom: 22px;
  background: #fffce3;
  border: 1px solid #f2efd8;
  font-style: italic;
  border-radius: 4px;
  font-size: 0.875rem; }
  .form-hint .icon, .feature__restriction-notice .icon {
    margin-right: 6px;
    top: 6px;
    font-size: 1.375rem;
    color: #80cdd5; }

.form-instructions {
  padding: 22px;
  font-size: 0.8125rem; }
  .form-instructions dl {
    font-size: inherit; }

.form-multiple-input {
  display: flex;
  justify-content: 'space-between'; }
  .form-multiple-input .form-input {
    flex: 6;
    margin-left: 1.375rem; }
    .form-multiple-input .form-input:first-child {
      margin-left: 0; }
  .form-multiple-input__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.375rem;
    color: #e0e7e9; }
    .form-multiple-input__separator--with-margin {
      margin-bottom: 1.375rem; }
    .form-multiple-input__separator .icon {
      font-size: 24px; }

fieldset legend {
  font-weight: 300;
  color: #777; }

.form-input {
  padding: 6px 0; }
  .form-input__label {
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.25rem;
    padding-left: 0.5625rem; }
    .form-input__label .icon {
      top: 3px;
      left: 2px;
      font-size: 15px;
      color: #58b633; }
  .form-input__checkbox-label {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: -10px !important;
    padding-left: 0 !important; }
    .form-input__checkbox-label input {
      margin-right: 0.5rem; }
  .form-input__checkbox {
    margin-right: 6px !important; }
  .form-input__input {
    border-color: #e0e7e9 !important;
    border-radius: 4px !important; }
    .form-input__input[readonly] {
      background: #fffce3 !important; }
    .form-input__input--top {
      margin-bottom: 0 !important;
      border-radius: 4px 4px 0 0 !important; }
    .form-input__input--bottom {
      margin-bottom: 0 !important;
      border-radius: 0 0 4px 4px !important;
      box-shadow: none !important;
      border-top: none !important; }
    .form-input__input--clearable {
      padding-right: 22px !important; }
  .form-input__help {
    background: #f5f7f8;
    color: #8c979a;
    padding: 11px;
    border-radius: 4px;
    font-size: 13px;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
    margin-top: -10px; }
    .form-input__help .icon {
      margin-right: 2px;
      top: 3px;
      font-size: 1rem;
      color: #7ccbdd; }
    .form-input__help::before {
      content: ' ';
      position: absolute;
      left: 8px;
      top: -15px;
      border: 8px solid transparent;
      border-bottom-color: #f5f7f8; }
  .form-input__error {
    background: #b1404b;
    color: #fffce3;
    padding: 11px;
    border-radius: 4px;
    font-size: 13px;
    font-style: italic;
    position: relative;
    margin-top: -12px; }
    .form-input__error .icon {
      margin-right: 2px;
      top: 3px;
      font-size: 1rem;
      color: #e0b31e; }
    .form-input__error::before {
      content: ' ';
      position: absolute;
      left: 8px;
      top: -15px;
      border: 8px solid transparent;
      border-bottom-color: #b1404b; }

.form-input-combo {
  display: flex; }
  .form-input-combo span {
    display: block;
    padding: 6px 11px; }

.form-submit-button {
  font-size: 18px;
  background: #6bc68e;
  display: flex;
  padding: 11px 22px;
  border-radius: 4px;
  color: #e1f4e8;
  border: none;
  cursor: pointer; }
  .form-submit-button:disabled, .form-submit-button[disabled] {
    background: #bbcacd; }
    .form-submit-button:disabled:hover, .form-submit-button[disabled]:hover {
      background: #bbcacd; }
  .form-submit-button:hover {
    color: white;
    background: #81cf9f;
    box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }
  .form-submit-button:active {
    color: white;
    background: #60b280; }
  .form-submit-button .icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    background: #daf1e3;
    color: #2cadcb;
    font-size: 22px; }
  .form-submit-button span {
    padding-left: 11px;
    display: flex;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300; }

.form-submit-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
  padding: 22px 0;
  border-top: 1px solid #e0e7e9; }

.form-error {
  background: #feb;
  color: #e30;
  font-size: 0.875rem;
  padding: 0.375rem 0.6875rem;
  margin-top: -0.6875rem; }

.form-placeholder {
  background: #f5f7f8;
  padding: 11px;
  border-radius: 4px; }

.checkmark {
  font-size: 16px;
  color: #bbcacd;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #e3e9eb;
  border-radius: 13px;
  background: white;
  cursor: pointer; }
  .checkmark.checked {
    color: #58b633;
    border-color: #58b633; }

.madlib-form {
  font-size: 14px;
  padding: 4px; }
  .madlib-form .form-input__label {
    padding-left: 0; }
  .madlib-form__input {
    display: inline-block !important;
    width: auto !important;
    border: none !important;
    border-bottom: 1px solid #e0e7e9 !important;
    box-shadow: none !important;
    padding: 0 22px; }

.array-input__item {
  flex: 1; }

.array-input__remove-btn {
  padding: 11px;
  display: flex;
  align-items: flex-start;
  color: #bbcacd; }
  .array-input__remove-btn:hover {
    color: #c0343d; }

.formplex-container {
  background: white;
  max-width: 1024px;
  margin: 0; }
  @media only screen and (min-width: 40.0625em) {
    .formplex-container {
      margin: 0 auto;
      border-radius: 4px; } }
  .formplex-container__form {
    padding: 22px; }

.form-toolbar {
  text-align: right;
  padding: 11px 22px;
  border-bottom: 1px solid #e0e7e9;
  display: flex;
  justify-content: flex-end; }
  .sticky .form-toolbar {
    background: white;
    width: 100%;
    position: relative; }
    .sticky .form-toolbar:after {
      content: '';
      width: 100%;
      height: 30px;
      display: block;
      background: red;
      left: 0;
      bottom: -30px;
      position: absolute;
      background: linear-gradient(rgba(140, 151, 154, 0.1), transparent); }
  .form-toolbar .button {
    margin: 0;
    margin-left: 22px; }
  .form-toolbar .button--go-back {
    margin-right: auto;
    margin-left: 0; }
  .form-toolbar > * {
    display: flex; }

.currency-form-input {
  display: flex;
  align-items: center; }
  .currency-form-input__prefix {
    cursor: default;
    margin-bottom: 0.875rem;
    padding: 6px;
    font-weight: 300;
    color: #8c979a; }

.date-form-input {
  display: flex;
  align-items: center; }
  .date-form-input__prefix {
    cursor: default;
    margin-bottom: 0.875rem;
    padding: 6px;
    font-weight: 300;
    color: #8c979a; }
  .date-form-input__clear {
    position: relative;
    left: -22px;
    text-align: center;
    cursor: default;
    margin-bottom: 0.875rem;
    width: 22px;
    font-weight: 300;
    color: #e0e7e9; }
    .date-form-input__clear .icon {
      top: 2px; }
    .date-form-input__clear:hover {
      color: #8c979a; }
  .date-form-input__container {
    flex: 1; }

.form-container {
  background: white;
  padding: 22px; }

.form-section {
  margin-bottom: 21px; }
  .form-section__title {
    color: #618298;
    padding: 11px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f7f8; }
  .form-section__bullet {
    display: inline-block;
    background: #2cadcb;
    position: relative;
    top: -5px;
    margin-right: 11px;
    font-size: 12px;
    border-radius: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: white; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10%;
  overflow-y: auto; }
  .modal.absolutely-centered {
    align-items: center;
    padding-top: 0; }

.modal__content {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
  border-radius: 4px; }
  .modal__content.min-width {
    min-width: 460px; }

.title-bar {
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 22px;
  border-bottom: 1px solid #e0e7e9; }
  @media only screen and (min-width: 40.0625em) {
    .title-bar {
      margin-bottom: 10px; } }
  .title-bar__title {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.0625rem;
    font-weight: 300;
    color: #a089d4;
    margin-right: auto; }
    @media only screen and (max-width: 40em) {
      .title-bar__title {
        font-size: 22px; } }
  .title-bar__buttons {
    display: flex;
    align-items: center; }
  .title-bar__button {
    font-size: 13px;
    background: #43246d;
    padding: 6px 11px;
    color: #a0dae8;
    letter-spacing: 0.0625rem;
    border-radius: 4px;
    margin-left: 11px;
    tansition-property: all;
    transition-duration: .5s; }
    .title-bar__button .icon {
      font-size: 18px;
      top: 3px;
      color: #56bdd5;
      margin-right: 11px; }
    .title-bar__button:hover {
      color: #dff3f7;
      background-color: #3c2062; }
      .title-bar__button:hover .icon {
        color: #80cee0; }

.filter-control__filter {
  padding: 11px 22px;
  display: inline-block;
  margin-right: 11px;
  border-radius: 4px;
  color: #8c979a;
  background: #f5f7f8; }
  .filter-control__filter.selected {
    background: #2cadcb;
    color: white; }

.pagination {
  display: flex;
  justify-content: center;
  border-top: 1px solid #f5f7f8;
  background: white;
  padding: 11px 0; }
  .pagination__control {
    padding: 6px 11px;
    margin: 0 6px;
    font-size: 11px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e7e9;
    color: #071a1e;
    cursor: pointer;
    box-shadow: rgba(80, 80, 80, 0.1) 0 1px 1px;
    -webkit-user-select: none; }
    .pagination__control .icon {
      top: 2px;
      font-size: 14px; }
    .pagination__control:hover {
      color: #2cadcb;
      box-shadow: rgba(80, 80, 80, 0.1) 0 4px 4px; }
    .pagination__control.disabled {
      color: #bbcacd;
      cursor: default;
      background: #f5f7f8;
      box-shadow: none; }
    .pagination__control.active {
      color: white;
      background: #0d343d;
      box-shadow: rgba(80, 80, 80, 0.1) 0 4px 4px; }

.ninja {
  text-align: center;
  background-color: #7FFF00;
  background: url(//s3-us-west-2.amazonaws.com/paidapi.com/images/ninja.gif) repeat-x;
  background-size: 30px;
  background-position: 0 7px;
  background-color: #7FFF00;
  padding: 15px;
  text-transform: uppercase; }
  .ninja__link {
    font-size: 16px;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 5px; }

.notice-bar {
  text-align: center;
  background-color: #fffce3;
  background-size: 30px;
  background-position: 0 7px;
  padding: 15px; }
  .notice-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .notice-bar li {
    padding: 2px; }
  .notice-bar__link {
    font-size: 16px;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 5px; }

.search {
  width: 100%; }
  .search__inner {
    padding: 6px 11px;
    display: flex;
    background: white;
    border-radius: 4px; }
    .search__inner.active {
      opacity: 1; }
  .search__icon {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .search__icon .icon {
      font-size: 24px;
      margin: 0;
      color: #8c979a; }
    .search__icon.active .icon {
      color: #2cadcb; }
  .search__input {
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    height: 40px !important;
    box-shadow: none !important;
    color: #8c979a !important;
    font-size: 18px !important; }
  .search__filters .button {
    margin: 0; }
  .search__cancel {
    margin-right: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e0e7e9;
    cursor: pointer; }
    .search__cancel:hover {
      color: #bbcacd; }
    .search__cancel .icon {
      font-size: 22px; }

.search-hit em {
  font-style: normal;
  font-weight: 700;
  position: relative;
  z-index: 2; }
  .search-hit em:after {
    z-index: -1;
    content: '';
    display: inline-block;
    background: rgba(185, 239, 251, 0.3);
    border-radius: 2px;
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px; }

.search-hit__type {
  flex: 1;
  color: #8548da;
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.075rem;
  line-height: 2em; }

.search-hit__details {
  flex: 3; }

.search-hit__description {
  display: block;
  font-size: 1.125rem; }

.search-hit__id {
  display: inline;
  color: #bbcacd; }

.search-hit__matches {
  color: #8c979a;
  font-size: 1rem; }

.search-hit__match {
  display: flex; }
  .search-hit__match-key {
    flex: 1;
    font-weight: 300; }
  .search-hit__match-value {
    flex: 5;
    font-weight: 600; }

.search-results-data {
  padding: 22px;
  background: white; }

.search__more-results {
  padding: 11px;
  border-top: 1px solid #f5f7f8;
  text-align: center; }
  .search__more-results a {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    margin: 0;
    border-radius: 2px;
    background: #f5f7f8;
    color: #2cadcb;
    font-size: 11px;
    text-transform: uppercase; }
    .search__more-results a:hover, .search__more-results a:focus {
      background-color: #007095; }
    .search__more-results a:hover, .search__more-results a:focus {
      color: #FFFFFF; }

.filter-toggles {
  padding: 11px;
  min-width: 220px; }
  .filter-toggles__item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    position: relative;
    cursor: pointer; }
  .filter-toggles__checkbox {
    left: 3px;
    top: 9px;
    color: #2cadcb;
    border: 1px solid #bbcacd;
    width: 22px;
    height: 22px;
    background: white;
    text-align: center;
    margin-right: 11px;
    border-radius: 2px; }
    .filter-toggles__checkbox .icon {
      top: 2px; }

@keyframes attention {
  10%, 90% {
    transform: translate3d(0, -1px, 0); }
  20%, 80% {
    transform: translate3d(0, 2px, 0); }
  30%, 50%, 70% {
    transform: translate3d(0, -3px, 0); }
  40%, 60% {
    transform: translate3d(0, 3px, 0); } }

.feature {
  padding: 22px;
  border-radius: 4px;
  border: 1px solid #e0e7e9;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px; }
  .feature__detail {
    display: flex; }
  .feature__description {
    padding-left: 11px; }
  .feature__title {
    color: #8c979a; }
  .feature__image {
    max-width: 330px; }
    .feature__image img {
      margin-top: -22px; }
  .feature__cta {
    margin-top: 22px;
    border-top: 1px solid #e0e7e9;
    padding: 22px;
    text-align: center; }
    .feature__cta a.button {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      border-style: solid;
      border-width: 0;
      cursor: pointer;
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: normal;
      line-height: normal;
      position: relative;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      padding: 1rem 2rem 1.0625rem 2rem;
      font-size: 1rem;
      background-color: white;
      border-color: #2cadcb;
      color: #333333;
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      text-transform: uppercase;
      border: 1px solid #2cadcb;
      color: #2cadcb;
      animation: attention 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      margin: 0; }
      .feature__cta a.button:hover, .feature__cta a.button:focus {
        background-color: #cccccc; }
      .feature__cta a.button:hover, .feature__cta a.button:focus {
        color: #333333; }
      .feature__cta a.button:hover {
        background: #d1f393;
        color: #218298; }

.context-menu {
  position: absolute;
  right: 0;
  top: 0; }
  .context-menu__trigger {
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    color: #bbcacd;
    border: 1px solid #e0e7e9;
    border-radius: 2px; }
    .context-menu__trigger:hover, .context-menu__trigger:focus, .context-menu__trigger:active, .context-menu__trigger.active {
      color: #8c979a;
      background: #f5f7f8;
      border-color: #e0e7e9; }
  .context-menu__menu {
    padding: 6px 0;
    border-radius: 4px;
    background: #f5f7f8;
    border: 1px solid #e0e7e9;
    position: absolute;
    right: 11px;
    top: 44px;
    min-width: 200px;
    box-shadow: rgba(80, 80, 80, 0.1) 0 2px 6px;
    z-index: 4500;
    min-width: 320px; }
    .context-menu__menu ul {
      padding: 0;
      margin: 0; }
    .context-menu__menu li {
      list-style-type: none;
      display: block; }
    .context-menu__menu a {
      margin: 0;
      display: block;
      padding: 11px 18px;
      color: #676f71; }
      .context-menu__menu a .icon {
        display: inline-block;
        padding: 3px;
        margin-right: 3px;
        top: 1px;
        color: #bbcacd; }
      .context-menu__menu a:hover {
        background: #2cadcb;
        color: white; }
        .context-menu__menu a:hover .icon {
          color: #caebf2; }

.filter-bar {
  margin-bottom: 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .filter-bar__title {
    color: #8c979a;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase; }
    .filter-bar__title .icon {
      top: 0;
      font-size: 22px;
      color: #bbcacd; }
  .filter-bar__section {
    display: flex;
    flex: 1;
    justify-content: flex-start; }
  .filter-bar__control {
    margin-right: 11px; }
  .filter-bar .switch-container label {
    color: #8c979a;
    text-transform: uppercase;
    font-size: 11px; }
  .filter-bar__tags {
    display: flex;
    align-items: center;
    padding: 0 11px; }

.filter-tag {
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #8548da;
  padding: 3px 0 3px 11px;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.03125rem;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  margin-right: 11px;
  cursor: default; }
  .filter-tag .icon {
    padding: 0 5px 0 3px;
    font-size: 12px;
    top: 1px;
    opacity: .5;
    cursor: pointer;
    transition-property: opacity;
    transition-duration: .5s;
    will-change: opacity; }
    .filter-tag .icon:hover {
      opacity: 1; }

.summary {
  display: flex;
  flex-direction: column; }
  .summary__nested {
    margin-left: 25px; }

.summary-item {
  padding: 11px;
  background: white;
  border-bottom: 1px solid #f5f7f8; }
  .summary-item__label {
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #a8b6b9;
    letter-spacing: 0.0625rem; }

/* START  */
.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
  margin-top: -20px; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header__dropdown--select {
  margin-top: -16px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker__current-month--hasYearDropdown {
  margin-bottom: 16px; }

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__day-name,
.react-datepicker__day {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view {
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow {
  border-top-color: #ccc;
  margin-bottom: 3px;
  left: 5px;
  top: 9px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-read-view--selected-year {
  right: 0.45rem;
  position: relative; }

.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected {
  position: absolute;
  left: 30px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0; }

.react-datepicker__tether-element {
  z-index: 2147483647; }

/* END */
.SingleDatePickerInput {
  border-radius: 4px; }

.DateInput {
  border-radius: 4px; }

.dash-form-container {
  max-width: 700px; }

.form-hint, .feature__restriction-notice {
  padding: 22px;
  margin-bottom: 22px;
  background: #fffce3;
  border: 1px solid #f2efd8;
  font-style: italic;
  border-radius: 4px;
  font-size: 0.875rem; }
  .form-hint .icon, .feature__restriction-notice .icon {
    margin-right: 6px;
    top: 6px;
    font-size: 1.375rem;
    color: #80cdd5; }

.form-instructions {
  padding: 22px;
  font-size: 0.8125rem; }
  .form-instructions dl {
    font-size: inherit; }

.form-multiple-input {
  display: flex;
  justify-content: 'space-between'; }
  .form-multiple-input .form-input {
    flex: 6;
    margin-left: 1.375rem; }
    .form-multiple-input .form-input:first-child {
      margin-left: 0; }
  .form-multiple-input__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.375rem;
    color: #e0e7e9; }
    .form-multiple-input__separator--with-margin {
      margin-bottom: 1.375rem; }
    .form-multiple-input__separator .icon {
      font-size: 24px; }

fieldset legend {
  font-weight: 300;
  color: #777; }

.form-input {
  padding: 6px 0; }
  .form-input__label {
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.25rem;
    padding-left: 0.5625rem; }
    .form-input__label .icon {
      top: 3px;
      left: 2px;
      font-size: 15px;
      color: #58b633; }
  .form-input__checkbox-label {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: -10px !important;
    padding-left: 0 !important; }
    .form-input__checkbox-label input {
      margin-right: 0.5rem; }
  .form-input__checkbox {
    margin-right: 6px !important; }
  .form-input__input {
    border-color: #e0e7e9 !important;
    border-radius: 4px !important; }
    .form-input__input[readonly] {
      background: #fffce3 !important; }
    .form-input__input--top {
      margin-bottom: 0 !important;
      border-radius: 4px 4px 0 0 !important; }
    .form-input__input--bottom {
      margin-bottom: 0 !important;
      border-radius: 0 0 4px 4px !important;
      box-shadow: none !important;
      border-top: none !important; }
    .form-input__input--clearable {
      padding-right: 22px !important; }
  .form-input__help {
    background: #f5f7f8;
    color: #8c979a;
    padding: 11px;
    border-radius: 4px;
    font-size: 13px;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
    margin-top: -10px; }
    .form-input__help .icon {
      margin-right: 2px;
      top: 3px;
      font-size: 1rem;
      color: #7ccbdd; }
    .form-input__help::before {
      content: ' ';
      position: absolute;
      left: 8px;
      top: -15px;
      border: 8px solid transparent;
      border-bottom-color: #f5f7f8; }
  .form-input__error {
    background: #b1404b;
    color: #fffce3;
    padding: 11px;
    border-radius: 4px;
    font-size: 13px;
    font-style: italic;
    position: relative;
    margin-top: -12px; }
    .form-input__error .icon {
      margin-right: 2px;
      top: 3px;
      font-size: 1rem;
      color: #e0b31e; }
    .form-input__error::before {
      content: ' ';
      position: absolute;
      left: 8px;
      top: -15px;
      border: 8px solid transparent;
      border-bottom-color: #b1404b; }

.form-input-combo {
  display: flex; }
  .form-input-combo span {
    display: block;
    padding: 6px 11px; }

.form-submit-button {
  font-size: 18px;
  background: #6bc68e;
  display: flex;
  padding: 11px 22px;
  border-radius: 4px;
  color: #e1f4e8;
  border: none;
  cursor: pointer; }
  .form-submit-button:disabled, .form-submit-button[disabled] {
    background: #bbcacd; }
    .form-submit-button:disabled:hover, .form-submit-button[disabled]:hover {
      background: #bbcacd; }
  .form-submit-button:hover {
    color: white;
    background: #81cf9f;
    box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }
  .form-submit-button:active {
    color: white;
    background: #60b280; }
  .form-submit-button .icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    background: #daf1e3;
    color: #2cadcb;
    font-size: 22px; }
  .form-submit-button span {
    padding-left: 11px;
    display: flex;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300; }

.form-submit-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
  padding: 22px 0;
  border-top: 1px solid #e0e7e9; }

.form-error {
  background: #feb;
  color: #e30;
  font-size: 0.875rem;
  padding: 0.375rem 0.6875rem;
  margin-top: -0.6875rem; }

.form-placeholder {
  background: #f5f7f8;
  padding: 11px;
  border-radius: 4px; }

.checkmark {
  font-size: 16px;
  color: #bbcacd;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #e3e9eb;
  border-radius: 13px;
  background: white;
  cursor: pointer; }
  .checkmark.checked {
    color: #58b633;
    border-color: #58b633; }

.madlib-form {
  font-size: 14px;
  padding: 4px; }
  .madlib-form .form-input__label {
    padding-left: 0; }
  .madlib-form__input {
    display: inline-block !important;
    width: auto !important;
    border: none !important;
    border-bottom: 1px solid #e0e7e9 !important;
    box-shadow: none !important;
    padding: 0 22px; }

.array-input__item {
  flex: 1; }

.array-input__remove-btn {
  padding: 11px;
  display: flex;
  align-items: flex-start;
  color: #bbcacd; }
  .array-input__remove-btn:hover {
    color: #c0343d; }

.formplex-container {
  background: white;
  max-width: 1024px;
  margin: 0; }
  @media only screen and (min-width: 40.0625em) {
    .formplex-container {
      margin: 0 auto;
      border-radius: 4px; } }
  .formplex-container__form {
    padding: 22px; }

.form-toolbar {
  text-align: right;
  padding: 11px 22px;
  border-bottom: 1px solid #e0e7e9;
  display: flex;
  justify-content: flex-end; }
  .sticky .form-toolbar {
    background: white;
    width: 100%;
    position: relative; }
    .sticky .form-toolbar:after {
      content: '';
      width: 100%;
      height: 30px;
      display: block;
      background: red;
      left: 0;
      bottom: -30px;
      position: absolute;
      background: linear-gradient(rgba(140, 151, 154, 0.1), transparent); }
  .form-toolbar .button {
    margin: 0;
    margin-left: 22px; }
  .form-toolbar .button--go-back {
    margin-right: auto;
    margin-left: 0; }
  .form-toolbar > * {
    display: flex; }

.currency-form-input {
  display: flex;
  align-items: center; }
  .currency-form-input__prefix {
    cursor: default;
    margin-bottom: 0.875rem;
    padding: 6px;
    font-weight: 300;
    color: #8c979a; }

.date-form-input {
  display: flex;
  align-items: center; }
  .date-form-input__prefix {
    cursor: default;
    margin-bottom: 0.875rem;
    padding: 6px;
    font-weight: 300;
    color: #8c979a; }
  .date-form-input__clear {
    position: relative;
    left: -22px;
    text-align: center;
    cursor: default;
    margin-bottom: 0.875rem;
    width: 22px;
    font-weight: 300;
    color: #e0e7e9; }
    .date-form-input__clear .icon {
      top: 2px; }
    .date-form-input__clear:hover {
      color: #8c979a; }
  .date-form-input__container {
    flex: 1; }

.form-container {
  background: white;
  padding: 22px; }

.form-section {
  margin-bottom: 21px; }
  .form-section__title {
    color: #618298;
    padding: 11px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f7f8; }
  .form-section__bullet {
    display: inline-block;
    background: #2cadcb;
    position: relative;
    top: -5px;
    margin-right: 11px;
    font-size: 12px;
    border-radius: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: white; }

.image-picker {
  margin-bottom: 11px; }
  .image-picker__label {
    display: block;
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0.25rem;
    padding-left: 0.5625rem; }
  .image-picker__uploader {
    padding: 11px;
    background: #f5f7f8;
    border: 1px solid #e0e7e9;
    border-radius: 4px;
    color: #bbcacd;
    cursor: pointer; }
    .image-picker__uploader:hover {
      color: #8c979a;
      box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }
  .image-picker__dragger {
    position: relative;
    border: 2px dashed #e0e7e9;
    padding: 33px;
    transition-duration: 0.3s;
    transition-property: all; }
    .image-picker__dragger:hover {
      background: white; }
    .image-picker__dragger label {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0; }
  .image-picker__preview {
    position: relative;
    display: inline-block;
    padding: 11px;
    background: #f5f7f8;
    border: 1px solid #e0e7e9;
    border-radius: 4px; }
    .image-picker__preview-image {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      max-height: 400px;
      border: 1px solid #e0e7e9;
      padding: 20px;
      background: white;
      border-radius: 4px; }
  .image-picker__button {
    text-align: center;
    margin-top: 11px;
    font-size: 12px;
    width: 100%;
    background: white;
    display: inline-block;
    padding: 11px;
    border-radius: 4px;
    border: 1px solid #e0e7e9;
    color: #bbcacd;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: all; }
    .image-picker__button .icon {
      font-size: 16px;
      top: 4px; }
    .image-picker__button:hover {
      color: #c0343d;
      box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }
  .image-picker__delete-button {
    text-align: center;
    font-size: 12px;
    background: #8c979a;
    display: block;
    color: #bbcacd;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: all;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    right: 6px;
    opacity: 1; }
    .image-picker__delete-button .icon {
      line-height: inherit;
      font-size: 16px;
      top: 0; }
    .image-picker__delete-button:hover {
      color: white;
      background: #c0343d;
      box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }
  .image-picker__meta {
    font-size: 11px;
    padding: 11px;
    color: #8c979a; }
    .image-picker__meta span {
      display: block; }

.email-preview {
  width: 100%;
  border: 1px solid #e0e7e9;
  padding: 20px 20px 0 20px;
  background: #f0f0f0;
  overflow-x: auto; }
  .email-preview__label {
    display: block;
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0.25rem;
    padding-left: 0.5625rem; }
  .email-preview__container {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    background: white;
    border-radius: 6px 6px 0 0; }
    .email-preview__container * {
      font-family: helvetica,arial,sans-serif; }
  .email-preview__header {
    border-bottom: 4px solid #2cadcb;
    padding: 20px;
    border-radius: 6px 6px 0 0; }
  .email-preview__logo {
    background: white;
    padding: 22px; }
    .email-preview__logo img {
      border: 6px solid white;
      max-width: 400px;
      max-height: 200px; }
  .email-preview__title {
    font-weight: 500;
    padding: 22px 33px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    background-color: #f7f7f7;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    font-weight: 700;
    color: #848484; }
    .email-preview__title strong {
      font-size: inherit;
      color: #545454; }
    .email-preview__title--overdue {
      color: #a04e5b; }
      .email-preview__title--overdue strong {
        color: #463038; }

.stripe-status {
  background: #fffdea;
  padding: 22px;
  border: 1px solid #f2f0de;
  border-radius: 4px; }

.stripe-connect-button {
  display: inline-block;
  text-align: center;
  margin-top: 11px;
  font-size: 14px;
  background: white;
  display: inline-block;
  padding: 11px 33px;
  border-radius: 4px;
  border: 1px solid #e0e7e9;
  color: #2cadcb;
  text-transform: uppercase;
  transition-duration: .30s;
  transition-property: all; }
  .stripe-connect-button .icon {
    font-size: 16px;
    top: 4px; }
  .stripe-connect-button:hover {
    color: white;
    border-color: #2cadcb;
    background-color: #2cadcb;
    box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2"); }

.material-icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

/*
 * Padstone overrides
 * ===============
 */
/*
 * Mixins
 * ===============
 */
/*
 *  Functions
 *  =================
 */
.icon {
  position: relative;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: "inherit";
  color: "inherit";
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.panel {
  padding: 11px;
  border: 1px solid #e0e7e9;
  border-radius: 4px; }
  .panel--info {
    background: #f4fbfc;
    border-color: #cee1e6; }
    .panel--info a {
      text-decoration: underline; }

.launch-link {
  display: inline-block;
  color: inherit;
  padding: 0 3px;
  border-bottom: 1px dotted #e0e7e9; }
  .launch-link .icon {
    padding: 0 3px;
    color: #96d6e5;
    top: 2px;
    font-size: 14px; }

.type {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 600;
  color: #bbcacd;
  letter-spacing: 0.0625rem; }

.transactions-list {
  margin: 0 auto;
  padding: 22px 0; }
  .transactions-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .transactions-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .transactions-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .transactions-list__table td {
    padding: 11px; }
  .transactions-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .transactions-list__table tbody tr:last-child {
      border: none; }
  .transactions-list__table tbody tr:hover {
    background: #f9fcfd; }
  .transactions-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }
  .transactions-list tr {
    transition-property: all;
    transition-duration: .2s; }
  .transactions-list tr.unselected {
    opacity: .6;
    background: #e0e7e9; }
  .transactions-list tr:hover {
    box-shadow: rgba(187, 202, 205, 0.25) 0 6px 22px; }

.data-list {
  margin: 0 auto;
  padding: 22px 0; }
  .data-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .data-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .data-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .data-list__table td {
    padding: 11px; }
  .data-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .data-list__table tbody tr:last-child {
      border: none; }
  .data-list__table tbody tr:hover {
    background: #f9fcfd; }
  .data-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }

.invoices-list {
  margin: 0 auto;
  padding: 22px 0; }
  .invoices-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .invoices-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .invoices-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .invoices-list__table td {
    padding: 11px; }
  .invoices-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .invoices-list__table tbody tr:last-child {
      border: none; }
  .invoices-list__table tbody tr:hover {
    background: #f9fcfd; }
  .invoices-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }

.index-list {
  margin: 0 auto;
  padding: 22px 0; }
  .index-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .index-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .index-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .index-list__table td {
    padding: 11px; }
  .index-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .index-list__table tbody tr:last-child {
      border: none; }
  .index-list__table tbody tr:hover {
    background: #f9fcfd; }
  .index-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }

.customers-list {
  margin: 0 auto;
  padding: 22px 0; }
  .customers-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .customers-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .customers-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .customers-list__table td {
    padding: 11px; }
  .customers-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .customers-list__table tbody tr:last-child {
      border: none; }
  .customers-list__table tbody tr:hover {
    background: #f9fcfd; }
  .customers-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }

.communications-list {
  margin: 0 auto;
  padding: 22px 0; }
  .communications-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .communications-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .communications-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .communications-list__table td {
    padding: 11px; }
  .communications-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .communications-list__table tbody tr:last-child {
      border: none; }
  .communications-list__table tbody tr:hover {
    background: #f9fcfd; }
  .communications-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }

.associated-items-list {
  margin: 0 auto;
  padding: 22px 0; }
  .associated-items-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .associated-items-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .associated-items-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .associated-items-list__table td {
    padding: 11px; }
  .associated-items-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .associated-items-list__table tbody tr:last-child {
      border: none; }
  .associated-items-list__table tbody tr:hover {
    background: #f9fcfd; }
  .associated-items-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }

.users-list {
  margin: 0 auto;
  padding: 22px 0; }
  .users-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .users-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .users-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .users-list__table td {
    padding: 11px; }
  .users-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .users-list__table tbody tr:last-child {
      border: none; }
  .users-list__table tbody tr:hover {
    background: #f9fcfd; }
  .users-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }

.org-users-list {
  margin: 0 auto;
  padding: 22px 0; }
  .org-users-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .org-users-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .org-users-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .org-users-list__table td {
    padding: 11px; }
  .org-users-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .org-users-list__table tbody tr:last-child {
      border: none; }
  .org-users-list__table tbody tr:hover {
    background: #f9fcfd; }
  .org-users-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }
  .org-users-list .user-delete-link {
    text-align: right; }

.home-box-list {
  margin: 0 auto;
  padding: 22px 0; }
  .home-box-list__table table {
    width: 100%;
    border-collapse: collapse; }
  .home-box-list__table thead tr {
    border-bottom: 1px solid #e0e7e9; }
  .home-box-list__table thead th {
    text-align: left;
    padding: 11px;
    color: #8c979a; }
  .home-box-list__table td {
    padding: 11px; }
  .home-box-list__table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e0e7e9; }
    .home-box-list__table tbody tr:last-child {
      border: none; }
  .home-box-list__table tbody tr:hover {
    background: #f9fcfd; }
  .home-box-list__title {
    font-size: 36px;
    color: #6bc6db;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300; }
  .home-box-list td {
    font-size: 12px;
    color: #8c979a; }

.user-avatar-cell {
  width: 66px; }

.empty-table {
  background: white;
  padding: 44px 22px;
  border-radius: 4px;
  text-align: center;
  color: #502b83;
  font-weight: 300;
  font-size: 22px;
  box-shadow: rgba(80, 80, 80, 0.1) 0 0 22px;
  margin: 33px; }
  .empty-table__message {
    border-bottom: 1px solid #f2f0de;
    padding-bottom: 22px;
    margin-bottom: 22px; }
  .empty-table em {
    color: #8c979a;
    background: #fffbe1;
    display: inline-block;
    padding: 6px; }

.data-table {
  border-collapse: collapse;
  width: 100%; }
  .data-table__header-cell {
    padding: 11px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #8c979a; }
    .data-table__header-cell--left {
      text-align: left; }
    .data-table__header-cell--right {
      text-align: right; }
  .data-table__row {
    border-bottom: 1px solid #e0e7e9;
    color: #999; }
    .data-table__row:hover {
      background: #f6f9fa;
      color: #666; }
    .data-table__row:last-child {
      border: none; }
    .data-table__row.link {
      cursor: pointer; }
  .data-table__cell {
    vertical-align: top;
    padding: 11px; }
    .data-table__cell--left {
      text-align: left; }
    .data-table__cell--right {
      text-align: right; }
  .data-table__cell-meta {
    font-size: 12px;
    color: #bbcacd;
    font-weight: 600;
    display: flex; }
    .data-table__cell-meta span {
      margin-right: 22px; }
  .data-table__cell-note {
    font-size: 12px;
    color: #8c979a;
    font-style: italic;
    font-weight: 600;
    display: flex; }
    .data-table__cell-note span {
      margin-right: 22px; }

.compact-row {
  display: flex;
  flex-direction: column; }
  .compact-row__line {
    display: flex;
    flex-direction: row; }
  .compact-row__cell {
    display: flex;
    flex-direction: column;
    padding: 6px; }
    .compact-row__cell-header {
      color: #8c979a;
      text-transform: uppercase;
      font-size: 10px; }
    .compact-row__cell-content {
      font-size: 13px; }
      .compact-row__cell-content.primary {
        font-size: 14px;
        font-weight: 600; }

.associated-products-list__item {
  display: flex;
  padding: 11px;
  border-bottom: 1px solid #f0f0f0; }

.associated-products-list dt {
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.25rem; }

.associated-products-list__product {
  flex: 1; }

.associated-products-list__pricing {
  flex: 1; }

.search-input {
  position: relative;
  margin-bottom: 20px; }
  .search-input__prompt {
    padding: 11px;
    padding-right: 38px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #e0e7e9; }
    .search-input__prompt:hover {
      box-shadow: rgba(80, 80, 80, 0.1) 0 0 6px; }
    .search-input__prompt em {
      font-style: normal;
      background: none; }
    .search-input__prompt .icon {
      position: absolute;
      right: 0;
      top: 3px;
      padding: 11px;
      color: #bbcacd;
      font-size: 18px;
      cursor: pointer; }
  .search-input__selected-top {
    padding: 11px; }
    .search-input__selected-top .icon {
      position: absolute;
      right: 0;
      top: 3px;
      padding: 11px;
      color: #bbcacd;
      font-size: 18px;
      cursor: pointer; }
  .search-input__search-box {
    padding: 6px 11px;
    border-top: 1px solid #dde4e6; }
    .search-input__search-box input {
      border: 1px solid #e0e7e9 !important;
      border-radius: 20px;
      padding: 11px 18px !important;
      font-size: 16px !important;
      margin: 0; }
  .search-input__control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e7e9;
    box-shadow: rgba(80, 80, 80, 0.1) 0 0 22px;
    z-index: 4000; }
    .search-input__control em {
      font-style: normal; }
  .search-input__items-list {
    border: none;
    margin: 0;
    padding: 0; }
    .search-input__items-list em {
      font-style: normal;
      background-color: #B9EFFB; }
    .search-input__items-list ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .search-input__items-list-item {
      display: block;
      cursor: pointer;
      padding: 6px 11px;
      font-size: 14px;
      color: #8c979a;
      border-bottom: 1px solid #f5f7f8; }
      .search-input__items-list-item.selected {
        font-weight: 600;
        color: #686868; }
      .search-input__items-list-item:hover, .search-input__items-list-item.active {
        background-color: #2cadcb;
        color: white; }
        .search-input__items-list-item:hover a, .search-input__items-list-item.active a {
          color: white; }
  .search-input__new-btn {
    display: block;
    padding: 11px;
    color: #6bc68e;
    text-transform: uppercase; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p {
    margin-bottom: 0; }
    .alert > p + p {
      margin-top: 5px; }
  .alert > ul {
    margin-bottom: 0; }

.alert--dismissable {
  padding-right: 35px; }
  .alert--dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert--dismissible {
  padding-right: 35px; }
  .alert--dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert--success hr {
    border-top-color: #c9e2b3; }
  .alert--success .alert--link {
    color: #2b542c; }

.alert--info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert--info hr {
    border-top-color: #a6e1ec; }
  .alert--info .alert--link {
    color: #245269; }

.alert--notice {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert--notice hr {
    border-top-color: #a6e1ec; }
  .alert--notice .alert--link {
    color: #245269; }

.alert--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert--warning hr {
    border-top-color: #f7e1b5; }
  .alert--warning .alert--link {
    color: #66512c; }

.alert--error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert--error hr {
    border-top-color: #e4b9c0; }
  .alert--error .alert--link {
    color: #843534; }

.collapsible {
  border-bottom: 1px solid #f5f7f8; }
  .collapsible__wrapper {
    padding-left: 44px;
    position: relative; }
  .collapsible__trigger {
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #8c979a; }
    .collapsible__trigger:hover {
      color: #2cadcb; }
    .collapsible__trigger .icon {
      color: inherit;
      font-size: 22px;
      margin: 0;
      padding: 0;
      top: 0; }

.check-circle {
  width: 40px;
  font-size: 16px;
  display: flex;
  border: 2px solid #bbcacd;
  border-radius: 40px;
  padding: 8px 10px 4px 9px;
  height: 35px;
  width: 35px;
  color: #8c979a;
  background: #f5f7f8;
  transition-property: all;
  transition-duration: .5s; }
  .check-circle .icon {
    top: 0; }
  .check-circle.checked {
    background: white;
    color: #6bc68e;
    border: 2px solid #c4e8d2; }

.customer-avatar {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default; }

.paid-chart-container {
  background: white;
  background: #0d343d;
  background: linear-gradient(#0d343d, #0c2f37); }

.paid-chart {
  padding: 22px; }
  .paid-chart__title {
    padding: 22px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.0625rem; }
  .paid-chart__loader {
    text-align: center; }
    .paid-chart__loader-inner {
      background: #0b2b32;
      padding: 22px;
      display: inline-block;
      border-radius: 4px; }
      .paid-chart__loader-inner .icon {
        font-size: 48px;
        color: #254850;
        color: #56bdd5;
        text-shadow: #2cadcb 0 0 6px; }
      .paid-chart__loader-inner span {
        display: block;
        color: #abdeea;
        font-weight: 300;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.0625rem; }
  .paid-chart .paid-chart__empty {
    height: 100%;
    display: flex;
    padding: 11px; }
    .paid-chart .paid-chart__empty-container {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center;
      border: 1px solid rgba(44, 173, 203, 0.2);
      border-top: none;
      border-right: none;
      background: repeating-linear-gradient(0, transparent, transparent 32px, rgba(44, 173, 203, 0.1) 32px, rgba(44, 173, 203, 0.1) 33px); }
    .paid-chart .paid-chart__empty-label {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 4px;
      padding: 22px;
      font-size: 12px;
      text-transform: uppercase;
      color: #8c979a; }
      .paid-chart .paid-chart__empty-label .icon {
        top: 6px;
        font-size: 20px;
        color: #bbcacd; }
  .paid-chart .paid-chart__legend-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0b2c34;
    padding: 6px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #92a4a8;
    margin-bottom: 12px; }
  .paid-chart .paid-chart__legend-filter {
    padding: 0 6px;
    display: flex;
    align-items: center;
    cursor: default;
    transition-property: opacity;
    transition-duration: .3s;
    opacity: .25; }
    .paid-chart .paid-chart__legend-filter .swatch {
      width: 24px;
      height: 16px;
      background: #0d343d;
      margin-right: 7px;
      border-radius: 4px;
      border: 1px solid #254850; }
    .paid-chart .paid-chart__legend-filter:hover {
      opacity: .65; }
    .paid-chart .paid-chart__legend-filter.active {
      opacity: 1;
      color: #c3cccf; }
      .paid-chart .paid-chart__legend-filter.active:hover {
        opacity: .8; }

.home-page .bird-eye {
  padding: 22px;
  background: #165766; }

.home-box {
  padding: 11px; }
  .home-box__inner {
    background: white;
    border-radius: 4px; }
  .home-box__footer {
    background: white;
    padding: 22px;
    border-top: 1px solid #e0e7e9; }
  .home-box__title {
    text-align: center;
    padding: 11px 22px;
    border-bottom: 1px solid #e0e7e9;
    color: #8c979a;
    font-size: 16px;
    font-weight: 700; }
  .home-box__completed {
    margin-right: 10px;
    font-size: 15px;
    padding: 5px 7px;
    background: #fff;
    border-radius: 50px;
    opacity: .2;
    border: 1px solid #f1f1f1; }
  .home-box__completed:hover {
    opacity: 1; }
  .home-box-list {
    padding: 0 11px 22px 11px; }
  .home-box .empty {
    color: #e0e7e9;
    text-align: center;
    padding: 22px; }
  .home-box .new-data-item {
    padding: 7px;
    text-align: center;
    background: #f5f7f8;
    margin-bottom: 15px;
    margin-top: -18px;
    position: relative; }
    .home-box .new-data-item__button {
      font-size: 12px;
      background: white;
      display: inline-block;
      padding: 8px 27px;
      border-radius: 4px;
      border: 1px solid #e0e7e9;
      color: #bbcacd;
      text-transform: uppercase;
      transition-duration: .40s;
      transition-property: all; }
      .home-box .new-data-item__button .icon {
        font-size: 18px;
        top: 3px; }
      .home-box .new-data-item__button:hover {
        color: white;
        border-color: #2cadcb;
        background-color: #2cadcb;
        box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }

.home-boxes {
  display: flex;
  flex-wrap: wrap;
  padding: 11px; }
  .home-boxes .home-box {
    flex-basis: auto;
    flex-grow: 1;
    min-width: 50%; }

.todo-boxes {
  display: flex;
  flex-wrap: wrap;
  padding: 11px; }
  .todo-boxes .home-box {
    flex: 1; }
    @media only screen and (min-width: 40.0625em) {
      .todo-boxes .home-box {
        width: 30%; } }

@media only screen and (min-width: 64.0625em) {
  .data-table-card {
    display: flex; } }

.data-table-card strong {
  font-size: 14px;
  font-weight: 600;
  color: #071a1e; }
  .data-table-card strong.negative {
    color: #b1404b; }

.data-table-card small {
  font-size: 11px; }

.data-table-card ul {
  margin: 0;
  padding: 0; }
  .data-table-card ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }

@media only screen and (min-width: 64.0625em) {
  .data-table-card__cell {
    padding: 11px; } }

.date-cell {
  width: 30%;
  max-width: 200px;
  text-align: right; }
  .date-cell__element {
    display: block; }

.home-list {
  background: white;
  padding: 22px; }
  .home-list__title {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 11px;
    margin: 0;
    font-size: 16px;
    color: #bbcacd;
    border-bottom: 1px solid #f5f7f8; }
  .home-list__tabs {
    border-bottom: 1px solid #f5f7f8;
    padding: 11px 0; }
  .home-list__loader {
    text-align: center; }
    .home-list__loader-inner {
      background: #f5f7f8;
      padding: 22px;
      display: inline-block; }
      .home-list__loader-inner .icon {
        font-size: 48px;
        color: #e0e7e9; }

.customer-new__top-section {
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px; }

.customer-detail {
  padding: 11px; }

.customer-new__form label {
  font-size: 0.75rem;
  padding: 0 0 5px 10px;
  display: block;
  font-weight: 400;
  color: #bbcacd;
  text-transform: uppercase; }

.customer-new__form__wrapper {
  display: flex;
  margin-top: 5px; }

.customer-new__form input, .customer-new__form textarea, .customer-new__form select {
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 400;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
  color: #686868;
  box-shadow: none; }

.customer-new__form input {
  padding: 10px 10px;
  height: auto; }

.customer-new__form input[type="number"] {
  padding: 10px 10px;
  height: auto; }

.customer-new__form textarea {
  height: 5.3125rem; }

.customer-new__form select[disabled] {
  opacity: .5; }

.customer-new__form__input-group {
  font-weight: 400;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
  margin-bottom: 20px; }
  .customer-new__form__input-group > input {
    border: none;
    margin: 0; }
  .customer-new__form__input-group > input:first-child {
    border-bottom: 1px solid #e0e7e9;
    border-radius: 0; }

.customer-new__form__split-group {
  display: flex; }
  .customer-new__form__split-group > div:first-child {
    flex: 1;
    margin-right: 10px; }
  .customer-new__form__split-group > div:last-child {
    margin-left: 10px;
    flex: 1; }

.customer-detail {
  margin-top: 11px; }
  .customer-detail__transactions .loader {
    position: relative;
    padding: 44px; }

.customer-summary {
  padding: 22px;
  color: #999; }
  .customer-summary__label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px; }
  .customer-summary__description {
    font-size: 13px; }

.new-data-item {
  padding: 18px;
  text-align: center;
  background: #f5f7f8;
  margin-bottom: 15px;
  position: relative; }
  .new-data-item__button {
    font-size: 14px;
    background: white;
    display: inline-block;
    padding: 11px 33px;
    border-radius: 4px;
    border: 1px solid #e0e7e9;
    color: #bbcacd;
    text-transform: uppercase;
    transition-duration: .40s;
    transition-property: all; }
    .new-data-item__button .icon {
      font-size: 18px;
      top: 3px; }
    .new-data-item__button:hover {
      color: white;
      border-color: #2cadcb;
      background-color: #2cadcb;
      box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }

.universal-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5000; }
  .universal-menu__menu {
    position: absolute;
    right: 0;
    bottom: 62px;
    background: rgba(7, 26, 30, 0.8);
    padding: 22px;
    width: 200px;
    opacity: 0;
    border-radius: 4px;
    transform: translate3d(30%, 0, 0);
    transition-property: all;
    transition-duration: .18s;
    transition-timing-function: cubic-bezier(0.94, 0.055, 0.215, 0.665); }
    .universal-menu__menu:after {
      content: ' ';
      position: absolute;
      border: 6px solid rgba(7, 26, 30, 0.8);
      border-left-color: transparent;
      border-bottom-color: transparent;
      border-right-color: transparent;
      right: 26px;
      bottom: -12px; }
    .universal-menu__menu a {
      display: block;
      color: white;
      font-size: 14px;
      line-height: 27px; }
  .universal-menu:active .universal-menu__menu {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .universal-menu__trigger {
    user-select: none;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #2cadcb;
    color: white;
    font-size: 64px;
    box-shadow: rgba(80, 80, 80, 0.1) 0 6px 11px;
    opacity: 0.3;
    transform: scale(0.8);
    transition-property: all;
    transition-duration: .5s;
    /*
      This is only for demo purposes.
      Not to get into actual dashbaord
    */ }
    .universal-menu__trigger:hover {
      transform: scale(1);
      color: white;
      opacity: 1; }
    .universal-menu__trigger:active {
      transition-duration: 0.2s;
      transform: rotateZ(45deg) scale(0.5);
      background: #0d343d; }

.index-page .pagination {
  margin-bottom: 22px; }

.index-list__container {
  background: white;
  margin-bottom: 22px;
  padding: 0px 11px 22px 11px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 11px 22px; }

.customers-list .error {
  background: red;
  color: white;
  width: 100%;
  padding: 20px;
  text-align: center; }

.address {
  margin: 0;
  padding: 11px 0;
  font-weight: 300; }
  .address ul {
    list-style-type: none; }
  .address li {
    display: block; }

.invoice-new-transaction {
  padding-top: 12px;
  border-top: 1px solid #e0e7e9; }
  .invoice-new-transaction__prompt {
    padding: 0.6875rem;
    border-radius: 4px;
    cursor: pointer;
    text-align: right; }
  .invoice-new-transaction__button {
    display: flex;
    max-width: 300px;
    margin: 0 auto;
    padding: 11px;
    background: #e0e7e9;
    border-radius: 4px;
    font-size: 0.875rem;
    border: none;
    line-height: 24px; }
  .invoice-new-transaction__button-save {
    display: flex;
    margin-left: auto;
    max-width: 300px;
    padding: 11px 60px;
    background: #e0e7e9;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem;
    justify-content: space-between;
    border: none;
    line-height: 24px;
    text-align: center;
    background: #6bc68e; }
    .invoice-new-transaction__button-save .icon {
      display: flex;
      font-size: 1.5rem; }
    .invoice-new-transaction__button-save:hover {
      background: #50956b; }
    .invoice-new-transaction__button-save:disabled, .invoice-new-transaction__button-save[disabled] {
      background: #bbcacd; }
      .invoice-new-transaction__button-save:disabled:hover, .invoice-new-transaction__button-save[disabled]:hover {
        background: #bbcacd; }
  .invoice-new-transaction__form-amount {
    display: inline-block;
    border: none;
    width: 95%;
    background: none;
    box-shadow: none;
    margin: 0;
    padding-left: 2px;
    font-size: 16px; }
  .invoice-new-transaction__form {
    text-align: left;
    border: 1px solid #f5f7f8;
    box-shadow: 0 0 15px rgba(80, 80, 80, 0.1);
    padding: 11px;
    border-radius: 4px;
    position: relative;
    min-width: 550px; }
    .invoice-new-transaction__form-title {
      font-weight: 600;
      color: #9B9B9B;
      font-size: 13px;
      height: 22px;
      line-height: 22px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .invoice-new-transaction__form-close {
      position: absolute;
      top: 11px;
      right: 11px;
      z-index: 1000;
      font-size: 22px;
      color: #bbcacd; }
      .invoice-new-transaction__form-close:hover {
        color: white; }
    .invoice-new-transaction__form textarea {
      height: 100px; }
    .invoice-new-transaction__form-label-amount {
      flex: 2;
      background: white;
      padding: 2px 10px 5px 10px;
      font-size: 16px;
      border-radius: 4px;
      color: #bbcacd;
      border: 1px solid #e0e7e9; }
    .invoice-new-transaction__form-currency {
      flex: 1; }
      .invoice-new-transaction__form-currency select {
        height: 46px;
        font-weight: 600;
        max-width: 70px;
        padding-right: 26px;
        margin: 0;
        border: 1px solid #e0e7e9;
        border-radius: 4px;
        background-color: white;
        color: #686868; }
      .invoice-new-transaction__form-currency select[disabled] {
        opacity: .5; }
    .invoice-new-transaction__form-controls {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .invoice-new-transaction__form-controls > div {
        display: flex;
        align-items: center;
        padding-right: 11px;
        flex: 2; }
      .invoice-new-transaction__form-controls > div:last-child {
        flex: 1;
        padding: 0; }

.invoice-settings-formplex {
  padding: 22px; }
  .invoice-settings-formplex h3 {
    color: #618298; }

.invoice-new-formplex {
  padding: 22px; }
  .invoice-new-formplex h3 {
    color: #618298; }

.invoice-editor-formplex h3 {
  color: #618298; }

.invoice__customer-section {
  padding: 22px; }

.invoice-toolbar__total {
  align-self: center;
  text-align: left;
  flex: 1; }

.invoice-toolbar__total-label {
  font-size: 18px;
  font-weight: 300;
  color: #bbcacd;
  text-transform: uppercase; }

.invoice-toolbar__total-amount {
  display: inline-block;
  background: #2cadcb;
  padding: 3px 11px;
  margin-left: 6px;
  border-radius: 11px;
  font-weight: 600;
  color: white; }

.transactions-picker__scroller {
  overflow-y: auto;
  max-height: 500px;
  border: 1px solid #f5f7f8; }

.bank-accounts-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 44px; }
  .bank-accounts-table tr {
    border-bottom: 1px solid #f5f7f8; }
    .bank-accounts-table tr:hover {
      background: #f5f7f8; }
  .bank-accounts-table th {
    padding: 11px 22px;
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.25rem;
    padding-left: 0.5625rem; }
  .bank-accounts-table td {
    text-align: center;
    padding: 11px 22px; }
  .bank-accounts-table__checkmark-cell {
    border-right: 1px solid #f5f7f8; }
  .bank-accounts-table__account-cell {
    letter-spacing: 2px;
    font-family: "Source Code Pro";
    color: #8c979a;
    font-size: 16px; }
    .bank-accounts-table__account-cell a {
      color: inherit; }
      .bank-accounts-table__account-cell a:hover {
        color: #2cadcb; }
  .bank-accounts-table__account-actions {
    letter-spacing: 2px;
    font-family: "Source Code Pro";
    color: #8c979a;
    font-size: 16px;
    padding-left: 1.25rem; }
    .bank-accounts-table__account-actions a {
      color: inherit;
      padding: 0 5px 0 5px; }
      .bank-accounts-table__account-actions a:hover {
        color: #2cadcb; }

.webhooks-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px; }
  .webhooks-table tr {
    border-bottom: 1px solid #f5f7f8; }
  .webhooks-table th {
    padding: 11px 22px;
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.25rem;
    padding-left: 0.5625rem; }
  .webhooks-table td {
    text-align: left;
    padding: 11px 22px; }
  .webhooks-table__actions {
    color: #8c979a;
    font-size: 16px;
    padding-left: 1.25rem; }
    .webhooks-table__actions a {
      color: inherit;
      padding: 0 5px 0 5px; }
      .webhooks-table__actions a:hover {
        color: #2cadcb; }

.create-report-template {
  min-width: 600px; }
  .create-report-template__row-delete {
    padding: 3px;
    cursor: pointer;
    position: relative; }
    .create-report-template__row-delete .icon {
      position: absolute;
      bottom: 24px;
      padding: 3px; }

.branded-404 {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(-140deg, #069DC0 5%, #2CADCB 77%);
  background-size: cover;
  background-repeat: no-repeat; }
  .branded-404 .wrapper {
    text-align: center;
    padding: 200px 0;
    position: relative;
    z-index: 5000; }
  .branded-404 .logo {
    width: 132px;
    margin: 44px; }
  .branded-404 h1 {
    font-weight: 300;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    line-height: 66px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 11px; }
  .branded-404 h2 {
    /* And we can’t find th: */
    font-weight: 300;
    font-size: 18px;
    color: white;
    line-height: 27px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 11px; }
  .branded-404 h3 {
    margin: 33px;
    font-weight: 300;
    font-size: 14px;
    color: white;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
  .branded-404 .cta {
    font-family: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    letter-spacing: 1;
    line-height: 32px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
    display: inline-block;
    padding: 11px 33px;
    border-radius: 4px;
    background: #a4d78f; }
    .branded-404 .cta:hover {
      background: #85ca69; }
  .branded-404 .footer {
    color: white;
    padding: 11px;
    font-weight: 300;
    font-size: 13px;
    color: white;
    letter-spacing: .5px;
    line-height: 18px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
    .branded-404 .footer a {
      color: #fbf5a7; }
  .branded-404 .helper {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1000; }
    .branded-404 .helper--1 {
      left: 0;
      top: 0;
      background-image: url(//s3-us-west-2.amazonaws.com/paidapi.com/images/robot-1.png);
      width: 227px;
      height: 266px;
      background-size: 227px; }
    .branded-404 .helper--2 {
      right: 0;
      top: 0;
      background-image: url(//s3-us-west-2.amazonaws.com/paidapi.com/images/robot-2.png);
      width: 169px;
      height: 236px;
      background-size: 169px; }
    .branded-404 .helper--3 {
      left: 0;
      bottom: 0;
      background-image: url(//s3-us-west-2.amazonaws.com/paidapi.com/images/robot-3.png);
      width: 289px;
      height: 236px;
      background-size: 289px; }

.whitelabel-404 {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  color: #777;
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */
  /* Custom, iPhone Retina */ }
  .whitelabel-404 .wrapper {
    width: 800px;
    padding: 22px;
    padding-left: 320px;
    text-align: left;
    margin: 200px auto;
    position: relative;
    z-index: 5000;
    border-radius: 8px; }
  .whitelabel-404 .puzzle {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1000;
    width: 234px;
    height: 340px;
    background: url(//s3-us-west-2.amazonaws.com/paidapi.com/images/puzzle.png);
    background-repeat: no-repeat;
    background-size: 234px;
    position: absolute;
    left: 28px;
    top: 44px; }
  .whitelabel-404 .logo {
    width: 132px;
    margin: 22px 0; }
  @media only screen and (max-width: 768px) {
    .whitelabel-404 .wrapper {
      margin: 0;
      padding: 22px; }
    .whitelabel-404 .puzzle {
      display: none; } }
  @media only screen and (max-width: 480px) {
    .whitelabel-404 .wrapper {
      margin: 0;
      padding: 22px; }
    .whitelabel-404 .puzzle {
      display: none; } }
  @media only screen and (max-width: 320px) {
    .whitelabel-404 .wrapper {
      margin: 0;
      padding: 22px; }
    .whitelabel-404 .puzzle {
      display: none; } }
  .whitelabel-404 h1 {
    font-weight: 300;
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 66px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 11px; }
  .whitelabel-404 h2 {
    /* And we can’t find th: */
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 11px; }
  .whitelabel-404 h3 {
    margin: 22px 0;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
  .whitelabel-404 .cta {
    font-family: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    letter-spacing: 1;
    line-height: 32px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
    display: inline-block;
    padding: 11px 33px;
    border-radius: 4px;
    background: #a4d78f; }
    .whitelabel-404 .cta:hover {
      background: #85ca69; }
  .whitelabel-404 .footer {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 18px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
    .whitelabel-404 .footer a {
      color: #069dc0; }

/*
 *
 * hostess?? ASSISTANT?? WTF??
 * hostess is the account set-up for new accounts.
 *
 * Assistant is the generic step component.
 */
@keyframes attention {
  0% {
    opacity: 0;
    transform: translate3d(0, -300px, 0); }
  60% {
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1; } }

.hostess {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #2cadcb;
  z-index: 1000; }
  .hostess.done {
    transition-property: opacity;
    transition-duration: .5s;
    opacity: 0; }
  .hostess-logo {
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px;
    position: absolute; }
  .hostess .hostess-content {
    animation: attention 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97); }
  .hostess__header {
    padding: 22px;
    text-align: center; }
    .hostess__header-title {
      color: white; }
    .hostess__header-subtitle {
      color: #c0e6ef; }
  .hostess-progress {
    max-width: 600px;
    margin: 0 auto;
    height: 22px;
    background: #41b5d0;
    border-radius: 11px;
    padding: 2px; }
    .hostess-progress__inner {
      width: 0;
      opacity: 0;
      background: #dff3f7;
      height: 18px;
      border-radius: 9px;
      transition-property: all;
      transition-duration: .3s; }
  .hostess-after {
    padding: 44px; }
    .hostess-after__next-steps {
      max-width: 720px;
      margin: 0 auto;
      background: white;
      border-radius: 4px; }
      .hostess-after__next-steps-suggestions {
        background: #fbfdfe;
        list-style-type: none; }
        .hostess-after__next-steps-suggestions li {
          display: block; }
          .hostess-after__next-steps-suggestions li a {
            display: block;
            font-size: 18px;
            padding: 22px;
            border-bottom: 1px solid #caebf2;
            color: #2cadcb;
            position: relative; }
            .hostess-after__next-steps-suggestions li a:hover {
              color: #218298; }
            .hostess-after__next-steps-suggestions li a .icon {
              position: absolute;
              right: 0;
              top: 6px;
              padding: 22px;
              color: #96d6e5; }
    .hostess-after__thanks {
      margin-right: auto;
      color: #bbcacd; }

.assistant {
  max-width: 720px;
  margin: 0 auto; }

.assistant-step {
  background: white;
  border-radius: 4px;
  /* overrides */ }
  .assistant-step__header {
    padding: 66px 33px 33px 33px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%; }
    .assistant-step__header-title {
      font-size: 24px;
      color: #45acb3; }
    .assistant-step__header-subtitle {
      color: #677d92;
      font-size: 18px; }
  .assistant-step__content {
    padding: 33px; }
  .assistant-step__question {
    padding-bottom: 33px; }
  .assistant-step__footer {
    border-top: 1px solid #e0e7e9;
    padding: 22px;
    display: flex;
    justify-content: flex-end; }
    .assistant-step__footer .assistant__next-step {
      background: #d1f393;
      color: #218298;
      text-transform: uppercase;
      padding: 11px 33px;
      margin-left: 11px;
      user-select: none; }
      .assistant-step__footer .assistant__next-step.skip {
        background: white;
        color: #8c979a; }
      .assistant-step__footer .assistant__next-step .icon {
        left: 8px;
        color: #2cadcb; }
      .assistant-step__footer .assistant__next-step:hover {
        background-color: #2cadcb;
        color: white; }
        .assistant-step__footer .assistant__next-step:hover .icon {
          color: #96d6e5; }
      .assistant-step__footer .assistant__next-step.disabled {
        opacity: .5;
        cursor: default; }
        .assistant-step__footer .assistant__next-step.disabled:hover {
          background: #bbcacd; }
    .assistant-step__footer .assistant__prev-step {
      border: none;
      margin-left: 0;
      margin-right: auto;
      color: #bbcacd;
      text-shadow: none; }
      .assistant-step__footer .assistant__prev-step:hover {
        background-color: transparent;
        color: #2cadcb; }
        .assistant-step__footer .assistant__prev-step:hover .icon {
          color: #2cadcb; }
  .assistant-step__hint {
    color: #8c979a;
    font-weight: 300;
    font-size: 16px;
    padding: 0 6px; }
  .assistant-step .form-input__label {
    font-size: 12px; }
  .assistant-step .form-input__input {
    font-size: 14px;
    padding: 11px !important;
    height: auto !important; }

.payment-methods-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: space-between; }
  .payment-methods-selector .payment-checkbox {
    width: 200px;
    margin: 6px; }

.payment-checkbox {
  border: 1px solid #f5f7f8;
  padding: 11px;
  display: flex;
  flex-direction: column; }
  .payment-checkbox:hover {
    background: #fffef1;
    cursor: pointer; }
  .payment-checkbox__icon {
    max-width: 100px;
    margin: 0 auto;
    transition-property: all;
    transition-duration: .3s;
    opacity: 0.3; }
  .payment-checkbox__input {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .payment-checkbox__input .checkbox {
      flex: 1;
      flex-basis: 30px;
      display: block;
      text-align: center;
      line-height: 30px;
      width: 30px;
      height: 30px;
      border: 2px solid #e0e7e9;
      border-radius: 6px;
      transition-property: all;
      transition-duration: .3s; }
      .payment-checkbox__input .checkbox .icon {
        font-size: 18px;
        top: 2px;
        opacity: 0;
        transition-property: all;
        transition-duration: .3s; }
    .payment-checkbox__input .label {
      color: #8c979a;
      padding: 6px; }
  .payment-checkbox.checked {
    border-color: #d5eff5; }
    .payment-checkbox.checked .payment-checkbox__icon {
      opacity: 1; }
    .payment-checkbox.checked .payment-checkbox__input .checkbox {
      border-color: #2cadcb; }
      .payment-checkbox.checked .payment-checkbox__input .checkbox .icon {
        opacity: 1;
        color: #2cadcb; }
    .payment-checkbox.checked .payment-checkbox__input .label {
      color: #45acb3;
      padding: 6px; }

.unlockable__switch {
  border: 1px solid #e0e7e9;
  color: #bbcacd;
  padding: 22px;
  font-size: 12px;
  text-align: center;
  cursor: pointer; }
  .unlockable__switch a {
    color: #289cb7; }

.hostess-toggle-button-group {
  padding: 11px; }
  .hostess-toggle-button-group .toggle-button {
    margin-right: 22px; }

.product-formplex__type-selector h4 {
  color: #bbcacd;
  font-size: 14px;
  text-transform: uppercase;
  padding: 18px;
  padding-left: 44px;
  margin: 0;
  border-bottom: 1px solid #f5f7f8; }

.product-formplex__type-selector .subtabs__list {
  padding: 0; }

.product-formplex__type-selector .subtabs__link {
  padding-left: 44px;
  position: relative;
  font-size: 14px; }
  .product-formplex__type-selector .subtabs__link .icon {
    position: absolute;
    left: 22px;
    top: 6px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #2cadcb; }

.product-formplex__form {
  border-left: 1px solid #e0e7e9; }

.product-formplex .product-form {
  padding: 22px; }

.product-formplex .product-form-title {
  padding: 22px;
  border-bottom: 1px solid #f5f7f8; }

.product-formplex .product-form-submit {
  background: #f5f7f8;
  border-top: 1px solid #e0e7e9;
  padding: 22px;
  display: flex;
  justify-content: flex-end;
  border-radius: 0 0 4px 0; }

.associate-product-dialog {
  background: white;
  border-radius: 4px;
  min-width: 800px; }

.product-picker {
  max-height: 400px;
  overflow: auto;
  margin: 0;
  padding: 0; }
  .product-picker__item {
    border-bottom: 1px solid #e0e7e9;
    cursor: pointer;
    color: #8c979a;
    padding: 0 11px;
    position: relative;
    transition: all 300ms ease-out; }
    .product-picker__item:hover {
      color: #2cadcb;
      background: #f5f7f8; }
    .product-picker__item.selected {
      background: #f5f7f8; }
    .product-picker__item > span {
      padding: 22px 11px;
      display: inline-block; }
    .product-picker__item-name {
      font-weight: 600; }
    .product-picker__item-id {
      line-height: 14px;
      font-size: 10px;
      color: #bbcacd; }
  .product-picker__confirm-item {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    padding: 0 22px;
    display: flex;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), white);
    justify-content: flex-end;
    align-items: center; }
    .product-picker__confirm-item .button {
      margin: 0;
      background: white;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.03125rem; }
      .product-picker__confirm-item .button:hover {
        background: #2cadcb; }

.user-formplex__form {
  border-left: 1px solid #e0e7e9; }

.user-formplex .user-form {
  padding: 22px; }

.user-formplex .user-form-title {
  padding: 22px;
  border-bottom: 1px solid #f5f7f8; }

.user-formplex .user-form-submit {
  background: #f5f7f8;
  border-top: 1px solid #e0e7e9;
  padding: 22px;
  display: flex;
  justify-content: flex-end;
  border-radius: 0 0 4px 0; }

.number-bullet {
  display: inline-block;
  background: #2cadcb;
  position: relative;
  top: -5px;
  margin-right: 11px;
  font-size: 12px;
  border-radius: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: white; }

.recurring-template-formplex {
  padding: 22px; }
  .recurring-template-formplex h3 {
    color: #618298; }

.org-user-name {
  font-size: 18px; }

.org-user__row {
  display: flex;
  padding-bottom: 22px; }
  .org-user__row:hover {
    background: #f6f8f9;
    cursor: pointer; }

.org-user__row-section {
  flex: 3;
  padding: 11px; }

.org-user__avatar {
  flex: 1; }
  .org-user__avatar img {
    width: 96px; }

.org-user__panel {
  background: #ecf2f4;
  padding: 22px;
  margin-bottom: 22px; }

.organization-detail {
  margin: 11px; }

.oauth-body {
  background: #2cadcb;
  background-repeat: repeat-x;
  background-position: top center; }
  .oauth-body--test {
    background: #185f70; }

.oauth {
  max-width: 1000px;
  margin: 110px auto;
  text-align: center; }
  .oauth-header {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    padding: 11px 6px;
    position: relative; }
    .oauth-header__logo img {
      width: 110px; }
    .oauth-header__user {
      margin-left: auto;
      padding: 6px 11px;
      display: flex;
      border-radius: 4px;
      justify-content: center;
      align-items: center;
      color: #abdeea;
      background: rgba(40, 156, 183, 0.9);
      cursor: pointer; }
    .oauth-header__avatar {
      width: 24px;
      height: 24px;
      border-radius: 18px; }
    .oauth-header__name {
      font-size: 12px;
      padding: 0 6px; }
  .oauth-title {
    color: white;
    font-size: 2.0625rem;
    text-shadow: #289cb7 0 2px 0; }
  .oauth-subtitle {
    color: #dff3f7;
    font-size: 1.375rem;
    text-shadow: #289cb7 0 2px 0; }
  .oauth-user-menu {
    position: absolute;
    right: 0;
    top: 54px;
    background: #f5f7f8;
    border-radius: 4px;
    border: 1px solid #bbcacd;
    box-shadow: rgba(80, 80, 80, 0.1) 0 5px 10px;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none; }
    .oauth-user-menu__switcher {
      margin: 0;
      padding: 0;
      min-width: 300px; }
      .oauth-user-menu__switcher li {
        list-style-type: none;
        display: block; }
        .oauth-user-menu__switcher li a {
          display: block;
          border-bottom: 1px solid #e0e7e9;
          padding: 11px;
          color: #071a1e; }
          .oauth-user-menu__switcher li a:hover {
            background: #2cadcb;
            color: white; }
          .oauth-user-menu__switcher li a img {
            margin-right: 11px; }
      .oauth-user-menu__switcher-title {
        font-size: 12px;
        padding: 11px;
        text-align: center;
        text-transform: uppercase;
        color: #8c979a;
        border-bottom: 1px solid #e0e7e9; }
    .oauth-user-menu__logout-link {
      display: block;
      padding: 11px; }
      .oauth-user-menu__logout-link .icon {
        font-size: 18px;
        color: #bbcacd;
        margin-right: 11px;
        top: 4px; }
      .oauth-user-menu__logout-link:hover {
        color: #c0343d; }
  .oauth-dialog {
    background: white;
    border-radius: 8px;
    box-shadow: rgba(80, 80, 80, 0.1) 0 0 22px;
    max-width: 600px;
    margin: 0 auto;
    animation: attention 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97); }
    .oauth-dialog__header {
      padding: 22px;
      border-bottom: 1px solid #e0e7e9;
      border-radius: 8px 8px 0 0;
      background: #f5f7f8; }
    .oauth-dialog__logo {
      background: white;
      display: inline-block;
      border: 1px solid #e0e7e9;
      padding: 11px;
      border-radius: 11px;
      box-shadow: rgba(80, 80, 80, 0.1) 0 2px 6px; }
      .oauth-dialog__logo img {
        border-radius: 6px;
        max-width: 90px;
        margin: 0;
        padding: 0; }
    .oauth-dialog__body {
      padding: 22px;
      font-size: 16px; }
    .oauth-dialog__question {
      font-size: 18px; }
    .oauth-dialog__copy {
      font-size: 13px; }
    .oauth-dialog__footer {
      padding: 22px;
      font-size: 16px;
      border-top: 1px solid #e0e7e9;
      background: #f5f7f8;
      border-radius: 0 0 8px 8px;
      display: flex;
      justify-content: flex-end; }
    .oauth-dialog__ok-btn {
      background: #2cadcb;
      padding: 11px 22px;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      border-radius: 4px; }
      .oauth-dialog__ok-btn:hover {
        background: #289cb7;
        color: white; }
    .oauth-dialog__cancel-btn {
      margin-right: auto;
      padding: 11px;
      color: #bbcacd;
      font-weight: 400;
      font-size: 14px;
      border-radius: 4px; }
      .oauth-dialog__cancel-btn:hover {
        color: #c0343d; }

.pricing {
  max-width: 1000px;
  margin: 50px auto;
  text-align: center; }
  .pricing-logo img {
    width: 220px;
    margin-bottom: 22px; }
  .pricing-title {
    color: white;
    font-size: 2.0625rem;
    text-shadow: #289cb7 0 2px 0; }
  .pricing-subtitle {
    color: #dff3f7;
    font-size: 1.375rem;
    text-shadow: #289cb7 0 2px 0; }

@keyframes attention {
  0% {
    opacity: 0;
    transform: translate3d(0, -132px, 0); }
  60% {
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1; } }

.plans {
  animation: attention 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97);
  margin-top: 66px;
  display: flex; }

.plan-check {
  width: 33px;
  height: 30px;
  line-height: 30px; }
  .plan-check .icon {
    font-size: 18px;
    color: #45acb3;
    top: 1px; }

.plan {
  flex: 1;
  background: white;
  border-radius: 8px;
  margin: 4px;
  box-shadow: #238aa2 0 0 10px;
  align-self: flex-start; }
  .plan__header {
    border-bottom: 1px solid #e0e7e9;
    padding: 0; }
  .plan__name {
    margin: 0;
    color: #218298;
    border-bottom: 1px solid #f5f7f8;
    padding: 11px 0;
    background: #f5f7f8;
    border-radius: 8px 8px 0 0;
    background: #071a1e;
    color: #f5f7f8;
    font-size: 18px; }
  .plan__footer {
    border-top: 1px solid #e0e7e9;
    padding: 22px 0; }
  .plan__price {
    display: block;
    font-weight: 300;
    font-size: 24px;
    color: #071a1e;
    padding: 11px 0;
    margin-bottom: 11px; }
    .plan__price em {
      color: #8c979a;
      font-size: 11px; }
  .plan__cta {
    display: inline-block;
    text-transform: uppercase;
    color: #2cadcb;
    letter-spacing: 0.0625rem;
    border: 1px solid #2cadcb;
    padding: 11px 22px;
    border-radius: 4px;
    margin-bottom: 11px;
    font-size: 12px;
    font-weight: 700;
    transition-property: all;
    transition-duration: .6s; }
    .plan__cta:hover {
      background: #d1f393;
      color: #218298; }
  .plan__noncta {
    display: inline-block;
    text-transform: uppercase;
    color: #8c979a;
    letter-spacing: 0.0625rem;
    border: 1px solid #e0e7e9;
    padding: 11px 22px;
    border-radius: 4px;
    margin-bottom: 11px;
    font-size: 12px;
    font-weight: 700; }
  .plan__features {
    text-align: left; }
    .plan__features ul {
      margin: 0;
      padding: 0; }
  .plan__feature {
    list-style-type: none;
    display: block;
    padding: 11px 22px;
    border-bottom: 1px solid #f5f7f8;
    font-size: 14px; }
  .plan__banner {
    display: block;
    background: #b8ed59;
    height: 33px;
    line-height: 33px;
    font-weight: 600;
    text-transform: uppercase; }
  .plan--preferred {
    margin-top: -33px;
    border: 2px solid #b8ed59;
    font-size: 14px; }
    .plan--preferred .plan__name {
      border-radius: 0;
      color: #b8ed59; }

.pricing__table {
  width: 100%;
  border-spacing: 2px 0;
  padding: 2px; }
  .pricing__table th {
    background: white;
    border-bottom: 1px solid #e0e7e9;
    padding: 11px; }
    .pricing__table th.pricing__product-name {
      margin: 0;
      color: #218298;
      border-bottom: 1px solid #f5f7f8;
      padding: 11px 0;
      background: #071a1e;
      background: #bbcacd;
      color: #f5f7f8;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-radius: 12px 12px 0 0;
      text-shadow: rgba(80, 80, 80, 0.1) 0 -1px 0, white 0 1px 1px; }
      .pricing__table th.pricing__product-name.free-plan {
        background: #c0e6ef;
        color: #2cadcb; }
      .pricing__table th.pricing__product-name.pro-plan {
        background: #d5eff5;
        color: #2cadcb; }
      .pricing__table th.pricing__product-name.premium-plan {
        background: #a2bc29;
        background: #b8ed59;
        color: #2cadcb; }
      .pricing__table th.pricing__product-name.enterprise-plan {
        background: #124551;
        text-shadow: #092329 0 -1px 0, #2eaecc 0 1px 1px; }
    .pricing__table th.pricing__blank-cell {
      background: none;
      border: none; }
    .pricing__table th.pricing__feature-section-header {
      background: none;
      border: none;
      padding: 0;
      border: 2px solid #0d343d; }
      .pricing__table th.pricing__feature-section-header h3 {
        margin: 0;
        background: #0d343d;
        color: white;
        font-size: 18px;
        padding: 11px; }
  .pricing__table td {
    background: white;
    border-bottom: 1px solid #e0e7e9;
    padding: 11px 22px;
    border: 1px solid #e0e7e9;
    border-bottom: none;
    font-size: 14px; }
    .pricing__table td.pricing__product-pricing {
      background: #fffce3;
      padding: 22px 0; }
    .pricing__table td.pricing__product-cta-cell {
      padding: 22px 0; }
      .pricing__table td.pricing__product-cta-cell.bottom {
        border-radius: 0 0 12px 12px; }
    .pricing__table td.pricing__feature-cell {
      max-width: 180px;
      text-align: left;
      font-weight: 600;
      color: #8c979a;
      background: none;
      background: #092329;
      background: white;
      font-size: 14px; }
  .pricing__table tr.pricing__feature-row:nth-child(odd) td {
    background: #f5f7f8; }
    .pricing__table tr.pricing__feature-row:nth-child(odd) td.pricing__feature-cell {
      background: none;
      background: #0b2b33;
      background: #f5f7f8; }

.pricing__feature-desc {
  display: block;
  margin-bottom: 11px; }
  .pricing__feature-desc strong {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #25a6ad; }
  .pricing__feature-desc.small {
    font-size: 11px; }
  .pricing__feature-desc.nope {
    color: #bbcacd; }

.pricing__product-price {
  font-weight: 300;
  font-size: 24px;
  color: #071a1e;
  padding: 11px 0;
  margin-bottom: 11px;
  color: #1f798e; }
  .pricing__product-price em {
    color: #8c979a;
    font-size: 11px; }

.pricing__product-cta {
  display: inline-block;
  text-transform: uppercase;
  color: #2cadcb;
  letter-spacing: 0.0625rem;
  border: 1px solid #2cadcb;
  padding: 11px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  transition-property: all;
  transition-duration: .6s; }
  .pricing__product-cta:hover {
    background: #d1f393;
    color: #218298; }
  .pricing__product-cta--down {
    color: #bbcacd;
    border-color: #bbcacd; }

.pricing .icon {
  font-size: 18px; }
  .pricing .icon.yes {
    color: #6dbd93;
    color: #1d9d84;
    font-size: 26px; }
  .pricing .icon.no {
    color: #bbcacd; }

.pricing .help {
  border-bottom: 1px dashed #e0e7e9;
  cursor: help; }

.ui-tooltip {
  padding: 4px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.ui-tooltip-content {
  display: block;
  padding: 11px;
  background: #2cadcb;
  color: white;
  border-radius: 4px;
  box-shadow: rgba(80, 80, 80, 0.1) 0 0 10px; }

body {
  background: #ecf2f4;
  overflow-x: hidden; }

.dashboard-content--with-padding {
  padding: 22px 11px; }

.empty-collection {
  padding: 20px;
  color: #8c979a;
  border: 1px solid #f5f7f8;
  border-radius: 4px;
  margin-bottom: 22px; }

/*
APP LAYOUT
*/
.app-container {
  display: flex;
  flex-direction: column; }

.app-topbar {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #e0e7e9;
  z-index: 4999; }

.app-branding {
  width: 15%;
  max-width: 300px;
  min-width: 200px; }

.app-searchbar {
  flex: 1; }

.app-main {
  flex: 1;
  display: flex;
  flex-direction: row; }

.app-sidebar {
  width: 15%;
  max-width: 340px;
  min-width: 200px; }

.app-content {
  flex: 1; }

.mode-badge {
  border-top: 3px solid #6dbd93;
  font-size: 10px;
  text-transform: uppercase;
  position: relative; }
  .mode-badge span {
    display: inline-block;
    margin: 0;
    background: #6dbd93;
    padding: 3px 6px;
    color: white;
    position: absolute;
    right: 11px;
    top: 0;
    border-radius: 0 0 4px 4px;
    cursor: default; }
  .mode-badge--test {
    border-color: #ffa100; }
    .mode-badge--test span {
      background-color: #ffa100; }

.user-avatar img {
  border-radius: 50%; }

.stripe-card {
  font-family: "Source Code Pro";
  max-width: 360px; }
  .stripe-card svg {
    width: 80px;
    margin-bottom: 11px; }
    .stripe-card svg rect {
      stroke: #bbcacd; }
    .stripe-card svg path {
      fill: #bbcacd; }
  .stripe-card__empty {
    display: block;
    margin: 0;
    padding: 22px;
    border-radius: 4px;
    border: 1px solid #e0e7e9;
    color: #8c979a;
    background: #f5f7f8;
    text-transform: uppercase;
    text-align: center; }
  .stripe-card ul {
    display: block;
    margin: 0;
    padding: 22px;
    border-radius: 4px;
    border: 1px solid #e0e7e9;
    background: #f5f7f8; }
    .stripe-card ul li {
      display: flex; }
      .stripe-card ul li span.title {
        padding-right: 11px;
        color: #8c979a; }
      .stripe-card ul li span.value {
        font-weight: bold; }

.att-step {
  margin-top: 15px;
  margin-left: -22px;
  position: relative;
  background: #ecf2f4;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 12px;
  border-radius: 4px;
  border: 1px solid #e0e7e9;
  z-index: 1000; }
  .att-step.right {
    transform: translateX(-100%);
    margin-left: 22px; }
  .att-step__arrow {
    display: block;
    width: 11px;
    height: 11px;
    background: transparent;
    border: 11px solid transparent;
    border-bottom: 11px solid #ecf2f4;
    position: absolute;
    z-index: 1001; }
    .att-step__arrow.left {
      left: 11px;
      top: -22px; }
    .att-step__arrow.right {
      right: 11px;
      top: -22px; }
  .att-step__title {
    padding: 11px;
    color: #8c979a;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #e0e7e9; }
  .att-step__content {
    padding: 22px 11px;
    background: white;
    min-width: 300px;
    max-width: 320px; }
  .att-step__footer {
    padding: 11px;
    border-bottom: 1px solid #e0e7e9;
    display: flex;
    justify-content: flex-end; }

.account-switcher {
  border-radius: 4px;
  border: 1px solid #e0e7e9; }
  .account-switcher__item {
    padding: 22px;
    border-bottom: 1px solid #e0e7e9;
    display: block;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .account-switcher__item:last-child {
      border: none; }
    .account-switcher__item .icon {
      font-size: 18px;
      margin-right: 11px;
      color: #8c979a; }
    .account-switcher__item .hint {
      font-size: 11px;
      color: #bbcacd;
      margin-left: auto;
      opacity: 1; }
    .account-switcher__item.current {
      cursor: default; }
      .account-switcher__item.current .label {
        font-weight: bold; }
    .account-switcher__item.switchable .hint {
      opacity: 0; }
    .account-switcher__item.switchable:hover {
      color: #2cadcb;
      background: #f5f7f8; }
      .account-switcher__item.switchable:hover .hint {
        opacity: 1; }
