.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  text-align: center;
}
.overlay.active {
  display: -webkit-flex;
  display: flex;
}
.overlay > * {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.overlay h2 {
  font-weight: 500;
  font-size: 70px;
  color: #1c1d1f;
  margin: 0 0 40px 0;
}
.overlay h3 {
  font-weight: 500;
  font-size: 40px;
  margin: 0;
  color: #a2abb7;
}
.overlay ul,
.overlay ol {
  font-weight: 500;
  font-size: 40px;
  margin: 0;
  color: #a2abb7;
  text-align: left;
  line-height: 1.3em;
}
.overlay.unsupported-message form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 2px solid #e6e9ec;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin: 50px 0 0 0;
  position: relative;
}
.overlay.unsupported-message form.done:after {
  content: 'Thank you!';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #26d87e;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.overlay.unsupported-message input[type=text],
.overlay.unsupported-message input[type=email] {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  font-size: 25px;
  outline: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  border: none;
  height: 60px;
  display: block;
  line-height: 60px;
  padding: 0 30px;
}
.overlay.unsupported-message button {
  color: #fff;
  border: none;
  font-weight: normal;
  font-size: 20px;
  background-color: #499aff;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 35px;
  cursor: pointer;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.overlay.post-install .check {
  display: block;
  margin: 0 0 40px 0;
  font-size: 60px;
  color: #27d87e;
  border: 4px solid #27d87e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 120px;
}
.overlay.error-install .cross {
  display: block;
  margin: 0 0 40px 0;
  font-size: 60px;
  color: #f65060;
  border: 4px solid #f65060;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 120px;
}
.overlay.claim .logo-bit {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
}
.overlay.claim .logo-bit .l,
.overlay.claim .logo-bit .r-t,
.overlay.claim .logo-bit .r-b {
  position: absolute;
  width: 50%;
  -webkit-transition: 0.3s ease;
}
.overlay.claim .logo-bit .l {
  height: 100%;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #499aff;
}
.overlay.claim .logo-bit .r-t {
  right: 0;
  height: 50%;
  background: #5ca4ff;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.overlay.claim .logo-bit .r-b {
  right: 0;
  bottom: 0;
  height: 50%;
  background: #e9f3ff;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.overlay.claim h2 {
  margin: 40px 0 20px 0;
}
.overlay.claim button {
  margin: 40px 0 0 0;
  font-size: 25px;
  color: #fff;
  background: #499aff;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -o-border-radius: 48px;
  -ms-border-radius: 48px;
  border-radius: 48px;
  padding: 0 45px;
  height: 72px;
  line-height: 44px;
  cursor: pointer;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
@media (min-height: 680px) and (min-width: 60em) {
  main {
    margin-top: 0px;
  }
  .contact-image {
    margin-bottom: -6.25rem;
  }
  .search-company,
  .search-person,
  .search-email {
    padding-left: 8.2rem;
  }
}
.bg-wave {
  background-image: url("/assets/splash/v3/waves.svg");
}
.bg-white-wave {
  background-image: url("/assets/splash/v3/white-waves.svg");
}
.bg-upper-shadow {
  background-image: url("/assets/splash/v3/upper-shadow.png");
}
.bg-map {
  background-image: url("/assets/splash/v3/map.png");
}
.bg-bright-blue-aqua-gradient {
  background-image: -webkit-linear-gradient(to left, #24cad2 0%, #4cb1de 55%, #499df8 100%);
  background-image: -moz-linear-gradient(to left, #24cad2 0%, #4cb1de 55%, #499df8 100%);
  background-image: -ms-linear-gradient(to left, #24cad2 0%, #4cb1de 55%, #499df8 100%);
  background-image: -o-linear-gradient(to left, #24cad2 0%, #4cb1de 55%, #499df8 100%);
  background-image: linear-gradient(to left, #24cad2 0%, #4cb1de 55%, #499df8 100%);
}
.bg-bright-blue {
  background: #3386ee;
}
.lh-heading {
  line-height: 1.5em;
}
.little-quote,
.big-quote {
  position: relative;
}
.big-quote-img {
  font-family: 'PT Sans', sans-serif;
  font-size: 8rem;
  text-align: left;
  color: #b6d6ff;
  position: absolute;
  margin: 0;
  top: -1rem;
  left: -1rem;
  z-index: -1;
}
.little-quote-img {
  font-family: 'PT Sans', sans-serif;
  font-size: 4rem;
  text-align: left;
  color: #439db9;
  position: absolute;
  margin: 0;
  top: -0.75rem;
  left: -0.75rem;
  z-index: -1;
}
.bg-gmail {
  background-color: #d54b3d;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
}
.bg-outlook {
  background-color: #0072c6;
}
.button {
  color: #fff;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: inline-flex;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 0;
  line-height: 1;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.button-shadow-img {
  -webkit-box-shadow: 0 5px 24px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 24px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 5px 24px 0 rgba(0,0,0,0.3);
  -ms-box-shadow: 0 5px 24px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 24px 0 rgba(0,0,0,0.3);
}
.button-txt {
  height: 100%;
  padding: 1rem 1.5rem;
  border-right: thin solid rgba(0,0,0,0.25);
}
.button-img {
  padding: 0.65rem 1rem;
  border-left: thin solid rgba(255,255,255,0.25);
}
.button-img img {
  height: 25px;
}
.h5 {
  height: 10rem;
}
