/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*.video-background {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("../images/bgvideo2.gif");
    background-size: cover;
}
*/

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

textarea, input, input.submit {
    font-family: helvetica neue, helvetica, arial;
    font-size: 0.8em;
    padding: 0.8em;
    border: 1px solid #ddd;
    background: #fff;
    outline: none;
}

input.submit {
    background: #222;
    color: #fff;
    min-width: 9em!important;
    cursor: pointer;
    border-radius: 3px;
}

li {
    list-style: none;
}


/* ===== Cleu App ==============================================
Author: James Stables - antistandard.com
========================================================================== */

body {

    font-family: helvetica neue, helvetica, arial;
    font-size: 100%;
    margin:0;
    padding:0;
    background: #eee;
}

.whitebg {
    background: #fff;
}

#container {
    width: 100%;
    /*    background: url('../images/bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc);
    background-position:center center;
    background-attachment:fixed;
    background-repeat: no-repeat;*/
    position: relative;
    z-index: 1;
    text-align: center;
    display: none;
}

video {
    position: fixed;
    background-position:center center;
    -moz-background-position:center center;
    left:0;
    bottom:0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
    -ms-behavior: url(/backgroundsize.min.htc);
    background-size: cover;
}

#bgvid {
    position: fixed;
    background-position:center center;
    -moz-background-position:center center;
    left:0;
    bottom:0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
    -ms-behavior: url(/backgroundsize.min.htc);
    background-size: cover;
}

#darken {
    width: 100%;
    background: rgba(255,255,255,0.5);
    background-size: cover;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
    -ms-behavior: url(/backgroundsize.min.htc);
    background-position:center center;
    background-attachment:fixed;
    /*    background-repeat: no-repeat;*/
    text-align: center;
    position: relative;
    z-index: 50;
}

#darken2 {
    width: 100%;
    background: #f7f7f7;
    background-size: cover;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
    -ms-behavior: url(/backgroundsize.min.htc);
    background-position:center center;
    background-attachment:fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    z-index: 50;
}



.nav ul {
    position: fixed;
    top: 25px;
    left: 8px;
    list-style-type: none;
    z-index: 9999;
    -webkit-transition: left 160ms ease-out;
    transition: left 160ms ease-out;
}

.nav.active ul {
    left: 240px;
}

.nav ul li {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-align: left;
    clear: both;
}

.nav ul li a {
    display: block;
    background: #888888;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 0px;
    text-decoration: none;
    line-height: 18px;
    float:left;
    margin-bottom: 20px;
}

.nav ul li a:hover, .nav ul li a.active {
    background: #00a3f6;
    outline: none;
    -moz-outline-style: none;

}


.tooltip {
    float:left;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: bold;
    font-size: 0.7em;
    margin: -7px 0 0 10px;
    padding: 10px 15px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
}

#one {
    height:36000px;
    position: relative;
    z-index: 100;
}

#two {
    min-height:1200px;
    position: relative;
    z-index: 100;
}

#normal-page {
    position: relative;
    z-index: 100;
    top: 0;
}

.logo {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 7;
}

.logo img {
    height: 100px;
    width: 100px;
}

.logo-small {
    text-align: center;
    position: fixed;
    top:30px;
    width: 100%;
    z-index: 7;
}

.logo-small2 {
    text-align: center;
    position: relative;
    top:30px;
    width: 100%;
    z-index: 7;
}

.logo-small2 img {
    height: 50px;
    width: 50px;
}

.motto1, .motto2 {
    color: #333;
    width: 100%;
    position: fixed;
    font-size: 3.2em;
    font-weight: 100;
    line-height: 1.1;
    letter-spacing: -1px;
}

.motto2 {
    margin-top: 2.2em;
    color: #666;
    font-size: 2.6em;
}

.motto3 {
    font-size: 1.4em;
    font-weight: 200;
    color: #398b15;
    letter-spacing: 0em;
    width: 100%;
    position: relative;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
}

.feedbacktitle {
    font-size: 1.4em;
    font-weight: 200;
    color: #398b15;
    margin-bottom: 40px;
    letter-spacing: 0em;
    width: 100%;
    position: relative;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
}

.motto4 {
    letter-spacing: 0.02em;
    font-weight: 100;
    font-size: 3em;
    color: #666;
    width: 100%;
    position: relative;
    /*    text-shadow:0px 1px 1px rgba(0,0,0,0.2);*/
}

.motto69 {
    letter-spacing: 0.03em;
    font-weight: 100;
    font-size: 2.5em;
    color: #f5f5f5;
    width: 100%;
    position: fixed;
    padding-top: 110px;
    text-shadow:0px 1px 1px rgba(0,0,0,0.2);
}

.appstore {
    position: fixed;
    height: 55px;
    width: 154px!important;
    left: 50%;
    margin: 0 0 0 -77px;
    z-index: 20;
}

.appstore a {
    height: 55px;
    width: 154px!important;
    display: block;
    text-decoration: none;
    background: url('../images/icon-appstore.png') no-repeat;

}

.appstore a:hover {
    text-decoration: none;
    height: 55px;
    width: 154px!important;
    display: block;
    background: url('../images/icon-appstore-hover.png') no-repeat;
}

.appstore a.appstore-button img {
    height: 55px;
    width: 154px!important;
}






/* WAKE UP */

.wakeup-text {
    font-weight: 100;
    font-size: 2.6em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #333;
    width: 30%;
    position: fixed;
    /*    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);*/
    z-index: 5;
}

.wakeup-text2 {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.9em;
    letter-spacing: 0em;
    text-align: left;
    color: #444;
    width: 30%;
    position: fixed;
    /*    text-shadow:0px 1px 1px rgba(0,0,0,0.2);*/
    z-index: 5;
}

.phone-center, .phone-center2, .phone-center3 {
    width: 300px;
    height: 630px;
    margin: 0 auto;
    text-align: center;
}

.iphone, .iphone2, .iphone3 {
    background-size: 300px 630px;
    background-position: center top;
    opacity: 1;
    position: fixed;
    text-align: center;
    margin: 0 auto;
    z-index: 15;
}


/* PLAN */

.plan-text, .health-text {
    font-weight: 100;
    font-size: 2.6em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #333;
    width: 30%;
    position: fixed;
    /*    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);*/
    z-index: 5;
}

.plan-text2, .health-text2 {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.9em;
    letter-spacing: 0em;
    text-align: left;
    color: #444;
    width: 30%;
    position: fixed;
    /*    text-shadow:0px 1px 1px rgba(0,0,0,0.2);*/
    z-index: 5;
}

/* footer */

.appstore-logo-center {
    background-size: 154px 55px;
    background-position: center top;
    opacity: 1;
    position: fixed;
    text-align: center;
    margin: 0 auto;
    z-index: 15;
}

.appstore-logo-bottom {
    width: 154px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
}

/* social */

.social-icons1, .social-icons2, .social-icons3, .social-icons4 {
    width: 43px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
}

.social-icons1-center, .social-icons2-center, .social-icons3-center, .social-icons4-center {
/*  background-size: 43px 35px;
    background-position: center top;
    opacity: 1;
    position: fixed;
    text-align: center;
    margin: 0 auto;
    z-index: 15;*/
    height: 43px;
    width: 35px;
    left:50%;
    opacity: 1;
    position: fixed;
/*    margin: 0 0 0 -77px;*/
    z-index: 15;
}

.social-icons1-center a, .social-icons2-center a, .social-icons3-center a, .social-icons4-center a {
    height: 43px;
    width: 35px;
    display: block;
    text-decoration: none;
}

.social-icons1-center a {
    background: url('../images/social-twitter.png') no-repeat;
}

.social-icons2-center a {
    background: url('../images/social-facebook.png') no-repeat;
}

.social-icons3-center a {
    background: url('../images/social-linkedin.png') no-repeat;
}

.social-icons4-center a {
    background: url('../images/social-instagram.png') no-repeat;
}

/* JOBS */
.jobs {
    padding-top: 30px;
    text-align: left;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 0;
}

.a-job {
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 0px;
    margin: 0 0 20px 0;
}

h1.jobtitle {
    color: #444;
    font-size: 1.1em;
    padding: 0.5em 0 0.5em 0.8em;
    margin: 0;
    font-weight: bold;
}

.career-label {
    color: #444;
    font-weight: bold;
}

.jobs p {
    color: #777;
    padding: 0 1em 0.5em 1em;
    margin: 0;
    line-height: 1.6em;
    font-size: 0.9em;
}

.job-div {
    height: 1px;
    border: 0;
    border: none;
    background: #ddd;
    margin: 1.5em 0;
}



.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

/* ==========================================================================
Forms
========================================================================== */
ul.jobform  {
    padding: 0 0 0 1em!important;
}

ul.jobform textarea, ul.jobform input {
    min-width: 240px;
    display: inline-block;
    border-radius: 3px;
}

.jobform-title {
    padding-left: 0.8em;
}

.jobform li label {
    padding-right: 1em;
    min-width: 3em;
    min-width: 10em;
    float:left;
}

.jobform li {
    padding: 0;
    line-height: 2.8em;
}

.a-job {
    cursor: pointer;
}




.feedbackform form {
    width: 360px;
    margin: 0 auto;
}

ul.feedbackformul  {
    padding: 0;
    margin: 0 auto;
}

ul.feedbackformul textarea {
    min-width: 360px;
    display: inline-block;
    border-radius: 3px;
    min-height: 100px;
    margin-bottom: 30px;
}

ul.feedbackformul input {
    min-width: 360px;
    display: inline-block;
    border-radius: 3px;
}

.feedbackform-title {
    padding-left: 0.8em;
}

.feedbackform li label {
    font-size: 0.9em;
    padding-right: 1em;
    min-width: 3em;
    min-width: 10em;
    float:left;
}

.feedbackform li {
    padding: 0;
    line-height: 2.8em;
}

ul.feedbackformul input.submit {
    float: left;
    margin-top: 30px;
}

/* ==========================================================================
Mobile Version
========================================================================== */

* {margin:0; padding:0;}

body, html {background: #fff!important;}

#mobile-version {font-family: helvetica neue, helvetica, arial;}

#mobile-version table {border-collapse: collapse;
    border-spacing: 0;
    position: absolute;
    top: 0;}

.the-content {}

.nav ul {left:0px; top:17px;}



.mobile-logo {font-size: 1.2em; text-align: center; margin-top: 5px;}

.mobile-header {height:65px; position: fixed; width: 100%; background: #fff; padding-top: 10px;}

.mobile-appstore {height: 55px;width: 154px!important;display: block;text-decoration: none;background: url('../images/icon-appstore-hover.png') no-repeat 0 0;margin:60px auto 0 auto; text-align: center;}

.mobile-body {width: 100%; height:100%;}

.heading1 {font-size: 1.9em; text-align: center; font-weight: 200; margin: 10px 0 20px 0;}

.heading2 {font-size: 1.5em; text-align: center; font-weight: 200; margin: 10px 0;}

#link {background: url('../images/arrow-down.png') no-repeat right; width:35px; height:35px; display: block; margin: 60px auto 0 auto;}

.linkarrow a {text-decoration: none;}

/*.area-image {width:100%;}

.area-image img {position: fixed; background-size: cover; width: 100%;}*/

.area1 {padding: 80px 0 20px 0; margin: 0 auto;}

.area-image, .area-image img {margin: 0 auto; text-align: center;}

.area2 {padding:20px 0;}

.area3 {padding:20px 0;}

.mobile-footer-social {}

.mobile-footer-social ul {margin: 0 auto; padding: 40px 0; text-align: center;}

.mobile-footer-social ul li {display: inline; list-style-type: none; padding:0 5px;}

.mobile-appstore {margin: 20px auto 0;}

#mobile-version p {padding: 0 20px;}

.jobs {padding-left: 10px;padding-right: 10px;}




/* ==========================================================================
Helper classes
========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.tooltip:hover{
    display: block;
}

#home {
    z-index: 120;
}

.feedbackbg {
    background: #f7f7f7;
}

.careers-bottom-margin {
    padding-bottom: 40px;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
