/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.hero-wrapper .hero-cta-wrapper {
  width: 100%; }
  .hero-wrapper .hero-cta-wrapper img.logo {
    height: auto;
    margin-right: 5px;
    width: 16px; }
  .hero-wrapper .hero-cta-wrapper .hero-product-title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    margin: 15px 0 0 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    text-transform: none; }
  .hero-wrapper .hero-cta-wrapper .h2-override-styles {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    margin-block-end: 0.83em;
    margin-block-start: 0.83em;
    margin-bottom: 11px;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 10px;
    padding-right: 20px; }
  .hero-wrapper .hero-cta-wrapper .h6-override-styles {
    color: #fff;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    margin-bottom: 11px;
    margin-top: 11px;
    text-shadow: none;
    text-transform: uppercase; }
  .hero-wrapper .hero-cta-wrapper p {
    color: #fff;
    font-size: 14px; }
  .hero-wrapper .hero-cta-wrapper ul {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    margin: 25px 0;
    padding-left: 10px;
    text-align: left; }
    .hero-wrapper .hero-cta-wrapper ul li {
      display: list-item;
      padding-bottom: 5px;
      padding-left: 20px;
      text-align: -webkit-match-parent; }
      .hero-wrapper .hero-cta-wrapper ul li::before {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
        bottom: 1px;
        content: '';
        display: inline-block;
        left: -20px;
        margin-right: -6px;
        padding: 2px;
        position: relative;
        vertical-align: middle; }
  .hero-wrapper .hero-cta-wrapper .price-tagline {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 10px; }
  .hero-wrapper .hero-cta-wrapper .btn-wrap.inline-login {
    display: flex;
    flex-direction: column; }
  .hero-wrapper .hero-cta-wrapper .btn-wrap .btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.856;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap; }
  .hero-wrapper .hero-cta-wrapper .btn-wrap .login-container.stack {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%; }
  .hero-wrapper .hero-cta-wrapper .btn-wrap a.btn-primary {
    padding: 15px 95px;
    width: 100%; }
  .hero-wrapper .hero-cta-wrapper .btn-wrap .btn-secondary-inverted {
    border: 2px solid #fff;
    margin-top: 15px;
    padding: 15px 40px; }
    @media (min-width: 768px) {
      .hero-wrapper .hero-cta-wrapper .btn-wrap .btn-secondary-inverted {
        margin-left: 15px;
        margin-top: 0; } }
  .hero-wrapper .hero-cta-wrapper .btn-wrap p {
    font-weight: 700; }
  .hero-wrapper .hero-cta-wrapper .btn-wrap .call-us {
    align-self: center;
    color: #fff;
    line-height: 26px;
    margin-left: 15px; }
  .hero-wrapper .hero-cta-wrapper .extra-link-text {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    vertical-align: top; }
    .hero-wrapper .hero-cta-wrapper .extra-link-text .fa.fa-arrow-right {
      position: absolute;
      right: -20px;
      top: 17px;
      transition: 0.5s; }
    .hero-wrapper .hero-cta-wrapper .extra-link-text:hover {
      text-decoration: none; }
      .hero-wrapper .hero-cta-wrapper .extra-link-text:hover .fa.fa-arrow-right {
        right: -25px; }
  .hero-wrapper .hero-cta-wrapper .hero-disclaimer {
    font-style: italic;
    margin-top: 20px; }
  .hero-wrapper .hero-cta-wrapper i {
    position: relative;
    right: -7px;
    transition: all 0.3s ease 0s; }
  @media (min-width: 768px) {
    .hero-wrapper .hero-cta-wrapper .price-tagline {
      font-size: 16px;
      line-height: 19px; }
    .hero-wrapper .hero-cta-wrapper .hero-product-title {
      font-size: 48px;
      line-height: 57px; }
    .hero-wrapper .hero-cta-wrapper .h2-styles {
      font-size: 26px;
      line-height: 32px; }
    .hero-wrapper .hero-cta-wrapper .h6-styles {
      font-size: 14px;
      line-height: 17px; }
    .hero-wrapper .hero-cta-wrapper .btn-wrap.inline-login {
      flex-direction: row; }
      .hero-wrapper .hero-cta-wrapper .btn-wrap.inline-login .extra-link-text {
        margin: 0 0 0 15px; }
      .hero-wrapper .hero-cta-wrapper .btn-wrap.inline-login .login-container.stack p {
        margin: 0 0 0 15px; }
    .hero-wrapper .hero-cta-wrapper .btn-wrap a.btn-primary {
      padding: 15px 40px;
      width: auto; } }
  @media (min-width: 992px) {
    .hero-wrapper .hero-cta-wrapper .btn-wrap.inline-login .login-container.stack {
      width: 20%; } }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.hero-wrapper .hero-search-wrapper .search-wrapper {
  margin: 0 0 10px;
  position: relative; }
  .hero-wrapper .hero-search-wrapper .search-wrapper .search-box {
    display: inline-block;
    padding-right: 5px;
    width: 100%; }
    .hero-wrapper .hero-search-wrapper .search-wrapper .search-box .text-box {
      background: #fff;
      border: 0;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
      color: #000;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 300;
      height: 40px;
      line-height: 24px;
      padding: 0 15px;
      width: 100%; }
      .hero-wrapper .hero-search-wrapper .search-wrapper .search-box .text-box:-webkit-autofill {
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 1000px white inset; }
      .hero-wrapper .hero-search-wrapper .search-wrapper .search-box .text-box:focus {
        outline: none; }
      .hero-wrapper .hero-search-wrapper .search-wrapper .search-box .text-box::placeholder {
        color: #000;
        opacity: 0.5; }
  .hero-wrapper .hero-search-wrapper .search-wrapper .btn {
    float: none;
    padding: 19px 18px 18px;
    width: 100%; }
  .hero-wrapper .hero-search-wrapper .search-wrapper .search-box.btn-inside {
    display: block; }
  .hero-wrapper .hero-search-wrapper .search-wrapper .btn-search {
    background: transparent;
    border: 0;
    color: #a02027;
    font-size: 20px;
    font-weight: 400;
    height: 36px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 0;
    width: 33px; }
    .hero-wrapper .hero-search-wrapper .search-wrapper .btn-search:hover {
      color: #cb3f47; }
  .hero-wrapper .hero-search-wrapper .search-wrapper form.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .hero-wrapper .hero-search-wrapper .search-wrapper form.error {
    -webkit-animation-name: shake;
    animation-name: shake; }
    .hero-wrapper .hero-search-wrapper .search-wrapper form.error .search-box {
      position: relative; }
      .hero-wrapper .hero-search-wrapper .search-wrapper form.error .search-box::after {
        color: #3396b0;
        content: '\F06A';
        display: inline-block;
        font: normal normal normal 20px/1 FontAwesome;
        /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
        height: 10px;
        position: absolute;
        right: 24px;
        top: 12px;
        width: 10px; }
      .hero-wrapper .hero-search-wrapper .search-wrapper form.error .search-box .text-box {
        border: 1px solid #3396b0;
        color: #3396b0; }
  .hero-wrapper .hero-search-wrapper .search-wrapper .btn-tertiary-inverted {
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    margin-left: 5px;
    padding: 19px 60px 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: top;
    width: 100%; }

@media (min-width: 768px) {
  .hero-wrapper .hero-search-wrapper {
    width: 110%; }
    .hero-wrapper .hero-search-wrapper .hero {
      padding: 100px 0; }
    .hero-wrapper .hero-search-wrapper h1 {
      line-height: 80px;
      margin: 0 0 25px 0; }
    .hero-wrapper .hero-search-wrapper .search-wrapper {
      margin-bottom: 15px; }
      .hero-wrapper .hero-search-wrapper .search-wrapper .search-box.btn-inside {
        width: 750px; }
        .hero-wrapper .hero-search-wrapper .search-wrapper .search-box.btn-inside .text-box {
          font-size: 26px;
          height: 60px;
          line-height: 32px; }
      .hero-wrapper .hero-search-wrapper .search-wrapper .btn {
        padding: 19px 26px 18px;
        width: auto; }
      .hero-wrapper .hero-search-wrapper .search-wrapper .btn-search {
        font-size: 36px;
        line-height: 36px;
        right: 55px;
        top: 10px; }
      .hero-wrapper .hero-search-wrapper .search-wrapper form.error .search-box::after {
        font-size: 24px;
        right: 28px;
        top: 18px; }
  .hero-wrapper .hero-tld-wrapper {
    margin-right: 75px; } }

@media (min-width: 992px) {
  .hero-wrapper .hero-search-wrapper {
    width: 100%; }
    .hero-wrapper .hero-search-wrapper .search-wrapper .search-box.btn-inside {
      width: 970px; }
    .hero-wrapper .hero-search-wrapper .search-wrapper .btn {
      padding: 19px 36px 18px; }
    .hero-wrapper .hero-search-wrapper .search-wrapper .btn-search {
      right: -10px; }
  .hero-wrapper .hero-tld-wrapper {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .hero-wrapper .hero-search-wrapper .search-wrapper .search-box.btn-inside {
    width: 1170px; }
  .hero-wrapper .hero-search-wrapper .search-wrapper .btn {
    padding: 19px 60px 18px; } }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .btn-primary {
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 19px 60px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  width: 100%; }

.hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box {
  background: #fff;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  margin-right: 5px;
  padding-right: 25px;
  position: relative;
  width: 100%; }
  .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box .text-box {
    background: #fff;
    border: 0;
    border-radius: 5px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 300;
    height: 60px;
    line-height: 32px;
    padding: 0 0 0 50px;
    width: 100%; }
    .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box .text-box:-webkit-autofill {
      background-color: transparent;
      -webkit-box-shadow: 0 0 0 1000px white inset; }
    .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box .text-box:focus {
      outline: none; }
    .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box .text-box::placeholder {
      color: #000;
      opacity: 0.5; }
  .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box::before {
    color: #cdcdcd;
    content: '\F002';
    font: normal normal normal 30px/1 FontAwesome;
    /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
    left: 12px;
    pointer-events: none;
    position: absolute;
    top: 14px; }
  @media (min-width: 375px) {
    .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box .tld-dropdown::after {
      color: #000;
      content: '\F107';
      font: normal normal normal 16px/1 FontAwesome;
      /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
      pointer-events: none;
      position: absolute;
      right: 15px;
      top: 22px; } }
  .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box .btn {
    width: 100%; }

@media (min-width: 768px) {
  .hero-wrapper .hero-dropdown-wrapper .search-wrapper .btn {
    padding: 19px 26px 18px;
    width: auto; }
  .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box {
    margin-bottom: 0;
    width: 590px; }
    .hero-wrapper .hero-dropdown-wrapper .dropdown-search-wrapper .search-box .text-box {
      padding: 0 15px 0 70px; } }

@media (min-width: 992px) {
  .hero-wrapper .hero-dropdown-wrapper .search-wrapper .search-box {
    width: 780px; }
  .hero-wrapper .hero-dropdown-wrapper .search-wrapper .btn {
    padding: 19px 36px 18px; } }

@media (min-width: 1200px) {
  .hero-wrapper .hero-dropdown-wrapper .search-wrapper .search-box {
    width: 925px; }
  .hero-wrapper .hero-dropdown-wrapper .search-wrapper .btn {
    padding: 19px 65px 18px; } }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.hero-wrapper .hero-transfer-wrapper .search-wrapper {
  margin: 0 0 10px;
  position: relative; }
  .hero-wrapper .hero-transfer-wrapper .search-wrapper .search-box {
    padding-right: 0; }
    .hero-wrapper .hero-transfer-wrapper .search-wrapper .search-box .text-box {
      background: #fff;
      border: 0;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
      color: #000;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 300;
      height: 41px;
      line-height: 24px;
      padding: 0 15px;
      width: 100%; }
      .hero-wrapper .hero-transfer-wrapper .search-wrapper .search-box .text-box:-webkit-autofill {
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 1000px white inset; }
      .hero-wrapper .hero-transfer-wrapper .search-wrapper .search-box .text-box:focus {
        outline: none; }
      .hero-wrapper .hero-transfer-wrapper .search-wrapper .search-box .text-box:placeholder {
        color: #000;
        opacity: 0.5; }
  .hero-wrapper .hero-transfer-wrapper .search-wrapper .search-box.btn-inside {
    display: block;
    width: auto; }
  .hero-wrapper .hero-transfer-wrapper .search-wrapper .btn {
    padding: 10px 0 9px; }
  .hero-wrapper .hero-transfer-wrapper .search-wrapper .btn-search {
    background: transparent;
    border: 0;
    color: #6a8570;
    font-size: 20px;
    font-weight: 400;
    height: 36px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 33px; }
    .hero-wrapper .hero-transfer-wrapper .search-wrapper .btn-search:hover {
      color: #b63838; }
  .hero-wrapper .hero-transfer-wrapper .search-wrapper form.has-error .search-box {
    position: relative; }
    .hero-wrapper .hero-transfer-wrapper .search-wrapper form.has-error .search-box::after {
      color: #eb2d2e;
      content: '\F06A';
      display: inline-block;
      font: normal normal normal 20px/1 FontAwesome;
      /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
      height: 10px;
      position: absolute;
      right: 24px;
      top: 11px;
      width: 10px; }

.hero-wrapper .hero-transfer-wrapper .extra-link-text p span {
  display: block;
  padding-right: 5px; }

@media (min-width: 768px) {
  .hero-wrapper .hero-transfer-wrapper .hero {
    padding: 100px 0; }
  .hero-wrapper .hero-transfer-wrapper .extra-link-text p span {
    display: inline; }
  .hero-wrapper .hero-transfer-wrapper h1 {
    line-height: 80px;
    margin: 0 0 25px 0; }
  .hero-wrapper .hero-transfer-wrapper .search-wrapper {
    margin-bottom: 15px; }
    .hero-wrapper .hero-transfer-wrapper .search-wrapper .btn {
      padding: 19px 0; }
    .hero-wrapper .hero-transfer-wrapper .search-wrapper .search-box .text-box {
      font-size: 26px;
      height: 61px;
      line-height: 32px; }
    .hero-wrapper .hero-transfer-wrapper .search-wrapper .btn-search {
      font-size: 36px;
      line-height: 36px;
      right: 15px;
      top: 10px; }
    .hero-wrapper .hero-transfer-wrapper .search-wrapper form.has-error .search-box::after {
      font-size: 24px;
      right: 28px;
      top: 18px; } }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.hero-wrapper.whois .hero-whois-wrapper .search-wrapper {
  margin: 0 0 10px;
  position: relative; }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box {
    display: inline-block;
    padding-right: 5px;
    width: 100%; }
    .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box .text-box {
      background: #fff;
      border: 0;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
      color: #000;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 300;
      height: 40px;
      line-height: 24px;
      padding: 0 15px;
      width: 100%; }
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box .text-box:disabled {
        opacity: 0.4; }
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box .text-box:-webkit-autofill {
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 1000px white inset; }
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box .text-box:focus {
        outline: none; }
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box .text-box::placeholder {
        color: #000;
        opacity: 0.5; }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn {
    float: none;
    padding: 19px 18px 18px;
    width: 100%; }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box.btn-inside {
    display: block; }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search {
    background: transparent;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    height: 36px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 0;
    width: 33px; }
    .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search:hover {
      color: #b63838; }
    @media (min-width: 768px) {
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search {
        color: #6a8570; }
        .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search:hover {
          color: #b63838; } }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search-mobile {
    display: block;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search-mobile {
        display: none; } }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper form.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper form.has-error {
    -webkit-animation-name: shake;
    animation-name: shake; }
    .hero-wrapper.whois .hero-whois-wrapper .search-wrapper form.has-error .search-box {
      position: relative; }
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper form.has-error .search-box .text-box {
        border: 1px solid #3396b0;
        color: #3396b0; }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper form .form-error {
    background-color: white;
    color: #3396b0;
    margin-top: 10px;
    min-height: 39px;
    position: relative;
    width: fit-content; }
    .hero-wrapper.whois .hero-whois-wrapper .search-wrapper form .form-error.visible {
      padding: 5px 10px; }

.hero-wrapper.whois .hero-whois-wrapper .re-captcha {
  margin-top: 10px;
  min-height: 88px; }

@media (min-width: 768px) {
  .hero-wrapper.whois .hero {
    padding: 100px 0 40px 0; }
  .hero-wrapper.whois .hero-whois-wrapper {
    width: 105%; }
    .hero-wrapper.whois .hero-whois-wrapper h1 {
      line-height: 80px;
      margin: 0 0 25px 0; }
    .hero-wrapper.whois .hero-whois-wrapper .search-wrapper {
      margin-bottom: 15px; }
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box.btn-inside {
        width: 725px; }
        .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box.btn-inside .text-box {
          font-size: 26px;
          height: 60px;
          line-height: 32px; }
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn {
        padding: 19px 26px 18px;
        width: auto; }
      .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search {
        font-size: 36px;
        line-height: 36px;
        right: 55px;
        top: 10px; } }

@media (min-width: 992px) {
  .hero-wrapper.whois .hero-whois-wrapper {
    width: 98%; }
    .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box.btn-inside {
      width: 950px; }
    .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn {
      padding: 19px 36px 18px; }
    .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search {
      right: -10px; } }

@media (min-width: 1200px) {
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .search-box.btn-inside {
    width: 1170px; }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn {
    padding: 19px 60px 18px; }
  .hero-wrapper.whois .hero-whois-wrapper .search-wrapper .btn-search {
    right: -30px; } }

.link-with-arrow {
  margin-right: 25px;
  position: relative; }
  .link-with-arrow .icon.arrow-right {
    position: absolute;
    right: -18px;
    top: 5px;
    transition: right 300ms; }
  .link-with-arrow:hover {
    cursor: pointer; }
    .link-with-arrow:hover .icon.arrow-right {
      right: -22px; }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.gay.hero-wrapper .hero {
  padding: 40px 0; }

.gay.hero-wrapper .hero-tlds-wrapper .hero-header {
  margin-bottom: 15px; }

.gay.hero-wrapper .hero-tlds-wrapper .hero-subtitle {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 0; }

.gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .btn-tertiary-inverted {
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 19px 60px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  width: 100%; }

.gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box {
  background: #fff;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  margin-right: 5px;
  position: relative;
  width: 100%; }
  .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .grid-row {
    margin: 0; }
  .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .text-box {
    background: #fff;
    border: 0;
    border-radius: 5px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 300;
    height: 60px;
    line-height: 32px;
    padding: 0 0 0 35px;
    width: 100%; }
    .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .text-box:-webkit-autofill {
      background-color: transparent;
      -webkit-box-shadow: 0 0 0 1000px white inset; }
    .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .text-box:focus {
      outline: none; }
    .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .text-box::placeholder {
      color: #000;
      opacity: 0.5; }
  .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .icon.search {
    color: #cdcdcd;
    left: 12px;
    pointer-events: none;
    position: absolute;
    top: 14px; }
  .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .tld {
    align-items: center;
    background-color: #fafafa;
    border-left: 1px solid #cdcdcd;
    border-radius: 0 5px 5px 0;
    color: #000;
    display: flex;
    font-weight: bold;
    justify-content: center; }
  .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .btn {
    width: 100%; }

.gay.hero-wrapper .hero-tlds-wrapper .extra-links {
  display: flex;
  flex-direction: column;
  padding-top: 10px; }
  .gay.hero-wrapper .hero-tlds-wrapper .extra-links a {
    color: #fff;
    width: fit-content; }
    .gay.hero-wrapper .hero-tlds-wrapper .extra-links a:hover {
      opacity: 0.8; }
  .gay.hero-wrapper .hero-tlds-wrapper .extra-links .link-with-arrow .icon.arrow-right {
    top: 7px; }

@media (min-width: 768px) {
  .gay.hero-wrapper .hero {
    padding: 60px 0; }
  .gay.hero-wrapper .hero-tlds-wrapper .search-wrapper .btn {
    padding: 19px 26px 18px;
    width: auto; }
  .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box {
    margin-bottom: 0;
    width: 590px; }
    .gay.hero-wrapper .hero-tlds-wrapper .tld-search-wrapper .search-box .text-box {
      padding: 0 15px 0 40px; }
  .gay.hero-wrapper .hero-tlds-wrapper .extra-links {
    display: block;
    padding-top: 5px; }
    .gay.hero-wrapper .hero-tlds-wrapper .extra-links .link-with-arrow .icon.arrow-right {
      top: 5px; } }

@media (min-width: 992px) {
  .gay.hero-wrapper .hero-tlds-wrapper .search-wrapper .search-box {
    width: 780px; }
  .gay.hero-wrapper .hero-tlds-wrapper .search-wrapper .btn {
    padding: 19px 36px 18px; } }

@media (min-width: 1200px) {
  .gay.hero-wrapper .hero-tlds-wrapper .search-wrapper .search-box {
    width: 925px; }
  .gay.hero-wrapper .hero-tlds-wrapper .search-wrapper .btn {
    padding: 19px 65px 18px; } }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.hero-wrapper {
  background-color: #f4f4f4; }
  .hero-wrapper .hero {
    align-items: center;
    background-size: cover;
    display: flex;
    min-height: 440px;
    opacity: 0;
    opacity: 1;
    overflow: hidden;
    padding: 125px 0;
    position: relative; }
  .hero-wrapper .grid-container {
    position: relative; }
  .hero-wrapper h1 {
    color: #fff;
    font-weight: 900;
    line-height: 36px;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .hero-wrapper .hero-product-title {
    font-family: "Noto Serif", serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: none; }
    @media (min-width: 768px) {
      .hero-wrapper .hero-product-title {
        font-size: 48px;
        line-height: 57px; } }
  .hero-wrapper .hero-header {
    font-family: "Noto Serif", serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: none; }
    @media (min-width: 768px) {
      .hero-wrapper .hero-header {
        font-size: 75px; } }
  .hero-wrapper .tld-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    border-left: 1px solid #cdcdcd;
    border-radius: 0 10px 10px 0;
    color: #000;
    font-size: 22px;
    height: 60px;
    margin-left: 15px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    -ms-word-break: normal;
    word-break: normal; }
  .hero-wrapper .hero-tld-wrapper {
    margin-top: -5px;
    text-align: left; }
    .hero-wrapper .hero-tld-wrapper .tld-text {
      color: #fff;
      font-size: 14px;
      line-height: 19px;
      margin-left: 0;
      margin-right: 25px; }
      .hero-wrapper .hero-tld-wrapper .tld-text strong {
        font-weight: 900; }
      .hero-wrapper .hero-tld-wrapper .tld-text:hover {
        text-decoration: none; }
  .hero-wrapper .extra-link-text {
    padding-top: 10px; }
    .hero-wrapper .extra-link-text p > span {
      color: #fff;
      font-size: 16px;
      line-height: 14px;
      margin-bottom: 0; }
    .hero-wrapper .extra-link-text a {
      color: #fff;
      font-size: 16px;
      font-weight: 900;
      line-height: 14px;
      position: relative;
      text-decoration: none; }
      .hero-wrapper .extra-link-text a i {
        position: absolute;
        right: -17px;
        top: 2px;
        transition: all 0.3s ease 0s; }
      .hero-wrapper .extra-link-text a:hover i {
        right: -22px; }

@media (min-width: 768px) {
  .hero-wrapper .hero {
    padding: 100px 0; }
  .hero-wrapper h1 {
    font-size: 75px;
    line-height: 80px;
    margin: 0 0 25px 0; }
  .hero-wrapper .hero-tld-wrapper {
    display: inline-block;
    float: right;
    text-align: right; }
    .hero-wrapper .hero-tld-wrapper .tld-text {
      font-size: 22px;
      line-height: 30px;
      margin-left: 20px;
      margin-right: 5px; }
  .hero-wrapper .extra-link-text {
    display: block; }
    .hero-wrapper .extra-link-text p > span {
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 0; }
    .hero-wrapper .extra-link-text a {
      font-size: 14px;
      line-height: 14px; } }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.horizontal-carousel .carousel-pager {
  text-align: center; }
  .horizontal-carousel .carousel-pager .dot {
    background-color: #333;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    outline: none;
    overflow: hidden;
    padding: 0;
    width: 12px; }
    .horizontal-carousel .carousel-pager .dot.active {
      background-color: #6a8570; }

.horizontal-carousel .item {
  outline: none; }

.horizontal-carousel .item img {
  display: inline-block;
  vertical-align: top;
  width: inherit; }

.horizontal-carousel .fa-arrow-right {
  margin-left: 5px; }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
.text-features {
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .text-features {
      padding-bottom: 60px; } }
  .text-features h3,
  .text-features h2 {
    margin-top: 0;
    text-align: center; }
    .text-features h3 + p,
    .text-features h2 + p {
      text-align: center; }
  .text-features .feature-column.icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    .text-features .feature-column.icon .icon-img {
      margin-top: 5px;
      padding-right: 15px; }
  .text-features .text-group {
    padding-top: 10px; }
    .text-features .text-group img {
      padding: 7px 0; }
  .text-features .title {
    font-weight: 700;
    margin-bottom: 5px; }
  .text-features .extra-section {
    color: #333;
    text-align: left; }
    .text-features .extra-section span {
      display: block; }
    @media (min-width: 768px) {
      .text-features .extra-section {
        text-align: center; }
        .text-features .extra-section a,
        .text-features .extra-section span {
          display: inline; } }
  .text-features .btn-link {
    font-size: 16px;
    position: relative; }
    .text-features .btn-link .fa-arrow-right {
      position: absolute;
      right: -18px;
      top: 3px;
      transition: 0.5s; }
    .text-features .btn-link:hover {
      cursor: pointer; }
      .text-features .btn-link:hover .fa-arrow-right {
        right: -22px; }

div.content-wrapper .section-header {
  text-align: center; }

/**
 * These branding variables will overwrite exisiting variables declared
 * in the default _variables.scss
*/
/**
 * These variables are default values, and will be overwritten in
 * the [BRANDNAME]/assets/styles/_variables.scss partial by setting
 * variables of the same name with different values.
*/
/* -- UI Refresh variables -- */
/*** Media Queries ***/
body {
  background-color: #fafafa; }

.hero-wrapper {
  text-align: center; }
  .hero-wrapper .hero {
    background: url("/static/cs/img/pages/home/home-hero-s@2x.jpg") center no-repeat;
    background-size: cover;
    height: 100%; }
    .hero-wrapper .hero .hero-header {
      font-size: 44px;
      line-height: 44px; }
    .hero-wrapper .hero .hero-search-wrapper .search-wrapper {
      left: 0;
      margin-top: 4%;
      right: 0;
      width: 100%; }
      .hero-wrapper .hero .hero-search-wrapper .search-wrapper .search-box.btn-inside {
        width: 100%; }
    .hero-wrapper .hero .grid-container {
      justify-content: center;
      top: -90px; }
  @media (min-width: 768px) {
    .hero-wrapper .hero {
      background: url("/static/cs/img/pages/home/home-hero-xl.jpg") center no-repeat;
      height: 840px; }
      .hero-wrapper .hero .grid-container {
        top: -130px; }
      .hero-wrapper .hero .hero-search-wrapper {
        width: 100%; }
        .hero-wrapper .hero .hero-search-wrapper .search-wrapper {
          left: 0;
          margin-top: 4%;
          max-width: 100%;
          right: 0;
          width: 100%; }
          .hero-wrapper .hero .hero-search-wrapper .search-wrapper .btn-search {
            right: 20px; }
          .hero-wrapper .hero .hero-search-wrapper .search-wrapper .search-box.btn-inside {
            max-width: 100%;
            width: 750px; }
        .hero-wrapper .hero .hero-search-wrapper .hero-tld-wrapper {
          margin-right: 0; } }
  @media (min-width: 992px) {
    .hero-wrapper .hero {
      background: url("/static/cs/img/pages/home/home-hero-xl.jpg") center no-repeat;
      height: 897px; }
      .hero-wrapper .hero .hero-header {
        font-size: 75px;
        line-height: 80px; }
      .hero-wrapper .hero .hero-search-wrapper .search-wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-top: 4%;
        width: 801px; }
        .hero-wrapper .hero .hero-search-wrapper .search-wrapper .search-box.btn-inside {
          width: 806px; }
          .hero-wrapper .hero .hero-search-wrapper .search-wrapper .search-box.btn-inside .text-box {
            width: 100%; }
        .hero-wrapper .hero .hero-search-wrapper .search-wrapper .btn-search {
          right: 15px; } }
  .hero-wrapper .hero-search-wrapper .search-wrapper {
    left: 10%;
    margin-top: 4%;
    right: 10%;
    width: 80%; }
  .hero-wrapper .hero-search-wrapper .hero-tld-wrapper {
    text-align: center;
    width: 100%; }
  .hero-wrapper .hero-search-wrapper .extra-link-text {
    display: none; }

.text-features-container {
  position: relative;
  top: -50px; }
  .text-features-container .grid-container {
    background-color: #142141;
    overflow: hidden;
    padding: 17px 30px 37px; }
    @media (min-width: 768px) {
      .text-features-container .grid-container {
        padding: 41px 70px 43px; } }
    @media (min-width: 992px) {
      .text-features-container .grid-container {
        padding: 71px 70px 76px; }
        .text-features-container .grid-container .text-features {
          padding-bottom: 0; }
        .text-features-container .grid-container .grid-container {
          padding: 36px 0 0; } }
    .text-features-container .grid-container .grid-container {
      margin: 0 auto;
      width: 100%; }
  .text-features-container h3,
  .text-features-container p {
    color: #fff; }
  .text-features-container h3 {
    font-family: "Noto Serif", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px; }
    @media (min-width: 768px) {
      .text-features-container h3 {
        line-height: 0; } }
    @media (min-width: 992px) {
      .text-features-container h3 {
        line-height: 36px; } }
  .text-features-container p.title {
    font-size: 56px;
    font-weight: 900;
    line-height: 67px; }
  .text-features-container .text-features-carousel {
    text-align: center; }
    .text-features-container .text-features-carousel h3 {
      font-size: 30px; }
    .text-features-container .text-features-carousel .horizontal-carousel {
      height: 175px; }
      @media (min-width: 768px) {
        .text-features-container .text-features-carousel .horizontal-carousel {
          height: 175px; } }
      @media (min-width: 992px) {
        .text-features-container .text-features-carousel .horizontal-carousel {
          height: 215px; } }
    .text-features-container .text-features-carousel .fa-arrow-right {
      margin-left: 5px;
      transition: 0.5s; }
    .text-features-container .text-features-carousel .btn-link:hover {
      cursor: pointer; }
      .text-features-container .text-features-carousel .btn-link:hover .fa-arrow-right {
        margin-left: 10px; }

.sidehugs {
  padding-bottom: 70px; }
  .sidehugs img {
    width: 100%; }
  .sidehugs .sidehug-img {
    padding: 0; }
  .sidehugs .justify-flex-end .sidehug-img {
    order: 1; }
  @media (min-width: 768px) {
    .sidehugs .justify-flex-end img {
      position: relative;
      right: -9px; } }
  @media (min-width: 768px) {
    .sidehugs .justify-flex-start .sidehug-img {
      order: 1; }
    .sidehugs .justify-flex-start .sidehug-copy {
      order: 2; }
    .sidehugs .justify-flex-start img {
      left: -9px;
      position: relative; } }
  .sidehugs .content-wrapper .section-header {
    text-align: left; }
    .sidehugs .content-wrapper .section-header div {
      color: #000;
      line-height: 20px; }
  .sidehugs .title-span {
    text-shadow: none;
    text-transform: none; }
    @media (min-width: 768px) {
      .sidehugs .title-span {
        font-size: 30px; } }
    @media (min-width: 992px) {
      .sidehugs .title-span {
        font-size: 40px; } }
  .sidehugs .subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px; }
    @media (min-width: 768px) {
      .sidehugs .subtitle {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .sidehugs .subtitle {
        font-size: 26px;
        line-height: 32px; } }
  .sidehugs .name-your-site-img {
    background: url("/static/cs/img/pages/home/name-your-site-S.png") center no-repeat;
    background-size: cover;
    height: 300px; }
    @media (min-width: 768px) {
      .sidehugs .name-your-site-img {
        background: url("/static/cs/img/pages/home/name-your-site-M.png") center no-repeat;
        background-size: cover;
        height: 384px; } }
    @media (min-width: 992px) {
      .sidehugs .name-your-site-img {
        background: url("/static/cs/img/pages/home/name-your-site.png") center no-repeat;
        background-size: cover;
        height: 508px; } }
  .sidehugs .build-your-site-img {
    background: url("/static/cs/img/pages/home/build-your-site-S.png") center no-repeat;
    background-size: cover;
    height: 300px; }
    @media (min-width: 768px) {
      .sidehugs .build-your-site-img {
        background: url("/static/cs/img/pages/home/build-your-site-M.png") center no-repeat;
        background-size: cover;
        height: 384px; } }
    @media (min-width: 992px) {
      .sidehugs .build-your-site-img {
        background: url("/static/cs/img/pages/home/build-your-site.png") center no-repeat;
        background-size: cover;
        height: 508px; } }
  .sidehugs .launch-your-site-img {
    background: url("/static/cs/img/pages/home/launch-your-site-S.png") center no-repeat;
    background-size: cover;
    height: 300px; }
    @media (min-width: 768px) {
      .sidehugs .launch-your-site-img {
        background: url("/static/cs/img/pages/home/launch-your-site-M.png") center no-repeat;
        background-size: cover;
        height: 384px; } }
    @media (min-width: 992px) {
      .sidehugs .launch-your-site-img {
        background: url("/static/cs/img/pages/home/launch-your-site.png") center no-repeat;
        background-size: cover;
        height: 508px; } }
  .sidehugs .btn.btn-primary {
    margin-bottom: 30px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .sidehugs .btn.btn-primary {
        margin-bottom: 0; } }

