@charset "UTF-8";
/**********

This file represents a headstrong attempt to update the entire Asana site to the released version of Bootstrap 3. May the gods be with us.

***********/
@font-face {
  font-family: "SocialIcon-v2";
  src: url("../font/Socialico.eot?v2");
  src: url("../font/Socialico.otf?#iefix") format("embedded-opentype"), url("../font/Socialico.otf?v2") format("opentype"), url("../font/Socialico.woff?v2") format("woff"), url("../font/Socialico.ttf?v2") format("truetype"), url("../font/Socialico.svg?v2") format("svg");
  font-weight: normal !important;
  font-style: normal; }
.acBlueTextHover {
  color: #114d97; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "proxima-nova", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #3b474d;
  background-color: #fff; }

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

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 2px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "proxima-nova", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #bfbfbf; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

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

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

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

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

.text-muted {
  color: #bfbfbf; }

.text-primary {
  color: #428bca; }
  .text-primary:hover {
    color: #3071a9; }

.text-warning {
  color: #8a6d3b; }
  .text-warning:hover {
    color: #66512c; }

.text-danger {
  color: #ffffff; }
  .text-danger:hover {
    color: #e6e6e6; }

.text-success {
  color: #3c763d; }
  .text-success:hover {
    color: #2b542c; }

.text-info {
  color: #31708f; }
  .text-info:hover {
    color: #245269; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-primary:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #ff7163; }

a.bg-primary:hover {
  background-color: #ff4330; }

.bg-success {
  background-color: #dff0d8; }

a.bg-primary:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-primary:hover {
  background-color: #afd9ee; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bfbfbf; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #bfbfbf; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #3b474d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

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

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

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

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

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

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #ff7163; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ff5a49; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #3b474d;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #bfbfbf; }
  .form-control::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #bfbfbf; }
  .form-control::-webkit-input-placeholder {
    color: #bfbfbf; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

input[type="date"] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff; }
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff7163; }
.has-error .form-control-feedback {
  color: #ffffff; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #738994; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #bfbfbf;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../font/glyphicons-halflings-regular.eot");
  src: url("../font/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../font/glyphicons-halflings-regular.woff") format("woff"), url("../font/glyphicons-halflings-regular.ttf") format("truetype"), url("../font/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #3b474d;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #303a3f;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #bfbfbf; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #bfbfbf; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    \left: 0;
    \right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 2px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #bfbfbf; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #bfbfbf;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 2px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 2px 2px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 2px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > .glyphicon {
    float: left;
    margin-top: -2px;
    margin-right: 5px; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #bfbfbf; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #bfbfbf; }
  .navbar-inverse .navbar-nav > li > a {
    color: #bfbfbf; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #bfbfbf; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #bfbfbf; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #bfbfbf; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #bfbfbf;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #bfbfbf;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

.label-default {
  background-color: #bfbfbf; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #a6a6a6; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bfbfbf;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .container .jumbotron {
    border-radius: 2px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #3b474d; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

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

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

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

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

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

.alert-danger {
  background-color: #ff7163;
  border-color: #ff4957;
  color: #ffffff; }
  .alert-danger hr {
    border-top-color: #ff3040; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #ffffff;
  background-color: #ff7163; }

a.list-group-item-danger {
  color: #ffffff; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #ffffff;
    background-color: #ff5a49; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }
  .panel > .table > tbody:last-child > tr:last-child td:first-child,
  .panel > .table > tbody:last-child > tr:last-child th:first-child,
  .panel > .table > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 1px; }
  .panel > .table > tbody:last-child > tr:last-child td:last-child,
  .panel > .table > tbody:last-child > tr:last-child th:last-child,
  .panel > .table > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 1px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #3b474d;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ff4957; }
  .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ff7163;
    border-color: #ff4957; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ff4957; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ff4957; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 2px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; }

  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 235px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #F8F8F8; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #F8F8F8; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #F8F8F8; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #F8F8F8;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
.col {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/* GENERAL COLORS */
/*bgrays are now defined per theme but left in here for reference
$bgray1: #1A232E;
$bgray2: #212F40;
$bgray3: #434C56;
$bgray4: #596573;
$bgray5: #6E7E91;
$bgray6: #9CACBC;
$bgray7: #AFBCC8;
$bgray8: #C0CCD7;
$bgray9: #CED7E0;
$bgray10: #DDE4EA;
$bgray11: #ECF0F3;
$bgray12: #F5F9FC; */
/* SEMANTIC COLOR NAMES - these are repeats of the general colors to make it easier to write the css*/
/* FONT WEIGHTS */
/* not used but here for reference*/
/***
*  Animations
***/
@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes reset-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes reset-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes reset-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes grow-1-to-3_5 {
  0% {
    max-height: 1em; }
  100% {
    max-height: 3.5em; } }
@-moz-keyframes grow-1-to-3_5 {
  0% {
    max-height: 1em; }
  100% {
    max-height: 3.5em; } }
@keyframes grow-1-to-3_5 {
  0% {
    max-height: 1em; }
  100% {
    max-height: 3.5em; } }
/**
 * Give the element a background image starting at ($x, $y) of the sprite image.
 * On hover, use the same background image, but move 100px to the right in the
 * sprite.
 *
 * (Note that the argument order is ($y, $x) to support of $x's default value.)
 */
/**
 * To create an icon, just include this mixin with its coordinates/dimensions in
 * the sprite.
 */
/**
 * Common icons
 */
/** notification box, to get someones attention in a dialog or pane **/
/**
* how we create a line that is centered behind the text title
**/
/** DEPRECATED x icons
 * Elements with this mixin should also contain an empty div with class
 * "delete".  When the (parent) element is hovered, the .delete element will
 * turn into an "x"; when the .delete element itself is hovered, that "x" will
 * darken. #TODO find where these are used, and clean up
 */
/**
mixins that are more like classes but this seems cleaner
**/
/* for padding on container around autogrow text areas, so they expand correctly*/
/**
buttons styles that are abstracted out
***/
/**
 * Make the cursor be a grabbing hand.
 */
/**
 * Defines a row that makes each item the height of the row. By default items
 * are not resized horizontally. Mark an item with flexbox-flexes to make it
 * grow or shrink if there is too much or too little horizontal space.
 */
.flexbox-row {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox; }

/**
 * Firefox only plays the flexbox game if every element in the parent element
 * is playing the game, but sometimes Chrome needs display to be Block for some
 * things to work (for example, ellipsis). So this is a way to get around it.
 */
/**
 * Same as flexbox-row, but vertical.
 */
.flexbox-column {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column; }

/**
 * Indicates that an element should adjust its size to according to whether the
 * parent has too much or too little space.
 *
 * @deprecated: use flexbox-flexes-in-column and flexbox-flexes-in-row instead.
 */
/**
 * "Private" mixin, useful for changing IE's weirdly inconsistent flexbox
 * behavior. Use one of the below rules.
 */
/**
 * #FlexboxColumns
 * When the container has its height explicitly defined, this rule will do.
 */
.flexbox-flexes-in-column {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  min-height: 1px; }

/**
 * #FlexboxColumns
 * Use one of the following two mixins when the container has a max-height,
 * but not an explicit height (e.g., a DialogView2).
 *  - no-shrink is for components that need to always occupy their full size -
 *    headers, footers, etc.
 *  - shrinking is for components that can let themselves overflow, scroll, etc.
 */
.flexbox-flexes-in-row {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  min-width: 1px; }

/**
 * Include in a flexbox to indicate the alignment of its children.
 * align: {start|end|center|baseline|stretch}
 */
/**
 * Adds vendor-specific prefixes for the align-self property.
 * align: {auto | flex-start | flex-end | center | baseline | stretch}
 */
/**
 * Include in a flexbox to indicate the packing of its children.
 * pack: {start|end|center|justify}
 */
/**
 * Add vertical scrolling and custom scrollbars (webkit only) to a block
 * element.
 */
/**
* tokens with an x
**/
[class^="icon-arrow-"],
[class*=" icon-arrow-"] {
  width: 15px;
  height: 27px;
  line-height: 27px;
  background-image: url("//s3.amazonaws.com/asana_static/images/ui/arrows.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 0;
  display: inline-block; }

.icon-white {
  background-position-y: -27x; }

.icon-arrow-left {
  background-position-x: 0; }

.icon-arrow-right {
  background-position-x: -15px; }

.glyph {
  font-family: SocialIcon-v2;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased; }
  .glyph s {
    display: none; }
  .glyph.glyph-dribbble-disc:before {
    content: "\42"; }
  .glyph.glyph-dribbble:before {
    content: "\62"; }
  .glyph.glyph-github-disc:before {
    content: "\43"; }
  .glyph.glyph-github:before {
    content: "\63"; }
  .glyph.glyph-dropbox-disc:before {
    content: "\44"; }
  .glyph.glyph-dropbox:before {
    content: "\64"; }
  .glyph.glyph-email-disc:before {
    content: "\45"; }
  .glyph.glyph-email:before {
    content: "\65"; }
  .glyph.glyph-facebook-disc:before {
    content: "\46"; }
  .glyph.glyph-facebook:before {
    content: "\66"; }
  .glyph.glyph-gplus-disc:before {
    content: "\47"; }
  .glyph.glyph-gplus:before {
    content: "\67"; }
  .glyph.glyph-like-disc:before {
    content: "\48"; }
  .glyph.glyph-like:before {
    content: "\68"; }
  .glyph.glyph-instagram-disc:before {
    content: "\49"; }
  .glyph.glyph-instagram:before {
    content: "\69"; }
  .glyph.glyph-search-disc:before {
    content: "\4b"; }
  .glyph.glyph-search:before {
    content: "\6b"; }
  .glyph.glyph-linkedin-disc:before {
    content: "\4c"; }
  .glyph.glyph-linkedin:before {
    content: "\6c"; }
  .glyph.glyph-refresh-disc:before {
    content: "\4e"; }
  .glyph.glyph-refresh:before {
    content: "\6e"; }
  .glyph.glyph-pinterest-disc:before {
    content: "\50"; }
  .glyph.glyph-pinterest:before {
    content: "\70"; }
  .glyph.glyph-quora-disc:before {
    content: "\51"; }
  .glyph.glyph-quora:before {
    content: "\71"; }
  .glyph.glyph-rss-disc:before {
    content: "\52"; }
  .glyph.glyph-rss:before {
    content: "\72"; }
  .glyph.glyph-share-disc:before {
    content: "\53"; }
  .glyph.glyph-share:before {
    content: "\73"; }
  .glyph.glyph-twitter-bird-disc:before {
    content: "\54"; }
  .glyph.glyph-twitter-bird:before {
    content: "\74"; }
  .glyph.glyph-twitter-disc:before {
    content: "\55"; }
  .glyph.glyph-twitter:before {
    content: "\e61f"; }
  .glyph.glyph-vimeo-disc:before {
    content: "\56"; }
  .glyph.glyph-vimeo:before {
    content: "\76"; }
  .glyph.glyph-wordpress-disc:before {
    content: "\57"; }
  .glyph.glyph-wordpress:before {
    content: "\77"; }
  .glyph.glyph-youtube-disc:before {
    content: "\59"; }
  .glyph.glyph-youtube:before {
    content: "\79"; }

.background-cover {
  background-size: cover !important; }

.background-contain {
  background-size: contain !important; }

.background-cover img.bgSize, .background-contain img.bgSize {
  max-width: none !important; }

.quickfit {
  white-space: nowrap; }

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center; } }
.nobr {
  white-space: nowrap; }

/*
  use .even-rows on col-x that you want to show up as rows. only works when all
  columns are the same x
*/
@media (max-width: 767px) {
  .even-rows.col-xs-1:nth-child(12n+1), .even-rows.col-xs-6:nth-child(2n+1), .even-rows.col-xs-4:nth-child(3n+1), .even-rows.col-xs-3:nth-child(4n+1), .even-rows.col-xs-2:nth-child(6n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .even-rows.col-sm-1:nth-child(12n+1), .even-rows.col-sm-6:nth-child(2n+1), .even-rows.col-sm-4:nth-child(3n+1), .even-rows.col-sm-3:nth-child(4n+1), .even-rows.col-sm-2:nth-child(6n+1) {
    clear: both; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .even-rows.col-md-1:nth-child(12n+1), .even-rows.col-md-6:nth-child(2n+1), .even-rows.col-md-4:nth-child(3n+1), .even-rows.col-md-3:nth-child(4n+1), .even-rows.col-md-2:nth-child(6n+1) {
    clear: both; } }
@media (min-width: 1200px) {
  .even-rows.col-lg-1:nth-child(12n+1), .even-rows.col-lg-6:nth-child(2n+1), .even-rows.col-lg-4:nth-child(3n+1), .even-rows.col-lg-3:nth-child(4n+1), .even-rows.col-lg-2:nth-child(6n+1) {
    clear: both; } }

.visible-asana-logged-in,
tr.visible-asana-logged-in,
th.visible-asana-logged-in,
td.visible-asana-logged-in {
  display: none !important; }

html.asana-is-logged-in .visible-asana-logged-in {
  display: block !important; }
html.asana-is-logged-in table.visible-asana-logged-in {
  display: table; }
html.asana-is-logged-in tr.visible-asana-logged-in {
  display: table-row !important; }
html.asana-is-logged-in th.visible-asana-logged-in,
html.asana-is-logged-in td.visible-asana-logged-in {
  display: table-cell !important; }
html.asana-is-logged-in .hidden-asana-logged-in,
html.asana-is-logged-in tr.hidden-asana-logged-in,
html.asana-is-logged-in th.hidden-asana-logged-in,
html.asana-is-logged-in td.hidden-asana-logged-in {
  display: none !important; }

body {
  height: 100%; }

#body-main, #page {
  min-height: 100%;
  position: relative;
  margin-bottom: -300px;
  background: #F2F2F2;
  overflow: hidden; }

#footer-main {
  min-height: 300px;
  position: relative;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    #footer-main {
      padding-top: 10px;
      padding-bottom: 0; } }

#footer-clear {
  height: 300px;
  clear: both; }

@media (max-width: 767px) {
  #body-main, #page {
    margin-bottom: 0; }

  #footer-clear {
    display: none; } }
.sales-form-error {
  font-size: 14px;
  font-weight: bold;
  margin-top: -15px;
  padding-bottom: 15px;
  text-align: left;
  color: #F22659;
  /*  width: 300px; */ }

ul.checklist-icons {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

ul.checklist-icons li {
  background-image: url(https://asana.com/assets/img/checkbox.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-size: 15px 15px;
  padding-left: 25px;
  height: 30px; }

body {
  font-family: "proxima-nova", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #7F7F7F;
  letter-spacing: 0.03em; }

.new-typo h1.line, .new-typo h2.line, .new-typo h3.line, .new-typo h4.line {
  overflow: hidden;
  text-align: center;
  display: block; }
  .new-typo h1.line:before, .new-typo h1.line:after, .new-typo h2.line:before, .new-typo h2.line:after, .new-typo h3.line:before, .new-typo h3.line:after, .new-typo h4.line:before, .new-typo h4.line:after {
    background-color: #7F7F7F;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .new-typo h1.line:before, .new-typo h2.line:before, .new-typo h3.line:before, .new-typo h4.line:before {
    right: 20px;
    margin-left: -50%; }
  .new-typo h1.line:after, .new-typo h2.line:after, .new-typo h3.line:after, .new-typo h4.line:after {
    left: 20px;
    margin-right: -50%; }
.new-typo h1 {
  font-size: 40px;
  font-weight: 300;
  color: #1E8CD4;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25; }
  @media (max-width: 767px) {
    .new-typo h1 {
      font-size: 30px; } }
.new-typo h2 {
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  color: #666e73;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  letter-spacing: 0.02em; }
  @media (max-width: 767px) {
    .new-typo h2 {
      font-size: 30px;
      padding-left: 8%;
      padding-right: 8%;
      letter-spacing: 0.02em; } }
.new-typo h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  -webkit-font-smoothing: antialiased;
  color: #666e73;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6em; }
  @media (max-width: 767px) {
    .new-typo h3 {
      padding-left: 8%;
      padding-right: 8%; } }
.new-typo h4 {
  color: #7F7F7F;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .new-typo h4 {
      padding-left: 8%;
      padding-right: 8%; } }
.new-typo h5 {
  font-family: "proxima-nova-condensed", "Proxima Nova Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
  font-size: 17px;
  text-transform: uppercase; }

@font-face {
  font-family: 'AsanaStatic';
  src: url("../font/AsanaStatic.eot?-6auesa");
  src: url("../font/AsanaStatic.eot?#iefix-6auesa") format("embedded-opentype"), url("../font/AsanaStatic.woff?-6auesa") format("woff"), url("../font/AsanaStatic.ttf?-6auesa") format("truetype"), url("../font/AsanaStatic.svg?-6auesa#AsanaStatic") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="asi-"], [class*=" asi-"], .asi {
  font-family: 'AsanaStatic';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.asi-checkmark:before {
  content: "\e62b"; }

.asi-dashboards:before {
  content: "\e62c"; }

.asi-a:before {
  content: "\e600"; }

.asi-heart_outline:before {
  content: "\e601"; }

.asi-checkbox:before {
  content: "\e602"; }

.asi-home_unread:before {
  content: "\e603"; }

.asi-sort_priority:before {
  content: "\e604"; }

.asi-file:before {
  content: "\e605"; }

.asi-more:before {
  content: "\e606"; }

.asi-reOrder:before {
  content: "\e607"; }

.asi-camera:before {
  content: "\e608"; }

.asi-favorite:before {
  content: "\e609"; }

.asi-networkIssue:before {
  content: "\e60a"; }

.asi-recent:before {
  content: "\e60b"; }

.asi-mobile:before {
  content: "\e60c"; }

.asi-retry:before {
  content: "\e60d"; }

.asi-rightArrow:before {
  content: "\e60e"; }

.asi-upArrow:before {
  content: "\e60f"; }

.asi-close:before {
  content: "\e610"; }

.asi-delete:before {
  content: "\e611"; }

.asi-leftArrow:before {
  content: "\e612"; }

.asi-tag:before {
  content: "\e613"; }

.asi-conversation:before {
  content: "\e614"; }

.asi-heart:before {
  content: "\e615"; }

.asi-project:before {
  content: "\e616"; }

.asi-subTask:before {
  content: "\e617"; }

.asi-assignee:before {
  content: "\e618"; }

.asi-description:before {
  content: "\e619"; }

.asi-dueDate:before {
  content: "\e61a"; }

.asi-attachment:before {
  content: "\e61b"; }

.asi-cog:before {
  content: "\e61c"; }

.asi-follower:before {
  content: "\e61d"; }

.asi-later:before {
  content: "\e61e"; }

.asi-myTasks:before {
  content: "\e61f"; }

.asi-today:before {
  content: "\e620"; }

.asi-upcoming:before {
  content: "\e621"; }

.asi-newTask:before {
  content: "\e622"; }

.asi-projects:before {
  content: "\e623"; }

.asi-quickAdd:before {
  content: "\e624"; }

.asi-search:before {
  content: "\e625"; }

.asi-checkmark_done:before {
  content: "\e626"; }

.asi-home:before {
  content: "\e627"; }

.asi-add-person:before {
  content: "\e628"; }

.asi-g-plus:before {
  content: "\e629"; }

.asi-arrowDown:before {
  content: "\e62a"; }

.asi-clipboard:before {
  content: "\e62d"; }

.asi-guide:before {
  content: "\e62e"; }

@font-face {
  font-family: 'Eng-Social';
  src: url("../font/Eng-Social.eot");
  src: url("../font/Eng-Social.eot?#iefix") format("embedded-opentype"), url("../font/Eng-Social.woff") format("woff"), url("../font/Eng-Social.ttf") format("truetype"), url("../font/Eng-Social.svg#Eng-Social") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Eng-Social';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="social-icon-"] {
*/
.social-icon-apply, .social-icon-facebook, .social-icon-github, .social-icon-instagram, .social-icon-linkedin, .social-icon-twitter, .social-icon-quora, .social-icon-profile {
  font-family: 'Eng-Social';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.social-icon-apply:before {
  content: "\e000"; }

.social-icon-facebook:before {
  content: "\e001"; }

.social-icon-github:before {
  content: "\e002"; }

.social-icon-instagram:before {
  content: "\e003"; }

.social-icon-linkedin:before {
  content: "\e004"; }

.social-icon-twitter:before {
  content: "\e006"; }

.social-icon-quora:before {
  content: "\e007"; }

.social-icon-profile:before {
  content: "\e005"; }

#jobsQuotesRoundabout {
  margin-top: 30px;
  -webkit-font-smoothing: antialiased; }

#jobsBenefitsCarousel {
  margin-top: 10px; }

.cite-social .glyph {
  font-size: 18px;
  vertical-align: middle;
  padding: 0 2px; }
.cite-social .glyph-text-www {
  font-size: 75%;
  margin-bottom: 2px;
  padding: 0 3px; }
.cite-social .glyph-text-me {
  margin-bottom: 3px;
  padding: 0 3px; }

.about-page {
  overflow: hidden;
  /* Contact Table */ }
  .about-page .dialog-title {
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    color: #666e73;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    text-align: left !important; }
    @media (max-width: 767px) {
      .about-page .dialog-title {
        font-size: 30px;
        padding-left: 8%;
        padding-right: 8%;
        letter-spacing: 0.02em; } }
  .about-page .contact-table {
    margin-top: 20px;
    font-size: 14px; }
    .about-page .contact-table td {
      padding: 10px; }
    .about-page .contact-table a {
      text-decoration: none; }
    .about-page .contact-table .left-col {
      text-align: right; }
    .about-page .contact-table .right-col {
      text-align: left; }
  .about-page .wide-container {
    padding: 0 15px;
    position: relative; }
    .about-page .wide-container .dialog-title {
      margin-top: 30pxpx; }
    @media (min-width: 768px) {
      .about-page .wide-container {
        padding: 0 30px; } }
  .about-page .grad-area {
    padding: 50px 0;
    background: #F8F8F8; }
    .about-page .grad-area .people-list {
      padding: 0;
      margin: 0 0 30px; }
      .about-page .grad-area .people-list li {
        font-size: 17px;
        line-height: 24px;
        list-style: none;
        font-weight: 300; }
    .about-page .grad-area .advisor-list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px; }
    .about-page .grad-area .img-polaroid {
      background: white; }
  .about-page .sidebar h3 {
    margin: 30px 0 0;
    clear: both; }
    .about-page .sidebar h3.top {
      margin: 50px 0 20px 0;
      color: #114d97; }
  .about-page .asana-list {
    border: 1px solid #9cacbc;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    list-style: none;
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    padding: 0; }
    .about-page .asana-list.block-links a {
      font-weight: 600;
      display: block;
      padding: 10px 20px;
      margin: -10px -20px; }
    .about-page .asana-list li {
      border-bottom: 1px solid #e5e5e5;
      padding: 10px 20px;
      position: relative; }
      .about-page .asana-list li:last-child, .about-page .asana-list li.last-child {
        border-bottom: 0; }
      .about-page .asana-list li div.subtask-style {
        color: #5a6773;
        font-size: 12px;
        display: inline-block;
        font-weight: bold;
        padding: 3px;
        padding-right: 15px;
        padding-left: 20px;
        border: 1px solid #9cacbc;
        background-color: whiteSmoke;
        border-left: none;
        margin-left: -20px; }
    .about-page .asana-list .right {
      position: absolute;
      right: 20px;
      top: 20px; }
    .about-page .asana-list h3 {
      font-size: 27px;
      margin: 5px 0;
      font-weight: 300; }
  .about-page ol.asana-list {
    margin: 0;
    font-size: 14px; }
    .about-page ol.asana-list > li {
      position: relative;
      margin: 0 0 0 30px;
      padding: 8px 14px;
      border-bottom: 1px solid #cccccc; }
    .about-page ol.asana-list > li:before {
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      /* Position and style the number */
      position: absolute;
      top: 0;
      left: -30px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      width: 30px;
      height: 105%;
      border-right: 1px solid #cccccc;
      color: #999999;
      background: #f2f2f2;
      text-align: center;
      font-size: 11px;
      line-height: 37px; }
    .about-page ol.asana-list > li:last-child:before,
    .about-page ol.asana-list > li.last-child:before {
      height: 100%;
      border-bottom-left-radius: 5px; }
    .about-page ol.asana-list > li.title {
      border-top: 0;
      margin: 0; }
      .about-page ol.asana-list > li.title h3 {
        font-size: 17px;
        font-weight: 600; }
      .about-page ol.asana-list > li.title:before {
        content: none; }
    .about-page ol.asana-list > li.first {
      counter-reset: li; }
  .about-page span.img-polaroid {
    display: inline-block; }
  .about-page .img-polaroid {
    padding: 10px;
    max-width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
  .about-page .thin-polaroid-border {
    padding: 8px; }
  .about-page span.img-vignette {
    display: block; }
  .about-page .img-vignette {
    position: relative; }
    .about-page .img-vignette img {
      display: block; }
    .about-page .img-vignette:after {
      box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      content: ""; }
  .about-page a:hover {
    text-decoration: none; }
  .about-page p, .about-page .bullets li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #7F7F7F; }
  .about-page ul.bullets,
  .about-page ol.bullets {
    margin-left: 30px;
    margin-bottom: 30px; }
    .about-page ul.bullets li,
    .about-page ol.bullets li {
      margin-bottom: 15px; }
  .about-page .hero-unit {
    background: none;
    padding: 0;
    margin: 0; }
    .about-page .hero-unit p.hero-text {
      font-size: 33px;
      line-height: 43px;
      color: #434c56;
      margin-bottom: 30px; }
      .about-page .hero-unit p.hero-text b {
        font-weight: bold; }
  @media (max-width: 767px) {
    .about-page .hero-unit p.hero-text {
      font-size: 24px;
      line-height: 43/33; } }
  .about-page .blockquote-big {
    padding: 50px 0;
    border: 0;
    position: relative;
    margin-bottom: 0; }
    .about-page .blockquote-big .wrap {
      margin-left: 70px; }
    .about-page .blockquote-big .wrap:before {
      content: "‘‘";
      color: #428bca;
      font-size: 270px;
      position: absolute;
      left: -30px;
      top: 0;
      line-height: 1.15;
      letter-spacing: -23px; }
    .about-page .blockquote-big p {
      font-size: 35px;
      color: #434c56;
      line-height: 1.2285714286;
      font-weight: bold; }
    .about-page .blockquote-big .footer {
      margin-left: 70px;
      margin-top: 20px;
      margin-right: 20px; }
      .about-page .blockquote-big .footer a {
        font-weight: bold; }
  .about-page .blockquote-highlight {
    background: url("//s3.amazonaws.com/asana_static/images/about-page/blockquote-highlight.png") center center no-repeat;
    padding: 50px 120px;
    margin: 0 -135px; }
    .about-page .blockquote-highlight .wrap:before {
      left: 90px;
      color: #428bca; }
  @media (max-width: 767px) {
    .about-page .blockquote-big {
      padding: 20px 0; }
      .about-page .blockquote-big p {
        font-size: 24px; }
      .about-page .blockquote-big .wrap {
        margin-left: 50px;
        position: relative;
        padding-right: 15px; }
      .about-page .blockquote-big .wrap:before {
        font-size: 120px;
        letter-spacing: -10px;
        left: -50px;
        top: 40px; }
    .about-page .blockquote-highlight {
      padding: 20px 120px; }
      .about-page .blockquote-highlight .wrap {
        margin-left: 70px; }
      .about-page .blockquote-highlight .wrap:before {
        left: -55px;
        top: 40px; } }
  .about-page .hr-fade {
    border: 0;
    height: 1px;
    margin: 40px 0 60px;
    position: relative;
    background: #eeeeee; }
  .about-page div.hr-fade {
    height: 1px; }
    .about-page div.hr-fade span {
      top: 1px;
      display: block; }
  @media (max-width: 767px) {
    .about-page .hr-fade {
      margin: 10px 0 30px; } }

.about-page .container {
  padding-top: 110px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .about-page .container {
      padding-top: 60px; } }
  .about-page .container h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    -webkit-font-smoothing: antialiased;
    color: #666e73;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6em;
    text-align: center; }
    @media (max-width: 767px) {
      .about-page .container h3 {
        padding-left: 8%;
        padding-right: 8%; } }
  .about-page .container h4 {
    color: #7F7F7F;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: center;
    color: #7F7F7F; }
    @media (max-width: 767px) {
      .about-page .container h4 {
        padding-left: 8%;
        padding-right: 8%; } }
  .about-page .container p + h3 {
    margin-top: 50px; }
  .about-page .container h2, .about-page .container h1 {
    font-size: 40px;
    font-weight: 300;
    color: #1E8CD4;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25; }
    @media (max-width: 767px) {
      .about-page .container h2, .about-page .container h1 {
        font-size: 30px; } }
  .about-page .container ul {
    margin-top: 5px;
    margin-bottom: 10px; }
    .about-page .container ul li {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 5px; }
  .about-page .container .sidebar h3 {
    text-align: left; }
.about-page .sales-form-submitted h2 {
  margin-top: 55px; }
  @media (max-width: 767px) {
    .about-page .sales-form-submitted h2 {
      margin-top: 25px; } }
.about-page.terms-page h2 {
  text-align: center; }

.about-page .container + .block .container {
  padding-top: 0px; }

@media screen and (max-width: 767px) {
  .about-page.contact-page .btn {
    display: block;
    margin: 5px auto 0 !important; } }
@media (max-width: 767px) {
  .about-page.contact-page .container {
    text-align: center; } }
.about-page.contact-page .container h1 {
  text-align: left; }
  @media (max-width: 767px) {
    .about-page.contact-page .container h1 {
      text-align: center; } }
.about-page.contact-page .container h3 {
  text-align: left;
  margin-bottom: 25px;
  margin-top: 70px; }
  @media (max-width: 767px) {
    .about-page.contact-page .container h3 {
      text-align: center; } }
.about-page.contact-page .container .sidebar {
  margin-top: 60px; }
  .about-page.contact-page .container .sidebar .social-follow {
    margin: 60px auto 20px; }
    @media (max-width: 767px) {
      .about-page.contact-page .container .sidebar .social-follow {
        text-align: center; } }
    .about-page.contact-page .container .sidebar .social-follow div {
      margin: 0 auto 20px; }
    .about-page.contact-page .container .sidebar .social-follow h3 {
      margin-bottom: 5px; }
  .about-page.contact-page .container .sidebar .address {
    margin: 60px auto 20px; }
    @media (max-width: 767px) {
      .about-page.contact-page .container .sidebar .address {
        text-align: center; } }
    .about-page.contact-page .container .sidebar .address h3 {
      margin-bottom: 5px; }
  .about-page.contact-page .container .sidebar .feature {
    margin: 0px auto 20px; }
    @media (max-width: 767px) {
      .about-page.contact-page .container .sidebar .feature {
        text-align: center; } }
    .about-page.contact-page .container .sidebar .feature img {
      width: 100%;
      max-width: 400px;
      margin-bottom: 10px;
      margin-top: 20px; }
    .about-page.contact-page .container .sidebar .feature h4 {
      text-align: left;
      margin-top: 30px;
      margin-bottom: 15px;
      font-weight: 200;
      color: #7F7F7F;
      font-size: 18px;
      text-transform: none;
      font-size: 24px;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        .about-page.contact-page .container .sidebar .feature h4 {
          text-align: center; } }
    .about-page.contact-page .container .sidebar .feature p {
      color: #7F7F7F;
      font-weight: 300; }
      @media (max-width: 767px) {
        .about-page.contact-page .container .sidebar .feature p {
          text-align: center; } }

.about-page.jobs-page .container {
  padding-top: 0; }

.about-page.mobile-app {
  padding-bottom: 300px; }
  .about-page.mobile-app + #footer-clear {
    display: none; }
  .about-page.mobile-app h1 {
    line-height: 100%; }
    @media (max-width: 991px) {
      .about-page.mobile-app h1 {
        font-size: 36px; } }
  .about-page.mobile-app p {
    font-size: 20px;
    font-weight: 300;
    color: #666e73;
    -webkit-font-smoothing: antialiased;
    line-height: 160%;
    margin: 30px 0; }
  @media (max-width: 767px) {
    .about-page.mobile-app {
      text-align: center; } }
  .about-page.mobile-app #mobile-devices {
    max-width: 100%; }
  .about-page.mobile-app .app-store-button {
    text-decoration: none !important; }
  .about-page.mobile-app #thanks {
    display: none;
    margin-bottom: 50px; }
  .about-page.mobile-app select.form-control {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border: 0;
    box-shadow: none !important;
    color: #666e73; }
  .about-page.mobile-app .fake-border-radius {
    display: block;
    border-radius: 2px;
    border: 1px solid #ccc; }
  .about-page.mobile-app #signup {
    margin-top: 20px;
    margin-bottom: 60px; }
    .about-page.mobile-app #signup .left-half {
      padding-right: 7px; }
    .about-page.mobile-app #signup .right-half {
      padding-left: 8px; }
    .about-page.mobile-app #signup label {
      color: #919698;
      margin-bottom: 10px;
      font-size: 14px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 600;
      -webkit-font-smoothing: antialiased; }

.team-page #first-panel {
  z-index: 1; }
.team-page #first-panel + .block {
  z-index: 0; }
.team-page .block-header-image {
  background-image: url("../img/heros/hero-team.jpg");
  background-position: center 45% !important; }
  @media (max-width: 767px) {
    .team-page .block-header-image {
      background-image: url("../img/heros/hero-team-767.jpg"); } }
.team-page .block-header h1 {
  width: 100% !important; }
.team-page .block-body {
  text-align: center; }
  .team-page .block-body h2 {
    color: #1E8CD4;
    margin-bottom: 40px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .team-page .block-body h2 {
        margin-bottom: 15px; } }
  .team-page .block-body .btn-primary-new {
    margin-top: 25px;
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      .team-page .block-body .btn-primary-new {
        margin-top: 10px;
        margin-bottom: 30px; } }
.team-page .asanas {
  margin-top: 75px;
  padding-bottom: 65px; }
@media (max-width: 767px) {
  .team-page .asanas {
    margin-top: 35px;
    padding-bottom: 30px; }
  .team-page .our-story {
    padding-right: 15px; } }

.portraits {
  margin-right: -25px; }
  .portraits .popover-combo-trigger {
    position: relative;
    margin: 0 16px 16px 0;
    float: left; }
  .portraits .popover {
    width: 450px;
    max-width: 450px;
    background: #F8F8F8;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px); }
    .portraits .popover .popover-title {
      display: none; }
    .portraits .popover .popover-content {
      -webkit-transform: translate3d(0, 0, 1px);
      -moz-transform: translate3d(0, 0, 1px);
      -ms-transform: translate3d(0, 0, 1px);
      -o-transform: translate3d(0, 0, 1px);
      transform: translate3d(0, 0, 1px);
      z-index: 1;
      padding: 20px 40px; }
      .portraits .popover .popover-content .name {
        font-size: 18px; }
    .portraits .popover p {
      margin: 0;
      font-size: 15px;
      line-height: 130%;
      font-weight: normal; }
    .portraits .popover h3 {
      margin: 0;
      font-size: 17px;
      font-weight: 600; }
  .portraits .portrait {
    float: none;
    margin: 0;
    border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    position: relative;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .portraits .portrait:hover,
  .portraits .active .portrait {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.team-avatar-container {
  background-color: #FFF;
  cursor: pointer;
  text-indent: -5000px;
  height: 100px;
  width: 100px; }

.our-story h2:first-child {
  color: #8f5bc1; }
.our-story p {
  width: 70%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 16px;
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns: 2;
  -ms-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
  -ms-column-gap: 30px;
  column-gap: 30px; }

@media (max-width: 991px) {
  .our-story p {
    width: 90%; } }
@media (max-width: 767px) {
  .portraits {
    text-align: center;
    margin: 0 -30px; }
    .portraits .popover-combo-trigger {
      float: none;
      display: inline-block;
      margin: 1px; }

  .asanas .col-xs-11 {
    margin: 0 auto;
    float: none; } }
@media (max-width: 594px) {
  .our-story p {
    width: 90%;
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    -ms-columns: 1;
    columns: 1; } }
#teamModal .close {
  margin: 20px;
  position: relative;
  z-index: 1; }
#teamModal .portrait {
  cursor: default;
  border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  margin: 15px auto 15px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, screen and (min-resolution: 2dppx) {
    #teamModal .portrait {
      border-radius: 100px 100px 100px 100px;
      -webkit-border-radius: 100px 100px 100px 100px; } }
#teamModal .popover-content {
  padding: 0; }
#teamModal .modal-footer {
  padding-top: 0; }

button.big-button,
a.big-button,
.big-button a {
  font-size: 16px;
  padding: 10px 15px; }

a.default-button:hover {
  color: #114d97; }

.modal.in .modal-dialog {
  pointer-events: all; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px; }
    .modal-dialog.modal-lg {
      max-width: 950px; }

  #login-modal-container,
  #signup-modal-container {
    margin: 0 10px; }

  #signupSuccess.modal.in,
  #signupFail.modal.in,
  #signupModal.modal.in,
  #loginModal.modal.in,
  #loadingModal.modal.in {
    margin-top: 100px; } }
.modal-backdrop {
  background: rgba(33, 47, 64, 0.5); }

.modal {
  border-radius: 2px 2px 0 0; }
  .modal.modal-loading .modal-header {
    border-bottom: none; }
  .modal.modal-loading .modal-body {
    padding-top: 24px;
    background: url("//d1gwm4cf8hecp4.cloudfront.net/images/modals/loadingBar_striped.gif") repeat-x top center; }
  .modal .btn-google {
    padding: 0 15px 0 0;
    line-height: 44px; }
    .modal .btn-google .google-g {
      background: url("//d1gwm4cf8hecp4.cloudfront.net/images/modals/google-g.png") no-repeat center center;
      background-size: 28px 28px;
      width: 48px;
      height: 44px;
      margin-right: 15px;
      display: inline-block;
      float: left;
      border-right: 1px solid #114d97; }
  .modal .modal_or_separator {
    color: #9CACBC;
    overflow: hidden;
    text-align: center;
    display: block; }
    .modal .modal_or_separator:before, .modal .modal_or_separator:after {
      background-color: #9CACBC;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    .modal .modal_or_separator:before {
      right: 2em;
      margin-left: -50%; }
    .modal .modal_or_separator:after {
      left: 2em;
      margin-right: -50%; }
  .modal.modal-nochrome .modal-content {
    background: none;
    border: none; }
  .modal.fade {
    -webkit-transition: e("opacity .15s linear, top .3s ease-out");
    -moz-transition: e("opacity .15s linear, top .3s ease-out");
    transition: e("opacity .15s linear, top .3s ease-out");
    top: 15%; }
  .modal.fade.in {
    top: 15%; }
  .modal form {
    margin: 0; }
  .modal h3 {
    margin: 0;
    color: #596573; }
  .modal button.close {
    background: url("//d1gwm4cf8hecp4.cloudfront.net/images/ui/controls.png") no-repeat -25px 0;
    opacity: 1;
    width: 25px;
    height: 25px;
    text-indent: -9999px; }
  .modal button.close:hover {
    background-position: -25px -25px; }
  .modal .modal-header {
    background-color: #1e8ad2;
    border-bottom: 4px solid #0078ab;
    border-radius: 2px 2px 0 0;
    padding-bottom: 8px; }
    .modal .modal-header.press {
      background-color: #ff7163;
      border-bottom: 4px solid #AA0E00; }
    .modal .modal-header .close {
      margin-top: 2px; }
    .modal .modal-header h3 {
      color: #ffffff;
      font-size: 22px;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      -webkit-text-stroke: 0.35px;
      margin-left: 10px;
      line-height: 30px;
      letter-spacing: .04em; }
  .modal .modal-content {
    border-radius: 2px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .modal .modal-body {
    min-height: 150px;
    position: relative;
    /*input {
      width: ($modal-width / 2) - (14) - 7 - (8 * 2); // 8px * 2 to account for padding // 7px to account for spliting the distance between left and right
    }*/ }
    .modal .modal-body .field-big-container {
      height: auto; }
    .modal .modal-body .field-big-email-container {
      border-radius: 2px;
      border: 1px solid #e5e5e5;
      padding: 10px;
      background: #ffffff; }
      .modal .modal-body .field-big-email-container textarea {
        padding: 0;
        border: none;
        background: none;
        border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 1px dotted #e5e5e5; }
      .modal .modal-body .field-big-email-container .field-big-default {
        top: 11px; }
      .modal .modal-body .field-big-email-container .email-addition {
        padding-top: 5px;
        color: #999999;
        font-style: oblique; }
    .modal .modal-body textarea {
      width: 100%;
      min-height: 5em;
      margin-bottom: 0; }
    .modal .modal-body p.small {
      font-size: 12px;
      color: #555;
      margin: -10px 10px 0; }
    .modal .modal-body .left,
    .modal .modal-body .right {
      width: 259px;
      padding-left: 14px;
      float: left; }
    .modal .modal-body .right {
      float: right;
      padding-left: 0;
      padding-right: 0; }
    .modal .modal-body .whole {
      width: 532px;
      padding: 0 14px; }
      .modal .modal-body .whole .primary-button {
        margin-top: 14px; }
  .modal .modal-footer {
    background: none;
    margin-top: 0;
    padding: 20px;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0; }

ul.actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 46px; }
  ul.actions li {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px !important; }
    ul.actions li .glyph {
      display: block;
      width: 46px;
      padding: 0;
      text-align: center;
      font-weight: normal;
      height: 46px;
      border-radius: 2px; }
      ul.actions li .glyph span {
        font-size: 38px; }

#signupSuccess.modal .modal-body {
  text-align: center;
  font-size: 22px;
  font-weight: 300; }
  #signupSuccess.modal .modal-body p {
    margin-bottom: 3px; }
  #signupSuccess.modal .modal-body .sent-image {
    margin: 30px;
    margin-top: 25px;
    margin-left: 15px; }
  #signupSuccess.modal .modal-body #sent-address {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px; }
#signupSuccess.modal .modal-footer {
  background: #F2F2F2; }
  #signupSuccess.modal .modal-footer .social {
    float: left;
    display: block;
    height: 20px;
    width: 200px;
    margin-left: 20px;
    margin-top: 10px; }
    #signupSuccess.modal .modal-footer .social .twitter, #signupSuccess.modal .modal-footer .social .facebook {
      float: left;
      display: block;
      text-align: left;
      width: 70px; }
  #signupSuccess.modal .modal-footer a.guide {
    color: #212F40;
    text-decoration: none;
    display: block;
    width: 200px;
    float: right;
    text-align: left; }
    #signupSuccess.modal .modal-footer a.guide img {
      float: left;
      padding-right: 13px; }
    #signupSuccess.modal .modal-footer a.guide p {
      color: #999999;
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 5px; }
#signupSuccess.modal a:hover.guide p {
  color: #7b7b7b; }

@media (max-width: 767px) {
  .modal .modal-header {
    padding: 10px 15px; }
    .modal .modal-header .close {
      margin-top: 2px; }
  .modal .modal-body {
    padding: 10px 15px; }
    .modal .modal-body p {
      margin-bottom: 10px; } }
.block-full-style .block-header-image {
  background-color: #808287;
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 420px;
  position: fixed;
  top: 0;
  width: 100%; }
.block-full-style .block-header-image + .block {
  margin-top: 420px; }
@media (max-width: 991px) {
  .block-full-style .block-header-image {
    height: 400px; }
  .block-full-style .block-header-image + .block {
    margin-top: 400px; }
  .block-full-style .block-header h1 {
    width: 90% !important;
    font-size: 30px; } }
@media (max-width: 767px) {
  .block-full-style .block-header-image {
    height: 200px; }
  .block-full-style .block-header-image + .block {
    margin-top: 200px; }
  .block-full-style .block-header h1 {
    font-size: 24px; }
    .block-full-style .block-header h1 br {
      display: none !important; } }
.block-full-style .block-body h3 {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1.6em;
  color: #808287;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .block-full-style .block-body h3 {
      margin-top: 40px;
      margin-bottom: 15px; } }
.block-full-style .block-header {
  position: relative;
  padding: 44px 0 36px;
  background: #1e8ad2;
  min-height: 200px; }
  @media (max-width: 991px) {
    .block-full-style .block-header {
      min-height: 150px; } }
  @media (max-width: 767px) {
    .block-full-style .block-header {
      min-height: 100px;
      padding: 20px 0 25px; } }
  .block-full-style .block-header h1 {
    width: 60%;
    margin: 0 auto 10px; }
  .block-full-style .block-header.block-pink {
    background: #ff7163; }
    .block-full-style .block-header.block-pink h2 {
      color: #AA0E00; }
  .block-full-style .block-header.block-green {
    background: #6bc24b; }
    .block-full-style .block-header.block-green h2 {
      color: #345E23; }
  .block-full-style .block-header.block-blue {
    background: #1e8ad2; }
    .block-full-style .block-header.block-blue h2 {
      color: #0D2C3D; }
  .block-full-style .block-header.block-purple {
    background: #8f5bc1; }
    .block-full-style .block-header.block-purple h2 {
      color: #2E0B61; }
  .block-full-style .block-header.block-aqua {
    background: #52af9d; }
    .block-full-style .block-header.block-aqua h2 {
      color: #024444; }
  .block-full-style .block-header.block-orange {
    background: #ff9520; }
    .block-full-style .block-header.block-orange h2 {
      color: #DA3400; }
  .block-full-style .block-header.block-violet {
    background: #69489a; }
    .block-full-style .block-header.block-violet h2 {
      color: #2E0B61; }
  .block-full-style .block-header h1 {
    margin-top: 0;
    color: #ffffff; }
  .block-full-style .block-header h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #0D2C3D; }
  .block-full-style .block-header .down-btn {
    background: none; }
    .block-full-style .block-header .down-btn .arrow {
      border-top-color: #0D2C3D; }
  .block-full-style .block-header.block-header-standard h2 {
    font-size: 14px;
    letter-spacing: 0.14em;
    font-weight: bold; }
  .block-full-style .block-header.block-header-standard h1 {
    letter-spacing: 1.25; }

.block {
  background-color: #F2F2F2;
  position: relative;
  -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);
  /* TO FIX FIXED-POSITION BACKGROUND FROM SEEPING THROUGH ON MOBILE SCROLL */ }
  .block .accent-blue {
    color: #1e8ad2 !important; }
  .block .accent-green {
    color: #6bc24b !important; }
  .block .accent-purple {
    color: #8f5bc1 !important; }
  .block .accent-pink {
    color: #ff7163 !important; }
  .block .accent-violet {
    color: #69489a !important; }
  .block .accent-aqua {
    color: #52af9d !important; }
  .block .accent-orange {
    color: #ff9520 !important; }
  .block .down-btn {
    position: absolute;
    background: #F2F2F2;
    width: 50px;
    height: 30px;
    color: #330f13;
    text-align: center;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    line-height: 22px;
    font-size: 18px; }
    .block .down-btn:hover {
      text-decoration: none;
      color: #1f8dd6; }
    .block .down-btn .glyphicon {
      display: block;
      padding-top: 8px; }
    .block .down-btn .arrow {
      border-style: solid;
      border-width: 8px 8px 0 8px;
      border-color: transparent;
      border-top-color: #330f13;
      position: relative;
      display: inline-block;
      top: 5px; }

.loupe {
  z-index: 1;
  border-radius: 999px;
  padding: 4px;
  background-image: -webkit-linear-gradient(top, #555 0%, #333 100%);
  background-image: linear-gradient(to bottom, #555 0%, #333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF555555', endColorstr='#FF333333', GradientType=0);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }
  .loupe .loupe-image {
    background: url("//d1gwm4cf8hecp4.cloudfront.net/images/home/devices-animated.gif") no-repeat;
    border-radius: 999px;
    height: 200px;
    width: 200px; }
  .loupe .loupe-inner {
    background-image: -webkit-linear-gradient(top, #333 0%, #555 100%);
    background-image: linear-gradient(to bottom, #333 0%, #555 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF555555', GradientType=0);
    padding: 4px;
    border-radius: 999px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; }
  .loupe .loupe-image {
    border-radius: 999px;
    height: 200px;
    width: 200px; }

.block-header .container-wrap {
  width: 100%;
  height: 100%; }
.block-header .annotation {
  color: #eee;
  position: absolute;
  bottom: 5px;
  right: 0;
  padding-right: 15px;
  padding-left: 40px;
  font-size: 12px;
  line-height: 1.4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.block-header .horiz-bar {
  margin: 10px 0;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  display: block;
  font-weight: bold;
  width: 100%; }
  .block-header .horiz-bar:before, .block-header .horiz-bar:after {
    background-color: #ffffff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .block-header .horiz-bar:before {
    right: 1em;
    margin-left: -50%; }
  .block-header .horiz-bar:after {
    left: 1em;
    margin-right: -50%; }
@media (max-width: 449px) {
  .block-header {
    max-height: 450px; }
    .block-header .visible-narrow {
      display: block; }
    .block-header h1 {
      margin-top: 35px;
      text-align: center; }
    .block-header .annotation {
      display: none; }
    .block-header #home-right {
      min-width: 0;
      width: 100%; }
    .block-header #signup-button-container {
      margin: 40px 20px; }
      .block-header #signup-button-container input[name=email] {
        margin-bottom: 15px; }
      .block-header #signup-button-container .btn {
        width: 100%;
        font-size: 16px; }
      .block-header #signup-button-container .btn-start .free {
        float: right; } }

.block-larger-text h2, .block-larger-text h3 {
  font-weight: 100; }
@media (min-width: 768px) {
  .block-larger-text h2, .block-larger-text h3 {
    font-size: 48px;
    line-height: 1.4; }
  .block-larger-text h3 {
    font-size: 36px; }
  .block-larger-text p {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 100; } }

.block-blue-stars {
  background-image: url("//d1gwm4cf8hecp4.cloudfront.net/images/eng/blue-star-bg.png");
  background-position: top right;
  background-repeat: repeat-x; }

.block-blue {
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased; }
  .block-blue p > a {
    color: #fff; }
  .block-blue .video-box {
    padding: 15px;
    padding-left: 118px;
    margin-left: -10px;
    margin-top: 20px;
    font-size: 16px;
    position: relative;
    color: #fff; }
    .block-blue .video-box .icon {
      background: black;
      position: absolute;
      top: 10px;
      left: 10px;
      height: 57px;
      width: 93px;
      text-align: center;
      line-height: 57px;
      font-size: 24px; }
  .block-blue .book-box {
    padding-left: 60px;
    margin: 30px 0 0;
    position: relative; }
    .block-blue .book-box a {
      display: block;
      font-weight: 600;
      color: #fff; }
    .block-blue .book-box .book-icon {
      background: #1f8dd6 url("//d1gwm4cf8hecp4.cloudfront.net/images/eng/book-icon.png") no-repeat center center;
      background-size: 27px 20px;
      top: 0;
      left: 0;
      width: 53px;
      height: 100%;
      display: block;
      position: absolute; }
    .block-blue .book-box .title {
      background: #1f8dd6;
      display: block;
      height: 100%;
      padding: 5px 10px; }

.block-light-gray {
  background: #fff url("../img/home/home-slant-pattern-50.png") !important; }

.control-label label {
  cursor: default; }

form.get-started .asi {
  font-size: 24px;
  top: 3px;
  left: 2px;
  line-height: 0;
  position: relative; }
form.get-started input[name=email] {
  display: inline-block;
  width: 148px;
  margin-right: 0px;
  height: 32px;
  min-height: 32px;
  padding: 5px 7px 5px;
  vertical-align: top; }
form.get-started .or {
  color: #ffffff;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 600; }

.customers-page .popover.top .arrow:after {
  border-top-color: #ffffff !important; }
.customers-page .popover.bottom .arrow:after {
  border-bottom-color: #ffffff !important; }
.customers-page .block-video-full.video-vimeo-with-bg {
  background-color: #1e8ad2; }
  .customers-page .block-video-full.video-vimeo-with-bg .buttons .inner {
    padding-top: 10%;
    /* to accomodate for top buttons */ }
  .customers-page .block-video-full.video-vimeo-with-bg .headline {
    color: #ffffff; }
.customers-page .html-vid {
  object-fit: cover;
  /* only works in newest browsers... */
  width: 100% !important; }
.customers-page .block-header {
  padding: 55px 0 0; }
  @media (max-width: 767px) {
    .customers-page .block-header {
      padding: 30px 0; } }
.customers-page .container-logo-wall {
  padding-top: 75px;
  text-align: center;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .customers-page .container-logo-wall {
      padding-top: 25px;
      padding-bottom: 20px; } }
  .customers-page .container-logo-wall .popover-combo-trigger {
    height: 45px;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .customers-page .container-logo-wall .popover-combo-trigger {
        margin-top: 10px;
        margin-bottom: 0;
        height: 40px; } }
  .customers-page .container-logo-wall .sprite {
    display: inline-block; }
  .customers-page .container-logo-wall .customer-sprite {
    max-width: 100%;
    max-height: 100%; }
  .customers-page .container-logo-wall .customer {
    position: relative;
    left: -20px;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .customers-page .container-logo-wall .customer:hover, .customers-page .container-logo-wall .customer.active {
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .customers-page .container-logo-wall .customer.empty {
      pointer-events: none !important; }
    @media (max-width: 767px) {
      .customers-page .container-logo-wall .customer {
        left: 0px; } }
  @media (min-width: 992px) {
    .customers-page .container-logo-wall .col-md-2-5 {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 20%; } }
.customers-page .share-story {
  padding-top: 45px;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 40px; }
  .customers-page .share-story h2 {
    color: #7F7F7F;
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    color: #666e73;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .customers-page .share-story h2 {
        font-size: 30px;
        padding-left: 8%;
        padding-right: 8%;
        letter-spacing: 0.02em; } }
.customers-page #customer-signup-form {
  margin: 30px auto 5px; }
  .customers-page #customer-signup-form h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 0px;
    font-weight: 400;
    margin: 0 auto 15px;
    color: #7F7F7F;
    -webkit-font-smoothing: antialiased; }
  .customers-page #customer-signup-form .field-big-container {
    width: 250px;
    margin-right: 5px;
    display: inline-block; }
    .customers-page #customer-signup-form .field-big-container .form-control {
      height: 44px;
      text-align: left;
      text-indent: 9%;
      font-size: 17px;
      position: relative;
      top: 2px;
      margin-bottom: 10px;
      display: inline; }
  .customers-page #customer-signup-form #customer-submit {
    width: 250px; }
  @media (max-width: 767px) {
    .customers-page #customer-signup-form {
      margin: 10px auto 0px; }
      .customers-page #customer-signup-form #customer-submit, .customers-page #customer-signup-form .field-big-container {
        max-width: 90%; } }

.customer-quote .source {
  font-style: italic; }
  .customer-quote .source:before {
    content: " - "; }

#teamModal .customer-sprite {
  display: block;
  margin: 15px auto 15px; }

@media (max-width: 767px) {
  .customers-page #main-vid-container, .customers-page .html-vid {
    background-image: url("../vid/customers/udacity-blue.jpg"); }
  .customers-page .nav-tabs {
    height: auto;
    width: 100%;
    padding: 0; } }
.device-mobile #asana-navbar.scrolled-down + #body-main .customers-page {
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  transform: translate(0, 60px); }

.customer-success-series .row.headline {
  padding-top: 15px;
  padding-bottom: 0px; }
  .customer-success-series .row.headline .text-center p {
    font-size: 26px; }
  .customer-success-series .row.headline .text-center h2 {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 0 5%;
    line-height: 1.7; }
    @media (max-width: 767px) {
      .customer-success-series .row.headline .text-center h2 {
        margin-bottom: 20px; } }
.customer-success-series .row.trio {
  padding-top: 25px;
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: 300; }
  .customer-success-series .row.trio.bordered {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-top: 30px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .customer-success-series .row.trio.bordered {
        border: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0; } }
    @media (max-width: 767px) {
      .customer-success-series .row.trio.bordered {
        padding-bottom: 00px; } }
  .customer-success-series .row.trio .logo {
    display: block;
    height: 55px;
    width: 200px;
    margin-bottom: 5px;
    margin-top: 20px;
    vertical-align: bottom; }
    .customer-success-series .row.trio .logo img {
      display: inline-block;
      max-width: 200px; }
  .customer-success-series .row.trio p.description {
    display: inline-block;
    width: 85%; }
  .customer-success-series .row.trio a {
    display: inline-block;
    padding: 10px;
    background-color: #0078ab;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px; }
  .customer-success-series .row.trio a:hover {
    background-color: #00aaee;
    text-decoration: none; }
  .customer-success-series .row.trio .greyed {
    opacity: 0.3; }
    .customer-success-series .row.trio .greyed a {
      cursor: default; }
    .customer-success-series .row.trio .greyed a:hover {
      background-color: #0078ab; }
  @media (min-width: 992px) {
    .customer-success-series .row.trio p.description {
      min-height: 175px; } }
  @media (max-width: 992px) {
    .customer-success-series .row.trio {
      text-align: center; }
      .customer-success-series .row.trio .logo {
        margin-bottom: 10px;
        margin-top: 20px;
        display: inline-block; }
      .customer-success-series .row.trio a {
        margin-top: 15px;
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .customer-success-series .row.trio .logo {
      margin-top: 15px;
      margin-bottom: 0; } }

.customer-page .top-container {
  margin-top: 150px;
  text-align: center; }
  @media (max-width: 767px) {
    .customer-page .top-container {
      margin-top: 85px; } }
  .customer-page .top-container .headline a:hover {
    text-decoration: none; }
  .customer-page .top-container .headline p .asi-a {
    font-size: 26px;
    color: #1e8ad2; }
  .customer-page .top-container .headline h2 {
    font-size: 14px;
    color: #1e8ad2;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase; }
  .customer-page .top-container .headline .logo {
    border-top: 1px solid #1e8ad2;
    border-bottom: 1px solid #1e8ad2;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 45px;
    margin-bottom: 75px; }
    @media (max-width: 767px) {
      .customer-page .top-container .headline .logo {
        margin-bottom: 25px;
        margin-top: 30px; } }
    .customer-page .top-container .headline .logo img {
      max-width: 250px;
      max-height: 88px; }
.customer-page .white-bg {
  padding-top: 30px; }
.customer-page .block-header {
  padding: 0; }
.customer-page .content-panel {
  padding-top: 40px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .customer-page .content-panel {
      padding-top: 5px;
      padding-bottom: 35px; } }
  .customer-page .content-panel h3 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px; }
  .customer-page .content-panel .icon + h3 + p {
    margin-bottom: 0; }
  .customer-page .content-panel .icon {
    font-size: 42px; }
    .customer-page .content-panel .icon .asi-heart {
      color: #ff7163; }
    .customer-page .content-panel .icon .asi-conversation {
      color: #1e8ad2; }
    .customer-page .content-panel .icon .asi-checkmark_done {
      color: #6bc24b; }
.customer-page h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: inherit;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em; }
.customer-page h3 + p {
  color: inherit;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.25px;
  line-height: 22px;
  margin-bottom: 50px; }
.customer-page p.overview {
  font-size: 24px;
  line-height: 36px;
  color: #808287;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.25px;
  font-weight: 300; }
.customer-page .authors .author.color-A {
  color: #0078ab; }
.customer-page .authors .author.color-B {
  color: #0097d8; }
.customer-page .authors .author.color-C {
  color: #104C74; }
.customer-page .stories .initials.color-A {
  background: #0078ab; }
.customer-page .stories .initials.color-B {
  background: #0097d8; }
.customer-page .stories .initials.color-C {
  background: #104C74; }
.customer-page .stories {
  margin-bottom: 25px;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .customer-page .stories {
      padding-top: 20px; } }
  .customer-page .stories p {
    color: #7F7F7F;
    font-size: 17px;
    margin-bottom: 25px; }
  .customer-page .stories .authors {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .customer-page .stories .authors {
        padding-left: 40px; } }
    .customer-page .stories .authors .author h3 {
      /* author name */
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 0;
      color: inherit; }
      @media (max-width: 767px) {
        .customer-page .stories .authors .author h3 {
          padding-left: 0px; } }
    .customer-page .stories .authors .author h4 {
      /* author title */
      text-transform: none;
      letter-spacing: 1px;
      font-style: italic;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      margin-top: 0;
      color: inherit;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .customer-page .stories .authors .author h4 {
          padding-left: 0px; } }
  .customer-page .stories .initials-origin {
    position: relative; }
  .customer-page .stories .initials {
    font-size: 16px;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.25px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    border-radius: 35px;
    color: #ffffff;
    position: absolute;
    left: -60px;
    top: 0; }
    @media (max-width: 767px) {
      .customer-page .stories .initials {
        left: -50px; } }
  @media (max-width: 767px) {
    .customer-page .stories .quotes {
      padding-left: 40px; } }
.customer-page .hr-header {
  text-align: center;
  color: #808287;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  position: relative;
  margin-bottom: 45px;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .customer-page .hr-header {
      font-size: 14px;
      margin-bottom: 65px; } }
  .customer-page .hr-header:before {
    position: absolute;
    content: "";
    height: 1px;
    border-top: 1px solid #b5babd;
    width: 80%;
    top: 45%;
    left: 0;
    margin: 0 10%; }
    @media (max-width: 767px) {
      .customer-page .hr-header:before {
        top: auto;
        bottom: -15px; } }
  .customer-page .hr-header span {
    background: #F2F2F2;
    padding: 0 20px;
    z-index: 1;
    position: relative; }
    @media (max-width: 767px) {
      .customer-page .hr-header span {
        display: block; } }
.customer-page .final-CTA {
  text-align: center;
  margin-bottom: 75px; }

@media (max-width: 991px) {
  .device-ios .customer-success-series .row.trio.bordered {
    padding-bottom: 40px;
    margin-bottom: 50px; } }
@media (max-width: 767px) {
  .device-ios .customer-success-series .row.trio.bordered {
    padding-bottom: 0px;
    margin-bottom: 60px; } }

.device-android .customer-success-series .row.trio.bordered {
  padding-bottom: 0px;
  margin-bottom: -20px; }

.device-android .share-story {
  padding-top: 25px;
  padding-bottom: 60px; }

.tight-names .name {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.18em;
  margin-bottom: 30px;
  font-weight: 100; }

.values-list {
  margin-bottom: 75px; }
  .values-list .value {
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px solid #c9e9bd;
    color: #666e73;
    margin-left: 10px;
    margin-right: 10px;
    width: 47%;
    float: left;
    padding-left: 15px; }
  .values-list .needs-top-line {
    border-top: 1px solid #c9e9bd; }

@media (max-width: 991px) {
  .values-list .needs-top-line + .needs-top-line {
    border-top: none; }
  .values-list .value {
    width: 80%;
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 0; } }
.device-mobile .video-vimeo-with-bg {
  min-height: 350px !important; }
  @media (max-width: 767px) {
    .device-mobile .video-vimeo-with-bg {
      min-height: 300px !important; } }
  @media (max-width: 449px) {
    .device-mobile .video-vimeo-with-bg {
      min-height: 250px !important; } }

.video-vimeo-with-bg {
  min-height: 0 !important;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (max-width: 449px) {
    .video-vimeo-with-bg {
      min-height: 250px !important; } }
  .video-vimeo-with-bg .vimeo-vid, .video-vimeo-with-bg .fluid-width-video-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .video-vimeo-with-bg .vimeo-vid {
    display: none; }
  .video-vimeo-with-bg .buttons {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    display: table;
    text-decoration: none; }
    .video-vimeo-with-bg .buttons .inner {
      text-align: center;
      font-size: 40px;
      font-weight: 300;
      color: #1E8CD4;
      -webkit-font-smoothing: antialiased;
      line-height: 1.25;
      color: #ffffff;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      @media (max-width: 767px) {
        .video-vimeo-with-bg .buttons .inner {
          font-size: 30px; } }
      .video-vimeo-with-bg .buttons .inner .video-play-button {
        background: url("../img/home/video-play-button-green.png") no-repeat center center;
        width: 90px;
        height: 122px;
        display: block;
        margin: 0 auto;
        background-size: contain !important; }
      @media (max-width: 1024px) {
        .video-vimeo-with-bg .buttons .inner {
          font-size: 34px; } }
      @media (max-width: 767px) {
        .video-vimeo-with-bg .buttons .inner {
          font-size: 28px;
          padding: 0 20px; }
          .video-vimeo-with-bg .buttons .inner .video-play-button {
            background: url("../img/home/video-play-button-green-mobile.png") no-repeat center center;
            width: 60px;
            height: 40px;
            display: block;
            margin: 0 auto;
            background-size: contain !important; } }
      @media (max-width: 449px) {
        .video-vimeo-with-bg .buttons .inner {
          font-size: 21px;
          padding: 0 20px 10px; } }
  .video-vimeo-with-bg.active .largeVideo, .video-vimeo-with-bg.active .buttons {
    display: none; }
  .video-vimeo-with-bg.active .vimeo-vid {
    display: block; }

.btn,
.navbar .nav > li > .btn {
  border-radius: 2px;
  background: #fefefe;
  border: 1px solid #e1e1e1;
  color: #596573;
  white-space: normal; }
  .btn:hover,
  .navbar .nav > li > .btn:hover {
    color: #1f8dd6;
    border-color: #A0ACB7;
    background: #eaeaea; }
  .btn.btn-primary,
  .navbar .nav > li > .btn.btn-primary {
    background: #1e8ad2;
    color: #ffffff;
    border: none; }

.btn {
  font-size: 16px;
  -webkit-text-stroke: 0.35px;
  -webkit-font-smoothing: antialiased; }

.btn-home,
.btn-home.btn-primary,
.btn-green,
.btn-green.btn-primary {
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  padding: 0 15px; }
  .btn-home.btn-large,
  .btn-home.btn-primary.btn-large,
  .btn-green.btn-large,
  .btn-green.btn-primary.btn-large {
    height: 47px;
    line-height: 47px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 300; }
    .btn-home.btn-large .free,
    .btn-home.btn-large .gauth,
    .btn-home.btn-primary.btn-large .free,
    .btn-home.btn-primary.btn-large .gauth,
    .btn-green.btn-large .free,
    .btn-green.btn-large .gauth,
    .btn-green.btn-primary.btn-large .free,
    .btn-green.btn-primary.btn-large .gauth {
      height: 46px; }
    .btn-home.btn-large .gauth,
    .btn-home.btn-primary.btn-large .gauth,
    .btn-green.btn-large .gauth,
    .btn-green.btn-primary.btn-large .gauth {
      background-position: 0 6px; }
  .btn-home.btn-green,
  .btn-home.btn-primary.btn-green,
  .btn-green.btn-green,
  .btn-green.btn-primary.btn-green {
    background-color: #00a651;
    background-image: url("//d1gwm4cf8hecp4.cloudfront.net/images/home/home-slant-pattern-green.png"); }
    .btn-home.btn-green:hover,
    .btn-home.btn-primary.btn-green:hover,
    .btn-green.btn-green:hover,
    .btn-green.btn-primary.btn-green:hover {
      background-image: url("//d1gwm4cf8hecp4.cloudfront.net/images/home/home-slant-pattern-green-dark.png"); }
  .btn-home:active,
  .btn-home.btn-primary:active,
  .btn-green:active,
  .btn-green.btn-primary:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-home:hover, .btn-home:focus,
  .btn-home.btn-primary:hover,
  .btn-home.btn-primary:focus,
  .btn-green:hover,
  .btn-green:focus,
  .btn-green.btn-primary:hover,
  .btn-green.btn-primary:focus {
    background-color: #00aaee; }

.btn-start,
.btn-start.btn-primary {
  padding: 0 0 0 15px !important;
  position: relative; }
  .btn-start i,
  .btn-start.btn-primary i {
    padding: 5px;
    position: relative;
    top: 2px; }
  .btn-start .free,
  .btn-start.btn-primary .free {
    background: #599f44;
    height: 100%;
    display: block;
    float: right;
    padding: 0 6%;
    border-radius: 0 2px 2px 0; }
  .btn-start .gauth,
  .btn-start.btn-primary .gauth {
    position: absolute;
    left: 0px;
    display: inline-block;
    background: url("//d1gwm4cf8hecp4.cloudfront.net/images/home/g.png") no-repeat;
    background-size: 40px 40px;
    height: 35px;
    width: 45px;
    text-indent: -9999em;
    border-right: 1px solid #003366; }

.btn-start:hover .free,
.btn-start:focus .free,
.btn-start:active .free {
  background: #4A8830; }

.btn-start.btn-flat-new {
  height: 44px;
  line-height: 44px; }

.btn-flat, .btn-flat-new,
.navbar .nav > li > .btn-flat,
.navbar .nav > li > .btn-flat-new {
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  text-shadow: none !important;
  font-size: 18px;
  border: 0;
  padding: 9px 30px; }
  .btn-flat:hover, .btn-flat:focus, .btn-flat:active, .btn-flat-new:hover, .btn-flat-new:focus, .btn-flat-new:active,
  .navbar .nav > li > .btn-flat:hover,
  .navbar .nav > li > .btn-flat:focus,
  .navbar .nav > li > .btn-flat:active,
  .navbar .nav > li > .btn-flat-new:hover,
  .navbar .nav > li > .btn-flat-new:focus,
  .navbar .nav > li > .btn-flat-new:active {
    color: #fff;
    background: #ddd; }
  .btn-flat:active, .btn-flat-new:active,
  .navbar .nav > li > .btn-flat:active,
  .navbar .nav > li > .btn-flat-new:active {
    background: #aaa; }
  .btn-flat.btn-primary-new, .btn-flat .btn-primary, .btn-flat-new.btn-primary-new, .btn-flat-new .btn-primary,
  .navbar .nav > li > .btn-flat.btn-primary-new,
  .navbar .nav > li > .btn-flat .btn-primary,
  .navbar .nav > li > .btn-flat-new.btn-primary-new,
  .navbar .nav > li > .btn-flat-new .btn-primary {
    background: #1e8ad2;
    border: none; }
    .btn-flat.btn-primary-new:hover, .btn-flat.btn-primary-new:focus, .btn-flat .btn-primary:hover, .btn-flat .btn-primary:focus, .btn-flat-new.btn-primary-new:hover, .btn-flat-new.btn-primary-new:focus, .btn-flat-new .btn-primary:hover, .btn-flat-new .btn-primary:focus,
    .navbar .nav > li > .btn-flat.btn-primary-new:hover,
    .navbar .nav > li > .btn-flat.btn-primary-new:focus,
    .navbar .nav > li > .btn-flat .btn-primary:hover,
    .navbar .nav > li > .btn-flat .btn-primary:focus,
    .navbar .nav > li > .btn-flat-new.btn-primary-new:hover,
    .navbar .nav > li > .btn-flat-new.btn-primary-new:focus,
    .navbar .nav > li > .btn-flat-new .btn-primary:hover,
    .navbar .nav > li > .btn-flat-new .btn-primary:focus {
      background: #00aaee; }
    .btn-flat.btn-primary-new:active, .btn-flat .btn-primary:active, .btn-flat-new.btn-primary-new:active, .btn-flat-new .btn-primary:active,
    .navbar .nav > li > .btn-flat.btn-primary-new:active,
    .navbar .nav > li > .btn-flat .btn-primary:active,
    .navbar .nav > li > .btn-flat-new.btn-primary-new:active,
    .navbar .nav > li > .btn-flat-new .btn-primary:active {
      background: #0078ab; }
  .btn-flat.btn-secondary-new, .btn-flat-new.btn-secondary-new,
  .navbar .nav > li > .btn-flat.btn-secondary-new,
  .navbar .nav > li > .btn-flat-new.btn-secondary-new {
    background: #6bc24b; }
    .btn-flat.btn-secondary-new:hover, .btn-flat.btn-secondary-new:focus, .btn-flat-new.btn-secondary-new:hover, .btn-flat-new.btn-secondary-new:focus,
    .navbar .nav > li > .btn-flat.btn-secondary-new:hover,
    .navbar .nav > li > .btn-flat.btn-secondary-new:focus,
    .navbar .nav > li > .btn-flat-new.btn-secondary-new:hover,
    .navbar .nav > li > .btn-flat-new.btn-secondary-new:focus {
      background: #6bac57; }
    .btn-flat.btn-secondary-new:active, .btn-flat-new.btn-secondary-new:active,
    .navbar .nav > li > .btn-flat.btn-secondary-new:active,
    .navbar .nav > li > .btn-flat-new.btn-secondary-new:active {
      background: #b2dda2; }
    .btn-flat.btn-secondary-new:focus, .btn-flat-new.btn-secondary-new:focus,
    .navbar .nav > li > .btn-flat.btn-secondary-new:focus,
    .navbar .nav > li > .btn-flat-new.btn-secondary-new:focus {
      color: #ffffff; }

.visible-device-mobile,
.visible-android,
.visible-ios {
  display: none !important; }

html.device-mobile .visible-device-mobile {
  display: block !important; }
html.device-mobile body {
  overflow-x: hidden; }

html.device-android .visible-android, html.device-android .visible-device-mobile {
  display: block !important; }
html.device-android .hidden-android {
  display: none !important; }

html.device-ios .visible-ios, html.device-ios .visible-device-mobile {
  display: block !important; }
html.device-ios .hidden-ios {
  display: none !important; }

@media (min-width: 768px) {
  span.hidden-phone {
    display: inline !important; } }
input:invalid,
textarea:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

textarea:focus, textarea:invalid:focus,
input[type="text"]:focus,
input[type="text"]:invalid:focus,
input[type="password"]:focus,
input[type="password"]:invalid:focus,
input[type="datetime"]:focus,
input[type="datetime"]:invalid:focus,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:invalid:focus,
input[type="date"]:focus,
input[type="date"]:invalid:focus,
input[type="month"]:focus,
input[type="month"]:invalid:focus,
input[type="time"]:focus,
input[type="time"]:invalid:focus,
input[type="week"]:focus,
input[type="week"]:invalid:focus,
input[type="number"]:focus,
input[type="number"]:invalid:focus,
input[type="email"]:focus,
input[type="email"]:invalid:focus,
input[type="url"]:focus,
input[type="url"]:invalid:focus,
input[type="search"]:focus,
input[type="search"]:invalid:focus,
input[type="tel"]:focus,
input[type="tel"]:invalid:focus,
input[type="color"]:focus,
input[type="color"]:invalid:focus {
  border-color: #0097d8;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: 0 0 8px rgba(0, 151, 216, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 151, 216, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(0, 151, 216, 0.6); }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #3b474d; }

input[type="text"].hasPlaceholder, input[type="password"].hasPlaceholder, input[type="email"].hasPlaceholder {
  color: #999; }

.snippet ul li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 7px; }

.snippet ul {
  margin-bottom: 15px; }

.snippet p {
  margin-bottom: 15px; }

html, body {
  height: 100%; }

.logged-in-button {
  display: none;
  float: right; }

.asana-is-logged-in .logged-in-button {
  display: block; }

.asana-is-logged-in .sign-in-button {
  display: none; }

.top-color-bar {
  z-index: 1031;
  background: #6bc24b;
  position: fixed;
  top: 0;
  height: 5px;
  width: 100%;
  display: block; }
  .top-color-bar:before, .top-color-bar:after {
    width: 33%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    background: #0097d8; }
  .top-color-bar:after {
    left: auto;
    right: 0;
    background: #ff7163; }

#asana-navbar {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.01);
  height: 130px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  #asana-navbar .container-fluid {
    position: relative;
    top: 35px;
    width: 1030px;
    padding-left: 25px;
    padding-right: 35px;
    max-width: 100%;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s; }
  #asana-navbar .visible-scroll-down {
    display: block;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  #asana-navbar .hidden-scroll-down {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: all; }
  #asana-navbar.navbar-is-blue .navbar-brand a:before, #asana-navbar.navbar-is-blue {
    background: rgba(30, 138, 210, 0); }
  #asana-navbar.navbar-is-green .navbar-brand a:before, #asana-navbar.navbar-is-green {
    background: rgba(107, 194, 75, 0); }
  #asana-navbar.navbar-is-pink .navbar-brand a:before, #asana-navbar.navbar-is-pink {
    background: rgba(255, 113, 99, 0); }
  #asana-navbar.navbar-is-purple .navbar-brand a:before, #asana-navbar.navbar-is-purple {
    background: rgba(143, 91, 193, 0); }
  #asana-navbar.navbar-is-aqua .navbar-brand a:before, #asana-navbar.navbar-is-aqua {
    background: rgba(82, 175, 157, 0); }
  #asana-navbar.navbar-is-orange .navbar-brand a:before, #asana-navbar.navbar-is-orange {
    background: rgba(255, 149, 32, 0); }
  #asana-navbar.navbar-is-violet .navbar-brand a:before, #asana-navbar.navbar-is-violet {
    background: rgba(46, 11, 97, 0); }
  #asana-navbar.no-resize {
    height: 80px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    #asana-navbar.no-resize .container-fluid {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      top: 25px; }
      @media screen and (max-width: 767px) {
        #asana-navbar.no-resize .container-fluid {
          top: 15px  !important; } }
      #asana-navbar.no-resize .container-fluid .navbar-brand a {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
      #asana-navbar.no-resize .container-fluid .btn {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
  #asana-navbar.scrolled-down {
    height: 80px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
    background: #1e8ad2; }
    #asana-navbar.scrolled-down.animate-down .container-fluid {
      -webkit-transform: translate(0, -10px);
      -moz-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
      -o-transform: translate(0, -10px);
      transform: translate(0, -10px); }
      #asana-navbar.scrolled-down.animate-down .container-fluid .navbar-brand {
        -webkit-transform: translate(0, 3px);
        -moz-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        -o-transform: translate(0, 3px);
        transform: translate(0, 3px); }
    #asana-navbar.scrolled-down.navbar-is-blue .navbar-brand a:before, #asana-navbar.scrolled-down.navbar-is-blue {
      background: #1e8ad2; }
      #asana-navbar.scrolled-down.navbar-is-blue .navbar-brand a:before .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-blue .navbar-brand a:before #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-blue .navbar-brand a:before #header-signup-button .btn:hover, #asana-navbar.scrolled-down.navbar-is-blue .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-blue #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-blue #header-signup-button .btn:hover {
        color: #1e8ad2; }
    #asana-navbar.scrolled-down.navbar-is-green .navbar-brand a:before, #asana-navbar.scrolled-down.navbar-is-green {
      background: #6bc24b; }
      #asana-navbar.scrolled-down.navbar-is-green .navbar-brand a:before .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-green .navbar-brand a:before #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-green .navbar-brand a:before #header-signup-button .btn:hover, #asana-navbar.scrolled-down.navbar-is-green .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-green #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-green #header-signup-button .btn:hover {
        color: #6bc24b; }
    #asana-navbar.scrolled-down.navbar-is-pink .navbar-brand a:before, #asana-navbar.scrolled-down.navbar-is-pink {
      background: #ff7163; }
      #asana-navbar.scrolled-down.navbar-is-pink .navbar-brand a:before .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-pink .navbar-brand a:before #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-pink .navbar-brand a:before #header-signup-button .btn:hover, #asana-navbar.scrolled-down.navbar-is-pink .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-pink #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-pink #header-signup-button .btn:hover {
        color: #ff7163; }
    #asana-navbar.scrolled-down.navbar-is-purple .navbar-brand a:before, #asana-navbar.scrolled-down.navbar-is-purple {
      background: #8f5bc1; }
      #asana-navbar.scrolled-down.navbar-is-purple .navbar-brand a:before .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-purple .navbar-brand a:before #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-purple .navbar-brand a:before #header-signup-button .btn:hover, #asana-navbar.scrolled-down.navbar-is-purple .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-purple #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-purple #header-signup-button .btn:hover {
        color: #8f5bc1; }
    #asana-navbar.scrolled-down.navbar-is-aqua .navbar-brand a:before, #asana-navbar.scrolled-down.navbar-is-aqua {
      background: #52af9d; }
      #asana-navbar.scrolled-down.navbar-is-aqua .navbar-brand a:before .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-aqua .navbar-brand a:before #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-aqua .navbar-brand a:before #header-signup-button .btn:hover, #asana-navbar.scrolled-down.navbar-is-aqua .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-aqua #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-aqua #header-signup-button .btn:hover {
        color: #52af9d; }
    #asana-navbar.scrolled-down.navbar-is-orange .navbar-brand a:before, #asana-navbar.scrolled-down.navbar-is-orange {
      background: #ff9520; }
      #asana-navbar.scrolled-down.navbar-is-orange .navbar-brand a:before .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-orange .navbar-brand a:before #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-orange .navbar-brand a:before #header-signup-button .btn:hover, #asana-navbar.scrolled-down.navbar-is-orange .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-orange #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-orange #header-signup-button .btn:hover {
        color: #ff9520; }
    #asana-navbar.scrolled-down.navbar-is-violet .navbar-brand a:before, #asana-navbar.scrolled-down.navbar-is-violet {
      background: #69489a; }
      #asana-navbar.scrolled-down.navbar-is-violet .navbar-brand a:before .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-violet .navbar-brand a:before #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-violet .navbar-brand a:before #header-signup-button .btn:hover, #asana-navbar.scrolled-down.navbar-is-violet .logged-in-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-violet #header-login-button .btn:hover,
      #asana-navbar.scrolled-down.navbar-is-violet #header-signup-button .btn:hover {
        color: #69489a; }
    #asana-navbar.scrolled-down .hidden-scroll-down {
      opacity: 0;
      filter: alpha(opacity=0);
      pointer-events: none; }
    #asana-navbar.scrolled-down .visible-scroll-down {
      opacity: 1;
      filter: alpha(opacity=100);
      pointer-events: all; }
    #asana-navbar.scrolled-down .navbar-brand {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      #asana-navbar.scrolled-down .navbar-brand a {
        width: 130px;
        overflow: hidden;
        height: 22px;
        float: left;
        position: relative; }
        @media screen and (max-width: 767px) {
          #asana-navbar.scrolled-down .navbar-brand a {
            width: 100px;
            margin-top: 4px;
            height: 17px; } }
    #asana-navbar.scrolled-down .logged-in-button .btn,
    #asana-navbar.scrolled-down #header-login-button .btn,
    #asana-navbar.scrolled-down #header-signup-button .btn {
      background: inherit;
      border-color: #ffffff; }
      #asana-navbar.scrolled-down .logged-in-button .btn:hover, #asana-navbar.scrolled-down .logged-in-button .btn:active,
      #asana-navbar.scrolled-down #header-login-button .btn:hover,
      #asana-navbar.scrolled-down #header-login-button .btn:active,
      #asana-navbar.scrolled-down #header-signup-button .btn:hover,
      #asana-navbar.scrolled-down #header-signup-button .btn:active {
        background: #ffffff;
        border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        color: #1e8ad2; }
  #asana-navbar .navbar-brand {
    position: absolute;
    padding: 0 15px;
    margin-left: 0; }
    #asana-navbar .navbar-brand a {
      width: 52px;
      display: block;
      overflow: hidden;
      height: 40px;
      position: relative;
      -webkit-transition-property: transition-property-names(all, "webkit");
      -moz-transition-property: transition-property-names(all, "moz");
      transition-property: transition-property-names(all, false);
      -webkit-transition-duration: 0.45s;
      -moz-transition-duration: 0.45s;
      transition-duration: 0.45s; }
      #asana-navbar .navbar-brand a img {
        height: 100%;
        position: absolute;
        right: 0;
        -webkit-transition-property: transition-property-names(all, "webkit");
        -moz-transition-property: transition-property-names(all, "moz");
        transition-property: transition-property-names(all, false);
        -webkit-transition-duration: 0.45s;
        -moz-transition-duration: 0.45s;
        transition-duration: 0.45s; }
  #asana-navbar .navbar-subtitle-wrap {
    text-align: center;
    position: relative;
    top: 15px; }
  #asana-navbar .navbar-subtitle-wrap {
    position: absolute;
    right: 660px;
    left: 200px; }
  @media (min-width: 1200px) {
    #asana-navbar .container-fluid {
      width: 1180px;
      padding-left: 0;
      padding-right: 15px; } }
  #asana-navbar .navbar-subtitle {
    white-space: nowrap;
    color: #1e8ad2;
    font-family: "proxima-nova-condensed", "Proxima Nova Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.04em;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 4px 0; }
  #asana-navbar .pull-right li {
    float: left; }
  #asana-navbar #header-signup-button:hover .get-started-form-trigger .get-started-form, #asana-navbar .focused .get-started-form-trigger .get-started-form {
    opacity: 1;
    filter: alpha(opacity=100); }
  #asana-navbar .get-started-form {
    float: left;
    margin-right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    #asana-navbar .get-started-form .asi {
      font-size: 21px;
      top: 4px;
      left: -5px;
      line-height: 0; }
  #asana-navbar .logged-in-button .btn,
  #asana-navbar #header-login-button .btn {
    background: #1e8ad2; }
    #asana-navbar .logged-in-button .btn:hover,
    #asana-navbar #header-login-button .btn:hover {
      background: #00aaee; }
  #asana-navbar #header-signup-button .btn {
    background: #6bc24b; }
    #asana-navbar #header-signup-button .btn:hover {
      background: #6bac57; }
  @media screen and (max-width: 830px) {
    #asana-navbar #header-signup-button .gauth-submit,
    #asana-navbar #header-signup-button .or {
      display: none; } }
  @media screen and (max-width: 770px) {
    #asana-navbar #header-signup-button {
      margin-right: 0px; } }
  @media screen and (max-width: 525px) {
    #asana-navbar #header-signup-button {
      display: none; } }
  #asana-navbar .btn {
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0); }
    #asana-navbar .btn.gauth-submit {
      padding-left: 20px; }
  #asana-navbar form.get-started {
    padding-right: 10px; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    #asana-navbar .nav.pull-right {
      right: 40px; }
    #asana-navbar .navbar-subtitle-wrap {
      position: absolute;
      right: 420px;
      left: 200px; } }
  @media screen and (max-width: 767px) {
    #asana-navbar .navbar-brand {
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      transition: all 0.7s; }
    #asana-navbar.scrolled-down {
      height: 60px; }
    #asana-navbar.scrolled-down.animate-down .container-fluid {
      -webkit-transform: translate(0, -20px);
      -moz-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
      -o-transform: translate(0, -20px);
      transform: translate(0, -20px); }
    #asana-navbar .container-fluid {
      padding-left: 10px;
      padding-right: 10px; }
    #asana-navbar .nav.pull-right {
      position: absolute;
      right: 20px; } }

body.hide-header-signup .visible-scroll-down {
  display: none; }
body.hide-header-signup #header-signup-button, body.hide-header-signup #header-login-button {
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all; }
body.hide-header-signup #asana-navbar:not(.scrolled-down) #header-signup-button, body.hide-header-signup #asana-navbar:not(.scrolled-down) #header-login-button, body.hide-header-signup #asana-navbar:not(.scrolled-down) .logged-in-button {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }
body.hide-header-signup #asana-navbar:not(.scrolled-down) .navbar-subtitle-wrap {
  right: 200px; }
body.hide-header-signup #asana-navbar {
  height: 97px !important;
  background: none;
  border-bottom: none;
  transform: none !important;
  pointer-events: all; }
  @media screen and (max-width: 767px) {
    body.hide-header-signup #asana-navbar {
      height: 67px  !important;
      border-bottom: 4px solid #0078ab !important;
      background: #1e8ad2; }
      body.hide-header-signup #asana-navbar :not(.scrolled-down) #header-signup-button, body.hide-header-signup #asana-navbar :not(.scrolled-down) #header-login-button, body.hide-header-signup #asana-navbar :not(.scrolled-down) .logged-in-button {
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: all; }
      body.hide-header-signup #asana-navbar .navbar-brand {
        padding: 0 15px;
        top: -3px; }
      body.hide-header-signup #asana-navbar .nav.pull-right {
        margin-top: 0;
        top: -1px; } }
  body.hide-header-signup #asana-navbar .container-fluid {
    top: 30px !important;
    transform: none !important; }
    @media screen and (max-width: 767px) {
      body.hide-header-signup #asana-navbar .container-fluid {
        top: 15px  !important; } }
  body.hide-header-signup #asana-navbar #header-login-button .btn,
  body.hide-header-signup #asana-navbar .logged-in-button .btn {
    background: #0078ab;
    border: none !important;
    color: #ffffff; }
    body.hide-header-signup #asana-navbar #header-login-button .btn:hover,
    body.hide-header-signup #asana-navbar .logged-in-button .btn:hover {
      background: #0097d8;
      color: #ffffff !important; }
    body.hide-header-signup #asana-navbar #header-login-button .btn:active,
    body.hide-header-signup #asana-navbar .logged-in-button .btn:active {
      background: #00aaee; }
  body.hide-header-signup #asana-navbar #header-signup-button .btn {
    background: #0078ab;
    border: none !important;
    color: #ffffff; }
    body.hide-header-signup #asana-navbar #header-signup-button .btn:hover {
      background: #0097d8;
      color: #ffffff !important; }
    body.hide-header-signup #asana-navbar #header-signup-button .btn:active {
      background: #00aaee; }
  body.hide-header-signup #asana-navbar .or {
    color: #ffffff; }
  body.hide-header-signup #asana-navbar .get-started-form-trigger .get-started-form {
    opacity: 1;
    filter: alpha(opacity=100); }
  body.hide-header-signup #asana-navbar .navbar-brand {
    top: 1px;
    padding: 0 15px;
    transform: none !important; }
    body.hide-header-signup #asana-navbar .navbar-brand a {
      width: 140px;
      height: 25px; }
    body.hide-header-signup #asana-navbar .navbar-brand img {
      width: 140px;
      overflow: hidden;
      float: left; }
      @media screen and (max-width: 767px) {
        body.hide-header-signup #asana-navbar .navbar-brand img {
          width: 100px;
          margin-top: 5px; } }
  body.hide-header-signup #asana-navbar.scrolled-down {
    background: #1e8ad2;
    border-bottom: 8px solid #0078ab; }
    body.hide-header-signup #asana-navbar.scrolled-down.animate-down .container-fluid {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

footer {
  font-size: 14px;
  padding: 40px 0;
  background: #293036;
  color: #bfbfbf;
  -webkit-font-smoothing: subpixel-antialiased; }
  footer #footer-content, footer .social-content {
    padding: 40px 0; }
  footer .social-content {
    border-top: 1px solid #555; }
    footer .social-content a {
      display: inline-block; }
  footer .smcap {
    color: #666;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.16em; }
  footer ul {
    margin: 0 0 20px;
    list-style: none;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300; }
  footer li {
    white-space: nowrap; }
  footer a {
    color: #e1e1e1; }
    footer a:hover {
      color: #ffffff;
      text-decoration: none; }
  footer .logo {
    margin-top: 20px;
    background: url("//d1gwm4cf8hecp4.cloudfront.net/images/footer/asana_a_gray@2x.png") center top no-repeat;
    height: 50px; }
  footer .cat {
    background: url("//d1gwm4cf8hecp4.cloudfront.net/images/footer/kitty.png") center center no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    top: -5px;
    position: relative; }
  footer .wider {
    width: 46%; }
  footer .narrower {
    width: 8%; }
  footer .social-content {
    margin-top: 10px; }
    footer .social-content .social a {
      margin-left: 29px; }
    footer .social-content .downloads a {
      margin-left: 36px; }

@media (min-width: 768px) and (max-width: 991px) {
  footer .social-content a:not(.cat) {
    margin-left: 20px; }
  footer .col-sm-offset-fudge {
    margin-left: 3%; } }
@media (max-width: 767px) {
  footer {
    position: relative; }
    footer #footer-content {
      padding-top: 100px;
      padding-bottom: 20px;
      border-width: 0; }
    footer li {
      font-size: 110%;
      line-height: 1.6; }
      footer li b {
        font-weight: 300;
        color: #8c8c8c; }
    footer .col-sm-2 {
      text-align: center; }
    footer .col-right {
      left: 0; }
    footer .logo {
      position: absolute;
      top: -85px;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      background-size: 120px/4 104px/4;
      height: 30px; }
    footer .social-content {
      margin-top: 0px;
      padding-top: 0px;
      color: #8c8c8c; }
      footer .social-content .text-right, footer .social-content .text-left {
        text-align: center; }
      footer .social-content .narrower, footer .social-content .wider {
        width: 100%; }
      footer .social-content .cat {
        margin: 20px 0; }
      footer .social-content .social a, footer .social-content .downloads a {
        display: block;
        margin-left: 0;
        font-size: 15px;
        line-height: 24px; } }
footer {
  -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);
  /* TO FIX FIXED-POSITION BACKGROUND FROM SEEPING THROUGH ON MOBILE SCROLL */ }

.white-bg {
  background: #ffffff; }

.off-white-bg {
  background: #F2F2F2; }

.tinted-bg {
  background: #F2F2F2; }
  .tinted-bg .img-polaroid {
    background: #ffffff; }

.blue-bg {
  background: #1e8ad2;
  color: #ffffff; }

.background-faded {
  opacity: .5; }

.block .background,
.block-wrap .background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; }

.block-wrap {
  position: relative; }

#main-hero .full-height,
#body-main .full-height {
  height: 800px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  @media (max-width: 767px) {
    #main-hero .full-height,
    #body-main .full-height {
      max-height: 450px !important;
      height: 450px !important; } }
#main-hero #header-login-button-top,
#body-main #header-login-button-top {
  margin: 0 auto;
  display: block;
  height: 0;
  box-sizing: border-box;
  position: relative;
  width: 1030px;
  max-width: 100%; }
  @media (min-width: 1200px) {
    #main-hero #header-login-button-top,
    #body-main #header-login-button-top {
      width: 1180px; } }
  @media (max-width: 810px) {
    #main-hero #header-login-button-top,
    #body-main #header-login-button-top {
      width: 100%; } }
  #main-hero #header-login-button-top .btn,
  #body-main #header-login-button-top .btn {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 2000;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    font-size: 14px;
    color: #ffffff; }
    @media (min-width: 1200px) {
      #main-hero #header-login-button-top .btn,
      #body-main #header-login-button-top .btn {
        right: 0px; } }
    @media screen and (max-width: 767px) {
      #main-hero #header-login-button-top .btn,
      #body-main #header-login-button-top .btn {
        display: none; } }
    #main-hero #header-login-button-top .btn:hover,
    #body-main #header-login-button-top .btn:hover {
      background: #00aaee; }
    #main-hero #header-login-button-top .btn:active,
    #body-main #header-login-button-top .btn:active {
      background: #0078ab; }
.full-height-done #main-hero .full-height, .full-height-done
#body-main .full-height {
  opacity: 1; }

@media (max-width: 767px) {
  #main-hero.block-home {
    max-height: 540px !important; } }
#main-hero.block-home #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 150px;
  overflow: hidden;
  display: none; }
  #main-hero.block-home #bottom-bar .full-height {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    background-size: cover; }

.block-home-style {
  background: #F2F2F2;
  min-height: 500px; }
  .block-home-style#first-panel {
    background: #1e8ad2; }
    .block-home-style#first-panel h3 {
      color: #ffffff; }
    .block-home-style#first-panel a {
      font-size: 16px;
      color: #ffffff;
      font-weight: 400;
      text-decoration: underline !important;
      -webkit-font-smoothing: antialiased; }
    .block-home-style#first-panel a:hover {
      text-decoration: none; }
    .block-home-style#first-panel .down-btn {
      background: #6bc24b !important; }
  .block-home-style .down-btn {
    background: #1e8ad2 !important;
    color: #ffffff; }
  .block-home-style h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.25; }
  .block-home-style .container {
    position: relative; }

.signup-form .tooltip .tooltip-arrow {
  border-bottom-color: #ff7163; }
.signup-form .tooltip .tooltip-inner {
  background-color: #ff7163;
  text-shadow: none;
  color: #ffffff;
  font-size: 14px; }

input::-webkit-validation-bubble-message {
  background: #9d261d;
  color: #ffffff;
  border-color: #9d261d;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 14px;
  top: 0; }

input::-webkit-validation-bubble-arrow {
  background: #9d261d;
  border-color: #9d261d;
  width: 7px;
  height: 7px; }

input::-webkit-validation-bubble-arrow-clipper {
  height: 7px; }

input::-webkit-validation-bubble-icon {
  display: none; }

.block-home {
  background: white url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/hero-hands.jpg") right bottom no-repeat;
  background-size: cover;
  height: 99%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 0px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1400px) and (min-height: 1100px) {
    .block-home {
      background: white url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/hero-hands.jpg") -250px bottom no-repeat;
      background-size: cover !important; } }
  .block-home.table {
    margin-bottom: 0px;
    background: #1E8CD4 url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/table.jpg") right bottom no-repeat; }
    @media (max-width: 1400px) and (min-height: 1100px) {
      .block-home.table {
        background: white url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/table.jpg") -250px bottom no-repeat;
        background-size: cover !important; } }
  .block-home.shannon {
    background: #1E8CD4 url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/shannon-computer.jpg") right bottom no-repeat; }
    @media (max-width: 1400px) and (min-height: 1100px) {
      .block-home.shannon {
        background: white url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/shannon-computer.jpg") -250px bottom no-repeat;
        background-size: cover !important; } }
  .block-home.andrew {
    background: #1E8CD4 url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/andrew-table.jpg") right top no-repeat; }
    @media (max-width: 1400px) and (min-height: 1100px) {
      .block-home.andrew {
        background: white url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/andrew-table.jpg") -250px top no-repeat;
        background-size: cover !important; } }
  @media (max-width: 991px) {
    .block-home {
      background-image: url("//d1gwm4cf8hecp4.cloudfront.net/images/heros/hero-hands-767.jpg");
      background-size: cover !important;
      background-position: center right !important; } }
  .block-home .container {
    height: 100%;
    width: 1030px;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .block-home .container {
        width: 1180px; }
        .block-home .container #home-right {
          margin-right: 0px; } }
  .block-home #home-hero {
    position: relative;
    height: 100%;
    min-height: 500px; }
  .block-home #home-right {
    color: #1e8ad2;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    right: 0;
    position: absolute;
    text-align: left;
    width: 490px;
    margin-right: 40px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8); }
    .block-home #home-right h1 {
      margin-top: 0;
      font-weight: 500;
      color: #666e73;
      -webkit-font-smoothing: antialiased;
      line-height: 60px;
      font-size: 65px;
      padding-right: 10px; }
      @media (min-width: 1199px) {
        .block-home #home-right h1 .project-management {
          font-size: 55px; } }
      @media (max-width: 1199px) {
        .block-home #home-right h1 {
          font-size: 42px;
          line-height: 42px;
          text-align: center; } }
      @media (max-width: 767px) {
        .block-home #home-right h1 {
          font-size: 38px;
          line-height: 38px; } }
    .block-home #home-right h3 {
      margin: 5px 0 8px 0;
      font-weight: 400;
      color: #666e73;
      -webkit-font-smoothing: antialiased;
      line-height: 1.25;
      font-size: 20px; }
      @media (max-width: 991px) {
        .block-home #home-right h3 {
          text-align: center; } }
    .block-home #home-right .btn {
      height: 48px;
      line-height: 48px;
      padding: 0 18px;
      width: 100%;
      font-size: 18px;
      margin: 10px auto;
      position: relative; }
      .block-home #home-right .btn .free {
        background: #0078ab;
        height: 100%;
        display: block;
        float: right;
        padding: 0 6%;
        border-radius: 0 2px 2px 0; }
      .block-home #home-right .btn .gauth {
        position: absolute;
        left: 0px;
        display: inline-block;
        height: 47px;
        width: 50px;
        border-right: 1px solid #0078ab; }
    .block-home #home-right .btn:hover .free,
    .block-home #home-right .btn:active .free {
      background: #1e8ad2; }
    .block-home #home-right #home-signup-email {
      height: 48px;
      line-height: 20px;
      padding: 10px 8px;
      width: 49%;
      margin: 10px auto;
      text-align: left;
      text-indent: 8%;
      float: left;
      font-size: 16px; }
    .block-home #home-right #home-signup-email.active {
      text-align: center;
      text-indent: 0; }
    .block-home #home-right #home-submit {
      width: 49%;
      float: left;
      padding: 0 0;
      margin-left: 2%;
      font-size: 17px;
      font-weight: 600; }
    .block-home #home-right .gauth-submit .title {
      font-weight: 600;
      padding-left: 50px; }
    .block-home #home-right .or {
      text-align: center;
      color: #0097d8;
      display: block;
      font-size: 16px;
      overflow: hidden;
      text-align: center;
      display: block; }
      .block-home #home-right .or:before, .block-home #home-right .or:after {
        background-color: #0097d8;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%; }
      .block-home #home-right .or:before {
        right: 1em;
        margin-left: -50%; }
      .block-home #home-right .or:after {
        left: 1em;
        margin-right: -50%; }
  @media (max-width: 320px) {
    .block-home .down-btn {
      display: none; } }
  .block-home .down-btn .asi-arrowDown {
    font-size: 32px;
    color: #ffffff; }
  .block-home .annotation {
    width: 50%; }
  @media (max-width: 1199px) {
    .block-home #home-hero {
      margin-top: 80px;
      min-height: 575px; }
    .block-home #home-right {
      margin-top: -120px;
      width: 400px;
      background: rgba(255, 255, 255, 0.9);
      padding: 20px;
      color: #666e73; }
      .block-home #home-right h1 {
        color: inherit;
        font-weight: 600;
        margin-bottom: 20px; }
      .block-home #home-right h3 {
        color: inherit;
        line-height: 1.1;
        padding: 0 10px; }
      .block-home #home-right .or {
        color: #666e73;
        overflow: hidden;
        text-align: center;
        display: block;
        font-weight: 300; }
        .block-home #home-right .or:before, .block-home #home-right .or:after {
          background-color: #666e73;
          content: "";
          display: inline-block;
          height: 1px;
          position: relative;
          vertical-align: middle;
          width: 50%; }
        .block-home #home-right .or:before {
          right: 1em;
          margin-left: -50%; }
        .block-home #home-right .or:after {
          left: 1em;
          margin-right: -50%; }
      .block-home #home-right #home-signup-email {
        text-indent: 0;
        text-align: center; } }
  @media (max-width: 991px) {
    .block-home {
      min-height: 570px;
      max-height: 600px !important; }
      .block-home #home-hero {
        margin-top: 80px;
        min-height: 575px; }
      .block-home #home-right {
        top: 220px;
        margin-top: 0px;
        width: 400px;
        background: rgba(255, 255, 255, 0.9);
        padding: 20px;
        color: #666e73; }
        .block-home #home-right h1 {
          color: inherit;
          font-weight: 600;
          margin-bottom: 20px; }
        .block-home #home-right h3 {
          color: inherit;
          line-height: 1.1;
          padding: 0 10px; }
        .block-home #home-right .or {
          color: #666e73;
          overflow: hidden;
          text-align: center;
          display: block;
          font-weight: 300; }
          .block-home #home-right .or:before, .block-home #home-right .or:after {
            background-color: #666e73;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%; }
          .block-home #home-right .or:before {
            right: 1em;
            margin-left: -50%; }
          .block-home #home-right .or:after {
            left: 1em;
            margin-right: -50%; }
        .block-home #home-right #home-signup-email {
          text-indent: 0;
          text-align: center; } }
  @media (min-width: 450px) {
    .block-home #home-signup-form {
      margin-top: 0px; }
    .block-home .visible-narrow {
      display: none; } }
  @media (max-width: 449px) {
    .block-home {
      background-position: 15% center !important; }
      .block-home #home-right {
        width: 85%;
        position: relative;
        margin: 0 auto; }
        .block-home #home-right h1 {
          font-size: 35px;
          text-align: center; }
        .block-home #home-right p {
          text-align: center; }
        .block-home #home-right h4 {
          font-size: 15px;
          text-align: center;
          line-height: 1.5; }
        .block-home #home-right #home-signup-email,
        .block-home #home-right #home-submit {
          width: 100%;
          float: none;
          margin-left: 0; }
        .block-home #home-right #home-submit {
          margin-top: 0;
          margin-bottom: 0; }
      .block-home .visible-narrow {
        display: block; }
      .block-home .horiz-bar-main {
        display: none; }
      .block-home .gauth-submit {
        margin-top: 15px; }
      .block-home .annotation {
        display: none; }
      .block-home #signup-button-container {
        margin: 27px 0px 0px; }
        .block-home #signup-button-container .btn {
          width: 100%;
          font-size: 15px;
          padding: 0 12px;
          white-space: nowrap; }
        .block-home #signup-button-container .btn.visible-android {
          margin-bottom: 15px; }
        .block-home #signup-button-container .btn-start .title {
          margin-right: 60px; }
        .block-home #signup-button-container .btn-start .free {
          position: absolute;
          right: 0; }
        .block-home #signup-button-container .app-store-button {
          text-align: center;
          margin-bottom: 15px; }
          .block-home #signup-button-container .app-store-button img {
            max-width: 65%;
            margin: 0 auto; } }
  @media (max-width: 320px) {
    .block-home #home-right h1 {
      font-size: 28px;
      line-height: 28px; } }

.device-mobile .block-home {
  height: 450px; }

.block-customers {
  padding: 30px 0 5px;
  padding-top: 15px;
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: none; }
  .block-customers .container {
    width: 100%; }
  .block-customers .teams-wrap {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 40px;
    background: none; }
  .block-customers .teams-intro-text {
    display: block;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em; }
    @media (min-width: 500px) {
      .block-customers .teams-intro-text:before, .block-customers .teams-intro-text:after {
        content: "•••";
        padding: 0 1em;
        font-size: 125%;
        letter-spacing: .15em; } }
    @media (max-width: 320px) {
      .block-customers .teams-intro-text {
        max-width: 270px;
        margin: 0 auto; } }
  .block-customers .teams {
    text-align: center; }
    .block-customers .teams a:hover {
      text-decoration: none; }
    .block-customers .teams img {
      margin: 0 10px 45px;
      max-height: 40px;
      max-width: 16%; }
    @media (min-width: 992px) {
      .block-customers .teams {
        text-align: justify;
        max-width: 992px;
        margin: 0 auto; }
        .block-customers .teams img {
          margin: 0 10px 25px; }
        .block-customers .teams .stretcher {
          display: inline-block;
          visibility: hidden;
          width: 100%; } }
    @media (max-width: 991px) {
      .block-customers .teams img {
        margin: 10px 10px 10px; } }
    @media (max-width: 991px) {
      .block-customers .teams img {
        margin: 0 10px 30px; } }
  .block-customers a, .block-customers a:hover {
    color: #212f40;
    text-decoration: none; }

.block-run {
  min-height: 0 !important; }
  @media (max-width: 767px) {
    .block-run {
      max-height: 100%; } }
  .block-run .container {
    height: 100%; }
    .block-run .container .row {
      margin: 100px auto; }
      @media (max-width: 991px) {
        .block-run .container .row {
          margin: 50px auto; } }
      @media (max-width: 767px) {
        .block-run .container .row {
          margin: 50px auto; } }
  .block-run .laptop {
    max-width: 70%;
    margin: 0px auto 30px; }
    .block-run .laptop.hidden-xs {
      display: none !important; }
    @media (max-width: 540px) {
      .block-run .laptop {
        max-width: 50%; }
        .block-run .laptop.hidden-xxs {
          display: none !important; }
        .block-run .laptop.hidden-xs {
          display: block !important; } }
    @media (max-width: 400px) {
      .block-run .laptop {
        max-width: 80%; } }
  .block-run h3 {
    margin: 50px auto 50px;
    max-width: 800px;
    font-size: 40px;
    font-weight: 300;
    color: #1E8CD4;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25; }
    @media (max-width: 767px) {
      .block-run h3 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .block-run h3 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 80%; } }
  .block-run .down-btn {
    background: #0097d8; }
    .block-run .down-btn .asi-arrowDown {
      color: #ffffff;
      font-size: 32px; }

a.learn-how {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none; }
  a.learn-how i {
    padding-left: 5px;
    vertical-align: -2px;
    font-size: 1.15em; }

a.learn-how:hover {
  text-decoration: none; }

.block-video-full.video-vimeo-with-bg {
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .block-video-full.video-vimeo-with-bg {
      background-image: url("../vid/home/asana.jpg");
      height: 340px !important; } }
  @media (max-width: 600px) {
    .block-video-full.video-vimeo-with-bg {
      height: 240px !important; } }
  @media (max-width: 400px) {
    .block-video-full.video-vimeo-with-bg {
      height: 140px !important; } }
  .block-video-full.video-vimeo-with-bg video {
    margin-top: -1px !important;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .block-video-full.video-vimeo-with-bg .buttons {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .block-video-full.video-vimeo-with-bg .video-play-button img {
    max-width: 10%;
    display: block;
    margin: 0 auto;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .block-video-full.video-vimeo-with-bg .video-play-button img:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .block-video-full.video-vimeo-with-bg .headline {
    display: block;
    max-width: 700px;
    margin: 20px auto 50px;
    color: #1e8ad2; }
    @media (max-width: 767px) {
      .block-video-full.video-vimeo-with-bg .headline {
        margin: 10px auto; } }
  .block-video-full.video-vimeo-with-bg .inner {
    margin-top: 0; }

html.device-mobile #main-hero.block-home .app-store-button {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px; }
  html.device-mobile #main-hero.block-home .app-store-button img {
    max-width: 65%;
    margin: 0 auto; }

@media (max-width: 766px) {
  html.device-ios #main-hero.block-home,
  html.device-ios #home-hero {
    max-height: 475px !important;
    min-height: 450px !important;
    margin-top: 20px; }
  html.device-ios #home-hero {
    padding-bottom: 30px; } }
@media (min-width: 767px) {
  html.device-ios #first-panel.block-home-style .down-btn {
    display: none; } }
@media (max-width: 767px) {
  #body-main #first-panel.full-height.block-home-style {
    padding: 30px 0 40px; } }
.company-page .btn-primary-new {
  margin-bottom: 45px; }
.company-page .block-header-image {
  background-image: url("../img/heros/hero-company-together.jpg");
  background-position: center 25%; }
  @media (max-width: 767px) {
    .company-page .block-header-image {
      background-image: url("../img/heros/hero-company-together-767.jpg"); } }
.company-page .block-header h1 {
  width: 80% !important; }
.company-page #first-panel {
  text-align: center;
  padding-top: 55px; }
  @media (max-width: 767px) {
    .company-page #first-panel {
      padding-top: 25px; } }
  .company-page #first-panel h3 {
    color: #6bc24b;
    margin-top: 5px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .company-page #first-panel h3 {
        margin-bottom: 10px; } }
  .company-page #first-panel p {
    margin: 0 auto 20px; }
  .company-page #first-panel .btn {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .company-page #first-panel .btn {
        margin-top: 0; } }
.company-page .asi-a {
  display: block;
  padding: 30px 0 0;
  font-size: 35px;
  color: #808287; }
.company-page .block-body .values {
  margin-bottom: 60px; }
.company-page .block-body .tight-names {
  color: #666e73; }
.company-page .block-body .investors {
  padding-bottom: 45px; }
.company-page .asana-list-wrap {
  padding: 30px 0 30px 30px; }
  .company-page .asana-list-wrap .title h3 {
    font-size: 24px; }
.company-page .company-team {
  padding-right: 30px; }
  .company-page .company-team .asanas-title {
    margin-top: 30px; }
@media (max-width: 767px) {
  .company-page .asana-list-wrap {
    padding: 20px 10px; }
    .company-page .asana-list-wrap .pull-right {
      float: none !important; }
  .company-page .company-team {
    padding-right: 15px; }
  .company-page .top-container {
    padding: 0px 10px; }
  .company-page .btn-primary-new {
    margin-bottom: 40px; }
  .company-page .values-list {
    margin-bottom: 50px; }
  .company-page .tight-names .name {
    margin-bottom: 15px; }
    .company-page .tight-names .name br {
      display: none; }
  .company-page .block-body .investors {
    padding-bottom: 25px; } }

.jobs-page .block {
  text-align: center; }
.jobs-page .block.video-vimeo-with-bg {
  text-align: left; }
  .jobs-page .block.video-vimeo-with-bg .headline {
    color: #FF8020; }
.jobs-page #meaning {
  padding-right: 45px; }
.jobs-page .block-header-image {
  background-image: url("../img/heros/hero-jobs.jpg");
  background-position: center 15%; }
  @media (max-width: 767px) {
    .jobs-page .block-header-image {
      background-image: url("../img/heros/hero-jobs-767.jpg"); } }
  @media (max-width: 767px) {
    .jobs-page .block-header-image {
      background-position: center 0; } }
.jobs-page .block-header-image.block-header-image-job-desc {
  background-image: url("../img/heros/hero-jobs.jpg");
  background-position: center 15%; }
  @media (max-width: 767px) {
    .jobs-page .block-header-image.block-header-image-job-desc {
      background-position: center 0;
      background-image: url("../img/heros/hero-jobs-767.jpg"); } }
.jobs-page .welcome {
  text-align: center;
  max-width: 620px;
  margin: 75px auto 65px; }
  @media (max-width: 767px) {
    .jobs-page .welcome {
      margin: 40px auto 25px; } }
  .jobs-page .welcome p {
    margin-bottom: 20px; }
  .jobs-page .welcome .btn {
    margin-right: 7px;
    margin-top: 20px; }
  .jobs-page .welcome .btn + .btn {
    margin-left: 7px; }
  @media (max-width: 767px) {
    .jobs-page .welcome .btn {
      display: block;
      width: 100%;
      margin: 10px auto 0 !important; } }
.jobs-page .great-things {
  padding-top: 45px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .jobs-page .great-things h2 {
      margin-bottom: 15px; } }
  .jobs-page .great-things p {
    margin: 20px 0 45px; }
  @media (max-width: 767px) {
    .jobs-page .great-things {
      padding-top: 15px;
      padding-bottom: 40px; }
      .jobs-page .great-things p {
        margin: 0 0 20px; } }
.jobs-page h3.accent-orange {
  padding-left: 20%;
  padding-right: 20%; }
  @media (min-width: 1200px) {
    .jobs-page h3.accent-orange {
      padding-left: 30%;
      padding-right: 30%; } }
  @media (max-width: 767px) {
    .jobs-page h3.accent-orange {
      padding-left: 5%;
      padding-right: 5%; } }
.jobs-page h2 + .btn {
  margin-top: 40px;
  margin-bottom: 60px; }
.jobs-page #team .meet-our-team-link {
  padding-top: 30px; }
.jobs-page .benefits {
  margin-top: 20px; }
  .jobs-page .benefits p, .jobs-page .benefits h4 {
    max-width: 400px;
    margin: 10px auto 15px;
    color: #7F7F7F; }
  .jobs-page .benefits img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .jobs-page .benefits h4 {
    text-transform: none;
    font-size: 24px;
    letter-spacing: 0; }
  .jobs-page .benefits.last {
    margin-bottom: 75px; }
    @media (max-width: 767px) {
      .jobs-page .benefits.last {
        margin-bottom: 25px; } }
.jobs-page .photo-divider {
  -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);
  /* TO FIX FIXED-POSITION BACKGROUND FROM SEEPING THROUGH ON MOBILE SCROLL */
  height: 240px;
  width: 100%;
  position: relative; }
  .jobs-page .photo-divider .left-side {
    background-color: #0097d8;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/jobs/jobs-left.jpg");
    height: inherit;
    width: 50%;
    display: block;
    float: left; }
    @media (max-width: 599px) {
      .jobs-page .photo-divider .left-side {
        display: none; } }
  .jobs-page .photo-divider .right-side {
    background-color: #0097d8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/jobs/jobs-right.jpg");
    height: inherit;
    width: 50%;
    display: block;
    float: left; }
    @media (max-width: 599px) {
      .jobs-page .photo-divider .right-side {
        width: 100%; } }
.jobs-page .quotes {
  text-align: left; }
  .jobs-page .quotes p {
    line-height: 22px;
    font-size: 16px; }
  .jobs-page .quotes p.force-same-height {
    min-height: 165px; }
    @media (max-width: 767px) {
      .jobs-page .quotes p.force-same-height {
        min-height: 0; } }
    @media (min-width: 1200px) {
      .jobs-page .quotes p.force-same-height {
        min-height: 185px; } }
    .jobs-page .quotes p.force-same-height:before {
      content: '\201C';
      position: absolute;
      left: -8px; }
      @media (max-width: 767px) {
        .jobs-page .quotes p.force-same-height:before {
          position: relative;
          left: -4px; } }
    .jobs-page .quotes p.force-same-height:after {
      content: '\201D';
      margin-left: 5px; }
      @media (max-width: 767px) {
        .jobs-page .quotes p.force-same-height:after {
          position: relative;
          margin-left: 2px; } }
  .jobs-page .quotes .quote-content {
    width: 30%;
    margin-right: 5%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .jobs-page .quotes .quote-content {
        width: 90%;
        margin: 0 auto !important;
        float: none;
        text-align: center; } }
  .jobs-page .quotes .quote-content.last {
    margin-right: 0; }
  .jobs-page .quotes .author {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .jobs-page .quotes .author {
        margin: 20px auto 40px; } }
    .jobs-page .quotes .author img {
      height: 100%;
      text-align: inherit; }
  .jobs-page .quotes + .row {
    padding-bottom: 60px; }
.jobs-page .after-meet-team {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .jobs-page .after-meet-team {
      margin-bottom: 50px; } }
.jobs-page .hr-header {
  position: relative;
  margin-bottom: 20px !important; }
  @media (max-width: 767px) {
    .jobs-page .hr-header {
      margin-top: 50px !important;
      margin-bottom: 20px !important; } }
  .jobs-page .hr-header:before {
    position: absolute;
    content: "";
    height: 1px;
    border-top: 1px solid #ffd7b9;
    width: 80%;
    top: 45%;
    left: 0;
    margin: 0 10%; }
  .jobs-page .hr-header span {
    background: #ffffff;
    padding: 0 20px;
    z-index: 1;
    position: relative; }
.jobs-page .open-positions {
  margin-bottom: 75px;
  text-align: left; }
  @media (max-width: 767px) {
    .jobs-page .open-positions {
      margin-bottom: 55px; } }
  .jobs-page .open-positions .position {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #ffd7b9;
    color: #666e73;
    margin-left: 10px;
    margin-right: 10px;
    width: 46%;
    float: left;
    padding-left: 15px; }
  .jobs-page .open-positions .needs-top-line {
    border-top: 1px solid #ffd7b9; }
  .jobs-page .open-positions .department {
    line-height: 40px;
    font-size: 14px;
    font-style: italic;
    color: #666e73;
    padding-left: 15px;
    clear: both;
    margin-right: 10px;
    width: 47%;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 30px; }
  .jobs-page .open-positions p {
    display: none; }
.jobs-page .job-description {
  text-align: left; }
  @media (max-width: 767px) {
    .jobs-page .job-description {
      text-align: center; } }
  .jobs-page .job-description h1, .jobs-page .job-description h3 {
    text-align: left;
    color: #FF8020; }
    @media (max-width: 767px) {
      .jobs-page .job-description h1, .jobs-page .job-description h3 {
        text-align: center; } }
  .jobs-page .job-description h1 {
    margin: 60px 0 30px; }
  .jobs-page .job-description h3 {
    margin-bottom: 20px; }
  .jobs-page .job-description .actions li .glyph {
    font-size: 40px; }
  @media (max-width: 767px) {
    .jobs-page .job-description .actions {
      text-align: center; }
      .jobs-page .job-description .actions li {
        display: inline-block !important;
        float: none; }
        .jobs-page .job-description .actions li .glyph {
          position: relative;
          top: 10px; } }
  .jobs-page .job-description ul {
    padding-left: 0;
    margin-bottom: 40px; }
    .jobs-page .job-description ul li {
      list-style-type: none;
      margin-bottom: 20px; }
    .jobs-page .job-description ul ul {
      margin-left: 20px;
      margin-top: 20px;
      margin-bottom: 0; }
      .jobs-page .job-description ul ul li {
        list-style-type: disc; }
.jobs-page .sidebar {
  margin-top: 60px;
  text-align: left; }
  .jobs-page .sidebar a {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    display: block; }
    @media (max-width: 767px) {
      .jobs-page .sidebar a {
        text-align: center; } }
  .jobs-page .sidebar .actions {
    margin-bottom: 90px; }
  .jobs-page .sidebar .benefits {
    margin: 40px auto 20px; }
    @media (max-width: 767px) {
      .jobs-page .sidebar .benefits {
        text-align: center; } }
    .jobs-page .sidebar .benefits h4 {
      text-align: left;
      margin-top: 30px;
      margin-bottom: 15px;
      font-weight: 200;
      color: #7F7F7F; }
      @media (max-width: 767px) {
        .jobs-page .sidebar .benefits h4 {
          text-align: center; } }
    .jobs-page .sidebar .benefits p {
      color: #7F7F7F;
      font-weight: 300; }
      @media (max-width: 767px) {
        .jobs-page .sidebar .benefits p {
          text-align: center; } }
.jobs-page .referral {
  display: block;
  margin-top: 50px;
  font-size: 14px;
  font-style: italic;
  color: #7F7F7F; }
@media (max-width: 991px) {
  .jobs-page .open-positions .needs-top-line + .needs-top-line {
    border-top: none; }
  .jobs-page .open-positions .position, .jobs-page .open-positions .department {
    width: 80%;
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 0; } }
@media (max-width: 767px) {
  .jobs-page #team .meet-our-team-link {
    padding-top: 15px; } }
@media (max-width: 767px) {
  .jobs-page #meaning {
    padding-right: 15px; } }

/* not being used on /jobs page */
.job-team-img {
  width: 391px;
  height: 293px;
  background-image: url("//s3.amazonaws.com/asana_static/images/jobs/solos.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 0;
  /*
  andrew
  kim s
  dan
  rachel
  jack
  caesar
  steph
  dave
  nick
  michael s
  justin k
  bella
  jackie
  jerry
  */ }
  .job-team-img.job-team-watterson {
    background-position: 0     0; }
  .job-team-img.job-team-snodgrass {
    background-position: -476px 0; }
  .job-team-img.job-team-kaplan {
    background-position: 0 -386px; }
  .job-team-img.job-team-miller {
    background-position: -476px -386px; }
  .job-team-img.job-team-stahl {
    background-position: 0 -772px; }
  .job-team-img.job-team-caesar {
    background-position: -476px -772px; }
  .job-team-img.job-team-hornung {
    background-position: 0 -3 386px; }
  .job-team-img.job-team-braginsky {
    background-position: -476px -3 386px; }
  .job-team-img.job-team-riggall {
    background-position: 0 -1544px; }
  .job-team-img.job-team-spradlin {
    background-position: -476px -1544px; }
  .job-team-img.job-team-krause {
    background-position: 0 -5 386px; }
  .job-team-img.job-team-kazwell {
    background-position: -476px -5 386px; }
  .job-team-img.job-team-bavaro {
    background-position: 0 -2316px; }
  .job-team-img.job-team-phillips {
    background-position: -476px -2316px; }

.device-mobile #asana-navbar.scrolled-down + #body-main .jobs-page .block-header-image,
.device-mobile #asana-navbar.scrolled-down + #body-main .job-page .block-header-image {
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px); }

.product-page {
  text-align: center; }
  .product-page .full-height {
    height: 800px; }
  .product-page .block-header h1 {
    margin: 0 auto 10px; }
  .product-page .block-header h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em; }
  .product-page .main-block {
    position: relative; }
  .product-page .block-header-image {
    background-image: url("../img/heros/hero-product.jpg"); }
    @media (max-width: 767px) {
      .product-page .block-header-image {
        background-image: url("../img/heros/hero-product-767.jpg"); } }
  .product-page .block-product {
    position: relative; }
    .product-page .block-product .bar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 10px; }
    .product-page .block-product h2 {
      font-size: 42px;
      line-height: 1;
      margin-bottom: 30px;
      margin-top: 0;
      color: #ffffff; }
      @media (max-width: 767px) {
        .product-page .block-product h2 {
          margin-bottom: 0px; } }
    .product-page .block-product .icon {
      font-size: 52px;
      text-align: center; }
      @media (max-width: 767px) {
        .product-page .block-product .icon {
          font-size: 34px; } }
    .product-page .block-product .product-features-container {
      width: 85%;
      margin: 0 auto;
      color: #ffffff; }
      .product-page .block-product .product-features-container .icon {
        font-size: 55px;
        border-radius: 90px;
        width: 90px;
        height: 90px;
        line-height: 100px;
        margin: 50px auto 0;
        color: #ffffff; }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container .icon {
            font-size: 27px;
            border-radius: 45px;
            width: 45px;
            height: 45px;
            line-height: 50px;
            margin-top: 25px; } }
      .product-page .block-product .product-features-container .feature-checkmark .icon {
        background: #6bc24b;
        font-size: 45px; }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container .feature-checkmark .icon {
            font-size: 22px; } }
      .product-page .block-product .product-features-container .feature-project .icon {
        background: #ff9520;
        font-size: 51px; }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container .feature-project .icon {
            font-size: 25px; } }
      .product-page .block-product .product-features-container .feature-conversation .icon {
        background: #ff7163;
        line-height: 104px; }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container .feature-conversation .icon {
            line-height: 52px; } }
      .product-page .block-product .product-features-container .feature-home_unread .icon {
        background: #8f5bc1;
        line-height: 103px;
        font-size: 57px; }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container .feature-home_unread .icon {
            font-size: 29px;
            line-height: 52px; } }
      .product-page .block-product .product-features-container .product-feature h3 {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        -webkit-font-smoothing: antialiased;
        color: #666e73;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.6em;
        font-size: 15px;
        letter-spacing: .2em;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container .product-feature h3 {
            padding-left: 8%;
            padding-right: 8%; } }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container .product-feature h3 {
            margin: 15px 0 10px; } }
      .product-page .block-product .product-features-container .product-feature p {
        font-size: 16px;
        color: #ffffff;
        line-height: 1.2;
        font-weight: 300; }
        @media (min-width: 1200px) {
          .product-page .block-product .product-features-container .product-feature p {
            padding: 0 5%; } }
    .product-page .block-product .product-features-container-secondary {
      width: 85%;
      margin: 0 auto;
      color: #808287; }
      .product-page .block-product .product-features-container-secondary p {
        font-size: 16px;
        color: #7F7F7F;
        line-height: 1.2;
        font-weight: 300;
        height: 100px; }
        @media (max-width: 992px) {
          .product-page .block-product .product-features-container-secondary p {
            height: 60px; } }
      .product-page .block-product .product-features-container-secondary .product-feature h4 {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        -webkit-font-smoothing: antialiased;
        color: #666e73;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.6em;
        font-size: 15px;
        letter-spacing: .2em;
        margin-top: 0;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container-secondary .product-feature h4 {
            padding-left: 8%;
            padding-right: 8%; } }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container-secondary .product-feature h4 {
            margin-bottom: 10px; } }
      .product-page .block-product .product-features-container-secondary .icon {
        padding-right: 6px; }
        @media (max-width: 767px) {
          .product-page .block-product .product-features-container-secondary .icon {
            margin-top: 25px; } }
    .product-page .block-product .final-CTA {
      margin: 10px 0 0; }
      @media (max-width: 767px) {
        .product-page .block-product .final-CTA {
          margin: 20px 0 20px; } }
    .product-page .block-product#first-panel {
      background: #F2F2F2; }
      .product-page .block-product#first-panel p {
        font-size: 16px;
        color: #808287;
        -webkit-text-stroke: 0.35px;
        -webkit-font-smoothing: antialiased;
        max-width: 75%;
        display: block;
        margin: 0 auto 0; }
    .product-page .block-product #product-signup-form {
      margin: 0 auto 65px; }
      @media (max-width: 767px) {
        .product-page .block-product #product-signup-form {
          margin: 0 auto 0px; } }
      .product-page .block-product #product-signup-form h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0;
        text-transform: none;
        padding-top: 0px;
        font-weight: 400;
        margin: 0 auto 15px;
        color: #7F7F7F; }
        @media (max-width: 767px) {
          .product-page .block-product #product-signup-form h3 {
            margin-top: 15px;
            margin-bottom: 20px; } }
      .product-page .block-product #product-signup-form .field-big-container {
        width: 250px;
        margin-right: 5px;
        display: inline-block; }
        .product-page .block-product #product-signup-form .field-big-container .form-control {
          height: 44px;
          text-align: left;
          text-indent: 9%;
          font-size: 17px;
          position: relative;
          top: 2px;
          margin-bottom: 10px;
          display: inline; }
      .product-page .block-product #product-signup-form #product-submit {
        width: 250px; }
      @media (max-width: 767px) {
        .product-page .block-product #product-signup-form #product-submit, .product-page .block-product #product-signup-form .field-big-container {
          max-width: 90%; } }
    .product-page .block-product#second-panel h2 {
      margin-bottom: 0px; }
    .product-page .block-product#third-panel {
      background: #F2F2F2; }
      .product-page .block-product#third-panel.block-product h2 {
        color: #808287; }
  @media (min-width: 768px) {
    .product-page .block-product .main {
      padding: 75px 0; }
    .product-page .product-image {
      width: auto;
      max-width: 100%;
      margin: 0 auto;
      display: block; }
    .product-page #first-panel .product-image {
      top: 20px;
      margin-bottom: 20px; }
    .product-page #second-panel .product-image {
      top: 20px; }
    .product-page #third-panel .product-image {
      top: 20px; }
    .product-page #fourth-panel .product-image {
      top: 20px; } }
  @media (max-width: 767px) {
    .product-page .block-product .main {
      padding: 30px 0; }
    .product-page .product-image {
      max-width: 100%;
      margin: 40px 0 0; }
    .product-page .container-product {
      padding-top: 0;
      padding-bottom: 0px;
      height: auto !important; }
      .product-page .container-product h2 {
        margin-top: 10px;
        text-align: center;
        font-size: 32px; }
      .product-page .container-product h4 {
        margin-top: 0;
        text-align: center; }
    .product-page .carousel-indicators {
      display: none; }
    .product-page .product-features-inner {
      max-width: 300px;
      margin: 0 auto; }
    .product-page .product-feature p {
      height: auto !important;
      margin-bottom: 10px; }
    .product-page .block-header {
      height: auto; }
      .product-page .block-header #signup-button-container {
        margin-bottom: 0; } }

.press-page .block-header-image {
  background-image: url("../img/heros/hero-press.jpg");
  background-position: left 30%; }
  @media (max-width: 767px) {
    .press-page .block-header-image {
      background-image: url("../img/heros/hero-press-767.jpg"); } }
.press-page .videos {
  text-align: center; }
  .press-page .videos .video-lightbox {
    cursor: pointer;
    position: relative;
    display: block;
    margin-top: 10px; }
    .press-page .videos .video-lightbox .video-thumb {
      max-width: 100%; }
  .press-page .videos .video-lightbox:before {
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 0%;
    content: ' ';
    background: no-repeat transparent center center url("../img/press/video-play-button-green.png");
    width: 100%;
    height: 100%;
    background-size: inherit;
    background-size: contain;
    -webkit-transition: all 0.5s, ease-in-out;
    -moz-transition: all 0.5s, ease-in-out;
    transition: all 0.5s, ease-in-out; }
  .press-page .videos .video-lightbox:hover:before {
    opacity: 1;
    filter: alpha(opacity=100); }
  .press-page .videos p {
    font-size: 14px;
    line-height: 20px;
    margin: 25px auto 30px;
    color: #808287;
    letter-spacing: 0.04em;
    max-width: 360px; }
.press-page .top-articles {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .press-page .top-articles {
      padding-top: 40px;
      padding-bottom: 0px; } }
  .press-page .top-articles a {
    margin-top: 60px;
    text-decoration: none !important; }
    @media (max-width: 767px) {
      .press-page .top-articles a {
        margin-top: 10px; } }
    .press-page .top-articles a img {
      max-width: 80%;
      max-height: 40px; }
    @media (min-width: 992px) {
      .press-page .top-articles a #wsj-logo {
        margin-bottom: 10px; } }
  .press-page .top-articles p {
    color: #666e73;
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    color: #666e73;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    font-size: 24px;
    max-width: 80%;
    margin: 20px auto 35px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .press-page .top-articles p {
        font-size: 30px;
        padding-left: 8%;
        padding-right: 8%;
        letter-spacing: 0.02em; } }
    @media (max-width: 767px) {
      .press-page .top-articles p {
        font-size: 20px;
        max-width: 100%; } }
.press-page .ideas {
  text-align: center;
  padding-top: 0px; }
  @media (max-width: 767px) {
    .press-page .ideas {
      padding-bottom: 10px; } }
  .press-page .ideas a {
    text-decoration: none;
    margin-top: 10px;
    display: block; }
  .press-page .ideas p {
    line-height: 20px;
    margin: 20px auto 75px;
    color: #808287;
    letter-spacing: 0.04em; }
    @media (max-width: 767px) {
      .press-page .ideas p {
        margin-bottom: 40px; } }
.press-page #second-panel {
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .press-page #second-panel {
      padding-bottom: 15px; } }

.video-modal .modal-content {
  background: #000;
  border-radius: 0 !important;
  border: none !important; }
  .video-modal .modal-content button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ffffff;
    background-position: -25px -1px;
    border-radius: 40px;
    z-index: 1000;
    width: 24px;
    height: 24px; }
  .video-modal .modal-content .flex-video.widescreen {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    overflow: hidden; }
    .video-modal .modal-content .flex-video.widescreen iframe, .video-modal .modal-content .flex-video.widescreen object, .video-modal .modal-content .flex-video.widescreen embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.press-page a.featured-article-link {
  display: block; }
.press-page .article-archive {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .press-page .article-archive {
      padding-top: 0px;
      padding-bottom: 0; } }
.press-page .featured-article {
  border: 1px solid #1e8ad2;
  position: relative;
  padding-bottom: 100px;
  display: block; }
  .press-page .featured-article .top {
    display: block;
    background: #1e8ad2;
    padding: 20px; }
    .press-page .featured-article .top .date {
      color: #74c1ed;
      font-size: 14px;
      padding-bottom: 10px; }
    .press-page .featured-article .top .title {
      font-weight: 100;
      font-size: 20px;
      line-height: 1.3333333333;
      color: #ffffff; }
  .press-page .featured-article .cite {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: none;
    padding: 20px; }
    .press-page .featured-article .cite img {
      max-width: 100%;
      opacity: .5; }
.press-page .articles h2 {
  text-align: left;
  margin-bottom: -5px;
  margin-top: 50px; }
  .press-page .articles h2.first-h2 {
    margin-top: 0; }
    @media (max-width: 767px) {
      .press-page .articles h2.first-h2 {
        padding-left: 25px; } }
  @media (max-width: 767px) {
    .press-page .articles h2 {
      padding-left: 10px; } }
.press-page .article {
  margin-bottom: 0px;
  position: relative;
  text-align: left; }
  .press-page .article h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    margin: 10px 0 0;
    padding-top: 30px;
    font-weight: 300; }
  .press-page .article .cite {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #434c56;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%; }
    @media (max-width: 767px) {
      .press-page .article .cite {
        margin-bottom: 20px; } }
    .press-page .article .cite .date {
      text-align: left; }
      @media (max-width: 767px) {
        .press-page .article .cite .date {
          padding-left: 10px; } }
    .press-page .article .cite .source {
      padding-right: .5em;
      font-weight: 600;
      text-align: right; }
.press-page .more-articles {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .press-page .more-articles {
      padding-top: 0px;
      padding-bottom: 35px; } }
.press-page .inquiries {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .press-page .inquiries {
      padding-top: 30px;
      padding-bottom: 0px; } }
  .press-page .inquiries p {
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    color: #666e73;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    color: #808287;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .press-page .inquiries p {
        font-size: 30px;
        padding-left: 8%;
        padding-right: 8%;
        letter-spacing: 0.02em; } }
    @media (max-width: 767px) {
      .press-page .inquiries p {
        font-size: 24px; } }
  .press-page .inquiries a {
    margin-top: 20px;
    margin-bottom: 50px; }
@media (max-width: 767px) {
  .press-page .article h3 {
    font-size: 20px;
    padding-top: 0;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px; } }

.press-page.press-archive {
  padding-top: 60px; }

.organizations-page .block-header {
  position: relative;
  background: #0099cc url("//d1gwm4cf8hecp4.cloudfront.net/images/org/org-bg.jpg") no-repeat right 200px;
  background-size: 200%;
  max-height: none; }
  .organizations-page .block-header .background-faded {
    opacity: .25; }
  .organizations-page .block-header #organizations-hero {
    position: relative; }
  .organizations-page .block-header #organizations-left {
    margin: 60px 15px 0; }
  .organizations-page .block-header h1, .organizations-page .block-header h4 {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
  .organizations-page .block-header h4 {
    max-width: 370px;
    font-size: 24px;
    margin-top: 0; }
  .organizations-page .block-header .checklist {
    list-style: none;
    color: #596573;
    text-shadow: 0 1px 1px #ffffff;
    margin-left: 50px;
    font-size: 16px; }
    .organizations-page .block-header .checklist li {
      position: relative;
      padding-top: 5px;
      margin-bottom: 5px;
      line-height: 1.5;
      min-height: 30px; }
    .organizations-page .block-header .checklist .product-sprite {
      vertical-align: middle;
      -webkit-transform: scale(0.75, 0.75);
      -ms-transform: scale(0.75, 0.75);
      transform: scale(0.75, 0.75);
      left: -50px;
      position: absolute;
      top: 0; }
  @media screen and (max-width: 449px) {
    .organizations-page .block-header h1 {
      text-align: left; }
    .organizations-page .block-header h4 {
      font-size: 22px;
      line-height: 1.2; }
    .organizations-page .block-header .checklist {
      margin-right: 70px; } }
  @media screen and (max-width: 767px) {
    .organizations-page .block-header h1 {
      font-size: 40px; } }
  @media screen and (min-width: 768px) {
    .organizations-page .block-header {
      height: 400px;
      background-position: center 60px;
      background-size: 858px; }
      .organizations-page .block-header h1, .organizations-page .block-header h4 {
        text-shadow: 0 1px 1px #faedd5;
        color: #212f40; }
      .organizations-page .block-header #organizations-left {
        margin: 130px 0 0 15px; }
      .organizations-page .block-header h1 {
        font-size: 48px; }
      .organizations-page .block-header .checklist {
        position: absolute;
        left: 48%;
        top: -15px;
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
        width: 310px;
        font-size: 15px; }
        .organizations-page .block-header .checklist li {
          margin-bottom: 10px;
          padding-top: 10px;
          min-height: 40px; } }
  @media screen and (min-width: 992px) {
    .organizations-page .block-header {
      background-size: 1092px; }
      .organizations-page .block-header h1 {
        font-size: 58px; }
      .organizations-page .block-header .checklist {
        font-size: 17px;
        width: 410px; }
        .organizations-page .block-header .checklist .product-sprite {
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1);
          left: -60px; } }
  @media screen and (min-width: 1200px) {
    .organizations-page .block-header {
      background-size: 1340px; }
      .organizations-page .block-header .checklist {
        width: 500px;
        font-size: 20px; } }
.organizations-page .block-main {
  position: relative; }
  .organizations-page .block-main .container {
    padding-top: 0px;
    padding-bottom: 20px; }
  .organizations-page .block-main h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 100;
    margin-bottom: 20px; }
  .organizations-page .block-main .features h4, .organizations-page .block-main .features p {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 100;
    margin-bottom: 30px;
    max-width: 700px; }
  .organizations-page .block-main .features h4 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 5px; }
  .organizations-page .block-main .features p:last-child {
    margin-bottom: 0; }
  .organizations-page .block-main .links {
    margin-top: 30px; }
    .organizations-page .block-main .links p {
      font-size: 18px;
      margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .organizations-page .block-main h2 {
      font-size: 31.5px;
      max-width: 720px;
      margin-bottom: 30px; }
    .organizations-page .block-main h4, .organizations-page .block-main p {
      font-size: 21px; }
    .organizations-page .block-main .container {
      padding-top: 70px;
      padding-bottom: 70px; }
    .organizations-page .block-main .features {
      border-right: 1px solid #0099cc; }
    .organizations-page .block-main .contact-btn-wrap .btn {
      margin-top: 27px; }
    .organizations-page .block-main .links {
      margin-top: 0; } }

.pricing-page .block-header,
.pricing-page .block-main {
  position: relative; }
.pricing-page .block-header-image {
  background-image: url("../img/heros/hero-pricing.jpg"); }
  @media (max-width: 767px) {
    .pricing-page .block-header-image {
      background-image: url("../img/heros/hero-pricing-767.jpg"); } }
.pricing-page .btn-primary-new {
  margin-bottom: 35px;
  margin-top: 35px; }
.pricing-page .block-header {
  text-align: center; }
@media (max-width: 767px) {
  .pricing-page {
    text-align: center; } }
.pricing-page .block-body .signup-cta {
  text-align: center;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .pricing-page .block-body .signup-cta {
      margin-top: 40px;
      margin-bottom: 20px; } }
  .pricing-page .block-body .signup-cta #pricing-signup-form {
    margin: 0 auto; }
    .pricing-page .block-body .signup-cta #pricing-signup-form h3 {
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      letter-spacing: 0;
      text-transform: none;
      padding-top: 0px;
      font-weight: 400;
      margin: 0 auto 15px;
      color: #7F7F7F;
      padding-left: 10%;
      padding-right: 10%; }
    .pricing-page .block-body .signup-cta #pricing-signup-form .field-big-container {
      width: 250px;
      margin-right: 5px;
      display: inline-block; }
      .pricing-page .block-body .signup-cta #pricing-signup-form .field-big-container .form-control {
        height: 44px;
        text-align: left;
        text-indent: 9%;
        font-size: 17px;
        position: relative;
        top: 2px;
        margin-bottom: 10px;
        display: inline; }
    .pricing-page .block-body .signup-cta #pricing-signup-form #pricing-submit {
      width: 250px; }
    @media (max-width: 767px) {
      .pricing-page .block-body .signup-cta #pricing-signup-form #pricing-submit, .pricing-page .block-body .signup-cta #pricing-signup-form .field-big-container {
        max-width: 90%; } }
.pricing-page .block-body .premium-features h3 {
  text-align: inherit;
  display: table-cell;
  vertical-align: bottom;
  height: 100px; }
  @media (max-width: 1200px) {
    .pricing-page .block-body .premium-features h3 {
      height: 60px; } }
  .pricing-page .block-body .premium-features h3 span {
    vertical-align: bottom; }
.pricing-page .block-body .premium-features h3 + p {
  margin: 35px 0 15px;
  color: #808287;
  font-size: 16px;
  font-weight: 300; }
.pricing-page .block-body .premium-features h3 + p + span {
  font-style: italic;
  font-weight: 300; }
.pricing-page .block-body .hr {
  border-bottom: solid 1px #C4C6C6;
  margin-bottom: 35px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .pricing-page .block-body .hr {
      margin-bottom: 20px; } }
.pricing-page .block-body .before-premium-arrows {
  text-align: center;
  margin-top: 50px; }
  @media (min-width: 1200px) {
    .pricing-page .block-body .before-premium-arrows {
      margin-top: 40px; } }
  @media (max-width: 992px) {
    .pricing-page .block-body .before-premium-arrows {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .pricing-page .block-body .before-premium-arrows {
      margin-top: 0px; } }
  .pricing-page .block-body .before-premium-arrows h4 {
    font-weight: 600;
    font-size: 16px;
    padding-top: 15px; }
.pricing-page .block-body .premium-arrows {
  text-align: center;
  margin-top: 50px; }
  @media (min-width: 1200px) {
    .pricing-page .block-body .premium-arrows {
      margin-top: 40px; } }
  @media (max-width: 992px) {
    .pricing-page .block-body .premium-arrows {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .pricing-page .block-body .premium-arrows {
      margin-top: 30px;
      height: 100px; } }
  .pricing-page .block-body .premium-arrows img {
    max-width: 100%;
    width: 125px; }
    @media (max-width: 767px) {
      .pricing-page .block-body .premium-arrows img {
        behavior: url(-ms-transform.htc);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 100px;
        margin-bottom: 100px; } }
.pricing-page .block-body .premium-gets {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .pricing-page .block-body .premium-gets {
      margin-bottom: 40px; } }
  .pricing-page .block-body .premium-gets h4 {
    text-transform: none;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 200; }
    @media (max-width: 767px) {
      .pricing-page .block-body .premium-gets h4 {
        font-weight: 300; } }
  .pricing-page .block-body .premium-gets p {
    font-size: 24px;
    letter-spacing: 0;
    color: #808287;
    font-weight: 200;
    line-height: 30px; }
  .pricing-page .block-body .premium-gets a {
    font-weight: 600;
    color: #808287;
    font-size: 16px; }
@media (max-width: 767px) {
  .pricing-page .block-body .premium-features h3 {
    display: block;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0; }
  .pricing-page .block-body .premium-features h3 + p {
    margin: 5px 0 0px; } }
.pricing-page .text-center {
  padding-top: 25px;
  padding-bottom: 45px;
  text-align: center; }
  @media (max-width: 767px) {
    .pricing-page .text-center {
      padding-top: 5px;
      padding-bottom: 5px; } }
.pricing-page .pricing {
  text-align: center;
  margin-bottom: 60px; }
  .pricing-page .pricing .subtext {
    color: #7F7F7F;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0; }
  .pricing-page .pricing .count {
    color: #7F7F7F;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0; }
    .pricing-page .pricing .count #members-per-month, .pricing-page .pricing .count #cost-per-month-annually {
      font-size: 56px;
      color: #52af9d; }
.pricing-page .slider-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
   /*! =========================================================
* bootstrap-slider.js
*
* Maintainers:
*    Kyle Kemp
*      - Twitter: @seiyria
*      - Github:  seiyria
*    Rohit Kalkur
*      - Twitter: @Rovolutionary
*      - Github:  rovolution
*
* =========================================================
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================= */ }
  .pricing-page .slider-container .slider {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .pricing-page .slider-container .slider.slider-horizontal {
    width: 210px;
    height: 20px; }
  .pricing-page .slider-container .slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0; }
  .pricing-page .slider-container .slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0; }
  .pricing-page .slider-container .slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px; }
  .pricing-page .slider-container .slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0; }
  .pricing-page .slider-container .slider.slider-vertical {
    height: 210px;
    width: 20px; }
  .pricing-page .slider-container .slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0; }
  .pricing-page .slider-container .slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0; }
  .pricing-page .slider-container .slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px; }
  .pricing-page .slider-container .slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0; }
  .pricing-page .slider-container .slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0); }
  .pricing-page .slider-container .slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed; }
  .pricing-page .slider-container .slider input {
    display: none; }
  .pricing-page .slider-container .slider .tooltip.top {
    margin-top: -36px; }
  .pricing-page .slider-container .slider .tooltip-inner {
    white-space: nowrap; }
  .pricing-page .slider-container .slider .hide {
    display: none; }
  .pricing-page .slider-container .slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  .pricing-page .slider-container .slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px; }
  .pricing-page .slider-container .slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #52af9d;
    background-image: -webkit-linear-gradient(top, #75bfb1 0%, #418d7e 100%);
    background-image: linear-gradient(to bottom, #75bfb1 0%, #418d7e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    opacity: 0.8;
    border: 0px solid transparent; }
  .pricing-page .slider-container .slider-handle.round {
    border-radius: 50%; }
  .pricing-page .slider-container .slider-handle.triangle {
    background: transparent none; }
  .pricing-page .slider-container .slider-handle.custom {
    background: transparent none; }
  .pricing-page .slider-container .slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204; }

.apps-page {
  margin-top: 70px; }
  .apps-page .block-header {
    color: #7F7F7F; }
  .apps-page #apps-hero {
    text-align: center;
    padding: 75px 0 30px; }
    @media (max-width: 767px) {
      .apps-page #apps-hero {
        padding: 25px 0 0; } }
    .apps-page #apps-hero h1 {
      margin-top: 0;
      margin-bottom: 30px;
      color: #0097d8; }
      @media (max-width: 767px) {
        .apps-page #apps-hero h1 {
          margin-bottom: 10px; } }
    .apps-page #apps-hero p {
      padding: 0 10%; }
    .apps-page #apps-hero .tool {
      text-align: center;
      margin-top: 20px; }
      .apps-page #apps-hero .tool img {
        height: 150px; }
  .apps-page .block-main {
    position: relative;
    padding: 20px 0 55px; }
    @media (max-width: 767px) {
      .apps-page .block-main {
        padding-bottom: 30px; } }
    .apps-page .block-main .app {
      overflow: hidden; }
      .apps-page .block-main .app .well {
        margin-top: 10px;
        color: #333;
        background-color: #fff;
        border-radius: 0;
        padding-bottom: 55px;
        position: relative;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; }
        @media (max-width: 767px) {
          .apps-page .block-main .app .well {
            margin-bottom: 10px; } }
        .apps-page .block-main .app .well .icon {
          text-align: left;
          position: relative;
          z-index: 1;
          height: 55px; }
          .apps-page .block-main .app .well .icon a img {
            position: relative;
            z-index: 1;
            width: 50px; }
        .apps-page .block-main .app .well h3.title {
          margin: 8px 0 3px; }
          .apps-page .block-main .app .well h3.title a:hover {
            text-decoration: none; }
        .apps-page .block-main .app .well p.tagline {
          font-size: 16px; }
        .apps-page .block-main .app .well .category {
          background: #fff;
          padding: 2px 7px;
          margin-left: -7px;
          font-size: 14px;
          color: #808287;
          line-height: 1;
          margin-bottom: 15px;
          display: inline-block;
          font-style: italic; }
        .apps-page .block-main .app .well .description {
          color: #666e73; }
        .apps-page .block-main .app .well .learn-more-wrap {
          position: absolute;
          bottom: 20px;
          right: 18px;
          left: 18px; }
          .apps-page .block-main .app .well .learn-more-wrap .learn-more {
            height: 32px;
            line-height: 33px;
            padding: 0;
            width: auto;
            font-size: 14px;
            white-space: nowrap; }
          .apps-page .block-main .app .well .learn-more-wrap .btn {
            padding: 0 18px; }
        .apps-page .block-main .app .well .row {
          height: 100%; }
        .apps-page .block-main .app .well .info-col {
          position: relative;
          height: 100%; }
          .apps-page .block-main .app .well .info-col h3 {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            -webkit-font-smoothing: antialiased;
            color: #666e73;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.6em;
            font-size: 14px;
            letter-spacing: 0.14em;
            font-weight: bold;
            -webkit-font-smoothing: antialiased;
            margin-bottom: 10px;
            color: #808287; }
            @media (max-width: 767px) {
              .apps-page .block-main .app .well .info-col h3 {
                padding-left: 8%;
                padding-right: 8%; } }
            @media (max-width: 767px) {
              .apps-page .block-main .app .well .info-col h3 {
                padding-left: 0; } }
      .apps-page .block-main .app.highlighted .ss {
        display: none; }
      @media (min-width: 992px) {
        .apps-page .block-main .app.highlighted .info-row {
          padding-right: 235px; }
        .apps-page .block-main .app.highlighted .ss {
          display: block;
          width: 185px;
          position: absolute;
          top: 15px;
          right: 15px; }
        .apps-page .block-main .app.highlighted .well {
          min-height: 238px; } }
      @media (min-width: 1200px) {
        .apps-page .block-main .app.highlighted .info-row {
          padding-right: 300px; }
        .apps-page .block-main .app.highlighted .ss {
          display: block;
          width: 245px;
          position: absolute;
          top: 15px;
          right: 15px; }
        .apps-page .block-main .app.highlighted .well {
          min-height: 238px; } }
      .apps-page .block-main .app.purple-no-pic .well {
        background: #8f5bc1;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        min-height: 270px; }
        .apps-page .block-main .app.purple-no-pic .well .icon:before {
          background: #8f5bc1; }
      .apps-page .block-main .app.purple-no-pic h3.title a {
        color: #ffffff; }
      .apps-page .block-main .app.purple-no-pic .category, .apps-page .block-main .app.purple-no-pic .description {
        color: #ffffff;
        background: transparent;
        margin-top: 15px; }
      .apps-page .block-main .app.purple-no-pic .info-row {
        padding-right: 0; }
      .apps-page .block-main .app.purple-no-pic .ss {
        display: none; }
      .apps-page .block-main .app.purple-no-pic .learn-more-wrap .learn-more {
        background: #0097d8;
        margin-right: 10px;
        padding: 0 18px; }
        @media (max-width: 767px) {
          .apps-page .block-main .app.purple-no-pic .learn-more-wrap .learn-more {
            display: inline-block;
            margin-top: 10px; } }
        .apps-page .block-main .app.purple-no-pic .learn-more-wrap .learn-more:hover {
          background: #00aaee; }
      .apps-page .block-main .app.blue-asana .well {
        background: #0097d8;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        min-height: 0; }
        .apps-page .block-main .app.blue-asana .well .icon {
          display: none; }
          .apps-page .block-main .app.blue-asana .well .icon:before {
            background: #0097d8; }
      .apps-page .block-main .app.blue-asana h3.title a {
        color: #ffffff; }
      .apps-page .block-main .app.blue-asana .category {
        display: none; }
      .apps-page .block-main .app.blue-asana .description {
        margin-top: 15px;
        color: #ffffff;
        background: transparent; }
      .apps-page .block-main .app.blue-asana .info-row {
        padding-right: 0; }
      .apps-page .block-main .app.blue-asana .ss {
        display: none; }
      .apps-page .block-main .app.blue-asana .learn-more-wrap .learn-more {
        max-width: 150px;
        background: #6bc24b;
        margin-right: 10px;
        padding: 0 18px;
        color: #fff;
        height: 32px;
        display: inline-block;
        border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px; }
        .apps-page .block-main .app.blue-asana .learn-more-wrap .learn-more:hover {
          background: #6bac57;
          text-decoration: none; }
      .apps-page .block-main .app.blue-no-pic .well {
        background: #0097d8;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        min-height: 0; }
        .apps-page .block-main .app.blue-no-pic .well .icon {
          display: none; }
          .apps-page .block-main .app.blue-no-pic .well .icon:before {
            background: #0097d8; }
      .apps-page .block-main .app.blue-no-pic h3.title a {
        color: #ffffff; }
      .apps-page .block-main .app.blue-no-pic .category {
        display: none; }
      .apps-page .block-main .app.blue-no-pic .description {
        margin-top: 15px;
        color: #ffffff;
        background: transparent; }
      .apps-page .block-main .app.blue-no-pic .info-row {
        padding-right: 0; }
      .apps-page .block-main .app.blue-no-pic .ss {
        display: none; }
      .apps-page .block-main .app.blue-no-pic .learn-more-wrap .learn-more {
        max-width: 150px;
        background: #6bc24b;
        margin-right: 10px;
        padding: 0 18px;
        color: #fff;
        height: 32px;
        display: inline-block;
        border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px; }
        .apps-page .block-main .app.blue-no-pic .learn-more-wrap .learn-more:hover {
          background: #6bac57;
          text-decoration: none; }
  .apps-page .block-footer {
    background: #8f5bc1;
    color: #fff;
    text-align: center;
    padding: 10px 15px 15px; }
    .apps-page .block-footer a, .apps-page .block-footer a:hover {
      color: #fff; }
    .apps-page .block-footer h2 {
      font-weight: 200;
      font-size: 30px; }
    .apps-page .block-footer .links {
      text-transform: uppercase; }
    .apps-page .block-footer .delim {
      padding: 0 15px;
      display: inline-block; }

.app-page {
  padding-top: 85px;
  position: relative; }
  @media (max-width: 768px) {
    .app-page {
      padding-top: 55px; } }
  .app-page .block-header {
    position: relative;
    background: #ffffff; }
    .app-page .block-header .more {
      text-transform: uppercase;
      margin-bottom: 10px;
      text-align: right;
      letter-spacing: .05em;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .app-page .block-header .more {
          text-align: center;
          margin-top: 20px; } }
      .app-page .block-header .more a, .app-page .block-header .more a:hover {
        color: #1e8ad2;
        -webkit-font-smoothing: antialiased; }
    .app-page .block-header h1 {
      margin-top: 20px;
      font-size: 30px;
      text-align: left; }
    @media (min-width: 768px) {
      .app-page .block-header {
        padding-bottom: 5px;
        padding-top: 5px; }
        .app-page .block-header h1 {
          font-size: 36px;
          font-weight: 300; }
        .app-page .block-header .more {
          margin-top: 35px; } }
  .app-page .block-main {
    position: relative;
    padding-bottom: 80px; }
    .app-page .block-main h3 {
      padding-left: 0px; }
    .app-page .block-main .app-header {
      padding-top: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 0 #fff;
      margin-bottom: 15px;
      position: relative;
      width: 100%; }
      .app-page .block-main .app-header .icon {
        float: left;
        padding-right: 15px;
        padding-bottom: 10px; }
        .app-page .block-main .app-header .icon img {
          max-height: 40px; }
      .app-page .block-main .app-header .description {
        font-size: 20px;
        line-height: 1.25;
        font-weight: 300; }
      .app-page .block-main .app-header .creator {
        text-transform: uppercase;
        font-size: 12px; }
      @media (min-width: 768px) {
        .app-page .block-main .app-header {
          padding-top: 20px;
          padding-bottom: 20px; }
          .app-page .block-main .app-header .icon {
            padding-right: 30px;
            padding-bottom: 30px; }
            .app-page .block-main .app-header .icon img {
              max-height: 80px; }
          .app-page .block-main .app-header .creator {
            position: absolute;
            bottom: 10px;
            right: 15px; } }
    @media (min-width: 768px) {
      .app-page .block-main .col-ss {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        box-shadow: 1px 0 0 #fff; }
        .app-page .block-main .col-ss img {
          padding: 15px 0; }
      .app-page .block-main .col-content {
        font-size: 18px;
        font-weight: 200; }
        .app-page .block-main .col-content a {
          font-weight: 400; } }
  .app-page .share-article {
    text-align: right; }

.hero-header {
  margin-top: 70px; }
  .hero-header .image {
    height: 250px;
    background-size: cover;
    background-position: 50% 50%; }

.fourofour-page {
  background: #3b474d url("../img/404/stars.png") repeat;
  margin-top: 30px;
  padding-bottom: 370px;
  margin-bottom: -220px; }
  @media (max-width: 767px) {
    .fourofour-page {
      padding-bottom: 400px; }
      .fourofour-page .container {
        padding-top: 50px; } }
  .fourofour-page .blue-box {
    background: #1e8ad2;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    color: #ffffff;
    padding: 45px;
    position: relative; }
    @media (max-width: 992px) {
      .fourofour-page .blue-box {
        width: 80%;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .fourofour-page .blue-box {
        padding: 20px 10px;
        width: 95%; } }
    .fourofour-page .blue-box h1 {
      color: #ffffff;
      text-align: left;
      margin-top: 0;
      margin-bottom: 90px; }
      @media (max-width: 992px) {
        .fourofour-page .blue-box h1 {
          margin-bottom: 30px;
          text-align: center; } }
      @media (max-width: 767px) {
        .fourofour-page .blue-box h1 {
          margin-bottom: 20px;
          font-size: 20px;
          font-weight: 400; } }
    .fourofour-page .blue-box h3 {
      color: #ffffff;
      text-align: left; }
      @media (max-width: 992px) {
        .fourofour-page .blue-box h3 {
          text-align: center; } }
      @media (max-width: 767px) {
        .fourofour-page .blue-box h3 {
          padding: 0;
          font-size: 12px; } }
    .fourofour-page .blue-box .buttons-container {
      text-align: center; }
      .fourofour-page .blue-box .buttons-container p {
        color: #ffffff;
        -webkit-font-smoothing: subpixel-antialiased;
        font-weight: 300; }
        @media (max-width: 767px) {
          .fourofour-page .blue-box .buttons-container p {
            max-width: 200px;
            margin: 0 auto 40px; } }
      .fourofour-page .blue-box .buttons-container .btn-primary-new {
        background: #2375ab;
        margin-top: 20px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .fourofour-page .blue-box .buttons-container .btn-primary-new {
            margin-top: 0; } }
    .fourofour-page .blue-box #catastronaut {
      position: absolute;
      bottom: -340px;
      right: -30px;
      padding-top: 60px;
      width: 190px; }
      .fourofour-page .blue-box #catastronaut img {
        max-width: 100%; }
      @media (max-width: 992px) {
        .fourofour-page .blue-box #catastronaut {
          right: -30px;
          width: 190px; } }
      .fourofour-page .blue-box #catastronaut:after {
        position: absolute;
        top: 0;
        left: -30px;
        content: "";
        border-color: #1e8ad2 transparent transparent transparent;
        border-width: 114px 0 75px 120px;
        border-style: solid;
        width: 50px;
        height: 50px;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -o-transform: skew(20deg);
        transform: skew(20deg); }

.team-page .portrait {
  background-repeat: no-repeat;
  background-image: url("../img/sprite/asanas.jpg?1425934161896");
  display: inline-block;
  overflow: hidden; }

@media screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, screen and (min-resolution: 2dppx) {
  .team-page .portrait {
    background-repeat: no-repeat;
    background-image: url("../img/sprite/asanas@2x.jpg?1425934161896");
    display: inline-block;
    overflow: hidden;
    background-size: 1100px 1100px; } }
.team-page .sprite-asanas-abhishek-shroff {
  background-position: -0px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-alex-cole {
  background-position: -0px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-alex-davies {
  background-position: -0px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-alison-harmon {
  background-position: -0px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-amanda-buzard {
  background-position: -0px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-amanda-gregg {
  background-position: -0px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-amanda-linden {
  background-position: -0px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-amber-staab {
  background-position: -0px -700px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-andy-stoe {
  background-position: -0px -800px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-annie-dubois {
  background-position: -0px -900px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-austen-talbot {
  background-position: -0px -1000px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-bella-kazwell {
  background-position: -100px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-beth-toland {
  background-position: -200px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-bjorn-swift {
  background-position: -300px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-brett-curtis {
  background-position: -400px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-brian-boroff {
  background-position: -500px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-britney-heredia {
  background-position: -600px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-chris-pak {
  background-position: -700px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-christopher-foor {
  background-position: -800px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-cliff-chang {
  background-position: -900px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-colin-hurd {
  background-position: -1000px -0px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-cristina-gavin {
  background-position: -100px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-daniel-hudson {
  background-position: -100px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-daniel-phan {
  background-position: -100px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-david-braginsky {
  background-position: -100px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-donnie-thompson {
  background-position: -100px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-doug-safreno {
  background-position: -100px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-dustin-moskovitz {
  background-position: -100px -700px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-ed-park {
  background-position: -100px -800px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-emilie-cole {
  background-position: -100px -900px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-emily-kramer {
  background-position: -100px -1000px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-eric-pelz {
  background-position: -200px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-erin-burnside {
  background-position: -300px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-farbod-forouzin {
  background-position: -400px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-francine-lee {
  background-position: -500px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-frank-mayfield {
  background-position: -600px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-george-hoqqanen {
  background-position: -700px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-graham-williams {
  background-position: -800px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-greg-slovacek {
  background-position: -900px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-isaac-wolkerstorfer {
  background-position: -1000px -100px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-jack-heart {
  background-position: -200px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-jackie-bavaro {
  background-position: -200px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-jennifer-nan {
  background-position: -200px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-jerry-sparks {
  background-position: -200px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-jiangyang-zhang {
  background-position: -200px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-jim-renaud {
  background-position: -200px -700px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-john-iparraguirre {
  background-position: -200px -800px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-josh-smith {
  background-position: -200px -900px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-josh-torres {
  background-position: -200px -1000px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-julia-middleton {
  background-position: -300px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-justin-krause {
  background-position: -400px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-justin-rosenstein {
  background-position: -500px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-kasey-fleisher-hickey {
  background-position: -600px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-keenan-payne {
  background-position: -700px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-kelsey-aroian {
  background-position: -800px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-kenny-van-zant {
  background-position: -900px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-kevin-der {
  background-position: -1000px -200px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-kim-pak {
  background-position: -300px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-konstantin-azarov {
  background-position: -300px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-kris-kazlowski {
  background-position: -300px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-malcolm-handley {
  background-position: -300px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-manoj-kasichainula {
  background-position: -300px -700px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-marco-gallotta {
  background-position: -300px -800px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-marcos-medina {
  background-position: -300px -900px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-melanie-epling {
  background-position: -300px -1000px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-micah-daigle {
  background-position: -400px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-michael-nguyen {
  background-position: -500px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-michael-spradlin {
  background-position: -600px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-michiel-baird {
  background-position: -700px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-molly-lynn {
  background-position: -800px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-nathan-stankowski {
  background-position: -900px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-nels-andereck {
  background-position: -1000px -300px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-nick-riggall {
  background-position: -400px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-niranjan-ravichandran {
  background-position: -400px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-paul-jones {
  background-position: -400px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-phips-peter {
  background-position: -400px -700px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-pomme-ratanakanaka {
  background-position: -400px -800px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-prashant-pandey {
  background-position: -400px -900px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-rachel-miller {
  background-position: -400px -1000px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-reigan-combs {
  background-position: -500px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-rj-aquino {
  background-position: -600px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-rotem-lenchner {
  background-position: -700px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-ryan-pittington {
  background-position: -800px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-s-alex-smith {
  background-position: -900px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-saagar-deshpande {
  background-position: -1000px -400px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-sam-goertler {
  background-position: -500px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-sarah-chandler {
  background-position: -500px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-sarah-rudder {
  background-position: -500px -700px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-sean-wentzel {
  background-position: -500px -800px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-shannon-mcneil {
  background-position: -500px -900px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-sri-raghavan {
  background-position: -500px -1000px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-stephanie-hornung {
  background-position: -600px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-tatiana-armstrong {
  background-position: -700px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-ted-babcock {
  background-position: -800px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-terrence-lau {
  background-position: -900px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-theo-spears {
  background-position: -1000px -500px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-tim-bavaro {
  background-position: -600px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-tom-brow {
  background-position: -600px -700px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-trish-tormey {
  background-position: -600px -800px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-tyler-nisonoff {
  background-position: -600px -900px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-tyson-kallberg {
  background-position: -600px -1000px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-vanessa-koch {
  background-position: -700px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-vincent-siao {
  background-position: -800px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-wade-yoder {
  background-position: -900px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-william-hertlein {
  background-position: -1000px -600px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-yevgeniya-goykhman {
  background-position: -700px -700px;
  width: 100px;
  height: 100px; }

.team-page .sprite-asanas-zoe-desroches {
  background-position: -700px -800px;
  width: 100px;
  height: 100px; }

.withasana-page {
  /* ----- PHOTO WALL ----- */
  /* ----- MOBILE PHOTO WALL ----- */
  /* ----- HEROS ----- */ }
  .withasana-page #body-main, .withasana-page #page {
    margin-bottom: 0; }
  .withasana-page #footer-clear {
    height: 0; }
  .withasana-page #asana-navbar .navbar-brand img {
    display: none; }
  .withasana-page #asana-navbar.scrolled-down .navbar-brand img {
    display: block; }
  @media screen and (max-width: 767px) {
    .withasana-page #asana-navbar {
      display: none; } }
  .withasana-page #header-login-button-top {
    margin: 0 auto;
    display: block;
    height: 0;
    box-sizing: border-box;
    position: relative;
    width: 1030px;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .withasana-page #header-login-button-top {
        width: 1180px; } }
    @media (max-width: 810px) {
      .withasana-page #header-login-button-top {
        width: 100%; } }
    .withasana-page #header-login-button-top .btn {
      background: inherit;
      border: #ffffff 1px solid;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      position: absolute;
      top: 30px;
      right: 40px;
      z-index: 2000;
      height: 32px;
      line-height: 34px;
      padding: 0 18px;
      font-size: 14px;
      color: #ffffff; }
      @media (min-width: 1200px) {
        .withasana-page #header-login-button-top .btn {
          right: 0px; } }
      @media screen and (max-width: 767px) {
        .withasana-page #header-login-button-top .btn {
          display: none; } }
      .withasana-page #header-login-button-top .btn:hover, .withasana-page #header-login-button-top .btn:active {
        border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-color: #00aaee; }
  .withasana-page #photo-wall {
    background: #1e8ad2;
    /* All the blocks are photos */ }
    .withasana-page #photo-wall .column-width-sizer {
      /* Let there be 6 columns at the medium width */
      width: 16.6666666667%; }
      @media (max-width: 991px) {
        .withasana-page #photo-wall .column-width-sizer {
          /* 6 columns at the tablet-ish width */
          width: 25%; } }
      @media (max-width: 599px) {
        .withasana-page #photo-wall .column-width-sizer {
          /* 2 columns at the smallest width */
          width: 50%; } }
      @media (max-width: 319px) {
        .withasana-page #photo-wall .column-width-sizer {
          /* 1 columns at ittybitty */
          width: 100%; } }
      @media (min-width: 1200px) {
        .withasana-page #photo-wall .column-width-sizer {
          /* and 8 columns at the largest width */
          width: 14.2857142857%; } }
    .withasana-page #photo-wall .photo {
      cursor: default;
      position: relative;
      /* all the blocks that are 1 column wide */
      /* all the blocks that span 2 columns */
      /* all the blocks that span 3 columns */
      /* Awesome Company bios are the default */
      /* ----- TILE COLORS ----- */
      /* ----- TILE TYPES ----- */
      /* These are the default already */
      /* "Awesome quote." Cool Name, CEO guy, Cool Corp */
      /* [ Company ] is [ VERBING ] #withAsana */
      /* blank boxes */
      /* #withAsana box */ }
      .withasana-page #photo-wall .photo[class*="tile-size-1x"] {
        width: 16.6666666667%; }
        @media (max-width: 991px) {
          .withasana-page #photo-wall .photo[class*="tile-size-1x"] {
            width: 25%; } }
        @media (max-width: 599px) {
          .withasana-page #photo-wall .photo[class*="tile-size-1x"] {
            width: 50%; } }
        @media (max-width: 319px) {
          .withasana-page #photo-wall .photo[class*="tile-size-1x"] {
            /* 1 columns at ittybitty */
            width: 100%; } }
        @media (min-width: 1200px) {
          .withasana-page #photo-wall .photo[class*="tile-size-1x"] {
            width: 14.2857142857%; } }
      .withasana-page #photo-wall .photo[class*="tile-size-2x"] {
        width: 33.3333333333%; }
        @media (max-width: 991px) {
          .withasana-page #photo-wall .photo[class*="tile-size-2x"] {
            width: 50%; } }
        @media (max-width: 599px) {
          .withasana-page #photo-wall .photo[class*="tile-size-2x"] {
            width: 100%; } }
        @media (max-width: 319px) {
          .withasana-page #photo-wall .photo[class*="tile-size-2x"] {
            /* 1 columns at ittybitty */
            width: 100%; } }
        @media (min-width: 1200px) {
          .withasana-page #photo-wall .photo[class*="tile-size-2x"] {
            width: 28.5714285714%; } }
      .withasana-page #photo-wall .photo .tile-photo {
        width: 100%; }
      .withasana-page #photo-wall .photo[class*="tile-size-3x"] {
        width: 50%; }
        @media (max-width: 991px) {
          .withasana-page #photo-wall .photo[class*="tile-size-3x"] {
            width: 50%; } }
        @media (max-width: 599px) {
          .withasana-page #photo-wall .photo[class*="tile-size-3x"] {
            width: 100%; } }
        @media (max-width: 319px) {
          .withasana-page #photo-wall .photo[class*="tile-size-3x"] {
            /* 1 columns at ittybitty */
            width: 100%; } }
        @media (min-width: 1200px) {
          .withasana-page #photo-wall .photo[class*="tile-size-3x"] {
            width: 42.8571428571%; } }
      .withasana-page #photo-wall .photo .tile-photo {
        width: 100%; }
      .withasana-page #photo-wall .photo .tile-text {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 20px 20px;
        background: inherit;
        font-size: 18px;
        font-weight: 200;
        line-height: 1.2em;
        letter-spacing: 0em; }
        @media (min-width: 1200px) {
          .withasana-page #photo-wall .photo .tile-text {
            padding: 20px 15px; } }
        @media (max-width: 991px) {
          .withasana-page #photo-wall .photo .tile-text {
            padding: 30px 25px; } }
        @media (max-width: 768px) {
          .withasana-page #photo-wall .photo .tile-text {
            padding: 15px 15px;
            font-size: 16px; } }
        @media (max-width: 599px) {
          .withasana-page #photo-wall .photo .tile-text {
            font-size: 20px; } }
        @media (min-width: 1400px) {
          .withasana-page #photo-wall .photo .tile-text {
            padding: 25px 20px; } }
        .withasana-page #photo-wall .photo .tile-text b {
          -webkit-font-smoothing: antialiased;
          font-weight: bold;
          font-size: 120%; }
      .withasana-page #photo-wall .photo:hover .tile-text {
        opacity: 0.95;
        filter: alpha(opacity=95); }
      .withasana-page #photo-wall .photo.tile-bg-blue {
        background: #0097d8; }
      .withasana-page #photo-wall .photo.tile-bg-orange {
        background: #FF8020; }
      .withasana-page #photo-wall .photo.tile-bg-green {
        background: #6bc24b; }
      .withasana-page #photo-wall .photo.tile-bg-pink {
        background: #ff7163; }
      .withasana-page #photo-wall .photo.tile-bg-teal {
        background: #52af9d; }
      .withasana-page #photo-wall .photo.tile-bg-purple {
        background: #8f5bc1; }
      .withasana-page #photo-wall .photo.tile-type-quote .tile-text {
        padding: 25px 30px;
        line-height: 1.4em;
        font-size: 26px;
        quotes: "“" "”"; }
        @media (max-width: 768px) {
          .withasana-page #photo-wall .photo.tile-type-quote .tile-text {
            font-size: 20px; } }
        .withasana-page #photo-wall .photo.tile-type-quote .tile-text:before {
          content: open-quote;
          position: absolute;
          left: 18px; }
        .withasana-page #photo-wall .photo.tile-type-quote .tile-text .quote-author {
          margin-top: 10px;
          display: block;
          font-size: 18px;
          line-height: 1.4em; }
          .withasana-page #photo-wall .photo.tile-type-quote .tile-text .quote-author b {
            font-size: 21px; }
      .withasana-page #photo-wall .photo.tile-type-verb .tile-text {
        letter-spacing: .01em;
        text-align: center;
        padding: 20px 15px;
        position: absolute;
        font-size: 18px; }
        .withasana-page #photo-wall .photo.tile-type-verb .tile-text .centering-block {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        @media (min-width: 1200px) {
          .withasana-page #photo-wall .photo.tile-type-verb .tile-text {
            padding: 25px 15px;
            font-size: 16px; } }
        @media (max-width: 991px) {
          .withasana-page #photo-wall .photo.tile-type-verb .tile-text {
            padding: 35px 15px; } }
        @media (max-width: 768px) {
          .withasana-page #photo-wall .photo.tile-type-verb .tile-text {
            padding: 15px 15px;
            font-size: 16px; } }
        .withasana-page #photo-wall .photo.tile-type-verb .tile-text span, .withasana-page #photo-wall .photo.tile-type-verb .tile-text .verb {
          background: #ffffff;
          width: 80%;
          height: 35px;
          line-height: 35px;
          display: block;
          margin: 0 auto 5%; }
          @media (min-width: 1200px) {
            .withasana-page #photo-wall .photo.tile-type-verb .tile-text span, .withasana-page #photo-wall .photo.tile-type-verb .tile-text .verb {
              margin: 0 auto 7%; } }
          @media (max-width: 768px) {
            .withasana-page #photo-wall .photo.tile-type-verb .tile-text span, .withasana-page #photo-wall .photo.tile-type-verb .tile-text .verb {
              margin: 0 auto 5%;
              width: 90%; } }
          @media (max-width: 768px) and (min-width: 600px) {
            .withasana-page #photo-wall .photo.tile-type-verb .tile-text span, .withasana-page #photo-wall .photo.tile-type-verb .tile-text .verb {
              height: 30px;
              line-height: 30px; } }
          .withasana-page #photo-wall .photo.tile-type-verb .tile-text span.company img, .withasana-page #photo-wall .photo.tile-type-verb .tile-text .verb.company img {
            max-height: 55%;
            vertical-align: top;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
        .withasana-page #photo-wall .photo.tile-type-verb .tile-text b {
          color: #ff7163;
          white-space: nowrap;
          font-size: 15px; }
          @media (max-width: 768px) and (min-width: 600px) {
            .withasana-page #photo-wall .photo.tile-type-verb .tile-text b {
              font-size: 13px; } }
        .withasana-page #photo-wall .photo.tile-type-verb .tile-text .verb {
          font-family: 'Rock Salt', cursive;
          color: #000000;
          text-transform: uppercase;
          font-weight: 800;
          letter-spacing: .05em;
          font-size: 13px;
          -webkit-text-stroke: .05em;
          margin-top: 5%; }
      .withasana-page #photo-wall .photo.tile-type-verb[class*="tile-size-2x1"] .tile-text {
        padding-left: 20%;
        padding-right: 20%; }
      @media (min-width: 1500px) {
        .withasana-page #photo-wall .photo.tile-type-verb[class*="tile-size-1x1"] .tile-text {
          padding: 20% 10%; } }
      .withasana-page #photo-wall .photo.tile-type-blank {
        cursor: text; }
        .withasana-page #photo-wall .photo.tile-type-blank[class*="tile-size-1x"] .tile-text {
          font-size: 20px; }
          @media (min-width: 1200px) {
            .withasana-page #photo-wall .photo.tile-type-blank[class*="tile-size-1x"] .tile-text {
              font-size: 26px; } }
        .withasana-page #photo-wall .photo.tile-type-blank .tile-text {
          display: block; }
      .withasana-page #photo-wall .photo.tile-type-withasana {
        cursor: text;
        background: #1e8ad2; }
        .withasana-page #photo-wall .photo.tile-type-withasana[class*="tile-size-1x"] .tile-text {
          font-size: 20px; }
          @media (min-width: 1200px) {
            .withasana-page #photo-wall .photo.tile-type-withasana[class*="tile-size-1x"] .tile-text {
              font-size: 26px; } }
        .withasana-page #photo-wall .photo.tile-type-withasana .tile-text {
          font-size: 36px;
          line-height: 0;
          opacity: 1;
          filter: alpha(opacity=100);
          text-align: center;
          padding: 0; }
          @media (min-width: 1200px) {
            .withasana-page #photo-wall .photo.tile-type-withasana .tile-text {
              font-size: 42px; } }
          .withasana-page #photo-wall .photo.tile-type-withasana .tile-text .with-asana {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            height: 100px;
            line-height: 100px;
            width: 100%;
            position: absolute; }
  .withasana-page #photo-wall-mobile .photo {
    width: 100%;
    position: relative;
    font-size: 26px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased; }
    .withasana-page #photo-wall-mobile .photo:nth-child(even) .tile-text {
      right: 0; }
    @media (max-width: 499px) {
      .withasana-page #photo-wall-mobile .photo {
        font-size: 16px; } }
    .withasana-page #photo-wall-mobile .photo .tile-photo {
      width: 100%; }
    .withasana-page #photo-wall-mobile .photo .tile-text {
      height: 100%;
      position: absolute;
      width: 50%;
      top: 0;
      text-align: center;
      /* ----- TILE COLORS ----- */ }
      .withasana-page #photo-wall-mobile .photo .tile-text .centering-block {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1000;
        position: absolute;
        width: 78%;
        margin: 0 11%; }
        .withasana-page #photo-wall-mobile .photo .tile-text .centering-block span {
          background: #ffffff;
          width: 76%;
          height: 55px;
          line-height: 55px;
          display: block;
          margin: 0 auto 5%; }
          @media (max-width: 499px) {
            .withasana-page #photo-wall-mobile .photo .tile-text .centering-block span {
              height: 45px;
              line-height: 45px; } }
          @media (max-width: 499px) {
            .withasana-page #photo-wall-mobile .photo .tile-text .centering-block span {
              height: 35px;
              line-height: 35px; } }
          @media (max-width: 399px) {
            .withasana-page #photo-wall-mobile .photo .tile-text .centering-block span {
              height: 25px;
              line-height: 25px; } }
          @media (max-width: 540px) {
            .withasana-page #photo-wall-mobile .photo .tile-text .centering-block span {
              width: 85%; } }
        .withasana-page #photo-wall-mobile .photo .tile-text .centering-block .company img {
          max-height: 65%;
          vertical-align: top;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .withasana-page #photo-wall-mobile .photo .tile-text .centering-block .verb {
          font-family: 'Rock Salt', cursive;
          color: #000000;
          text-transform: uppercase;
          font-weight: 800;
          letter-spacing: .05em;
          font-size: .8em;
          -webkit-text-stroke: .05em;
          margin-top: 5%; }
          @media (max-width: 399px) {
            .withasana-page #photo-wall-mobile .photo .tile-text .centering-block .verb {
              font-size: 9px;
              letter-spacing: 1px; } }
      .withasana-page #photo-wall-mobile .photo .tile-text.tile-bg-blue {
        background: rgba(0, 151, 216, 0.9); }
      .withasana-page #photo-wall-mobile .photo .tile-text.tile-bg-orange {
        background: rgba(255, 128, 32, 0.9); }
      .withasana-page #photo-wall-mobile .photo .tile-text.tile-bg-green {
        background: rgba(107, 194, 75, 0.9); }
      .withasana-page #photo-wall-mobile .photo .tile-text.tile-bg-pink {
        background: rgba(255, 113, 99, 0.9); }
      .withasana-page #photo-wall-mobile .photo .tile-text.tile-bg-teal {
        background: rgba(82, 175, 157, 0.9); }
      .withasana-page #photo-wall-mobile .photo .tile-text.tile-bg-purple {
        background: rgba(143, 91, 193, 0.9); }
  .withasana-page #zeroth-panel {
    height: 430px;
    overflow: hidden;
    /* mobile overrides */ }
    @media (max-width: 991px) {
      .withasana-page #zeroth-panel {
        height: 330px; } }
    @media (min-width: 1200px) {
      .withasana-page #zeroth-panel {
        height: 540px; } }
    .withasana-page #zeroth-panel #withasana-top-bg-mobile,
    .withasana-page #zeroth-panel #withasana-top-bg {
      /* Fading Carousel */ }
      .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item,
      .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item {
        display: block;
        position: fixed;
        width: 100%;
        height: 430px;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
        @media (max-width: 991px) {
          .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item,
          .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item {
            height: 330px; } }
        @media (min-width: 1200px) {
          .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item,
          .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item {
            height: 540px; } }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item.active,
        .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item.active {
          opacity: 1;
          filter: alpha(opacity=100); }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item > span,
        .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item > span {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          display: block;
          width: 100%;
          position: absolute;
          height: 430px;
          overflow: hidden; }
          @media (max-width: 991px) {
            .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item > span,
            .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item > span {
              height: 330px; } }
          @media (min-width: 1200px) {
            .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item > span,
            .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item > span {
              height: 540px; } }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item span.lyft,
        .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item span.lyft {
          background-image: url("/assets/img/withasana/lyft-carousel.jpg");
          background-color: #00aaee; }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item span.mission-bike,
        .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item span.mission-bike {
          background-image: url("/assets/img/withasana/mission-bike-carousel.jpg");
          background-color: #ff7163; }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item span.baggu,
        .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item span.baggu {
          background-image: url("/assets/img/withasana/baggu-carousel.jpg");
          background-color: #FF8020; }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item span.simplehuman,
        .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item span.simplehuman {
          background-image: url("/assets/img/withasana/simplehuman-carousel.jpg");
          background-color: #6bc24b; }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile.carousel > .carousel-inner > .item span.circa,
        .withasana-page #zeroth-panel #withasana-top-bg.carousel > .carousel-inner > .item span.circa {
          background-image: url("/assets/img/withasana/circa-carousel-2.jpg");
          background-color: #8f5bc1; }
      .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks,
      .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks {
        position: absolute;
        padding: 0 2%;
        text-align: center;
        width: 100%;
        height: 100px;
        top: 40%; }
        @media (max-width: 1199px) {
          .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks,
          .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks {
            height: 70px; } }
        @media (max-width: 768px) {
          .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks,
          .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks {
            height: 100%;
            top: 10%; } }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .is, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .with, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .the-logo,
        .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .is,
        .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .with,
        .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .the-logo {
          font-size: 60px;
          display: inline;
          font-weight: 100;
          margin-right: 15px;
          line-height: 140%;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          -webkit-transition-delay: 0;
          -moz-transition-delay: 0;
          transition-delay: 0; }
          @media (max-width: 1199px) {
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .is, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .with, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .the-logo,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .is,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .with,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .the-logo {
              font-size: 40px; } }
          @media (max-width: 768px) {
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .is, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .with, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .the-logo,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .is,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .with,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .the-logo {
              margin: 5px auto;
              display: block;
              line-height: 120%; } }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .with br,
        .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .with br {
          display: none; }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .the-logo img,
        .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .the-logo img {
          max-width: 170px; }
          @media (max-width: 1199px) {
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .the-logo img,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .the-logo img {
              max-width: 130px; } }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos,
        .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos {
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          position: relative;
          width: 240px;
          height: 75px;
          display: inline-block;
          vertical-align: bottom;
          /* Stacking Carousel */ }
          @media (max-width: 1199px) {
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos {
              width: 160px;
              height: 55px; } }
          .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos .item,
          .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos .item {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 220px;
            height: 70px;
            padding: 15px;
            background: #ffffff;
            overflow: hidden;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            transition-delay: 0s;
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            -webkit-transform: rotate(0deg) scale(1);
            -moz-transform: rotate(0deg) scale(1);
            -ms-transform: rotate(0deg) scale(1);
            -o-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
            /* ----- first, fourth sticker origin ---- */
            /* ----- second, fifth sticker origin ---- */
            /*  ----- third sticker origin ---- */ }
            @media (max-width: 1199px) {
              .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos .item,
              .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos .item {
                width: 150px;
                height: 50px;
                padding: 10px; } }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos .item.first-logo, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos .item.fourth-logo,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos .item.first-logo,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos .item.fourth-logo {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos .item.second-logo, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos .item.fifth-logo,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos .item.second-logo,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos .item.fifth-logo {
              -webkit-transform: rotate(4deg) scale(1);
              -moz-transform: rotate(4deg) scale(1);
              -ms-transform: rotate(4deg) scale(1);
              -o-transform: rotate(4deg) scale(1);
              transform: rotate(4deg) scale(1);
              left: 6px; }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos .item.third-logo,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos .item.third-logo {
              -webkit-transform: rotate(-4deg) scale(1);
              -moz-transform: rotate(-4deg) scale(1);
              -ms-transform: rotate(-4deg) scale(1);
              -o-transform: rotate(-4deg) scale(1);
              transform: rotate(-4deg) scale(1);
              right: 5px; }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos .item img,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-logos .item img {
              height: 100%;
              margin: auto; }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs,
        .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs {
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          position: relative;
          width: 240px;
          height: 75px;
          display: inline-block;
          vertical-align: bottom;
          /* gif Carousel */ }
          @media (max-width: 1199px) {
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs {
              width: 160px;
              height: 55px; } }
          .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item,
          .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 220px;
            height: 70px;
            padding: 5px;
            background: #ffffff;
            overflow: hidden;
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            transition-delay: 0s;
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            -webkit-transform: rotate(0deg) scale(1);
            -moz-transform: rotate(0deg) scale(1);
            -ms-transform: rotate(0deg) scale(1);
            -o-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
            opacity: 1;
            filter: alpha(opacity=100);
            /* ----- first, fourth sticker origin ---- */
            /* ----- second, fifth sticker origin ---- */
            /*  ----- third sticker origin ---- */ }
            @media (max-width: 1199px) {
              .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item,
              .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item {
                width: 150px;
                height: 50px; } }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item.first-verb, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item.fourth-verb,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item.first-verb,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item.fourth-verb {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item.second-verb, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item.fifth-verb,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item.second-verb,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item.fifth-verb {
              -webkit-transform: rotate(-4deg) scale(1) translateX(5px);
              -moz-transform: rotate(-4deg) scale(1) translateX(5px);
              -ms-transform: rotate(-4deg) scale(1) translateX(5px);
              -o-transform: rotate(-4deg) scale(1) translateX(5px);
              transform: rotate(-4deg) scale(1) translateX(5px); }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item.third-verb,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item.third-verb {
              -webkit-transform: rotate(4deg) scale(1) translateX(-5px);
              -moz-transform: rotate(4deg) scale(1) translateX(-5px);
              -ms-transform: rotate(4deg) scale(1) translateX(-5px);
              -o-transform: rotate(4deg) scale(1) translateX(-5px);
              transform: rotate(4deg) scale(1) translateX(-5px); }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item.active,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item.active {
              z-index: 1000; }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item img,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item img {
              height: 100%;
              margin: auto;
              display: none; }
              .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item img.play,
              .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item img.play {
                display: block; }
            .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item .verb-gif,
            .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item .verb-gif {
              background-position: center center;
              background-repeat: no-repeat;
              background-size: contain;
              width: 100%;
              height: 100%;
              display: none; }
              .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs .item .verb-gif.play,
              .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .top-verbs .item .verb-gif.play {
                display: block; }
        .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .fading-in,
        .withasana-page #zeroth-panel #withasana-top-bg .with-asana-blocks .fading-in {
          opacity: 1;
          filter: alpha(opacity=100); }
    .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .is, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .with, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .the-logo {
      display: block;
      width: 100% !important;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
      /* not sure about this one */ }
    .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .card {
      width: 150px; }
    .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .company {
      line-height: 0; }
    @media (max-width: 1199px) {
      .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-verbs, .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .top-logos {
        width: 70%; } }
    .withasana-page #zeroth-panel #withasana-top-bg-mobile .with-asana-blocks .the-logo {
      margin-top: 10px; }
    .withasana-page #zeroth-panel .active .with-asana-blocks .live {
      z-index: 1000; }
  .withasana-page #first-panel {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
    .withasana-page #first-panel h3 {
      font-size: 42px;
      line-height: 1;
      font-weight: 300;
      color: #666e73;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 20px;
      letter-spacing: 0.02em;
      color: #ffffff;
      font-size: 36px;
      line-height: 145%; }
      @media (max-width: 767px) {
        .withasana-page #first-panel h3 {
          font-size: 30px;
          padding-left: 8%;
          padding-right: 8%;
          letter-spacing: 0.02em; } }
      @media (max-width: 768px) {
        .withasana-page #first-panel h3 {
          margin-top: 10px;
          font-size: 30px;
          line-height: 36px;
          padding-left: 7%;
          padding-right: 7%; } }
    .withasana-page #first-panel .app-store-button img {
      width: 190px;
      max-width: 65%; }
    .withasana-page #first-panel #withasana-signup-form {
      width: 100%; }
      @media (max-width: 768px) {
        .withasana-page #first-panel #withasana-signup-form {
          max-width: 400px;
          margin: 0 auto; } }
    .withasana-page #first-panel .btn {
      height: 38px;
      line-height: 40px;
      padding: 0 18px;
      width: auto;
      font-size: 15px;
      margin: 10px auto;
      position: relative;
      border-radius: 3px 3px 3px 3px;
      -webkit-border-radius: 3px 3px 3px 3px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      background: #0078ab;
      border: none !important;
      color: #ffffff; }
      .withasana-page #first-panel .btn:hover {
        background: #0097d8;
        color: #ffffff !important; }
      .withasana-page #first-panel .btn:active {
        background: #00aaee; }
      .withasana-page #first-panel .btn .free {
        background: inherit;
        height: 100%;
        display: block;
        float: right;
        padding: 0 6%;
        border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0; }
      .withasana-page #first-panel .btn .gauth {
        position: absolute;
        left: 0px;
        display: inline-block;
        height: 38px;
        width: 50px; }
        .withasana-page #first-panel .btn .gauth .asi {
          line-height: 32px; }
    .withasana-page #first-panel .btn:hover .free,
    .withasana-page #first-panel .btn:active .free {
      background: inherit;
      color: #ffffff; }
    .withasana-page #first-panel #withasana-signup-email {
      height: 38px;
      line-height: 20px;
      padding: 10px 8px;
      width: 180px;
      margin: 10px auto;
      text-align: left;
      text-indent: 8%;
      font-size: 14px;
      display: inline-block;
      border-radius: 2px 2px 2px 2px;
      -webkit-border-radius: 2px 2px 2px 2px;
      background-color: #ffffff;
      -webkit-font-smoothing: antialiased;
      -webkit-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      transition: all, 0.5s;
      -webkit-text-stroke: 0.025em; }
      @media (max-width: 768px) {
        .withasana-page #first-panel #withasana-signup-email {
          width: 46%;
          display: inline; } }
      @media (max-width: 400px) {
        .withasana-page #first-panel #withasana-signup-email {
          width: 100%;
          margin: 10px auto;
          text-indent: 0;
          text-align: center; } }
    .withasana-page #first-panel #withasana-submit {
      width: 200px;
      padding: 0 0;
      margin-left: 8px;
      font-size: 15px;
      font-weight: 500;
      display: inline-block;
      border-color: #0097d8;
      -webkit-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      transition: all, 0.5s; }
      @media (max-width: 768px) {
        .withasana-page #first-panel #withasana-submit {
          width: 49%;
          margin-left: 3%; } }
      @media (max-width: 400px) {
        .withasana-page #first-panel #withasana-submit {
          width: 100%;
          margin: 0 auto 10px; } }
      .withasana-page #first-panel #withasana-submit:hover, .withasana-page #first-panel #withasana-submit:active {
        background: #00aaee;
        color: #ffffff;
        border-color: #ffffff; }
    .withasana-page #first-panel .gauth-submit {
      border-color: #0097d8;
      -webkit-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      transition: all, 0.5s; }
      .withasana-page #first-panel .gauth-submit:hover, .withasana-page #first-panel .gauth-submit:active {
        background: #00aaee;
        color: #ffffff;
        border-color: #ffffff; }
      .withasana-page #first-panel .gauth-submit .title {
        font-weight: 600;
        padding-left: 30px; }
      @media (max-width: 768px) {
        .withasana-page #first-panel .gauth-submit {
          width: 100%; } }
    .withasana-page #first-panel .or {
      text-align: center;
      color: #ffffff;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      padding: 0 27px; }
      @media (max-width: 768px) {
        .withasana-page #first-panel .or {
          text-align: center;
          display: block;
          font-size: 16px;
          padding: 0;
          overflow: hidden;
          text-align: center;
          display: block; }
          .withasana-page #first-panel .or:before, .withasana-page #first-panel .or:after {
            background-color: #ffffff;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%; }
          .withasana-page #first-panel .or:before {
            right: 1em;
            margin-left: -50%; }
          .withasana-page #first-panel .or:after {
            left: 1em;
            margin-right: -50%; } }
  .withasana-page #third-panel .sharing-prefooter .tile-your-company {
    float: left;
    background: #0078ab;
    width: 33.3333333333%;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 50px; }
    @media (max-width: 991px) {
      .withasana-page #third-panel .sharing-prefooter .tile-your-company {
        width: 50%; } }
    @media (max-width: 599px) {
      .withasana-page #third-panel .sharing-prefooter .tile-your-company {
        width: 100%; } }
    @media (min-width: 1200px) {
      .withasana-page #third-panel .sharing-prefooter .tile-your-company {
        width: 28.5714285714%; } }
    .withasana-page #third-panel .sharing-prefooter .tile-your-company .tile-photo {
      width: 100%; }
      @media (max-width: 599px) {
        .withasana-page #third-panel .sharing-prefooter .tile-your-company .tile-photo {
          height: auto; } }
    .withasana-page #third-panel .sharing-prefooter .tile-your-company .tile-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20%;
      opacity: 1;
      filter: alpha(opacity=100); }
      .withasana-page #third-panel .sharing-prefooter .tile-your-company .tile-text span {
        background: #ffffff;
        width: 100%;
        height: 50px;
        line-height: 50px;
        display: block;
        margin: 5px auto;
        color: #000000;
        font-weight: 600; }
      .withasana-page #third-panel .sharing-prefooter .tile-your-company .tile-text .verb img {
        height: 87%; }
  .withasana-page #third-panel .share-CTAs {
    float: left;
    text-align: center;
    width: 66.6666666667%;
    padding-top: 7%;
    padding-left: 5%;
    padding-right: 5%; }
    @media (max-width: 1199px) {
      .withasana-page #third-panel .share-CTAs {
        width: 50%;
        padding-top: 12%; } }
    @media (max-width: 991px) {
      .withasana-page #third-panel .share-CTAs {
        width: 50%;
        padding-top: 7%; } }
    @media (max-width: 599px) {
      .withasana-page #third-panel .share-CTAs {
        width: 100%;
        padding-top: 7%;
        padding-bottom: 7%; } }
    @media (min-width: 1200px) {
      .withasana-page #third-panel .share-CTAs {
        width: 71.4285714286%;
        padding-top: 10%; } }
    .withasana-page #third-panel .share-CTAs h3 {
      line-height: 1.2;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 20px;
      letter-spacing: 0.02em;
      color: #ffffff;
      font-size: 36px; }
      @media (max-width: 768px) {
        .withasana-page #third-panel .share-CTAs h3 {
          margin-top: 10px;
          font-size: 30px;
          line-height: 36px;
          padding-left: 7%;
          padding-right: 7%; } }
    .withasana-page #third-panel .share-CTAs .share-icon {
      line-height: 58px;
      height: 55px;
      width: 55px;
      font-size: 60px;
      display: inline-block;
      margin: 0;
      text-align: center;
      position: relative;
      color: #ffffff;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s;
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      -moz-transform: scale3d(0.8, 0.8, 0.8);
      -ms-transform: scale3d(0.8, 0.8, 0.8);
      -o-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8); }
      .withasana-page #third-panel .share-CTAs .share-icon:hover {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .withasana-page #third-panel .share-CTAs .share-icon .glyph {
        color: #ffffff;
        text-decoration: none !Important;
        font-family: SocialIcon-v2;
        font-weight: normal !important;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    .withasana-page #footer {
      padding-top: 40px; } }
  .withasana-page #footer .social-content {
    border-top: none;
    text-align: center; }
    .withasana-page #footer .social-content #monogram {
      display: block;
      margin-left: 0; }
      .withasana-page #footer .social-content #monogram .logo {
        margin-top: -15px; }
        @media (max-width: 767px) {
          .withasana-page #footer .social-content #monogram .logo {
            margin-top: -40px; } }
    @media (min-width: 767px) {
      .withasana-page #footer .social-content .col-xs-offset-fudge {
        padding-left: 3%; } }
  @media (max-width: 767px) {
    .withasana-page #footer .smcap {
      margin-top: 30px;
      display: block; } }
  .withasana-page #footer-main {
    padding: 20px 0 0;
    min-height: 0; }

.device-ios .withasana-page #photo-wall .photo.tile-type-verb .tile-text .centering-block {
  position: absolute;
  width: 80%; }

.device-ios .withasana-page #photo-wall .photo.tile-type-verb.tile-size-2x1 .tile-text .centering-block {
  position: absolute;
  width: 60%; }

.ie10 ul.actions li .glyph span {
  line-height: 1; }
