/**
* Global styles
*
* $author       Add Name
* $company		Helium
* $client		Add Client/Project
* $url          Add URL
* $copyright    Copyright (c) 2015. All rights reserved.
* $version      1.0
*/
/* -------------------------------------------------------------------------- */
/* ---------- Global variables ---------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ---------- Utilities ----------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("//hello.myfonts.net/count/2e0b66");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

  #userdoclist {
    list-style: circle outside none;
    font-size: 15px;
    padding: 0px 10px 5px 25px;

  }
  @media (max-width: 768px) {
    #userdoclist {
      text-align: left !important;  } }

  #userdoclist>li {
    margin-bottom: 10px;
  }

blockquote, q {
  quotes: none; }

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

table:not(.search table) {
  border-collapse: collapse;
  border-spacing: 0; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important; }

  .visible-lg {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 1000px) {
  .hidden-md {
    display: none !important; }

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

  .visible-sm {
    display: block !important; } }
@media (max-width: 400px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; } }
.hero .hero-message {
  position: relative; }
  @media (min-width: 1001px) {
    .hero .hero-message {
      top: 55%;
      -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
      transform: translateY(-55%); } }
  @media (min-width: 769px) {
    .hero .hero-message {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

/* -------------------------------------------------------------------------- */
/* ---------- Base ---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ---------- Theme Colours ------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Use http://chir.ag/projects/name-that-color/ for colour naming

/* ---------- Add Colour ---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ---------- Property Colours ---------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Add theme colours to variables */
.row:before, .row:after {
  content: '';
  display: table; }
.row:after {
  clear: both; }
.row.full {
  margin: 0; }

.container {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1001px) {
    .container {
      width: 1000px; } }
  @media (max-width: 1000px) {
    .container {
      padding: 0 1.25rem; } }

[class*="col-"] {
  padding: 0 0.9375rem; }

@media (max-width: 400px) {
  .col-xs-1 {
    width: 8.33333%;
    float: left; }

  .col-xs-onset-1 {
    margin-right: 8.33333%; }

  .col-xs-offset-1 {
    margin-left: 8.33333%; } }
@media (max-width: 400px) {
  .col-xs-2 {
    width: 16.66667%;
    float: left; }

  .col-xs-onset-2 {
    margin-right: 16.66667%; }

  .col-xs-offset-2 {
    margin-left: 16.66667%; } }
@media (max-width: 400px) {
  .col-xs-3 {
    width: 25%;
    float: left; }

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

  .col-xs-offset-3 {
    margin-left: 25%; } }
@media (max-width: 400px) {
  .col-xs-4 {
    width: 33.33333%;
    float: left; }

  .col-xs-onset-4 {
    margin-right: 33.33333%; }

  .col-xs-offset-4 {
    margin-left: 33.33333%; } }
@media (max-width: 400px) {
  .col-xs-5 {
    width: 41.66667%;
    float: left; }

  .col-xs-onset-5 {
    margin-right: 41.66667%; }

  .col-xs-offset-5 {
    margin-left: 41.66667%; } }
@media (max-width: 400px) {
  .col-xs-6 {
    width: 50%;
    float: left; }

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

  .col-xs-offset-6 {
    margin-left: 50%; } }
@media (max-width: 400px) {
  .col-xs-7 {
    width: 58.33333%;
    float: left; }

  .col-xs-onset-7 {
    margin-right: 58.33333%; }

  .col-xs-offset-7 {
    margin-left: 58.33333%; } }
@media (max-width: 400px) {
  .col-xs-8 {
    width: 66.66667%;
    float: left; }

  .col-xs-onset-8 {
    margin-right: 66.66667%; }

  .col-xs-offset-8 {
    margin-left: 66.66667%; } }
@media (max-width: 400px) {
  .col-xs-9 {
    width: 75%;
    float: left; }

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

  .col-xs-offset-9 {
    margin-left: 75%; } }
@media (max-width: 400px) {
  .col-xs-10 {
    width: 83.33333%;
    float: left; }

  .col-xs-onset-10 {
    margin-right: 83.33333%; }

  .col-xs-offset-10 {
    margin-left: 83.33333%; } }
@media (max-width: 400px) {
  .col-xs-11 {
    width: 91.66667%;
    float: left; }

  .col-xs-onset-11 {
    margin-right: 91.66667%; }

  .col-xs-offset-11 {
    margin-left: 91.66667%; } }
@media (max-width: 400px) {
  .col-xs-12 {
    width: 100%;
    float: left; }

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

  .col-xs-offset-12 {
    margin-left: 100%; } }
@media (min-width: 401px) {
  .col-sm-1 {
    width: 8.33333%;
    float: left; }

  .col-sm-onset-1 {
    margin-right: 8.33333%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; } }
@media (min-width: 401px) {
  .col-sm-2 {
    width: 16.66667%;
    float: left; }

  .col-sm-onset-2 {
    margin-right: 16.66667%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; } }
@media (min-width: 401px) {
  .col-sm-3 {
    width: 25%;
    float: left; }

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

  .col-sm-offset-3 {
    margin-left: 25%; } }
@media (min-width: 401px) {
  .col-sm-4 {
    width: 33.33333%;
    float: left; }

  .col-sm-onset-4 {
    margin-right: 33.33333%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; } }
@media (min-width: 401px) {
  .col-sm-5 {
    width: 41.66667%;
    float: left; }

  .col-sm-onset-5 {
    margin-right: 41.66667%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; } }
@media (min-width: 401px) {
  .col-sm-6 {
    width: 50%;
    float: left; }

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

  .col-sm-offset-6 {
    margin-left: 50%; } }
@media (min-width: 401px) {
  .col-sm-7 {
    width: 58.33333%;
    float: left; }

  .col-sm-onset-7 {
    margin-right: 58.33333%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; } }
@media (min-width: 401px) {
  .col-sm-8 {
    width: 66.66667%;
    float: left; }

  .col-sm-onset-8 {
    margin-right: 66.66667%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; } }
@media (min-width: 401px) {
  .col-sm-9 {
    width: 75%;
    float: left; }

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

  .col-sm-offset-9 {
    margin-left: 75%; } }
@media (min-width: 401px) {
  .col-sm-10 {
    width: 83.33333%;
    float: left; }

  .col-sm-onset-10 {
    margin-right: 83.33333%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; } }
@media (min-width: 401px) {
  .col-sm-11 {
    width: 91.66667%;
    float: left; }

  .col-sm-onset-11 {
    margin-right: 91.66667%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 401px) {
  .col-sm-12 {
    width: 100%;
    float: left; }

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 769px) {
  .col-md-1 {
    width: 8.33333%;
    float: left; }

  .col-md-onset-1 {
    margin-right: 8.33333%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; } }
@media (min-width: 769px) {
  .col-md-2 {
    width: 16.66667%;
    float: left; }

  .col-md-onset-2 {
    margin-right: 16.66667%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; } }
@media (min-width: 769px) {
  .col-md-3 {
    width: 25%;
    float: left; }

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

  .col-md-offset-3 {
    margin-left: 25%; } }
@media (min-width: 769px) {
  .col-md-4 {
    width: 33.33333%;
    float: left; }

  .col-md-onset-4 {
    margin-right: 33.33333%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; } }
@media (min-width: 769px) {
  .col-md-5 {
    width: 41.66667%;
    float: left; }

  .col-md-onset-5 {
    margin-right: 41.66667%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; } }
@media (min-width: 769px) {
  .col-md-6 {
    width: 50%;
    float: left; }

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

  .col-md-offset-6 {
    margin-left: 50%; } }
@media (min-width: 769px) {
  .col-md-7 {
    width: 58.33333%;
    float: left; }

  .col-md-onset-7 {
    margin-right: 58.33333%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; } }
@media (min-width: 769px) {
  .col-md-8 {
    width: 66.66667%;
    float: left; }

  .col-md-onset-8 {
    margin-right: 66.66667%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; } }
@media (min-width: 769px) {
  .col-md-9 {
    width: 75%;
    float: left; }

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

  .col-md-offset-9 {
    margin-left: 75%; } }
@media (min-width: 769px) {
  .col-md-10 {
    width: 83.33333%;
    float: left; }

  .col-md-onset-10 {
    margin-right: 83.33333%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; } }
@media (min-width: 769px) {
  .col-md-11 {
    width: 91.66667%;
    float: left; }

  .col-md-onset-11 {
    margin-right: 91.66667%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 769px) {
  .col-md-12 {
    width: 100%;
    float: left; }

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1001px) {
  .col-lg-1 {
    width: 8.33333%;
    float: left; }

  .col-lg-onset-1 {
    margin-right: 8.33333%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; } }
@media (min-width: 1001px) {
  .col-lg-2 {
    width: 16.66667%;
    float: left; }

  .col-lg-onset-2 {
    margin-right: 16.66667%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; } }
@media (min-width: 1001px) {
  .col-lg-3 {
    width: 25%;
    float: left; }

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

  .col-lg-offset-3 {
    margin-left: 25%; } }
@media (min-width: 1001px) {
  .col-lg-4 {
    width: 33.33333%;
    float: left; }

  .col-lg-onset-4 {
    margin-right: 33.33333%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; } }
@media (min-width: 1001px) {
  .col-lg-5 {
    width: 41.66667%;
    float: left; }

  .col-lg-onset-5 {
    margin-right: 41.66667%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; } }
@media (min-width: 1001px) {
  .col-lg-6 {
    width: 50%;
    float: left; }

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

  .col-lg-offset-6 {
    margin-left: 50%; } }
@media (min-width: 1001px) {
  .col-lg-7 {
    width: 58.33333%;
    float: left; }

  .col-lg-onset-7 {
    margin-right: 58.33333%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; } }
@media (min-width: 1001px) {
  .col-lg-8 {
    width: 66.66667%;
    float: left; }

  .col-lg-onset-8 {
    margin-right: 66.66667%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; } }
@media (min-width: 1001px) {
  .col-lg-9 {
    width: 75%;
    float: left; }

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

  .col-lg-offset-9 {
    margin-left: 75%; } }
@media (min-width: 1001px) {
  .col-lg-10 {
    width: 83.33333%;
    float: left; }

  .col-lg-onset-10 {
    margin-right: 83.33333%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; } }
@media (min-width: 1001px) {
  .col-lg-11 {
    width: 91.66667%;
    float: left; }

  .col-lg-onset-11 {
    margin-right: 91.66667%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1001px) {
  .col-lg-12 {
    width: 100%;
    float: left; }

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
img {
  max-width: 100%; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?270mge");
  src: url("fonts/icomoon.eot?270mge#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?270mge") format("truetype"), url("fonts/icomoon.woff?270mge") format("woff"), url("fonts/icomoon.svg?270mge#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  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; }

.icon-twitter:before {
  content: "\ea91"; }

.icon-github3:before {
  content: "\eab3"; }

@font-face {
  font-family: 'BrandonText-Bold';
  src: url("../../fonts/2E0B66_0_0.eot");
  src: url("../../fonts/2E0B66_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2E0B66_0_0.woff2") format("woff2"), url("../../fonts/2E0B66_0_0.woff") format("woff"), url("../../fonts/2E0B66_0_0.ttf") format("truetype"), url("../../fonts/2E0B66_0_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'BrandonText-Light';
  src: url("../../fonts/2E0B66_1_0.eot");
  src: url("../../fonts/2E0B66_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2E0B66_1_0.woff2") format("woff2"), url("../../fonts/2E0B66_1_0.woff") format("woff"), url("../../fonts/2E0B66_1_0.ttf") format("truetype"), url("../../fonts/2E0B66_1_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'BrandonText-Regular';
  src: url("../../fonts/2E0B66_2_0.eot");
  src: url("../../fonts/2E0B66_2_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2E0B66_2_0.woff2") format("woff2"), url("../../fonts/2E0B66_2_0.woff") format("woff"), url("../../fonts/2E0B66_2_0.ttf") format("truetype"), url("../../fonts/2E0B66_2_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'BrandonText-Medium';
  src: url("../../fonts/2E0B66_3_0.eot");
  src: url("../../fonts/2E0B66_3_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2E0B66_3_0.woff2") format("woff2"), url("../../fonts/2E0B66_3_0.woff") format("woff"), url("../../fonts/2E0B66_3_0.ttf") format("truetype"), url("../../fonts/2E0B66_3_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot");
  src: url("../../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff") format("woff"), url("../../fonts/icomoon.ttf") format("truetype"), url("../../fonts/icomoon.svg") format("svg"); }
h1, h2, h3, h4, h6 {
  font-family: 'BrandonText-Regular', 'helvetica-neue', 'Helvetica', Helvetica, Arial, sans-serif;
  font-weight: normal; }

h1 {
  font-size: 2.1875rem;
  text-transform: uppercase;
  font-family: 'BrandonText-Bold', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  line-height: 2.0625rem;
  margin-bottom: 15px; }

h2 {
  font-size: 2.3125rem;
  font-family: 'BrandonText-Light', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  margin-bottom: 20px;
  line-height: 1.2em; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.875rem; } }

h3 {
  font-family: 'BrandonText-Bold', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  color: #606060;
  margin-bottom: 6px; }

h3.title {
  margin-bottom: 3.125rem; }

h5 {
  font-family: 'BrandonText-Bold', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 6px 0;
  font-size: 0.6875rem;
  color: #3DE0B5; }
  h5 a {
    color: #A7A7A7;
    cursor: pointer;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
    h5 a:hover, h5 a:focus {
      cursor: pointer; }

#underlinehover {
  color: #3D4351; }
  #underlinehover:hover, #underlinehover:focus {
    color: #3D4351;
    text-decoration: underline; }

#darktealonhover {
  font-family: BrandonText-Bold; }
  #darktealonhover:hover, #darktealonhover:focus {
    color: #36c6a0; }

.whiteTeamText {
  font-size: 0.75rem;
  margin-bottom: -6px; }

h6 {
  font-family: 'BrandonText-Bold', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  color: #3DE0B5;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin: 10px 0; }

p {
  font-size: 0.9375rem;
  line-height: auto;
  margin-bottom: 15px; }

a {
  text-decoration: none; }
  a:hover {
    color: #CEDDEF; }

img {
  display: inline-block;
  vertical-align: middle; }

nav ul li a {
  font-family: 'BrandonText-Medium', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #FFFFFF; }

.white-text {
  color: #FFFFFF; }

.tealtext {
  color: #3DE0B5; }

#greytext {
  color: #818181; }

#lightgreytext {
  color: #D2D2D2; }

.purpletext {
  color: #9F8CFF; }

.bluetext {
  color: #1BA8EA; }

#elementpopout1 h5, #elementpopout2 h5 {
  color: #9F8CFF; }

.bottomalign img {
  vertical-align: bottom; }

.textAlignRight {
  text-align: right; }

@media (max-width: 768px) {
  .textCenterMd {
    text-align: center; } }
.italic {
  font-style: italic; }

.darkteal {
  color: #36c6a0; }

.link {
  font-family: 'BrandonText-Medium', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  font-size: 1rem;
  color: #FFFFFF; }

.presstitle {
  padding-top: 80px;
  color: #333;
  font-size: 1.8rem; }

a .purpletext:hover, a .purpletext:focus {
  color: #786ac1 !important; }

a.purpletext:hover, a.purpletext:focus {
  color: #786ac1 !important; }

/* -------------------------------------------------------------------------- */
/* ---------- Modules ------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.btn {
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #606060;
  font-family: 'BrandonText-Bold', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }
  .btn:hover, .btn:focus {
    color: #29A99C;
    cursor: pointer; }
  .btn:active {
    -webkit-box-shadow: black 0px 0px 0px 0px;
    box-shadow: black 0px 0px 0px 0px;
    background-color: #fcfcfc;
    color: #053C48; }
  .btn.btn-small {
    font-size: 0.625rem; }

.btn-fill {
  border: 1px solid #c5c5c5; }

.btn-nav {
  color: #1AA9B5; }
  .btn-nav:hover, .btn-nav:focus {
    color: #11737B; }

/* -------------------------------------------------------------------------- */
/* ---------- Templates ----------------------------------------------------- */
/* -------------------------------------------------------------------------- */
header {
  padding-top: 1.25rem; }
  @media (min-width: 1001px) {
    header.row {
      margin: 0; } }

.logo {
  float: left; }

nav {
  float: right;
  padding-top: 0.8rem; }
  nav ul {
    display: inline-block; }
    nav ul li {
      display: inline-block;
      margin-left: 0.9375rem; }
  @media (max-width: 768px) {
    nav {
      display: none;
      opacity: 0;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      z-index: 10;
      background: rgba(83, 99, 114, 0.85);
      text-align: center; }
      nav ul {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        margin-top: 5rem;
        padding: 0 3.125rem;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        nav ul li {
          display: block;
          margin-right: 0;
          margin-bottom: 1.25rem;
          text-align: center;
          position: relative; }
          nav ul li a {
            font-size: 1.5625rem; }
            nav ul li a:after {
              content: '';
              height: 1px;
              width: 100%;
              background: white;
              display: block;
              opacity: 0;
              -webkit-transform: scale(0, 1);
              -ms-transform: scale(0, 1);
              transform: scale(0, 1);
              position: absolute;
              bottom: -11px;
              left: 0;
              -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out; }
          nav ul li:last-of-type a:after {
            display: none; }
      nav.transition {
        display: block; }
      nav.show {
        opacity: 1;
        clear: both; }
        nav.show ul {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
          nav.show ul li a:after {
            opacity: 1;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; } }

.hamburger {
  display: none;
  height: 40px;
  width: 40px;
  float: right;
  cursor: pointer;
  top: 0;
  z-index: 20;
  position: relative; }
  @media (max-width: 768px) {
    .hamburger {
      display: block; } }

.menu-icon {
  background: white;
  height: 3px;
  width: 30px;
  top: 15px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative; }
  .fixed .menu-icon {
    background: black; }
    .fixed .menu-icon:before, .fixed .menu-icon:after {
      background: black; }
  .menu-icon:before {
    content: '';
    background: white;
    height: 3px;
    width: 30px;
    display: block;
    top: -8px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .menu-icon:after {
    content: '';
    background: white;
    height: 3px;
    width: 30px;
    display: block;
    top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.active .menu-icon {
  background: none;
  height: 0;
  top: 10px; }
  .active .menu-icon:before, .active .menu-icon:after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    background: white; }
  .active .menu-icon:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .active .menu-icon:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }
.active .nav-content {
  width: auto; }

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

html {
  height: 100%; }

body {
  background: #F3F4F5;
  color: #606060;
  font-family: 'BrandonText-Regular', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  line-height: 1.5; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

/* ---------- Home ---------------------------------------------------------- */


.hero {
  background-image: -webkit-linear-gradient(315deg, #047db2 0%, #33f6e3 100%);
  background-image: linear-gradient(135deg, #047db2 0%, #33f6e3 100%);
  background-size: cover;
  position: relative; }
  @media (min-width: 769px) {
    .hero {
      height: 700px; } }
  @media (max-width: 768px) {
    .hero {
      text-align: center;
      padding-bottom: 3.125rem; } }
  @media (max-width: 1000px) {
    .hero .hero-message {
      width: 100%; } }
  .hero .hero-content {
    text-align: center; }
  .hero .hero-text {
    width: 18.75rem;
    display: inline-block;
    text-align: left; }
    @media (max-width: 768px) {
      .hero .hero-text {
        text-align: center; } }
  .hero .hero-image {
    width: 20.625rem;
    display: inline-block; }



.hero-img {
  float: right; }

.phone {
  width: 340px;
  position: relative;
  top: -60px;
  left: 30px; }

.alert {
  width: 246px;
  position: absolute;
  top: 00px;
  left: 246px; }

.pressbar {
  background-color: #FFFFFF;
  padding: 28px 0 24px;
  text-align: center; }
  .pressbar img {
    height: 25px;
    opacity: 0.4;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; }
    .pressbar img:hover, .pressbar img:focus {
      opacity: 0.8; }
    @media (max-width: 768px) {
      .pressbar img {
        margin: 0 0.625rem; } }
    @media (max-width: 400px) {
      .pressbar img {
        display: block;
        margin: 0.625rem auto; } }

@media (min-width: 769px) {
  #wsj, #tc, #venturebeat, #FW {
    margin-right: 40px; } }
#tc {
  height: 41px; }

#FW {
  height: 18px; }

  .hero404 {
    background-image: -webkit-linear-gradient(315deg, #2f1683 0%, #7985a9 100%);
    background-image: linear-gradient(135deg, #2f1683 0%, #7985a9 100%);
    background-size: cover;
    position: relative; }


.left-feature {
  background-color: #F3F4F8;
  text-align: right;
  padding: 0; }

.right-feature {
  background-color: #F3F4F8;
  text-align: left;
  padding: 0; }

.features-padding {
  padding: 4px 0px; }

.section-features {
  background: #F3F4F8; }

.features {
  position: relative; }

.classWithPad {
  margin: 0px 2px;
  background-color: #FFFFFF;
  height: 100%;
  padding: 30px; }
  .classWithPad:before, .classWithPad:after {
    content: '';
    display: table; }
  .classWithPad:after {
    clear: both; }
  @media (max-width: 768px) {
    .classWithPad {
      text-align: center; } }

@media (min-width: 769px) {
  .floatright {
    float: right; } }

.padding-top {
  padding-top: 10%; }

.matchup {
  position: relative;
  left: 0;
  top: 0; }

/* ---------- Technology ---------------------------------------------------------- */
.hero-technology {
  min-height: 750px;
  background: -webkit-linear-gradient(0deg, #2d3142 0%, #253256 49%, #314866 100%);
  background: linear-gradient(90deg, #2d3142 0%, #253256 49%, #314866 100%);
  background-size: cover;
  position: relative; }

.hero-technology2 {
  min-height: 750px;
  background-image: -webkit-radial-gradient(100% 0%, farthest-corner, rgba(0, 250, 194, 0.3) 0%, rgba(0, 250, 194, 0) 100%);
  background-image: radial-gradient(farthest-corner at 100% 0%, rgba(0, 250, 194, 0.3) 0%, rgba(0, 250, 194, 0) 100%);
  background-size: cover;
  position: relative; }

.centerimg {
  text-align: center; }

.addedBottom {
  margin-bottom: 80px; }

.addedBottomExSm {
  margin-bottom: 40px; }

.addedBottomSm {
  margin-bottom: 50px; }

.addedBottomBig {
  margin-bottom: 160px; }

#probe {
  position: relative;
  width: 380px;
  top: 0;
  left: 0; }

.popout {
  position: absolute;
  width: 15rem; }
  @media (max-width: 768px) {
    .popout {
      position: static;
      float: left;
      padding: 0 1.25rem;
      margin-bottom: 1.25rem;
      width: 50%;
      text-align: left !important; }
      .popout:nth-of-type(2n+1) {
        clear: both; } }
  @media (max-width: 600px) {
    .popout {
      width: auto; } }

#popout1 {
  text-align: left;
  top: 0px;
  left: 370px; }
  #popout1 #icon {
    width: 16px; }

#popout2 {
  text-align: right;
  top: 70px;
  left: -125px; }
  #popout2 #icon {
    width: 10px; }

#popout3 {
  text-align: right;
  top: 540px;
  left: -65px; }
  #popout3 #icon {
    width: 18px; }

#popout4 {
  text-align: left;
  top: 720px;
  left: 380px; }
  #popout4 #icon {
    width: 13px; }

#waves {
  width: 100%;
  position: relative;
  top: -500px;
  margin-bottom: -440px;
  margin-top: -30px; }
  @media (max-width: 768px) {
    #waves {
      top: -600px; } }

.line, #circle {
  position: absolute; }
  @media (max-width: 768px) {
    .line, #circle {
      display: none; } }

.medal {
  font-family: 'BrandonText-Bold', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 6px 0;
  padding: 6px 9px;
  text-align: left;
  font-size: 0.625rem;
  color: #3DE0B5;
  border-radius: 4px;
  border: solid 1px #3DE0B5; }

.mini {
  width: 10px !important;
  margin-right: 6px; }

#line1 {
  top: 39px;
  left: -110px;
  width: 90px; }

#line2 {
  top: 40px;
  left: 256px;
  width: 80px; }

#line3 {
  top: 40px;
  left: 248px;
  width: 60px; }

#line4 {
  top: 40px;
  left: -100px;
  width: 80px; }

#circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: #42dfb6 solid 1px;
  top: 45px;
  left: -175px; }

#element {
  width: 402px;
  position: relative;
  top: 0;
  left: 0; }

.whitebg {
  background-color: #FFFFFF; }

.elementpopout {
  position: absolute; }
  @media (max-width: 768px) {
    .elementpopout {
      position: static; } }

#elementpopout1 {
  text-align: right;
  width: 280px;
  top: 150px;
  left: -160px; }
  #elementpopout1 img {
    width: 12px; }
  @media (max-width: 768px) {
    #elementpopout1 {
      width: auto;
      text-align: center; } }

#elementpopout2 {
  text-align: left;
  width: 300px;
  top: 150px;
  left: 534px; }
  #elementpopout2 img {
    width: 17px; }
  @media (max-width: 768px) {
    #elementpopout2 {
      width: auto;
      text-align: center; } }

#ethernet {
  width: 37px;
  position: relative;
  top: 10px; }

#cellular {
  position: relative;
  width: 35px;
  top: -5px; }

#wifi {
  width: 50px;
  position: relative;
  top: 5px; }

.bigBum {
  margin-bottom: 30px !important; }

.dashboardbg {
  background: url(../../images/dashboardbg.jpg) no-repeat;
  background-size: 100%; }

.reverseMarginBottom {
  margin-bottom: -200px; }

.correctionalTopPadding {
  padding-top: 650px; }

.greenlights {
  width: 629px;
  position: relative;
  top: 0;
  left: 0; }

.balloon {
  width: 182px;
  position: absolute;
  top: 85px;
  left: 166px; }

.applicationhero {
  background: url(../../images/applicationhero.jpg) no-repeat fixed;
  background-size: cover;
  background-position: center; }

.presshero {
  background: url(../../images/pressbg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

  .userdocHero {
    background-image: -webkit-linear-gradient(130deg, #27d5cb 0%, #006f93 100%);
    background-image: linear-gradient(320deg, #27d5cb 0%, #006f93 100%);
    background-size: cover;
    background-position: center; }

.teamHero {
  background-image: -webkit-linear-gradient(130deg, #27d5cb 0%, #006f93 100%);
  background-image: linear-gradient(320deg, #27d5cb 0%, #006f93 100%);
  background-size: cover;
  background-position: center; }

.extendedBottom {
  margin-bottom: 270px; }
  @media (max-width: 768px) {
    .extendedBottom {
      margin-bottom: 180px; } }
  @media (max-width: 400px) {
    .extendedBottom {
      margin-bottom: 140px; } }

#bumpUp {
  position: relative;
  top: -200px;
  margin-bottom: -100px; }
  @media (max-width: 768px) {
    #bumpUp {
      top: -150px; } }
  @media (max-width: 400px) {
    #bumpUp {
      top: -100px; } }

#featureicons {
  width: 40px;
  margin-bottom: 10px; }

.applicationsection {
  background-color: #f9f9f9; }

.grovcerystorebg {
  background: url(../../images/grocerybg.jpg) no-repeat fixed;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%; }

.paddingTop {
  padding-top: 100px; }

.paddingTopSm {
  padding-top: 20px; }

.itsRelativeBaby {
  position: relative; }

#fish {
  width: 70px;
  margin-top: 15px; }

.footerpanel {
  background-color: #FFFFFF;
  padding: 50px 0 50px 0;
  border-top: #F3F4F8 1px solid; }

.v-center {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%); }

.logo {
  width: 88px;
  margin-top: 12px; }

.fullwidth {
  width: 100%; }

.whitegreybg {
  background-image: -webkit-linear-gradient(180deg, #fdfdfd 0%, #e4e4e4 100%);
  background-image: linear-gradient(-90deg, #fdfdfd 0%, #e4e4e4 100%); }

.centered {
  float: none;
  margin: 0 auto; }

.lowalert {
  margin-top: 30px; }

#groceryhighlight {
  width: 100%;
  height: 800px;
  background-size: contain; }

.textbox {
  position: absolute;
  bottom: 100px;
  right: 0px;
  padding: 20px 20px 4px 20px;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 4px; }
  .textbox.hospital-textbox {
    width: 500px;
    right: 100px; }
  .textbox.grocery-textbox {
    width: 300px;
    right: 100px; }
  @media (max-width: 768px) {
    .textbox {
      position: static;
      width: 100% !important;
      border-radius: 0; } }

.borderTop {
  border-top: #eaeaea solid 1px; }

#freezeralert {
  width: 314px; }

.paddingBottom {
  padding-bottom: 100px; }

.investor {
  overflow: hidden;
  position: relative; }
  .investor img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: inline-block; }

.team {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  margin: 0 !important; }
  .team .panel {
    background-color: #2c3f52;
    height: none;
    padding: 10px 20px;
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    color: #fff; }
  .team img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block; }
  .team:hover .panel, .team:focus .panel {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .team:hover img, .team:focus img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

.fullwidth {
  width: auto;
  margin: 0 !important;
  padding: 0 !important; }

.nopadding {
  margin: 0 !important;
  padding: 0 !important; }

.parallax__layer--back {
  position: relative; }

.parallax__layer--base {
  position: absolute;
  bottom: 0; }

#cloudicon1 {
  width: 18px; }

#cloudicon2 {
  width: 18px; }

#cloudicon {
  width: 200px;
  margin-bottom: 30px; }

#gh {
  width: 20px;
  margin-left: 5px; }

#twitter {
  width: 20px; }

.dropper {
  margin-bottom: 22px; }

.paddingTop100 {
  padding-top: 100px; }

.paddingTop70 {
  padding-top: 70px; }

.fixedheight {
  height: 500px; }
  .fixedheight .map {
    -webkit-transition: background-size 0.2s ease-in-out;
    transition: background-size 0.2s ease-in-out; }

.leftmap {
  padding-right: 0.3125rem; }
  .leftmap .map {
    background: url(../../images/SanFran3.jpg) no-repeat;
    background-size: 300%;
    background-position: center;
    overflow: hidden;
    height: 300px;
    margin-top: 40px;
    width: 90%;
    margin: 40px auto;
    padding: 0 auto;
    border-radius: 10px; }

.rightmap {
  padding-left: 0.3125rem; }
  .rightmap .map {
    border-radius: 10px;
    padding-left: 0.3125rem;
    background: url(../../images/COS3.jpg) no-repeat;
    background-position: center;
    background-size: 300%;
    overflow: hidden;
    height: 300px;
    margin-top: 40px;
    width: 90%;
    margin: 40px auto;
    padding: 0 auto; }

.nomargin {
  margin: 0; }

.paddingBottom40 {
  padding-bottom: 40px; }

#sensorIcon {
  width: 30px;
  margin-bottom: 16px; }

#networkIcon {
  width: 50px;
  margin-bottom: 16px; }

#cloudIcon {
  width: 60px;
  margin-bottom: 16px; }

  #appStoreicon {
    width: 150px;
    margin-bottom: 16px;
    margin-top: 16px;
  }

#fadelink {
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
  #fadelink:hover, #blogurl:focus {
    opacity: 0.8;
    transition: opacity .4s ease-in-out;
   -moz-transition: opacity .4s ease-in-out;
   -webkit-transition: opacity .4s ease-in-out;
  }
}

#apphero {
  width: 678px;
  margin-bottom: 16px; }

.paddingTop40 {
  padding-top: 40px; }

#sfcos {
  width: 40px;
  margin-bottom: 20px; }

#pushright {
  margin-left: 16.66667% !important; }

.herobtn {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #16ADC5; }
  .herobtn:hover, .herobtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #11737B; }

    .herobtn2 {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #39319e; }
      .herobtn2:hover, .herobtn2:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #292371; }

.centerpods {
  margin: 0 auto; }

.smallphone {
  top: 0;
  left: 0;
  margin-bottom: -30px;
  width: 190px; }

.smallalert {
  width: 100px; }

#fortune {
  height: 18px; }

.sidenav, .pressstory {
  padding-top: 50px;
}
  @media (max-width: 768px) {
    .sidenav, .pressstory {
      padding-left: 0px;
  }}

  @media (max-width: 768px) {
    .centeredwhensmall {
      text-align:center;
      padding: 0 50px;}

    .bottomwhensmall  {
      margin-bottom: 30px;
    }
  }


  .sidenav a, .pressstory a {
    color: #aaaaaa;
    display: block;
    font-family: 'BrandonText-Medium', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%; }
    .sidenav a:hover, .pressstory a:hover {
      color: #36c6a0; }

.pressstory a {
  display: inline;
}

.sidenav a {
  font-size: 14px;
}


.displayInline {
  display: inline !important;
}

.sticky-wrapper .stuck {
  position: fixed;
  top: 0; }

#fortunepress {
  float: right;
  width: 150px;
  margin-top: 10px;
  margin-right: 15px; }
  @media (max-width: 400px) {
    #fortunepress {
      float: none;
      width: 100%;
      margin-right: 0px;
      text-align: center;
      margin-bottom: 20px; } }

#heliumlogo {
  width: 70px;
  margin-top: 5px;
  margin-right: 15px;
  float: right; }
  @media (max-width: 400px) {
    #heliumlogo {
      float: none;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 10px; } }

#screenshots {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 6px;
}

#contacts {
  width: 100%;
  margin-top: 0px;
  margin-right: 15px; }

.borderleft {
  border-left: 1px solid #eeeeee;
  padding-left: 30px; }
  @media (max-width: 768px) {
    .borderleft {
      border-left: 0px solid #eeeeee;
      padding: 0 15px;
      text-align: center; } }

#pressreleases {
  border-top: 1px solid #eee;
  margin-top: 50px; }

#borderTopcontacts {
  border-top: 1px solid #eee; }

#pressimages {
  margin-top: 80px; }

.pressthumbnail img {
  width: 100%;
  opacity: 0.2;
  -webkit-backface-visibility: hidden;
  border: 1px solid transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block; }
  .pressthumbnail img:hover, .pressthumbnail img:focus {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.thumbnails {
  padding: 0 !important;
  margin: 0 !important; }

.pressthumbnail {
  padding: 0 !important; }

.contactsize1 {
  padding: 0 !important;
  margin: 0 !important; }

.contactsize2 {
  padding: 0 !important; }

#blogtitle {
  display: inline-block; }

#blogurl {
  color: #36c6a0; }
  #blogurl:hover, #blogurl:focus {
    color: #2fae8d;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }

#featuretitle {
  font-size: 16px; }

.addedBottomExExSm {
  margin-bottom: 5px; }

.fullheight {
  height:100vh;
}

#icon404 {
  width: 160px;
  margin-bottom: 30px;
}

#tweak404 {
  margin-top: -40px;
}

@media (max-width: 768px) {
  #tweak404 {
    margin-top: 60px;
  }
}

table {
  margin-bottom: 100px;
}
tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 20px 30px 20px 0;

}

th {
  text-align: left;
  font-family: BrandonText-Medium, sans-serif;
}

.firstcolumn {
  font-family: BrandonText-Medium, sans-serif;
}

.supportpod {
  text-align: center;
  padding: 20px 20px 5px 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;


}
a .supportpod {
  color: #606060;
}

.supportpod:hover {
  border: 1px solid #36c6a0;
  background-color: #fcfcfc;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;


}

#dochero {
  width: 123px;
  margin-bottom: 20px;
}

#appIcon {
  width: 60px;
  margin-bottom: 15px;
}
