/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change,without disabling * user zoom. */ html{font-family:sans-serif;font-size:1em;/* 1 */ -ms-text-size-adjust:100%;/* 2 */ -webkit-text-size-adjust:100%;/* 2 */}/** * Remove default margin. */ body{margin:0;}/* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 8/9. */ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome,Firefox,and Opera. */ audio,canvas,progress,video{display:inline-block;/* 1 */ vertical-align:baseline;/* 2 */}/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]){display:none;height:0;}/** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE,Safari,and Firefox < 22. */ [hidden],template{display:none;}/* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a{background:transparent;}/** * Improve readability when focused and also mouse hovered in all browsers. */ a:active,a:hover{outline:0;}/* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9,Safari 5,and Chrome. */ abbr[title]{border-bottom:1px dotted;}/** * Address style set to `bolder` in Firefox 4+,Safari 5,and Chrome. */ b,strong{font-weight:bold;}/** * Address styling not present in Safari 5 and Chrome. */ dfn{font-style:italic;}/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+,Safari 5,and Chrome. */ h1{font-size:2em;margin:0.67em 0;}/** * Address styling not present in IE 8/9. */ mark{background:#ff0;color:#000;}/** * Address inconsistent and variable font size in all browsers. */ small{font-size:80%;}/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}/* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9. */ img{border:0;}/** * Correct overflow displayed oddly in IE 9. */ svg:not(:root){overflow:hidden;}/* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari 5. */ figure{margin:1em 40px;}/** * Address differences between Firefox and other browsers. */ hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}/** * Contain overflow in all browsers. */ pre{overflow:auto;}/** * Address odd `em`-unit font size rendering in all browsers. */ code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}/* Forms ========================================================================== */ /** * Known limitation:by default,Chrome and Safari on OS X allow very limited * styling of `select`,unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue:affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+,Safari 5,and Chrome. */ button,input,optgroup,select,textarea{color:inherit;/* 1 */ font:inherit;/* 2 */ margin:0;/* 3 */}/** * Address `overflow` set to `hidden` in IE 8/9/10. */ button{overflow:visible;}/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox,IE 8+,and Opera * Correct `select` style inheritance in Firefox. */ button,select{text-transform:none;}/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;/* 2 */ cursor:pointer;/* 3 */}/** * Re-set default cursor for disabled elements. */ button[disabled],html input[disabled]{cursor:default;}/** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input{line-height:normal;}/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing,padding,or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"],input[type="radio"]{box-sizing:border-box;/* 1 */ padding:0;/* 2 */}/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`,it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}/** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"]{-webkit-appearance:textfield;/* 1 */ -moz-box-sizing:content-box;-webkit-box-sizing:content-box;/* 2 */ box-sizing:content-box;}/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}/** * Define consistent border,margin,and padding. */ fieldset{/* border:1px solid #c0c0c0;*/ margin:0 2px;padding:0.35em 0.625em 0.75em;}/** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend{border:0;/* 1 */ padding:0;/* 2 */}/** * Remove default vertical scrollbar in IE 8/9. */ textarea{overflow:auto;}/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE:the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup{font-weight:bold;}/* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}*{box-sizing:border-box;}body{height:100%;background-color:#FFFFFF;color:#222222;font-size:1em;font-family:'Source Sans Pro',sans-serif;line-height:1.4em;-webkit-font-smoothing:antialiased;}a{text-decoration:none;transition:color 0.05s ease-in 0s,opacity 0.05s ease-in 0s;}a:active{position:relative;top:1px;}p{margin:0;}ol,ul,li{margin:0;padding:0;list-style:none;}h1,h2,h3,h4,h5,h6{margin:0;padding:0;/* font-size:1em;*/ line-height:1.4em;font-weight:400;}.wrapper{margin:0 auto;padding:0 20px;max-width:1040px;}.header:after,.section-security:after,.section-security .article-header:after,.section-contact .wrapper:after,.pricing-plans:after,.footer:after{content:"";display:table;clear:both;}.hidden{display:none !important;}header.header{padding:30px 0;background-color:#0653A9;}.logo{display:inline-block;float:left;padding:7px 0;}.logo-img{display:block;width:auto;height:25px;}.top-nav{float:right;}.top-nav-link{display:inline-block;margin:0 10px;padding:0 18px;border-radius:9999px;color:#FFFFFF;font-size:18px;line-height:40px;box-shadow:inset 0 0 0 2px rgba(255,255,255,0);transition:box-shadow 0.05s ease-in 0s;}.top-nav-link.is-active{background-color:#FFFFFF;color:#0653A9;font-weight:700;}.top-nav-link:hover{box-shadow:inset 0 0 0 2px white;text-decoration:none;color:#FFFFFF;}.hero{padding:60px 0 80px 0;background-color:#0653A9;text-align:center;background-image:url('//dt3et8dtfh74k.cloudfront.net/assets/images/nodes.8277378ce7ae506c5119a65325d3c266.svg');background-repeat:no-repeat;background-position:center 30px;}.hero .btn{margin:0 20px;width:220px;}.hero-illustration{-webkit-animation:bounceIn 1s;-moz-animation:bounceIn 1s;animation:bounceIn 1s;-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;animation-delay:0.5s;margin:0 auto;width:350px;height:350px;border-radius:9999px;border:2px solid #FFFFFF;background-image:url('//d3c46hixepeaar.cloudfront.net/assets/images/pattern.54041406cd657eefbaa91d68eb951a1e.svg');background-attachment:fixed;background-position:center;background-repeat:repeat-y;background-color:#0653A9;overflow:hidden;text-align:center;}.hero-img{margin-top:95px;}.hero-title{margin:50px 0 10px 0;color:#FFFFFF;letter-spacing:-0.5px;font-weight:700;font-size:34px;}.hero-subtitle{margin-bottom:60px;color:#FFFFFF;font-size:24px;opacity:0.4;}.btn{display:inline-block;padding:0 20px;border-radius:9999px;font-weight:700;font-size:20px;line-height:50px;}.btn-big{line-height:60px;}.btn-wide{display:block;text-align:center;}.btn-white{background-color:#FFFFFF;color:#0653A9;text-transform:uppercase;}.btn-white-outline{box-shadow:inset 0 0 0 2px #FFFFFF;color:#FFFFFF;text-transform:uppercase;}.btn-white-outline:hover{color:#FFFFFF;}.btn-green{background-color:#00AC3C;color:#FFFFFF;}.btn-dark{background-color:#222222;color:#FFFFFF;}.section-header{text-align:center;}.section-header:after{display:block;margin:40px auto;width:60px;height:2px;background-color:#222222;content:'';opacity:0.1;}.section-title{margin-bottom:30px;letter-spacing:-0.5px;font-weight:600;font-size:28px;line-height:1em;}.section-intro{margin:0 auto;width:700px;font-size:20px;opacity:0.4;}.section-dashboard{padding:60px 0;background-image:url('//dt3et8dtfh74k.cloudfront.net/assets/images/small-reports.ac4b3676e7153b8fcf3d56b9d33d9d4d.svg');background-repeat:no-repeat;background-position:center 280px;background-color:#EDF0F3;}#report{margin:0 auto;height:240px;width:195px;background-image:url('//dt3et8dtfh74k.cloudfront.net/assets/images/report.63295bc78d9772e7cd7f82ddace982d2.svg');background-repeat:no-repeat;padding:100px 30px 0 30px;}.report-row{border-radius:3px;height:15px;margin-bottom:10px;background-color:#A3A6A9;}.row-1{background-color:#E0471E;}.row-2{background-color:#00AC3C;}.row-3{background-color:#E0471E;}.row-4{background-color:#00AC3C;}.row-5{background-color:#00AC3C;}.section-api{padding-top:60px;background-color:#FFFFFF;}.terminal{padding:60px 0 0 70px;margin:0 auto -30px auto;position:relative;width:600px;height:270px;background-image:url('//d3c46hixepeaar.cloudfront.net/assets/images/terminal.5184d22124115525fed80edbf590523d.svg');background-repeat:no-repeat;background-size:600px 270px;}.terminal-code{font-family:Consolas,monaco,monospace;line-height:23px;}.terminal-code .blue{color:#0653A9;}.terminal-code .green{color:#00AC3C;}.section-security{padding:100px 0 40px 0;background-color:#222222;color:#FFFFFF;}.section-security .article{float:left;width:50%;}.section-security .article:first-child{padding-right:40px;}.section-security .article:last-child{padding-left:40px;}.section-security .article-illustration{display:inline-block;float:left;height:50px;margin:5px 30px 0 0;}.section-security .article-title{font-size:30px;line-height:1em;float:left;display:inline-block;}.section-security .article-content{margin-top:30px;font-size:18px;opacity:0.4;}.section-clients{background-color:#222222;text-align:center;}.section-clients .wrapper{padding:20px 20px 20px 20px;}.client-logo{display:inline-block;margin:10px 20px;}.section-contact{background-color:#EDF0F3;}.section-contact .wrapper{padding:70px 130px 130px;}.contact-info{width:50%;float:left;font-size:18px;}.contact-info a{color:#222222;}.info{position:relative;}.info:before{content:'';position:absolute;left:-45px;top:0px;width:25px;height:25px;background-repeat:no-repeat;background-position:center;}.email:before{background-image:url('//d2ccbba54oj1rb.cloudfront.net/assets/images/email.24dcf0a656c98f9fa9302f739a16885d.svg');}.phone:before{background-image:url('//d2ccbba54oj1rb.cloudfront.net/assets/images/phone.9b052defff6a6c88960e779bf6a453d3.svg');}.address:before{background-image:url('//dt3et8dtfh74k.cloudfront.net/assets/images/address.cd104f5fe5828f61670f1a25066374e9.svg');}.twitter:before{background-image:url('//d2ccbba54oj1rb.cloudfront.net/assets/images/twitter.aa1434556252262a014ec7737186fda3.svg');}.twitter{margin-top:40px;}.main-info{font-weight:600;font-size:28px;line-height:32px;margin-bottom:40px;}.main-info .info:before{top:5px;}.map{width:50%;float:right;width:362px;height:223px;background-image:url('//d2ccbba54oj1rb.cloudfront.net/assets/images/map.7bccfae26e00bcc129e33fa61cf04508.svg');}.section-pricing{background-color:#EDF0F3;padding:60px 0;}.pricing-plans{margin-top:80px;border-radius:8px;background-color:#FFFFFF;}.pricing-plan{float:left;padding:45px;width:33%;}.pricing-plan.featured{margin-top:-30px;border:2px solid #EDF0F3;border-bottom:none;border-radius:8px 8px 0 0;background-color:#FFFFFF;}.pricing-plan.featured .plan-name{margin-top:-6px;font-size:24px;}.pricing-plan .btn{margin-top:40px;}.plan-name{text-align:center;text-transform:uppercase;font-weight:700;font-size:18px;}.plan-name:after{display:block;margin:15px auto;width:60px;height:2px;background-color:#222222;content:'';opacity:0.1;}.plan-price{color:#00AC3C;text-align:center;letter-spacing:-2px;font-weight:600;font-size:46px;}.plan-features{margin:30px 0;}.plan-features li{position:relative;margin-left:25px;font-size:20px;line-height:28px;}.plan-features li:before{position:absolute;top:8px;left:-25px;width:14px;height:12px;background-image:url('//d3c46hixepeaar.cloudfront.net/assets/images/check.c6deb3772593a1f1337dd11989f77735.svg');background-repeat:no-repeat;content:'';}.plan-note{color:#A3A6A9;letter-spacing:-0.5px;font-weight:700;font-style:italic;font-size:18px;}.plan-contact{text-align:center;letter-spacing:-0.5px;font-weight:600;font-size:24px;}.pricing-info{margin:60px 0 20px 0;color:#464445;text-align:center;font-size:20px;}.pricing-info a{color:#464445;text-decoration:underline;}.footer{padding:60px 0;background-color:#222222;color:#FFFFFF;}.footer-name{display:inline-block;float:left;font-weight:600;opacity:0.4;}.footer-nav{display:inline-block;float:right;}.footer-nav-link{margin:15px;color:#FFFFFF;opacity:0.4;}.footer-nav-link:hover{opacity:1;}.text-centered{text-align:center;}/* Featurettes ------------------------- */ .featurette-divider{margin:50px 0;/* Space out the Bootstrap <hr> more */}/* Thin out the marketing headings */ .featurette-heading{font-weight:300;line-height:1;letter-spacing:-1px;}.fa-6{font-size:13em;}.huge-icon{margin-left:4em;margin-right:4em;padding-top:2em;padding-bottom:1.5em;text-align:center;border:solid 1.0em #eee;border-radius:3em;}.ng-table-pager{display:none;}