*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html {
  height: 100%; }
  @media (min-width: 320px) {
    html {
      background-color: #f2f2f2; } }
  @media (max-width: 319px) {
    html {
      background-color: #fff; } }
  html.chromeless {
    background-color: #fff; }

body {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  color: #424f59;
  font-size: 14px;
  font-weight: 300; }
  @media (min-width: 320px) {
    body {
      padding-bottom: 20px; } }
  @media (max-width: 319px) {
    body {
      margin: 0;
      padding: 0; } }

noscript {
  top: 10%; }
  .js noscript {
    display: none; }

.browsehappy {
  top: 25%; }

noscript,
.browsehappy {
  color: #d63920;
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%; }
  noscript a,
  .browsehappy a {
    color: #d63920; }

a {
  color: #0996f8;
  cursor: pointer; }
  a:active {
    outline: none; }
  a:focus {
    outline: 1px dotted #0996f8; }

header h1,
header h2,
header h3 {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  line-height: 1em;
  margin: 0; }

header h1 {
  font-weight: inherit; }
  @media (min-width: 521px) and (min-height: 481px) {
    header h1 {
      font-size: 24px;
      margin: 0 0 24px 0; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    header h1 {
      font-size: 20px;
      margin: 0 0 16px 0; } }
  @media (max-width: 319px) {
    header h1 {
      font-size: 18px;
      margin: 0 0 10px 0; } }
  header h1#fxa-choose-what-to-sync-header {
    margin-bottom: 10px; }
  header h1 .service,
  header h1 .email {
    display: block; }
    @media (min-width: 521px) and (min-height: 481px) {
      header h1 .service,
      header h1 .email {
        font-size: 18px;
        margin-top: 10px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      header h1 .service,
      header h1 .email {
        font-size: 14px;
        font-weight: inherit;
        margin-top: 4px; } }
  .chromeless header h1 .service {
    display: none; }
  header h1 .email {
    color: #8a9ba8;
    word-break: break-all; }

header h2 {
  font-size: 24px;
  font-weight: inherit; }

button,
input {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: inherit; }

input[type='radio'] {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  font-size: 18px;
  height: 10px;
  margin: 5px;
  outline: none;
  padding: 4px;
  vertical-align: middle;
  width: 10px; }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    input[type='radio'] {
      font-size: 16px; } }
  input[type='radio']:active {
    box-shadow: 0 0 0 2px #55b8eb; }
  input[type='radio']:checked {
    background: #0097d0;
    background-clip: content-box; }
  input[type='radio']:hover {
    border: 1px solid #0097d0; }

@media (min-width: 521px) and (min-height: 481px) {
  section p {
    font-size: 18px; } }

@media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
  section p {
    font-size: 14px; } }

section p.prefillEmail {
  word-wrap: break-word; }
  @media (min-width: 320px) {
    section p.prefillEmail {
      margin-top: 24px; } }
  @media (max-width: 319px) {
    section p.prefillEmail {
      margin-top: 10px; } }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #8a9ba8 !important;
  opacity: 1; }

.email {
  display: block; }

.browsehappy {
  display: block; }

a[href^='http'].visible-url {
  color: #424f59;
  cursor: default;
  pointer-events: none;
  text-decoration: none; }

a[data-visible-url^='http']::after {
  border-bottom: 1px solid #fff;
  content: " (" attr(href) ") ";
  word-break: break-all; }

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

* html .clearfix {
  height: 1%; }

#main-content {
  background: #fff;
  text-align: center; }
  @media (min-width: 521px) and (min-height: 481px) {
    #main-content.card {
      width: 420px; } }
  #main-content.panel {
    max-width: 750px;
    width: 96%; }
    #main-content.panel .panel-text-content {
      text-align: left; }
  @media (min-width: 521px) and (min-height: 481px) {
    #main-content {
      border-radius: 4px;
      box-shadow: 0 1px 5px #8a9ba8;
      margin: -15px auto 0 auto;
      min-height: 420px;
      padding: 50px 40px 40px 40px; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    #main-content {
      border: 1px solid #c3cfd8;
      border-bottom: 2px solid #c3cfd8;
      border-radius: 2px;
      margin: -28px auto 0 auto;
      max-width: 360px;
      min-height: 300px !important;
      min-width: 300px;
      padding: 35px 20px 20px 20px;
      position: relative;
      width: 94%; } }
  @media (max-width: 319px) {
    #main-content {
      background: none;
      border: 0;
      margin: 10px auto 0 auto;
      min-width: 250px;
      padding: 0;
      top: 0;
      width: 250px; } }
  .chromeless #main-content {
    border: 0;
    box-shadow: none;
    margin-top: 0; }

#fxa-settings-content {
  background: #fff;
  margin: 0 auto; }
  @media (min-width: 521px) and (min-height: 481px) {
    #fxa-settings-content {
      border-radius: 4px;
      box-shadow: 0 1px 5px #8a9ba8;
      padding: 50px 20px 20px;
      width: 500px; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    #fxa-settings-content {
      border-bottom: 1px solid #b4bdc3;
      border-top: 1px solid #b4bdc3;
      padding: 30px 3% 10px;
      width: 100%; } }
  @media (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    #fxa-settings-content {
      border: 1px solid #b4bdc3;
      border-radius: 2px;
      max-width: 750px;
      padding-left: 20px;
      padding-right: 20px;
      width: 94%; } }

#fxa-settings-header {
  margin: 0 auto;
  padding: 0 3%;
  white-space: nowrap;
  width: 100%; }
  @media (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    #fxa-settings-header {
      max-width: 750px;
      padding: 0;
      width: 94%; } }

#stage {
  display: block;
  opacity: 0; }
  .static #stage {
    opacity: 1; }
  .lt-ie10 #stage {
    display: block; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0; }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  border-radius: 8px; }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Additional modifications of this Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.fxa-checkbox {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 1; }
  .fxa-checkbox.is-upgraded {
    padding-left: 24px; }
    .fxa-checkbox.is-upgraded:active .fxa-checkbox__box-outline {
      border: 2px solid rgba(66, 79, 89, 1.0); }
    .fxa-checkbox.is-upgraded:active.is-checked .fxa-checkbox__tick-outline {
      background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjEycHgiIGhlaWdodD0iNTYxLjVweCIgdmlld0JveD0iMCAwIDYxMiA1NjEuNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDU2MS41IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBpZD0icmVjdDM3ODAiIGZpbGw9IiM4QTlCQTgiIGQ9Ik00MC45NTEsMzUxLjY5OWw1Ny44NDctNTcuODQ3bDE1NC4yNTgsMTU0LjI1OGwtNTcuODQ3LDU3Ljg0OEw0MC45NTEsMzUxLjY5OXogTTEzNy4zNjEsNDQ4LjEwOUw0ODQuNDQsMTAxLjAzMWw1Ny44NDcsNTcuODQ3bC0zNDcuMDgsMzQ3LjA4TDEzNy4zNjEsNDQ4LjEwOXoiLz48L3N2Zz4=");
      background-size: cover;
      -webkit-filter: saturate(40%) brightness(50%);
              filter: saturate(40%) brightness(50%); }

.fxa-checkbox.is-upgraded input {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 0;
  line-height: 24px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0; }

.fxa-checkbox__box-outline {
  border-radius: 2px;
  border: 2px solid rgb(138, 155, 168);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 16px;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 16px;
  z-index: 2; }
  .fxa-checkbox.is-checked .fxa-checkbox__box-outline {
    border: 2px solid rgb(138, 155, 168); }
  fieldset[disabled] .fxa-checkbox .fxa-checkbox__box-outline,
  .fxa-checkbox.is-disabled .fxa-checkbox__box-outline {
    cursor: auto;
    -webkit-filter: opacity(30%);
            filter: opacity(30%); }

.fxa-checkbox__focus-helper {
  background-color: transparent;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  height: 0;
  left: 8px;
  position: absolute;
  top: 10px;
  width: 0; }
  .fxa-checkbox.is-focused .fxa-checkbox__focus-helper {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.1); }
  .fxa-checkbox.is-focused.is-checked .fxa-checkbox__focus-helper {
    background-color: rgba(138, 155, 168, 0.26);
    box-shadow: 0 0 0px 8px rgba(138, 155, 168, 0.26); }

.fxa-checkbox__tick-outline {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .fxa-checkbox.is-checked .fxa-checkbox__tick-outline {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjEycHgiIGhlaWdodD0iNTYxLjVweCIgdmlld0JveD0iMCAwIDYxMiA1NjEuNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDU2MS41IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBpZD0icmVjdDM3ODAiIGZpbGw9IiM4QTlCQTgiIGQ9Ik00MC45NTEsMzUxLjY5OWw1Ny44NDctNTcuODQ3bDE1NC4yNTgsMTU0LjI1OGwtNTcuODQ3LDU3Ljg0OEw0MC45NTEsMzUxLjY5OXogTTEzNy4zNjEsNDQ4LjEwOUw0ODQuNDQsMTAxLjAzMWw1Ny44NDcsNTcuODQ3bC0zNDcuMDgsMzQ3LjA4TDEzNy4zNjEsNDQ4LjEwOXoiLz48L3N2Zz4=");
    background-size: cover; }

.fxa-checkbox__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  position: relative; }
  fieldset[disabled] .fxa-checkbox .fxa-checkbox__label,
  .fxa-checkbox.is-disabled .fxa-checkbox__label {
    cursor: auto; }

html.iframe,
.iframe body {
  background-color: transparent; }

#close {
  display: none; }
  .iframe #close {
    color: #c3cfd8;
    display: inline-block;
    position: absolute;
    right: 25px;
    text-decoration: none;
    top: 40px;
    z-index: 2; }
  .chromeless #close {
    display: none; }

#fox-logo {
  background-image: url("/images/firefox.png");
  background-size: 80px 85px;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  position: relative;
  z-index: 1; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #fox-logo {
      background-image: url("/images/firefox@2x.png"); } }
  @media (min-width: 521px) and (min-height: 481px) {
    #fox-logo {
      height: 85px;
      margin: 0 auto;
      top: 30px;
      width: 80px; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    #fox-logo {
      background-size: auto 55px;
      height: 55px;
      margin: 10px auto 0 auto;
      top: 0;
      width: 100%; } }
  @media (max-width: 319px) {
    #fox-logo {
      display: none; } }
  .static #fox-logo {
    opacity: 1; }
  .lt-ie10 #fox-logo {
    opacity: 1; }
  .chromeless #fox-logo {
    display: none; }
  .screen-choose-what-to-sync #fox-logo {
    opacity: 0 !important; }

@media (min-width: 521px) and (min-height: 481px) {
  #about-mozilla {
    background: url("/images/mozilla.svg");
    cursor: pointer;
    height: 30px;
    opacity: 0.5;
    position: absolute;
    right: 12px;
    top: 12px;
    -webkit-transition: opacity 150ms;
            transition: opacity 150ms;
    width: 94px; }
    #about-mozilla:hover {
      opacity: 1; }
    #about-mozilla:focus {
      outline-color: #f2f2f2; } }

@media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
  #about-mozilla {
    display: none; } }

.chromeless #about-mozilla,
.fx-ios-sync #about-mozilla {
  display: none; }

.choose-what-to-sync #choose-what-to-sync-graphic {
  background-image: url("/images/choose_what_to_sync_devices.jpg");
  background-size: 200px 91px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100px;
  margin: 10px auto 0 auto;
  width: 200px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .choose-what-to-sync #choose-what-to-sync-graphic {
      background-image: url("/images/choose_what_to_sync_devices@2x.jpg"); } }
  @media (min-width: 521px) and (min-height: 481px) {
    .choose-what-to-sync #choose-what-to-sync-graphic {
      background-size: 300px 138px;
      height: 155px;
      margin: 20px auto 0 auto;
      width: 300px; } }

.choose-what-to-sync .success-email-created {
  margin: -35px 0 40px 0; }
  @media (max-width: 319px) {
    .choose-what-to-sync .success-email-created {
      margin-top: -5px; } }

.sms-row {
  position: relative; }
  .sms-row .sms-send {
    background: #0670cc;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    min-width: 55px;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    top: 1px;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 3; }
    .sms-row .sms-send.disabled {
      background-color: #fff;
      color: #8a9ba8; }
    html[dir='ltr'] .sms-row .sms-send {
      border-left: 1px solid #8a9ba8;
      right: 1px; }
    html[dir='rtl'] .sms-row .sms-send {
      border-right: 1px solid #8a9ba8;
      left: 1px; }
    @media (min-width: 521px) and (min-height: 481px) {
      .sms-row .sms-send {
        border-radius: 0 2px 2px 0;
        height: 43px;
        line-height: 42px; }
        html[dir='rtl'] .sms-row .sms-send {
          border-radius: 2px 0 0 2px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .sms-row .sms-send {
        border-radius: 0;
        height: 38px;
        line-height: 38px; } }

.faint {
  color: #8a9ba8; }

.sms-disclaimer {
  color: #8a9ba8;
  margin: 10px 0; }
  .sms-disclaimer a {
    color: #8a9ba8;
    text-decoration: underline; }

.tooltip {
  background: #d63920;
  border-radius: 2px;
  color: #fff;
  padding: 5px 12px;
  position: absolute;
  top: -32px;
  z-index: 5;
  /* tooltip caret */ }
  html[dir='ltr'] .tooltip {
    left: 3px; }
  html[dir='rtl'] .tooltip {
    right: 3px; }
  .tooltip a {
    color: #fff; }
  .tooltip::before {
    background: #d63920;
    bottom: -8px;
    content: '.';
    height: 16px;
    position: absolute;
    text-indent: -999px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    white-space: nowrap;
    width: 16px;
    z-index: -1; }
    html[dir='ltr'] .tooltip::before {
      left: 12px; }
    html[dir='rtl'] .tooltip::before {
      right: 12px; }
  .tooltip.tooltip-suggest {
    background: #0996f8; }
    .tooltip.tooltip-suggest::before {
      background-color: #0996f8; }
    .tooltip.tooltip-suggest > span {
      cursor: pointer;
      text-decoration: underline; }
      .tooltip.tooltip-suggest > span:focus {
        border-color: #fff;
        border-style: dotted;
        border-width: 1px;
        color: #fff; }
      .tooltip.tooltip-suggest > span.dismiss {
        margin-left: 5px;
        text-decoration: none; }
  .tooltip.tooltip-error {
    background: #d63920; }
    .tooltip.tooltip-error::before {
      background-color: #d63920; }
    .tooltip.tooltip-error a {
      text-decoration: underline; }
  .tooltip.tooltip-warning {
    background: #ff9500; }
    .tooltip.tooltip-warning::before {
      background-color: #ff9500; }
    .tooltip.tooltip-warning a {
      text-decoration: underline; }
  @media (max-width: 319px) {
    .tooltip {
      font-size: 12px; } }

/**
 * these are caret's attached to tooltips that hang below the
 * input element. The tooltip's top is set via JS.
 */
html[dir='rtl'] .tooltip-below::before,
.tooltip-below::before {
  top: -7px; }

.input-row {
  position: relative;
  width: 100%; }
  .input-row.input-row-age {
    margin-top: 25px; }
  @media (min-width: 320px) {
    .input-row {
      margin-bottom: 12px; } }
  @media (max-width: 319px) {
    .input-row {
      margin-bottom: 9px; } }
  .input-row:hover input:focus {
    border-color: #0996f8; }
  .input-row:hover input.invalid:focus {
    border-color: #d63920; }
  .input-row input {
    -webkit-transition: border-color 150ms, box-shadow 150ms;
            transition: border-color 150ms, box-shadow 150ms; }
    .input-row input[type='number']::-webkit-inner-spin-button, .input-row input[type='number']::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; }
    .input-row input[type='number'] {
      -moz-appearance: textfield; }
    .input-row input[type='email'], .input-row input[type='number'], .input-row input[type='password'], .input-row input[type='tel'], .input-row input[type='text'] {
      -webkit-appearance: none;
      -moz-appearance: textfield;
      background-color: #fff;
      border: 1px solid #8a9ba8;
      box-shadow: inset 0 1px 1px #f2f2f2;
      color: #424f59;
      outline: none;
      position: relative;
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition-property: border-color;
              transition-property: border-color;
      width: 100%;
      z-index: 2; }
      @media (min-width: 521px) and (min-height: 481px) {
        .input-row input[type='email'], .input-row input[type='number'], .input-row input[type='password'], .input-row input[type='tel'], .input-row input[type='text'] {
          border-radius: 4px;
          font-size: 18px;
          height: 45px; } }
      @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
        .input-row input[type='email'], .input-row input[type='number'], .input-row input[type='password'], .input-row input[type='tel'], .input-row input[type='text'] {
          border-radius: 2px;
          font-size: 16px;
          height: 40px; } }
      @media (max-width: 319px) {
        .input-row input[type='email'], .input-row input[type='number'], .input-row input[type='password'], .input-row input[type='tel'], .input-row input[type='text'] {
          padding: 0 10px; } }
      .input-row input[type='email']:hover, .input-row input[type='number']:hover, .input-row input[type='password']:hover, .input-row input[type='tel']:hover, .input-row input[type='text']:hover {
        border-color: #424f59; }
      .input-row input[type='email']:focus, .input-row input[type='number']:focus, .input-row input[type='password']:focus, .input-row input[type='tel']:focus, .input-row input[type='text']:focus {
        border-color: #0996f8;
        box-shadow: 0 0 0 2px rgba(97, 181, 255, 0.75); }
      .input-row input[type='email'].invalid, .input-row input[type='number'].invalid, .input-row input[type='password'].invalid, .input-row input[type='tel'].invalid, .input-row input[type='text'].invalid {
        border-color: #d63920;
        box-shadow: 0 0 0 2px rgba(231, 111, 92, 0.75); }
    html[dir='ltr'] .input-row input {
      padding: 0 0 0 20px; }
    html[dir='rtl'] .input-row input {
      direction: ltr;
      padding: 0 20px 0 0;
      text-align: right; }
    .input-row input[type='checkbox']:hover, .input-row input[type='checkbox']:focus {
      border: 1px solid #0996f8; }
  .input-row:last-child {
    margin-bottom: 0; }
  .input-row .input-help {
    color: #8a9ba8;
    margin-top: 6px;
    -webkit-transition: opacity 450ms;
            transition: opacity 450ms; }
    .input-row .input-help.input-help-complete-password {
      text-align: center; }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .input-row .input-help {
        font-size: 12px; } }
  .input-row .input-help-forgot-pw {
    text-align: left; }
  @media (min-width: 320px) {
    .input-row .input-help-focused {
      opacity: 0; } }
  @media (max-width: 319px) {
    .input-row .input-help-focused {
      opacity: 1; } }
  .input-row input:focus ~ .input-help-focused,
  .input-row label:active ~ .input-help-focused,
  .input-row label:focus ~ .input-help-focused {
    color: #0996f8;
    opacity: 1; }
  .input-row .label-helper {
    color: #8a9ba8; }
  .input-row .label-helper.focused {
    color: #0996f8; }

/**
* The select-row works as a hacky fix for FF30's regression on
* select list skinning. If ff fixes. the following css can be removed
* and all .select-rows can be replaced with input rows*
*/
.select-row-wrapper {
  height: 45px;
  position: relative; }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .select-row-wrapper {
      height: 40px; } }
  .select-row-wrapper .label-helper {
    left: 10px; }

.select-row {
  background-image: url("/images/ddarrow_inactive.png");
  background-size: 10px 17px;
  background-color: #fff;
  background-position: 96% center;
  background-repeat: no-repeat;
  border: 1px solid #8a9ba8;
  border-radius: 4px;
  cursor: pointer;
  height: 45px;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: border-color;
          transition-property: border-color;
  width: 100%;
  z-index: 2; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .select-row {
      background-image: url("/images/ddarrow_inactive@2x.png"); } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .select-row {
      border-radius: 2px;
      height: 40px; } }
  @media (max-width: 319px) {
    .select-row {
      background: none; } }
  .select-row.half-width {
    float: left;
    width: 48%; }
    .select-row.half-width:first-child {
      margin-right: 4%; }
    .select-row.half-width select {
      padding: 10px 10% 9px 10px;
      width: 94%; }
  .select-row:hover {
    background-image: url("/images/ddarrow_active.png");
    background-size: 10px 17px;
    border-color: #424f59; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .select-row:hover {
        background-image: url("/images/ddarrow_active@2x.png"); } }
    @media (max-width: 319px) {
      .select-row:hover {
        background: none; } }
    .select-row:hover select {
      color: #424f59; }
    .select-row:hover.disabled {
      background-image: url("/images/ddarrow_inactive.png");
      background-size: 10px 17px;
      background-color: #fff;
      background-position: 96% center;
      background-repeat: no-repeat;
      border: 1px solid #8a9ba8;
      cursor: default; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .select-row:hover.disabled {
          background-image: url("/images/ddarrow_inactive@2x.png"); } }
      @media (max-width: 319px) {
        .select-row:hover.disabled {
          background: none; } }
      .select-row:hover.disabled select {
        color: #8a9ba8; }
  .select-row select {
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    color: #8a9ba8;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    outline: none;
    padding: 9px 10% 9px 20px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 90%; }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .select-row select {
        font-size: 16px; } }
    @media (max-width: 319px) {
      .select-row select {
        padding-left: 10px; } }
    .select-row select option {
      background-color: #fff; }
  .select-row.select-focus {
    background-image: url("/images/ddarrow_active.png");
    background-size: 10px 17px;
    background-color: #f2f2f2;
    border-color: #0996f8; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .select-row.select-focus {
        background-image: url("/images/ddarrow_active@2x.png"); } }
    @media (max-width: 319px) {
      .select-row.select-focus {
        background: none; } }
    .select-row.select-focus select {
      color: #424f59; }
  .select-row.invalid-row {
    border-color: #d63920; }
  .select-row select::-ms-value {
    background: none; }
  .select-row select:focus::-ms-value {
    color: #424f59; }
  .select-row select:-moz-focusring {
    color: transparent !important;
    /* !important must be added or else the browser ignores the request */
    text-shadow: 0 0 0 #424f59 !important; }

@media (min-width: 320px) {
  .button-row {
    margin: 20px 0; } }

@media (max-width: 319px) {
  .button-row {
    margin: 10px 0; } }

.button-row .button {
  display: inline-block;
  text-decoration: none; }

.button-row .button,
.button-row button {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  background: #0996f8;
  border: 1px solid #0670cc;
  color: #fff;
  cursor: pointer;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: background-color;
          transition-property: background-color;
  width: 100%; }
  @media (min-width: 521px) and (min-height: 481px) {
    .button-row .button,
    .button-row button {
      border-radius: 4px;
      font-size: 24px;
      height: 65px;
      padding: 15px 0; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .button-row .button,
    .button-row button {
      border-radius: 2px;
      font-size: 20px;
      height: 46px;
      padding: 8px 0; } }
  @media (max-width: 319px) {
    .button-row .button,
    .button-row button {
      font-size: 18px;
      height: 43px;
      padding: 8px 0; } }
  .button-row .button:hover,
  .button-row button:hover {
    background: #0670cc;
    border-color: #005bab; }
  .button-row .button:active,
  .button-row button:active {
    background: #005bab;
    border-color: #004480; }
  .button-row .button:focus,
  .button-row button:focus {
    border-color: #f2f2f2;
    box-shadow: 0 0 0 2px rgba(97, 181, 255, 0.75); }

.button-row button:disabled,
.button-row button.disabled {
  background: #fbfbfb;
  border-color: #b1b1b1;
  color: #999;
  cursor: auto;
  opacity: 0.5; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * There are some dependencies for passwords in the _input-row partial
 */
.password-row {
  position: relative;
  /**
   * The addition of right, top, border-radius, and background-color are
   * all to fix a bug in firefox 29 where the right padding of the password
   * field is ignored and password text flows under the show/hide button. When
   * Firefox is fixed, top and right can be set to 0, height set to 44px,
   * border-radius and background-color removed.
   *
   * See https://bugzilla.mozilla.org/show_bug.cgi?id=965237
   */ }
  html[dir='ltr'] .password-row.input-row .password {
    padding-right: 75px; }
  html[dir='rtl'] .password-row.input-row .password {
    padding-left: 75px; }
  html[dir='ltr'] .password-row .input-help {
    text-align: left; }
    html[dir='ltr'] .password-row .input-help.input-help-focused {
      text-align: center; }
  html[dir='rtl'] .password-row .input-help {
    text-align: right; }
    html[dir='rtl'] .password-row .input-help.input-help-focused {
      text-align: center; }
  .password-row .input-help-signup {
    text-align: center; }
  .password-row .show-password {
    opacity: 0;
    position: absolute;
    width: 1px; }
  .password-row .show-password-label {
    background-color: #fff;
    color: #8a9ba8;
    cursor: pointer;
    font-size: 14px;
    min-width: 55px;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    top: 1px;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 3; }
    html[dir='ltr'] .password-row .show-password-label {
      border-left: 1px solid #8a9ba8;
      right: 1px; }
    html[dir='rtl'] .password-row .show-password-label {
      border-right: 1px solid #8a9ba8;
      left: 1px; }
    @media (min-width: 521px) and (min-height: 481px) {
      .password-row .show-password-label {
        border-radius: 0 2px 2px 0;
        height: 43px;
        line-height: 42px; }
        html[dir='rtl'] .password-row .show-password-label {
          border-radius: 2px 0 0 2px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .password-row .show-password-label {
        border-radius: 0;
        height: 38px;
        line-height: 38px; } }
  html[dir='ltr'] .password-row .password:focus ~ .show-password-label {
    border-left-color: #0996f8; }
  html[dir='rtl'] .password-row .password:focus ~ .show-password-label {
    border-right-color: #0996f8; }
  .password-row .password.empty ~ .show-password,
  .password-row .password.empty ~ .show-password-label {
    display: none; }
  html[dir='ltr'] .password-row .password.invalid ~ .show-password-label {
    border-left: 1px solid #d63920 !important; }
  html[dir='rtl'] .password-row .password.invalid ~ .show-password-label {
    border-right: 1px solid #d63920 !important; }

/**
 * IE8 blows up when changing the type of the password field
 * to a text field. Hide the show/hide button and reset
 * the password field's padding.
 */
.reveal-pw .password-row input[type='password'] {
  padding-right: 20px; }

.reveal-pw .show-password,
.reveal-pw .show-password-label {
  display: none; }

.show-password-label:hover,
.show-password-label:active,
.show-password-label:focus,
.show-password:hover + .show-password-label,
.show-password:active + .show-password-label,
.show-password:focus + .show-password-label {
  background: #f2f2f2;
  color: #424f59;
  outline: none; }

input[type='text'] ~ .show-password-label {
  background: #999;
  color: #fff; }

input[type='text'] ~ .show-password:focus + .show-password-label,
input[type='text'] ~ .show-password:active + .show-password-label,
input[type='text'] ~ .show-password:hover + .show-password-label,
input[type='text'] ~ .show-password-label:focus,
input[type='text'] ~ .show-password-label:active,
input[type='text'] ~ .show-password-label:hover {
  background: #0670cc;
  color: #fff; }

/* Custom rows */
.description {
  font-size: 18px; }

.links {
  clear: both;
  overflow: auto;
  padding: 1px;
  text-align: center; }
  .links + .extra-links {
    margin: 20px 0 15px 0; }
  .links .left {
    float: left;
    max-width: 50%;
    text-align: left; }
  .links .right {
    float: right;
    max-width: 50%;
    text-align: right; }
  .links .delayed-fadein {
    -webkit-animation: fadein 1s linear 5s forwards;
            animation: fadein 1s linear 5s forwards;
    opacity: 0; }
  .links.centered a:not(:only-child) {
    display: block;
    float: none;
    margin: 5px auto;
    max-width: 100%;
    padding-bottom: 10px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .links a {
    text-decoration: none; }
    .links a:hover {
      text-decoration: underline; }

ul.links {
  list-style: none;
  padding: 0; }
  ul.links li {
    margin: 12px 0;
    padding: 0; }

.extra-links,
.extra-links a {
  color: #8a9ba8;
  margin-top: 20px;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms; }

.extra-links a:active,
.extra-links a:hover,
.extra-links a:focus {
  color: #0996f8; }

.extra-links-choose-what-to-sync {
  margin-top: 0; }

.verification-email-message,
.signed-in-email-message {
  word-wrap: break-word; }

.customize-sync-row {
  color: #8a9ba8;
  margin-bottom: 10px !important; }

.marketing-email-optin-row {
  color: #8a9ba8; }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .marketing-email-optin-row {
      margin: 10px 0; } }
  @media (min-width: 521px) and (min-height: 481px) {
    .marketing-email-optin-row {
      margin: 20px 0 10px 0; } }
  .marketing-email-optin-row .fxa-checkbox {
    line-height: 18px; }

.choose-what-to-sync-row,
.checkbox-row {
  text-align: left; }
  .choose-what-to-sync-row label,
  .checkbox-row label {
    display: inline; }
    .choose-what-to-sync-row label .fxa-checkbox__label,
    .checkbox-row label .fxa-checkbox__label {
      margin-top: -3px; }

.change-password .password-row,
.complete-reset-password .password-row {
  margin-bottom: 15px; }

.change-password .password-row:first-of-type,
.complete-reset-password .password-row:first-of-type {
  margin-bottom: 30px; }

@media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
  .extra-links,
  .links + .extra-links {
    font-size: 12px;
    margin: 10px auto;
    max-width: 340px; }
  .links .left,
  .links .right {
    display: block;
    float: none;
    margin: 5px auto;
    max-width: 100%;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; } }

@media (max-width: 319px) {
  .links {
    margin: 0; }
  .extra-links,
  .links + .extra-links {
    margin: 5px auto; } }

.small-label,
.label-helper {
  border-radius: 2px;
  color: #8a9ba8;
  font-size: 12px;
  font-weight: normal;
  height: 16px;
  margin: 0 10px; }

.show-password-label {
  background-color: #9aabb8;
  color: #8a9ba8; }

.password:focus ~ .show-password-label {
  color: #0996f8; }

.password[type='text']:focus ~ .show-password-label {
  background-color: #0996f8;
  color: #fff; }

.modal .small-label,
.modal .label-helper {
  margin-left: 1px; }

.label-helper {
  position: absolute;
  top: 0;
  -webkit-transition: top 400ms, color 450ms;
          transition: top 400ms, color 450ms;
  z-index: 1; }

#permissions fieldset {
  border: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

#permissions .avatar-wrapper {
  height: 50px;
  width: 50px; }

#permissions .fxa-checkbox {
  color: #b1b1b1;
  height: auto; }
  #permissions .fxa-checkbox .fxa-checkbox__label {
    color: #8a9ba8;
    font-size: 14px;
    margin-top: auto;
    /*from fxa-checkbox-repo, the padding needs to be 24px*/
    padding-left: 24px; }
  #permissions .fxa-checkbox .fxa-checkbox__value {
    font-size: 18px;
    line-height: 18px;
    word-break: break-all; }

ul.permission-links li {
  margin: 0;
  padding: 0; }

.two-col-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0 10px 0; }
  .two-col-items .two-col-block {
    min-width: 49%; }
    .two-col-items .two-col-block > div {
      margin-bottom: 10px; }

.modal {
  border-radius: 4px;
  box-shadow: 0 1px 5px #000; }
  @media (min-width: 521px) and (min-height: 481px) {
    .modal {
      padding: 30px;
      width: 420px; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .modal {
      padding: 10px;
      width: 100%; } }
  .modal .modal-panel {
    text-align: center; }
    .modal .modal-panel h1,
    .modal .modal-panel h2 {
      font-weight: normal; }
    .modal .modal-panel.connect-another-device {
      font-size: 16px; }
      .modal .modal-panel.connect-another-device h1 {
        font-size: 18px; }

body.settings #fox-logo,
body.settings #about-mozilla,
body.settings .sign-in {
  display: none; }

body.settings .loading {
  position: relative;
  top: 150px; }

body.settings #main-content {
  background: none;
  border: 0;
  box-shadow: none; }

body.settings #main-content.panel,
body.settings #main-content.card {
  visibility: hidden; }

#fxa-settings-header-wrapper {
  background: #fff;
  border-bottom: 1px solid #d4d4d4; }
  @media (min-width: 521px) and (min-height: 481px) {
    #fxa-settings-header-wrapper {
      height: 64px; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    #fxa-settings-header-wrapper {
      height: 48px; } }
  #fxa-settings-header-wrapper #fxa-manage-account {
    background-image: url("/images/firefox.png");
    background-size: 80px 85px;
    background-repeat: no-repeat;
    margin: 0; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #fxa-settings-header-wrapper #fxa-manage-account {
        background-image: url("/images/firefox@2x.png"); } }
    html[dir='ltr'] #fxa-settings-header-wrapper #fxa-manage-account {
      float: left; }
    html[dir='rtl'] #fxa-settings-header-wrapper #fxa-manage-account {
      float: right; }
    @media (min-width: 521px) and (min-height: 481px) {
      #fxa-settings-header-wrapper #fxa-manage-account {
        background-size: 36px auto;
        height: 64px;
        line-height: 63px; }
        html[dir='ltr'] #fxa-settings-header-wrapper #fxa-manage-account {
          background-position: left 11px;
          padding-left: 48px; }
        html[dir='rtl'] #fxa-settings-header-wrapper #fxa-manage-account {
          background-position: right 11px;
          padding-right: 48px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      #fxa-settings-header-wrapper #fxa-manage-account {
        background-size: 32px auto;
        height: 48px;
        line-height: 50px; }
        html[dir='ltr'] #fxa-settings-header-wrapper #fxa-manage-account {
          background-position: left 8px;
          padding-left: 36px; }
        html[dir='rtl'] #fxa-settings-header-wrapper #fxa-manage-account {
          background-position: right 8px;
          padding-right: 36px; } }
  #fxa-settings-header-wrapper .settings-button {
    display: block;
    height: 30px; }
    html[dir='ltr'] #fxa-settings-header-wrapper .settings-button {
      float: right; }
    html[dir='rtl'] #fxa-settings-header-wrapper .settings-button {
      float: left; }
    @media (min-width: 521px) and (min-height: 481px) {
      #fxa-settings-header-wrapper .settings-button {
        margin-top: 15px;
        width: 100px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      #fxa-settings-header-wrapper .settings-button {
        margin-top: 9px;
        min-width: 29%; } }
  #fxa-settings-header-wrapper .settings-success-wrapper {
    z-index: 2; }
    @media (min-width: 521px) and (min-height: 481px) {
      #fxa-settings-header-wrapper .settings-success-wrapper {
        left: 50%;
        margin: 0 0 0 -250px;
        position: absolute;
        top: 64px;
        width: 500px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      #fxa-settings-header-wrapper .settings-success-wrapper {
        left: 0;
        margin: 0;
        position: fixed;
        top: 0;
        width: 100%; } }
  #fxa-settings-header-wrapper .settings-success {
    background-color: #cdf8d0;
    border-color: #40a624;
    border-style: solid;
    color: #424f59;
    margin: 0 auto;
    text-align: center;
    top: 0; }
    @media (min-width: 521px) and (min-height: 481px) {
      #fxa-settings-header-wrapper .settings-success {
        border-radius: 0 0 2px 2px;
        border-width: 0 1px 1px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      #fxa-settings-header-wrapper .settings-success {
        border-width: 0 0 1px 0;
        width: 100%; } }
    #fxa-settings-header-wrapper .settings-success a {
      color: #424f59; }

.settings-button, .button-row .settings-button {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: background-color;
          transition-property: background-color; }
  .button-row .settings-button {
    margin: 0;
    padding: 0; }
    @media (min-width: 521px) and (min-height: 481px) {
      .button-row .settings-button {
        height: 45px;
        width: 48%; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .button-row .settings-button {
        height: 40px;
        width: 48%; } }
    html[dir='ltr'] .button-row .settings-button:last-child {
      float: right; }
      html[dir='ltr'] .button-row .settings-button:last-child.unpaired {
        float: none; }
    html[dir='rtl'] .button-row .settings-button:last-child {
      float: left; }
      html[dir='rtl'] .button-row .settings-button:last-child.unpaired {
        float: none; }
  .settings-button.settings-unit-toggle {
    display: block;
    height: 35px; }
    @media (min-width: 521px) and (min-height: 481px) {
      .settings-button.settings-unit-toggle {
        width: 100px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .settings-button.settings-unit-toggle {
        width: 29%; } }
  .settings-button.primary {
    background: #0996f8;
    color: #fff; }
    .settings-button.primary:disabled, .settings-button.primary.disabled {
      background: #fbfbfb;
      border: solid 1px #b1b1b1;
      color: #999; }
  .settings-button.secondary {
    background: #fbfbfb;
    border: 1px solid #bebebe;
    color: #424f59; }
    .settings-button.secondary:hover {
      background: #e2e1e1;
      border-color: #b1b1b1; }
    .settings-button.secondary:active {
      background: #b1b1b1;
      border-color: #858585;
      color: "138, 155, 168"; }
    .settings-button.secondary:focus {
      background: #fbfbfb;
      border-color: #f2f2f2;
      box-shadow: 0 0 0 2px rgba(97, 181, 255, 0.75); }
  .settings-button.warning {
    background: #d63920;
    border: 0;
    color: #fff; }
    .settings-button.warning:hover {
      background: #c0331d; }
    .settings-button.warning:active {
      background: #aa2d19; }
    .settings-button.warning:focus {
      box-shadow: 0 0 0 2px rgba(231, 111, 92, 0.75); }
    .settings-button.warning:disabled, .settings-button.warning.disabled {
      background: #fbfbfb;
      border: solid 1px #b1b1b1;
      color: #999; }
  .settings-button.unpaired {
    width: 100%; }

#fxa-settings-profile-header {
  border-bottom: 1px solid #c3cfd8;
  padding-bottom: 18px;
  text-align: center;
  white-space: nowrap; }
  @media (min-width: 521px) and (min-height: 481px) {
    #fxa-settings-profile-header {
      margin-bottom: 20px; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    #fxa-settings-profile-header {
      margin-bottom: 10px; } }
  #fxa-settings-profile-header .card-header,
  #fxa-settings-profile-header .card-subheader {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    white-space: nowrap; }
  #fxa-settings-profile-header .card-header {
    line-height: 30px;
    margin-bottom: 0; }
  #fxa-settings-profile-header .card-subheader {
    font-size: 14px;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 6px; }

@media (min-width: 521px) and (min-height: 481px) {
  .settings-child-view:first-child .settings-unit {
    padding: 0 0 20px; } }

@media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
  .settings-child-view:first-child .settings-unit {
    padding: 0 0 10px; } }

.settings-child-view:last-child .settings-unit {
  border-bottom: 0; }
  @media (min-width: 521px) and (min-height: 481px) {
    .settings-child-view:last-child .settings-unit {
      padding: 20px 0 0; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .settings-child-view:last-child .settings-unit {
      padding: 10px 0 0; } }

.settings-unit {
  border-bottom: 1px solid #c3cfd8; }
  @media (min-width: 521px) and (min-height: 481px) {
    .settings-unit {
      padding: 20px 0; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .settings-unit {
      padding: 10px 0; } }
  .settings-unit .error {
    padding: 5px 10px;
    top: 0; }

.settings-unit-stub {
  height: 35px; }
  .settings-unit-stub .settings-unit-summary {
    display: inline-block;
    margin-top: 2px;
    overflow: hidden; }
    html[dir='ltr'] .settings-unit-stub .settings-unit-summary {
      float: left; }
    html[dir='rtl'] .settings-unit-stub .settings-unit-summary {
      float: right; }
    @media (min-width: 521px) and (min-height: 481px) {
      .settings-unit-stub .settings-unit-summary {
        width: 350px; }
        html[dir='ltr'] .settings-unit-stub .settings-unit-summary {
          margin-right: 10px; }
        html[dir='rtl'] .settings-unit-stub .settings-unit-summary {
          margin-left: 10px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .settings-unit-stub .settings-unit-summary {
        width: 70%; }
        html[dir='ltr'] .settings-unit-stub .settings-unit-summary {
          margin-right: 1%; }
        html[dir='rtl'] .settings-unit-stub .settings-unit-summary {
          margin-left: 1%; } }
  .settings-unit-stub .settings-unit-title {
    color: #424f59;
    line-height: 19px;
    margin: 0; }
    @media (min-width: 521px) and (min-height: 481px) {
      .settings-unit-stub .settings-unit-title {
        font-size: 18px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .settings-unit-stub .settings-unit-title {
        font-size: 14px; } }
  .settings-unit-stub .settings-unit-subtitle {
    color: #8a9ba8;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 5px 0 0 0; }
  .settings-unit-stub .settings-unit-title,
  .settings-unit-stub .settings-unit-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    white-space: nowrap;
    width: 360px; }
  .settings-unit-stub .settings-unit-title:only-child {
    line-height: 35px; }

.settings-unit-details {
  display: none;
  margin-top: 12px; }
  .settings-unit-details a {
    text-decoration: none; }
  .settings-unit-details p {
    color: #8a9ba8;
    margin: 6px 0 24px; }

.open .settings-unit-details {
  display: block; }

.open .settings-unit-toggle {
  display: none; }

.blocker {
  z-index: 6; }

section.modal-panel .button-row {
  margin-bottom: 0; }
  html[dir='ltr'] section.modal-panel .button-row {
    text-align: left; }
  html[dir='rtl'] section.modal-panel .button-row {
    text-align: right; }

section.modal-panel .input-row {
  text-align: left; }

.client-list {
  padding: 0; }

.client {
  background-image: url("/images/icon-device-laptop.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  height: 40px;
  list-style: none;
  margin: 10px 0;
  position: relative; }
  html[dir='ltr'] .client {
    background-position: left 2px;
    padding-left: 40px; }
  html[dir='rtl'] .client {
    background-position: right 2px;
    padding-right: 40px; }
  .client .client-name {
    overflow: hidden;
    text-overflow: ellipsis;
    /*allows 5% gutter between device-name and .device-disconnected button*/
    /*reduce by 95px to accomodate the width of the .device-disconnected button*/
    white-space: nowrap;
    width: calc(95% - 95px); }
  .client .settings-button {
    height: 35px;
    /*minimum width required for the button to look good without occupying too much space*/
    /*is also the default computed width on desktop screen*/
    min-width: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20%; }
    html[dir='ltr'] .client .settings-button {
      right: 0; }
    html[dir='rtl'] .client .settings-button {
      left: 0; }
  .client a.settings-button {
    padding-top: 8px; }
  .client .device-current {
    color: #57bd35;
    font-size: 12px; }
  .client .last-connected {
    color: #b1b1b1;
    font-size: 12px; }

.client.mobile {
  background-image: url("/images/icon-device-phone.svg"); }

.client.tablet {
  background-image: url("/images/icon-device-tablet.svg"); }

.client-device .client-name {
  padding-top: 8px; }

.client-device.client-current {
  background-position: left 5px; }
  .client-device.client-current .client-name {
    padding-top: 5px; }

.client-device .last-connected {
  display: none; }

.client-oAuthApp {
  background-image: url("/images/icon-client-default.svg"); }
  .client-oAuthApp[data-name='Add-ons'] {
    background-image: url("/images/icon-service-addon.svg"); }
  .client-oAuthApp[data-name='Pocket'] {
    background-image: url("/images/icon-service-pocket.svg"); }

.client-webSession {
  background-image: url("/images/icon-web-session.svg"); }

#client-disconnect .intro {
  margin-bottom: 30px; }

html[dir='ltr'] .fxa-radio {
  text-align: left; }

html[dir='rtl'] .fxa-radio {
  text-align: right; }

.fxa-radio label {
  display: block; }

#legal-header h2 {
  margin: 0 0 30px 0;
  padding: 0; }

#legal-header h3 {
  font-size: 12px;
  padding: 5px 0 10px; }

#legal-footer {
  bottom: 0;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 320px) {
    #legal-footer {
      margin: 10px 0; } }
  @media (max-width: 319px) {
    #legal-footer {
      margin: 0; } }
  #legal-footer .terms,
  #legal-footer .privacy {
    margin: 0 20px;
    width: 50%; }
  #legal-footer .terms {
    text-align: right; }
  #legal-footer .privacy {
    text-align: left; }
  #legal-footer a {
    color: #8a9ba8;
    font-size: 12px;
    text-decoration: none; }
    #legal-footer a:hover {
      color: #0996f8;
      text-decoration: underline; }
    #legal-footer a:active {
      outline-color: #f2f2f2; }

#legal-copy {
  text-align: left; }
  @media (max-width: 319px) {
    #legal-copy {
      margin-bottom: 10px; }
      #legal-copy h2 {
        font-size: 14px; } }
  #legal-copy p {
    font-size: 14px; }
  #legal-copy ol,
  #legal-copy ul {
    margin-left: 0;
    padding-left: 20px; }

.spinner {
  background-image: url("/images/spinnerlight.png");
  background-size: 36px 36px;
  -webkit-animation: 0.9s spin infinite linear;
          animation: 0.9s spin infinite linear;
  display: block;
  height: 36px;
  margin: 130px auto 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 36px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .spinner {
      background-image: url("/images/spinnerlight@2x.png"); } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .spinner {
      margin-top: 95px; } }
  .button-row .spinner,
  .input-row .spinner {
    background-image: url("/images/spinnergrey.png");
    background-size: 33px 33px;
    height: 33px;
    margin: 0 auto;
    position: relative;
    width: 33px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .button-row .spinner,
      .input-row .spinner {
        background-image: url("/images/spinnergrey@2x.png"); } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .button-row .spinner,
      .input-row .spinner {
        top: -1px; } }
    @media (max-width: 319px) {
      .button-row .spinner,
      .input-row .spinner {
        top: -4px; } }

.avatar-wrapper {
  border-radius: 50%;
  border-width: 0;
  display: inline-block;
  height: 240px;
  line-height: 0;
  margin: 0 0 5px;
  overflow: hidden;
  position: relative;
  width: 240px; }
  .avatar-wrapper.avatar-view {
    display: block;
    margin: 0 auto; }
    @media (min-width: 320px) {
      .avatar-wrapper.avatar-view {
        background-size: 120px auto;
        height: 120px;
        width: 120px; } }
    @media (max-width: 319px) {
      .avatar-wrapper.avatar-view {
        background-size: 100px auto;
        height: 100px;
        width: 100px; } }
    .avatar-wrapper.avatar-view img,
    .avatar-wrapper.avatar-view .change-avatar {
      display: block;
      height: 120px;
      width: 120px; }
    .avatar-wrapper.avatar-view small {
      bottom: 0;
      position: absolute; }
  .avatar-wrapper.avatar-settings-view {
    display: block;
    margin: 0 auto;
    position: relative; }
    .avatar-wrapper.avatar-settings-view:hover {
      box-shadow: 0 0 0 1px #0996f8; }
    .avatar-wrapper.avatar-settings-view:active {
      box-shadow: 0 0 0 1px #ff9500; }
    @media (min-width: 521px) and (min-height: 481px) {
      .avatar-wrapper.avatar-settings-view {
        height: 80px;
        top: 38px;
        width: 80px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .avatar-wrapper.avatar-settings-view {
        height: 50px;
        top: 24px;
        width: 50px; } }
    .avatar-wrapper.avatar-settings-view span {
      display: inline-block; }
    @media (min-width: 521px) and (min-height: 481px) {
      .avatar-wrapper.avatar-settings-view img,
      .avatar-wrapper.avatar-settings-view span,
      .avatar-wrapper.avatar-settings-view .change-avatar {
        height: 80px;
        width: 80px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .avatar-wrapper.avatar-settings-view img,
      .avatar-wrapper.avatar-settings-view span,
      .avatar-wrapper.avatar-settings-view .change-avatar {
        height: 50px;
        width: 50px; } }
  .avatar-wrapper img {
    background-color: #fff;
    display: block;
    height: 240px;
    width: 240px; }
    .avatar-wrapper img.hidden {
      display: none; }
    .avatar-wrapper img.default {
      background-image: url("/images/default-profile.svg");
      background-size: cover; }
  .avatar-wrapper .avatar-camera-wrapper {
    border-radius: 50%;
    position: relative; }

.with-default {
  background: url("/images/default-profile.svg") center;
  background-repeat: no-repeat; }

.change-avatar-text {
  font-size: 12px;
  margin-top: 0;
  visibility: hidden; }

#done {
  width: 100%; }

.notice {
  color: #8a9ba8;
  font-size: 14px; }

.main-avatar {
  display: inline-block;
  position: relative;
  width: 240px; }

#avatar-options .remove {
  display: inline-block; }
  #avatar-options .remove.hidden {
    display: none; }

/* Circle Avatar Styles */
.avatar-camera canvas {
  display: none; }

.avatar-change nav {
  margin: 0 -40px -40px -40px;
  padding: 25px 20px 20px; }
  .avatar-change nav a {
    background-repeat: no-repeat;
    background-size: 48%;
    display: inline-block;
    line-height: 1.1;
    padding-top: 11%;
    text-decoration: none; }
    @media (min-width: 521px) and (min-height: 481px) {
      .avatar-change nav a {
        height: 80px;
        margin: 5px;
        min-width: 80px; } }
    @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
      .avatar-change nav a {
        height: 52px;
        margin: 0 0 10px 0;
        min-width: 75px;
        padding-top: 37px; } }
    .avatar-change nav a#camera, .avatar-change nav a#file, .avatar-change nav a#gravatar, .avatar-change nav a.remove {
      background-position: 50% 22%;
      background-size: 41%; }
      .avatar-change nav a#camera:hover, .avatar-change nav a#file:hover, .avatar-change nav a#gravatar:hover, .avatar-change nav a.remove:hover {
        -webkit-filter: hue-rotate(3deg) saturate(1.1) brightness(0.85);
                filter: hue-rotate(3deg) saturate(1.1) brightness(0.85); }
      .avatar-change nav a#camera:active, .avatar-change nav a#file:active, .avatar-change nav a#gravatar:active, .avatar-change nav a.remove:active {
        -webkit-filter: hue-rotate(3deg) saturate(1.1) brightness(0.75);
                filter: hue-rotate(3deg) saturate(1.1) brightness(0.75); }
    .avatar-change nav a#camera {
      background-image: url("/images/glyph-camera-32.svg"); }
    .avatar-change nav a#file {
      background-image: url("/images/glyph-upload-32.svg"); }
    .avatar-change nav a#gravatar {
      background-image: url("/images/glyph-gravatar-32.svg"); }
    .avatar-change nav a.remove {
      background-image: url("/images/glyph-clear-32.svg"); }

.avatar-change .error {
  position: static; }

.no-getusermedia #camera {
  display: none; }

.avatar-spinner {
  -webkit-animation: 2s linear infinite spin, 200ms linear 1 200ms both fadein;
          animation: 2s linear infinite spin, 200ms linear 1 200ms both fadein;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#c3cfd8, #c3cfd8);
  background-image: linear-gradient(#c3cfd8, #c3cfd8);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 75% 100%;
  box-shadow: inset 30px -30px 15px #c3cfd8;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: opacity;
          transition-property: opacity; }
  .avatar-spinner.completed {
    -webkit-animation-play-state: running, paused;
            animation-play-state: running, paused;
    opacity: 0.999; }
  .avatar-spinner::before {
    background-image: -webkit-linear-gradient(#c3cfd8, #c3cfd8);
    background-image: linear-gradient(#c3cfd8, #c3cfd8);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 75% 100%;
    content: '';
    position: relative;
    -webkit-transform: rotate(0.001deg);
        -ms-transform: rotate(0.001deg);
            transform: rotate(0.001deg);
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .avatar-spinner.completed::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .avatar-spinner::after {
    background-color: #fff;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-property: -webkit-transform;
            transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
  .avatar-spinner.completed::after {
    -webkit-transform: scale(1.001);
        -ms-transform: scale(1.001);
            transform: scale(1.001); }

.avatar-spinner, .avatar-spinner::before, .avatar-spinner::after, .with-spinner .profile-image {
  border-radius: 50%;
  display: inline-block;
  height: 100%;
  width: 100%; }

.with-spinner .profile-image {
  -webkit-animation: 150ms ease-in-out 1 both fadein;
          animation: 150ms ease-in-out 1 both fadein;
  position: relative; }

.cropper .wrapper {
  background-color: #000;
  height: 240px;
  margin: 0 -30px;
  overflow: hidden;
  position: relative;
  width: 420px; }
  .cropper .wrapper img {
    position: absolute; }

.cropper .mask {
  background: url("/images/crop-mask.svg");
  height: 240px;
  left: 90px;
  position: relative;
  top: 0;
  width: 240px;
  z-index: 1; }
  .cropper .mask::before, .cropper .mask::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 240px;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 1; }
  .cropper .mask::before {
    left: -90px; }
  .cropper .mask::after {
    right: -90px; }

.cropper .drag-overlay {
  cursor: move;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3; }

.cropper canvas {
  display: none; }

.cropper .zoom-in,
.cropper .zoom-out {
  color: #8a9ba8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cropper .rotate {
  background: transparent;
  border: 0;
  color: #0996f8; }

.cropper .zoom-in,
.cropper .zoom-out,
.cropper .rotate {
  font-size: 20px;
  vertical-align: middle; }

.cropper .slider {
  vertical-align: middle; }

.graphic {
  background-repeat: no-repeat;
  height: 130px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 150px; }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .graphic {
      background-position: center center;
      height: 104px; } }
  @media (max-width: 319px) {
    .graphic {
      margin: 40px auto 0 auto; } }

.graphic-checkbox {
  background-image: url("/images/graphic_checkbox.png");
  background-size: 150px 130px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .graphic-checkbox {
      background-image: url("/images/graphic_checkbox@2x.png"); } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .graphic-checkbox {
      background-size: 120px 104px; } }

.graphic-mail {
  background-image: url("/images/graphic_mail.png");
  background-size: 150px 130px;
  margin-bottom: 25px;
  padding-bottom: 10px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .graphic-mail {
      background-image: url("/images/graphic_mail@2x.png"); } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .graphic-mail {
      background-size: 120px 104px; } }

.graphic-connect-another-device {
  background-image: url("/images/account-verified.png");
  background-size: 310px 87px;
  height: 87px;
  margin: 35px auto;
  width: 310px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .graphic-connect-another-device {
      background-image: url("/images/account-verified@2x.png"); } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .graphic-connect-another-device {
      background-size: 240px 68px;
      height: 68px;
      width: 240px; } }

.graphic-sms-sent {
  background-image: url("/images/sms-sent.png");
  background-size: 310px 87px;
  height: 87px;
  margin: 35px auto;
  width: 310px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .graphic-sms-sent {
      background-image: url("/images/sms-sent@2x.png"); } }

.marketing-area {
  margin-top: 20px; }
  .marketing-area .links {
    overflow: inherit; }
  .marketing-area + .links {
    margin: 20px 0 0 0; }
  @media (min-width: 320px) {
    .chromeless.iframe .marketing-area {
      bottom: -20px;
      margin: 0 -20px;
      position: relative; } }
  .marketing-area .marketing-link {
    display: inline-block;
    height: 45px;
    width: 152px; }

.marketing-ios {
  background-color: #f2f2f2;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #c3cfd8;
  box-shadow: 0 1px 1px #fff inset;
  font-size: 18px;
  position: relative; }
  .marketing-ios .os-general ul {
    padding: 0; }
  .marketing-ios .os-general li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 10px;
    padding: 5px; }
  .marketing-ios .os-general .download-firefox-mobile {
    font-size: 14px; }
  @media (min-width: 521px) and (min-height: 481px) {
    .marketing-ios {
      margin: 60px -40px -40px -40px;
      padding: 20px 20px 30px;
      text-align: center; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .marketing-ios {
      font-size: 14px;
      margin: 20px -20px -20px;
      padding: 15px 50px 20px 50px;
      text-align: center; } }
  @media (max-width: 319px) {
    .marketing-ios {
      display: none; } }
  .marketing-ios a {
    text-decoration: none; }
    .marketing-ios a:hover {
      text-decoration: underline; }

.error,
.success,
.info {
  border-radius: 2px;
  color: #fff;
  display: none;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
  top: -15px;
  /*Pull the message up to bring it closer to the header*/ }
  @media (max-width: 319px) {
    .error,
    .success,
    .info {
      margin: 0 0 10px 0;
      top: 0; } }
  @media (max-width: 520px), (orientation: landscape) and (min-width: 481px) and (max-height: 480px) {
    .error,
    .success,
    .info {
      top: -7px; } }
  @media (min-width: 521px) and (min-height: 481px) {
    .error,
    .success,
    .info {
      top: -15px; } }
  .error a,
  .success a,
  .info a {
    color: #fff; }
  .error.nudge,
  .success.nudge,
  .info.nudge {
    top: -10px; }
    .error.nudge.pad,
    .success.nudge.pad,
    .info.nudge.pad {
      padding: 10px; }

.error {
  background: #d63920; }
  .error.visible {
    display: block; }
  .loading .error {
    margin-top: 20px; }

.success {
  background: #5fad47;
  display: none; }
  .success.visible {
    display: block;
    top: 10px; }

.info {
  background: #0996f8;
  display: block; }

.complete {
  display: none; }

.progress-hidden {
  display: none; }

.hidden {
  display: none; }

.reset-warning {
  background-color: #f25820;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0px;
  padding: 5px; }
  .reset-warning.reset-warning-complete-password {
    margin-bottom: 25px; }
  .reset-warning a {
    color: #fff; }
  .reset-warning a[href^=http].visible-url {
    color: #fff; }
  .reset-warning a[data-visible-url^=http]:after,
  .reset-warning a[data-visible-url^=http]::after {
    border-bottom: 1px solid #f25820; }

div + .success,
div + .error {
  margin-top: 10px; }

/* Animation triggering classes */
.shake {
  -webkit-animation: shake 1050ms;
          animation: shake 1050ms; }

.fadein {
  -webkit-animation: fadein 1050ms;
          animation: fadein 1050ms; }

.fade-in-forward {
  -webkit-animation: fadein 150ms forwards;
          animation: fadein 150ms forwards; }

.fade-down-tt {
  -webkit-animation: fade-down-tt 450ms;
          animation: fade-down-tt 450ms; }

.fade-up-tt {
  -webkit-animation: fade-up-tt 450ms;
          animation: fade-up-tt 450ms; }

.pulse {
  -webkit-animation: pulse 450ms;
          animation: pulse 450ms; }

/* Keyframes */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes fade-up-tt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-up-tt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fade-down-tt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-down-tt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes fade-down-logo {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-down-logo {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); } }

#suggest-sync .dismiss {
  position: absolute;
  top: 6px;
  cursor: pointer; }

html[dir='ltr'] #suggest-sync {
  text-align: left;
  padding-left: 10px;
  padding-right: 25px; }
  html[dir='ltr'] #suggest-sync .dismiss {
    right: 10px; }

html[dir='rtl'] #suggest-sync {
  text-align: right;
  padding-left: 25px;
  padding-right: 10px; }
  html[dir='rtl'] #suggest-sync .dismiss {
    left: 10px; }
