@charset "UTF-8";
/*
YUI Recent CSS copyright Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html {
  color: #000;
  background: #fff; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

p, ul, ol {
  margin-bottom: 20px; }

body, input, textarea, select, button {
  color: #414240;
  font: normal 15px ".Helvetica Neue UI", "helvetica neue", helvetica, arial, sans-serif;
  line-height: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

pre, code {
  font: normal 13px consolas, monaco, courier, "courier new", fixed-width;
  line-height: 20px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

blockquote {
  padding-left: 20px; }

.prose ul, .prose ol {
  padding-left: 20px; }

.prose ul li {
  list-style: disc outside; }

.prose ol li {
  list-style: decimal outside; }

img.left {
  margin: 0 20px 20px 0; }

img.right {
  margin: 0 0 20px 20px; }

h5.left {
  margin-right: 5px; }

h5.right {
  margin-left: 5px; }

.prose ul.actions {
  font-weight: bold; }

.prose h3 {
  margin-bottom: 20px; }

.prose pre {
  position: relative;
  background: #f4f6f3;
  margin-bottom: 20px;
  padding: 20px 20px; }

.detail {
  clear: right;
  float: right;
  font-size: 15px;
  line-height: inherit;
  text-transform: none; }
  .detail a {
    color: inherit; }
    .detail a:hover {
      color: #2870b0; }
      .detail a:hover:active {
        color: #18436a; }

a {
  color: #2870b0;
  text-decoration: none; }
  a:active {
    color: #18436a; }
  a:focus {
    outline: none; }

button:focus, input:focus, textarea:focus {
  outline: none; }

a.dim {
  color: #414240; }
  a.dim:hover {
    color: #2870b0; }
  a.dim:active {
    color: #18436a; }

a.next:after {
  content: "▶";
  display: inline;
  margin-left: 3px;
  font-size: 60%;
  vertical-align: middle; }

input.text, textarea, button {
  display: table-cell;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; }

input.text {
  height: 40px;
  border: 2px solid #e0e6df;
  padding: 0 13px;
  font-size: 20px;
  line-height: 23px;
  vertical-align: middle;
  border-radius: 7px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input.text:focus {
    border-color: #a9ada8; }

* html input.text {
  margin-top: -1px; }

::-webkit-input-placeholder, :-moz-placeholder {
  color: #e0e6df; }

button {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #fff;
  background: #23b000;
  font-weight: 500;
  font-size: 20px;
  line-height: 39px;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  zoom: 1;
  border-radius: 20px;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px; }
  @media (max-width: 729px) {
    button {
      display: block;
      width: 100%; } }
  button:before, button:after {
    content: ".";
    display: inline;
    font-family: arial, "arial black";
    font-size: 1px;
    opacity: 0; }
  button.prev:before {
    content: "➔";
    margin-right: 0.3em;
    font-weight: 200;
    font-size: inherit;
    line-height: inherit;
    opacity: 1.0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  button.next:after {
    content: "➔";
    margin-left: 0.3em;
    font-weight: 200;
    font-size: inherit;
    line-height: inherit;
    opacity: 1.0; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  button:hover:active {
    background: #1a8400; }

.alternate button {
  background-color: #2870b0; }
  .alternate button:hover:active {
    background-color: #18436a; }

#header-inner,
#content-inner,
#footer-inner {
  margin: 0 auto; }
  @media (min-width: 960px) {
    #header-inner,
    #content-inner,
    #footer-inner {
      width: 960px; } }

#content-inner {
  position: relative;
  padding-bottom: 40px;
  min-height: 65vh; }
  @media (min-width: 730px) {
    #content-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

#alpha {
  padding: 10px 10px;
  min-width: 0; }
  @media (min-width: 730px) {
    #alpha {
      width: 340px; } }

#beta {
  position: relative;
  padding: 10px 10px;
  min-width: 0; }
  @media (min-width: 730px) {
    #beta {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media (min-width: 960px) {
    #beta {
      width: 620px; } }

#footer {
  border-top: 2px solid #e0e6df; }

#footer-inner {
  padding: 10px 10px; }

#footer {
  background: #fff;
  font-size: 13px; }
  #footer ul {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 5px; }
    #footer ul.nav {
      font-weight: 500; }
  #footer li {
    float: left;
    margin-right: 5px;
    border-right: 1px solid #b3b8b2;
    padding-right: 5px; }
    #footer li:last-child, #footer li.last {
      border: none; }
  #footer p {
    clear: both;
    margin-bottom: 5px; }
  #footer div.section {
    display: block;
    clear: both;
    padding-top: 20px; }
  #footer h3 {
    font-weight: bold; }
  #footer a.ad {
    float: left;
    margin-right: 20px;
    padding: 0 0 20px 0;
    color: inherit; }
    #footer a.ad .link {
      color: #2870b0; }
    #footer a.ad strong {
      white-space: nowrap; }

#header-inner {
  padding: 20px 15px 0 15px; }
  #header-inner h1 {
    position: relative;
    width: 171px;
    height: 40px; }
    @media (max-width: 729px) {
      #header-inner h1 {
        margin: 0 auto;
        height: 30px; } }
    #header-inner h1 a {
      display: block;
      overflow: hidden;
      width: 100%;
      height: 100%;
      border: none;
      background-image: url("../images/header-logo.png");
      background-image: url("../images/header-logo.svg"), none;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      text-indent: -1000em; }

#search {
  padding-top: 10px; }
  #search input.text {
    width: 100%; }
  #search.loading {
    background: url("../images/loading-16px-414240.gif") 316px 10px no-repeat; }
    #search.loading input.text {
      padding-right: 30px; }

#search-response {
  margin-top: 10px; }
  @media (max-width: 729px) {
    #search-response {
      position: absolute;
      overflow: hidden;
      z-index: 2;
      top: 60px;
      left: 0;
      right: 0;
      margin: 0;
      padding: 10px 10px 10px 10px;
      background: white;
      box-shadow: 0 2px 0 0 #e0e6df;
      -webkit-transition: opacity 0.5s ease;
              transition: opacity 0.5s ease; }
      #search-response.hidden {
        visibility: hidden;
        opacity: 0; }
      #search-response.visible {
        visibility: visible;
        opacity: 1.0; } }

#results {
  display: block;
  white-space: nowrap; }
  #results div.result {
    position: relative;
    height: 38px;
    border-radius: 5px;
    margin-bottom: 2px;
    color: #414240;
    -webkit-transition: color 0.25s ease, background 0.25s ease;
            transition: color 0.25s ease, background 0.25s ease; }
    #results div.result a.buy-button {
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease;
              transition: opacity 0.25s ease; }
      #results div.result a.buy-button button {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        width: auto;
        height: 20px;
        padding: 0 7px;
        font-size: 12px;
        line-height: 20px;
        box-shadow: rgba(0, 0, 0, 0.125) 0 1px 1px; }
    #results div.result:hover a.buy-button, #results div.result:first-child a.buy-button {
      display: block;
      opacity: 1.0; }
    #results div.result a.result {
      display: block;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      height: 39px;
      border-radius: 5px;
      padding: 0;
      font-size: 20px;
      line-height: 37.999px;
      color: inherit; }
      #results div.result a.result:hover:active {
        background: rgba(0, 0, 0, 0.1); }
      #results div.result a.result:before {
        content: "Available";
        display: block;
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 0;
        height: 100%;
        opacity: 0;
        font-weight: 400;
        font-size: 9px;
        line-height: inherit;
        text-align: center;
        text-transform: lowercase;
        letter-spacing: 0.02em;
        -webkit-transition: opacity 0.25s ease;
                transition: opacity 0.25s ease; }
      #results div.result a.result span.domain {
        font-weight: inherit; }
      #results div.result a.result span.host {
        opacity: 0.5; }
      #results div.result a.result span.path {
        opacity: 0.25; }
      #results div.result a.result span.clip {
        display: block;
        position: relative;
        height: 100%;
        margin: 0 30px 0 15px;
        line-height: inherit;
        text-overflow: ellipsis; }
      #results div.result a.result span.domain {
        line-height: inherit; }
    #results div.result.disallowed {
      color: rgba(65, 66, 64, 0.5); }
    #results div.result.active, #results div.result.claimed {
      color: #2870b0; }
    #results div.result.undelegated:not(.claimed):not(.inactive):not(.active):not(.reserved):not(.disallowed):not(.unregistrable) {
      color: #23b000; }
    #results div.result.inactive:not(.reserved) {
      color: #23b000;
      background: rgba(35, 176, 0, 0.07); }
      #results div.result.inactive:not(.reserved) a.result:before {
        content: "Available";
        opacity: 0.75; }
    #results div.result.reserved:not(.disallowed):not(.unregistrable):not(.zone):not(.suffix) {
      color: #2870b0; }
      #results div.result.reserved:not(.disallowed):not(.unregistrable):not(.zone):not(.suffix) a.result:before {
        content: "Reserved";
        opacity: 0.75; }
    #results div.result.parked:not(.marketed) {
      color: #2870b0; }
      #results div.result.parked:not(.marketed) a.result:before {
        content: "Parked";
        opacity: 0.75; }
    #results div.result.marketed {
      color: #23b000; }
      #results div.result.marketed a.result:before {
        content: "For Sale";
        opacity: 0.75; }
    #results div.result.deleting, #results div.result.expiring {
      color: #23b000; }
      #results div.result.deleting a.result:before, #results div.result.expiring a.result:before {
        content: "Expiring";
        opacity: 0.75; }
    #results div.result.premium:not(.reserved) {
      color: #23b000;
      background: rgba(35, 176, 0, 0.07); }
      #results div.result.premium:not(.reserved) a.result:before {
        content: "Premium";
        opacity: 0.75; }
    #results div.result.pending:not(.disallowed):not(.unregistrable):not(.zone):not(.suffix) {
      color: #2870b0; }
      #results div.result.pending:not(.disallowed):not(.unregistrable):not(.zone):not(.suffix) a.result:before {
        content: "New";
        opacity: 0.75; }
    #results div.result.registrar, #results div.result.registry {
      color: #414240;
      font-weight: 500; }
    #results div.result.suffix, #results div.result.zone, #results div.result.tld {
      color: #414240; }
      #results div.result.suffix a.result:before, #results div.result.zone a.result:before, #results div.result.tld a.result:before {
        opacity: 0; }
      #results div.result.suffix span.domain, #results div.result.zone span.domain, #results div.result.tld span.domain {
        font-weight: 500; }
        #results div.result.suffix span.domain:before, #results div.result.zone span.domain:before, #results div.result.tld span.domain:before {
          content: ".";
          display: inline-block;
          position: relative;
          left: -0.3em;
          width: 0; }
    #results div.result.selected:not(.__unused__) {
      background: #2870b0; }
      #results div.result.selected:not(.__unused__) a.result {
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px; }
        #results div.result.selected:not(.__unused__) a.result span.path {
          color: #fff; }
        #results div.result.selected:not(.__unused__) a.result span.clip:before {
          color: inherit; }

.donuts #results div.result.marketed a:before {
  content: ""; }

#beta h1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  color: #414240;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  white-space: nowrap; }
  @media (max-width: 729px) {
    #beta h1 {
      text-align: center; } }
  #beta h1 a {
    color: #414240; }
    #beta h1 a span.host, #beta h1 a span.path {
      opacity: 0.5; }
    #beta h1 a:hover {
      color: #2870b0; }
      #beta h1 a:hover:active {
        color: #18436a; }

#beta h2 {
  margin-bottom: 20px;
  color: #313230;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold; }

#beta h3 {
  margin-bottom: 10px;
  color: #949693;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  box-shadow: 0 -1px 0 0 #e0e6df inset; }

.win {
  color: #5dd93e; }

.fail {
  color: #ff4d00; }

.partial {
  color: #a9ada8; }

.new {
  color: #000;
  background: #ffc; }

span.new {
  padding: 0 0.2em; }

a.domain, span.domain, a.registrar {
  font-weight: 500;
  line-height: 1;
  white-space: nowrap; }

h1 a.domain, h1 span.domain {
  font-weight: inherit;
  line-height: inherit; }

#beta h2 .domain, #beta h3 .domain {
  white-space: nowrap; }

.sad-panda {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #ff4d00;
  background-color: #f4f6f3;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  border-radius: 5px; }
  .sad-panda a {
    color: inherit;
    text-decoration: underline; }
    .sad-panda a:hover:active {
      color: #000; }

.idn {
  padding-left: 25px; }

.idn {
  background: url("../images/icon-idn.png") -2px 0 no-repeat;
  background-image: url("../images/icon-idn.svg"), none; }

span.idn {
  width: 21px;
  height: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0);
  background-position: -2px center; }

.invisible {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0; }

div.temp-loading {
  height: 40px;
  background: url("../images/loading-16px-414240.gif") center center no-repeat; }

#beta div.status {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px; }
  #beta div.status button {
    margin-right: 5px;
    min-width: 31%; }
  #beta div.status h2 {
    display: block;
    margin-bottom: 10px;
    padding: 0 15px;
    border-radius: 5px;
    background: #f4f6f3;
    font-weight: 400;
    font-size: 20px;
    text-shadow: white 0 1px 2px; }
    @media (max-width: 729px) {
      #beta div.status h2 {
        text-align: center; } }
  #beta div.status h4 {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none; }
    #beta div.status h4 a {
      color: inherit;
      opacity: 0.5; }
      #beta div.status h4 a:hover {
        color: #2870b0;
        opacity: 1.0; }
        #beta div.status h4 a:hover:active {
          color: #18436a; }
  #beta div.status.undelegated:not(.claimed):not(.active):not(.reserved):not(.disallowed):not(.unregistrable) h2,
  #beta div.status.pending:not(.disallowed):not(.unregistrable):not(.zone):not(.suffix) h2,
  #beta div.status.inactive:not(.reserved) h2, #beta div.status.premium:not(.reserved) h2, #beta div.status.marketed h2 {
    color: #23b000;
    background: rgba(35, 176, 0, 0.07); }
    #beta div.status.undelegated:not(.claimed):not(.active):not(.reserved):not(.disallowed):not(.unregistrable) h2 a,
    #beta div.status.pending:not(.disallowed):not(.unregistrable):not(.zone):not(.suffix) h2 a,
    #beta div.status.inactive:not(.reserved) h2 a, #beta div.status.premium:not(.reserved) h2 a, #beta div.status.marketed h2 a {
      color: inherit; }
      #beta div.status.undelegated:not(.claimed):not(.active):not(.reserved):not(.disallowed):not(.unregistrable) h2 a:hover:active,
      #beta div.status.pending:not(.disallowed):not(.unregistrable):not(.zone):not(.suffix) h2 a:hover:active,
      #beta div.status.inactive:not(.reserved) h2 a:hover:active, #beta div.status.premium:not(.reserved) h2 a:hover:active, #beta div.status.marketed h2 a:hover:active {
        opacity: 0.5; }
  #beta div.status.suffix h2, #beta div.status.zone h2, #beta div.status.tld h2 {
    color: #f5f7f4;
    background: #7a7d79;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px; }
    #beta div.status.suffix h2 a, #beta div.status.zone h2 a, #beta div.status.tld h2 a {
      color: #fff; }
      #beta div.status.suffix h2 a:active, #beta div.status.zone h2 a:active, #beta div.status.tld h2 a:active {
        color: #e0e6df; }

h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold; }

ul.actions {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0; }
  ul.actions li {
    float: left;
    margin-right: 4px;
    border-right: 1px solid #b3b8b2;
    padding-right: 4px;
    list-style: none; }
    ul.actions li:last-child, ul.actions li.last {
      border: none; }
  ul.actions a {
    display: inline-block;
    height: 20px; }

.small {
  font-size: 13px;
  line-height: 20px; }
  .small li {
    border-color: #e0e6df; }
  .small a {
    color: #6c9dc9; }
    .small a:hover {
      color: #2870b0; }
    .small a:active {
      color: #18436a; }

.permalink a {
  padding-left: 20px;
  background: url("../images/icon-link.png") 0 0 no-repeat;
  background-image: url("../images/icon-link.svg"), none; }

.extended {
  display: none; }

.selected .extended {
  display: block; }

.selected .toggle-parent {
  display: none; }

pre.crop {
  max-height: 160px;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden; }

.selected pre.crop {
  max-height: none; }

div.section {
  position: relative;
  margin-bottom: 20px; }

iframe.share {
  display: table-cell;
  display: inline-block;
  overflow: hidden;
  width: 110px;
  height: 20px;
  float: left;
  margin-bottom: 16px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer; }
  iframe.share.facebook {
    width: 93px; }

ul#toc {
  font-size: 12px; }

div.domains {
  position: relative;
  margin-bottom: 20px; }
  div.domains p {
    margin-bottom: 0; }
  div.domains ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 0; }
    div.domains ul a {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      height: 20px; }

a span.dim {
  color: #b3b8b2;
  font-weight: normal; }

div.domains ul li {
  position: relative;
  float: left;
  width: 25%;
  padding-right: 5px; }

#beta h2.description {
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: rgba(35, 176, 0, 0.1);
  color: #23b000;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px; }

div.prose {
  margin: 20px 0; }

div.highlight {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #f4f6f3;
  border-radius: 10px; }
  div.highlight p {
    margin: 0; }

div.registrars {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  div.registrars p, div.registrars ul {
    margin-bottom: 0; }
  div.registrars button {
    margin-right: 5px; }
  div.registrars li {
    display: inline-block;
    min-width: 33.3%;
    vertical-align: top; }
  div.registrars .toggle-parent {
    display: block;
    padding: 0 10px; }
  div.registrars a.registrar {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: inherit;
    box-shadow: 0 0 0 1px rgba(40, 112, 176, 0.25) inset;
    border-radius: 5px; }
    div.registrars a.registrar:active {
      color: #2870b0;
      background: rgba(40, 112, 176, 0.07); }
    div.registrars a.registrar:after {
      content: "➔";
      display: block;
      position: absolute;
      right: 10px;
      top: 5px;
      font-size: 13px;
      color: rgba(40, 112, 176, 0.15); }
    div.registrars a.registrar span.promotion {
      display: block;
      font-weight: 400;
      font-size: 10px;
      line-height: inherit;
      color: #23b000; }

div.notice {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  background: #f4f6f3; }
  div.notice p:last-child, div.notice ul:last-child {
    margin-bottom: 0; }

div#whois {
  position: relative;
  margin-bottom: 20px; }
  div#whois pre {
    position: relative;
    min-height: 20px;
    overflow-x: auto; }
  div#whois.loading pre {
    background: url("../images/loading-16px-414240.gif") 0 0 no-repeat; }

@media (max-width: 729px) {
  #beta.home {
    text-align: center; } }
