/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/*
section#header {
    margin: 0;
    padding: 10px 0;
    background-color: #151515 !important;
    border-radius: 5px 5px 0 0;
}
ul.top-nav>li>a {
    padding: 6px 10px;
    color: #ffffff !important;
    line-height: 20px;
    text-decoration: none;
}
*/

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.navbar-main {
    margin-bottom: 0;
    background-color: #000000;
    border: 0;
    min-height: 38px;
    font-family: "Outfit", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
div.header-lined .breadcrumb > .active {
    color: #003147;
}
.home-shortcuts {
  margin: 0;
  background: #000000;
  color: #fff;
}
ul.top-nav > li.primary-action > a.btn {
    padding: 6px 15px;
    background-color: #D51B1A;
    color: #fff;
    border-radius: 3px;
}
body,
input,
button,
select,
textarea {
  font-family: "Outfit", Verdana, Tahoma, serif;
  color: #333333;
}
.navbar-main li.account {
    background-color: #D51B1A;
}
.navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
    color: #ffffff !important;
    background-color: #D51B1A;
}
section#home-banner {
    margin: 0;
    padding: 50px 0 60px;
    background-color: #D51B1A;
    color: #fff;
}
#registration .sub-heading span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -11px;
    font-size: 16px;
    color: #D51B1A;
    background-color: #fff;
}
div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding:6px 0;
    border-bottom:1px solid #ccc;
    font-weight: 400;
    color: #D51B1A;
}
a {
    color: #D51B1A;
}
a:hover {
    color: #D51B1A;
    text-decoration: underline;
}

.home-shortcuts li:first-child {
    border-left: 1px solid #ffffff;
}
.home-shortcuts li {
    float: left;
    width: 24%;
    padding: 5px 3px;
    border-right: 1px solid #ffffff;
    font-size: .9em;
    text-align: center;
    cursor: poOutfit;
    overflow: hidden;
    white-space: nowrap;
}
section#home-banner .btn.search {
    background-color: #000000;
}
.btn-success {
    color: #fff;
    background-color: #D51B1A;
    border-color: #D51B1A;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #003147;
  border-color: #003147;
}
.btn-success:hover {
  color: #ffffff !important;
  background-color: #D51B1A;
  border-color: #D51B1A;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #003147;
  background-image: none;
  border-color: #003147;
}
a.list-group-item:hover {
    color: #D51B1A;
}
.btn-primary {
    color: #fff;
    background-color: #D51B1A;
    border-color: #D51B1A;
}
.home-shortcuts li:first-child {
    border-left: 1px solid #ffffff;
}
.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #D51B1A;
    border-color: #D51B1A;
    color: #fff;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.landing-page.ssl .validation-levels {
    padding: 20px 20px 0 20px;
    background-color: #D51B1A !important;
    text-align: center;
}
.landing-page.ssl .standout-1 {
    margin: 30px 0 200px 0;
    padding: 40px 0 0 0;
    background-color: #D51B1A !important;
    text-align: center;
}

