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

    ** Custom Stylesheet **

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

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

.home-domain-search {
    margin: 0;
    padding: 50px 0 60px;
    background-color: #043d5f;
    color: #343a40;
    background-image: url(/manage/assets/img/hompagebannerbwbright.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-domain-search .tld-logos {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    list-style: none;
    font-size: 2em;
    color: #f8f9fa;
    font-weight: 600;
}
#Secondary_Navbar-Contact_Us {
    padding-right: 15px;
}

dl,ol,ul {
    margin-bottom:1rem;
}
ol ol,ol ul,ul ol,ul ul {
    margin-bottom:1rem;
}