/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .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, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/** 
 
 NOTE: Commented out by @eedens on 4/18/2014.
       We're using Bootstrap for the layout, 
       and not the styling, so the styling components
       shouldn't get compiled.

@import "type.less";
@import "code.less";
@import "tables.less";
@import "forms.less";
@import "buttons.less";
       
// Components
@import "component-animations.less";
@import "glyphicons.less";
@import "dropdowns.less";
@import "button-groups.less";
@import "input-groups.less";
@import "navs.less";
@import "navbar.less";
@import "breadcrumbs.less";
@import "pagination.less";
@import "pager.less";
@import "labels.less";
@import "badges.less";
@import "jumbotron.less";
@import "thumbnails.less";
@import "alerts.less";
@import "progress-bars.less";
@import "media.less";
@import "list-group.less";
@import "panels.less";
@import "wells.less";
@import "close.less";

// Components w/ JavaScript
@import "modals.less";
@import "tooltip.less";
@import "popovers.less";
@import "carousel.less";

**/
/* colors */
.archive-heading {
  font-size: 28px;
  font-weight: normal;
  color: #5d5b58;
}
.archive-months-heading {
  text-align: right;
  border-bottom: none;
  font-weight: normal;
  color: #cf5a26;
}
.archive-months {
  list-style-type: none;
  text-align: right;
}
.archive-months li a {
  color: #5d5b58;
}
.news-heading {
  font-size: 28px;
  font-weight: normal;
  color: #5d5b58;
}
img.news {
  width: 110px;
  padding: 10px;
}
.news-section-heading {
  font-size: 28px;
  font-weight: normal;
  color: #cf5a26;
}
.author {
  color: #85827e;
  font-size: 15px;
}
.post {
  padding-bottom: 35px;
}
.post img {
  width: 100%;
  max-width: 300px;
}
.top-wrapper {
  padding-bottom: 40px;
}
.strip {
  width: 100%;
  text-align: center;
}
.strip h1,
.strip p {
  margin: 0;
}
.strip h1 {
  font-weight: normal;
  text-transform: uppercase;
}
.strip p {
  font-size: 20px;
  line-height: 20px;
}
.tagline {
  background-color: #5d5b58;
  position: relative;
  padding-top: 170px;
  padding-bottom: 190px;
}
.tagline h1 {
  color: #fff;
  font-size: 48px;
}
.tagline p {
  color: #eef0f1;
}
hr.arrow {
  border-top: 2px solid #e4e6e7;
  background: url(../images/arrow_down.png) no-repeat top center;
  height: 14px;
  margin: 0 auto;
  background-size: 15px 7px;
  max-width: 480px;
}
.our-products {
  background-color: #fff;
  color: #5d5b58;
  padding-top: 150px;
  padding-bottom: 120px;
}
.our-products h1 {
  color: #cf5a26;
  font-size: 48px;
  margin-top: -10px;
}
.our-products p {
  padding-bottom: 15px;
}
.innovation {
  background-color: #cf5a26;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}
.innovation a {
  color: #fff;
  font-weight: bold;
}
.innovation a:hover {
  color: #eef0f1;
}
.innovation h3 {
  color: #fff;
  font-size: 40px;
}
.innovation p {
  padding-bottom: 15px;
}
.feature {
  width: 80px;
  margin-top: -30px;
  float: right;
}
#innovation-station-product-info {
  width: 100%;
}
#innovation-station-product-info h1 {
  font-weight: bold;
}
#innovation-station-product-info p {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#innovation-station-product-info a.button {
  float: right;
}
@media screen and (max-width: 600px) {
  #innovation-station-product-info {
    padding: 15px;
  }
  #innovation-station-product-info h1 {
    font-size: 1.5em;
  }
}
.innovation-station {
  position: relative;
  padding: 30px 20px 120px 20px;
  border-bottom: 2px solid #eef0f1;
}
.innovation-station img {
  max-width: 420px;
}
.innovation-station h4 {
  text-transform: none;
  font-weight: normal;
  border-bottom: none;
  font-size: 26px;
}
.innovation-station p {
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .innovation-station .col-sm-12:nth-child(1) p,
  .innovation-station .col-sm-12:nth-child(1) h4 {
    text-align: center;
  }
  .innovation-station .col-sm-12:nth-child(3) p,
  .innovation-station .col-sm-12:nth-child(3) h4 {
    text-align: center;
  }
}
.app-station {
  background-color: #eef0f1;
  position: relative;
  padding-top: 240px;
  padding-bottom: 220px;
  border-bottom: 2px solid #eef0f1;
}
.app-station h2 {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 20px;
}
.app-station h3 {
  padding-top: 15px;
}
.app-station p {
  padding-bottom: 15px;
}
.app-station .screenshot {
  max-width: 230px;
}
.app-station .row {
  margin-left: 0;
  margin-right: 0;
}
.em-station {
  position: relative;
  padding: 240px 20px;
  margin-bottom: 90px;
}
.em-station .headline {
  text-align: center;
  margin-bottom: 15px;
}
.em-station p {
  font-size: 16px;
}
.em-station h3,
.em-station p {
  text-align: left;
}
.em-station h3 {
  font-size: 26px;
  font-weight: normal;
  padding-top: 20px;
}
.block-button {
  background-color: #cf5a26;
  color: #fff;
  padding: 8px 25px;
  z-index: 11;
}
.block-button.team,
.block-button.beta,
.block-button.app-station,
.block-button.em-station {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -15px;
}
.block-button.team {
  width: 200px;
}
.block-button.beta {
  width: 260px;
  bottom: -17px;
}
.block-button.app-station {
  width: 200px;
  bottom: -19px;
}
.block-button.em-station {
  width: 200px;
  bottom: -105px;
}
.block-button:hover {
  cursor: pointer;
  color: #eef0f1;
}
.center {
  margin: 0 auto;
}
.columns {
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.columns.two {
  width: 46%;
}
/* ///////////////////////////////////////////////// Layout */
::selection {
  background: #edaf4f;
  /* Safari */
  color: #ffffff;
}
::-moz-selection {
  background: #edaf4f;
  /* Firefox */
  color: #ffffff;
}
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Geneva, sans-serif;
  color: #5d5b58;
  font-size: 16px;
  line-height: 1.3;
  background-size: 100%;
}
.container {
  margin-bottom: 90px;
}
.header,
.products ul,
.about {
  margin: 0 auto;
  max-width: 1024px;
}
.footer {
  margin-top: 15px;
  position: relative;
}
.header,
.banner-wrapper,
.products,
.about,
.productinfo,
.section-interior,
.page-content {
  width: 1024px;
}
.productinfo {
  min-height: 135px;
}
html,
body,
.pagewrapper {
  height: 100%;
}
.main {
  margin-bottom: -50px;
}
.main-wrapper:after {
  content: "";
  display: block;
}
.footer,
.main-wrapper:after {
  height: 50px;
}
.section {
  border-top: 3px solid #e4e6e7;
  padding: 35px 0;
  background: url(../images/arrow_down.png) no-repeat top center;
}
.section.notop {
  background: none;
  padding-top: 10px;
  border-top: 0;
}
.section.gray {
  background: #f0f2f3 url(../images/arrow_down.png) no-repeat top center;
}
.page-content-wrapper {
  border-top: 3px solid #e4e6e7;
  padding: 62px 0;
  background: url(../images/arrow_down.png) no-repeat top center;
}
.page-content {
  max-width: 1024px;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 0 20px;
}
.section-interior {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
}
/* ///////////////////////////////////////////////// General */
.notice {
  text-transform: uppercase;
  color: #edaf4f;
}
h1 {
  font-size: 2.4em;
}
h3 {
  color: #cf5a26;
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 10px;
}
h4 {
  text-transform: uppercase;
  color: #cf5a26;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.inset {
  margin-left: 3rem;
  margin-right: 3rem;
}
a {
  color: #cf5a26;
}
a:hover {
  text-decoration: none;
}
a.button {
  text-decoration: none;
  font-size: .85em;
  background: #cf5a26;
  padding: .5em 1.5em;
  color: #ffffff;
  text-align: center;
  display: block;
}
a.button:hover {
  background: #edaf4f;
}
a.play {
  text-decoration: none;
  color: #cf5a26;
  padding-right: 20px;
  background: url(../images/icon_video.png) no-repeat center right;
}
a.play:focus {
  outline: 0;
}
.clear {
  clear: both;
}
ol {
  padding: 10px 40px 20px;
}
.page-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.page-content ul li {
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat left center;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}
ul.icon-items li {
  list-style-type: none;
  float: left;
  width: 28%;
  padding-right: 4%;
  font-size: .9em;
  margin-bottom: 20px;
  min-height: 130px;
}
ul.icon-items li img {
  float: left;
  margin-right: 15px;
}
ul.icon-items li h5 {
  font-weight: bold;
}
ul.icon-items li p {
  padding-left: 63px;
}
.pricing h3 {
  text-align: center;
  margin-bottom: 10px;
}
table.pricing {
  width: 80%;
  margin: 0 auto;
}
table.pricing tr:hover {
  background: #ffffff;
}
table.pricing td,
table.pricing th {
  background: #f0f2f3;
  border: 1px solid #dbdbdb;
  padding: 25px 10px;
  text-align: center;
  vertical-align: middle;
}
table.pricing th {
  color: #cf5a26;
  text-transform: uppercase;
}
table.pricing td.first,
table.pricing th.first {
  padding: 0;
  background: #ffffff;
  border: 0;
  width: 38px;
}
table.pricing td span {
  width: 38px;
  height: 83px;
  display: block;
  text-indent: -9999em;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
table.pricing .basic {
  background: url(../images/basic.png) no-repeat top left;
}
table.pricing .pro {
  background: url(../images/pro.png) no-repeat top left;
}
table.pricing .premium {
  background: url(../images/premium.png) no-repeat top left;
}
table.pricing td.monthly {
  font-weight: bold;
  font-size: 1.2em;
}
table.pricing td a.button {
  width: 50px;
  margin: 0 auto;
}
table.pricing tr.popular td {
  background: #ffffff;
}
/* ///////////////////////////////////////////////// Header */
.mobile-menu {
  display: none;
}
.mobile-menu li {
  background: #eef0f1;
  border-top: 1px solid #e4e6e7;
}
.mobile-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #5d5b58;
}
#innovation-screenshot {
  max-width: 290px;
  width: 290px;
  padding: 0 30px 15px 15px;
  margin-top: -10px;
  display: block;
  float: left;
}
@media screen and (max-width: 600px) {
  #innovation-screenshot {
    display: none;
  }
}
.pagewrapper {
  position: relative;
}
.top-wrapper {
  background: #f0f2f3 url(../images/home-bg.png) no-repeat bottom left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.top-wrapper .pattern-higher {
  position: absolute;
  top: 0;
  right: 0;
}
.top-wrapper .header {
  padding: 20px;
  overflow: hidden;
}
.top-wrapper .header .logo {
  display: block;
  width: 134px;
  height: 36px;
  float: left;
  background: url(../images/logo.png) no-repeat top left;
}
.top-wrapper .header ul {
  padding: 8px 0 0 20px;
  overflow: hidden;
}
.top-wrapper .header ul li {
  float: left;
  padding-right: 15px;
  list-style-type: none;
}
.top-wrapper .header ul li a {
  text-decoration: none;
  font-size: .9em;
  color: #5d5b58;
}
.top-wrapper .header ul li a:hover {
  color: #cf5a26;
}
.top-wrapper .header div.header-right {
  float: right;
}
.top-wrapper .header div.header-right .products {
  position: absolute;
  top: 20px;
  right: 330px;
  display: block;
  width: 130px;
}
.top-wrapper .banner-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
.top-wrapper .banner-wrapper .banner {
  clear: both;
  padding: 25px 0 0;
  min-height: 250px;
  max-width: 700px;
  margin: 0 auto;
}
.top-wrapper .banner-wrapper .banner li {
  list-style-type: none;
}
.top-wrapper .banner-wrapper .banner ul li {
  float: left;
}
.top-wrapper .banner-wrapper .banner ul li img {
  float: left;
  width: 26%;
  max-width: 209px;
}
.top-wrapper .banner-wrapper .banner ul li div.productinfo {
  float: left;
  margin-left: 5%;
  width: 69%;
  padding-bottom: 20px;
}
.top-wrapper .banner-wrapper .banner ul li div.productinfo a {
  float: left;
  clear: both;
  /* css for image added instead of text displayed earlier*/
}
.top-wrapper .banner-wrapper .banner ul li div.productinfo a img {
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  padding: 0;
}
.top-wrapper .banner-wrapper .banner ul li div.productinfo a.video-modal {
  /* added to disable background selection of image.*/
  outline: 0;
}
.top-wrapper .banner-wrapper .banner ul li div.productinfo a.play {
  margin-bottom: 15px;
}
.top-wrapper .banner-wrapper a.prev,
.top-wrapper .banner-wrapper a.next {
  position: absolute;
  top: 52%;
  width: 25px;
  height: 31px;
  text-indent: -900%;
  overflow: hidden;
  display: block;
}
.top-wrapper .banner-wrapper a.prev {
  left: 0;
  background: url(../images/icon_nextprev.png) no-repeat top left;
}
.top-wrapper .banner-wrapper a.next {
  right: 0;
  background: url(../images/icon_nextprev.png) no-repeat top right;
}
.products-wrapper {
  padding: 0;
}
.products {
  padding: 40px 0 0;
  margin: 0 auto;
  max-width: 680px;
}
.products div.owl-item div.product {
  list-style-type: none;
  position: relative;
  float: left;
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eef0f1;
  padding: 0 30px 30px;
  text-align: center;
  border-top: 3px solid #5d5b58;
  min-height: 275px;
}
.products div.owl-item div.product .icon {
  width: 57px;
  height: 57px;
  display: block;
  margin: -30px auto 0;
}
.products div.owl-item div.product h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 5px;
  padding-top: 10px;
}
.products div.owl-item div.product p {
  font-size: .9em;
  min-height: 85px;
}
.products div.owl-item div.product a {
  padding: 10px 20px;
}
.products div:last-child {
  margin-right: 0;
}
.products div.active {
  border-top: 3px solid #d58f20;
  background: #edaf4f;
  color: #ffffff;
}
.products div.active a {
  background: #d58f20;
}
.products div.active a:hover {
  background: #cf5a26;
}
.products div.owl-pagination {
  width: 80px;
  margin: 0 auto 35px;
  margin-right: auto;
}
.products div.owl-pagination div.owl-page {
  background: none;
  border: none;
}
.products div.owl-pagination div.owl-page span {
  float: left;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background: #d6d6d6;
  text-indent: -100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.products div.owl-pagination div.owl-page.active span {
  background: #d58f20;
}
.about-wrapper {
  /*HOME */
  clear: both;
}
.about-wrapper .about {
  margin-bottom: 75px;
  padding: 0 20px;
}
.about-wrapper .about a.button {
  clear: both;
  display: block;
  width: 130px;
  margin: 0 auto;
}
.pattern-lower {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer {
  border-bottom: 7px solid #5d5b58;
}
.footer ul li {
  float: left;
  list-style-type: none;
  font-size: .85em;
}
.footer ul li a {
  text-decoration: none;
  color: #5d5b58;
}
.footer ul li a:hover {
  color: #cf5a26;
}
.footer ul.footerlinks {
  position: absolute;
  left: 130px;
  bottom: 30px;
}
.footer ul.footerlinks li {
  padding-right: 12px;
  padding-left: 12px;
  border-left: 1px solid #5d5b58;
}
.footer ul.footerlinks li:first-child {
  border-left: 0;
}
.footer ul.pages {
  padding-right: 25px;
  float: right;
}
.footer ul.pages li {
  padding-left: 15px;
}
.top-wrapper .productinfo .thanks {
  min-height: 180px;
  text-align: center;
  padding-top: 80px;
}
.top-wrapper .productinfo .thanks h1 {
  font-size: 4em;
}
.top-wrapper .productinfo .thanks p {
  max-width: 100%;
}
.thankyou .page-content-wrapper {
  background: none;
}
.privacy .top-wrapper .productinfo p {
  max-width: 100%;
}
/* ///////////////////////////////////////////////// Coming soon */
.comingsoon .top-wrapper {
  background-size: cover;
  background-position: bottom center;
}
.comingsoon .productinfo {
  padding: 110px 0 40px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  width: 80%;
  display: block;
}
.comingsoon .productinfo .logo {
  margin: 10px 0 50px;
  max-width: 80%;
  width: auto;
}
.comingsoon .productinfo h1 {
  margin-bottom: 25px;
}
.comingsoon .productinfo p {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}
.comingsoon .page-content.centered {
  max-width: 600px;
}
.comingsoon .page-content.centered h3 {
  text-align: center;
}
.comingsoon .page-content.centered form {
  overflow: hidden;
  max-width: 600px;
}
.comingsoon .page-content.centered form .form-field {
  width: 75%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-right: 2%;
}
.comingsoon .page-content.centered form div.button {
  width: 20%;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.comingsoon .page-content.centered form div.button input {
  width: 100%;
}
.forgot form {
  overflow: hidden;
  max-width: 600px;
}
.forgot form div.form-field {
  width: 77%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-right: 2%;
}
.forgot form div.button {
  width: 20%;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.forgot form div.button input {
  width: 100%;
}
.top-wrapper .banner-wrapper .banner ul li {
  min-height: 280px;
}
.top-wrapper .banner-wrapper .banner ul li.slide img {
  position: relative;
  bottom: -20px;
}
.top-wrapper .banner-wrapper .banner ul li.general div.productinfo {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-right: 20px;
}
.top-wrapper .banner-wrapper .banner ul li.general div.productinfo h1 {
  font-weight: normal;
  font-size: 1.8em;
  text-align: center;
}
.top-wrapper .banner-wrapper .banner ul li.general div.productinfo a {
  margin: 0 auto;
  float: none;
  width: 120px;
  margin-top: 10px;
}
.top-wrapper .banner-wrapper .banner ul li.general img {
  clear: both;
  width: 97%;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .top-wrapper .banner-wrapper .banner ul li.general div.productinfo h1 {
    font-size: 1.6em;
    margin-top: 40px;
  }
}
/** 
 *  Layout for the photo of the Omaha skyline.
 * 
 *  This is to emulate the layout from the OWL
 *  wrapper from Becca's original design.
 */
.company .productinfo img {
  top: 35px;
  position: relative;
  max-width: 330px;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 4000px) {
  .product .features .icon-items ul,
  .interior .features .icon-items ul {
    width: 31% !important;
  }
  .product .features .icon-items ul.innovation-station-features,
  .interior .features .icon-items ul.innovation-station-features {
    width: 44% !important;
  }
}
@media screen and (max-width: 600px) {
  .product .features .icon-items ul,
  .interior .features .icon-items ul,
  .product .features .icon-items ul.innovation-station-features,
  .interior .features .icon-items ul.innovation-station-features {
    width: 100% !important;
  }
}
.features img.feature {
  width: 110px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}
.em-station.try {
  max-width: 310px;
  margin-top: 52px;
  text-align: center;
}
.em-station.try p {
  max-width: 100%;
}
.doc-sign-icon {
  height: 161px;
}
.product .top-wrapper,
.interior .top-wrapper {
  background: #f0f2f3 url(../images/interior-bg.jpg) no-repeat top left;
  background-size: 100%;
}
.product .top-wrapper .productinfo,
.interior .top-wrapper .productinfo {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 20px 0 20px;
  clear: both;
}
.product .top-wrapper .productinfo .column1,
.interior .top-wrapper .productinfo .column1 {
  width: 47%;
  float: left;
  overflow: hidden;
}
.product .top-wrapper .productinfo .column1 p,
.interior .top-wrapper .productinfo .column1 p {
  max-width: 100%;
}
.product .top-wrapper .productinfo .column1 a.freetrial,
.interior .top-wrapper .productinfo .column1 a.freetrial {
  margin-right: 10px;
  width: 30%;
  float: left;
}
.product .top-wrapper .productinfo .column1 a.buy,
.interior .top-wrapper .productinfo .column1 a.buy {
  width: 30%;
  float: left;
}
.product .top-wrapper .productinfo .column1 .pricing,
.interior .top-wrapper .productinfo .column1 .pricing {
  padding-top: 30px;
  clear: both;
}
.product .top-wrapper .productinfo .column1 .pricing ul li,
.interior .top-wrapper .productinfo .column1 .pricing ul li {
  background: #ffffff;
  float: left;
  width: 30%;
  margin-right: 3%;
  padding-bottom: 15px;
  list-style-type: none;
}
.product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom,
.interior .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom {
  padding: 15px;
}
.product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom span,
.interior .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom span {
  display: block;
  text-align: center;
}
.product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .primary,
.interior .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .primary {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
.product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .primary span,
.interior .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .primary span {
  font-size: .8em;
}
.product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .price,
.interior .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .price {
  /* font-weight: bold;
									*/
  /* font-size: 1.3em;
									*/
  font-size: 1em;
}
.product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .yearlyprice,
.interior .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .yearlyprice {
  font-size: .8em;
}
.product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .users,
.interior .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom .users {
  padding: 15px 0 35px;
  font-size: .8em;
}
.product .top-wrapper .productinfo .column1 .pricing ul li .button,
.interior .top-wrapper .productinfo .column1 .pricing ul li .button {
  width: 20px;
  margin: 0 auto;
  float: none;
  display: block;
}
.product .top-wrapper .productinfo .column1 .pricing ul li:last-child,
.interior .top-wrapper .productinfo .column1 .pricing ul li:last-child {
  margin-right: 0;
}
.product .top-wrapper .productinfo .column1 .pricing p.fullpricing,
.interior .top-wrapper .productinfo .column1 .pricing p.fullpricing {
  float: right;
  text-align: right;
  margin-top: 20px;
  font-size: .85em;
  padding-right: 15px;
}
.product .top-wrapper .productinfo .column1 .pricing p.fullpricing a,
.interior .top-wrapper .productinfo .column1 .pricing p.fullpricing a {
  display: block;
  text-align: right;
  clear: both;
}
.product .top-wrapper .productinfo .column1.single,
.interior .top-wrapper .productinfo .column1.single {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.product .top-wrapper .productinfo .column2,
.interior .top-wrapper .productinfo .column2 {
  width: 47%;
  float: right;
}
.product .top-wrapper .productinfo .column2 .description,
.interior .top-wrapper .productinfo .column2 .description {
  padding-bottom: 10px;
}
.product .top-wrapper .productinfo .column2 .description p,
.interior .top-wrapper .productinfo .column2 .description p {
  max-width: 100%;
}
.product .top-wrapper .screenshots,
.interior .top-wrapper .screenshots {
  position: relative;
  max-width: 330px;
  margin-bottom: 20px;
}
.product .top-wrapper .screenshots img,
.interior .top-wrapper .screenshots img {
  width: 100%;
}
.product .top-wrapper .screenshots .carousel-video:hover .play-btn,
.interior .top-wrapper .screenshots .carousel-video:hover .play-btn {
  opacity: 0.8;
}
.product .top-wrapper .screenshots .carousel-video .play-btn,
.interior .top-wrapper .screenshots .carousel-video .play-btn {
  opacity: 0.5;
  display: block;
  position: absolute;
  width: 4%;
  height: 100%;
  left: 6.3%;
  top: 32%;
  background: url('/images/playButton.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity 0.5s ease-in-out;
}
.product .top-wrapper .screenshots a:focus,
.interior .top-wrapper .screenshots a:focus {
  outline: none;
}
.product .top-wrapper .screenshots .owl-item a,
.interior .top-wrapper .screenshots .owl-item a {
  color: #ffffff;
}
.product .features,
.interior .features {
  max-width: 1024px;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 0 20px;
}
.product .features h3,
.interior .features h3 {
  text-align: center;
  color: #5d5b58;
  font-size: 1.7em;
}
.product .features .icon-items,
.interior .features .icon-items {
  width: 100%;
}
.product .features .icon-items ul,
.interior .features .icon-items ul {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 30%;
  float: left;
  margin-right: 3%;
}
.product .features .icon-items ul .item,
.interior .features .icon-items ul .item {
  list-style-type: none;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  background: #f0f2f3;
  border-top: 3px solid #5d5b58;
  padding: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  min-height: 300px;
}
.product .features .icon-items ul .item a.view,
.interior .features .icon-items ul .item a.view {
  margin-bottom: 10px;
  text-decoration: none;
  font-size: .85em;
  background: #85827e;
  padding: .5em 1.5em;
  color: #ffffff;
  text-align: center;
  display: block;
}
.product .features .icon-items ul .item a.view:hover,
.interior .features .icon-items ul .item a.view:hover {
  background: #edaf4f;
}
.product .features .icon-items ul .item h5,
.interior .features .icon-items ul .item h5 {
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.product .features .icon-items ul .item p,
.interior .features .icon-items ul .item p {
  orphans: 2;
}
.product .features .icon-items ul .item img,
.interior .features .icon-items ul .item img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.product .features ul:last-child,
.interior .features ul:last-child {
  margin-right: 0;
}
.allproducts .page-content {
  padding-top: 40px;
}
.allproducts .page-content .product {
  display: inline-block;
  width: 30%;
  margin: 0 2% 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eef0f1;
  padding: 0 30px 30px;
  text-align: center;
  border-top: 3px solid #5d5b58;
  min-height: 250px;
}
.allproducts .page-content .product .icon {
  width: 57px;
  height: 57px;
  display: block;
  margin: -30px auto 0;
}
.allproducts .page-content .product h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 5px;
  padding-top: 10px;
  color: #5d5b58;
}
.allproducts .page-content .product p {
  font-size: .9em;
  min-height: 85px;
}
.allproducts .page-content .product a {
  padding: 10px 40px;
  max-width: 120px;
  margin: 0 auto;
}
.allproducts.beta .page-content .product {
  width: 48%;
  margin-right: 2%;
  min-height: 200px;
}
form {
  max-width: 622px;
  margin: 0 auto;
}
form .form-field {
  margin-bottom: 15px;
}
form .form-field label {
  margin-bottom: 5px;
  display: block;
}
form .form-field input,
form .form-field textarea {
  background: #f0f2f3;
  border: 2px solid #e4e6e7;
  padding: 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
form .form-field input:focus,
form .form-field textarea:focus {
  border: 2px solid #edaf4f;
  outline: none;
}
form .form-field textarea {
  min-height: 150px;
}
form .form-field.half {
  width: 48%;
}
form .form-field.left {
  float: left;
  margin-right: 2%;
}
form .form-field.right {
  float: right;
}
form .button {
  display: block;
  width: 100%;
  clear: both;
}
form .button input {
  font-size: .85em;
  background: #cf5a26;
  padding: 10px 40px;
  color: #ffffff;
  text-align: center;
  border: none;
  margin: 0 auto;
  display: block;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  width: 120px;
}
form .button input:hover {
  background: #edaf4f;
}
form .centerlink {
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #5d5b58;
  text-decoration: none;
  font-size: .8em;
}
form .centerlink:hover {
  color: #cf5a26;
}
form.unified .form-field {
  float: left;
  width: 78%;
}
form.unified div.button {
  float: right;
  width: 20%;
  margin-top: 25px;
  clear: none;
}
/* colors */
.mobileheader {
  display: none;
}
@media screen and (max-width: 4000px) {
  .product .features .icon-items ul,
  .interior .features .icon-items ul {
    width: 31%;
  }
  .header,
  .banner-wrapper,
  .products,
  .about,
  .productinfo,
  .section-interior,
  .page-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .product .features .icon-items ul.feature.two-column {
    width: 48.5%!important;
    /* EM Station only has 2 feature list columns */
  }
}
@media screen and (max-width: 1400px) {
  .privacy .top-wrapper .productinfo p {
    max-width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .top-wrapper {
    background-size: cover;
  }
  .top-wrapper .banner-wrapper {
    max-width: 700px;
  }
  .top-wrapper .banner-wrapper .banner {
    max-width: 600px;
  }
  .top-wrapper .banner-wrapper .banner ul li {
    min-height: 290px;
  }
  .top-wrapper .banner-wrapper .banner ul li img {
    padding: 60px 0 0 5px;
  }
  .top-wrapper .banner-wrapper .banner ul li div.productinfo {
    padding-bottom: 20px;
    width: 68%;
  }
  ul.icon-items li {
    min-height: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .top-wrapper .top {
    background: url(../images/mobile-pattern.png) no-repeat top right;
  }
  .top-wrapper .top .pattern-higher {
    display: none;
  }
  .top-wrapper .top .header .header-right a.products {
    right: 260px;
  }
  .privacy .top-wrapper .productinfo p {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top-wrapper .top .header .header-right a.products {
    right: 20px;
    background: #5d5b58;
  }
  .footer ul.pages,
  .footer ul.footerlinks {
    float: left;
    padding-left: 125px;
    position: relative;
    left: 0;
    bottom: 0;
    padding-bottom: 5px;
  }
  .main-wrapper {
    margin-bottom: -70px;
  }
  .footer,
  .main-wrapper:after {
    height: 70px;
  }
}
@media screen and (max-width: 830px) {
  ul.icon-items li {
    min-height: 170px;
  }
}
@media screen and (max-width: 850px) {
  ul.icon-items li {
    min-height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .top-wrapper .header ul {
    clear: left;
    padding-left: 0;
  }
  .top-wrapper .banner-wrapper {
    max-width: 580px;
  }
  .top-wrapper .banner-wrapper .banner {
    max-width: 500px;
  }
  .top-wrapper .banner-wrapper .banner ul li img {
    display: none;
  }
  .top-wrapper .banner-wrapper .banner ul li div.productinfo {
    width: 95%;
  }
  .products div.owl-pagination {
    width: 90px;
  }
  form.unified {
    width: 95%;
    overflow: hidden;
  }
  form.unified .form-field {
    width: 72%;
  }
  form.unified div.button {
    float: left;
    width: 25%;
  }
  form.unified div.button input {
    padding: 10px 0;
  }
  .forgot form div.form-field {
    width: 72%;
  }
}
@media screen and (max-width: 690px) {
  .comingsoon .page-content.centered form .form-field,
  .forgot .page-content.centered form .form-field {
    width: 70%;
  }
  .comingsoon .page-content.centered form div.button,
  .forgot .page-content.centered form div.button {
    width: 25%;
  }
  .comingsoon .page-content.centered form div.button input,
  .forgot .page-content.centered form div.button input {
    padding: 10px 0;
  }
}
@media screen and (max-width: 630px) {
  ul.icon-items li {
    width: 45%;
    min-height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .top-wrapper .banner-wrapper {
    max-width: 520px;
  }
  .top-wrapper .banner-wrapper .banner {
    max-width: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .innovation-station .col-sm-12:nth-child(1) h4 {
    padding-right: 0;
  }
  .innovation-station .col-sm-12:nth-child(3) h4 {
    padding-left: 0;
  }
  .innovation-station .feature {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
  }
  .innovation-station img {
    max-width: 260px;
  }
}
@media screen and (max-width: 530px) {
  .mobileheader {
    display: block;
    background: #d6d6d6;
    padding: 10px 20px;
  }
  .mobileheader a.mobile-products {
    float: right;
    text-decoration: none;
    color: #5d5b58;
    font-size: 1.1em;
  }
  .top-wrapper .header ul,
  .top-wrapper .header .header-right {
    display: none;
  }
  .top-wrapper .header a.logo {
    height: 45px;
    width: 58px;
    background: url(../images/mobile-logo.png) no-repeat top left;
  }
  .top-wrapper .banner-wrapper {
    max-width: 520px;
  }
  .top-wrapper .banner-wrapper a.prev,
  .top-wrapper .banner-wrapper a.next {
    display: none;
  }
  .top-wrapper .banner-wrapper .banner {
    padding: 30px 0;
  }
  .footer ul.footerlinks {
    width: 140px;
  }
  .footer ul.footerlinks li {
    border-left: 0;
    float: none;
  }
  .footer ul.pages {
    width: 120px;
    float: left;
    padding-right: 0;
  }
  .company.interior .top-wrapper .productinfo .column1,
  .company.interior .top-wrapper .productinfo .column2 {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .company.interior .top-wrapper .productinfo .column1 p {
    width: 100%;
    max-width: 100%;
  }
  .main-wrapper {
    margin-bottom: -100px;
  }
  .footer,
  .main-wrapper:after {
    height: 100px;
  }
  table.pricing th {
    display: none;
  }
  table.pricing td {
    display: block;
    border: none;
    padding: 5px;
  }
  table.pricing td a.button {
    margin-bottom: 15px;
  }
  table.pricing tr {
    border: 1px solid #dbdbdb;
  }
  table.pricing .popular .first {
    width: 100%;
  }
  table.pricing .popular .first span {
    background: #ffffff;
    width: 100%;
    height: auto;
    color: #cf5a26;
    text-indent: 0;
    padding: 10px 0;
  }
}
@media screen and (max-width: 460px) {
  .footer > ul.footerlinks {
    padding-top: 60px;
    overflow-x: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding-left: 50px;
  }
  img.pattern-lower {
    width: 30px;
  }
  .main {
    padding-bottom: 0;
  }
  .footer > ul.footerlinks {
    padding-left: 5px;
  }
  .footer > ul.pages {
    width: 291px;
    padding-left: 25px;
  }
  .about-wrapper .about {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .productinfo h1 {
    font-size: 1.5em;
  }
  .products div.owl-pagination {
    width: 170px;
  }
  .about-wrapper .about .col1,
  .about-wrapper .about .col2 {
    float: none;
    width: 100%;
  }
  .top-wrapper .top {
    background-position: 125% top;
  }
  .main-wrapper {
    margin-bottom: -150px;
  }
  .footer,
  .main-wrapper:after {
    height: 172px;
  }
  .main {
    margin-bottom: -172px;
  }
  .comingsoon .productinfo {
    padding: 110px 20px 10px;
  }
}
@media screen and (max-width: 450px) {
  /* Home page padding */
  .tagline {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  /* end home page padding */
  ul.icon-items li {
    width: 100%;
    padding-right: 0;
    min-height: 70px;
  }
  .thanks {
    min-height: 270px;
    text-align: center;
    padding: 80px 20px 0;
  }
  .thanks h1 {
    font-size: 3em;
  }
  form .form-field.half,
  form .form-field.half.left,
  form .form-field.half.right {
    display: block;
    float: none;
    width: 100%;
  }
  .top-wrapper .banner-wrapper .banner ul li {
    min-height: 330px;
  }
  .products div.owl-item div.product {
    float: none;
    margin: 0 auto;
  }
  .comingsoon .productinfo .logo {
    margin: 10px 0 25px;
  }
  .comingsoon .comingsoon .page-content.centered form .form-field .form-field {
    width: 100%;
  }
  .comingsoon .button {
    float: none;
    margin: 0 auto;
  }
  .top-wrapper .productinfo .thanks {
    min-height: 130px;
  }
  .top-wrapper .productinfo .thanks h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 950px) {
  .product .pricing ul li .pricing-bottom {
    min-height: 170px;
  }
}
@media screen and (max-width: 830px) {
  .product .top-wrapper {
    background-size: 150%;
    background-position: top center;
  }
  .product .top-wrapper .productinfo .column1 .pricing ul li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom {
    min-height: 20px;
  }
  .product .top-wrapper .productinfo .column1 .pricing ul li .pricing-bottom span.users {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .product .features .icon-items ul {
    width: 31%;
    margin-right: 2%;
  }
  .product .features .icon-items ul:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 530px) {
  .product .top-wrapper .productinfo {
    clear: both;
  }
  .product .top-wrapper .productinfo .column1,
  .product .top-wrapper .productinfo .column2 {
    width: 100%;
    float: none;
  }
  .product .top-wrapper .productinfo .column2 .screenshots {
    margin: 0 auto;
  }
}
@media screen and (max-width: 470px) {
  .product .features .icon-items ul {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 830px) {
  .product .allproducts .page-content .product {
    width: 48%;
    margin-right: 2%;
    min-height: 200px;
  }
}
@media screen and (max-width: 630px) {
  .product .allproducts .page-content .product {
    width: 98%;
    margin-right: 0;
    min-height: 300;
  }
}
@media screen and (max-width: 700px) {
  .allproducts .page-content .product {
    width: 48%;
    margin-right: 2%;
  }
  .allproducts .page-content .product:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .allproducts .page-content {
    padding: 40px 0;
  }
  .allproducts .page-content .product {
    width: 90%;
    margin: 0 auto 40px;
    float: none;
  }
  .allproducts .page-content .product:last-child {
    margin-right: auto;
  }
}
.panel {
  padding: 2rem;
  margin: 1rem;
  box-shadow: 5px 5px 20px #888;
}
.panel.white {
  background-color: white;
}
.owl-carousel .owl-wrapper-outer {
  padding-top: 30px;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: none;
  background: none;
}
.errorMessage {
  border: 1px solid #D8D8D8;
  padding: 5px;
  border-radius: 5px;
  color: #cf5a26;
  text-align: center;
}
#forgotPasswordForm #errorMsg {
  border: 1px solid #D8D8D8;
  padding: 5px;
  border-radius: 5px;
  color: #cf5a26;
  text-align: center;
}
.form-field.h0n3yp0t {
  display: none!important;
}
