* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-family: "avenir-book", Avenir, Arial, sans-serif;
  color: #444444;
  font-size: 15px;
  line-height: 22px;
  text-shadow: rgba(255, 255, 255, 0.01) 0px -1px 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent; }
  body #pre-wrapper {
    min-height: 0;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
    margin-top: 0px;
    min-width: 600px; }
    body #pre-wrapper.login-page {
      margin-top: 200px; }
    body #pre-wrapper a {
      text-decoration: none;
      -webkit-transition: background 150ms, color 150ms, box-shadow 150ms;
      -moz-transition: background 150ms, color 150ms, box-shadow 150ms;
      -o-transition: background 150ms, color 150ms, box-shadow 150ms;
      transition: background 150ms, color 150ms, box-shadow 150ms; }
      body #pre-wrapper a:hover {
        color: #2b8d30; }

@media screen and (max-width: 680px) {
  body #pre-wrapper {
    margin-top: auto; } }
.background-container {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/marketing/background-main.png) center 0 no-repeat;
  width: 100%;
  height: 500px;
  margin-bottom: -85px; }

#push {
  height: 40px; }

ol {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  margin: 22px 0 30px 40px;
  list-style-type: decimal;
  list-style-position: outside; }
  ol li {
    margin-bottom: 10px; }

/* Special dummy class for WordPress, so it doesn't remove <p> tags */
/* generic styles */
b {
  font-weight: 700; }

a {
  color: #3cb44b;
  text-decoration: none; }
  a:hover {
    color: #447700;
    text-decoration: none; }

input {
  font-family: inherit; }

h1 {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 0 30px 30px;
  letter-spacing: 1px; }
  h1 span {
    color: #999999; }

h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #333333;
  margin: 10px 30px 30px 20px; }

h5 {
  text-transform: uppercase;
  margin: 10px 30px 5px 20px; }

/* header styles */
.header {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }
  .header .home-link {
    display: block;
    float: left;
    width: 238px;
    height: 55px; }
  .header ul {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    margin: 22px 0 0 0; }
  .header li {
    float: left;
    margin-left: 15px; }
  .header a {
    color: #666666; }
    .header a:hover {
      color: #333333; }
  .header .selected a {
    color: #3cb44b; }
  .header .button-container {
    float: right; }
  .header .user_info {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 9px; }

.button-container a {
  float: left;
  margin: 17px 0 0 20px;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 4px 8px;
  color: #777777;
  font-weight: 700;
  text-shadow: 0 1px 0 white;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 3px #aaaaaa;
  -moz-box-shadow: 0px 1px 3px #aaaaaa;
  -webkit-box-shadow: 0px 1px 3px #aaaaaa;
  background: #f4f4f4 url(/images/marketing/fallback/buttons.png) 0 0 repeat-x;
  background: -moz-linear-gradient(100% 100% 90deg, #d1d1d1, #f0f0f0);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#d1d1d1));
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf0f0f0, endColorstr=#FFd1d1d1);
  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf0f0f0, endColorstr=#FFd1d1d1)";
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #aaaaaa;
  font-family: "avenir-book", Avenir, Arial, sans-serif; }
  .button-container a:hover {
    background: #d1d1d1 url(/images/marketing/fallback/buttons.png) 0 -35px repeat-x;
    background: -moz-linear-gradient(100% 100% 90deg, #aaaaaa, #f0f0f0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#aaaaaa));
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf0f0f0, endColorstr=#FFaaaaaa);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf0f0f0, endColorstr=#FFaaaaaa)"; }

/* footer for all pages */
.copyright {
  clear: left;
  border-top: 1px solid #e5e5e5; }
  .copyright p {
    margin: 10px; }
  .copyright img {
    vertical-align: middle; }

/* content wrapper */
#wrapper {
  clear: left; }

/* content styles */
.content {
  margin: 1px 0 30px -1px;
  padding: 14px 0 14px;
  min-height: 300px; }
  .content .content-inner {
    padding: 0 0 0 19px;
    margin-left: 0;
    min-height: 300px; }
  .content a {
    font-weight: 500; }
  .content h2 {
    margin-left: 20px; }
  .content .features {
    clear: left;
    margin-left: 30px; }
  .content h3 {
    font-weight: 600;
    margin: 0 40px 30px 20px;
    font-size: 24px;
    line-height: 24px;
    color: #333333; }
  .content img {
    float: left;
    max-width: 200px; }
  .content p {
    margin: 0 20px 20px; }
  .content ul {
    margin-bottom: 30px;
    margin-left: 20px; }
    .content ul li {
      padding-left: 22px;
      background: url(/images/marketing/sprite-buttons.png) -36px -296px no-repeat;
      margin-bottom: 10px; }

@media screen and (max-width: 680px) {
  .content img {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    max-width: 200px; } }
.intro {
  font-size: 18px;
  line-height: 24px;
  padding: 0 40px 0 0; }

.flash_success {
  position: absolute;
  left: 50%;
  margin-left: -66px;
  margin-top: -114px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px; }

.flash_success {
  background-color: rgba(233, 233, 233, 0.4);
  width: 289px;
  padding: 20px; }

.flash_error {
  display: block;
  margin: 30px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px;
  background: url(/images/marketing/err-icon.png) 15px 50% no-repeat;
  background-color: rgba(233, 233, 233, 0.4);
  padding-left: 77px;
  max-width: 600px; }

/* Download free button */
.download-free {
  font-family: "avenir-book", Avenir, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: white;
  padding: 4px 13px 3px 13px;
  margin: -8px 30px 0 0;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 3px #aaaaaa;
  -webkit-box-shadow: 0px 1px 3px #aaaaaa;
  box-shadow: 0px 1px 3px #aaaaaa;
  border-width: 0;
  text-shadow: 0 1px 0 #aa4400;
  background: #ff6803 url(/images/marketing/fallback/buttons.png) 0 -185px repeat-x;
  background: -moz-linear-gradient(100% 100% 90deg, #d95904, #ff6803);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6803), to(#d95904));
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFff6803, endColorstr=#FFd95904);
  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFff6803, endColorstr=#FFd95904)"; }
  .download-free img {
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 5px; }
  .download-free:hover {
    text-decoration: none;
    background: #772200;
    color: white;
    background: #ff6803 url(/images/marketing/fallback/buttons.png) 0 -220px repeat-x;
    background: -moz-linear-gradient(100% 100% 90deg, #772200, #ff6803);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6803), to(#772200));
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFff6803, endColorstr=#FF772200);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFff6803, endColorstr=#FF772200)"; }

/* specific page styles */
.login_form {
  margin-left: 5px; }
  .login_form [class^="icon-"] {
    left: 0;
    background-image: url(/images/marketing/login-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    margin: 10px 0 0 11px;
    pointer-events: none; }
  .login_form .icon-password {
    background-position: 0 -20px;
    margin-top: 13px; }
  .login_form .toggle-password-hide {
    float: right;
    left: 0;
    cursor: pointer;
    font-family: "avenir-book", Avenir, Arial, sans-serif;
    font-size: 10px;
    color: #979797;
    line-height: 32px;
    margin-top: -35px;
    margin-left: 265px;
    font-weight: 600;
    padding-right: 8px;
    user-select: none;
    width: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    .login_form .toggle-password-hide:before {
      content: "";
      display: block;
      width: 15px;
      height: 13px;
      position: absolute;
      margin-top: 9px;
      margin-left: -14px;
      background: url(/images/marketing/password-icons.png) 0 -13px no-repeat; }
    .login_form .toggle-password-hide.text:before {
      background-position: 0 0; }
  .login_form input[type="text"], .login_form input[type="password"] {
    background-color: #e9e9e9;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #979797;
    display: block;
    float: left;
    font-family: "avenir-book", Avenir, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 39px;
    width: 201px; }
    .login_form input[type="text"]:-webkit-autofill, .login_form input[type="password"]:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #e9e9e9 inset; }
    .login_form input[type="text"]:focus, .login_form input[type="password"]:focus {
      box-shadow: inset 0 1px 2px rgba(153, 153, 153, 0.45); }
    .login_form input[type="text"]:focus::-webkit-input-placeholder, .login_form input[type="password"]:focus::-webkit-input-placeholder {
      color: transparent; }
    .login_form input[type="text"]:focus:-moz-input-placeholder, .login_form input[type="password"]:focus:-moz-input-placeholder {
      color: transparent; }
    .login_form input[type="text"]:focus::-moz-input-placeholder, .login_form input[type="password"]:focus::-moz-input-placeholder {
      color: transparent; }
    .login_form input[type="text"]:focus:-ms-input-placeholder, .login_form input[type="password"]:focus:-ms-input-placeholder {
      color: transparent; }
  .login_form input[type="text"].padded-password-input {
    padding: 0 87px 0 41px; }
  .login_form input[type="password"] {
    width: auto; }
    .login_form input[type="password"].padded-password-input {
      padding: 0 87px 0 41px; }
  .login_form input#user_password {
    margin-top: 2px;
    width: 100%; }
  .login_form input#user_email {
    width: 100%;
    padding: 0 28px 0 41px; }
  .login_form .l4b-link {
    background-image: none;
    margin: 0;
    pointer-events: inherit;
    position: static;
    width: auto; }
    .login_form .l4b-link:before {
      margin-right: 10px; }

.submit_buttons input[type="submit"] {
  border: none;
  float: left;
  font-size: 18px;
  display: block;
  color: #f4f4f4;
  font-family: "avenir-book", Avenir, Arial, sans-serif;
  text-shadow: none;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  background: #3cb44b;
  line-height: 41px;
  margin: 2px 0 0;
  padding: 0 34px 0 34px;
  height: 40px;
  -webkit-transition: background 150ms, color 150ms, box-shadow 150ms;
  -moz-transition: background 150ms, color 150ms, box-shadow 150ms;
  -o-transition: background 150ms, color 150ms, box-shadow 150ms;
  transition: background 150ms, color 150ms, box-shadow 150ms; }
  .submit_buttons input[type="submit"]:hover {
    cursor: pointer;
    background-color: #3ecb50;
    color: white; }

.footer {
  margin-top: 100px; }
  .footer p {
    margin: 110px auto 30px;
    font-size: 0.8em;
    line-height: 1.5em; }

.l4b-log-in {
  border-top: 1px solid #e9e9e9;
  margin-top: 36px;
  padding-top: 20px; }

/* Login page */
#pre-wrapper .container_12 {
  width: 600px;
  position: relative;
  left: -40px; }
#pre-wrapper .grid_3.logo-container {
  width: 234px;
  height: 70px; }
  #pre-wrapper .grid_3.logo-container img {
    max-width: 100%; }

h1.logo-header {
  background: url(/images/marketing/lookout-logo.png) 0 0 no-repeat;
  width: 234px;
  height: 70px;
  text-indent: -9999px;
  margin: -4px 0 0 -3px;
  background-position: center center;
  margin-top: -20px;
  background-size: 160px; }

h1.gg-logo-header {
  background: url(/images/marketing/gg_logo.png) 0 0 no-repeat;
  width: 218px;
  height: 105px;
  text-indent: -9999px;
  margin: 41px 0 0 0; }

.form_field {
  margin-top: 2px;
  margin-bottom: 20px;
  position: relative; }
  .form_field label {
    width: 280px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 15px;
    padding-top: 9px;
    padding-bottom: 5px; }

.reset_instructions {
  display: block;
  margin: auto;
  margin-bottom: 30px; }

.submit_buttons input[type="submit"] {
  display: inline-block;
  margin-right: 15px; }
.submit_buttons .reset_password {
  white-space: nowrap;
  font-size: 18px;
  color: #3cb44b;
  display: block;
  font-family: "avenir-book", Avenir, Arial, sans-serif;
  font-weight: 500;
  padding: 9px 0 7px 0px;
  line-height: normal;
  margin: auto;
  margin-top: 6px;
  display: inline-block;
  float: left; }

.account-actions {
  margin-top: 3px;
  font-family: "avenir-book", Avenir, Arial, sans-serif;
  font-size: 14px; }
  .account-actions a {
    font-weight: 600;
    color: #3cb44b;
    cursor: pointer; }
  .account-actions span {
    margin: 0 12px;
    color: #979797; }

@media screen and (max-width: 680px) {
  .background-container {
    background-size: 605px auto;
    height: 185px;
    margin-bottom: -75px; }

  .flash_error {
    max-width: 80%;
    min-height: 70px;
    height: auto; }

  body #pre-wrapper {
    min-width: 320px; }
    body #pre-wrapper .container_12 {
      max-width: 90%;
      left: 0; }
      body #pre-wrapper .container_12 .error_page {
        left: 0; }
      body #pre-wrapper .container_12 .recover .form_field label, body #pre-wrapper .container_12 .recover .form_field input {
        display: block;
        width: 100%;
        max-width: 400px;
        float: none;
        text-align: left; }
      body #pre-wrapper .container_12 .recover .submit_buttons input[type="submit"] {
        float: none; }
    body #pre-wrapper .grid_3.logo-container {
      height: 68px;
      width: 100%;
      margin-left: auto; }
      body #pre-wrapper .grid_3.logo-container img {
        max-width: 75%;
        display: block;
        margin: auto; }

  h1.logo-header {
    margin: 0 0 0 6px;
    width: 282px;
    background-position: center 0; }

  .login_form input[type="text"], .login_form input[type="password"] {
    width: 100%;
    font-size: 16px; }
    .login_form input[type="text"]#user_email, .login_form input[type="password"]#user_email {
      width: 100%; }
  .login_form .toggle-password-hide {
    font-size: 10px;
    margin-left: 235px; }

  .submit_buttons .reset_password {
    font-size: 16px; }
  .submit_buttons input[type="submit"] {
    padding: 0 40px 0 35px; }

  .account-actions {
    font-size: 12px;
    margin-top: -16px; } }
@media screen and (min-width: 1210px) {
  .background-container {
    background-size: 100% auto; } }
/* Registration page */
.registration {
  text-align: center; }
  .registration .platforms {
    padding: 0 32%; }
  .registration .app_markets {
    padding: 0 29%; }
  .registration .download-free {
    padding: 7px 13px 7px;
    cursor: pointer;
    float: left; }
  .registration .form_field {
    margin-bottom: 0; }
    .registration .form_field label {
      width: 398px;
      font-weight: bold; }
  .registration #country {
    float: left;
    margin-top: 10px; }
  .registration #country_code {
    float: left;
    margin: 9px 5px 0 0; }
  .registration #phone_number {
    float: left;
    margin-top: 9px;
    width: 225px;
    font-size: 15px; }
  .registration .submit_buttons {
    margin: 20px 0;
    padding-left: 387px; }
  .registration .disclaimer {
    font-size: 0.8em; }
  .registration .android_link {
    margin-right: 10px; }
  .registration .iphone_link {
    margin-right: 10px; }

/* Registration confirmation */
.activate {
  text-align: center; }
  .activate .activation_steps {
    width: 588px;
    margin: 0 auto;
    display: block;
    float: none;
    text-transform: none;
    font-weight: normal;
    line-height: 1.2; }
    .activate .activation_steps li {
      width: 176px;
      float: left;
      list-style: none;
      margin: 0 30px 0 0; }
    .activate .activation_steps .last {
      margin: 0; }
    .activate .activation_steps p {
      margin: 0 0 1em; }
  .activate .done {
    clear: both;
    text-align: center; }
  .activate .download-free {
    float: none;
    padding: 7px 13px;
    margin: 0; }
  .activate .screenshot {
    margin-bottom: 1em; }

/* Account recovery */
.recover {
  margin-top: 10px;
  margin-bottom: 50px; }
  .recover .form_field input {
    font-family: "avenir-book", Avenir, Arial, sans-serif;
    background-color: #e9e9e9;
    width: 298px;
    margin: 0px 0px 10px 0px;
    padding: 10px 7px 10px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #979797;
    font-size: 18px;
    font-weight: 400;
    display: inline-block; }
    .recover .form_field input.error {
      border: 1px solid #da0000; }
    .recover .form_field input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #e9e9e9 inset; }
    .recover .form_field input:focus {
      box-shadow: inset 0 1px 2px rgba(153, 153, 153, 0.45); }
    .recover .form_field input:focus::-webkit-input-placeholder {
      color: transparent; }
    .recover .form_field input:focus:-moz-input-placeholder {
      color: transparent; }
    .recover .form_field input:focus::-moz-input-placeholder {
      color: transparent; }
    .recover .form_field input:focus:-ms-input-placeholder {
      color: transparent; }
  .recover .submit_buttons {
    clear: both; }
    .recover .submit_buttons input[type="submit"] {
      float: right;
      margin-right: 8px;
      width: 298px; }
  .recover .email_support {
    clear: both;
    margin: 3em 0 0; }

#change_subscriptions_form .account_settings {
  margin: 0 auto 1em; }
  #change_subscriptions_form .account_settings th {
    text-align: right;
    padding-right: 1em; }
#change_subscriptions_form .button_container {
  text-align: center; }

/* Premium pages */
#premium_pitch {
  padding-left: 10px;
  margin-bottom: 30px; }
  #premium_pitch h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px; }
  #premium_pitch .main_head {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 20px; }
  #premium_pitch .device_and_quotes {
    margin: 0 0 0 80px; }
  #premium_pitch .demo_image {
    margin: 20px 45px 40px 55px;
    display: block;
    float: left; }
  #premium_pitch .main_pitch {
    width: 310px;
    font-size: 1.1em;
    float: left;
    margin-top: 30px; }
    #premium_pitch .main_pitch p, #premium_pitch .main_pitch li {
      margin-bottom: 1em; }
    #premium_pitch .main_pitch ul {
      font-weight: bold;
      list-style-position: inside; }
  #premium_pitch .and_more {
    list-style-type: none;
    font-weight: bold;
    width: 557px; }
    #premium_pitch .and_more li {
      display: block;
      float: left;
      width: 263px;
      background-image: none;
      padding: 0 15px 0 0;
      margin: 0 0 1em 0; }

#pro_details {
  clear: left; }

#problems_and_terms {
  margin-top: 1em; }

.savings_callout {
  background: #70b43e url("/images/premium/savings_bg.png") left center no-repeat;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px 3px 21px;
  text-shadow: black 0px 1px 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

#signup_form {
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#f4f4f4), to(white));
  background-image: -moz-linear-gradient(0% 0% 0deg, #f4f4f4, white);
  padding: 25px 0 1em 10px;
  margin-bottom: 10em; }
  #signup_form .choose {
    width: 75%; }
  #signup_form input[type="text"], #signup_form input[type="email"], #signup_form input[type="password"] {
    width: 218px;
    font-size: 15px;
    border: 1px solid;
    border-color: #a3a3a3 #c3c3c3 #dadada;
    padding: 9px 10px 5px;
    -moz-box-shadow: 1px 1px 5px #aaaaaa inset;
    -webkit-box-shadow: 1px 1px 5px #aaaaaa inset;
    box-shadow: 1px 1px 5px #aaaaaa inset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #signup_form .cc_container {
    margin-right: 0; }
  #signup_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0; }
  #signup_form h3 {
    font-size: 15px;
    line-height: 22px; }
  #signup_form .error {
    color: red; }
  #signup_form input.error, #signup_form select.error {
    color: #444444;
    border: 2px solid red; }
  #signup_form label {
    display: block; }
  #signup_form .mechanism_switcher {
    margin-top: -10px; }
  #signup_form .tmo_billing_terms {
    margin-top: -10px;
    font-size: 10px;
    line-height: 12px; }
  #signup_form #price_switcher {
    margin-bottom: 0; }
    #signup_form #price_switcher img {
      vertical-align: text-bottom; }
    #signup_form #price_switcher td {
      vertical-align: top; }
    #signup_form #price_switcher label {
      padding-left: 0.5em; }
  #signup_form .denomination {
    padding-left: 0.5em;
    color: #929292; }
  #signup_form .note {
    font-size: 12px;
    line-height: 14px; }
  #signup_form h2, #signup_form h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-right: 30px; }
  #signup_form #cvv {
    width: auto; }
  #signup_form #error-area {
    color: red; }
    #signup_form #error-area.disabled {
      display: none; }
    #signup_form #error-area p {
      margin-bottom: 0.25em; }
    #signup_form #error-area ul {
      margin: 0;
      padding: 0 0 0 1.1em; }
  #signup_form .submit, #signup_form .big_button {
    font-size: 17px;
    line-height: normal;
    font-weight: bold;
    color: white;
    text-shadow: 0px -1px 1px #4d8322;
    box-shadow: 0px 1px 3px #999999;
    cursor: pointer;
    padding: 5px 30px;
    border-width: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #6aac36;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#79c041), to(#609e2e));
    background-image: -moz-linear-gradient(0% 90% 90deg, #609e2e, #79c041);
    width: 242px; }
  #signup_form #cancel {
    color: black;
    float: right;
    margin: 8px 14px; }
  #signup_form #submitButtons {
    margin-bottom: 28px; }
  #signup_form .big_button {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center; }
  #signup_form .center {
    text-align: center; }
  #signup_form .secondary_button, #signup_form .tertiary_button {
    color: black;
    background-image: none;
    text-shadow: none; }
  #signup_form .secondary_button {
    background-color: #c2c2c2; }
  #signup_form .tertiary_button {
    background-color: white;
    border-color: #c2c2c2; }

/* direct to premium purchase confirmation */
#premium_confirmation h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0; }
#premium_confirmation h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0; }
#premium_confirmation .payment_details {
  background-color: #efefef;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
#premium_confirmation .alpha .next_step {
  margin-left: 20px; }
#premium_confirmation .omega .next_step {
  margin-right: 20px; }
#premium_confirmation .next_step {
  border: 1px solid #f3f3f3;
  padding: 15px;
  min-height: 150px;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#f4f4f4), to(white));
  background-image: -moz-linear-gradient(0% 100% 90deg, #f4f4f4, white);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 3em; }
  #premium_confirmation .next_step p {
    margin: 0;
    line-height: 18px;
    font-weight: normal;
    color: #444444; }
  #premium_confirmation .next_step strong {
    color: #3cb44b; }
#premium_confirmation .final_step {
  margin-bottom: 6em; }

a.grid_4 {
  text-decoration: none; }
  a.grid_4:hover {
    text-decoration: none; }

.partner_logo {
  float: right;
  padding-right: 1em; }

.partner_logo.sprint {
  margin-top: -17px;
  margin-right: 10px; }

.flash_error {
  padding-top: 1em;
  clear: both; }

#premium_confirmation .next_step img {
  display: block;
  margin: 0 auto; }
#premium_confirmation #market_link {
  display: block;
  margin-top: 36px; }
#premium_confirmation #qr_code {
  margin-top: 6px; }
#premium_confirmation #mobile_screenshot {
  position: absolute;
  bottom: 0;
  right: 20px; }

.error_page {
  height: 504px;
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 36px;
  left: 40px;
  position: relative;
  line-height: 1; }

.error_page_head {
  padding-top: 150px; }

.error_page_foot {
  font-size: 18px;
  line-height: 1;
  margin: 10px 48px 0; }

.error_page_note {
  padding-top: 1.2em;
  font-weight: normal; }

#language_footer {
  padding: 10px;
  border-top: 1px dotted #e5e5e5; }
  #language_footer .language {
    display: inline;
    width: auto;
    margin: 0px 15px 0px 0px;
    float: left;
    color: #3cb44b; }
  #language_footer .active {
    margin-left: 0.75em;
    font-weight: bold;
    color: #333333; }
  #language_footer .label {
    color: #888888;
    padding-right: 16px;
    background: url("/images/layouts/sprite-buttons.png") right -296px no-repeat; }
  #language_footer img {
    float: left;
    vertical-align: middle; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
  background-color: white;
  z-index: 18;
  border-bottom: #e8e8e8 1px solid; }
  #header .content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    min-height: 0; }
    #header .content .grid_3.logo-container {
      float: none;
      margin: 0; }

.nav {
  text-align: right;
  position: relative;
  top: 0px; }
  .nav .top-level {
    height: 73px;
    vertical-align: middle;
    padding: 13px;
    max-width: 1366px;
    margin: 0 auto; }
    .nav .top-level a {
      display: inline-block;
      text-decoration: none;
      color: #373737;
      margin-left: 30px;
      font-size: 18px;
      font-weight: 500;
      margin-top: 6px;
      padding: 8px 20px 7px 20px;
      text-transform: capitalize; }
      .nav .top-level a:hover, .nav .top-level a.selected {
        color: #26ab36; }
      .nav .top-level a.login {
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        border-radius: 3px;
        border: 1px solid #9d9d9d; }
        .nav .top-level a.login:hover {
          color: #373737;
          background: #e8e8e8; }
      .nav .top-level a:first-child {
        margin-left: 0; }

#footer {
  background-color: #faf9f9;
  padding: section-padding;
  padding-top: 90px;
  padding-bottom: 50px; }
  #footer .content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px; }
  #footer .cols {
    overflow: hidden; }
  #footer .col {
    float: left;
    width: 25%;
    padding: 0 5px 0 5px;
    overflow: hidden; }
    #footer .col h4 {
      font-size: 20px;
      margin-bottom: 25px;
      color: darke(#373737, 10%);
      font-weight: normal; }
      #footer .col h4 span {
        font-size: 11px;
        float: right;
        display: none;
        position: relative;
        top: 5px;
        @media(max-width:$tablet) {
          display: block; }
 }
    #footer .col.col-1 {
      width: 27%;
      max-width: 310px;
      margin-right: 50px; }
    #footer .col.col-2 {
      width: 16%; }
    #footer .col.col-3 {
      width: 24%; }
    #footer .col.col-4 {
      width: 22%; }
    #footer .col.col-1 .copy {
      width: 85%; }
    #footer .col.col-1 .footer-logo {
      margin-bottom: 30px;
      height: 27px;
      background-image: url(/images/lookout-logo.png);
      background-repeat: no-repeat;
      background-size: contain; }
    #footer .col.col-1 p {
      font-size: 16px;
      line-height: 26px;
      color: #7c7c7c;
      margin: 0;
      margin-bottom: 30px; }
    #footer .col.col-1 .btn {
      text-align: center;
      color: white;
      font-size: 18px;
      padding: 20px 0;
      width: 100%;
      box-shadow: none;
      text-shadow: none;
      border-radius: 3px; }
    #footer .col a {
      display: block;
      margin: 12px 0 15px 0;
      color: #6f6f6f;
      font-size: 16px; }
      #footer .col a:hover {
        color: #26ab36; }
  #footer .bottom-wrap {
    position: relative; }
  #footer .bottom-copy {
    margin-top: 60px; }
    #footer .bottom-copy p {
      color: #bcbcbc;
      font-size: 12px;
      line-height: 16px;
      margin-left: 0;
      margin-right: 300px;
      margin-bottom: 10px; }
      #footer .bottom-copy p p {
        width: 80%;
        margin: 0 auto; }
  #footer .bottom-nav a {
    display: inline-block;
    color: #373737;
    font-size: 14px;
    text-decoration: none; }
    #footer .bottom-nav a:hover {
      text-decoration: none; }
    #footer .bottom-nav a:before {
      content: "|";
      color: #bcbcbc;
      position: relative;
      padding: 0 10px; }
    #footer .bottom-nav a:first-child:before {
      display: none; }
  #footer .bottom-social-links {
    position: absolute;
    right: 0;
    top: 0; }
    #footer .bottom-social-links a {
      color: #898989;
      font-size: 24px;
      margin-left: 15px; }
      #footer .bottom-social-links a:hover {
        color: #26ab36; }
  #footer .select-wrap {
    margin-top: 15px; }

.select-wrap {
  border: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }
  .select-wrap .icon-arrow2 {
    top: 13px;
    right: 17px;
    font-size: 9px;
    color: #6f6f6f;
    position: absolute; }
  .select-wrap select {
    border: 0;
    width: 100%;
    border-radius: 0;
    background: white;
    font-size: 11px;
    color: #e8e8e8;
    -webkit-appearance: none;
    padding: 10px 40px 10px 20px;
    color: #565a5c; }

.btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  background-color: #006860;
  color: white;
  font-size: 16px;
  padding: 12px 26px 12px 26px;
  font-weight: 400;
  border: 1px solid #26ab36;
  color: #373737;
  background-color: white; }
  .btn:hover {
    color: white;
    background-color: #26ab36; }
  .btn.large {
    font-size: 22px;
    padding: 15px 35px 14px 35px; }
  .btn.small {
    font-size: 13px;
    padding: 6px 15px 5px 15px; }
  .btn.marquee-btn {
    font-size: 20px;
    padding: 20px 26px 20px 26px; }
  .btn.green {
    background-color: #26ab36;
    color: white;
    border: none; }
    .btn.green:hover {
      background-color: #2bc03d; }
  .btn.white {
    border: 1px solid white;
    color: white; }
  .btn.grey-border {
    border: 1px solid #e8e8e8; }
    .btn.grey-border:hover {
      border: 1px solid #26ab36; }
  .btn.gradient {
    background-color: white;
    color: #0e3545;
    border: 1px solid white;
    font-weight: 400; }
    .btn.gradient:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: white; }
  .btn.grey {
    background-color: white;
    border: 1px solid #bcbcbc;
    color: #373737; }
    .btn.grey:hover {
      color: #006860;
      border-color: #006860;
      background-color: rgba(255, 255, 255, 0.4); }
  .btn.darkgrey {
    background: #373737;
    padding: 10px 20px;
    border: none;
    margin: 0 10px; }
    @media (max-width: 420px) {
      .btn.darkgrey {
        margin: 5px 10px; } }
  @media (max-width: 420px) {
    .btn {
      width: 80%; } }

@media(min-width:769px) {
  #footer .links {
    display: block !important; } }

@media(max-width:$tablet) {
  #footer .links {
    padding: 30px;
    padding-top: 0; } }

@media(max-width: 1270px) {
  #header .nav .top-level {
    padding-left: 20px;
    padding-right: 20px; }

  #footer .col.col-1 {
    padding-left: 20px; }
  #footer .bottom-wrap {
    padding: 20px; }
  #footer .bottom-social-links {
    right: 20px; } }

@media (max-width: 1185px) {
  #header .nav .top-level {
    padding: 8px 10px 7px 10px; }
    #header .nav .top-level a {
      font-size: 16px; } }
@media (max-width: 960px) {
  #header .nav .top-level {
    padding: 8px 10px 7px 10px; }
    #header .nav .top-level a {
      font-size: 16px;
      padding: 8px 8px 7px 8px; }

  #footer .col.col-1 {
    width: 30%;
    margin-right: 35px; }
  #footer .col.col-2 {
    width: 17%; }
  #footer .col.col-3 {
    width: 28%; }
  #footer .col.col-4 {
    width: 19%; }
  #footer .col h4 {
    font-size: 16px; }
  #footer .col a {
    font-size: 14px; }
  #footer .col.col-1 .copy {
    width: 100%;
    padding: 0 30px; }
  #footer .col.col-1 p {
    font-size: 15px;
    line-height: 19px; } }
@media(max-width:900px) {
  #header .nav .top-level {
    padding: 15px;
    padding-right: 20px; }
    #header .nav .top-level a {
      font-size: 15px;
      padding: 8px 8px 7px 8px; } }

@media(max-width:800px) {
  #header .nav .top-level a {
    font-size: 14px;
    padding: 8px 4px 7px 4px; } }

@media(max-width: $tablet + 1) {
  #header .nav .top-level a {
    font-size: 14px;
    padding: 8px 4px 7px 4px; } }

@media(max-width: 768px) {
  #header .nav {
    display: none; }

  #footer .bottom-wrap {
    padding: 0 30px; }
  #footer .bottom-copy {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px; }
    #footer .bottom-copy p {
      margin-right: 0px; }
  #footer .bottom-nav {
    width: 100%;
    text-align: center; }
  #footer .bottom-social-links {
    display: none; } }

@media(max-width: 768px) {
  #footer {
    padding: 30px 0; }
    #footer .col h4 {
      margin-bottom: 0;
      padding: 20px 30px 20px 30px;
      font-size: 20px;
      cursor: pointer; }
    #footer .col.col-1 {
      float: none;
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px; }
      #footer .col.col-1 .copy {
        width: 90%;
        margin: 0 auto; }
      #footer .col.col-1 .btn {
        max-width: 220px;
        margin: 0 auto; }
    #footer .col.col-2, #footer .col.col-3, #footer .col.col-4 {
      float: none;
      width: 100%;
      border-bottom: 1px solid #e8e8e8; }
    #footer .col.col-2 {
      border-top: 1px solid #e8e8e8; }
    #footer .col .links {
      display: none; }
      #footer .col .links a {
        display: block;
        font-size: 16px;
        margin-right: 15px; } }

@media (max-width: 420px) {
  #header .content {
    width: 96%; }

  #footer .col.col-1 .copy {
    padding: 0;
    width: 85%; }
    #footer .col.col-1 .copy p {
      font-size: 18px;
      line-height: 25px; }
    #footer .col.col-1 .copy .btn {
      width: 100%;
      margin-bottom: 50px;
      max-width: initial; } }
