@font-face {
  font-family: 'OpenSans';
  src: url('/static/fonts/opensans-regular.woff2') format('woff2'),
       url('/static/fonts/opensans-regular.woff') format('woff'),
       url('/static/fonts/opensans-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('/static/fonts/opensans-semibold.woff2') format('woff2'),
       url('/static/fonts/opensans-semibold.woff') format('woff'),
       url('/static/fonts/opensans-semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/static/fonts/opensans-bold.woff2') format('woff2'),
       url('/static/fonts/opensans-bold.woff') format('woff'),
       url('/static/fonts/opensans-semibold.ttf') format('truetype');
}

body {
    font-family: 'OpenSans';
    -webkit-font-smoothing:antialiased;
    background-color:white;
    line-height:1.4;
    font-weight:300;
    background:#fafafa;
    min-width:1000px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

a {
    color:#366797;
    text-decoration:none;
    cursor:pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

a:hover {
    text-decoration:underline;
    cursor: pointer !important;
}

p {
    line-height:1.6;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:300;
    color:#34494c;
}

.margin-left-10 {
  margin-left: 10px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sprite {
    background-image:url(/static/img/sprite.svg);
    background-size: 1000px 1000px;
    background-repeat:no-repeat;
    display:inline-block;
    font-style:normal;
    position:relative;
}

.emphasis {
    color:#aaa;
}

.error {
  color: red !important;
  font-weight: 500 !important;
}

#content {
    position:relative;
    z-index:100;
}

#interior #content {
    margin-top:72px;
}

.interior #content h2 {
    margin-top:40px;
}

.interior #content h2:first-child {
    margin-top:0px;
}

.row {
    padding:20px 0px 60px 0px;
}

.first-row {
  padding-top: 20px;
}

.last-row {
  padding-bottom: 20px;
}

.row h2, .row h3 {
    margin-top:0px;
}

.row h3 {
    font-size:25px;
}

#header {
    top:0px;
    left:0px;
    z-index:900;
    background-color: #336799;
    padding:10px;
    height: 40px;
    line-height: 1.4em;
}

#header .container_12 {
  margin: 0;
  width: inherit;
}

#header .grid_3 {
  margin-left: 5px;
  margin-right: 0;
}

#header .logo img, #footer .logo img, .checkout-logo {
    width: 111px;
}/*transition: all .5s;*/

#header .container_12 {
    position:relative;
}

#header .fa-angle-down {
  font-weight: bold;
}

.rotate-0 {
    transform: rotate(0deg);
    transition: .3s cubic-bezier(.17,.67,.21,1.69);
}
.rotate-180 {
    transform: rotate(-180deg);
    transition: .3s cubic-bezier(.17,.67,.21,1.69);
}

#header-menu {
  float: right;
}
#menu-container {
  float: right;
  text-align: right;
}

.text-right {
  text-align: right !important;
}

.top-menu-button {
  display: inline-block;
  color: #fff;
  margin-top: 10px;
  width: 100px;
  position: relative;
}
.top-menu-dropdown {
  display: none;
  height: inherit;
  min-width: 215px;
  background-color:#333;
  z-index: 999 !important;
  position: absolute;
  right:0;
  top: 20px;
  text-align: left;
  box-shadow: rgba(0,0,0,0.25) 0px 1px 3px;
}

.top-menu-dropdown ul {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.top-menu-dropdown li {
  padding: 5px;
}

.top-menu-dropdown a {
  font-size: 12px;
  /*color: #fff;*/
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  color:#ccc;
  -webkit-transition: all .12s;
  -moz-transition: all .12s;
  -ms-transition: all .12s;
  -o-transition: all .12s;
  transition: all .12s;
}
.top-menu-dropdown .devices {
  margin: 0 5px;
  border-bottom:1px solid #555;
}
.top-menu-dropdown .devices a {
  margin-left: -5px;
}

.top-menu-dropdown .store-benchmarks {
  margin: 0 5px;
  border-top:1px solid #555;
}

.top-menu-dropdown .store-benchmarks a {
  margin-left: -5px;
}

.top-menu-dropdown a:hover {
  color: #efefef;
}
.top-menu-dropdown li:hover {
  /*opacity: 0.8;*/
  color:#efefef;
}

.top-menu-button span:hover {
  opacity: 0.8;
}

.ios-header-menu {
  width: inherit !important;
  padding-left: 10px;
}

.research-header-menu a {
  color: #fff;
}
.research-header-menu a:hover {
  text-decoration: none;
}


.data-home-link {
  color:#aeaeae;
  position:absolute;
  left:0;
  top:35px;
  font-size: 0.85em;
}
.data-home-link:hover {
    text-decoration: none;
}

.span-label {
  font-weight: 500;
}

/*
#home #header {
    padding:20px 0px;
    transition: all 1s;
    background:none;
}*/


#home #header.scrolled {
    background:rgba(0,0,0,.8);
    padding:15px 0px;
}

#home #header.scrolled .logo img {
    width:150px;
}

#header-login, #header-upgrade {
  display: inline-block;
  margin-top: 2px;
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
#header-login:hover, #header-upgrade:hover {
  text-decoration: none;
  cursor: pointer;
}

#header #header-upgrade {
  width: 110px;
  margin-left: 10px;
}

.row h2 {
    font-weight:300;
    font-size: 25px;
    line-height:1.3;
}

.row h3 {
    font-size:20px;
}

.row-title {
    text-align:left;
    margin-left: 10px;
}

.row-title h2 {
    margin:0px;
    color: #34494c;
    font-family: 'OpenSans-Bold';
    font-size: 32px;
}


.clear {
    clear:both;
}

.hidden {
    display:none;
}

.blur {
    -webkit-filter: blur(10px);
}

.noblur {
    -webkit-filter: blur(0px);
}


.icon-raquo {
    background:url(/static/img/icons/fast44.svg) no-repeat right top 5px;
    background-size:15%;
    padding-right:20px;
}

.no-data-available, .info-msg {
  font-size: 0.85em;
}

/** Buttons **/

.button {
    display:inline-block;
    padding:15px 0px;
    font-weight:500;
    text-align:center;
    position:relative;
    box-shadow: rgba(0,0,0,0.25) 0px 1px 3px;
}

.wide-button {
  display: block;
  color:#336799;
  text-align: center;
  vertical-align: middle;
  background:#fff;
  margin-bottom:6px;
  width: 297px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  box-shadow: rgba(0,0,0,0.25) 0px 1px 3px;
}

.dark-button {
  box-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
}

.green-button {
  background-color: #2ea79e;
  box-shadow: rgba(0,0,0,0.25) 0px 1px 3px;
  color: #fff;
}
.green-button:hover {
  opacity: 0.8;
}

.button:hover {
    text-decoration: none;
}

.button.sm {
    padding:10px 20px;
    font-weight:400;
}

.button.green {
    background-color:#9bad12;
    color:white;
}


.button.green:hover {
    background-color:#b0c212;
}

.button.gray {
    color:#333;
    background-color: #ccc;
    padding:10px 20px;
    color:#efefef;
    font-size:14px;
}

.button.gray:hover {
    background-color:#aaa;
}

.button.purple {
    background-color:#9e3d70;
    color:white;
}

.button.purple:hover {
    background-color: #b84483;
}

.button-margin {
    margin:10px 0px 5px 0px;
}

.button.icon-case {
    padding-left:47px;
}

.button.icon-case .sprite {
    background-position: -246px -117px;
    width: 23px;
    height: 23px;
    top:10px;
    left:15px;
    position:absolute;
}


/** Footer **/

#footer .logo {
    float:left;
    margin-right: 15px;
}

#footer {
    position:relative;
    z-index:100;
}

#pre-footer a {

}

#pre-footer .social-container {
    float:left;
    display:block;
    height:38px;
    border-left:1px #aaa solid;
    padding-left: 15px;
    vertical-align: middle;
}

#pre-footer  a {
    opacity:.8;
    top:3px;
}

#pre-footer a:hover {
    opacity:1;
}

#pre-footer .disclaimer a {
    color: #6684a9;
    margin: 0;
}

.footer-social-button img {
    width: 30px;
    height: 30px;
    border: 0;
    margin-top: 4px;
}

#pre-footer.row {
    background:#333;
    color:white;
    padding:50px 15px;
    margin-left: -10px;
    margin-right: -10px;
}

#pre-footer .disclaimer {
    float:right;
    font-size:11px;
    margin-top: 5px;
}

#footer-copy {
    background:#000;
    color:white;
    font-size:12px;
}

#footer-copy.row {
    padding:10px 50px;
}

.copyright {
    float:left;
}

.contact-info {
    float:right;
}

/** Home **/

#home-image {

}

#hero.row {
    padding:0px;
}

#hero {
    display: block;
    position:relative;
    background-image:url(/static/img/home/data-hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:433px;
    width:100%;
    z-index:0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#logo-data {
  position:absolute;
  left:125px;
  color:#fff;
  top:12px;
  font-family:'OpenSans-Bold';
}

#hero .container_12 {
    position:relative;
}

#hero .section-content {
    width:590px;
    text-align:right;
    float:right;
    margin-top: 120px;
    color:white;
}

#hero .custom-report {
  position:absolute;
  right:0;
  top:90px;
  z-index:2000;;
  vertical-align: middle;
}
#hero .custom-report a {
  display: block;
  color:#336799;
  text-align: center;
  vertical-align: middle;
  background:#fff;
  margin-bottom:6px;
  width: 297px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  box-shadow: rgba(0,0,0,0.25) 0px 1px 3px
}
#hero .custom-report a:hover {
  opacity: 0.8;
}

.wide-link-text {
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  letter-spacing: 2.1px;
  text-decoration: none;
  cursor: pointer;
}
.wide-link-text:hover {
  text-decoration: none;
}


#hero h1 {
    margin-top: 45px;
    color:white;
    font-weight:300;
    color: #fff;
    font-size: 41px;
    font-family: 'OpenSans-Bold';
    line-height: 1.25em;
}

#hero .section-content p {
    font-size:16px;
    line-height: 22px;
    font-weight:500;
    padding-left: 125px;
}

.home-contact-us {
    text-align:center;
    padding: 0px 180px;
    font-size:14px;
    color:#555;
}


.blue-banner {
  background-color: #e7f2f7;
  height: 70px;
}

#apteligent-ad p {
  color: #34494c;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
}

#apteligent-ad a {
  color: #34494c;
  padding: 0;
}

/** Callout **/

#callout {
    background:#fff;
    padding: 40px 0;
}

#callout h2 {
    width:425px;
}

#callout .section-content .logo {
    height: 95px;
}

#callout .container_12 {
    position:relative;
}

#callout .section-content {
    width:450px;
}

#callout .screen-shot {
    height: 240px;
}

#callout a:hover {
  opacity: 0.8;
}

/** Charts **/

#charts {
    background:#efefef;
}


/** Critter Support **/

#critter {
    background:url('/static/img/home/data-hero.jpg') no-repeat bottom right;
    text-align: center;
}

#critter h3 {
    color:white;
    padding-top: 20px;
    text-align: center;
    font-family: 'OpenSans-Bold';
}

#critter .button {
    margin:auto;
    width:200px;
    display:block;
}

#client-support {
    width:790px;
    margin:40px auto;
    height:250px;
}

#critter .logo-bar {
    display: inline-block;
    margin:20px auto;
}

#critter .logo-bar img {
    margin:25px 15px;
}


/** Interior **/

#shortcut-menu {
    position:absolute;
    top:20px;
    right:0px;
    display:block;
    z-index:500;
}

#shortcut-menu ul {
    list-style-type: none;
    padding:0px;
    margin:0px;
    margin-top:40px;
    overflow:hidden;
    border-radius:3px;
    display:none;
    position:relative;
    z-index:400;
}


#shortcut-menu-activator,
#shortcut-menu a {
    background-color:transparent;
    color:#777;
    -webkit-transition: all .12s;
    -moz-transition: all .12s;
    -ms-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    font-size:14px;
    cursor:pointer;
}

#shortcut-menu-activator {
    border-radius:3px;
    padding-right:15px;
    background-color:#fff;
    color:#333;
    width:35px;
    height:43px;
    position:absolute;
    right:0;
    top:0;
}

#shortcut-menu-activator .sprite {
    background-position:-218px -81px;
    width:24px;
    height:23px;
    top:9px;
    left:12px;
}

#shortcut-menu-activator:hover {
    background-color: #ddd;
    color:#fff;
}

#shortcut-menu-activator.active {
    background-color: #555;
    color:#ccc;
}

#shortcut-menu-activator.active .sprite {
    background-position: -251px -81px;
}

#shortcut-menu a {
    display:block;
    background-color:#555;
    color:#999;
    padding:10px 13px 10px 10px;
    font-weight:400;
    min-width:270px;
}

#shortcut-menu ul i {
    float:left;
    margin-right:8px;
}

#shortcut-menu ul a:hover {
    background-color:#333;
    color:#efefef;
    text-decoration:none;
}

.apple-sprite-icon {
    background-position:-216px -189px;
    width: 18px;
    height: 23px;
    top:-3px;
}

.android-sprite-icon {
    background-position:-216px -162px;
    width: 18px;
    height: 21px;
    top:-1px;
}

.network-sprite-icon {
    background-position:-216px -144px;
    width: 20px;
    height: 15px;
    top:2px;
}

.home-sprite-icon {
    background-position:-216px -216px;
    width: 18px;
    height: 17px;
}

/** Charts **/

.chart-dash {
    padding-top:15px;
}

#home .chart-wrapper {
  height: 350px;
  position: relative;
}

.table-wrapper {
  position: relative;
  padding-bottom: 40px;
  background-color: #fff;
  margin-bottom: 40px;
}

.chart-wrapper {
    margin-bottom:20px;
}

.home .chart-wrapper, .home .map-wrapper {
    margin-bottom:40px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.25) 0px 1px 3px
}

.chart-container {
    background:#fff;
    border-radius: 0px 3px 3px 3px;
    position:relative;
    padding:10px 20px 20px 20px;
}
.mini-chart-container {
    margin-bottom:30px;
}
.mini-chart-container h3 {
    color:#444;
    border-bottom: 2px solid #4f6980;
    font-weight:300;
    padding:5px 0px;
    font-size:17px;
    margin-right:30px;
    margin-bottom:0px;
}

.interior .chart-container {
    border-radius: 3px;
}

.chart {
    width:100%;
    display:block;
    color:#333;
}

.chart-title {
    background:white;
    padding:10px 15px 0px 15px;
    border-radius: 3px 3px 0px 0px;
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    float:left;
    color: #34494c;
}

.chart-link {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px
}
.map-wrapper .chart-link {
    float:right;
    margin-bottom: 15px;
    margin-right: 15px;
    position: inherit;
}

.chart-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.chart-actions {
    font-weight:300;
    color:#aaa;
    text-align:right;
    margin:3px 0px;
    font-size:11px;
}

#chart-actions {
    display:none;
}

.chart-updated {
    float:left;
}

.chart-copyright {
    float:right;
}

#chart-viral {
    font-size:13px;
    height:30px;
    position:relative;
}

#chart-viral a {
    color:#333;
    font-weight:300;
    margin-right:20px;
    opacity:.5;
    float:left;
    display:inline-block;
}

#chart-viral a:hover {
    opacity:1;
    text-decoration:none;
}

#embed-text {
    padding:7px;
    width:872px;
    font-size:14px;
    color:#888;
    border:0px;
    float:left;
    font-weight:300;
    display:inline-block;
    position:absolute;
    top:-5px;
    left:75px;
    display:none;
}

#embed-text:focus {
    outline: none;
}

#chart-embed i {
    background-position:-282px -27px;
    width: 16px;
    height: 16px;
    margin-right:4px;
    top:2px;
}

#chart-info {
    background:white;
}

#chart-info p {
    font-size:14px;
    color:#555;
}

#chart-row .container_12 {
    position:relative;
    padding-bottom:25px;
}

#chart-info .button.gray:hover {
    color:white;
    background-color:#9bad12;
}

#chart-row {
    background:url(/static/img/home/lollipop-bkg-light.jpg) no-repeat center;
    background-size:cover;
}


/** Table Result **/

.table .heading {
    font-weight:400;
}

/** Chart Legend **/

.home.chart-legend {
    margin-bottom: 20px;
    min-height:64px;
}

.chart-legend-block .chart-legend .chart-legend-key {
    float:none;
}

.chart-legend:after {
    clear:left;
    content:' ';
    display:table;
}
.chart-legend-key {
    float:left;
    display:block;
    margin-right:25px;
    min-width:100px;
}

.chart-legend-key-swatch {
    display:block;
    float:left;
    width:16px;
    height:16px;
    margin-top: 8px;
}
.chart-legend-key-label {
    height:32px;
    line-height: 32px;
    margin-left: 20px;
    font-size:11px;
}

.tooltip {
    position: absolute;
    background:rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 4px;
    padding:5px 10px 10px 10px;
    font-size:12px;
}

/** Geo Charts **/
path {
    stroke:transparent;
    fill:transparent;
    transition:fill 2s, opacity .2s, stroke 2s;
    opacity: 1;
}
path:hover {
    opacity: .95;
    stroke:white;
}

/** Tables Charts **/
.table .result {
    display:block;
    margin-right:30px;
}
#home .table .result {
    margin-right:0px;
}
.table .result:after {
    clear:left;
    content:' ';
    display:table;
}
.table .result.even {
    background: #e2e9f9;
}
.table .result .datum {
    float:left;
    padding:2% 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:13px;
    color: #555;
}

#home .table .result .datum {
    padding:5px;
}

.table .result .datum-device {
    width:28%;
}
.table .result .datum-average {
    width:38%;
}
.table .result .datum-sum {
    width:28%;
}
.table .result .datum-date {
    width:30%;
}
.table .result .datum-crash {
    width:60%;
}
.table .result .datum-10 { width:10%; }
.table .result .datum-15 { width:15%; }
.table .result .datum-20 { width:18%; text-align: right; }
.table .result .datum-30 { width:28%; }
.table .result .datum-40 { width:38%; }
.table .result .datum-50 { width:48%; }
.table .result .datum-60 { width:58%; }
.table .result .datum-70 { width:68%; }

.table .result .heading {
    font-weight: 400;
    font-size:12px;
    color:#555;
    margin-bottom:3px;
}

.fake-chart {
    height:250px;
}

#benchmark-table {
    font-size: 12px;
    width: 100%;
}

#benchmark-table th {
     padding: 0 10px 0 10px;
 }

#benchmark-table td {
    text-align: center;
    padding: 15px 0;
}

#benchmark-table .even {
    background: #e2e9f9;
}

.data-period {
    float: left;
    color: #666;
}

/** Interior Charts **/

#chart-landing #content, #device #content {
}

/** Mobile **/

.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a
.ui-panel-wrapper {
    text-shadow:none;
}

#mobile-wrapper {
    width:100%;
    height:100%;
    overflow-x:hidden;
    position:relative;
    background:#fff;
}

body.mobile {
    min-width:0px;
    background:#333;
}

body.mobile h2 {
    font-size:16px;
    background:#30435a;
    margin:0px;
    color:#efefef;
    font-weight:400;
    padding:10px 0px;
    text-align:center;

}

.mobile-content {
    padding:10px;
}


/** Mobile Header **/

#mobile-header {
    background:#333;
    padding:8px 0px 5px 0px;
}

#mobile-header .mobile-logo{
    width:125px;
    display:block;
    margin:auto;
}

.mobile #home #mobile-header .mobile-logo{
    width:125px;
    max-width:380px;
    margin:auto;
}

#mobile-header .mobile-logo img {
    width:100%;
}

.mobile-header-toggle {
    background-position: -9px -207px;;
    width: 26px;
    height: 20px;
    position:absolute;
    top:15px;
    left:15px;
}

.mobile-footer {
    color:#fff;
    background:#333;
    position:absolute;
    text-align:center;
    width:100%;
    font-size:11px;
    font-weight:400;
    padding:10px 0px;
}

.arrow-down {
    display:block;
    position:absolute;
    background-position: -219px -45px;
    width: 57px;
    height: 30px;
    bottom:20px;
    left:50%;
    margin-left:-26px;
}

.mobile .ui-content {
    padding:0px;
}

.ui-mobile .mobile-row.full-height {
    position:relative;
}


.mobile #hero-callout {
    margin-top:50px;
    color:white;
    position:absolute;
    right:0px;
    margin-right: 0px;
}

.mobile #home h1 {
    margin:0px;
    margin-right:0em;
    margin-bottom:20px;
    color:white;
    font-weight:300;
    font-size:210%;
    line-height:1.4;
    text-align:right;
    margin-top:90px;

}

.mobile #home h1 span {
    background:#972563;
    box-shadow:0.5em 0 0 #972563,-0.5em 0 0 #972563;
    -moz-box-shadow:0.5em 0 0 #972563,-0.5em 0 0 #972563;
    -webkit-box-shadow:0.5em 0 0 #972563,-0.5em 0 0 #972563;
}

.mobile #home .mobile-content p {
    text-align:right;
    padding-right: 10px;
    padding-left:45px;
    margin-top:20px;
}
.mobile #home .mobile-content {
    padding-left:40px;
}

.mobile #home-image {
    background-image:url(/static/img/home/data-hero.jpg);
    background-repeat: no-repeat;
    background-position: left -750px top;
    position:fixed;
    z-index:0;
}

.mobile .mobile-content p {
    color:white;
    font-size:13px;
    padding-right:40px;
    padding-left:20px;
}

div[data-role="page"] {
    box-shadow:0 0 30px 2px rgba(0,0,0,.75);
}

.feature-row {
    background:#efefef;
}


.child-row {
    padding: 10px 20px;
    margin-bottom:20px;

}

.mobile .child-row .button {
    margin:auto;
    width:100%;
    padding:10px 0px;
}

.mobile .child-row p {
    color: #777;
    padding:0px;
}

.mobile .child-row h2 {
    background:none;
    color:#333;
    font-size:18px;
    text-align:left;
    margin-bottom:2px;
    margin-top:25px;
    padding-bottom:0px;
}

.mobile .child-row h2:first-child {
    margin-top:0px;
}

.mobile .table .result {
    margin-right:0px;
}


/** Mobile Nav **/

#mobile-nav {
    padding-top:5px;
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    background:#333;
    width:100%;
    display:none;
}

#mobile-nav ul {
    padding:0px;
    margin:0px;
    list-style-type: none;
}

#mobile-nav li {
    margin-bottom:0px;
}

#mobile-nav a {
    display:block;
    padding:10px 20px 10px 40px;
    color:#ccc;
    font-size:13px;
    font-weight:400;
    background-position:left 10px center;
    background-repeat:no-repeat;
    background-size:18px 18px;
    position:relative;
}

#mobile-nav .sprite {
    position:absolute;
    top:8px;
    left:10px;
}

#mobile-nav .network-sprite-icon.sprite {
    top:13px;
}

#mobile-nav .home-sprite-icon.sprite {
    top:11px;
}

#mobile-nav a:hover {
    text-decoration:none;
    background-color:#222;
}

.mobile-copyright {
    position:absolute;
    bottom:10px;
    left:10px;
    color:#999;
    font-weight:300;
    font-size:12px;
}


/** Embed Styles **/

body#chart-embed {
    min-width:480px;
}

.embed-title {
    font-size:20px;
    color:white;
    background:#333;
    padding:5px 10px;
    font-weight:400;
    height:28px;
    position:relative;
    display:block;
}

.embed-title:hover {
    text-decoration:none;
}

.embed-title a {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/static/img/icons/view-chart.svg) no-repeat;
    background-size:contain;
    opacity:.5;
    margin-left:4px;
}

.embed-title a:hover {
    opacity:1;
}

#chart-embed .chart-wrapper {
    margin-bottom:0px;
    background:#fff;
}

#chart-embed .chart-container {
    padding:0px 15px 20px 15px;
    border-radius: 0px;
    z-index: 2;
}
#chart-embed .chart-container:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.25;
  background-image: url('/static/img/embed/logo_mark_color_medium.png');
  background-repeat: no-repeat;
  background-position: center;
  -ms-background-size: 20%;
  -o-background-size: 20%;
  -moz-background-size: 20%;
  -webkit-background-size: 20%;
  background-size: 20%;
}

#chart-embed .chart-actions {
    background:red;
}

#chart-embed .table .result {
    margin-right:0px;
}

#embed-logo {
    width:150px;
    position:absolute;
    background-color:#3498DB;
    height:34px;
    right:0px;
    top:0px;
    padding:2px 10px;

}

#embed-logo:hover {
    background-color: #379fd6;
}

#embedded {
    background:white;
}


#home .geo-map [data-map="avg-carrier-latency-by-country"],
#home .geo-map [data-map="avg-wifi-latency-by-country"] {
    min-height: 400px;
}

#subscribe {
  text-align: center;
  margin: 0 auto;
  position: relative;
  right: auto;
  top: auto;
  padding: 0;
}

#hide-subscribe {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #aaa;
}

#subscribe h3 {
  margin-right: 40px;
}

#form-subscribe {
  display:inline;
}

#subscribe .subscribe-header {
  color: #336799;
  font-family: 'OpenSans-Bold';
  font-size: 19px;
}

#subscribe #email_subscribe {
  /*background-color: #141E28;*/
  width: 370px;
  height: 33px;
  border: 1px solid #cbcccc;
  padding: 0 5px;
  margin-right: 5px;
}

#subscribe #email_subscribe::-webkit-input-placeholder { font-size:0.8em; padding-top:2px;}
#subscribe #email_subscribe::-moz-placeholder { font-size:0.8em; padding-top:2px;}
#subscribe #email_subscribe:-ms-input-placeholder { font-size:0.8em; padding-top:2px;}

#subscribe #submit-email {
  height: 33px;
  width: 236px;
  color: #fff;
  display: inline-block;
  line-height: 33px;
  margin-left: 10px;
}

#subscribe #sub-error {
  color: red;
  display: none;
  margin-right: 5px;
}


.share {
  height: 20px;
  width: auto;
  position:absolute;
  top:35px;
  right:0;
  display:block;
  z-index:500;
  /*display: none;*/
  opacity: 0;
}
.share .share-button {
  float:left;
}
.share-button .fb-share-button span {
  vertical-align: top !important;
}

/** Promotional Sidebar Adds **/


[data-icon]::before{
  content:attr(data-icon);
  font-family:CritterIcons;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-smoothing:antialiased;
  font-weight:normal;
  font-style:normal;
  speak:none;
  font-weight:normal !important;
}

.platform-icon {
  font-size:75px;
  vertical-align: middle;;
}
.platform-label {
  padding: 40px 25px;
  background-color: #fff;
  border-radius: 3px;
  color: #666666;
  margin: 0 15px;
  box-shadow: #ccc 0px 5px 5px;
  border-top: 1px solid #eee;
}
.platform-label:link {
  text-decoration: none;
}
.platform-label-ios:hover {
  color: #999999;
}
.platform-label-android:hover {
  color: #A4C639;
}
#home-device-directory {
  text-align: center;
  margin-top: 10px;
  background-color: #fff;
  padding: 20px 0;
}

#device-callout {

/*  background: url(/static/img/home/lollipop-bkg-light.jpg);
  background-size: contain;*/
}

/**** login ****/
#login {
  /*display:none;*/
  z-index: 1000 !important;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  height: 220px;
  margin-top: -97px;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
#login h3.headline {
  padding: 0;
  margin: 0 0 0 0;
}
#login p.subtitle {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 0.8em;
  color: #696969;
}

#login span {
  width: 15%;
  font-size: 0.8em;
  font-weight: 500;
  padding: 5px;
  display: inline-block;
}
#login input {
  font-size: 0.8em;
  padding: 5px;
  width: 75%;
}
#login #submit-login {
  width: 100px;
  border: none;
  line-height: 1.4em;
  vertical-align: middle;
  padding-top: 0.5em;
  font-size: 0.8em;
}
#forgot-password {
  float:right;
  margin-right:85px;
}
#login fieldset {
  border: 0;
  float:left;
  clear:right;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 5px 0;
}
#login #cancel-login {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#login .no-account {
  font-weight: 300;
  width: inherit;
  padding-left: 10px;
  display: inline;
}

#login .login-subscribe {
  margin-left: 70px;
}

#login .login-subscribe input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0 5px 0 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  *overflow: hidden;
}
#login .login-subscribe label {
  display: block;
  font-weight: 300;
  padding-left: 15px;
  text-indent: -15px;
  font-size: 0.8em;
}

#overlay
{
		height:100%;
		width:100%;
		position:fixed;
		left:0;
		top:0;
		z-index:999 !important;
		background-color:#000;
    background: url(/static/img/contact/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.overlay2 {
  filter: alpha(opacity=75); /* internet explorer */
  -khtml-opacity: 0.75;      /* khtml, old safari */
  -moz-opacity: 0.75;       /* mozilla, netscape */
  opacity: 0.75;           /* fx, safari, opera */
}
.attribution {
  font-size: 10px;
  color: #606060;
  padding-left: 10px;
  opacity: 0.8;
}
.attribution a {
  font-size: 10px;
  color: #606060;
  opacity: 1;
}
.bottom-right {
  position: fixed;
  bottom: 5px;
  right: 5px;
}

#login-error, #login-error-plan {
  display:none;
  color:red;
  font-size: 0.8em;
}

/*
@media (max-width: 1200px) {
  #logged-in {
    position: absolute;
    left: 150px;
    top: 10px;
  }
}*/

#logged-in {
  float:right;
  white-space: nowrap;
  overflow: visible;
}
#logged-in img {
  vertical-align: middle;
  float:left;
  margin-right: 5px;
  margin-top: 8px;
  width: 20px;
}
#logged-in .username {
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin: 0;
}
#logged-in .fa-angle-down {
  margin-bottom: 14px;
}

#logged-in .hover-container:hover {
  opacity: 0.8;
}

.spinner {
  display: none;
  vertical-align: middle;
}

#pw-requirements-mobile {
  padding: 2px;
  background-color:#333;
  color: #ccc;
  z-index:999;
  width:450px;
  box-shadow:rgba(0,0,0,0.25) 0px 1px 3px;
}


#pw-requirements {
  position:absolute;
  top:215px;
  left:0;
  padding: 10px;
  background-color:#eee;
  color: #000;
  z-index:999;
  box-shadow:rgba(0,0,0,0.25) 0px 1px 3px;
  font-size: 0.75em;
}

#pw-requirements span {
  font-size: 1em;
}

#signup-footer {
  text-align: center;
  margin: 0 auto;
  height: inherit;
  padding-bottom: 20px;
}

#signup-footer h3 {
  text-align: center;
  padding: 10px 0;
  margin: 0;
  color: #336699;
  font-family: 'OpenSans-Bold';
}

#signup-footer a {
  margin-bottom: 10px;
  letter-spacing: normal;
  background-color: #f57a00;
  padding: 10px;
}

#signup-footer .wide-link-text {
  font-size: 15px;
}

#lights-down, #demo-submitted {
  position: fixed;
  display: none;
  z-index: 10000;
  width: 100%;
}

#demo-submitted {
  background-color: #f58538;
  bottom: -65px;
  left: 0;
}

#lights-down {
  background: rgba(0,0,0,.75);
  height: 100%;
  display: none;
}

.form-thanks {
  display: none;
}

/**** MARKETO *****************************************************************/

.mktoForm input, .mktoForm select {
  width: 100% !important;
  display: block;
}

.mktoForm select {
  border: 1px solid #a4a4a4;
  font-family: 'OpenSans' !important;
}

.critter-reset .mktoForm {
    padding: 0
}
.critter-reset .mktoForm label {
    display: none
}
.critter-reset .mktoForm .mktoRequiredField {
    position: relative
}
.critter-reset .mktoForm .mktoButtonRow {
    width: 100%
}
.critter-reset .mktoForm .mktoButton.btn-blue {
    display: block;
    text-align: center;
    margin: 10px auto;
    line-height: 40px;
    width: 200px;
    background-color: #55addc;
    color: #fff;
    font-weight: 400;
    border: 0;
    border-radius: 1px;
    box-sizing: border-box;
    transition: background-color .14s ease-in-out;
    -webkit-transition: background-color .14s ease-in-out;
    font-size: 0.95em;
    text-decoration: none;
    cursor: pointer;
}
.critter-reset .mktoForm .mktoButton.btn-blue:hover {
  background-color: #2574a8;
}

.critter-reset .mktoForm .btn-blue {
    display: block;
    text-align: center;
    line-height: 30px;
    width: 100%;
    margin: auto
    padding: 10px
}

.critter-reset .mktoForm .mktoError .mktoErrorArrowWrap {
    border: none;
    border-radius: 3px;
    box-shadow: none
}
.critter-reset .mktoForm .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
    border: none;
    background: red
}
.critter-reset .mktoForm .mktoError .mktoErrorMsg {
    background: red;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    padding: .7em 1em
}

.critter-reset .mktoForm .mktoField {
    float: none
}
.critter-reset .mktoForm .mktoFormRow {
    margin-bottom: 10px
}


.critter-reset .mktoForm input[type=date],
.critter-reset .mktoForm input[type=email],
.critter-reset .mktoForm input[type=number],
.critter-reset .mktoForm input[type=tel],
.critter-reset .mktoForm input[type=text],
.critter-reset .mktoForm input[type=url],
.critter-reset .mktoForm select.mktoField,
.critter-reset .mktoForm textarea.mktoField {
    font-size: 14px;
    margin: auto;
    padding: 10px;
    height: auto !important;
}

#request-demo-modal {
    width: 350px;
}
#request-demo-modal .mktoForm {
  width: 350px !important;
}

#request-demo-modal .mktoFormRow, #request-demo-modal .mktoFieldWrap, #request-demo-modal .mktoFormCol {
/*  width: 100%;*/
}

#request-demo-modal .mktoFieldWrap, #request-demo-modal .mktoFormCol {
  float: none;
}

#request-demo-modal .mktoOffset, #request-demo-modal .mktoGutter {
  display: none;
}
#request-demo-modal .mktoButtonWrap {
   margin: 0 !important;
}

#request-demo-modal .mktoFormRow.half-column-left {
    float: left;
    clear: none;
    width: 170px !important;
    margin-top: 0;
}
#request-demo-modal .mktoFormRow.half-column-right {
    float: right;
    clear: none;
    width: 170px;
    margin-top: 0
}
#request-demo-modal .modal-col-left {
    width: 350px;
    float: left;
    min-height: 445px
}
#request-demo-modal .modal-col-right {
    float: right;
    width: 250px
}
#request-demo-modal .mktoFormRow {
    /*margin: 15px 10px;
    clear: both*/
}
#request-demo-modal .form-title {
    text-align: center;
    margin: 0;
}
#request-demo-modal .form-title h2 {
    margin: 0;
}
#request-demo-modal .form-title p {
  margin: 8px 0;
}

#request-demo-modal select option {
  font-size: 14px;
}
#request-demo-modal.dark-bkg input[type=text],
#request-demo-modal.dark-bkg input[type=email],
#request-demo-modal.dark-bkg input[type=tel],
#request-demo-modal.dark-bkg select {
    background: #fff;
    padding: 10px!important
}

.oval {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border-color: #0a3d48;
  border-size: 3px;
  border-style: solid;
  float:left;
}

#astronaut {
  width: 156px;
  height: 143px;
  margin-top: 17px;
}

#planner-homepage .oval {
  float:none;
  margin: 10px auto;
}

#planner-homepage .oval {
  float:none;
  margin: 10px auto;
}
#planner-homepage .oval:hover {
  opacity: 0.8;
}
#planner-homepage #astronaut:hover {
  opacity: 0.8;
}

/******************************************************************************/


@media (max-width: 960px) {


  #pw-requirements-label {
    display: inline-block !important;
  }



.field-subheader {
  font-size:12px;
  line-spacing:12px;
}

.highlight {
  font-size: 16px;
  text-align: center;
  background-color: #e7f2f7;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}
.highlight p {margin: 0;}

}
