@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}

.jsonview {
    font-family: monospace;
    font-size: 1.1em;
    white-space: pre-wrap;
}
.jsonview .prop {
    font-weight: bold;
}
.jsonview .null {
    color: red;
}
.jsonview .bool {
    color: blue;
}
.jsonview .num {
    color: blue;
}
.jsonview .string {
    color: green;
    white-space: pre-wrap;
}
  .jsonview .string.multiline {
      display: inline-block;
      vertical-align: text-top;
  }
.jsonview .collapser {
    position: absolute;
    left: -1em;
    cursor: pointer;
}
.jsonview .collapsible {
    transition: height 1.2s;
    transition: width 1.2s;
}
.jsonview .collapsible.collapsed {
    height: .8em;
    width: 1em;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
.jsonview .collapsible.collapsed:before {
    content: "…";
    width: 1em;
    margin-left: .2em;
}
.jsonview .collapser.collapsed {
    transform: rotate(0deg);
}
.jsonview .q {
    display: inline-block;
    width: 0px;
    color: transparent;
}
.jsonview li {
    position: relative;
}
.jsonview ul {
    list-style: none;
    margin: 0 0 0 2em;
    padding: 0;
}
.jsonview h1 {
    font-size: 1.2em;
}

.w1 {
    font-weight: 100 !important;
}
.w2 {
    font-weight: 200 !important;
}
.w3 {
    font-weight: 300 !important;
}
.w4 {
    font-weight: 400 !important;
}
.w5 {
    font-weight: 500 !important;
}
.w6 {
    font-weight: 600 !important;
}
.w7 {
    font-weight: 700 !important;
}
.margin-top-lg {
    margin-top: 10vh;
}
.margin-top-md {
    margin-top: 5vh;
}
.margin-top-sm {
    margin-top: 2vh;
}
.padding-top-lg {
    padding-top: 10vh;
}
.padding-top-md {
    /* padding-top: 5vh; */
}
.padding-top-sm {
    padding-top: 2vh;
}
a {
    text-decoration: none !important;
    outline: 0;
    color: #08c;
    cursor: pointer;
}
a:hover {
    color: #08c;
}
a:focus {
    outline: none;
}
::-moz-focus-inner {
    border:0;
}
html, body {
    min-height: 100vh;
    position: relative;
}
body[page='landingPage'] {
    background: linear-gradient(to bottom, #fff, #e0e0e0) no-repeat scroll 0% 0% transparent;
}
body {
    min-width: 768px;
    font-weight: 400;
    font-size: 10px;
    font-family: 'Source Sans Pro','Myriad','Myriad Pro','Helvetica Neue','Helvetica','sans-serif';
    font-feature-settings: "liga", "kern";
    font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    position: relative;
    padding-top: 0;
}
pre {
    background: none;
    border: none;
}
label.inline {
    float:left;
    display: inline-block;
}
button, .btn {
    color: #777;
    box-shadow: none !important;
    border-radius: 0px !important;
}
section {
    display: none;
    /* padding-top: 60px; */
}
section.active {
    display: block;
}

code[class*=language-],pre[class*=language-] {
    color:#f8f8f2;
    font-family:'Consolas','Monaco','Andale Mono',monospace;
    direction:ltr;
    text-align:left;
    white-space:pre;
    word-spacing:normal;
    word-break:normal;
    line-height:1.5;
    -moz-tab-size:4;
    -o-tab-size:4;
    tab-size:4;
    -webkit-hyphens:none;
    -moz-hyphens:none;
    -ms-hyphens:none;
    hyphens:none
}
pre[class*=language-]{
    padding:1em;
        margin:.5em 0;overflow:auto;border-radius:.3em
}

:not(pre)>code[class*=language-],pre[class*=language-]{
    background-color:#272822 !important;
}
:not(pre)>code[class*=language-]{
    padding:.1em;border-radius:.3em
}
.token.cdata,.token.comment,.token.doctype,.token.prolog{
    color:#708090
}
.token.punctuation{
    color:#f8f8f2
}
.namespace{
    opacity:.7
}
.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{
    color:#f92672
}
.token.boolean,.token.number{
    color:#ae81ff
}
.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{
    color:#a6e22e
}
.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{
    color:#f8f8f2
}
.token.atrule,.token.attr-value,.token.function{
    color:#e6db74
}
.token.keyword{
    color:#66d9ef
}
.token.important,.token.regex{
    color:#fd971f
}
.token.bold,.token.important{
    font-weight:700
}
.token.italic{
    font-style:italic
}
.token.entity{
    cursor:help
}
.line-numbers-rows {
    left: -25px !important;
}
code.language-markup:before {
    display: none !important;
}

.cross-browser {
    padding: 0 15px 0 0;
    font-size: 30px;
    cursor: default;
}
.overflow-hidden {
    overflow: hidden;
}
.subNav {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.06);
    opacity: .97 !important;
}
.links {
    position: relative;
    max-width: 900px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
.clear-float:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
}
.links {
    position: relative;
    max-width: 900px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
.links ul {
    position: relative;
    display: block;
    float: left;
    margin-top: 3px;
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 0;
}
.links li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}
.links li a {
    font-size: 16px;
    font-weight: 500;
    color: #A4ABB0;
    transition: color .35s cubic-bezier(.25,.86,.325,1);
}
.btn:focus, .btn:active:focus {
    outline: none;
}
.hide {
    display: none;
}
.copy.center {
    color: #4B595E;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
h1.copy.center {
    color: #4b595e;
}
.copy.center p {
    margin-top: 20px;
    font-size: 24px;
    color: #A4ABB0;
}
.iphone-shape {
    width: 280px;
    height: 584px;
    background: #fff;
    border-radius: 38px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.05),0 3px 6px 0 rgba(0,0,0,.15),0 12px 12px 0 rgba(0,0,0,.07),inset 0 -1px 3px 0 rgba(0,0,0,.05);
}
.tablet-shape {
    max-width: 800px;
    min-width: 480px;
    height: 530px;
    margin: 30px auto 100px auto;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.05),0 3px 6px 0 rgba(0,0,0,.15),0 12px 12px 0 rgba(0,0,0,.07),inset 0 -1px 3px 0 rgba(0,0,0,.05);
}
.tablet-shape-screen {
    width: 82%;
    left: 9%;
    border-radius: 3px;
    position: relative;
    top: 12%;
}
.laptop-shape {
    position: relative;
    left: 50%;
    width: 921px;
    height: 512px;
    margin-left: -460px;
    background: transparent url('/img/laptop-shape.png') no-repeat center center;
}


.long-horizontal-line {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 90px 20px;
    overflow: hidden;
}

.columnContainer {
    display: flex;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
}
.more-features-box {
    background-color: #fff;
    margin-top: 10vh;
    border-top: 1px solid rgba(49, 78, 95, 0.06);
    border-bottom: 1px solid rgba(49, 78, 95, 0.06);
}
.gray-box {
    background: transparent linear-gradient(180deg, #FFF, #FBFCFB) repeat scroll 0% 0%;
}
.more-features-box .container {
    margin-bottom: 5vh;
}
.line {
    border-bottom: 1px solid rgba(49, 78, 95, 0.06);
}

.more-features-box .container h2 {
    margin-bottom: 0.3em;
    padding-bottom: 0px;
    font-size:3em;
    font-weight:200;
    color: #292E31;
}
.more-features-box .container p {
    color:#6F7C82;
    font-size:20px
;
    padding: 0 0 20px 0;
}
.icon-more-features {
    font-size:5em;
    color:#08c;
}
.more-features-box h3 {
    font-size: 16px;
    color: #292E31;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 2px;
}
.more-features-box .col-sm-3 p {
    color: #6F7C82;
    font-size: 16px;
    line-height: 1.5;
    padding: 0px;
    margin: 0px 0px 20px;
}
footer {
    background-color: #F7F9FA;
    position: relative;
    padding: 90px 20px;
}
footer .container {
    position: relative;
    display: flex;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
}

footer .aside {
    display: table;
    overflow: hidden;
    border: 1px solid #E7E9EA;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 25px 0 35px 0;
    width: 100%;
    padding: 0;
}
footer .aside p {
    color: #292E31;
    font-size: 2em;
    padding: 20px 20px 20px 30px;
    margin: 0px;
}
footer .aside p:first-child {
    background-color: #FFF;
    color:#292E31;
    font-size:2em;
    padding: 20px 20px 20px 30px;
    margin:0;
}
footer .aside p {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}
footer .aside p span {
    color:#6F7C82;
}
footer .aside p + p {
    text-align: center;
     width: 400px;
    border-left: 1px solid #E7E9EA;
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}
footer .aside .btn-info {
    color:#fff;
    margin-right:20px;
    font-weight:600;
    background-color:#08C;
    border-color:#08c;
}
footer .aside .btn-default {
    background-color:transparent;
}
nav.subNav a.selected {
    color: #009CFF;
}
nav.subNav .keyline {
    position: absolute;
    bottom: -1px;
    width: 1px;
    height: 1px;
    background-color: #009CFF;
    transition: transform 0.35s cubic-bezier(0.25, 0.86, 0.325, 1) 0s, opacity 0.35s cubic-bezier(0.25, 0.86, 0.325, 1) 0s;
    transform-origin: 0px 0px 0px;
}

#landingPage {
    margin-bottom: 55px;
}


.browser-window {
    text-align: left;
    width: 100%;
    height: 400px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}
.browser-window .top-bar {
    height: 4em;
    border-radius: 4px 4px 0 0;
    border-top: thin solid #eaeae9;
    border-bottom: thin solid #dfdfde;
    background: #ebebeb;
}
.browser-window .console {
    height: 2em;
    background: #fff;
    bottom: 2em;
    position: absolute;
}
.browser-window .console pre {
    word-wrap: break-word;
    max-width: inherit;
}
.browser-window .console pre:before {
    content: '>>  ';
    letter-spacing: -2px;
    color: #00f;
}
.browser-window pre.language-javascript span.o:before {
    content: '<<  ';
    letter-spacing: -2px;
    color: #aaa;
}
.browser-window pre.language-javascript span.o {
    color: #c5211d;
}
.browser-window pre.language-javascript span.i {
    color: #222;
}
.browser-window pre.language-javascript span.i:before {
    content: '>>  ';
    letter-spacing: -2px;
    color: #aaa;
}
.browser-window .circles {
    margin: 1em 1em;
    position: relative;
}
.browser-window .window-content {
    min-height: 19vh;
}
.browser-window .circle {
    margin: 0.5em;
    height: 1em;
    width: 1em;
    display: inline-block;
    border-radius: 50%;
    background-color: #f5b01d;
}
.browser-window .circle:nth-of-type(2) {
    background-color: #ff6f55;
}
.browser-window .circle:nth-of-type(3) {
    background-color: #51b151;
}
.browser-window .window-name {
    position: absolute;
    top: 20%;
    left: 44%;
}
.browser-window pre {
    margin: 7px;
    padding: 0;
    overflow: hidden !important;
    background-color: #fff !important;
}

#signin {
    background-color: transparent;
}
#insights {
    position: relative;
    padding: 80px 0 80px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.hero {
    background: transparent url("/img/iphone-isometric.png") no-repeat right top / contain;
    bottom: auto;
    height: 450px;
    position:absolute;
    top: 55px;
    width: 100%;
    right: 1%;
}
.vertical-list {
    position: relative;
    left: 0px;
    top: 3.5em;
    bottom: 0px;
    margin: 0 0 0 -7px;
    padding: 0 0 100px 0;
    font-size: 2em;
}
.vertical-list li {
    font-weight: 200;
    list-style-type: none;
    padding-left: 10px;
    line-height: 34px;
    height: 34px;
    box-sizing: border-box;
    width: 150px;
    cursor: default;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
}
.vertical-list li.selected {
    background: none repeat scroll 0% 0% #ccc;
}
.vertical-list li.selected > div {
    display: block;
    position: absolute;
    width: 19px;
    height: 34px;
    right: -19px;
    top: 0px;
    overflow: hidden;
}
.vertical-list li.selected > div > div {
    display: block;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    background: none repeat scroll 0% 0% #ccc;
    border-radius: 4px 3px;
    position: absolute;
    top: 4px;
    left: -13px;
}
.bradFeld dt, .bradFeld dd {
    text-align: left;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.contactFormOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: flex;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background-color 0.25s ease-out 0s;
    align-items: center;
    justify-content: center;
}
.contactFormOverlay.visible {
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.35);
}
.contactFormOverlay.visible form {
    transform: none;
    opacity: 1;
}
.contactFormOverlay form {
    position: absolute;
    display: block;
    width: 290px;
    max-height: 90vh;
    min-height: 290px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    overflow: auto;
    background-color: #FFF;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0.75, 0.75) translateY(80px);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.07) inset, 0px 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 7px 7px rgba(0, 0, 0, 0.25), 0px 14px 14px rgba(0, 0, 0, 0.15);
    transition: opacity 0.25s cubic-bezier(0.25, 0.86, 0.325, 1) 0s, transform 0.25s cubic-bezier(0.25, 0.86, 0.325, 1) 0s;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -145px;
}
.contactFormOverlay form .formFields {
    transition: opacity 0.2s cubic-bezier(0.25, 0.86, 0.325, 1) 0s, transform 0.2s cubic-bezier(0.25, 0.86, 0.325, 1) 0s;
}
.contactFormOverlay form .title {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #4B595E;
    text-align: center;
}
.contactFormOverlay form .caption {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.4em;
    color: #A4ABB0;
    text-align: center;
}
.contactFormOverlay form .fieldGroup input, .contactFormOverlay form .fieldGroup textarea {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #4B595E;
    background-color: transparent;
    border-style: none;
    outline: 0px none;
    box-shadow: none;
}
.contactFormOverlay form .fieldGroup input {
    height: 28px;
}
.contactFormOverlay form .fieldGroup input.halfWidth {
    float: left;
    width: 50%;
}
.contactFormOverlay form .fieldGroup input:not(:first-child), .contactFormOverlay form .fieldGroup textarea:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.contactFormOverlay form .fieldGroup {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #D2D2D2 #DCDCDC #E2E2E2;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04) inset;
}
.contactFormOverlay form .fieldGroup::after {
    display: block;
    height: 0px;
    clear: both;
    content: "";
}
.contactFormOverlay form .fieldGroup:not(:first-child) {
    margin-top: 10px;
}
.contactFormOverlay form .fieldGroup textarea {
    min-height: 84px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: vertical;
}
.contactFormOverlay form .fieldGroup input, .contactFormOverlay form .fieldGroup textarea {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #4B595E;
    background-color: transparent;
    border-style: none;
    outline: 0px none;
    box-shadow: none;
}
.contactFormOverlay form .desktopButton.submit {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    background-color: #08c;
    border-style: none;
    border-radius: 2px;
    outline: 0px none;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.08) inset, 0px 1px 0px rgba(0, 0, 0, 0.1);
    transition: color 0.25s ease-in-out 0s, text-shadow 0.25s ease-in-out 0s;
}
.contactFormOverlay form .desktopButton.submit, .mobileMenuOverlay .mobileMenu .list {
    -moz-user-select: none;
}

#signUpForm .error {
    background-color: #ffdbdb;
}

#signUpForm button.close {
    position: absolute;
    right: 15px;
    top: 10px;
}

body[page='landingPage'] footer {
    display: none;
}

body[page='ownerFeatures'] #nav a:hover {
    border-color: #fff;
}

p {
    position: relative;
}

p span.wrap {
    max-width: 320px;
    display: block;
}
nav.sticky {
    position: fixed;
}

nav .menu {
    list-style: none;
    width: 100%;
}

nav .menu li {
    margin: 20px 15px 0px 0px;
    display: inline-block;
}

.subNav .menu li {
    margin: 20px 20px -20px 0px;
}

nav .menu a,
nav .menu span {
    font-size: 18px;
    cursor: pointer;
    color: #bbb;
    border:none;
    opacity: 0.75;
    transition: opacity 0.25s linear;
}

nav .menu a:hover,
nav .menu span:hover {
    opacity: 1;
    transition: opacity 0.15s linear;
}

nav .icon-bar {
    background-color: #ccc;
}

nav.subNav a:hover {
    color: #009CFF;
    transition: color .75s cubic-bezier(.50,.75,.75,1);
}

#nav {
    /* padding: 10px; */
    margin-bottom: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#nav a,
#nav span {
    color:#777;
    padding-bottom: 2px;
}

#nav a#augur-logo {
    font:400 48px Philosopher;
    margin: 0 40px 0 10px;
    border: none;
    transition: none;
}

body[page='deviceFeatures'] #nav a,
body[page='deviceFeatures'] #nav span {
    color: #ccc;
}

body[page='deviceFeatures'] #nav {
}

body[page='deviceFeatures'] #nav .augur-logo a {
    color: #fff;
}

body[page='ownerFeatures'] #nav {
}

body[page='ownerFeatures'] #nav a,
body[page='ownerFeatures'] #nav span {
    color: #fff;
}

#nav-menu {
    overflow:hidden;
}

#requestDemoButtonNav {
    display: block;
    float: right;
    margin: 0;
}

#requestDemoButtonNav button {
    border-radius: 2px;
    background-color: #08C;
    color: #FFF;
    font-size: 1.40em;
    font-weight: 700;
    padding: 10px;
}
.subNav-static {
    position: static !important;
}
aside.annotations {
    position: relative;
}

aside.annotations a {
    display: block;
    position: relative;
}

aside.annotations h2 {
    margin-bottom: 10px;
    color: #4b595e;
    font-size: 24px;
    margin-top: 0;
}
aside.annotations p {
    color: #A4ABB0;
    font-size: 16px;
    line-height: 22.5px;
}

aside.annotations.horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    padding-top: 35px;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 -1px 0 rgba(0,0,0,.06);
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

aside.annotations.vertical {
    max-width: 500px;
    padding-left: 45px;
    padding-right: 0;
    text-align: left;
    box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.06);
    margin-left: 10px;
}

aside.annotations .keyline {
    position: absolute;
    /* width: 1px; */
    height: 1px;
    background-color: #009cff;
    transition:
        -webkit-transform .35s cubic-bezier(.25,.86,.325,1),
        opacity .35s cubic-bezier(.25,.86,.325,1);
    transition:
        transform .35s cubic-bezier(.25,.86,.325,1),
        opacity .35s cubic-bezier(.25,.86,.325,1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

aside.annotations.vertical .keyline {
    left: -1px;
    width: 1px;
    height: 25%;
}

aside.annotations.horizontal .keyline {
    top: -1px;
    width: 0;
    transition: .53.s ease;
}

aside.annotations.vertical:first-child {
    /* margin-right: 20px; */
}
aside.annotations.vertical a:not(:last-child) {
    margin-bottom: 50px;
}
aside.annotations.horizontal a:not(:last-child) {
    margin-right: 60px;
}
aside.annotations.horizontal .icon {
    top: -56px;
    left: -16px;
}

aside.annotations .icon {
    background-color: #fff;
    box-shadow: 0 0 2px #ddd;
    border-radius: 50%;
    border: 1px solid transparent;
    /* color: #009cff; */
    color: #ccc;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    position: relative;
    width: 40px;
    overflow: hidden;
    transition:
        background-color 0.25s,
        color 0s linear .15s,
        border-color 0.25s linear 0.05s;
}

aside.annotations .icon:hover {
    border-color: #009CFF;
    transition: border-color 0.25s linear 0.05s;
}

aside.annotations .icon:before {
    color: #dfdfdf;
    position: absolute;
    transition:
        border-color,
        color 0s ease-in-out;
    overflow: hidden;
}

aside.annotations a.selected .icon {
    background-color: #009CFF;
    transition-delay: 0.25s;
    overflow: hidden;
    transition:
        background-color 0.9s,
        color 0s linear .35s;
}

aside.annotations a.selected .icon:before {
    color: #fff;
    transition:
        background-color 0.5s,
        color 0.25s linear .25s;
}

.laptop-shape,
.iphone-shape {
    position: relative;
    text-align: left;
    display: inline-block;
}

.laptop-screen {
    position: absolute;
    top: 42px;
    left: 50%;
    width: 651px;
    height: 407px;
    margin-left: -325px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06) inset;
}
.laptop-apps {
    /* width: 65%; */
    height: calc( 100% * 3 );
    border-radius: 5px;
    transform: translateX(0);
    transition: transform .35s cubic-bezier(.50,.75,.75,1);
}
.laptop-apps img {
    position: absolute;
    width: 651px;
    height: 408px;
    transition: transform 1s cubic-bezier(0.25, 0.86, 0.325, 1);
}
.laptop-screen:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    content: "";
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}
.iphone-shape {
    float: right;
    padding: 0;
}

.iphone-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 248px;
    height: 441px;
    margin-top: -221px;
    margin-left: -124px;
    overflow: hidden;
    border-radius: 3px;
}
.iphone-apps {
    width: calc( 100% * 3 );
    height: 100%;
    background-size: 100%;
    border-radius: 2px;
    transform: translateX(0);
    transition: transform .35s cubic-bezier(.25,.86,.325,1);
}
.iphone-screen:after {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    content: "";
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06) inset;
}
.iphone-apps img {
    width: 250px;
}

.pwrap {
    color:#6F7C82;
    font-size:18px;
    line-height:1.5em;
    max-width: 630px;
    margin: 0 auto;
}

.center-block {
    float: none;
    margin: 0 auto;
    display: block;
}

/* Landing Page
/*============================================*/
#landingPage .tileset {
    padding-top: 1%;
}
#landingPage .tile {
    border-top: 2px solid #ccc;
    display: inline-block;
    width: 100%;
/*  box-shadow: 0 0 5px #aaa;
    background-color: #fefefe;
    margin: 5px 0 30px; */
    transition: border .25s cubic-bezier(.50,.75,.75,1);
}

#landingPage .tile:hover {
    border-color: #009cff;
    transition: border .75s cubic-bezier(.50,.75,.75,1);
}

#landingPage h1.w2 {
    color:#000;
    font-size: 6em;
    line-height: 1.25;
    margin-top: 5%;
}

#landingPage h2.w2 {
    color:#08c;
    font-size:24px;
    max-width: 465px;
    margin: 0 auto;
}
#landingPage .tiles h2:first-of-type {
    font-size: 24px;
    line-height: 1.5;
    color: #555;
    margin-top: 2.5vh;
}
#landingPage .tiles h3 {
    color: #08c;
}
#landingPage .tiles .w2 {
    font-size:32px;
    line-height: 1.5;
}
#landingPage .tiles .w4 {
    font-size:24px;
    color:#333;
}
#landingPage .tiles .img-responsive {
    margin: 0 auto;
}

#langingPage .tile img {
    width: 90%;
    padding: 15% 0;
}
/* Device Features
/*============================================*/
#featuresUvp {
    background-color: #2c3e50;
}
#featuresUvp .row {
    padding: 75px 20px 90px 20px;
}

#featuresOverview {
    background-color: #fff;
}
#deviceFeatures {
    overflow: hidden;
}

#deviceFeatures .w6 {
    color:#fff;
    font-size:45px;
    margin: 10% 0 1% 0;
}

#deviceFeatures .w5 {
    color:#bbb;
    font-size:20px;
    max-width: 400px;
    margin-bottom: 15%;
}

#deviceFeatures .uvp-msg {
    margin-top: 10%;
}

#deviceFeatures .uvp .devices {
    position:relative;
    height:386px;
    width:450px;
}

#deviceFeatures .desktop {
    background-image:url('/img/desktop-shape.png');
    bottom:0;
    height:386px;
    left:125px;
    position:absolute;
    width:705px;
}

#deviceFeatures .desktop .screen {
    background-color: #000;
    background-image: url('/img/desktop-screen.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #2c3e50;
    border-radius: 3px;
    box-sizing: content-box;
    height: 315px;
    left: 50%;
    margin-top: -162px;
    margin-left: -252px;
    position: absolute;top: 50%;
    width: 503px;
}

#deviceFeatures .android {
    background-image:url('/img/android-shape.png');
    bottom:0;
    height:322px;
    left:0;
    position:absolute;
    width:166px;
}

#deviceFeatures .android .screen {
    background-image: url('/img/android-screen.png');
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: content-box;
    height: 249px;
    left: 50%;
    margin-top: -129px;
    margin-left: -71px;
    position: absolute;
    top: 50%;
    width: 140px;
}

#deviceFeatures .ios {
    position:absolute;
    bottom:0;
    left:125px;
    width:152px;
    height:304px;
    background-image:url('/img/ios-shape.png');
}

#deviceFeatures .ios .screen {
    background-color: #000;
    background-image: url('/img/iphone-screen.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #2c3e50;
    border-radius:3px;
    box-sizing: content-box;
    height: 221px;
    left: 50%;
    margin-top: -114px;
    margin-left: -63px;
    position: absolute;
    top: 50%;
    width: 124px;
}

#get-started {
    color: #fff;
    width: 200px;
    margin: 20px auto;
    float: none;
    display: block;
    border-color: #269abc;
}

#signup {
    color:#fff;
    font-weight: 600;
    border-color:#08c;
}

#featuresMobile {
    max-width: 760px;
    overflow: visible;
}

#featuresMobile h1 {
    margin-top: 0;
}

#featuresMobile .row {
    margin-top: 50px;
}

#featuresMobile .annotations h2 {
    margin-top: 0px;
}

#featuresMobile .annotations .icon {
    top: 0;
    left: -65px;
}

#bubble-plug-and-play .icon:before {
    top: 6px;
    left: 8px;
    font-size: 0.95em;
}

#bubble-universal-id .icon:before {
    top: 5px;
    left: 6px;
}

#bubble-crossplatform .icon:before {
    top: 8px;
    left: 9px;
    color: #fff;
    font-size: 1.09em;
}
#bubble-cookieless .icon:before {
    top: 5px;
    left: 7px;
    font-size: 0.85em;
}
#bubble-accuracy .icon:before {
    position: absolute;
    top: 5px;
    left: 6px;
    font-size: 0.9em;
}
#bubble-toolkit .icon:before {
    position: absolute;
    font-size: 0.60em;
    font-weight: bold;
    top: 10px;
    left: 7px;
}

/* Owner Features
/*============================================*/

#ownerUVP {
    color:#fff;
    /* height: calc( 100vh - 10px); */
    padding: 50vh 0 80px;
    overflow: hidden;
    position: relative;
    background-color: #34A4AC;
    top: 0;
}

#ownerUVP p.w2 {
    font-size:42px;
    max-width:690px;
}

.inner {
    height:100%;
    position: relative;
    margin: 0px auto;
    padding: 0px 60px;
    max-width: 1290px;
    padding: 0px 60px;
    position: relative;
    margin: 0px auto;
    padding: 0px 30px;
    max-width: 1290px;
    transition: padding 0.5s linear;
}

#owner-ipad {
    background-color: #efefef;
    padding: 40px 75px;
    border-radius: 30px;
    border: 5px solid #dedede;
    position: relative;
    margin: 0 50px;
}
/* camera */
#owner-ipad:before {
    content: '\b7';
    font-size: 80px;
    position: absolute;
    top: 40%;
    left: 30px;
}

#userProfile {
    padding: 0;
}

#home-button {
    position: absolute;
    color: #aaa;
    top: 53%;
    margin: -45px 0;
    right: 10px;
    font-size: 30px;
    border-radius: 50%;
    border: 2px solid;
    padding: 10px;
    background-color: #dedede;
    text-indent: 1px;
}

#owner-ipad .panel {
    margin-bottom: 0;
    padding: 40px 0;
}

#userImage-wrap {
    padding-top: 20px;
}

.insights-profile {
    overflow:auto;
    font-size:18px;
    max-height:325px;
}
#contact .questions {
    width: 100%;
    color: #292E31;
    font-size: 2em;
    padding: 20px 20px 20px 30px;
    margin: 0px;
}
#contact .questions span {
    color:#6F7C82;
}
#logos {
    display: block;
    text-align: center;
}
#logos img {
    padding: 0px 10px;
}

p#call-to-actions {
    display: block;
}

.hide-toggle {
   display: none;
}

#questions {
    text-align: center;
    line-height: 1.5em;
 }

#social {
    margin-top: 20px;
    padding: 0;
    text-align: center;
    position: relative;
}

#social .icons {
    position: relative;
    width: 100%;
}

#social .icons:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dcdcdc;
    width: 25%;
    left: 10%;
    top: 20px;
}

#social .icons:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dcdcdc;
    width: 25%;
    right: 10%;
    top: 20px;
}

#social a {
    vertical-align:baseline;
    padding: 0 5px;
}

#augur-mail {
    font-size: 4em;
}

#augur-twitter {
    font-size: 3.5em;
}
#social .l-icon-bag-dollar {
    font-size: 3.5em;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hide-toggle {
    display: none;
}

#questions {
    text-align: center;
    line-height: 1.5em;
}

@media (max-width: 1199px) {
    #home-button {
        top: initial;
        bottom: 8px;
        right: 50%;
        margin: 0 -35px 0 0;
    }
    #owner-ipad {
        position: relative;
        padding: 75px 25px;
    }
    #owner-ipad:before {
        top: 0;
        left: 50%;
        margin-left: -2px;
    }
    #owner-ipad .panel {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #profileTopics {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    #userImage-wrap {
        padding: 0;
    }
    #userImage {
        margin: 0 auto;
        padding: 0;

        width: 60%;
        max-width: 300px;
    }
    #userProfile {
        border-top: 1px solid #ddd;
        padding: 10px 0;
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    #userImage {
        margin-bottom: 40px;
    }
    #contact {
        min-width: 800px;
    }
}

@media (max-width: 991px) {
    #contact .questions {
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    p#call-to-actions {
        margin-bottom: 20px;
    }
}

@media (max-width: 990px) {
    .hero {
        background: transparent url("/img/iphone-isometric.png") no-repeat center center / contain;
        bottom: auto;
        height: 360px;
        position: absolute;
        top: 55px;
        width: 95%;
        margin: 0 2.5%;
    }
    #ownerUVP p.w2 {
        max-width: initial;
    }
    #ownerUVP {
        text-align: center;
    }
    #ownerUVP .inner {
        padding-top: 25px;
    }
}

@media (min-width: 990px) {
    #contact .row {
        width: 100%;
    }
}

@media (max-width: 920px) {
    .laptop-shape, #requestDemoButtonNav {
        display:none;
    }

    #featuresBrowser .w2 {
        padding-bottom: 40px;
    }
    footer .hide-toggle {
        display: initial;
    }
}

@media (max-width: 767px) {
    body,html {
        min-width: 480px;
    }
    #landingPage .tiles .img-responsive {
        width: 60%;
        padding-top: 30px;
    }

    #landingPage .tile {
        border: none;
    }
    #nav-menu {
        margin-top: 10px;
    }

    nav .menu li {
        margin: 20px 10px 0px 0px;
    }

    #landingPage {
        height: initial;
    }

    #landingPage .tileset {
        padding-top: 50px;
    }

    #device-group-blank,
    #device-group,
    #avatar-transparent {
        padding: 10% 0;
    }


    #featuresMobile .col {
        float: none;
        margin: 0 auto;
    }

    #featuresMobile .iphone {
        text-align: center;
        margin-top: 50px;
    }

    #featuresMobile .iphone-shape {
        float: none;
    }
    footer .aside {
        display: block;
    }
    footer .aside p {
        display: block;
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 0px;
        border-bottom: 1px solid #E7E9EA;
    }
    footer .aside p span {
        display: block;
    }
    footer .aside p + p {
        border: none;
        display: block;
        margin: auto;
    }
    footer .hide-toggle {
        display: none;
    }
}

@media (max-width: 600px) {
    #featuresMobile .annotations.vertical {
        margin-left: 40px;
    }

    aside.annotations.horizontal {
        border: 0;
    }

    #deviceFeatures .w5 {
        margin-bottom: 15%;
    }

    #landingPage {
        height: auto;
    }
}