* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
tbody,
tfoot,
thead,
tr,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol,
ul {
    list-style: none
}

body {
    background-color: #fff;
    font-family: 'AvenirNextLTW01-Regular', Helvetica, Arial, sans-serif
}

h1,
h2,
h3 {
    text-rendering: optimizeLegibility
}
a,
a:link,
a:active,
a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.app-store-button {
background: url("/assets/images/app-store-badge.png") no-repeat;
color: transparent;
cursor: pointer;
display: block;
height: 40px;
overflow: hidden;
text-indent: -9999px;
width: 135px;
}

.app-store-button:hover {
background-position: right
}

.app-icon img {
    max-width: 150px;
    margin: 1em
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .app-store {
    background-image: url("/assets/images/app-store-badge@2x.png");
    -webkit-background-size: 270px 40px;
    -moz-background-size: 270px 40px;
    background-size: 270px 40px
}
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.features-banner-section {
    color: #66625b;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    width: 100%;
}

#grey.features-banner-section {
    background-color: #F5F7FA;
}

.features-banner-section .section-inner {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.features-banner-section .section-inner:before,
.features-banner-section .section-inner:after {
    content: "";
    display: table
}

.features-banner-section .section-inner:after {
    clear: both
}

.features-banner-section .feature-title .product-headline-container .product-headline {
    font-size: 1.5em;
    line-height: 1.4;
    text-align: center
}

@media screen and (min-width: 37.5em) {
    .features-banner-section .feature-title .product-headline-container .product-headline {
        font-size: 1.75em
    }
}

@media screen and (min-width: 56.25em) {
    .features-banner-section .feature-title .product-headline-container .product-headline {
        font-size: 2.25em
    }
}

@media screen and (min-width: 75em) {
    .features-banner-section .feature-title .product-headline-container .product-headline {
        font-size: 2.5em
    }
}

.features-banner-section .feature-row {
    padding-top: 5rem;
}
.features-banner-section .feature-row .feature {
    text-align: center;
}

.features-banner-section .feature-row .feature .feature-image {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.features-banner-section .feature-row .feature .feature-image img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 50px;
    padding: 2em 1em;
    max-width: 100%
}

.features-banner-section .feature-row .feature .feature-copy .feature-headline {
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: normal;
    line-height: 1.1875;
    margin: 0
}

@media screen and (min-width: 37.5em) {
    .features-banner-section .feature-row .feature .feature-copy .feature-headline {
        font-size: 1.375em
    }
}

@media screen and (min-width: 56.25em) {
    .features-banner-section .feature-row .feature .feature-copy .feature-headline {
        font-size: 1.625em
    }
}

.features-banner-section .feature-row .feature .feature-copy .feature-description {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding-top: .3125em
}

@media screen and (min-width: 37.5em) {
    .features-banner-section .feature-row .feature .feature-copy .feature-description {
        font-size: 1.125em
    }
}

.features-banner-section .feature-row .feature .plus {
    display: none
}

.features-banner-section .download-row {
    padding-top: 4em;
    text-align: center;
}

.features-banner-section .download-row .download-headline {
    font-size: 1.25em;
    line-height: 1.2;
}

@media screen and (min-width: 37.5em) {
    .features-banner-section .download-row .download-headline {
        font-size: 1.375em
    }
}

@media screen and (min-width: 56.25em) {
    .features-banner-section .download-row .download-headline {
        font-size: 1.625em
    }
}

@media screen and (min-width: 37.5em) {
    .features-banner-section .feature-row {
        display: block;
        font-size: 0;
        margin-left: -2.5%;
        margin-right: -2.5%;
        width: 105%;
    }
    .features-banner-section .feature-row .feature {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        padding: 1rem 0;
        text-align: left;
    }
    .features-banner-section .feature-row .feature .feature-image {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 20%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex
    }
    .features-banner-section .feature-row .feature .feature-copy {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 70%
    }
}

@media screen and (min-width: 56.25em) {
    .features-banner-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .features-banner-section .feature-row {
        display: block;
        font-size: 0;
        margin-left: -1.666666666666667%;
        margin-right: -1.666666666666667%;
        width: 103.33333333333333%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
    }
    .features-banner-section .feature-row .feature {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 30%;
        padding: 0;
        position: relative;
        text-align: center;
    }
    .features-banner-section .feature-row .feature .feature-image {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 96.66666666666667%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex
    }
    .features-banner-section .feature-row .feature .feature-copy {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 96.66666666666667%
    }
    .features-banner-section .feature-row .feature .plus {
        background: url("/assets/images/technophob/features/plus.png") no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        display: inline;
        height: 30px;
        overflow: visible;
        position: absolute;
        top: 15%;
        width: 30px
    }
}

@media screen and (min-width: 75em) {
    .features-banner-section .feature-title {
        display: block;
        font-size: 0;
        margin-left: -1.25%;
        margin-right: -1.25%;
        width: 102.5%;
    }
    .features-banner-section .feature-title .product-headline-container {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 72.5%;
        margin-left: 13.75%;
    }
    .features-banner-section .feature-row {
        display: block;
        font-size: 0;
        margin-left: -1.25%;
        margin-right: -1.25%;
        width: 102.5%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
    }
    .features-banner-section .feature-row .feature {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 22.5%;
    }
    .features-banner-section .feature-row .feature:first-child {
        margin-left: 13.75%;
    }
    .features-banner-section .feature-row .feature:last-child {
        margin-right: 13.75%
    }
}
.promo-video-container {
    margin: 0;
    width: 100%;
}

#every-image.promo-video-container {
    background: url("/assets/images/everyBanner.jpg") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

#noteToSelf-image.promo-video-container {
    background: url("/assets/images/noteToSelfBanner.jpg") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

#noun-image.promo-video-container {
    background: url("/assets/images/nounBanner.jpg") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.promo-video-container .flex-video {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden
}

@media screen and (min-width: 37.5em) {
    .promo-video-container {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 95%;
    }
}

@media screen and (min-width: 56.25em) {
    .promo-video-container {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 96.66666666666667%
    }
}

@media screen and (min-width: 75em) {
    .promo-video-container {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 72.5%;
        margin-left: 13.75%;
        margin-right: 13.75%
    }
}

.index-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 7%;
    background-color: transparent;
    min-height: 0;
    padding-top: 28px;
    position: relative;
    width: 100%;
}

.index-header .logo-wrapper {
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 40%
}

.index-header h1 {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    height: auto;
    margin-top: 0;
    width: auto;
}

@media screen and (min-width: 37.5em) {
    header.index-header .logo-wrapper {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 20%
    }
}

@media screen and (min-width: 56.25em) {
    header.index-header .logo-wrapper {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.666666666666667%;
        margin-right: 1.666666666666667%;
        width: 13.333333333333334%
    }
}

@media screen and (min-width: 75em) {
    header.index-header .logo-wrapper {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 10%
    }
}

.section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 50px;
    padding-top: 50px
}

.section-inner {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.section-inner:before,
.section-inner:after {
    content: "";
    display: table
}

.section-inner:after {
    clear: both
}
@media screen and (min-width: 37.5em) {
    .section {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 56.25em) {
    .section {
        padding-bottom: 100px;
        padding-top: 100px
    }
}
.hero-section {
    background-image: url("/assets/images/topBanner.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.hero-section .index-header {
    position: absolute
}

@media screen and (min-width: 37.5em) {
    .hero-section {
        position: relative;
        height: 700px;
        background-position: center;
        color: #fff;
        overflow: hidden;
    }
}

@media screen and (min-width: 56.25em) {
    .hero-section {
        height: 600px;
    }
}

@media screen and (min-width: 75em) {
    .hero-section {
        height: 80vh;
        max-height: 900px;
    }

}

@media screen and (min-width: 112.5em) {
    .hero-section {
        height: 95vh;
        max-height: 1200px
    }
}


