/*General*/
html, body {
    background: #000000;
    margin: 0px;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #000;
}
img {
    border: 0px;
}
ul, ol, dl {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}
a img {
    border: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.dimlink:hover {
    text-decoration: none;
    opacity:0.75;
}


/*Fonts*/
@font-face {
  font-family: 'Lucida Grande';
  font-style: normal;
  font-weight: normal;
  src: local('Lucida Grande'), url(./lucidagrande.woff) format('woff');
}
@font-face {
  font-family: 'Lucida Grande';
  font-style: normal;
  font-weight: bold;
  src: local('Lucida Grande'), url(./lucidagrande-bold.woff) format('woff');
}

/*Body*/
.container {
    width: 100%;
    min-width: 1000px;
    background-color: #FFF;
    margin: 0 auto;
}
.segment {
    width: 100%;
    color: black;
    margin: 0 auto;
    display:block;
}
.segment a:link {
      color: black;
}
.segment a:visited {
      color: black;
}
.segment a:hover {
      color: black;
}
.segmentdark {
    background-color: #2c89d1;
    color:white;
}
.segmentdark a:link {
      color: white;
}
.segmentdark a:visited {
      color: white;
}
.segmentdark a:hover {
      color: white;
}
.innersegment {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/*Header*/
.header {
    height: 82px;
}
.header .innersegment {
    height: 82px;
}
.headerimages {
    height: 320px;
}
.headerimages .innersegment {
    height: 320px;
}
.headerpromo .innersegment {
    height: 95px;
    text-align: center;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 29pt;
    font-weight: bold;
}
.headerbuttons .innersegment {
    height: 84px;
    text-align:center;
}
.header .logo {
    position:absolute;
    left: 14px;
    top: 14px;
    height:60px;
    width:235;
}
.header .logoimage {
    background: url(./HeaderLogo.png);
    position: absolute;
    width: 51px;
    height: 51px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .header .logoimage {
        background: url(./HeaderLogo@2x.png);
        background-size: 100%;
    }
}
.header .logotext1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 24pt;
    position: absolute;
    left: 60px;
    top: -1px;
    width: 200px;
    height: 40px;
    vertical-align: top;
}
.header .logotext2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 9.5pt;
    position: absolute;
    left: 62px;
    top: 33px;
    width: 200px;
    height: 40px;
    vertical-align: top;
}
.header .sharearea {
    position:absolute;
    top:-1px;
    left:860px;
    width:125px;
    z-index:1;
    opacity:0.01;
}
.header .links {
    position:absolute;
    top:28px;
    left:0px;
    text-align:right;
    width:1000px;
}
.header .links a:link {
    font-family: 'Varela Round', sans-serif;
    font-size: 12pt;
    color:white;
    position:relative;
    height:50px;
    padding-left:25px;
    padding-right:25px;
}
.header .links a:hover {
    text-decoration: none;
    opacity:0.75;
}
.headerimages .img1 {
    background: url(./HeaderScreenMac.png);
    position: absolute;
    left: 474px;
    left: 65px;
    top: 0px;
    width: 442px;
    height: 314px;
}
.headerimages .img2 {
    background: url(./HeaderScreenIPhone.png);
    position: absolute;
    left: 65px;
    left: 530px;
    top: 10px;
    width: 150px;
    height: 293px;
}
.headerimages .img3 {
    background: url(./HeaderScreenIPad.png);
    position: absolute;
    left: 245px;
    left: 710px;
    top: 17px;
    width: 206px;
    height: 289px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .headerimages .img1 {
        background: url(./HeaderScreenMac@2x.png);
        background-size: 100%;
    }
    .headerimages .img2 {
        background: url(./HeaderScreenIPhone@2x.png);
        background-size: 100%;
    }
    .headerimages .img3 {
        background: url(./HeaderScreenIPad@2x.png);
        background-size: 100%;
    }
}
.headerbuttons .downloadbtn {
      font-family: 'Varela Round', sans-serif;
    font-size: 13pt;
    color:white;
  border-color:white;
  border-width:2px;
  border-radius:4px;
  border-style:solid;
  padding: 8px 24px 8px 24px;
  position:relative;
  top:23px;
  margin-left:12px;
  margin-right:12px;
}
.headerbuttons .downloadbtn:hover {
      text-decoration: none;
      opacity:1.0;
      background-color: rgba(255,255,255,0.1);
}

/*Compare*/
.faceoff .innersegment {
    max-width:610px;
    height: 540px;
    font-family: 'Varela Round', sans-serif;
} 
.faceoff .tableheader {
    position:absolute;
    top:0px;
    width:100%;
}
.faceoff .innersegment td {
    /*border: 1px solid black;*/
    padding: 16px 10px;
}
.faceoff .innersegment table {
    position:absolute;
    top:90px;
    left:0px;
    width:100%;
    /**/
    font-size:14px;
    text-align:left;
    /**/
    padding: 0px;
   border-spacing: 0px;
    border-collapse: separate;
  border-color:#cccccc;
  border-width:1px;
  border-radius:4px;
  border-style:solid;
} 
.faceoff .innersegment .compareYES {
    background: url(./BodyCompareCheckY.png);
    background-position: center;
    background-repeat: no-repeat;
}
.faceoff .innersegment .compareNO {
        background: url(./BodyCompareCheckN.png);
        background-position: center;
        background-repeat: no-repeat;
    }
.faceoff .compareMiniTxt {
    font-size: 7pt;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .faceoff .innersegment .compareYES {
        background: url(./BodyCompareCheckY@2x.png);
        background-size: 25px 25px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .faceoff .innersegment .compareNO {
        background: url(./BodyCompareCheckN@2x.png);
        background-size: 25px 25px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .faceoff .compareMiniTxt {
        font-size:6pt;
    }
}
.faceoff a:link {
    color: black;
}
.faceoff a:visited {
    color: black;
}
.faceoff a:hover {
    color: rgba(0,0,0,0.75);
}

/*iOS app*/
.galleryapp .innersegment {
    height: 505px;
    max-width:880px;
}
.galleryapp .txt {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
}
.galleryapp .imgs {
    position: absolute;
    left: 20px;
    top: 23px;
}
.galleryapp h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 22pt;
    font-weight: normal;
    letter-spacing: 1pt;
    position: absolute;
    top:35px;
    left:5px;
}
.galleryapp .bodytext {
    position: absolute;
    top:70px;
    left:5px;
    width: 516px;
}
.galleryapp .bodytext h2 {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 500;
    letter-spacing: 0.3pt;
    padding-top:20px;
    padding-bottom:0px;
}
.galleryapp .bodytext h4 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
    opacity:0.75;
    font-weight: normal;
    letter-spacing: 0.5pt;
    line-height: 1.9;
    margin-top:-11px;
}
.galleryapp .img1 {
    background: url(./BodyScreensIOS1.png);
    position: absolute;
    left: 525px;
    top: 15px;
    width: 217px;
    height: 429px;
}
.galleryapp .img2 {
    background: url(./BodyScreensIOS2.png);
    position: absolute;
    left: 745px;
    top: 24px;
    width: 103px;
    height: 203px;
}
.galleryapp .img3 {
    background: url(./BodyScreensIOS3.png);
    position: absolute;
    left: 745px;
    top: 232px;
    width: 103px;
    height: 203px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .galleryapp .img1 {
        background: url(./BodyScreensIOS1@2x.png);
        background-size: 100%;
    }
    .galleryapp .img2 {
        background: url(./BodyScreensIOS2@2x.png);
        background-size: 100%;
    }
    .galleryapp .img3 {
        background: url(./BodyScreensIOS3@2x.png);
        background-size: 100%;
    }
}


/*Mac app*/
.macapp .innersegment {
    height: 450px;
    max-width:945px;
}
.macapp .txt {
    position: absolute;
    left: 345px;
    width: 600px;
    top: -3px;
}
.macapp .imgs {
    position: absolute;
    left: 12px;
    top: 15px;
}
.macapp h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 22pt;
    font-weight: normal;
    letter-spacing: -1pt;
    position: absolute;
    top:25px;
    left:5px;
}
.macapp .bodytext {
    position: absolute;
    top:110px;
    left:5px;
    width: 540px;
}
.macapp .bodytext h2 {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 500;
    letter-spacing: 0.3pt;
    padding-top:15px;
    padding-bottom:0px;
}
.macapp .bodytext h4 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
    opacity:0.75;
    font-weight: normal;
    letter-spacing: 0.5pt;
    line-height: 1.9;
    margin-top:-11px;
}
.macapp .img1 {
    background: url(./BodyScreensMac1.png);
    position: absolute;
    left: 0px;
    /*top: 15px;*/
    top: 206px;
    width: 325px;
    height: 204px;
}
.macapp .img2 {
    background: url(./BodyScreensMac2.png);
    position: absolute;
    left:60px;
    /*top: 212px;*/
    top: 15px;
    width: 265px;
    height: 189px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .macapp .img1 {
        background: url(./BodyScreensMac1@2x.png);
        background-size: 100%;
    }
    .macapp .img2 {
        background: url(./BodyScreensMac2@2x.png);
        background-size: 100%;
    }
}



/*Text areas*/
.textonlyarea1 .innersegment {
    height: 248px;
    max-width:530px;
}
.textonlyarea1 .txt {
    position: absolute;
    left: 0px;
    top: 41px;
    width: 100%;
}
.textonlyarea1 h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 22pt;
    font-weight: normal;
    letter-spacing: 1pt;
    position: absolute;
    top:0px;
    left:0px;
}
.textonlyarea1 .bodytext {
    position: absolute;
    top:30px;
    left:0px;
    width: 100%;
}
.textonlyarea1 .bodytext h2 {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 500;
    letter-spacing: 0.2pt;
    line-height: 1.5;
    padding-top:15px;
    padding-bottom:0px;
}
.textonlyarea1 .bodytext h4 {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
        font-size: 9pt;
        opacity: 0.75;
        font-weight: normal;
        letter-spacing: 0.5pt;
        line-height: 1.9;
        margin-top: -5px;
    }
/**/
.textonlyarea2 .innersegment {
    height: 258px;
    max-width: 690px;
}
.textonlyarea2 .txt {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 100%;
}
.textonlyarea2 h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 20pt;
    font-weight: normal;
    letter-spacing: 0pt;
    position: absolute;
    top: 20px;
    left: 0px;
}
.textonlyarea2 .bodytext {
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
}
.textonlyarea2 .bodytext h2 {
        font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: 500;
        letter-spacing: 0.4pt;
        padding-top: 15px;
        padding-bottom: 0px;
    }
.textonlyarea2 .bodytext h4 {
        font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        opacity: 0.75;
        font-weight: normal;
        letter-spacing: 0.2pt;
        line-height: 1.9;
        margin-top: -7px;
    }



/*Text areas*/
.footer .innersegment {
    height: 145px;
    max-width:880px;
}
.footer .txt {
    position: absolute;
    left: 0px;
    top: 41px;
    width: 100%;
}
.footer h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 22pt;
    font-weight: normal;
    letter-spacing: 1pt;
    position: absolute;
    top:0px;
    left:0px;
}
.footer .bodytext {
    position: absolute;
    top:30px;
    left:0px;
    width: 100%;
}
.footer .bodytext h2 {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 500;
    letter-spacing: 0.2pt;
    line-height: 1.5;
    padding-top:15px;
    padding-bottom:0px;
}
.footer .bodytext h4 {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
        font-size: 9pt;
        opacity: 0.75;
        font-weight: normal;
        letter-spacing: 0.5pt;
        line-height: 1.9;
        margin-top: -5px;
    }
.footer .logo {
    width:232px;
    margin: 0 auto;
    position:relative;
    top:12px;
}
.footer .logoimage {
    background: url(./HeaderLogo.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 51px;
    height: 51px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .footer .logoimage {
        background: url(./HeaderLogo@2x.png);
        background-size: 100%;
    }
}
.footer .logotext1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 24pt;
    position: absolute;
    left: 60px;
    top: 10px;
    width: 200px;
    height: 40px;
    vertical-align: top;
    text-align:left;
}
.footer a:link {
    font-family: 'Varela Round', sans-serif;
    font-size: 12pt;
    color:white;
    position:relative;
    top:0px;
    height:50px;
    padding-left:25px;
    padding-right:25px;
}
.footer .links a:hover {
    text-decoration: none;
    opacity:0.75;
}
.footer .links {
    margin: 0 auto;
    position:relative;
    text-align:center;
    height: 30px;
    padding-top:27px;
}


/*FAQ and legal*/
.outlineview .innersegment {
    max-width:760px;
}
.outlineview h1 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;    
    font-weight: normal;
    letter-spacing: 0.5pt;
    font-size: 15pt;
    line-height: 1;
    color:black;
    margin: 65px 0px 20px 0px;
}
.outlineview h2 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;    
    font-weight: bold;
    letter-spacing: 0.5pt;
    font-size: 10pt;
    line-height: 1.9;
    color:#2c89d1;
    margin: 8px 0px 0px 0px;
}
.outlineview h2 a:link {
    color:#2c89d1;
    text-decoration:none;
}
.outlineview h2 a:visited {
    color:#2c89d1;
    text-decoration:none;
}
.outlineview h2 a:active {
    text-decoration:underline;
}
.outlineview h2 a:hover {
    text-decoration:underline;
}
.outlineview .answer {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.2pt;
    font-size: 9pt;
    line-height: 1.6;
    color: black;
    margin: 0px 0px 30px 00px;
    padding-left: 30px;
}
.outlineview li {
    margin-bottom:0px;
}
.answer a:link {
    text-decoration:underline;
}
.galleryapp a:link {
    text-decoration:underline;
}



.announcementbackdrop {
    background: rgba(0,0,0, 0.5);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}
.announcementpopoverframedesktop {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
}
.announcementpopoverframemobile {
    position:absolute;
}
.announcementpopover {
    z-index: 2;
    background: rgba(245,245,245,0.96);
    border: 0px;
    border-radius: 12px;
    -webkit-box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.75);
}

.announcementpopoverdesktop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 540px;
    margin-left: -270px;
    top: 50%;
    margin-top: -207px;
}
.announcementpopovermobile {
    position: relative;   
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    top: 50px;
}

.announcementheader {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 31px;
}

.announcementbody {
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    color: rgba(70,70,70,1);
    line-height: 1.2;
}


.announcementbody a:link {
    text-decoration: underline;
    color:black;
}
.announcementbody a:hover {
    text-decoration: underline;
    color:black;
}
.announcementbody a:visited {
    color:black;
}


.announcementbody .linkedin {
    background: url(./LinkedIn.png);
    width: 18px;
    height: 18px;
    border:0px;
       display: inline-block;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .announcementbody .linkedin {
        background: url(./LinkedIn@2x.png);
        background-size: 100%;
    }
}

.announcementbody .twitter {
    background: url(./Twitter.png);
    width: 18px;
    height: 18px;
    border:0px;
    display: inline-block;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .announcementbody .twitter {
        background: url(./Twitter@2x.png);
        background-size: 100%;
    }
}


.announcementbutton {
    text-align: center;
    background: transparent;
    border-radius: 0px 0px 12px 12px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
    color: #500095;
    color: rgba(0,122,255,1);
    border-color: rgba(182,182,182,1);
    cursor: pointer;
}

.announcementbutton:hover {
    background: rgba(217,217,217,1);
}
