/*!
 * Glance Digital CSS Framework
 * lance@glance.ca
 * 
 * Based on Bootstrap v3.0.0
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.icon-font {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.screen-reader {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 100%;
  overflow: hidden;
}
/*! normalize.css v2.1.0 | 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] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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 {
  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;
  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) ")";
  }
  .ir a:after,
  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;
  }
  .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 {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  height: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.42857143;
  color: #222;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #2076e1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2076e1;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 1.42857143em;
  margin-bottom: 1.42857143em;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 0.71428571em;
}
.lead {
  margin-bottom: 1.42857143em;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small {
  font-size: 0.85em;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #888;
}
.text-primary {
  color: #f00c12;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1;
  color: #888;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #222;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #222;
}
h1 {
  font-size: 2.5em;
  font-weight: 200;
  text-align: center;
}
h2 {
  font-size: 1.75em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.5em;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.125em;
  text-transform: uppercase;
}
h6 {
  font-size: 1em;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  margin-top: 1.25em;
  margin-bottom: 0.75em;
}
h6 + h1,
h6 + h2,
h6 + h3 {
  margin-top: 0.25em;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.42857143em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
li {
  margin-bottom: 0;
}
ul li {
  list-style-type: square;
  list-style-position: inside;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.list-col-two {
  padding-left: 0;
  list-style: none;
}
.list-col-two > li {
  display: inline-block;
  width: 50%;
}
dl {
  margin-bottom: 1.42857143em;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
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: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.71428571em 1.42857143em;
  margin: 0 0 1.42857143em;
  border-left: 1px solid #eee;
}
blockquote p {
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.25;
  color: #888;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #888;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1.42857143em;
  font-style: normal;
  line-height: 1.42857143;
}
pre,
code {
  display: block;
  background: #eee;
  font-size: .85em;
  padding: 1.5em;
  margin: 1.5em 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 870px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1010px) {
  .container {
    max-width: 1010px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 1.42857143em;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.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 tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: .75em;
  font-size: 1.5em;
  line-height: inherit;
  color: #222;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  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 #333;
  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;
}
.form-control:-moz-placeholder {
  color: #d6d6d6;
}
.form-control::-moz-placeholder {
  color: #d6d6d6;
}
.form-control:-ms-input-placeholder {
  color: #d6d6d6;
}
.form-control::-webkit-input-placeholder {
  color: #d6d6d6;
}
.form-control {
  display: block;
  width: 100%;
  height: 15.42857143em;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #222;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #f00c12;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 12, 18, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  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],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 23em;
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 23em;
  line-height: 23em;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.gform_wrapper {
  text-align: left;
  margin: 0 auto;
}
.gform_wrapper ul {
  margin-left: 0;
  list-style: none;
}
.gform_wrapper .gsection {
  text-indent: -20px;
  border-top: 1px solid #d6d6d6;
  padding-top: 30px;
  margin-top: 50px !important;
}
.gform_wrapper .gsection:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.gform_wrapper .gform_description {
  font-size: 1em;
}
.gform_wrapper .gfield {
  margin: 10px 0 0 0;
}
.gform_wrapper label {
  font-size: 1em;
  line-height: 2.14285714;
  margin-bottom: 0;
}
.gform_wrapper span label {
  font-size: 0.85em;
}
.gform_wrapper .ginput_container label {
  font-weight: normal;
}
.gform_wrapper .ginput_container .ginput_full,
.gform_wrapper .ginput_container .ginput_left,
.gform_wrapper .ginput_container .ginput_right {
  display: inline-block;
}
.gform_wrapper .ginput_full {
  width: 100%;
}
.gform_wrapper .ginput_left,
.gform_wrapper .gf_left_half {
  width: 46%;
  margin-right: 4%;
  display: inline-block;
}
.gform_wrapper .ginput_right,
.gform_wrapper .gf_right_half {
  width: 50%;
  display: inline-block;
}
.gform_wrapper .gfield_checkbox {
  line-height: 1em;
}
.gform_wrapper .gfield_checkbox label {
  display: inline;
  margin: 0;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  display: inline;
  margin: 0 .5em 0 0;
  vertical-align: middle;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .validation_message {
  color: #3a87ad;
}
.gform_wrapper .validation_error {
  color: #b94a48;
}
.nav-vertical {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-vertical ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-vertical li {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
}
.nav-vertical a {
  display: block;
  text-decoration: none;
}
.nav-horizontal {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-horizontal ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-horizontal li {
  display: inline;
}
.nav-horizontal a {
  display: inline-block;
  margin: 0 .5em;
}
.nav-horizontal li:first-child a {
  margin-left: 0;
}
.nav-horizontal li:last-child a {
  margin-right: 0;
}
.nav-alignleft {
  display: inline;
  float: left;
}
.nav-alignright {
  display: inline;
  float: right;
  text-align: right;
}
.nav-aligncenter {
  float: none;
  text-align: center;
}
.btn {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  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;
  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);
  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,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #f00c12;
  border-color: #d80b10;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c90a0f;
  border-color: #9d080c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f00c12;
  border-color: #d80b10;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #2076e1;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2076e1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d6d6d6;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 1em;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 0.825em;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.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%;
}
#wrapper {
  min-height: 100%;
}
#top {
  position: fixed;
}
#main {
  z-index: 1;
  position: relative;
  overflow: auto;
  padding: 40px 0 420px;
}
#bottom {
  z-index: 1;
  position: relative;
  margin: -420px auto 0;
  height: 420px;
}
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}
@media (max-width: 767px) {
  #wrapper {
    min-height: 0;
  }
  #top {
    position: relative;
  }
  #main {
    padding: 0;
  }
  .container {
    padding: 0 30px;
  }
  #bottom {
    margin-top: 0;
    height: auto;
  }
}
#top {
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}
#logo {
  position: relative;
  z-index: 2;
  height: 0;
}
#logo a {
  display: block;
  width: 184px;
  height: 46px;
  background: transparent;
}
#logo a svg {
  width: 100%;
  height: 100%;
}
#logo a:hover {
  text-decoration: none;
}
#logo a:hover svg #bg {
  fill: #393939;
}
#primaryNav {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: #000;
}
#primaryNav * {
  -webkit-font-smoothing: antialiased;
}
#primaryNav li {
  height: 40px;
  margin: 0;
  display: block;
}
#primaryNav a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin: 0 6px;
  line-height: 0;
  padding: 20px 0;
}
#primaryNav a:hover {
  text-decoration: none;
  opacity: .8;
}
#primaryNav .dropdown {
  display: none;
  position: relative;
  z-index: 2;
  float: right;
  margin: 0;
  font-size: 0;
}
#primaryNav .dropdown a {
  display: block;
  width: 30px;
  height: 40px;
  padding: 12px 0 0;
}
#primaryNav .dropdown a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e611";
  width: 30px;
  height: 16px;
  font-size: 16px;
}
#primaryNav .dropdown a:hover {
  background-color: transparent;
  opacity: .7;
}
#primaryNav .sub-nav-parent > .sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  min-width: 140px;
  opacity: 0;
  background: #000;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  overflow: hidden;
  -webkit-transition: transform ease-in-out .33s, opacity ease-in-out .33s;
  -webkit-transition: opacity ease-in-out .33s, -webkit-transform ease-in-out .33s;
  transition: opacity ease-in-out .33s, -webkit-transform ease-in-out .33s;
  transition: transform ease-in-out .33s, opacity ease-in-out .33s;
  transition: transform ease-in-out .33s, opacity ease-in-out .33s, -webkit-transform ease-in-out .33s;
  pointer-events: none;
}
#primaryNav #menu-primary {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 0 0 26%;
}
#primaryNav #menu-primary li {
  position: relative;
}
#primaryNav #menu-primary .sub-nav-parent:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  z-index: 2;
  content: "\e610";
  font-size: 7px;
  width: 11px;
  height: 40px;
  line-height: 40px;
  margin: -38px 5px 0 0;
  pointer-events: none;
  color: #fff;
}
#primaryNav #menu-primary .sub-nav-parent > a {
  padding-right: 20px;
}
#primaryNav #menu-primary .sub-nav-parent > .sub-menu {
  left: -20px;
  right: -20px;
  text-align: center;
}
#primaryNav #menu-primary .sub-nav-parent > .sub-menu li {
  display: block;
  width: 100%;
  height: 30px;
}
#primaryNav #menu-primary .sub-nav-parent > .sub-menu a {
  font-size: 16px;
  padding: 15px 0;
  margin: 0;
  width: 100%;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
}
#primaryNav #menu-primary .sub-nav-parent > .sub-menu a:after {
  content: "";
  display: none;
}
#primaryNav #menu-primary .sub-nav-parent > .sub-menu li:first-child {
  height: 35px;
}
#primaryNav #menu-primary .sub-nav-parent > .sub-menu li:first-child a {
  padding-top: 20px;
}
#primaryNav #menu-primary .sub-nav-parent > .sub-menu li:last-child {
  height: 35px;
}
#primaryNav #menu-primary .sub-nav-parent > .sub-menu li:last-child a {
  padding-bottom: 20px;
}
#primaryNav #menu-primary .sub-nav-parent:hover > .sub-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: auto;
}
#primaryNav #menu-primary .sub-nav-parent:hover > .sub-menu a {
  width: 100%;
  padding-right: 0;
}
#primaryNav #menu-primary .sub-nav-parent:hover > .sub-menu a:hover {
  color: #888;
}
#primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu {
  height: auto;
  width: 300%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu > * {
  -ms-flex: 0 1 auto;
}
#primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section {
  height: auto;
  text-align: left;
}
#primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section:first-child,
#primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section:last-child {
  height: auto;
}
#primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section > a {
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  padding: 24px 20px 10px;
  font-size: 14px;
  pointer-events: none;
}
#primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section .sub-menu {
  padding: 0 20px 10px;
}
#primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section .sub-menu li {
  height: auto;
}
@media (min-width: 768px) {
  #top #primaryNav {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  #top #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu {
    background-color: transparent;
  }
  #top #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu a {
    background-color: #000;
  }
  #top #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child {
    height: auto;
  }
  #top #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child > .sub-menu {
    height: auto;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    overflow: hidden;
    -webkit-transition: transform ease-in-out .33s, opacity ease-in-out .33s;
    -webkit-transition: opacity ease-in-out .33s, -webkit-transform ease-in-out .33s;
    transition: opacity ease-in-out .33s, -webkit-transform ease-in-out .33s;
    transition: transform ease-in-out .33s, opacity ease-in-out .33s;
    transition: transform ease-in-out .33s, opacity ease-in-out .33s, -webkit-transform ease-in-out .33s;
    pointer-events: none;
  }
  #top #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child > .sub-menu li {
    display: block;
    width: 100%;
  }
  #top #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child:hover > .sub-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
  }
  #top #primaryNav #menu-primary .highlight-blue:not(.sub-nav-parent) > a {
    background-color: #2076e1;
    padding-left: 15px;
    padding-right: 15px;
  }
  #top #primaryNav #menu-primary .highlight-blue.sub-nav-parent > a {
    background-color: #2076e1;
    min-width: 140px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 3;
  }
  #top #primaryNav #menu-primary .highlight-blue.sub-nav-parent:after {
    margin-right: 21px;
    position: relative;
    z-index: 3;
  }
  #top #primaryNav #menu-primary .highlight-blue.sub-nav-parent > .sub-menu {
    left: 6px;
    right: 6px;
  }
  #top + #wrapper #floatingSubNav {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  #top.minimize #primaryNav,
  #top.minimize + #wrapper #floatingSubNav {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  #top.minimize + #wrapper #floatingSubNav,
  #top.minimize-down + #wrapper #floatingSubNav {
    border-bottom: 1px solid #555;
  }
  #top.minimize + #wrapper #floatingSubNav .container:after,
  #top.minimize-down + #wrapper #floatingSubNav .container:after {
    display: none;
  }
}
@media (max-width: 900px) {
  #primaryNav a {
    font-size: 16px;
  }
  #primaryNav #menu-primary {
    padding-left: 31%;
  }
  #primaryNav #menu-primary .sub-nav-parent > a {
    padding-right: 6px;
  }
  #primaryNav #menu-primary .sub-nav-parent:after {
    display: none;
    font-size: 0;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu li {
    height: 30px;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu li:last-child a {
    padding-bottom: 20px;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu a {
    font-size: .9em;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #primaryNav #menu-primary .sub-nav-parent:hover > .sub-menu a {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu li {
    height: 40px;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu li:last-child a {
    padding-bottom: 30px;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu a {
    font-size: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #primaryNav {
    top: 0;
    text-align: right;
  }
  #primaryNav.open {
    background-color: #000 !important;
    -webkit-transition: background ease-in-out 0 !important;
    transition: background ease-in-out 0 !important;
  }
  #primaryNav.open #menu-primary {
    top: 40px;
  }
  #primaryNav a:hover {
    background: #222;
  }
  #primaryNav .dropdown {
    display: block;
  }
  #primaryNav #menu-primary {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: top ease-in-out 0.3s;
    transition: top ease-in-out 0.3s;
  }
  #primaryNav #menu-primary li {
    float: none;
    height: auto;
  }
  #primaryNav #menu-primary > li:first-child > a {
    padding-top: 40px;
  }
  #primaryNav #menu-primary > li:last-child > a {
    padding-bottom: 40px;
    -webkit-transition: padding-bottom ease-in-out 0.3s;
    transition: padding-bottom ease-in-out 0.3s;
  }
  #primaryNav #menu-primary > li:last-child.open > a {
    padding-bottom: 20px;
  }
  #primaryNav #menu-primary a {
    width: 100%;
    background: #000 !important;
    margin: 0;
  }
  #primaryNav #menu-primary a:hover {
    opacity: 1;
  }
  #primaryNav #menu-primary .sub-nav-parent > a {
    pointer-events: auto;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: auto;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    border-bottom: 1px solid #555;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu li {
    height: auto;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu a {
    background: #222 !important;
    padding: 15px 0 !important;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu li:last-child a {
    padding-bottom: 25px !important;
  }
  #primaryNav #menu-primary .sub-nav-parent > .sub-menu li:first-child a {
    padding-top: 25px !important;
  }
  #primaryNav #menu-primary .sub-nav-parent.current-menu-ancestor > .sub-menu {
    display: block;
  }
  #primaryNav #menu-primary .sub-nav-parent.current-menu-ancestor > .sub-menu .current-menu-item a {
    color: #f00c12;
    background-color: #000;
  }
  #primaryNav #menu-primary .sub-nav-parent.current-menu-ancestor > .sub-menu .current-menu-item a:hover {
    color: #f00c12;
    background-color: #000;
  }
  #primaryNav #menu-primary .sub-nav-parent.current-menu-ancestor > .sub-menu .dev-menu-cat > a {
    background: #f00c12;
  }
  #primaryNav #menu-primary .sub-nav-parent.current-menu-ancestor > .sub-menu .dev-menu-cat > a:hover {
    background: #f00c12;
  }
  #primaryNav #menu-primary .sub-nav-parent.current-menu-ancestor > .sub-menu .dev-menu-cat .sub-menu {
    display: block;
  }
  #primaryNav #menu-primary .sub-nav-parent.current-menu-ancestor > .sub-menu .dev-menu-cat .sub-menu a {
    color: #222;
    background: #fff;
  }
  #primaryNav #menu-primary .sub-nav-parent.current-menu-ancestor > .sub-menu .dev-menu-cat .sub-menu .current-menu-item a {
    color: #f00c12;
  }
  #primaryNav #menu-primary .sub-nav-parent:hover {
    background: #222;
  }
  #primaryNav #menu-primary .sub-nav-parent:hover a {
    background: #222;
  }
  #primaryNav #menu-primary .sub-nav-parent:hover > .sub-menu {
    height: auto;
  }
  #primaryNav #menu-primary .sub-nav-parent:hover > .sub-menu a {
    background: #000;
  }
  #primaryNav #menu-primary .sub-nav-parent:hover > .sub-menu a:hover {
    background: #000;
  }
  #primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu {
    width: 100%;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -ms-flex-align: stretch;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu > * {
    -ms-flex: 0 1 auto;
  }
  #primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section {
    text-align: center;
  }
  #primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section > a {
    text-transform: uppercase;
    color: #555;
    padding: 20px 20px 5px !important;
    font-size: 13px;
    font-weight: bold;
    pointer-events: none;
  }
  #primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section .sub-menu {
    padding: 0;
  }
  #primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section .sub-menu:first-child a,
  #primaryNav #menu-primary .sub-nav-parent.section-nav > .sub-menu .sub-section .sub-menu:last-child a {
    padding: inherit;
  }
  #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child {
    height: auto;
  }
  #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child > a {
    text-transform: uppercase;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 -15px;
    height: auto;
    padding-top: 25px !important;
  }
  #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child > a:after {
    content: ":";
    display: inline;
  }
  #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child > .sub-menu {
    height: auto;
    width: 100%;
    left: 0;
    right: 0;
  }
  #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child > .sub-menu li {
    display: block;
    width: 100%;
    height: auto;
  }
  #primaryNav #menu-primary .sub-nav-parent:not(.section-nav) > .sub-menu li.menu-item-has-children:last-child > .sub-menu li:not(:last-child) a {
    padding: 15px 0 !important;
  }
  #primaryNav #menu-primary .sub-nav-parent.open + li a {
    padding-top: 30px;
  }
  #primaryNav a.social-fb,
  #primaryNav a.social-twitter,
  #primaryNav a.social-pinterest {
    display: none;
  }
}
#floatingSubNav {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
}
#floatingSubNav .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #888;
}
#floatingSubNav ul {
  float: right;
  margin: 0 1.5% 0 0;
  font-size: 0;
  white-space: nowrap;
}
#floatingSubNav a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 3%;
  margin: 10px 0;
  font-weight: 400;
  text-transform: none;
}
#floatingSubNav a:focus,
#floatingSubNav a:hover {
  text-decoration: none;
  color: #d6d6d6;
}
#floatingSubNav li a {
  padding: 0 20px;
}
#floatingSubNav li.current-menu-item a {
  color: #2076e1;
}
#floatingSubNav #order {
  float: right;
  text-align: center;
  border-left: 1px solid #888;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #floatingSubNav {
    position: relative;
    height: auto;
    padding: 15px 0 40px;
    background: #000;
  }
  #floatingSubNav .container {
    padding: 0;
  }
  #floatingSubNav .container:after {
    display: none;
  }
  #floatingSubNav ul {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
  }
  #floatingSubNav li a {
    padding: 0 10px;
  }
  #floatingSubNav #order {
    float: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-left: 0;
    background: #2076e1;
    margin: 0;
    padding: 10px;
  }
}
::-moz-selection {
  background: #f00c12;
  color: #fff;
}
::selection {
  background: #f00c12;
  color: #fff;
}
nav a {
  color: #222;
}
.btn-blue-style {
  background: rgba(32, 118, 225, 0.75);
  color: #fff;
  border-color: #2076e1;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-transform: none;
  border-radius: 2px;
}
.btn-blue-style:hover {
  background-color: #2076e1;
  border-color: #2076e1;
}
@media (min-width: 768px) {
  .btn-blue-style:not(.stay-sm) {
    min-width: 250px;
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px;
    border-radius: 3px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  img.alignright {
    float: none;
    margin-left: 0;
  }
}
.fve-video-wrapper {
  margin: 1em 0 !important;
}
#fancybox-wrap {
  box-sizing: content-box;
}
.hentry {
  padding-top: 4em;
  padding-bottom: 4em;
}
.bg-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg-fullscreen {
    position: absolute;
  }
}
.parallax {
  background: transparent no-repeat center / cover;
}
@media (min-width: 768px) {
  .parallax {
    background-attachment: fixed;
    background-position: 50% 0;
  }
}
body.touchDevice .parallax {
  background-attachment: scroll;
  background-position: center;
}
table.qa {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
table.qa td {
  font-size: 1.125em;
}
table.qa td.q {
  font-size: 1.5em;
  text-align: right;
  width: 40%;
  vertical-align: top;
  border-right: 1px solid #eee;
}
@media (max-width: 399px) {
  table.qa tr,
  table.qa td {
    display: block;
  }
  table.qa td.q {
    text-align: left;
    width: 100%;
    border-right: 0;
    padding-bottom: 0;
  }
}
table.table-striped td {
  padding: .75em;
}
table.table-striped blockquote {
  margin-bottom: 0;
}
#sidebar aside {
  background-color: #eee;
  padding: 30px 20px;
  margin: 30px 0;
  text-align: center;
}
#sidebar aside * {
  color: #888;
}
#sidebar aside img {
  display: inline !important;
}
#sidebar aside hr {
  border-top-color: #fff;
}
#sidebar aside blockquote {
  text-align: left;
}
#sidebar nav ul {
  padding: 0;
}
#sidebar nav ul li {
  list-style: none;
}
#sidebar nav a:hover {
  color: inherit;
}
#sidebar nav .current-cat,
#sidebar nav .current-menu-item {
  color: #2076e1;
}
#sidebar nav .current-cat a,
#sidebar nav .current-menu-item a {
  color: #2076e1;
}
#sidebar nav .current-cat li,
#sidebar nav .current-menu-item li,
#sidebar nav .current-cat li a,
#sidebar nav .current-menu-item li a {
  color: #222;
}
#sidebar nav > ul > li {
  margin: .75em 0;
}
#sidebar nav > ul > li > span,
#sidebar nav > ul > li > a {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
#sidebar nav > ul > li ul {
  margin: 0;
}
#sidebar nav > ul > li ul a {
  display: inline;
}
#sidebar nav > ul > li ul .menu-item-has-children {
  position: relative;
}
#sidebar nav > ul > li ul .menu-item-has-children ul {
  margin-left: 20px;
}
#sidebar nav > ul > li ul .menu-item-has-children .toggle:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  content: "\e628";
  color: #888;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
#sidebar nav > ul > li ul .menu-item-has-children.closed .toggle:before {
  content: "\e627";
}
#sidebar nav > ul > li ul .menu-item-has-children .toggle:hover:before {
  color: #2076e1;
}
body.blog #sidebar > nav > ul > li > ul,
body.archive #sidebar > nav > ul > li > ul,
body.single #sidebar > nav > ul > li > ul {
  padding-left: 20px;
}
body.blog #sidebar > nav > ul > li ul .children,
body.archive #sidebar > nav > ul > li ul .children,
body.single #sidebar > nav > ul > li ul .children {
  margin-left: 15px;
  margin: .5em 0;
  padding-left: 20px;
}
body.blog #sidebar > nav > ul > li ul .children li,
body.archive #sidebar > nav > ul > li ul .children li,
body.single #sidebar > nav > ul > li ul .children li {
  list-style-type: none;
}
body.blog #sidebar > nav > ul > li ul .children li:before,
body.archive #sidebar > nav > ul > li ul .children li:before,
body.single #sidebar > nav > ul > li ul .children li:before {
  content: "\2013\0000a0";
}
.topnav {
  border-bottom: 1px solid #eee;
  padding-bottom: 1.42857143em;
}
body.home #top:not(.minimize-down) #primaryNav {
  background: transparent;
  height: 46px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), 0%, rgba(0, 0, 0, 0), 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
}
body.home #top:not(.minimize-down) #primaryNav .sub-nav-parent > .sub-menu {
  background-color: rgba(34, 34, 34, 0.9);
}
@media (min-width: 768px) {
  body.home #top:not(.minimize-down) #primaryNav .highlight-blue:not(.sub-nav-parent) a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
body.home #main {
  padding-top: 400px;
  pointer-events: none;
  overflow: hidden;
}
body.home #main article {
  pointer-events: auto;
}
body.home .hentry {
  padding: 0;
}
@media (min-width: 768px) {
  body.home #wrapper {
    height: 100%;
  }
  body.home #bottom {
    margin-top: 0;
  }
  body.home #main {
    padding: 0;
    height: 100%;
  }
}
#post-home,
#post-home-secondary {
  text-align: left;
}
#post-home ul,
#post-home-secondary ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
}
#post-home ul li,
#post-home-secondary ul li {
  list-style: none;
  display: block;
  height: 147px;
  line-height: 1.2;
  font-size: .9em;
}
#post-home ul li a,
#post-home-secondary ul li a {
  display: block;
  width: 100%;
  max-width: 336px;
  height: 100%;
  margin: 0 auto;
  background: transparent no-repeat center / contain;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  color: #222;
}
#post-home ul li a > *,
#post-home-secondary ul li a > * {
  -ms-flex: 0 1 auto;
}
#post-home ul li a .content,
#post-home-secondary ul li a .content {
  display: inline-block;
  margin: auto 0 auto 15px;
  width: 50%;
}
#post-home li {
  background-color: #222;
  border-top: 1px solid #888;
}
#post-home-secondary li {
  background-color: #eee;
  border-bottom: 1px solid #d6d6d6;
}
#post-home-secondary li .category {
  color: #888;
  font-size: 0.85em;
  text-transform: uppercase;
  display: block;
}
#post-home-secondary li .headline {
  font-size: 1.25em;
  display: block;
}
#post-home-secondary li.newsfeed .thumb {
  display: inline-block;
  width: 40%;
  height: 110px;
  margin-left: 15px;
  border: 1px solid #888;
  background: transparent no-repeat center / cover;
}
#post-home-secondary li.newsfeed .content {
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.home #wrapper {
    margin-bottom: 147px;
  }
  body.home #main {
    margin-bottom: 147px;
    overflow: visible;
  }
  #post-home,
  #post-home-secondary {
    position: absolute;
    width: 100%;
    height: 146px;
  }
  #post-home ul,
  #post-home-secondary ul {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row no-wrap;
  }
  #post-home ul li,
  #post-home-secondary ul li {
    position: relative;
    -ms-flex: inital;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    height: 146px;
    margin: 0 4px;
    font-size: .7em;
    -webkit-transition: background-color ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s;
    border-top: 0;
  }
  #post-home ul li:first-child,
  #post-home-secondary ul li:first-child,
  #post-home ul li:last-child,
  #post-home-secondary ul li:last-child {
    -ms-flex: auto;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
  #post-home ul li a,
  #post-home-secondary ul li a {
    width: 250px;
    max-width: none;
    margin: 0;
    height: 100%;
  }
  #post-home ul li:first-child a,
  #post-home-secondary ul li:first-child a {
    margin-left: auto;
  }
  #post-home {
    bottom: 4px;
  }
  #post-home ul li {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #post-home ul li:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  #post-home-secondary {
    bottom: -147px;
    height: 147px;
    background-color: #eee;
  }
  #post-home-secondary ul li {
    height: 147px;
  }
  #post-home-secondary ul li:hover {
    background-color: #e1e1e1;
  }
}
@media (min-width: 900px) {
  #post-home ul li,
  #post-home-secondary ul li {
    -ms-flex-basis: 290px;
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
    font-size: .8em;
  }
  #post-home ul li a,
  #post-home-secondary ul li a {
    width: 290px;
  }
}
@media (min-width: 1010px) {
  #post-home ul li,
  #post-home-secondary ul li {
    -ms-flex-basis: 336px;
    -ms-flex-preferred-size: 336px;
        flex-basis: 336px;
    font-size: .9em;
  }
  #post-home ul li a,
  #post-home-secondary ul li a {
    width: 336px;
  }
}
#engage {
  width: 100%;
  height: 70px;
  background: rgba(33, 33, 33, 0.85);
  font-size: 0.93333333333333em;
}
#engage:before,
#engage:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#engage:after {
  clear: both;
}
#engage:before,
#engage:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#engage:after {
  clear: both;
}
#engage br {
  display: none;
}
#engage header,
#engage a {
  display: block;
  float: left;
  overflow: hidden;
  height: 70px;
  width: 26%;
  padding: 20px 0 20px 20px;
}
#engage header {
  color: #fff;
  text-align: right;
  width: 22%;
  padding: 20px 20px 20px 0;
}
#engage a {
  color: #a2a2a2;
  text-align: left;
}
#engage a:hover {
  text-decoration: none;
  background: #555;
  color: #d6d6d6;
}
#engage a#engage-start:before {
  content: "";
  display: block;
  float: left;
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -5px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  width: 47px;
  height: 70px;
}
#engage a#engage-upload:before {
  content: "";
  display: block;
  float: left;
  background: transparent url('../../img/sprites-global.png') no-repeat -400px -5px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  width: 47px;
  height: 70px;
}
#engage a#engage-update:before {
  content: "";
  display: block;
  float: left;
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -5px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  width: 47px;
  height: 70px;
}
#engage h5 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .0625em;
}
#engage p {
  font-weight: 200;
}
@media (max-width: 1140px) {
  #engage a {
    padding: 20px 10px;
  }
}
@media (max-width: 1040px) {
  #engage a {
    padding: 20px;
  }
  #engage br {
    display: block;
  }
  #engage p {
    display: none;
  }
}
@media (max-width: 940px) {
  #engage a {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  #engage a {
    padding: 20px;
  }
  #engage a#engage-start:before {
    display: none;
  }
  #engage a#engage-upload:before {
    display: none;
  }
  #engage a#engage-update:before {
    display: none;
  }
}
@media (max-width: 600px) {
  #engage a {
    padding: 20px 10px;
  }
  #engage h5 {
    font-size: 1em;
  }
}
@media (max-width: 470px) {
  #engage header {
    min-width: 100px;
  }
  #engage a {
    vertical-align: top;
  }
  #engage a#engage-start {
    background: transparent url('../../img/sprites-global.png') no-repeat -350px 13px;
    overflow: hidden;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 37px;
    margin: 0 3%;
  }
  #engage a#engage-upload {
    background: transparent url('../../img/sprites-global.png') no-repeat -400px 13px;
    overflow: hidden;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 37px;
    margin: 0 3%;
  }
  #engage a#engage-update {
    background: transparent url('../../img/sprites-global.png') no-repeat -450px 13px;
    overflow: hidden;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 37px;
    margin: 0 3%;
  }
}
#about-awards blockquote {
  margin-bottom: 40px;
}
#about-awards #financial-times:after {
  content: "";
  display: block;
  float: right;
  margin-top: 15px;
  background: transparent url('../../img/sprites-global.png') no-repeat -200px -200px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 131px;
  height: 10px;
}
#about-awards #gizmodo:after {
  content: "";
  display: block;
  float: right;
  margin-top: 15px;
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -200px;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 109px;
  height: 15px;
}
#about-leadership {
  position: relative;
  height: 0;
  padding-top: 56%;
  background: transparent url(../../img/leadership.jpg) no-repeat center;
  background-size: cover;
}
#about-leadership nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 60px;
  background: rgba(233, 233, 233, 0.8);
}
#about-leadership a {
  display: inline-block;
  width: 14.25%;
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
}
@media (max-width: 630px) {
  #about-leadership nav {
    height: 50px;
  }
  #about-leadership a {
    font-size: .7em;
  }
}
@media (max-width: 480px) {
  #about-leadership nav {
    display: none;
  }
}
.leadership-person {
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding-top: 2em;
}
.leadership-person .titles {
  font-size: 0.86666666666667em;
}
#app-store-links {
  margin: 1em 0 2em;
}
#app-store-links:before,
#app-store-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#app-store-links:after {
  clear: both;
}
#app-store-links:before,
#app-store-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#app-store-links:after {
  clear: both;
}
#app-store-links img {
  display: inline-block;
}
#app-store-links br {
  display: none;
}
.devhelp {
  border-top: 1px solid #d6d6d6;
  margin-top: 40px;
}
.devhelp .textwidget {
  font-size: 18px;
}
.nav-dev .current_page_parent a {
  color: #2076e1 !important;
}
@media (max-width: 767px) {
  .nav-dev {
    padding: 15px 0 !important;
    margin-bottom: 40px;
  }
  .nav-dev ul {
    white-space: normal !important;
  }
  .nav-dev ul a {
    margin: 5px 0 !important;
  }
}
@media (min-width: 768px) {
  body.page-template-page-template-developers-landing #menu-developers {
    margin-top: 120px;
  }
  .move-right {
    float: right;
  }
}
.page-template-page-template-developers-landing .entry-content,
.page-developers-home .entry-content,
.page-template-page-template-developers-landing .dev_section_update,
.page-developers-home .dev_section_update,
.page-template-page-template-developers-landing .dev_section_feature_set,
.page-developers-home .dev_section_feature_set,
.page-template-page-template-developers-landing .dev_section_landing,
.page-developers-home .dev_section_landing {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 45px 0;
}
.page-template-page-template-developers-landing .entry-content h1,
.page-developers-home .entry-content h1,
.page-template-page-template-developers-landing .dev_section_update h1,
.page-developers-home .dev_section_update h1,
.page-template-page-template-developers-landing .dev_section_feature_set h1,
.page-developers-home .dev_section_feature_set h1,
.page-template-page-template-developers-landing .dev_section_landing h1,
.page-developers-home .dev_section_landing h1 {
  text-transform: none;
  font-weight: 200;
  font-size: 38px;
}
.page-template-page-template-developers-landing .entry-content h2,
.page-developers-home .entry-content h2,
.page-template-page-template-developers-landing .dev_section_update h2,
.page-developers-home .dev_section_update h2,
.page-template-page-template-developers-landing .dev_section_feature_set h2,
.page-developers-home .dev_section_feature_set h2,
.page-template-page-template-developers-landing .dev_section_landing h2,
.page-developers-home .dev_section_landing h2 {
  text-transform: none;
  font-weight: 200;
  font-size: 30px;
}
.page-template-page-template-developers-landing .entry-content h3,
.page-developers-home .entry-content h3,
.page-template-page-template-developers-landing .dev_section_update h3,
.page-developers-home .dev_section_update h3,
.page-template-page-template-developers-landing .dev_section_feature_set h3,
.page-developers-home .dev_section_feature_set h3,
.page-template-page-template-developers-landing .dev_section_landing h3,
.page-developers-home .dev_section_landing h3 {
  text-transform: none;
  font-size: 20px;
}
.page-template-page-template-developers-landing .entry-content h6,
.page-developers-home .entry-content h6,
.page-template-page-template-developers-landing .dev_section_update h6,
.page-developers-home .dev_section_update h6,
.page-template-page-template-developers-landing .dev_section_feature_set h6,
.page-developers-home .dev_section_feature_set h6,
.page-template-page-template-developers-landing .dev_section_landing h6,
.page-developers-home .dev_section_landing h6 {
  font-weight: 600;
  color: #666;
}
.page-template-page-template-developers-landing .entry-content h1:first-child,
.page-developers-home .entry-content h1:first-child,
.page-template-page-template-developers-landing .dev_section_update h1:first-child,
.page-developers-home .dev_section_update h1:first-child,
.page-template-page-template-developers-landing .dev_section_feature_set h1:first-child,
.page-developers-home .dev_section_feature_set h1:first-child,
.page-template-page-template-developers-landing .dev_section_landing h1:first-child,
.page-developers-home .dev_section_landing h1:first-child {
  margin-top: 0;
}
.page-template-page-template-developers-landing .entry-content h3:not(:first-child),
.page-developers-home .entry-content h3:not(:first-child),
.page-template-page-template-developers-landing .dev_section_update h3:not(:first-child),
.page-developers-home .dev_section_update h3:not(:first-child),
.page-template-page-template-developers-landing .dev_section_feature_set h3:not(:first-child),
.page-developers-home .dev_section_feature_set h3:not(:first-child),
.page-template-page-template-developers-landing .dev_section_landing h3:not(:first-child),
.page-developers-home .dev_section_landing h3:not(:first-child),
.page-template-page-template-developers-landing .entry-content h2:not(:first-child),
.page-developers-home .entry-content h2:not(:first-child),
.page-template-page-template-developers-landing .dev_section_update h2:not(:first-child),
.page-developers-home .dev_section_update h2:not(:first-child),
.page-template-page-template-developers-landing .dev_section_feature_set h2:not(:first-child),
.page-developers-home .dev_section_feature_set h2:not(:first-child),
.page-template-page-template-developers-landing .dev_section_landing h2:not(:first-child),
.page-developers-home .dev_section_landing h2:not(:first-child) {
  margin-top: 50px;
}
.page-template-page-template-developers-landing .entry-content p,
.page-developers-home .entry-content p,
.page-template-page-template-developers-landing .dev_section_update p,
.page-developers-home .dev_section_update p,
.page-template-page-template-developers-landing .dev_section_feature_set p,
.page-developers-home .dev_section_feature_set p,
.page-template-page-template-developers-landing .dev_section_landing p,
.page-developers-home .dev_section_landing p {
  font-size: 18px;
}
.page-template-page-template-developers-landing .entry-content:first-child,
.page-developers-home .entry-content:first-child,
.page-template-page-template-developers-landing .dev_section_update:first-child,
.page-developers-home .dev_section_update:first-child,
.page-template-page-template-developers-landing .dev_section_feature_set:first-child,
.page-developers-home .dev_section_feature_set:first-child,
.page-template-page-template-developers-landing .dev_section_landing:first-child,
.page-developers-home .dev_section_landing:first-child {
  padding-top: 0;
}
.page-template-page-template-developers-landing .entry-content:last-child,
.page-developers-home .entry-content:last-child,
.page-template-page-template-developers-landing .dev_section_update:last-child,
.page-developers-home .dev_section_update:last-child,
.page-template-page-template-developers-landing .dev_section_feature_set:last-child,
.page-developers-home .dev_section_feature_set:last-child,
.page-template-page-template-developers-landing .dev_section_landing:last-child,
.page-developers-home .dev_section_landing:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-template-page-template-developers-landing .entry-content a:not(.btn),
.page-developers-home .entry-content a:not(.btn),
.page-template-page-template-developers-landing .dev_section_update a:not(.btn),
.page-developers-home .dev_section_update a:not(.btn),
.page-template-page-template-developers-landing .dev_section_feature_set a:not(.btn),
.page-developers-home .dev_section_feature_set a:not(.btn),
.page-template-page-template-developers-landing .dev_section_landing a:not(.btn),
.page-developers-home .dev_section_landing a:not(.btn) {
  color: #2076e1;
}
.page-template-page-template-developers-landing .dev_section_update,
.page-developers-home .dev_section_update {
  padding: 45px 0;
}
.page-template-page-template-developers-landing .dev_section_update h2,
.page-developers-home .dev_section_update h2 {
  margin: 30px 0 15px;
}
.page-template-page-template-developers-landing .dev_section_feature_set .icon,
.page-developers-home .dev_section_feature_set .icon {
  display: block;
  width: 100%;
  height: 80px;
  background: transparent no-repeat center / contain;
  margin-bottom: 30px;
}
.page-template-page-template-developers-landing .dev-landing-icon,
.page-developers-home .dev-landing-icon {
  height: 64px;
  background: transparent no-repeat center / contain;
}
#dev-banner {
  height: 420px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
#dev-banner h1 {
  text-transform: none;
  font-weight: 200;
  font-size: 38px;
}
#dev-banner h2 {
  text-transform: none;
  font-weight: 200;
  font-size: 30px;
  margin: 0 0 15px;
}
#dev-banner h3 {
  text-transform: none;
  font-weight: 200;
  font-size: 20px;
}
#dev-banner h6 {
  font-weight: 600;
  color: #666;
}
#dev-banner p {
  margin-bottom: 30px;
}
#dev-banner.slideshow .slides {
  position: absolute;
  height: 100%;
}
#dev-banner.slideshow .index {
  bottom: 30px;
}
#dev-banner .dev-cta h4 {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .page-template-page-template-developers #sidebar,
  .page-template-page-template-developers-landing #sidebar {
    border-top: 1px solid #d6d6d6;
    margin-top: 30px;
  }
  #dev-banner .container {
    max-width: 420px;
  }
}
.page-developers-home .hentry {
  padding-top: 1em;
}
.page-template-page-template-developers h1:first-child {
  text-transform: none;
  font-weight: 200;
  font-size: 40px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-page-template-developers-landing .entry-content,
  .page-developers-home .entry-content,
  .page-template-page-template-developers-landing .dev_section_update,
  .page-developers-home .dev_section_update,
  .page-template-page-template-developers-landing .dev_section_feature_set,
  .page-developers-home .dev_section_feature_set,
  .page-template-page-template-developers-landing .dev_section_landing,
  .page-developers-home .dev_section_landing {
    padding: 7% 0;
  }
  .page-template-page-template-developers-landing .entry-content h1,
  .page-developers-home .entry-content h1,
  .page-template-page-template-developers-landing .dev_section_update h1,
  .page-developers-home .dev_section_update h1,
  .page-template-page-template-developers-landing .dev_section_feature_set h1,
  .page-developers-home .dev_section_feature_set h1,
  .page-template-page-template-developers-landing .dev_section_landing h1,
  .page-developers-home .dev_section_landing h1 {
    font-size: 60px;
  }
  .page-template-page-template-developers-landing .entry-content h2,
  .page-developers-home .entry-content h2,
  .page-template-page-template-developers-landing .dev_section_update h2,
  .page-developers-home .dev_section_update h2,
  .page-template-page-template-developers-landing .dev_section_feature_set h2,
  .page-developers-home .dev_section_feature_set h2,
  .page-template-page-template-developers-landing .dev_section_landing h2,
  .page-developers-home .dev_section_landing h2 {
    font-size: 36px;
  }
  .page-template-page-template-developers-landing .entry-content h3,
  .page-developers-home .entry-content h3,
  .page-template-page-template-developers-landing .dev_section_update h3,
  .page-developers-home .dev_section_update h3,
  .page-template-page-template-developers-landing .dev_section_feature_set h3,
  .page-developers-home .dev_section_feature_set h3,
  .page-template-page-template-developers-landing .dev_section_landing h3,
  .page-developers-home .dev_section_landing h3 {
    font-size: 24px;
  }
  .page-template-page-template-developers-landing .entry-content h3:not(:first-child),
  .page-developers-home .entry-content h3:not(:first-child),
  .page-template-page-template-developers-landing .dev_section_update h3:not(:first-child),
  .page-developers-home .dev_section_update h3:not(:first-child),
  .page-template-page-template-developers-landing .dev_section_feature_set h3:not(:first-child),
  .page-developers-home .dev_section_feature_set h3:not(:first-child),
  .page-template-page-template-developers-landing .dev_section_landing h3:not(:first-child),
  .page-developers-home .dev_section_landing h3:not(:first-child),
  .page-template-page-template-developers-landing .entry-content h2:not(:first-child),
  .page-developers-home .entry-content h2:not(:first-child),
  .page-template-page-template-developers-landing .dev_section_update h2:not(:first-child),
  .page-developers-home .dev_section_update h2:not(:first-child),
  .page-template-page-template-developers-landing .dev_section_feature_set h2:not(:first-child),
  .page-developers-home .dev_section_feature_set h2:not(:first-child),
  .page-template-page-template-developers-landing .dev_section_landing h2:not(:first-child),
  .page-developers-home .dev_section_landing h2:not(:first-child) {
    margin-top: 50px;
  }
  .page-template-page-template-developers-landing .entry-content p,
  .page-developers-home .entry-content p,
  .page-template-page-template-developers-landing .dev_section_update p,
  .page-developers-home .dev_section_update p,
  .page-template-page-template-developers-landing .dev_section_feature_set p,
  .page-developers-home .dev_section_feature_set p,
  .page-template-page-template-developers-landing .dev_section_landing p,
  .page-developers-home .dev_section_landing p {
    font-size: 18px;
  }
  .page-template-page-template-developers-landing .dev_section_update,
  .page-developers-home .dev_section_update {
    padding: 3% 0;
  }
  .page-template-page-template-developers-landing .entry-content .row,
  .page-developers-home .entry-content .row,
  .page-template-page-template-developers-landing .dev_section_landing .row,
  .page-developers-home .dev_section_landing .row {
    text-align: left;
  }
  #dev-banner {
    height: 100vh;
    min-height: 660px;
  }
  #dev-banner h1 {
    font-size: 60px;
  }
  #dev-banner h2 {
    font-size: 48px;
  }
  #dev-banner h3 {
    font-size: 24px;
  }
  #dev-banner p {
    font-size: 20px;
  }
  .page-template-page-template-developers .nav-dev .container:after,
  .page-template-page-template-developers-landing .nav-dev .container:after {
    display: none !important;
  }
  .page-template-page-template-developers #main,
  .page-template-page-template-developers-landing #main {
    padding-top: 100px;
  }
  .page-template-page-template-developers h1:first-child {
    text-transform: none;
    font-weight: 200;
    font-size: 60px;
    margin-top: 0;
  }
}
#api_reference {
  max-width: 2000px !important;
}
.banner {
  height: 66vh;
  min-height: 450px;
  max-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #555 no-repeat center / cover;
}
.banner .entry-content {
  text-align: center;
  color: #fff;
}
.banner .entry-content h1 {
  font-size: 9vw;
}
@media (min-width: 768px) {
  .banner .entry-content h1 {
    margin-bottom: 30px;
  }
  .banner .entry-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
  }
}
@media (min-width: 1010px) {
  .banner .entry-content h1 {
    font-size: 90px;
  }
  .banner .entry-content p {
    font-size: 24px;
    max-width: 720px;
    margin: 0 auto;
  }
}
.section-article {
  padding-top: 15px;
}
@media (min-width: 900px) {
  .section-article {
    padding-top: 30px;
  }
}
@media (min-width: 1010px) {
  .section-article {
    padding-top: 60px;
  }
}
.support-category h2,
.support-footer h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .support-category h2,
  .support-footer h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1010px) {
  .support-category h2,
  .support-footer h2 {
    font-size: 60px;
    margin-bottom: 45px;
  }
}
.support-category .btn,
.support-footer .btn {
  margin: 10px 0 5px;
}
@media (min-width: 900px) {
  .support-category .btn,
  .support-footer .btn {
    margin: 20px 0 15px;
  }
}
@media (max-width: 899px) {
  .support-category .col-md-4:not(:last-child),
  .support-footer .col-md-4:not(:last-child) {
    padding-bottom: 15px;
  }
}
.support-category:last-of-type,
.support-footer:last-of-type {
  padding-bottom: 30px;
}
@media (min-width: 900px) {
  .support-category:last-of-type,
  .support-footer:last-of-type {
    padding-bottom: 45px;
  }
}
@media (min-width: 1010px) {
  .support-category:last-of-type,
  .support-footer:last-of-type {
    padding-bottom: 75px;
  }
}
.support-footer {
  background-color: #f4f4f4;
}
@media (min-width: 900px) {
  .support-footer h2 {
    font-size: 40px;
  }
}
@media (min-width: 1010px) {
  .support-footer h2 {
    font-size: 50px;
  }
}
.post_preview {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #eee;
}
.meta {
  font-size: .8em;
  margin-bottom: 1.5em;
}
#nav-below:before,
#nav-below:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#nav-below:after {
  clear: both;
}
#nav-below:before,
#nav-below:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#nav-below:after {
  clear: both;
}
#nav-below .nav-previous {
  float: left;
}
#nav-below .nav-next {
  float: right;
}
/* bio box */
.biobox {
  float: left;
  width: 100%;
  background: #efefef;
  padding: 8px;
  margin: 1em 0;
}
.biobox img {
  float: left;
  width: 180px;
  height: 114px;
  margin-right: 16px;
}
@media (max-width: 396px) {
  .biobox img {
    float: none;
    margin-bottom: 5px;
  }
}
a.more-link {
  font-weight: 400;
}
.post_preview .entry-content p:last-of-type {
  display: inline;
}
.post_preview .entry-content p:last-of-type:after {
  content: "\00a0\00a0\007C\00a0";
}
.newsfollow {
  font-size: 24px;
  list-style-type: none !important;
}
.newsfollow div {
  display: inline-block;
}
.newsfollow a {
  margin-right: 6px;
  text-decoration: none;
}
.newsfollow a:hover {
  opacity: 0.7 !important;
}
.newsfollow .icon-fb {
  color: #3B5998 !important;
}
.newsfollow .icon-linkedin {
  color: #007BB5 !important;
}
.newsfollow .icon-twitter {
  color: #55ACEE !important;
}
.newsfollow .icon-youtube {
  color: #CC181E !important;
}
.newsfollow .icon-instagram {
  color: #2A5B83 !important;
}
.newsfollow .icon-google-plus {
  color: #d73d32 !important;
}
@media (max-width: 320px) {
  .newsfollow {
    width: 140px;
  }
}
.sharepost {
  display: inline-block;
}
.sharelink,
.sharepost:hover .sharelink {
  display: inline-block;
  color: #2076e1;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.sharelink .icon-share {
  margin-left: 2px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .sharepost:hover .sharelink {
    color: #444;
  }
}
.sharepost .addthispopup {
  display: none;
  z-index: 10;
  position: absolute;
  background: #fff;
  padding: 10px 10px 7px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.gallery {
  position: relative;
  margin: 1em 0;
  /*
	&:hover {
	    .wp_gallery_back {display:block;}
    	.wp_gallery_next {display:block;}
	}
    */
}
.gallery:before,
.gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery:after {
  clear: both;
}
.gallery:before,
.gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery:after {
  clear: both;
}
.gallery dl {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.gallery dl:first-child {
  position: relative;
  z-index: 3;
}
.gallery dl dt a {
  cursor: default;
}
.gallery dl dt a img {
  width: 100%;
}
.gallery dl dd {
  display: none;
}
.gallery nav {
  z-index: 4;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: right;
}
.gallery nav a {
  display: inline-block;
  margin-right: 5px;
  background: #d6d6d6;
  border: 1px solid #fff;
  font-size: 0;
  width: 10px;
  height: 10px;
}
.gallery nav a:hover {
  background: #888;
}
.gallery nav a.selected {
  background: #f00c12;
}
.gallery p,
.gallery br {
  display: none;
}
.slideshow {
  position: relative;
}
.slideshow .slides {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.slideshow .slide {
  display: block;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent no-repeat center / cover;
  list-style: none !important;
  list-style-type: none !important;
}
.slideshow .next_prev {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 0;
  width: 100%;
}
.slideshow .next_prev a {
  font-size: 86px;
  color: #fff;
  position: absolute;
  line-height: 0;
}
.slideshow .next_prev a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slideshow .next_prev a:hover {
  text-decoration: none;
  color: #fff;
}
.slideshow .next_prev .prev {
  left: 20px;
}
.slideshow .next_prev .prev:before {
  content: "\e603";
}
.slideshow .next_prev .next {
  right: 20px;
}
.slideshow .next_prev .next:before {
  content: "\e601";
}
.slideshow .index {
  position: absolute;
  z-index: 2;
  bottom: 165px;
  width: 100%;
  text-align: center;
  height: 14px;
}
.slideshow .index a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
.slideshow .index a.active {
  background-color: #fff;
}
.slideshow.bg-fullscreen {
  position: absolute;
}
.slideshow.bg-fullscreen .slides {
  position: absolute;
  height: 100%;
}
.slideshow .slide .container {
  height: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slideshow .slide .container article {
  color: #fff;
  margin: auto;
  text-align: center;
  width: 100%;
}
.slideshow .slide .container article h1 {
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: 200;
  text-transform: none;
  text-indent: -0.1em;
}
.slideshow .slide .container article h1 small {
  color: inherit;
  font-weight: inherit;
  font-size: .25em;
  position: relative;
  top: -1.7em;
}
.slideshow .slide .container article p {
  margin-bottom: 30px;
  font-weight: 300;
}
.slideshow .slide .container article .btn-default {
  padding: .5em 1.25em;
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.slideshow .slide .container article .btn-default:hover,
.slideshow .slide .container article .btn-default:focus,
.slideshow .slide .container article .btn-default:active,
.slideshow .slide .container article .btn-default.active,
.open .dropdown-toggle.slideshow .slide .container article .btn-default {
  color: #fff;
  background-color: rgba(235, 235, 235, 0.1);
  border-color: #e0e0e0;
}
.slideshow .slide .container article .btn-default:active,
.slideshow .slide .container article .btn-default.active,
.open .dropdown-toggle.slideshow .slide .container article .btn-default {
  background-image: none;
}
.slideshow .slide .container article .btn-default.disabled,
.slideshow .slide .container article .btn-default[disabled],
fieldset[disabled] .slideshow .slide .container article .btn-default,
.slideshow .slide .container article .btn-default.disabled:hover,
.slideshow .slide .container article .btn-default[disabled]:hover,
fieldset[disabled] .slideshow .slide .container article .btn-default:hover,
.slideshow .slide .container article .btn-default.disabled:focus,
.slideshow .slide .container article .btn-default[disabled]:focus,
fieldset[disabled] .slideshow .slide .container article .btn-default:focus,
.slideshow .slide .container article .btn-default.disabled:active,
.slideshow .slide .container article .btn-default[disabled]:active,
fieldset[disabled] .slideshow .slide .container article .btn-default:active,
.slideshow .slide .container article .btn-default.disabled.active,
.slideshow .slide .container article .btn-default[disabled].active,
fieldset[disabled] .slideshow .slide .container article .btn-default.active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.slideshow .slide .container article .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.slideshow.empty nav {
  display: none;
}
@media (max-width: 767px) {
  .slideshow .index {
    bottom: 15px;
  }
  .slideshow.bg-fullscreen {
    height: 400px;
  }
  .slideshow.bg-fullscreen .slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .slideshow.bg-fullscreen .container {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .slideshow .slide .container article h1 {
    font-size: 110px;
    margin-bottom: 0;
  }
  .slideshow .slide .container article p {
    font-size: 24px;
  }
  .slideshow .slide .container article.align-left {
    text-align: left;
    margin-left: 0;
  }
  .slideshow .slide .container article.align-left * {
    text-align: left;
  }
  .slideshow .slide .container article.align-right {
    text-align: right;
    margin-right: 0;
  }
  .slideshow .slide .container article.align-right * {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .slideshow .next_prev {
    display: block;
  }
}
#background {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#background .icon-x {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #555;
  cursor: pointer;
}
#background .icon-x:hover {
  color: #f00c12;
  background-color: #000;
}
#foreground {
  z-index: 11;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  pointer-events: none;
}
#foreground > * {
  -ms-flex: 0 1 auto;
}
#player {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.3%;
  margin: auto;
  pointer-events: auto;
}
#player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#player .icon-x {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
}
#player .icon-x:hover {
  color: #f00c12;
  background-color: #fff;
}
.player {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.3%;
  margin: 2em auto;
  pointer-events: auto;
}
.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #background .icon-x {
    display: block;
  }
  #player .icon-x {
    display: none;
  }
  #foreground {
    left: 10%;
    width: 80%;
  }
}
@media (min-width: 900px) {
  #foreground {
    left: 15%;
    width: 70%;
  }
}
.gform_wrapper {
  text-align: left;
  margin: 0 auto;
}
.gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul li {
  margin: 0;
  list-style: none;
}
.gform_wrapper .gsection {
  text-indent: -20px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 50px !important;
}
.gform_wrapper .gsection:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.gform_wrapper .gform_description {
  font-size: 0.875em;
}
.gform_wrapper .gfield {
  margin: 1.875em 0 0 0;
}
.gform_wrapper label {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: .8125em;
  line-height: 2em;
}
.gform_wrapper span label {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #888;
  text-transform: none;
  font-size: .8125em;
}
.gform_wrapper .ginput_container label {
  font-weight: normal;
}
.gform_wrapper .ginput_container .ginput_full,
.gform_wrapper .ginput_container .ginput_left,
.gform_wrapper .ginput_container .ginput_right {
  display: inline-block;
}
.gform_wrapper .ginput_full {
  width: 100%;
}
.gform_wrapper .ginput_left,
.gform_wrapper .gf_left_half {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
}
.gform_wrapper .ginput_right,
.gform_wrapper .gf_right_half {
  width: 50%;
  display: inline-block;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
  color: #222;
  padding: 4px 6px !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  height: 38px;
  width: 100%;
  font-size: 1.125em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: none;
  border: 1px solid #888;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus {
  border-color: #f00c12;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
.gform_wrapper textarea {
  color: #222;
  padding: 4px 6px !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.125em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: none;
  border: 1px solid #888;
}
.gform_wrapper textarea:focus {
  border-color: #f00c12;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
.gform_wrapper select {
  margin-bottom: 4px;
  width: 100%;
  font-size: 1.125em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
.gform_wrapper .gfield_checkbox {
  line-height: 1em;
}
.gform_wrapper .gfield_checkbox label {
  display: inline;
  margin: 0;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  display: inline;
  margin: 0 .5em 0 0;
  vertical-align: middle;
}
.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper .validation_message {
  background: #f0ad4e;
  color: #fff;
  padding: 5px;
}
.gform_wrapper .button {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 10px 16px;
  font-size: 1em;
  line-height: 1.33;
  border-radius: 0;
  float: right;
  margin-top: 1.875em;
}
.gform_wrapper .button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_wrapper .button:hover,
.gform_wrapper .button:focus {
  color: #333;
  text-decoration: none;
}
.gform_wrapper .button:active,
.gform_wrapper .button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_wrapper .button.disabled,
.gform_wrapper .button[disabled],
fieldset[disabled] .gform_wrapper .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
#bottom {
  background: #e1e1e1;
}
#bottom #sectionNav {
  background-color: #eee;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0 30px;
}
#bottom #sectionNav nav > ul > li {
  font-size: 14px;
}
#bottom #sectionNav nav > ul > li > a {
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #555;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  pointer-events: none;
}
#bottom .social {
  line-height: 0;
  margin: -10px 0 10px;
}
#bottom .social a {
  display: inline-block;
  font-size: 26px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#bottom .social a:hover {
  text-decoration: none;
}
#bottom #legal {
  font-size: 14px;
  padding-top: 20px;
}
#bottom #legal li:not(:last-child) {
  font-size: 14px;
  border-right: 1px solid #888;
}
#bottom #site-info {
  color: #888;
}
@media (min-width: 768px) {
  #bottom #site-info {
    text-align: right;
  }
}
@media (min-width: 900px) {
  #bottom .social a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#partners-intro,
.partners-panel {
  padding: 60px 0;
  background: transparent no-repeat center / cover;
}
#partners-intro h2,
.partners-panel h2 {
  margin-top: 0;
}
#partners-intro .leader,
.partners-panel .leader {
  font-size: 18px;
}
#partners-intro .feature,
.partners-panel .feature {
  list-style: none;
  margin: 0;
  font-size: 20px;
  margin: 30px 0;
}
#partners-intro .feature li,
.partners-panel .feature li {
  padding: 5px 0 5px 50px;
  position: relative;
}
#partners-intro .feature i,
.partners-panel .feature i {
  position: absolute;
  left: 0;
  vertical-align: middle;
  color: #2076e1;
  font-size: 30px;
  margin: 0 8px 0 12px;
}
#partners-intro .big-feature,
.partners-panel .big-feature {
  list-style: none;
  margin: 30px 0 30px 67px;
  font-size: 20px;
  padding-left: 0;
}
#partners-intro .big-feature li,
.partners-panel .big-feature li {
  padding: 15px 0;
  line-height: .5;
}
#partners-intro .big-feature i,
.partners-panel .big-feature i {
  vertical-align: middle;
  font-size: 52px;
  color: #2076e1;
  margin: 0 10px 0 -67px;
  display: inline-block;
}
#partners-intro .big-feature i.steps,
.partners-panel .big-feature i.steps {
  text-align: center;
  font-style: normal;
  width: 52px;
}
#partners-intro .big-feature small,
.partners-panel .big-feature small {
  font-style: italic;
}
@media (min-width: 768px) {
  #partners-intro,
  .partners-panel {
    padding: 75px 0;
  }
  #partners-intro div[class^="col-"] h2,
  .partners-panel div[class^="col-"] h2 {
    text-align: left;
  }
}
@media (min-width: 900px) {
  #partners-intro,
  .partners-panel {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  #partners-intro .feature,
  .partners-panel .feature {
    text-align: left;
  }
  #partners-intro .feature li,
  .partners-panel .feature li {
    padding: 0 0 0 23px;
    font-size: 14px;
  }
  #partners-intro .feature i,
  .partners-panel .feature i {
    font-size: 18px;
    margin-left: 0;
  }
  #partners-intro .big-feature,
  .partners-panel .big-feature {
    text-align: center;
    margin: 30px 0;
  }
  #partners-intro .big-feature li,
  .partners-panel .big-feature li {
    line-height: 1.1;
  }
  #partners-intro .big-feature i,
  .partners-panel .big-feature i {
    display: block;
    text-align: center;
    margin: 0 0 7px;
  }
  #partners-intro .big-feature i.steps,
  .partners-panel .big-feature i.steps {
    width: 100%;
  }
  #partners-intro .cta-link,
  .partners-panel .cta-link {
    margin-top: 40px;
    text-align: center;
  }
}
#partners-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #222 no-repeat center / cover;
  text-align: center;
}
#partners-intro .big-feature li {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  #partners-intro {
    text-align: left;
  }
  #partners-intro h1 {
    text-align: left;
  }
  #partners-intro .container {
    position: relative;
    z-index: 2;
  }
  #partners-intro > img {
    position: absolute;
    left: 50%;
    width: 876px;
    top: calc(60% - 302px / 2);
  }
}
@media (max-width: 767px) {
  #partners-intro > img {
    display: block;
    margin: 45px 10% 0;
    width: 80%;
  }
}
.hs-error-msgs label {
  color: #f00c12 !important;
}
#partners-apply h2,
#partners-apply .leader {
  text-align: center !important;
}
#partner-form {
  background-color: #eee;
  display: none;
}
#partner-form h2 {
  margin: 1.5em 0 .75em !important;
  font-size: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  #partner-form h2 {
    font-size: 30px;
  }
}
#partner-form h3 {
  text-align: center;
  margin-bottom: 50px;
}
#partner-form .hs_functionality_2_way_video_live_data_feeds,
#partner-form .hs_functionality_capture_and_share_media,
#partner-form .hs_functionality_display_instructions,
#partner-form .hs_functionality_voice_recognition,
#partner-form .hs_functionality_gesture_controls,
#partner-form .hs_functionality_data_code,
#partner-form .hs_functionality_navigation,
#partner-form .hs_functionality_sensor_integration,
#partner-form .hs_functionality_image_recognition,
#partner-form .hs_functionality_remote_device_management,
#partner-form .hs_functionality_notifications,
#partner-form .hs_functionality_design_workflows,
#partner-form .hs_functionality_integration_services {
  padding-left: 20px;
}
#partner-form .hs_functionality_2_way_video_live_data_feeds > label,
#partner-form .hs_functionality_capture_and_share_media > label,
#partner-form .hs_functionality_display_instructions > label,
#partner-form .hs_functionality_voice_recognition > label,
#partner-form .hs_functionality_gesture_controls > label,
#partner-form .hs_functionality_data_code > label,
#partner-form .hs_functionality_navigation > label,
#partner-form .hs_functionality_sensor_integration > label,
#partner-form .hs_functionality_image_recognition > label,
#partner-form .hs_functionality_remote_device_management > label,
#partner-form .hs_functionality_notifications > label,
#partner-form .hs_functionality_design_workflows > label,
#partner-form .hs_functionality_integration_services > label {
  padding-top: 7px !important;
}
#partner-form .hs_functionality_2_way_video_live_data_feeds .inputs-list.multi-container,
#partner-form .hs_functionality_capture_and_share_media .inputs-list.multi-container,
#partner-form .hs_functionality_display_instructions .inputs-list.multi-container,
#partner-form .hs_functionality_voice_recognition .inputs-list.multi-container,
#partner-form .hs_functionality_gesture_controls .inputs-list.multi-container,
#partner-form .hs_functionality_data_code .inputs-list.multi-container,
#partner-form .hs_functionality_navigation .inputs-list.multi-container,
#partner-form .hs_functionality_sensor_integration .inputs-list.multi-container,
#partner-form .hs_functionality_image_recognition .inputs-list.multi-container,
#partner-form .hs_functionality_remote_device_management .inputs-list.multi-container,
#partner-form .hs_functionality_notifications .inputs-list.multi-container,
#partner-form .hs_functionality_design_workflows .inputs-list.multi-container,
#partner-form .hs_functionality_integration_services .inputs-list.multi-container {
  display: block;
}
#partner-form .hs_functionality_2_way_video_live_data_feeds .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_capture_and_share_media .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_display_instructions .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_voice_recognition .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_gesture_controls .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_data_code .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_navigation .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_sensor_integration .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_image_recognition .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_remote_device_management .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_notifications .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_design_workflows .inputs-list.multi-container .hs-form-radio,
#partner-form .hs_functionality_integration_services .inputs-list.multi-container .hs-form-radio {
  display: inline-block;
  width: auto;
  margin-right: 1em;
}
#partner-form .hs_functionality_2_way_video_live_data_feeds .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_capture_and_share_media .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_display_instructions .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_voice_recognition .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_gesture_controls .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_data_code .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_navigation .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_sensor_integration .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_image_recognition .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_remote_device_management .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_notifications .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_design_workflows .inputs-list.multi-container .hs-form-radio label,
#partner-form .hs_functionality_integration_services .inputs-list.multi-container .hs-form-radio label {
  display: inline;
}
#partner-form .hs-dependent-field .hs-form-field {
  padding-left: 40px;
}
#partner-form .hs-dependent-field .hs-form-field:first-child {
  padding-left: 20px;
}
#partner-form .hs-dependent-field .hs-form-field:nth-child(2) {
  border-top: 1px solid #d6d6d6;
  margin-top: 20px;
  padding-top: 20px;
}
#partner-form .hs-dependent-field .hs-form-field:last-child:not(:first-child) {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#partner-form .hs-dependent-field .hs-form-field:not(:first-child) {
  background-color: #e3e3e3;
  margin-bottom: 0 !important;
  padding-bottom: 18px;
}
#partner-form .hs_functionality_2_way_video_live_data_feeds {
  padding-top: 30px;
}
#partner-form .hs_functionality_other {
  padding-left: 20px;
  padding-bottom: 30px;
}
#partner-form .hs_target_industries {
  padding-left: 0 !important;
}
#partner-form .hs-dependent-field .hs_target_industries_specify_other.hs-form-field {
  padding-left: 20px !important;
  margin-bottom: 18px !important;
}
#partner-form .hs_submit .actions {
  margin-top: 0 !important;
}
#partners-ecosystem {
  color: #fff;
  background: #222 no-repeat center / cover;
}
#partners-ecosystem .icon {
  display: block;
  width: 220px;
  height: 110px;
  background: transparent no-repeat center / contain;
  margin: 30px auto 20px;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  #partners-ecosystem .icon {
    width: 260px;
    height: 160px;
    margin-top: 60px;
  }
}
#partners-ecosystem p a {
  color: inherit;
  text-decoration: underline;
}
#partners-ecosystem p a:hover {
  color: #ccc;
}
#partners-ecosystem .cta-link {
  text-align: center;
}
@media (min-width: 768px) {
  #partners-ecosystem .cta-link {
    margin-top: 60px;
  }
}
body.page-template-page-template-landing .banner {
  height: 45vh;
  min-height: 300px;
  max-height: 700px;
}
body.page-template-page-template-landing .banner .entry-content h1 {
  font-size: 7.5vw;
  margin: 0;
}
@media (min-width: 1010px) {
  body.page-template-page-template-landing .banner .entry-content h1 {
    font-size: 72px;
  }
}
body.page-template-page-template-landing article {
  padding: 30px 0;
}
@media (min-width: 768px) {
  body.page-template-page-template-landing article {
    padding: 15vh 0 10vh;
  }
}
body.page-template-page-template-landing article .entry-content h2 {
  color: #2076e1;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body.page-template-page-template-landing article .entry-content h2 {
    font-size: 72px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
body.page-template-page-template-landing article .entry-content p {
  color: #888;
  line-height: 32px;
}
@media (min-width: 768px) {
  body.page-template-page-template-landing article .entry-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.75;
  }
}
body.page-template-page-template-distributors h2 {
  color: #2076e1;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body.page-template-page-template-distributors h2 {
    font-size: 72px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
body.page-template-page-template-distributors p {
  color: #888;
  line-height: 32px;
}
body.page-template-page-template-distributors a {
  color: inherit;
}
body.page-template-page-template-distributors a:hover {
  color: #2076e1;
  text-decoration: none;
}
body.page-template-page-template-distributors a:hover:before {
  color: #2076e1;
}
body.page-template-page-template-distributors .distributors-url:before,
body.page-template-page-template-distributors .distributors-phone:before,
body.page-template-page-template-distributors .distributors-email:before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-right: .25em;
  vertical-align: middle;
  color: #ccc;
}
body.page-template-page-template-distributors .distributors-url:before {
  content: "\e905";
}
body.page-template-page-template-distributors .distributors-phone:before {
  content: "\e904";
}
body.page-template-page-template-distributors .distributors-email:before {
  content: "\e906";
}
#location-selector {
  display: none;
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}
#location-selector h3 {
  font-weight: 300;
  margin: 0 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#location-selector form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
#location-selector select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 5px 8px;
  color: #555;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2832, 118, 225%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #location-selector {
    display: block;
    padding: 90px 0;
  }
  #location-selector .location-selector-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  #location-selector h3 {
    margin: 0 30px 0 0;
  }
}
#distributor-locations {
  background-color: #000;
}
.distributor-location {
  padding-top: 0;
  padding-bottom: 30px;
  background-color: #fff;
}
.distributor-location:first-child {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .distributor-location {
    pointer-events: none;
    height: 0;
    overflow: hidden;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: height .3s ease-in-out, min-height .3s ease-in-out, padding .3s ease-in-out;
    transition: height .3s ease-in-out, min-height .3s ease-in-out, padding .3s ease-in-out;
  }
  .distributor-location:first-child {
    padding-top: 0;
  }
  .distributor-location.active {
    height: auto;
    pointer-events: auto;
    padding-bottom: 45px;
    padding-top: 45px;
    min-height: 50vh;
  }
}
@media (min-width: 1010px) {
  .distributor-location.active {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.page-snow h2 {
  font-size: 60px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  color: #222;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-snow h2 {
    font-size: 30px;
  }
}
.page-snow ul li {
  list-style-type: none;
}
.page-snow a {
  color: #f00c12;
}
.page-snow a:hover {
  color: #bf0a0e;
}
.page-snow .btn-primary {
  color: #fff;
  background-color: #199fd7;
  border-color: #199fd7;
}
.page-snow .btn-primary:hover,
.page-snow .btn-primary:focus,
.page-snow .btn-primary:active,
.page-snow .btn-primary.active,
.open .dropdown-toggle.page-snow .btn-primary {
  color: #fff;
  background-color: #1584b2;
  border-color: #1376a0;
}
.page-snow .btn-primary:active,
.page-snow .btn-primary.active,
.open .dropdown-toggle.page-snow .btn-primary {
  background-image: none;
}
.page-snow .btn-primary.disabled,
.page-snow .btn-primary[disabled],
fieldset[disabled] .page-snow .btn-primary,
.page-snow .btn-primary.disabled:hover,
.page-snow .btn-primary[disabled]:hover,
fieldset[disabled] .page-snow .btn-primary:hover,
.page-snow .btn-primary.disabled:focus,
.page-snow .btn-primary[disabled]:focus,
fieldset[disabled] .page-snow .btn-primary:focus,
.page-snow .btn-primary.disabled:active,
.page-snow .btn-primary[disabled]:active,
fieldset[disabled] .page-snow .btn-primary:active,
.page-snow .btn-primary.disabled.active,
.page-snow .btn-primary[disabled].active,
fieldset[disabled] .page-snow .btn-primary.active {
  background-color: #199fd7;
  border-color: #199fd7;
}
.page-snow .btn-primary:hover {
  text-decoration: none;
}
.page-snow .intro-panel {
  text-align: center;
  margin-bottom: 30px;
}
.page-snow .intro-text {
  font-size: 18px;
  text-align: center;
}
.page-snow .feature-list {
  padding-left: 0;
  list-style: none;
}
.page-snow .feature-list li {
  opacity: 0;
  position: relative;
  padding-bottom: 20px;
  margin: 30px 0 20px 0;
  -webkit-transition: opacity ease-in-out 0.45s;
  transition: opacity ease-in-out 0.45s;
}
.page-snow .feature-list li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.page-snow .feature-list li h6 {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.page-snow .feature-list li h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 2px;
}
.page-snow .feature-list li h4 small {
  font-size: .6em;
  color: #555;
  text-transform: none;
}
.page-snow .feature-list li p {
  color: #555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-snow .feature-list li h4 {
    font-size: 18px;
  }
}
.page-snow .feature-list li.inview {
  opacity: 1;
}
.page-snow .illust-title span:before {
  font-size: 30px;
  color: #2076e1;
  vertical-align: middle;
  line-height: 0;
  margin-right: 7px;
}
@media (min-width: 900px) {
  .page-snow .illust-title span:before {
    font-size: 50px;
  }
}
.page-snow .illust-box {
  padding: 25% 20px 20px;
  text-align: center;
  background: transparent no-repeat center top / 50%;
}
.page-snow .illust-box h4 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .page-snow .illust-box {
    padding: 20px 50% 20px 0;
    text-align: right;
    background: transparent no-repeat right center / 45%;
  }
}
.page-snow .img-caption {
  display: inline-block;
  background-color: #eee;
  color: #888;
  padding: 7px;
}
.page-snow .img-caption .caption {
  display: block;
  font-size: 13px;
  margin: 7px 0 0;
}
.page-snow .bg-img-btm {
  background: transparent no-repeat bottom center;
}
.page-snow .bg-img-btm-left {
  background: transparent no-repeat bottom left;
}
.page-snow .bg-img-btm-right {
  background: transparent no-repeat bottom right;
}
.page-snow .banner {
  position: relative;
  display: table;
  width: 100%;
  min-height: 320px;
  padding: 60px 0 30px;
  background: #000 no-repeat center / contain;
  color: #fff;
}
.page-snow .banner .overlay {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
@media (min-width: 768px) {
  .page-snow .banner {
    height: 640px;
    padding: 0;
  }
}
.page-snow .slideshow {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
.page-snow .slideshow .slides {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 56% 0 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
.page-snow .slideshow .slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent no-repeat center / cover;
}
.page-snow .slideshow .next_prev {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -68px;
  left: 0;
  width: 100%;
}
.page-snow .slideshow .next_prev a {
  font-size: 86px;
  color: #c4c4c4;
  position: absolute;
  line-height: 0;
}
.page-snow .slideshow .next_prev a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-snow .slideshow .next_prev a:hover {
  text-decoration: none;
  color: #2076e1;
}
.page-snow .slideshow .next_prev .prev {
  left: 0;
}
.page-snow .slideshow .next_prev .prev:before {
  content: "\e603";
}
.page-snow .slideshow .next_prev .next {
  right: 0;
}
.page-snow .slideshow .next_prev .next:before {
  content: "\e601";
}
.page-snow .slideshow .index {
  position: relative;
  bottom: 0;
  text-align: center;
  height: 50px;
}
.page-snow .slideshow .index a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 18px 5px;
  border: 1px solid #888;
  border-radius: 6px;
}
.page-snow .slideshow .index a.active {
  background-color: #d6d6d6;
  border-color: #555;
}
@media (min-width: 480px) {
  .page-snow .slideshow {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .page-snow .slideshow {
    margin-top: 50px;
  }
  .page-snow .slideshow .slides {
    width: 80%;
    padding: 45% 0 0;
  }
  .page-snow .slideshow .next_prev {
    display: block;
  }
}
.page-snow #banner {
  background-position: bottom right;
}
.page-snow #banner h6 {
  color: #f00c12;
  font-size: 22px;
  margin-bottom: .25em;
}
.page-snow #banner h1 {
  color: #888;
  text-align: left;
  font-size: 56px;
  line-height: .9;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) {
  .page-snow #banner {
    background-position: 70%;
  }
}
@media (max-width: 767px) {
  .page-snow #banner {
    background-size: 100%;
    padding-bottom: 50%;
    padding-top: 100px;
  }
  .page-snow #banner h6 {
    font-size: 16px;
  }
  .page-snow #banner h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .page-snow #banner {
    padding-top: 65px;
  }
}
.page-snow #quote {
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
.page-snow #quote h3 {
  text-transform: none;
  font-size: 32px;
  margin: 0;
}
.page-snow #quote a {
  color: #555;
}
.page-snow #quote a:hover {
  text-decoration: none;
  color: #2076e1;
}
@media (max-width: 767px) {
  .page-snow #quote {
    padding: 30px 0;
  }
  .page-snow #quote h3 {
    font-size: 24px;
  }
}
.page-snow #hardwear {
  border-bottom: 1px solid #d6d6d6;
}
.page-snow #hardwear h2 {
  margin-bottom: 0;
}
.page-snow #hardwear h3 {
  font-size: 34px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.page-snow #hardwear h4 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-snow #hardwear h3 {
    font-size: 22px;
  }
  .page-snow #hardwear h4 {
    font-size: 18px;
  }
}
.page-snow #hardwear .feature-list {
  margin-bottom: 0;
}
.page-snow #hardwear .feature-list li {
  padding-bottom: 10px;
  margin: 10px 0;
}
@media (min-width: 900px) {
  .page-snow #hardwear {
    padding-bottom: 30px;
  }
  .page-snow #hardwear .feature-list {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.page-snow #hud-spec {
  position: relative;
  margin-bottom: -40px;
  text-align: right;
}
.page-snow #hud-spec img {
  display: inline-block;
}
.page-snow #hud-spec-overlay {
  position: absolute;
  top: 34%;
  right: 48%;
}
.page-snow #hud-spec-overlay h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.page-snow #hud-spec-overlay p {
  font-size: 13px;
  color: #888;
}
@media (min-width: 900px) {
  .page-snow #hud-spec {
    padding-top: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .page-snow #hud-spec-overlay {
    right: 50%;
  }
  .page-snow #hud-spec-overlay h6 {
    font-size: 11px;
  }
  .page-snow #hud-spec-overlay p {
    font-size: 11px;
    line-height: 1.2;
  }
}
.page-snow #data {
  background-size: 75%;
  padding-bottom: 50px;
}
.page-snow #data .feature-list li {
  margin-left: 40px;
}
.page-snow #data .feature-list li:before {
  position: absolute;
  top: 50%;
  left: -40px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  margin-top: -20px;
  color: #2076e1;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page-snow #data .feature-list li {
    margin-left: 70px;
  }
  .page-snow #data .feature-list li:before {
    left: -70px;
    font-size: 57px;
    margin-top: -39px;
  }
}
.page-snow #data #performance:before {
  content: "\e602";
}
.page-snow #data #navigation:before {
  content: "\e600";
}
.page-snow #data #smartphone:before {
  content: "\e604";
}
.page-snow #data .find-more {
  color: #2076e1;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-snow #data {
    padding-bottom: 30%;
    background-size: 100%;
  }
}
@media (max-width: 480px) {
  .page-snow #data {
    padding-bottom: 60%;
    background-size: 175%;
  }
}
.page-snow #computer {
  margin-bottom: 40px;
}
.page-snow #computer h3 {
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.page-snow #computer h4 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-snow #computer h3 {
    font-size: 22px;
  }
  .page-snow #computer h4 {
    font-size: 18px;
  }
}
.page-snow #glance {
  padding: 20px 0;
}
.page-snow #glance h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-snow #glance {
    padding: 40px 0;
  }
}
.page-snow #navigation_tracking {
  border-top: 1px solid #d6d6d6;
  padding: 40px 0;
}
.page-snow #smartphone_connectivity {
  border-top: 1px solid #d6d6d6;
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .page-snow #smartphone_connectivity {
    padding-bottom: 40px;
  }
}
.page-snow #nevermiss {
  color: #888;
  background-color: #000;
  min-height: 700px;
  padding-bottom: 60px;
}
.page-snow #nevermiss h2,
.page-snow #nevermiss h4 {
  color: #d6d6d6;
}
@media (max-width: 767px) {
  .page-snow #nevermiss {
    background-image: none !important;
    padding-bottom: 30px;
  }
}
.page-snow #dashboard {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 40px;
}
.page-snow #dashboard img {
  display: block;
  margin: 0 auto;
}
.page-snow #dashboard .intro-panel {
  margin-top: 40px;
}
.page-snow #dashboard .dashboard-grid {
  margin: 40px 0;
  text-align: center;
}
.page-snow #dashboard .dashboard-grid h4 {
  margin-bottom: 5px;
  font-weight: 400;
}
.page-snow #dashboard .dashboard-grid p {
  font-size: 18px;
}
@media (min-width: 900px) {
  .page-snow #dashboard img {
    margin-right: 0;
  }
  .page-snow #dashboard .dashboard-grid {
    text-align: left;
  }
}
.page-snow #dashboard-screens {
  opacity: 0;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  padding-top: 14.051522248244%;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
.page-snow #dashboard-screens img {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: left ease-in-out 0.4s;
  transition: left ease-in-out 0.4s;
}
.page-snow #dashboard-screens img.a {
  margin-top: 2.3419203747075%;
  width: 16.627634660422%;
  left: 50%;
  margin-left: -8.31381733%;
}
.page-snow #dashboard-screens img.b {
  margin-top: 1.1709601873535%;
  width: 20.843091334895%;
  left: 50%;
  margin-left: -10.42154567%;
}
.page-snow #dashboard-screens img.c {
  margin-top: 0;
  width: 25.058548009368%;
  left: 50%;
  margin-left: -12.529274%;
}
.page-snow #dashboard-screens img.d {
  margin-top: 1.1709601873535%;
  width: 20.843091334895%;
  left: 50%;
  margin-left: -10.42154567%;
}
.page-snow #dashboard-screens img.e {
  margin-top: 2.3419203747075%;
  width: 16.627634660422%;
  left: 50%;
  margin-left: -8.31381733%;
}
.page-snow #dashboard-screens.inview {
  opacity: 1;
}
.page-snow #dashboard-screens.inview img.a {
  left: 8.313817330211%;
}
.page-snow #dashboard-screens.inview img.b {
  left: 27.0491803278695%;
}
.page-snow #dashboard-screens.inview img.c {
  left: 50%;
}
.page-snow #dashboard-screens.inview img.d {
  left: 72.9508196721325%;
}
.page-snow #dashboard-screens.inview img.e {
  left: 91.686182669791%;
}
@media (max-width: 767px) {
  .page-snow #dashboard {
    background-size: 200%;
    padding-bottom: 90%;
  }
}
.page-snow #manage {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 60px;
}
.page-snow #manage p {
  font-size: 18px;
}
.page-snow #manage #get-app-badges img {
  display: inline-block;
  height: 40px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .page-snow #manage #get-app-badges img {
    margin: 30px 15px 0 0;
  }
}
.page-snow #goggles {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 60px;
}
.page-snow #goggles .slideshow .slides {
  padding-top: 0;
  height: 210px;
}
.page-snow #goggles .slideshow .slide {
  background-position: center top;
  background-size: auto auto;
}
.page-snow #goggles .slideshow .slide > div {
  text-align: center;
  margin-top: 160px;
}
.page-snow #goggles .slideshow .slide > div h4 {
  margin-bottom: 5px;
  font-weight: 400;
}
.page-snow #goggles .slideshow .slide > div a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 5px;
}
.page-snow #goggles .slideshow .slide > div a:first-child {
  padding-left: 0;
}
.page-snow #goggles .slideshow .slide > div a:last-child {
  padding-right: 0;
}
.page-snow #goggles .slideshow .slide > div p {
  color: #ccc;
}
.page-snow #goggles .upgrade-snow {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-snow #goggles .slideshow .slides {
    height: 120px;
  }
  .page-snow #goggles .slideshow .slide {
    background-size: contain;
    background-position: 25% center;
  }
  .page-snow #goggles .slideshow .slide > div {
    margin-left: 50%;
    margin-top: 30px;
    text-align: left;
  }
}
@media (min-width: 900px) {
  .page-snow #goggles .slideshow .slides {
    height: 160px;
  }
  .page-snow #goggles .slideshow .slide {
    background-position: 12.5% center;
  }
  .page-snow #goggles .slideshow .slide > div {
    margin-top: 45px;
  }
}
.page-snow #apps {
  border-bottom: 1px solid #d6d6d6;
}
.page-snow #apps > .container {
  min-height: 700px;
}
.page-snow #apps p {
  font-size: 18px;
}
.page-snow #apps .img-caption {
  margin: 20px 0;
}
@media (min-width: 900px) {
  .page-snow #apps .img-caption {
    margin: 70px 0;
  }
}
@media (min-width: 1600px) {
  .page-snow #apps {
    background-size: 50%;
  }
}
@media (max-width: 899px) {
  .page-snow #apps {
    background-size: 70%;
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .page-snow #apps {
    background-size: 100%;
    padding-bottom: 30%;
  }
}
.page-snow #developers {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 60px;
}
.page-snow #developers p {
  font-size: 18px;
}
.page-snow #developers .illust {
  text-align: center;
}
.page-snow #developers .illust img {
  display: inline-block;
}
.page-snow #developers .copy {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .page-snow #developers .copy {
    padding-top: 15%;
  }
}
.page-snow #developer_animation {
  width: 100%;
}
.page-snow #snow-order p {
  font-size: 18px;
}
.page-snow #snow-order .btn-primary {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-snow #snow-order .copy {
    padding-top: 5%;
  }
  .page-snow #snow-order .btn-primary {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .page-snow #snow-order .btn-primary {
    display: block;
    margin: 20px auto 40px;
    width: 47%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .page-snow #snow-order .btn-primary {
    width: 100%;
    margin: 30px auto;
  }
}
.page-snow-os4 {
  text-align: center;
}
.page-snow-os4 article {
  border-top: 1px solid #d6d6d6;
  padding: 30px 0;
}
.page-snow-os4 h1 {
  font-size: 45px;
  font-weight: 200;
  text-transform: none;
}
.page-snow-os4 h2 {
  font-size: 32px;
  font-weight: 200;
  text-transform: none;
}
.page-snow-os4 h4 {
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}
.page-snow-os4 h6 {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
}
.page-snow-os4 h6 + h4 {
  margin-top: 0;
}
.page-snow-os4 .header_img {
  position: relative;
  padding-top: 26.354166666667%;
}
.page-snow-os4 .header_img > img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.page-snow-os4 .new-banner {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .page-snow-os4 article {
    padding: 60px 5%;
  }
  .page-snow-os4 h1 {
    font-size: 85px;
  }
  .page-snow-os4 h2 {
    font-size: 48px;
  }
  .page-snow-os4 h4 {
    font-size: 26px;
  }
  .page-snow-os4 h6 {
    font-size: 1em;
  }
  .page-snow-os4 p {
    font-size: 18px;
  }
}
#os4_intro {
  padding: 90px 0 30px;
}
#os4_intro h1 {
  margin-bottom: 0;
}
#os4_intro h1 + h2 {
  margin-top: 0;
}
#os4_intro #dashboard-screens {
  margin: 30px auto;
}
@media (min-width: 768px) {
  #os4_intro {
    padding: 60px 5%;
  }
  #os4_intro #dashboard-screens {
    margin: 45px auto;
  }
}
@media (max-width: 480px) {
  #os4_intro {
    padding-top: 30px;
  }
}
#os4_navigation img {
  display: inline-block;
}
@media (min-width: 768px) {
  #os4_navigation .copy {
    text-align: left;
  }
}
@media (max-width: 480px) {
  #os4_connection {
    padding-top: 35%;
  }
  #os4_connection > img:first-child {
    top: 6%;
  }
}
#os4_points {
  padding-left: 0;
  padding-right: 0;
}
#os4_points .col-sm-4 {
  position: relative;
}
#os4_points .col-sm-4 > img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #os4_points .col-sm-4 {
    padding-top: 15.104166666667%;
  }
  #os4_points .col-sm-4:not(:last-child) {
    border-right: 1px solid #d6d6d6;
  }
}
@media (max-width: 767px) {
  #os4_points {
    padding-top: 0;
  }
  #os4_points .row {
    margin-left: 0;
    margin-right: 0;
  }
  #os4_points .col-sm-4 {
    padding: 45% 0 30px;
  }
  #os4_points .col-sm-4 > img:first-child {
    top: 5%;
  }
  #os4_points .col-sm-4:not(:first-child) {
    border-top: 1px solid #d6d6d6;
  }
}
.page-jet {
  color: #333;
}
.page-jet .sprite#promo-2015 {
  display: none;
  position: fixed;
  top: 55px;
  right: 0;
  width: 300px;
  height: 203px;
  background: transparent url(../../img/jetnew/2015-holiday-deal-sprite.png) no-repeat right top / contain;
}
@media (min-width: 768px) {
  .page-jet .sprite#promo-2015 {
    display: block;
  }
}
@media (min-width: 1010px) {
  .page-jet .col-sm-7 {
    width: 55.33333333%;
  }
}
.page-jet article {
  position: relative;
}
.page-jet .fixit {
  position: static;
  height: auto;
}
.page-jet .fixit.fixed {
  position: static;
}
@media (min-width: 768px) {
  .page-jet .fixit {
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .page-jet .fixit.fixed {
    position: fixed;
  }
}
.page-jet .jet-panel {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 0;
  background: #000 no-repeat center / cover;
  color: #fff;
}
.page-jet .jet-panel.text-dark {
  color: #222;
}
.page-jet .jet-panel .container {
  position: relative;
  z-index: 2;
}
.page-jet .jet-panel .align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-jet .jet-panel .align-middle > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-jet .jet-panel h2 {
  margin-top: 0;
  text-align: center;
}
.page-jet .jet-panel .leader {
  font-size: 20px;
  font-weight: 300;
}
.page-jet .jet-panel .screens {
  margin: 40px 0 0;
}
.page-jet .jet-panel .screens img {
  display: block;
  margin: 20px auto;
}
.page-jet .jet-panel .flip-in {
  -webkit-transform: translate(0, 50px) perspective(750px) rotateX(45deg);
          transform: translate(0, 50px) perspective(750px) rotateX(45deg);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.page-jet .jet-panel .flip-in.active {
  -webkit-transform: translate(0, 0) perspective(0) rotateX(0deg);
          transform: translate(0, 0) perspective(0) rotateX(0deg);
  opacity: 1;
}
.page-jet .jet-panel .fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.85s 0.15s ease-in-out;
  transition: opacity 0.85s 0.15s ease-in-out;
}
.page-jet .jet-panel .fade-in.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .page-jet .jet-panel {
    padding: 90px 0;
  }
  .page-jet .jet-panel .col-sm-6 {
    text-align: left;
  }
  .page-jet .jet-panel .col-sm-6 h2 {
    text-align: left;
  }
  .page-jet .jet-panel .screens {
    margin: 75px 0 0;
  }
  .page-jet .jet-panel .screens img {
    display: block;
    margin: 20px auto 20px 0;
  }
  .page-jet .jet-panel .align-right .col-sm-6 {
    text-align: right;
  }
  .page-jet .jet-panel .align-right .col-sm-6 h2 {
    text-align: right;
  }
  .page-jet .jet-panel .align-right .screens img {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1010px) {
  .page-jet .jet-panel {
    padding: 20vh 0;
  }
}
@media (max-width: 767px) {
  .page-jet .jet-panel:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .page-jet .jet-panel.text-dark {
    color: #222;
  }
  .page-jet .jet-panel.text-dark:before {
    background-color: rgba(255, 255, 255, 0.33);
  }
}
.page-jet h1,
.page-jet h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 200;
  text-transform: none;
}
@media (min-width: 768px) {
  .page-jet h1,
  .page-jet h2 {
    font-size: 50px;
  }
}
@media (min-width: 900px) {
  .page-jet h1,
  .page-jet h2 {
    font-size: 60px;
  }
}
.page-jet ul {
  padding-left: 0;
}
.page-jet ul li {
  list-style: none;
}
.page-jet ul.bullets {
  padding-left: 20px;
  margin-bottom: 0.71428571em;
}
.page-jet ul.bullets li {
  list-style-type: disc;
  margin-bottom: 0.71428571em;
}
.page-jet .btn {
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-transform: none;
  border-radius: 2px;
}
.page-jet .btn-default {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.page-jet .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.page-jet .btn-primary {
  background: rgba(32, 118, 225, 0.75);
  color: #fff;
  border-color: #2076e1;
}
.page-jet .btn-primary:hover {
  background-color: #2076e1;
}
@media (min-width: 768px) {
  .page-jet .btn:not(.stay-sm) {
    min-width: 250px;
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px;
    border-radius: 3px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-jet .btn-play:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10.5px solid #fff;
    margin-right: 9px;
  }
}
.page-jet .video-intro {
  position: relative;
  overflow: hidden;
}
.page-jet #fullscreen-video-intro-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-jet #fullscreen-video-intro {
  opacity: .6;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-jet #fullscreen-video-intro #embed-intro,
.page-jet #fullscreen-video-intro iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-jet #intro-action-down {
  display: none;
}
.page-jet #intro {
  background-color: #222;
  padding: 40px 0;
  position: relative;
}
.page-jet #intro .slides {
  position: relative;
  margin: 0 auto;
  list-style: none;
  height: 0;
  padding-top: 66%;
  overflow: hidden;
}
.page-jet #intro .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  background: transparent no-repeat center bottom / 150%;
}
.page-jet #intro .slide:first-child {
  width: 100%;
  height: 100%;
}
.page-jet #intro .container {
  position: relative;
  z-index: 3;
}
.page-jet #intro .msg_1 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  margin-top: -30px;
}
.page-jet #intro .msg_1 h1 {
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: 300;
  text-transform: none;
  text-indent: -0.1em;
}
.page-jet #intro .msg_1 h1 small {
  color: inherit;
  font-weight: 400;
  font-size: .25em;
  position: relative;
  top: -1.7em;
}
.page-jet #intro .msg_1 h6 a {
  color: #fff;
}
.page-jet #intro .msg_1 .promo {
  font-size: 1.25em;
  color: #6dc959;
  margin-top: 7vh;
}
.page-jet #intro .msg_1 .promo h4 {
  font-weight: 600;
  margin-bottom: 0;
}
.page-jet #intro .msg_1 .promo p {
  font-weight: 500;
  font-size: 1em;
}
.page-jet #intro .msg_1 .btn.btn-primary {
  border-color: #2076e1;
  background-color: rgba(32, 118, 225, 0.75);
}
.page-jet #intro .msg_1 .btn.btn-primary:hover {
  background-color: #2076e1;
}
@media (max-width: 767px) {
  .page-jet #intro .msg_1 h6 {
    font-size: 0.85em;
    font-weight: 200;
  }
  .page-jet #intro .msg_1 h6 a {
    color: #888;
  }
}
.page-jet #intro .msg_1 p {
  font-weight: 300;
}
.page-jet #intro .msg_2 {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 45px;
}
.page-jet #intro .msg_2 h2 {
  text-transform: none;
  font-size: 28px;
  font-weight: 200;
  margin: 0 0 10px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.page-jet #intro .msg_2 h2 + p {
  margin-bottom: 45px;
}
.page-jet #intro .msg_2 h6 {
  font-weight: 600;
  color: #888;
  margin: 20px 0 5px;
  text-align: center;
}
.page-jet #intro .msg_2 p {
  margin-bottom: 20px;
  text-align: center;
}
.page-jet #intro .msg_2 ul {
  padding: 0;
}
.page-jet #intro .msg_2 ul li {
  list-style-type: none;
}
.page-jet #intro .screen {
  display: none;
  position: absolute;
  z-index: 3;
  top: 60px;
  left: 75%;
  margin-left: -77px;
  width: 153px;
  height: 135px;
  background: no-repeat center / contain;
}
@media (min-width: 768px) {
  @-webkit-keyframes slide {
    from {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slide {
    from {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .page-jet #intro-action-down {
    z-index: 10;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -22px;
    height: 20px;
    width: 44px;
    background: transparent url(../../img/jetnew/down.svg) no-repeat top / contain;
    cursor: default;
    -webkit-animation: slide 1s infinite alternate both cubic-bezier(0.5, 0.2, 0.3, 1);
    animation: slide 1s infinite alternate both cubic-bezier(0.5, 0.2, 0.3, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .page-jet #intro {
    z-index: 2;
    overflow: hidden;
    padding: 0;
  }
  .page-jet #intro .slides {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
  }
  .page-jet #intro .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    background: transparent no-repeat center 17.5vh / auto;
  }
  .page-jet #intro .slide:first-child {
    width: 100%;
    height: 100%;
  }
  .page-jet #intro > .fixit > .container {
    top: 20vh;
  }
  .page-jet #intro .msg_1 {
    position: absolute;
    width: 100%;
    margin-top: 0;
  }
  .page-jet #intro .msg_1 .msg_1a,
  .page-jet #intro .msg_1 .msg_1b {
    display: none;
  }
  .page-jet #intro .msg_1 h1 {
    font-size: 110px;
    margin-bottom: 0;
  }
  .page-jet #intro .msg_1 p {
    font-size: 34px;
  }
  .page-jet #intro .msg_2 {
    opacity: 0;
    position: absolute;
    width: 40%;
    left: 60%;
    padding-right: 15px;
    margin-top: 0;
  }
  .page-jet #intro .msg_2 h2 {
    font-size: 36px;
    text-align: left;
    line-height: .93;
  }
  .page-jet #intro .msg_2 h6 {
    text-align: left;
  }
  .page-jet #intro .msg_2 h6:before {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background: #666;
    margin: 30px 0;
  }
  .page-jet #intro .msg_2 p {
    text-align: left;
  }
  .page-jet #intro .msg_2 ul {
    padding: 0;
    margin-top: 40px;
  }
  .page-jet #intro .msg_2 ul li {
    opacity: 0;
  }
}
@media (min-width: 900px) {
  .page-jet #intro .msg_2 h2 {
    font-size: 46px;
  }
  .page-jet #intro .msg_2 p {
    font-size: 20px;
  }
  .page-jet #intro .screen {
    display: block;
    opacity: 0;
    top: calc(20vh + 100px);
    left: 50%;
    margin-top: 0;
    margin-left: -490px;
    width: 306px;
    height: 271px;
  }
}
.page-jet #updates {
  text-align: center;
  padding: 30px 0 0;
}
.page-jet #updates .widget-title {
  display: none;
}
.page-jet #updates .jetupdates {
  position: relative;
  display: block;
  max-width: 760px;
  margin: 0 auto;
}
.page-jet #updates .jetupdates:before,
.page-jet #updates .jetupdates:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-jet #updates .jetupdates:after {
  clear: both;
}
.page-jet #updates .jetupdates:before,
.page-jet #updates .jetupdates:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-jet #updates .jetupdates:after {
  clear: both;
}
.page-jet #updates .gform_footer {
  position: absolute;
  right: 0;
  top: 38px;
}
.page-jet #updates .gfield {
  margin: 0;
}
.page-jet #updates .gfield_label {
  display: block;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  text-align: center;
}
.page-jet #updates .ginput_container {
  display: block;
}
.page-jet #updates .ginput_container input {
  text-indent: 6px;
  background: #eee;
  border-color: #888;
  color: #222;
}
.page-jet #updates .ginput_container input:-moz-placeholder {
  color: #555;
}
.page-jet #updates .ginput_container input::-moz-placeholder {
  color: #555;
}
.page-jet #updates .ginput_container input:-ms-input-placeholder {
  color: #555;
}
.page-jet #updates .ginput_container input::-webkit-input-placeholder {
  color: #555;
}
.page-jet #updates .gform_button {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin: 9px 9px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 0;
  font-size: 16px;
  color: #2076e1;
  background: transparent;
}
.page-jet #updates .gform_button:hover {
  color: #fff;
}
.page-jet #updates .gform_ajax_spinner {
  position: absolute;
  right: -25px;
  top: 5px;
}
.page-jet #updates .validation_message {
  background: transparent;
  color: #f00c12;
  margin-bottom: -20px;
  text-align: center;
}
.page-jet #updates .gform_confirmation_message {
  color: #fff;
}
.page-jet #updates input[type=email] {
  background-color: rgba(34, 34, 34, 0.6);
  color: #fff;
  border-radius: 3px;
}
.page-jet #updates input[type=email]:-moz-placeholder {
  color: #eee;
}
.page-jet #updates input[type=email]::-moz-placeholder {
  color: #eee;
}
.page-jet #updates input[type=email]:-ms-input-placeholder {
  color: #eee;
}
.page-jet #updates input[type=email]::-webkit-input-placeholder {
  color: #eee;
}
@media (min-width: 480px) {
  .page-jet #updates {
    padding: 30px 15px 0;
  }
  .page-jet #updates .gfield_label {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-jet #updates {
    opacity: 1;
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    top: calc(100vh - 140px);
    padding: 0 30px;
    -webkit-transition: opacity ease-in-out .6s, top ease-in-out .6s;
    transition: opacity ease-in-out .6s, top ease-in-out .6s;
  }
  .page-jet #updates.outofview {
    pointer-events: none;
    top: calc(100vh);
    opacity: 0;
  }
  .page-jet #updates .container {
    width: 660px;
    margin: 0 auto;
  }
  .page-jet #updates .gform_footer {
    top: 0;
  }
  .page-jet #updates .gfield_label {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 30px;
  }
  .page-jet #updates .ginput_container {
    float: right;
    width: 50%;
  }
  .page-jet #updates .validation_message {
    text-align: right;
  }
}
.page-jet #banner-2 .screens {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .page-jet #banner-2 .screens {
    margin-top: 120px;
  }
}
.page-jet #glance {
  overflow: hidden;
  background-color: #fff;
}
.page-jet #glance-headline {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.page-jet #glance-headline h2 {
  font-size: 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-jet #glance-headline h2 {
    font-size: 70px;
  }
}
.page-jet #glance-nav {
  display: none;
}
.page-jet #glance-nav ul {
  width: 25%;
  pointer-events: auto;
}
.page-jet #glance-nav ul a {
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
  color: #d6d6d6;
}
.page-jet #glance-nav ul a:hover,
.page-jet #glance-nav ul a.active {
  color: #222;
  text-decoration: none;
}
.page-jet #glance-nav ul li:not(:last-child) a:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #d6d6d6;
}
@media (min-width: 768px) {
  .page-jet #glance-nav {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 30vh;
    pointer-events: none;
  }
}
@media (min-width: 900px) {
  .page-jet #glance-nav ul a {
    font-size: 20px;
    line-height: 70px;
  }
}
@media (min-width: 900px) and (max-height: 700px) {
  .page-jet #glance-nav ul a {
    font-size: 16px;
    line-height: 50px;
  }
}
.page-jet #glance-screens {
  position: relative;
  z-index: 1;
}
.page-jet #glance-screens section {
  background: transparent no-repeat top / 100%;
  padding: 0;
  margin: 50px 0;
}
.page-jet #glance-screens section > img {
  max-width: 90%;
  margin: 0 auto;
}
.page-jet #glance-screens section .msg h5 {
  font-weight: 600;
  font-size: 14px;
}
.page-jet #glance-screens section .msg p {
  color: #888;
}
.page-jet #glance-screens section#eyewear {
  position: relative;
}
.page-jet #glance-screens section#eyewear .container {
  z-index: 2;
}
.page-jet #glance-screens section#eyewear .options {
  position: relative;
}
.page-jet #glance-screens section#eyewear .options .slides {
  z-index: 1;
  position: relative;
  padding: 37% 0 0;
  margin: 0;
  overflow: hidden;
}
.page-jet #glance-screens section#eyewear .options .slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff no-repeat;
  background-position: 64% 0;
  background-size: 620px auto;
  list-style: none !important;
  list-style-type: none !important;
}
.page-jet #glance-screens section#eyewear .options .slides:first-child .slide:not(:first-child),
.page-jet #glance-screens section#eyewear .options .slides:not(:first-child) .slide {
  opacity: 0;
}
.page-jet #glance-screens section#eyewear .options nav {
  position: relative;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.page-jet #glance-screens section#eyewear .options nav .label {
  margin-right: 5px;
  font-size: 0.85em;
}
.page-jet #glance-screens section#eyewear .options nav .frames:after {
  content: "";
  display: block;
}
.page-jet #glance-screens section#eyewear .options nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #555;
  border-radius: 7px;
  margin: 2px 5px -2px;
}
.page-jet #glance-screens section#eyewear .options nav a[href="black"] {
  background-color: #000;
}
.page-jet #glance-screens section#eyewear .options nav a[href="grey"] {
  background-color: #d6d6d6;
}
.page-jet #glance-screens section#eyewear .options nav a[href="yellow"] {
  background-color: #fffab1;
}
.page-jet #glance-screens section#eyewear .options nav a[href="iridium"] {
  background: #ff6e02;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff6e02), color-stop(50%, #ffff00), color-stop(100%, #ff6e02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff6e02 0%, #ffff00 50%, #ff6e02 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #ff6e02 0%, #ffff00 50%, #ff6e02 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e02', endColorstr='#ff6e02', GradientType=1);
  /* IE6-9 */
}
.page-jet #glance-screens section#eyewear .options nav a.active {
  border-color: #199fd7;
}
.page-jet #glance-screens section#eyewear .options nav a:not(.active):hover {
  border: 2px solid #199fd7;
}
@media (min-width: 768px) {
  .page-jet #glance-screens {
    height: 100%;
  }
  .page-jet #glance-screens section {
    background: #fff no-repeat 50% center;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 646px;
    padding-top: 0;
    margin-top: 0;
  }
  .page-jet #glance-screens section:not(:first-child) {
    opacity: 0;
  }
  .page-jet #glance-screens section .container {
    position: relative;
  }
  .page-jet #glance-screens section .msg {
    opacity: 0;
    position: absolute;
    top: 55vh;
    left: 30%;
    width: 70%;
  }
  .page-jet #glance-screens section#display .msg {
    opacity: 1;
  }
  .page-jet #glance-screens section#battery,
  .page-jet #glance-screens section#camera,
  .page-jet #glance-screens section#power,
  .page-jet #glance-screens section#control {
    padding-top: 0;
  }
  .page-jet #glance-screens section#battery .msg,
  .page-jet #glance-screens section#camera .msg,
  .page-jet #glance-screens section#power .msg,
  .page-jet #glance-screens section#control .msg {
    left: 33%;
    width: 60%;
  }
  .page-jet #glance-screens section#eyewear {
    padding-top: 0;
  }
  .page-jet #glance-screens section#eyewear .options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-jet #glance-screens section#eyewear .options .slides {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .page-jet #glance-screens section#eyewear .options .slide {
    background: #fff no-repeat 50% 30%;
  }
  .page-jet #glance-screens section#eyewear .options nav {
    position: absolute;
    line-height: inherit;
    top: 49vh;
    left: 33%;
    width: 70%;
    text-align: left;
  }
  .page-jet #glance-screens section#eyewear .options nav .label:not(:first-child) {
    margin-left: 10px;
  }
  .page-jet #glance-screens section#eyewear .options nav .frames:after {
    display: none;
  }
  .page-jet #glance-screens section#eyewear .options nav .label {
    font-size: 18px;
  }
  .page-jet #glance-screens section#eyewear .options nav a {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin: 2px 7px -2px;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  .page-jet #glance-screens section {
    background-size: 1350px;
    background-position: 50% 18px !important;
  }
  .page-jet #glance-screens section .msg {
    top: 300px;
    width: 60%;
  }
  .page-jet #glance-screens section#power .msg,
  .page-jet #glance-screens section#control .msg {
    left: 40%;
    width: 40%;
  }
  .page-jet #glance-screens section#eyewear .options .slide {
    background-size: 1350px;
    background-position: center 36px;
  }
  .page-jet #glance-screens section#eyewear .options nav {
    top: 280px;
    left: 30%;
  }
  .page-jet #glance-screens section#eyewear .options nav .label {
    font-size: 0.85em;
  }
  .page-jet #glance-screens section#eyewear .options nav a {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 2px 5px -2px;
  }
}
@media (min-width: 768px) {
  .page-jet #glance {
    height: 100vh;
  }
}
.page-jet #developers h2 {
  margin-bottom: .6em;
}
.page-jet #developers .ctas {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-jet #developers {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-jet #developers .align-middle {
    height: 55vw;
    max-height: 960px;
    min-height: 660px;
  }
  .page-jet #developers .ctas {
    margin-top: 60px;
  }
  .page-jet #developers .btn {
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 15px;
  }
}
.page-jet #press {
  position: relative;
  background: #000;
  color: #ccc;
}
.page-jet #press .container {
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}
.page-jet #press p {
  padding: 15px 5px 0;
}
.page-jet #press img {
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-jet #press .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-jet #press p {
    padding: 30px 15px 0;
  }
  .page-jet #press img {
    margin-top: 0;
  }
}
.page-jet #order {
  color: inherit;
  background-color: #fff;
}
.page-jet #order h2 {
  margin-bottom: 0;
}
.page-jet #order img {
  display: block;
  margin: 30px auto;
  max-width: 70vw;
}
@media (min-width: 768px) {
  .page-jet #order {
    padding-bottom: 120px;
  }
  .page-jet #order img {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  body.touchDevice .page-jet #action section #videocta > span {
    color: #2076e1;
  }
  body.touchDevice .page-jet #action section #videocta > span .playbtn {
    border-color: #2076e1;
  }
  body.touchDevice .page-jet #action section #videocta > span .playbtn:before {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 90px solid #2076e1;
  }
}
.page-jet-os4 {
  text-align: center;
}
.page-jet-os4 article {
  border-top: 1px solid #d6d6d6;
  padding: 30px 0;
}
.page-jet-os4 h1 {
  font-size: 45px;
  font-weight: 200;
  text-transform: none;
}
.page-jet-os4 h1 small {
  font-weight: 200;
  font-size: 22px;
  display: block;
  color: inherit;
}
.page-jet-os4 h2 {
  font-size: 32px;
  font-weight: 200;
  text-transform: none;
}
.page-jet-os4 h4 {
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
  margin: 30px 0 10px;
}
.page-jet-os4 h6 {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
}
.page-jet-os4 h6 + h4 {
  margin-top: 0;
}
.page-jet-os4 .shrink-80 {
  padding: 0 10%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
.page-jet-os4 .shrink-80 > * {
  margin: auto;
}
@media (min-width: 768px) {
  .page-jet-os4 article {
    padding: 60px 5%;
  }
  .page-jet-os4 h1 {
    font-size: 85px;
  }
  .page-jet-os4 h2 {
    font-size: 48px;
  }
  .page-jet-os4 h4 {
    font-size: 26px;
    margin-top: 45px;
  }
  .page-jet-os4 h6 {
    font-size: 1em;
  }
  .page-jet-os4 p {
    font-size: 18px;
  }
  .page-jet-os4 .shrink-80 {
    margin-top: 30px;
  }
}
#os4_intro {
  padding: 90px 0 30px;
}
#os4_intro h1 {
  margin-bottom: 0;
}
#jet-dashboard {
  opacity: 0;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  margin: 30px auto 0;
  padding-top: 22.626788036411%;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
#jet-dashboard img {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: left ease-in-out 0.4s;
  transition: left ease-in-out 0.4s;
}
#jet-dashboard img.a,
#jet-dashboard img.c {
  margin-top: 2.990897269181%;
  width: 29.778933680104%;
  left: 50%;
  margin-left: -14.88946684%;
}
#jet-dashboard img.b {
  z-index: 2;
  margin-top: 0;
  width: 40.442132639792%;
  left: 50%;
  margin-left: -20.22106632%;
}
#jet-dashboard.inview {
  opacity: 1;
}
#jet-dashboard.inview img.a {
  left: 14.889466840052%;
}
#jet-dashboard.inview img.b {
  left: 50%;
}
#jet-dashboard.inview img.c {
  left: 85.110533159948%;
}
@media (min-width: 768px) {
  #os4_intro {
    padding: 60px 5%;
  }
  #jet-dashboard {
    margin: 45px auto 0;
  }
}
@media (max-width: 480px) {
  #os4_intro {
    padding-top: 30px;
  }
}
#os4_navigation img {
  display: inline-block;
}
@media (min-width: 768px) {
  #os4_navigation .copy {
    text-align: left;
  }
}
#os4_points {
  padding-left: 0;
  padding-right: 0;
}
#os4_points .col-sm-4 {
  position: relative;
}
#os4_points .col-sm-4 > img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #os4_points .col-sm-4 {
    padding-top: 15.104166666667%;
  }
  #os4_points .col-sm-4:not(:last-child) {
    border-right: 1px solid #d6d6d6;
  }
}
@media (max-width: 767px) {
  #os4_points {
    padding-top: 0;
  }
  #os4_points .row {
    margin-left: 0;
    margin-right: 0;
  }
  #os4_points .col-sm-4 {
    padding: 45% 0 30px;
  }
  #os4_points .col-sm-4 > img:first-child {
    top: 5%;
  }
  #os4_points .col-sm-4:not(:first-child) {
    border-top: 1px solid #d6d6d6;
  }
}
.enterprise-panel {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background: #fff no-repeat center / cover;
}
.enterprise-panel h2 {
  margin-top: 0;
}
.enterprise-panel .leader {
  font-size: 18px;
}
.enterprise-panel .feature {
  list-style: none;
  margin: 0;
  font-size: 20px;
  margin: 30px 0;
}
.enterprise-panel .feature li {
  padding: 5px 0 5px 50px;
  position: relative;
}
.enterprise-panel .feature i {
  position: absolute;
  left: 0;
  vertical-align: middle;
  color: #2076e1;
  font-size: 30px;
  margin: 0 8px 0 12px;
}
.enterprise-panel .big-feature {
  list-style: none;
  margin: 0;
  font-size: 20px;
  margin: 30px 0;
}
.enterprise-panel .big-feature li {
  padding: 15px 0;
}
.enterprise-panel .big-feature i {
  vertical-align: middle;
  font-size: 52px;
  color: #2076e1;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .enterprise-panel {
    padding: 75px 0;
  }
  .enterprise-panel div[class^="col-"] h2 {
    text-align: left;
  }
}
@media (min-width: 900px) {
  .enterprise-panel {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .enterprise-panel .feature {
    text-align: left;
  }
  .enterprise-panel .feature li {
    padding: 0 0 0 23px;
    font-size: 14px;
  }
  .enterprise-panel .feature i {
    font-size: 18px;
    margin-left: 0;
  }
  .enterprise-panel .big-feature {
    text-align: center;
  }
  .enterprise-panel .big-feature i {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .enterprise-panel .cta-link {
    margin-top: 40px;
    text-align: center;
  }
}
#enterprise-intro {
  position: relative;
  text-align: center;
  color: #fff;
  background: #222 no-repeat center / cover;
  padding: 40px 0;
}
#enterprise-intro:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#enterprise-intro .container {
  position: relative;
  z-index: 3;
}
#enterprise-intro h1 {
  font-size: 40px;
  margin: 0 0 15px;
  font-weight: 200;
  text-transform: none;
}
#enterprise-intro h1 small {
  color: inherit;
  font-weight: 300;
  font-size: .25em;
  position: relative;
  top: -1.7em;
}
#enterprise-intro .tagline {
  font-size: 20px;
  font-weight: 200;
  margin-top: -0.75em;
}
#enterprise-intro .product {
  position: relative;
  z-index: 2;
  display: block;
  margin: 20px auto;
}
#enterprise-intro .promo {
  font-weight: 300;
}
#enterprise-intro .promo h4 {
  font-weight: 300;
}
#enterprise-intro .promo strong {
  font-weight: 600;
}
#enterprise-intro #fullscreen-video-intro {
  opacity: 1;
}
@media (min-width: 768px) {
  #enterprise-intro {
    overflow: hidden;
    padding: 20vh 0 10vh;
  }
  #enterprise-intro h1 {
    font-size: 60px;
  }
  #enterprise-intro .tagline {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  #enterprise-intro {
    min-height: 90vh;
  }
  #enterprise-intro .container:last-child {
    padding-top: 10vh;
  }
  #enterprise-intro h1 {
    font-size: 110px;
  }
  #enterprise-intro .tagline {
    font-size: 36px;
  }
  #enterprise-intro .promo {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  #enterprise-intro {
    padding-top: 90px;
  }
  #enterprise-intro .product {
    margin: 20px -10vw 10px;
    max-width: 140vw;
  }
}
#enterprise-efficiency h5 {
  text-transform: none;
  font-size: 20px;
}
#enterprise-efficiency .actions {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #enterprise-efficiency .row > *:first-child {
    text-align: center;
  }
  #enterprise-efficiency .row > *:first-child h2 {
    text-align: center !important;
  }
}
#enterprise-questions {
  max-width: 160px;
  padding-top: 18px;
}
#enterprise-questions h3 {
  font-size: 31px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
#enterprise-questions h3:after {
  content: "";
  display: block;
  width: 66%;
  height: 1px;
  margin: 24px 0;
  background-color: #d6d6d6;
}
#enterprise-questions ul li {
  padding: .5em 0 .5em 1em;
}
#enterprise-questions ul li:before {
  content: "•";
  color: #2076e1;
  margin: 0 0.7em 0 -1em;
}
#enterprise-questions ul:after {
  content: "";
  display: block;
  width: 66%;
  height: 1px;
  margin: 18px 0 30px;
  background-color: #d6d6d6;
}
@media (min-width: 768px) {
  #enterprise-efficiency h5:after {
    display: block;
    content: "";
    width: 66%;
    height: 1px;
    margin: 30px 0 6px;
    background-color: #d6d6d6;
  }
  #enterprise-efficiency .actions:before {
    display: block;
    content: "";
    width: 66%;
    height: 1px;
    margin: 30px 0;
    background-color: #d6d6d6;
  }
  #enterprise-questions {
    padding-top: 78px;
  }
}
@media (min-width: 900px) {
  #enterprise-efficiency h5 {
    margin-top: 127px;
  }
}
@media (max-width: 767px) {
  #enterprise-efficiency h2 {
    text-align: left !important;
  }
  #enterprise-efficiency h5 {
    text-align: center;
    margin-top: 60px;
  }
  #enterprise-efficiency form {
    max-width: 200px;
    margin: 0 auto;
  }
  #enterprise-efficiency .actions {
    text-align: center;
  }
  #enterprise-questions {
    margin: 0 auto;
  }
}
#enterprise-numbers {
  padding-top: 15vh;
  padding-bottom: 15vh;
  text-align: left;
  background-color: #000;
  color: #fff;
}
#enterprise-numbers h3 {
  font-size: 60px;
  font-weight: 300;
  margin: .5em 0 .2em;
}
#enterprise-numbers p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}
#enterprise-numbers p small {
  font-size: 18px;
}
@media (max-width: 767px) {
  #enterprise-numbers {
    padding-top: 66vw;
    padding-bottom: 30px;
    background-position: top right;
    text-align: center;
  }
  #enterprise-numbers:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 66%;
    background-image: -webkit-gradient(linear, left 0%, left 70%, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 0%, #000000, 70%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  }
  #enterprise-numbers h3 {
    font-size: 35px;
  }
  #enterprise-numbers p {
    font-size: 18px;
  }
  #enterprise-numbers p small {
    font-size: 12px;
  }
}
#enterprise-ergonomics {
  color: #fff;
  background-color: #000;
  background-position: bottom right;
  background-size: 100%;
}
#enterprise-ergonomics .container {
  padding-bottom: 30vh;
}
#enterprise-ergonomics h2 {
  text-align: left;
}
@media (min-width: 768px) {
  #enterprise-ergonomics {
    background-size: 66%;
  }
}
@media (min-width: 1010px) {
  #enterprise-ergonomics {
    min-height: 90vh;
  }
  #enterprise-ergonomics .container {
    padding-top: 10vh;
    padding-bottom: 40vh;
  }
}
@media (max-width: 767px) {
  #enterprise-ergonomics {
    text-align: center;
  }
  #enterprise-ergonomics h2 {
    text-align: center;
  }
}
#enterprise-uses {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
#enterprise-uses .slideshow {
  position: relative;
  height: 90vh;
  min-height: 700px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#enterprise-uses .slideshow .slides {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#enterprise-uses .slideshow .slide {
  background: transparent no-repeat center / cover;
}
#enterprise-uses .slideshow .container {
  position: relative;
  z-index: 2;
}
#enterprise-uses .slideshow .slide-links a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#enterprise-uses .slideshow .slide-links a.active {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: inherit;
}
@media (min-width: 768px) {
  #enterprise-uses .slideshow h2 {
    margin-bottom: .666em;
  }
  #enterprise-uses .slideshow nav.slide-links a.btn {
    margin-top: .666em;
  }
}
@media (max-width: 767px) {
  #enterprise-uses .slideshow {
    height: 500px;
    min-height: 500px;
  }
  #enterprise-uses .slideshow .slide-links {
    text-align: center;
  }
  #enterprise-uses .slideshow .slide-links a {
    margin: .15em;
  }
}
.container-panel {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .container-panel {
    padding: 75px 0;
  }
}
@media (min-width: 900px) {
  .container-panel {
    padding: 90px 0;
  }
}
#glance.enterprise-glance #glance-headline h2 {
  margin-top: 1.1em;
}
@media (min-width: 768px) {
  #glance.enterprise-glance #glance-nav {
    top: calc(50vh - 200px);
  }
}
@media (min-width: 900px) {
  #glance.enterprise-glance #glance-nav ul a {
    top: calc(50vh - 250px);
  }
}
@media (min-width: 900px) and (max-height: 700px) {
  #glance.enterprise-glance #glance-nav ul a {
    top: calc(50vh - 150px);
  }
}
@media (min-width: 768px) {
  #enterprise-outdoors {
    padding-top: 8vw;
    padding-bottom: 16vw;
  }
}
@media (max-width: 767px) {
  #enterprise-outdoors {
    background-position: right;
  }
  #enterprise-outdoors .col-lg-6 {
    max-width: 350px;
    margin-right: 0;
    margin-left: auto;
  }
}
#enterprise-solutions {
  text-align: center;
  color: #fff;
}
#enterprise-solutions .row:not(:last-child) {
  margin-bottom: 45px;
}
#enterprise-solutions h2 {
  text-align: center;
  margin-bottom: .6em;
}
#enterprise-solutions h4 {
  margin-bottom: 1.8em;
}
.enterprise-partner-list {
  text-align: center;
  margin: 20px 0;
}
.enterprise-partner-list a {
  display: inline-block;
  height: 30px;
  margin: 10px 20px;
}
.enterprise-partner-list a img {
  display: block;
  height: 30px;
}
.enterprise-partner-list a:last-child img {
  height: 35px;
  margin-top: -10px;
}
@media (min-width: 768px) {
  #enterprise-solutions .row {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
#enterprise-prescription .leader {
  text-align: center;
  margin-bottom: 0;
}
#enterprise-prescription .slides {
  position: relative;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  height: 0;
  padding-top: 55%;
  overflow: hidden;
}
#enterprise-prescription .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  background: transparent no-repeat center / contain;
}
#enterprise-prescription .slide:first-child {
  width: 100%;
  height: 100%;
}
#enterprise-prescription .fixit {
  top: 0;
}
@media (min-width: 768px) {
  #enterprise-prescription {
    height: 100vh;
  }
  #enterprise-prescription .slides {
    top: -3vw;
  }
  #enterprise-prescription .fixit {
    height: 100vh;
    width: 100%;
  }
  #enterprise-prescription .fixit .enterprise-panel {
    height: 100vh;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  #enterprise-prescription .enterprise-panel h2 {
    margin-bottom: 20px;
  }
  #enterprise-prescription .enterprise-panel .slides {
    top: -7vw;
  }
}
@media (max-width: 767px) {
  #enterprise-prescription .enterprise-panel {
    min-height: 660px;
  }
  #enterprise-prescription .enterprise-panel .slide:first-child {
    width: 0;
    height: 0;
  }
  #enterprise-prescription .enterprise-panel .slide.mobile-frame {
    width: 100%;
    height: 100%;
  }
}
#enterprise-versatility img {
  display: block;
}
@media (max-width: 767px) {
  #enterprise-versatility img {
    max-width: 66%;
    margin: 30px auto 0;
  }
}
#enterprise-future {
  color: #fff;
  background-color: #000;
  padding-top: 20vh;
  padding-bottom: 20vh;
  overflow: hidden;
}
#enterprise-future #web {
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  background: transparent no-repeat center / 70%;
}
#enterprise-future #web img {
  position: absolute;
  width: 40vw;
  top: calc(50% - 6.8789808917198vw);
  left: 37%;
}
@media (max-width: 767px) {
  #enterprise-future {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #enterprise-future h2 {
    padding-bottom: calc(100px + 13.7579617834396vw);
  }
  #enterprise-future #web {
    width: 100%;
    height: 600px;
    top: calc(-160px + 13.7579617834396vw);
    background-position: center;
    background-size: auto 100%;
  }
  #enterprise-future #web img {
    width: 80vw;
    left: 10%;
    top: calc(50% - 13.7579617834396vw);
  }
}
@media (max-width: 320px) {
  #enterprise-future h2 {
    font-size: 22px;
  }
}
#enterprise-order {
  text-align: center;
}
#enterprise-order h2 {
  text-align: center;
  margin-bottom: 0;
}
#enterprise-order img {
  display: block;
  margin: 30px auto;
  max-width: 70vw;
}
@media (min-width: 768px) {
  #enterprise-order img {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
.page-careers {
  text-align: center;
  font-weight: 200;
  color: #fff;
}
.page-careers h1,
.page-careers h2,
.page-careers h3,
.page-careers h4,
.page-careers h5 {
  margin: 0 0 5px 0;
  padding: 0;
}
.page-careers h1,
.page-careers h2 {
  font-weight: 300;
}
.page-careers h1 {
  font-size: 4.3em;
}
.page-careers h2 {
  font-size: 3.75em;
}
.page-careers h5 {
  font-size: 1.15em;
}
.page-careers a.btn {
  padding: 6px 30px;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 36px;
  margin-top: 5%;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 3px;
  min-width: 250px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-transform: none;
}
.page-careers a.btn-primary {
  background-color: rgba(32, 118, 225, 0.75);
  border-color: #2076e1;
}
.page-careers a.btn-primary:hover {
  background-color: #2076e1;
}
.page-careers a.btn-default {
  border-color: #ccc;
  background-color: rgba(255, 255, 255, 0.15);
}
.page-careers a.btn-default:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.page-careers a.btn-default:before {
  display: inline-block;
  content: '►';
  margin-right: 9px;
  font-size: 14px;
}
.page-careers hr {
  border-color: #fff;
  border-bottom: 0;
  width: 50px;
  margin: 2.75em 0;
}
.page-careers .tint-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0.6;
  pointer-events: none;
}
.page-careers .text-large {
  font-size: 2.15em;
}
.page-careers .panel-img-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-careers .panel-img-background:not([data-background-number="0"]) {
  display: none;
}
.page-careers .openings {
  height: auto;
}
.page-careers .openings p {
  margin: 0;
}
.page-careers article {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 930px;
  background-color: #333;
  color: #fff;
}
.page-careers #intro {
  padding-top: 335px;
}
.page-careers #intro video {
  height: auto;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .page-careers #intro {
    padding-top: 230px;
  }
}
.page-careers #intro a.btn-default {
  margin-right: 10px;
}
.page-careers #openings1 {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.page-careers #who,
.page-careers #why {
  text-align: left;
  padding-top: 250px;
}
.page-careers #who p,
.page-careers #why p {
  font-size: 1.15em;
}
@media (max-width: 480px) {
  .page-careers #who,
  .page-careers #why {
    padding-top: 120px;
  }
}
.page-careers #who .panel-img-background[data-background-number="0"] {
  background-image: url('/wp-content/themes/recon/img/careers/panel-who-are-we-1.jpg');
}
.page-careers #who .panel-img-background[data-background-number="1"] {
  background-image: url('/wp-content/themes/recon/img/careers/panel-who-are-we-2.jpg');
}
.page-careers #who .panel-img-background[data-background-number="2"] {
  background-image: url('/wp-content/themes/recon/img/careers/panel-who-are-we-3.jpg');
}
.page-careers #why .panel-img-background[data-background-number="0"] {
  background-image: url('/wp-content/themes/recon/img/careers/panel-why-work-here-1.jpg');
}
.page-careers #why .panel-img-background[data-background-number="1"] {
  background-image: url('/wp-content/themes/recon/img/careers/panel-why-work-here-2.jpg');
}
.page-careers #why .panel-img-background[data-background-number="2"] {
  background-image: url('/wp-content/themes/recon/img/careers/panel-why-work-here-3.jpg');
}
.page-careers #quotes {
  height: 510px;
  color: #333;
  text-align: center;
  background-color: #fff;
}
.page-careers #quotes .quote {
  position: absolute;
  top: 75px;
}
.page-careers #quotes .quote:not([data-quote-number="0"]) {
  display: none;
}
.page-careers #quotes [class^="arrow-"] {
  height: 160px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 160px;
}
.page-careers #quotes .arrow-left {
  background-image: url('/wp-content/themes/recon/img/careers/arrow-left.png');
  left: 0;
}
.page-careers #quotes .arrow-right {
  background-image: url('/wp-content/themes/recon/img/careers/arrow-right.png');
  right: 0;
}
.page-careers #quotes img {
  margin: 0 auto;
  margin-bottom: 50px;
}
.page-careers #quotes h5 {
  color: #999;
  font-size: 16px;
}
.page-careers #quotes p {
  font-size: 1.8em;
}
.page-careers #whatitslike {
  padding-top: 400px;
}
.page-careers #whatitslike .panel-img-background[data-background-number="1"] {
  background-image: url('/wp-content/themes/recon/img/careers/panel-what-its-like-1.jpg');
}
.page-careers #whatitslike .panel-img-background[data-background-number="2"] {
  background-image: url('/wp-content/themes/recon/img/careers/panel-what-its-like-2.jpg');
}
.page-careers #whatitslike button {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: 9%;
}
.page-careers #whatitslike button .play-forward {
  font-size: 14px;
  margin-right: 5px;
}
.page-careers #openings2 {
  padding: 80px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #engage a#engage-start:before,
  #engage a#engage-upload:before,
  #engage a#engage-update:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 800px 600px;
  }
  #about-awards #financial-times:after {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 800px 600px;
  }
  #about-awards #gizmodo:after {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 800px 600px;
  }
  .page-jet #banner section #videocta span:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 800px 600px;
  }
  .page-jet #banner section #video .close {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 800px 600px;
  }
  .page-jet #details #balance li:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 800px 600px;
  }
  .page-snow #details #hardware li:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 800px 600px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 430px) {
  #engage a#engage-start,
  #engage a#engage-upload,
  #engage a#engage-update {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 800px 600px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1009px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1009px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1009px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1009px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1009px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1009px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1009px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1009px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */