/*-------------------------------------------------------*\

    TeamWave

/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Variables
/*-------------------------------------------------------*/
/*    Grid
--------------------------------------------------------*/
/*    Colors
--------------------------------------------------------*/
/*-------------------------------------------------------*\
    Functions
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Mixins
/*-------------------------------------------------------*/
/*    Column width
-------------------------------------------------------*/
/*    Column push
-------------------------------------------------------*/
/*    Clearfix
-------------------------------------------------------*/
/*    Breakpoints
-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Normalise
/*-------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.3;
}
button[disabled]:hover,
html input[disabled]:hover {
  background-color: transparent;
  color: inherit;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------------------------*\
    Base
/*-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #3C474D;
  font-size: 16px;
}
@media (min-width: 640px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

::-moz-selection {
  background: #D3EEFF;
}

::selection {
  background: #D3EEFF;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.base-sprite, .tw-apps > li .app-icon-20 {
  background-image: url("/static/tw/images/base-sprite.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .base-sprite, .tw-apps > li .app-icon-20 {
    background-image: url("/static/tw/images/base-sprite_2x.png");
    background-size: 1024px 1024px;
  }
}

/*-------------------------------------------------------*\
    Grid
/*-------------------------------------------------------*/
/* $advanced-usage: false !default;

@if $advanced-usage == false { */
.section {
  padding: 4rem 0;
  text-align: center;
}
@media (min-width: 640px) {
  .section {
    padding: 5rem 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 5rem 0 9rem 0;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

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

.col {
  margin-bottom: 1em;
  float: left;
}

.col:last-child {
  margin-right: 0;
}

.w-1, .w-2, .w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9, .w-10, .w-11 {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .w-1 {
    width: 6.5%;
    margin-right: 2%;
  }

  .w-2 {
    width: 15%;
    margin-right: 2%;
  }

  .w-3 {
    width: 23.5%;
    margin-right: 2%;
  }

  .w-4 {
    width: 32%;
    margin-right: 2%;
  }

  .w-5 {
    width: 40.5%;
    margin-right: 2%;
  }

  .w-6 {
    width: 49%;
    margin-right: 2%;
  }

  .w-7 {
    width: 57.5%;
    margin-right: 2%;
  }

  .w-8 {
    width: 66%;
    margin-right: 2%;
  }

  .w-9 {
    width: 74.5%;
    margin-right: 2%;
  }

  .w-10 {
    width: 83%;
    margin-right: 2%;
  }

  .w-11 {
    width: 91.5%;
    margin-right: 2%;
  }

  .w-12 {
    width: 100%;
    margin-right: 2%;
  }

  .p-1 {
    margin-left: 8.5%;
  }

  .p-2 {
    margin-left: 17%;
  }

  .p-3 {
    margin-left: 25.5%;
  }

  .p-4 {
    margin-left: 34%;
  }

  .p-5 {
    margin-left: 42.5%;
  }

  .p-6 {
    margin-left: 51%;
  }

  .p-7 {
    margin-left: 59.5%;
  }

  .p-8 {
    margin-left: 68%;
  }

  .p-9 {
    margin-left: 76.5%;
  }

  .p-10 {
    margin-left: 85%;
  }

  .p-11 {
    margin-left: 93.5%;
  }

  .p-12 {
    margin-left: 102%;
  }
}
/* } */
/*-------------------------------------------------------*\
    Flex
/*-------------------------------------------------------*/
.flex, .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 1025;
  -webkit-order: 1024;
  -ms-flex-order: 1024;
  order: 1024;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sm-flex > div {
    box-sizing: border-box;
  }
}
@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .md-flex > div {
    box-sizing: border-box;
  }
}
@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.col {
  float: left;
}

.col-right {
  float: right;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col,
  .sm-col-right {
    box-sizing: border-box;
  }

  .sm-col {
    float: left;
  }

  .sm-col-right {
    float: right;
  }

  .sm-col-1 {
    width: 8.33333%;
  }

  .sm-col-2 {
    width: 16.66667%;
  }

  .sm-col-3 {
    width: 25%;
  }

  .sm-col-4 {
    width: 33.33333%;
  }

  .sm-col-5 {
    width: 41.66667%;
  }

  .sm-col-6 {
    width: 50%;
  }

  .sm-col-7 {
    width: 58.33333%;
  }

  .sm-col-8 {
    width: 66.66667%;
  }

  .sm-col-9 {
    width: 75%;
  }

  .sm-col-10 {
    width: 83.33333%;
  }

  .sm-col-11 {
    width: 91.66667%;
  }

  .sm-col-12 {
    width: 100%;
  }
}
@media (min-width: 52em) {
  .md-hide {
    display: none !important;
  }

  .md-col, .md-col-right {
    box-sizing: border-box;
  }

  .md-col {
    float: left;
  }

  .md-col-right {
    float: right;
  }

  .md-col-1 {
    width: 8.33333%;
  }

  .md-col-2 {
    width: 16.66667%;
  }

  .md-col-3 {
    width: 25%;
  }

  .md-col-4 {
    width: 33.33333%;
  }

  .md-col-5 {
    width: 41.66667%;
  }

  .md-col-6 {
    width: 50%;
  }

  .md-col-7 {
    width: 58.33333%;
  }

  .md-col-8 {
    width: 66.66667%;
  }

  .md-col-9 {
    width: 75%;
  }

  .md-col-10 {
    width: 83.33333%;
  }

  .md-col-11 {
    width: 91.66667%;
  }

  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }

  .lg-col, .lg-col-right {
    box-sizing: border-box;
  }

  .lg-col {
    float: left;
  }

  .lg-col-right {
    float: right;
  }

  .lg-col-1 {
    width: 8.33333%;
  }

  .lg-col-2 {
    width: 16.66667%;
  }

  .lg-col-3 {
    width: 25%;
  }

  .lg-col-4 {
    width: 33.33333%;
  }

  .lg-col-5 {
    width: 41.66667%;
  }

  .lg-col-6 {
    width: 50%;
  }

  .lg-col-7 {
    width: 58.33333%;
  }

  .lg-col-8 {
    width: 66.66667%;
  }

  .lg-col-9 {
    width: 75%;
  }

  .lg-col-10 {
    width: 83.33333%;
  }

  .lg-col-11 {
    width: 91.66667%;
  }

  .lg-col-12 {
    width: 100%;
  }
}
/*-------------------------------------------------------*\
    Typography
/*-------------------------------------------------------*/
h1 {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.273;
  margin-top: 42px;
  margin-top: 4.2rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
@media (min-width: 640px) {
  h1 {
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 1.333;
    margin-top: 48px;
    margin-top: 4.8rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1.406;
    margin-top: 60px;
    margin-top: 6rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.680;
  margin-top: 42px;
  margin-top: 4.2rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
@media (min-width: 640px) {
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.333;
    margin-top: 48px;
    margin-top: 4.8rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 1.395;
    margin-top: 60px;
    margin-top: 6rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.105;
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
@media (min-width: 640px) {
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 24px;
    margin-top: 2.4rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.034;
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

h4 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.105;
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
@media (min-width: 640px) {
  h4 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.105;
    margin-top: 21px;
    margin-top: 2.1rem;
    margin-bottom: 21px;
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 24px;
    margin-top: 2.4rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
}

h5 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.105;
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
@media (min-width: 640px) {
  h5 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.105;
    margin-top: 21px;
    margin-top: 2.1rem;
    margin-bottom: 21px;
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 24px;
    margin-top: 2.4rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
}

h6 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.105;
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
@media (min-width: 640px) {
  h6 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.105;
    margin-top: 21px;
    margin-top: 2.1rem;
    margin-bottom: 21px;
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 24px;
    margin-top: 2.4rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
}

p, ul, ol, pre, table, blockquote {
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
@media (min-width: 640px) {
  p, ul, ol, pre, table, blockquote {
    margin-top: 24px;
    margin-top: 2.4rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1000px) {
  p, ul, ol, pre, table, blockquote {
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

p, ul, ol, pre, table, blockquote {
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}

hr {
  border: 0;
  height: 0;
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

b, strong, em, small, code {
  line-height: 1;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

/*-------------------------------------------------------*\
    Helper classes
/*-------------------------------------------------------*/
.cLr-a-gRy {
  color: #A3A9AD;
}

.m0 {
  margin: 0;
}

.mX-1 {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.mX-2 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mX-1-5 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mB0, .footer-nav, .footer-nav > li {
  margin-bottom: 0 !important;
}

.mT0 {
  margin-top: 0 !important;
}

.pX1 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.p1 {
  padding: 1rem;
}

.p2 {
  padding: 2rem;
}

.pY2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bLk {
  display: block;
}

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

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

.list-reset, .footer-nav {
  list-style: none;
  padding-left: 0;
}

/*-------------------------------------------------------*\
    Buttons
/*-------------------------------------------------------*/
.button-primary, .button-default, .button-chromeless {
  display: inline-block;
  padding: 7px 16px;
  margin-bottom: 1rem;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
}
.expand.button-primary, .expand.button-default, .expand.button-chromeless {
  width: 100%;
}
.large.button-primary, .large.button-default, .large.button-chromeless {
  padding: 12px 25px;
  font-size: 16px;
}
.disabled.button-primary, .disabled.button-default, .disabled.button-chromeless, [disabled].button-primary, [disabled].button-default, [disabled].button-chromeless, .disabled.button-primary:hover, .disabled.button-default:hover, .disabled.button-chromeless:hover, [disabled].button-primary:focus, [disabled].button-default:focus, [disabled].button-chromeless:focus {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}

.button-primary:hover, .button-primary:focus, .button-default:hover, .button-default:focus {
  outline: 0;
  text-decoration: none;
}

.button-primary {
  background-color: #1E66A3;
  color: #FFF;
  border: 1px solid #1a598d;
}
.button-primary:hover, .button-primary:focus {
  color: #FFF;
  opacity: .95;
}

.button-default {
  background-color: transparent;
  text-shadow: none;
  color: #696d70;
  font-weight: 400;
  border: 1px solid #E3E3E3;
}
.button-default:hover, .button-default:focus {
  opacity: .95;
  color: #3C474D;
  border-color: #D3D3D3;
}

.button-chromeless {
  background-color: transparent;
  text-shadow: none;
  color: #757A7D;
  font-weight: 500;
  border: none;
}
.button-chromeless:hover, .button-chromeless:focus {
  color: #3C474D;
  text-decoration: none;
}

/*-------------------------------------------------------*\
    Forms
/*-------------------------------------------------------*/
.input-field,
.tex-field,
.select-field,
.checkbox-field {
  margin-bottom: 1rem;
}

figure,
form {
  margin-bottom: 2.5rem;
}

input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid #BDC4C9;
  height: 38px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  border-radius: 3px;
  box-shadow: none;
}
input[type="email"].is-success,
input[type="search"].is-success,
input[type="text"].is-success,
input[type="tel"].is-success,
input[type="url"].is-success,
input[type="password"].is-success,
textarea.is-success,
select.is-success {
  border-color: #93b945;
}
input[type="email"].is-warning,
input[type="search"].is-warning,
input[type="text"].is-warning,
input[type="tel"].is-warning,
input[type="url"].is-warning,
input[type="password"].is-warning,
textarea.is-warning,
select.is-warning {
  border-color: #FCD053;
}
input[type="email"].is-error,
input[type="search"].is-error,
input[type="text"].is-error,
input[type="tel"].is-error,
input[type="url"].is-error,
input[type="password"].is-error,
textarea.is-error,
select.is-error {
  border-color: #FF4126;
}

input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BDC4C9;
}
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BDC4C9;
}
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #BDC4C9;
}
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BDC4C9;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #afb7be;
  outline: 0;
}
input[type="email"]:focus.is-success,
input[type="search"]:focus.is-success,
input[type="text"]:focus.is-success,
input[type="tel"]:focus.is-success,
input[type="url"]:focus.is-success,
input[type="password"]:focus.is-success,
textarea:focus.is-success,
select:focus.is-success {
  border-color: #93b945;
}
input[type="email"]:focus.is-warning,
input[type="search"]:focus.is-warning,
input[type="text"]:focus.is-warning,
input[type="tel"]:focus.is-warning,
input[type="url"]:focus.is-warning,
input[type="password"]:focus.is-warning,
textarea:focus.is-warning,
select:focus.is-warning {
  border-color: #FCD053;
}
input[type="email"]:focus.is-error,
input[type="search"]:focus.is-error,
input[type="text"]:focus.is-error,
input[type="tel"]:focus.is-error,
input[type="url"]:focus.is-error,
input[type="password"]:focus.is-error,
textarea:focus.is-error,
select:focus.is-error {
  border-color: #FF4126;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

.checkbox-label {
  display: inline-block;
  font-weight: normal;
}

fieldset {
  padding: 0;
  border-width: 0;
  margin-bottom: 1.5rem;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: .3em;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

.submit-button {
  margin-top: 15px;
}

.error-message {
  color: #FF4126;
}

/*-------------------------------------------------------*\
    Links
/*-------------------------------------------------------*/
a {
  color: #1E66A3;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #1E66A3;
  text-decoration: underline;
}
a:active {
  color: #164b78;
}
a:focus {
  color: #164b78;
}

/*-------------------------------------------------------*\
    Flash
/*-------------------------------------------------------*/
.flash-alert {
  background-color: rgba(245, 166, 35, 0.88);
  color: #FFF;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.33);
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}
.flash-alert a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  font-weight: 500;
}
.flash-alert a:focus, .flash-alert a:hover {
  color: #FFF;
}

.flash-error {
  background-color: rgba(203, 66, 66, 0.88);
  color: #FFF;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.33);
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}
.flash-error a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  font-weight: 500;
}
.flash-error a:focus, .flash-error a:hover {
  color: #FFF;
}

.flash-notice {
  background-color: rgba(85, 176, 240, 0.88);
  color: #FFF;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.33);
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}
.flash-notice a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  font-weight: 500;
}
.flash-notice a:focus, .flash-notice a:hover {
  color: #FFF;
}

.flash-success {
  background-color: rgba(43, 181, 131, 0.88);
  color: #FFF;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.33);
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}
.flash-success a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  font-weight: 500;
}
.flash-success a:focus, .flash-success a:hover {
  color: #FFF;
}

/*-------------------------------------------------------*\
    Lists
/*-------------------------------------------------------*/
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/*-------------------------------------------------------*\
    Tables
/*-------------------------------------------------------*/
table {
  margin-bottom: 2.5rem;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
}
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}
.modal .modal-state {
  display: none;
}
.modal .modal-trigger {
  position: absolute;
  right: 94px;
  top: 30px;
  padding: 5px 22px;
  color: rgba(255, 255, 255, 0.82);
}
.modal .modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
}
@media (min-width: 53.75em) {
  .modal .modal-fade-screen {
    padding-top: 10em;
  }
}
.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}
.modal .modal-close:after, .modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 1.5em;
  width: 0.15em;
  background: #ddd;
  content: '';
  display: block;
  margin: -3px 0 0 -1px;
}
.modal .modal-close:hover:after, .modal .modal-close:hover:before {
  background: #c4c4c4;
}
.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: #fff;
  border-radius: 3px;
  margin-top: 0;
  margin: auto;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  width: 95%;
}
@media (min-width: 40em) {
  .modal .modal-inner {
    max-height: 70%;
    padding: 3em;
    width: 50%;
  }
}
@media (min-width: 53.75em) {
  .modal .modal-inner {
    width: 40%;
  }
}
.modal .modal-inner h1 {
  font-size: 28px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  color: #49C48D;
  margin: 0;
  text-align: left;
  /* &:after {
      height:1px;
      background-color: #49C48D;
      content: "";
      position: absolute;
      bottom:-5px;
      left:0;
      right:0;
  } */
}
.modal .modal-inner p {
  color: #333;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .3px;
  margin-top: .7em;
}
.modal .modal-inner .modal-intro {
  margin-bottom: .8em;
}
.modal .modal-inner .modal-content {
  color: #333;
  /* @include break-at($medium-screen) {
     @include columns(2 8em);
   } */
}
.modal .modal-inner a.cta {
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}
.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

/*---------*\
    Login
/*---------*/
/*-------------------------------------------------------*\
    Login
/*-------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.l-table-cell.left-col {
  display: none;
}

@media (min-width: 958px) {
  .l-table {
    display: table;
    vertical-align: middle;
    height: 100%;
    margin: auto;
    /* &.login-wrapper,
    &.forgot-wrapper {
        height: calc(100% - 100px); 
    }
    &.signup-wrapper {
        height: calc(100% - 78px); 
    } */
  }
  .vm-page .l-table {
    height: calc(100% - 100px);
  }

  .l-table-row {
    display: table-row;
  }

  .l-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
  }
  .l-table-cell.left-col {
    width: 40%;
    display: table-cell;
  }
  .l-table-cell.left-col .inner {
    position: relative;
  }
  .l-table-cell.right-col {
    width: 60%;
    background-color: rgba(63, 112, 157, 0.95);
    min-height: 650px;
    overflow: auto;
  }
}
@media (min-width: 640px) {
  .box-wrapper {
    width: 460px;
  }
}
.box-wrapper.forgot-wrapper {
  width: 600px;
}

.l-main {
  padding: 35px;
}
.l-main .text-input,
.l-main .select-input {
  width: 100%;
}
.l-main .tw-logo {
  fill: #1E66A3;
  width: 164px;
  height: 56px;
  margin: 0 auto 50px;
  display: block;
  background-image: url("/static/tw/images/logos/teamwave-logo.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .l-main .tw-logo {
    background-image: url("/static/tw/images/logos/teamwave-logo_2x.png");
    background-size: 164px 56px;
  }
}
.l-main .tw-logo img {
  height: 0;
}
.l-main .tw-logo.dark {
  background-image: url("/static/tw/images/logos/teamwave-logo-dark.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .l-main .tw-logo.dark {
    background-image: url("/static/tw/images/logos/teamwave-logo-dark_2x.png");
    background-size: 164px 56px;
  }
}
.l-main .tw-logo .beta-label {
  margin: 6px 0 0 -3px;
  display: inline-block;
}
.l-main .tw-logo .beta-label img {
  width: 33px;
  height: 14px;
}
.l-main h1 {
  font-size: 25px;
  font-weight: 400;
  margin: 0px 0 30px;
}
.l-main h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 30px;
  line-height: 18px;
}

.form-options label {
  font-size: 14px;
}

.login-forgot-password {
  display: block;
  margin-top: -10px;
  text-align: right;
}
.login-forgot-password .login-forgot-link {
  font-size: 14px;
}

.login-actions {
  font-size: 14px;
  color: #757A7D;
  margin: 30px auto 0;
  padding-top: 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 78px;
  width: 100%;
  z-index: 9999;
  font-size: 14px;
}
header .tw-logo {
  fill: #1E66A3;
  width: 164px;
  height: 56px;
  display: block;
  background-image: url("/static/tw/images/logos/teamwave-logo.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  header .tw-logo {
    background-image: url("/static/tw/images/logos/teamwave-logo_2x.png");
    background-size: 164px 56px;
  }
}
header .tw-logo img {
  height: 0;
}
header .tw-logo.dark {
  background-image: url("/static/tw/images/logos/teamwave-logo-dark.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  header .tw-logo.dark {
    background-image: url("/static/tw/images/logos/teamwave-logo-dark_2x.png");
    background-size: 164px 56px;
  }
}
header .tw-logo.small {
  background-size: 120px 41px;
}
header .tw-logo .beta-label {
  margin: 6px 0 0 -3px;
  display: inline-block;
}
header .tw-logo .beta-label img {
  width: 33px;
  height: 14px;
}
header .banner {
  padding: 28px 0;
  position: relative;
}
header .button-default {
  position: absolute;
  right: 0;
  top: 28px;
  padding: 5px 22px;
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.55);
}
header .button-default:hover, header .button-default:focus {
  color: #FFF;
}

.footer {
  z-index: 1;
  font-size: 14px;
  border-top: 1px solid #E3E3E3;
}
.footer p {
  color: #A3A9AD;
  margin: 0;
}
.footer a {
  color: #757A7D;
}
.footer a:hover {
  color: #3C474D;
}
body.splash-page .footer {
  left: 40%;
  width: auto;
}
@media (min-width: 1200px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.footer-nav {
  margin: 0 -15px;
}
.footer-nav a {
  text-decoration: none;
  display: block;
  padding: 15px;
  font-weight: 300;
  letter-spacing: .7px;
  color: rgba(255, 255, 255, 0.88);
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #FFF;
}

body.error-page h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #A3A9AD;
}
body.error-page h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0px 0 20px;
}
@media (min-width: 640px) {
  body.error-page .box-wrapper {
    width: 600px;
  }
}

body.static-page {
  font-size: 13px;
  line-height: 20.5px;
}
body.static-page .static-header:before, body.static-page .static-header:after {
  content: "";
  display: table;
}
body.static-page .static-header:after {
  clear: both;
}
body.static-page .static-header .tw-logo {
  margin: 0;
  float: left;
}
body.static-page .static-header h1 {
  display: inline-block;
  margin: 22px 30px;
  font-size: 28px;
  font-weight: 400;
  border-left: 1px solid #E3E3E3;
  padding: 10px 25px;
  line-height: 1;
}
body.static-page .l-main .tw-logo {
  margin: 0 0 55px;
}
body.static-page h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 20px;
  letter-spacing: .7px;
}
@media (min-width: 640px) {
  body.static-page .box-wrapper {
    width: 100%;
    max-width: 900px;
  }
}

body.confirm-page .l-main .tw-logo {
  margin: 0 0 60px;
}
body.confirm-page h1 {
  font-size: 19px;
  font-weight: 400;
  color: #A3A9AD;
  display: inline-block;
  border-radius: 3px;
}
body.confirm-page h1:after {
  content: "";
  display: block;
  width: 210px;
  height: 1px;
  margin-top: 15px;
  background-color: #E3E3E3;
}
body.confirm-page h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 25px 0 20px;
}
body.confirm-page .box-wrapper {
  text-align: left;
}
@media (min-width: 640px) {
  body.confirm-page .box-wrapper {
    width: 600px;
  }
}
body.confirm-page a {
  font-weight: 500;
}

body.splash-page {
  background-position: 0 0;
  min-width: 650px;
  background-color: rgba(63, 112, 157, 0.95);
}
@media (min-width: 958px) {
  body.splash-page {
    background-color: #3a3d4a;
  }
}
body.splash-page .box-wrapper {
  height: 100%;
  padding: 0;
}
@media (min-width: 640px) {
  body.splash-page .box-wrapper {
    width: 100%;
  }
  body.splash-page .box-wrapper .l-table-cell {
    padding: 0;
  }
}
body.splash-page .product-screenshot {
  max-width: 433px;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}
body.splash-page #screenshot {
  position: absolute;
  width: 667px;
  top: 50%;
  left: 0;
  margin-top: -192px;
  display: inline-block;
  z-index: -1;
}
body.splash-page #screenshot img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body.splash-page .greeting-container {
  padding: 150px 0 0 0px;
  max-width: 700px;
}
body.splash-page .greeting-container .inner {
  padding: 50px 0 50px 25px;
}
@media (min-width: 958px) {
  body.splash-page .greeting-container {
    padding: 50px 0 0 0px;
    max-width: 745px;
  }
  body.splash-page .greeting-container .inner {
    padding: 50px 0 50px 45px;
  }
}
body.splash-page .greeting-container h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.15;
  margin: -50px 0 15px;
  color: white;
}
body.splash-page .greeting-container h4 {
  font-weight: 400;
  font-size: 18px;
  padding-right: 50px;
  margin: 0;
  color: #757A7D;
}
body.splash-page .greeting-container .signup-input {
  margin-top: 30px;
}
body.splash-page .greeting-container .signup-input:before, body.splash-page .greeting-container .signup-input:after {
  content: "";
  display: table;
}
body.splash-page .greeting-container .signup-input:after {
  clear: both;
}
body.splash-page .greeting-container .signup-input > form {
  display: inline-block;
  position: relative;
}
body.splash-page .greeting-container .signup-input > form input {
  -webkit-appearance: none;
}
body.splash-page .greeting-container .signup-input .remote-email {
  padding: 11px 25px 11px 15px;
  min-width: 290px;
  border: 1px solid transparent;
  border-right: 0;
  font-size: 16px;
  float: left;
  outline: 0;
  background: #fff;
  height: 46px;
  border-radius: 2px 0 0 2px;
}
body.splash-page .greeting-container .signup-input .button-primary {
  font-size: 13px;
  line-height: 1.8461538462;
  display: inline-block;
  text-decoration: none;
  padding: 10px 22px 10px;
  letter-spacing: .6px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0 2px 2px 0;
  background-color: #49C48D;
  color: #fff;
  -webkit-appearance: none;
}
body.splash-page .footer,
body.splash-page header {
  width: 100%;
  border-top: none;
}
body.splash-page .footer .inner {
  padding: 0 25px;
}
@media (min-width: 958px) {
  body.splash-page .footer .inner {
    padding: 0 50px;
  }
}

.tw-apps {
  margin-top: 10px;
}
.tw-apps:before, .tw-apps:after {
  content: "";
  display: table;
}
.tw-apps:after {
  clear: both;
}
.tw-apps > li {
  float: left;
  width: 250px;
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .7px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 12px;
}
.tw-apps > li .app-icon-20 {
  display: block;
  float: left;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  opacity: .77;
}
.tw-apps > li .app-icon-20.tw-app-projects {
  background-position: 0 -60px;
}
.tw-apps > li .app-icon-20.tw-app-crms {
  background-position: 0 -80px;
}
.tw-apps > li .app-icon-20.tw-app-hris {
  background-position: 0 -100px;
}
.tw-apps > li .app-icon-20.tw-app-invoicing {
  background-position: 0 -120px;
}
.tw-apps > li .app-icon-20.tw-app-time-tracking {
  background-position: 0 -140px;
}
.tw-apps > li .app-icon-20.tw-app-contact-management {
  background-position: 0 -160px;
}
.tw-apps > li .app-icon-20.tw-app-marketing-automation {
  background-position: 0 -180px;
}
.tw-apps > li .app-icon-20.tw-app-reports {
  background-position: 0 -200px;
}

.flash {
  position: fixed;
  top: 25px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  z-index: 99999;
}
.flash.ph-flash {
  width: 50%;
  top: -4px;
  margin-left: -25%;
}

/*---------*\
    Site
/*---------*/
