@media (max-width: 991px), (max-device-width: 991px) {
    div.Search {
        width: 100% !important;
    }
}

@media (max-width: 767px), (max-device-width: 767px) {
    .keywordspnl li {
        width: 45% !important;
    }
}

@media (max-width: 450px), (max-device-width: 450px) {
    .keywordspnl li {
        width: 100% !important;
    }
}

@media (max-width: 400px), (max-device-width: 400px) {
    .registerLocation {
        width: 100%;
    }
}
/* override theme */
.hide-on-mobile2 {
    display: table-cell;
}

.input-group-text {
    background-color: inherit !important;
    color: inherit !important;
}

.hide-on-mobile3 {
    display: inline-block;
}
.table td, .table th {
    padding:0;
}

.contentFiltersSearch {
    margin-bottom: 0 !important;
}

div.Search {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 1%;
}

div.DropDown {
    margin-right: 10px;
    margin-bottom: 1%;
}

button.Filter {
    background: #36332c;
    background: -moz-linear-gradient(top, #36332c 0%, #252420 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36332c), color-stop(99%,#252420));
    background: -webkit-linear-gradient(top, #36332c 0%,#252420 99%);
    background: -o-linear-gradient(top, #36332c 0%,#252420 99%);
    background: -ms-linear-gradient(top, #36332c 0%,#252420 99%);
    background: linear-gradient(to bottom, #36332c 0%,#252420 99%);
    color: white;
}

    button.Filter:hover {
        color: #999999;
    }

button.Clear {
    background: #D61A01;
    background: -moz-linear-gradient(top, #D61A01 0%, #830A00 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D61A01), color-stop(99%,#830A00));
    background: -webkit-linear-gradient(top, #D61A01 0%,#830A00 99%);
    background: -o-linear-gradient(top, #D61A01 0%,#830A00 99%);
    background: -ms-linear-gradient(top, #D61A01 0%,#830A00 99%);
    background: linear-gradient(to bottom, #D61A01 0%,#830A00 99%);
    color: white !important;
}

    button.Clear:hover {
        color: #999999 !important;
    }

.dataTables_filter {
    display: none;
}

#Socialmaindiv {
    min-height: 600px;
}

#SocialMediaType {
    margin-bottom: 16px;
}

#SocialMediaType .topBorder {
    border-top: 1px solid #fff;
}

#SocialMediaType .searchIcon {
    float: right;
    padding: 15px;
    font-size: 16px;
}

#socialDataTable a {
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 1.2rem 0;
    color: #000;
}

#socialDataTable i {
    margin: 0 8px 0 0;
    display: inline;
}

#socialDataTable thead th {
    color:#000;
}

#socialDataTable tbody td {
    padding: 0;
    margin: 0;
}

#socialDataTable tbody td:first-child {
    padding-right: 80px;
 }
 
#socialDataTable .pad-left {
    padding-left: 30px;
 }

.sitereg .site-reg-hosted-by {
    text-align: right;
}
.search-container .input-group-text {
    float: right;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.pagination .previous, .pagination .next {
    border: none
}

.paginate_button {
    color: #960000 !important;
    cursor: pointer;
}

    .paginate_button:hover:not(.previous):not(.next), .paginate_button.current {
        color: #fff !important;
        background-color: #960000;
        cursor: pointer;
    }

.dataTables_wrapper {
    width: 100%;
}

.filter-text {
    letter-spacing: .15em;
    font-size: 15px;
    color: #960000
}

#SocialMediaType .dropdown:focus-visible {
    border: solid 2px #960000 !important;
}

#SocialMediaType .dropdown-content {
    display: none;
    position: absolute;
    background-color: #721c24;
    min-width: 100%;
    box-shadow: 0 0px 30px rgba(0,0,0,.3);
    color: #ffffff;
    z-index: 999;
    cursor: pointer;
}

#SocialMediaType .dropdown-content a {
    color: black;
    padding: 05px 8px;
    text-decoration: none;
    display: block;
    color: #ffffff;
}

#SocialMediaType .dropdown-content a:hover, #SocialMediaType .dropdown-content a:focus {
    background-color: #960000;
}

#SocialMediaType .dropdown:hover .dropdown-content, #SocialMediaType .dropdown:focus .dropdown-content, #SocialMediaType .dropdown .dropdown-content.active {
    display: block;
}

#SocialMediaType .dropdown .dropbtn {
    min-width: 200px;
    border: 0px !important;
    border-bottom: 2px solid #d7d7d7 !important;
    padding-left: 0px !important;
    -webkit-appearance: none;
    background: url('/desktopmodules/siteregistry/Templates/MarineResponsive/images/arrow.png') no-repeat right;
    text-align: left;
    font-weight: bold;
    padding-right: 50px;
}

#SocialMediaType .dropdown:hover .dropbtn {
    background-color: transparent;
}

#SocialMediaType .dropdown-content i {
    margin-right: 20px;
    margin-left: 10px;
    width: 20px;
}

.topsrch .search-container {
    color: #960000;
    margin-bottom: 20px;
}

.filter-text {
    letter-spacing: .15em;
    font-size: 15px;
    color: #960000;
}

.bar-row {
    margin-bottom: 10px;
}

.table-hover a {
    color: #000;
    text-decoration: none;
}

.table-hover a:hover {
    color: #fff;
    text-decoration: none;
    background: #960000;
}

.table-hover th {
    color: #a1a1a1;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 0;
    padding-bottom: 10px;
    border-top: 0px;
    padding-right: 56px;
    border-bottom: 2px solid #e3e3e3 !important;
    padding-left: 5px;
    cursor: ns-resize;
    text-align: left;
}

.table-hover th:last-child {
    text-align: center;
}

.table-hover td {
    font-weight: 100;
    padding: 28px 5px;
    border-bottom: 2px solid #e3e3e3;
    text-align: right;
    padding-right: 15px;
    cursor: pointer;
}

    .table-hover td:first-child {
        text-align: left;
    }

.table-hover tbody tr:hover {
    color: #fff !important;
    background: #960000;
}

    .table-hover tbody tr:hover a {
        color: #fff !important;
    }

@media (min-width:991px) {
    .table-hover th:last-child {
        width: 20%;
        padding-left: 28px;
    }
    .table-hover td:first-child {
        padding-left: 5px !important;
    }

    .table-hover td:last-child {
        width: 20%;
        padding-right: 15px !important;
    }

    .filterGroup {
        margin-top: 50px;
    }

    .filterGroup2 {
        margin-bottom: 38px;
    }
}


.topsrch .search-container {
    border: 2px solid #e3e3e3;
}

@media (max-width:991px) {
    .dropbtn {
        width: 100%;
    }

    .table-hover th {
        padding-right: 0px !important;
    }

    .filterGroup {
        margin-top: 20px;
    }

    .filter-text {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 992px) {
    .hide-on-desktop {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (max-width:768px) {
    .hide-on-mobile3,
    .hide-on-mobile2 {
        display: none;
    }
}

@media (max-width:576px) {
    .hide-on-small-mobile {
        display: none;
    }
}

.topsrch input[type=text] {
    padding: 10px;
    font-size: 16px;
    border-right: none;
    background: transparent;
    display: inline-block;
    border: 0px;
    width: 80%;
    color: #960000 !important;
    font-weight: 900;
}

    .topsrch input[type=text]::placeholder {
        color: #960000 !important;
        font-weight: 900;
    }

    .topsrch input[type=text]::-webkit-input-placeholder,
    .topsrch input[type=text]:-moz-placeholder,
    .topsrch input[type=text]:-ms-input-placeholder {
        color: #960000 !important;
        font-weight: 900;
    }

.topsrch .search-container button {
    float: right;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    border: transparent;
    border-left: none;
    color: #960000 !important;
    position: inherit;
    /*    width: 10%;*/
}

    .topsrch .search-container button:hover {
        background: inherit;
    }

.clear_all {
    font-size: 12px;
    color: #a1a1a1;
    letter-spacing: .15em;
}

@media (min-width: 979px) {
    ul.socialac {
        margin: 0;
        padding: 0;
    }

    .socialac li {
        width: 33.33%;
        clear: both;
    }

    .tab-pane {
        padding-top: 100px;
        padding-bottom: 42px
    }

    .logo-tab-desk .nav-pills .nav-link.active, .logo-tab-desk .nav-pills .show > .nav-link {
        background: none;
    }

    .logo-tab-desk .nav-pills a {
        background: none;
        color: #fff;
    }

    .logo-tab-desk .nav-pills h4 {
        text-transform: uppercase;
        padding-top: 10px;
        bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .logo-tab-desk ul.nav-pills li:hover:after {
        border-top: #c0c0c0;
    }

    .logo-tab-desk ul.nav-pills li.current:after {
        width: 0;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-top: 17px solid #e5e5e5;
        content: " ";
        position: absolute;
        bottom: -17px;
        left: 40%;
    }

    .arrow-down {
        margin-bottom: -50px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #f00;
    }

    .breadcrumb {
        margin-top: 118px;
    }

    .box1 {
        margin-top: 200px;
    }

    .box2 {
        margin-top: 50px;
    }

    .nav-width {
        max-width: 1417px !important;
        background: #960000;
        box-shadow: 0 0px 30px rgba(0,0,0,.3);
    }

        .nav-width a {
            padding-top: 48px;
            padding-bottom: 42px;
        }

        .nav-width h4 {
            font-size: 30px;
            text-transform: none;
        }
}

.dropbtn {
    background: transparent;
    color: #960000;
    /*background: url(../../img/News_photos/arrow.png) no-repeat right;*/
    padding: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

#SocialMediaType .dropdown {
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 567px) {
    #SocialMediaType .dropdown {
        margin-bottom: 25px;
    }

    .topsrch .search-container {
        margin-bottom: 40px;
    }

    .section1 {
        padding-top: 35px;
    }
}

@media screen and (max-width:768px) and (orientation:landscape) {
    #SocialMediaType .dropdown {
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .socialac li {
        width: 33.33%;
    }
}

#SocialMediaSiteList {
    margin: 50px 0 0 0;
}

.table-hover tbody tr:hover {
    color: #fff !important;
    background: #960000 !important;
}

#SocialMediaType .dropbtn {
    min-width: 205px;
    display: block;
}

#SocialMediaType i {
    margin: 0 20px 0 20px;
}

/* pagination START */
.pagination {
    margin-top: 30px !important;
    margin-bottom: 80px;
    text-align: center;
}

    .pagination i {
        font-size: 24px;
    }

        .pagination i:hover {
            color: #960000;
        }

    .pagination li {
        padding: 0 2px;
    }

    .pagination .pArw {
        color: #960000;
        border: none;
        margin: 1px;
        padding-left: 8px;
        padding-right: 0px;
    }

    .pagination .pArwPrev {
        color: #960000 !important;
        border: none;
        margin: 1px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .pagination .page-link:hover {
        color: #fff !important;
    }

    .pagination .page-link.pArwPrev:hover, .pagination .page-link.pArw:hover {
        color: #960000 !important;
    }

    .pagination .pArw:hover, .pagination .pArwPrev {
        color: #960000 !important;
        background: transparent
    }

    .pagination .pArw2 {
        color: #960000;
        border: none;
        margin: 1px;
    }

    .pagination a:active, .pagination a:visited {
        color: #960000 !important;
    }

.paginate_button {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 0 4px;
}

.dataTables_wrapper .paginate_button.previous, .dataTables_wrapper .paginate_button.next {
    padding: 0 .75rem;
}

.dataTables_wrapper .pagination {
    display: block;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

#socialDataTable_paginate {
    padding: 20px 0 0 0;
}

@media (max-width: 450px), (max-device-width: 450px) {
    .dataTables_paginate {
        margin-left: -25px;
    }
}

@media (max-width: 374px), (max-device-width: 374px) {
    .paginate_button {
        padding: .5rem .65rem;
        margin: 0 2px;
    }
}
/* pagination END */




/*units*/
.sitereg.units {
    padding-top: 40px
}

    .sitereg.units .table-unit .col-type {
        width: 20%
    }

    .sitereg.units .load-more {
        padding: 115px 0px;
        text-align: center;
        color: #fff;
        cursor: pointer
    }

    .sitereg.units .load-more-button {
        cursor: pointer;
        width: 200px;
        min-width: 200px;
        display: inline-block;
        padding: 12px
    }

        .sitereg.units .load-more-button.disabled {
            background-color: #757575;
            cursor: none
        }

    .sitereg.units .table-unit.grid thead {
        display: none
    }

    .sitereg.units .table-unit th {
        border: none
    }

    .sitereg.units .table-unit td img {
        max-width: 40px;
        max-height: 40px;
        margin-right: 30px
    }
    .sitereg.units table tbody td {
        border: none;
    }
    .sitereg.units table tbody td.no-wrap {
        white-space: nowrap;
    }
    .sitereg.units .table-unit .row-top {
        border-top: 2px solid #dee2e6;
    }
    
    .sitereg.units .table-unit.grid .row-top {
        border-top: none;
    }

    .sitereg.units .table-unit.grid td {
        border: none;
        display: inline
    }

    .sitereg.units .table-unit .list-link {
        display: flex !important;
        align-items: center
    }

    .sitereg.units .table-unit .list-text {
        flex: 1 1 200px
    }

    .sitereg.units .table-unit .ucard {
        display: flex;
        flex-direction: column;
        padding: 0 15px
    }

        .sitereg.units .table-unit .ucard p {
            font-size: 14px
        }

        .sitereg.units .table-unit .ucard img {
            max-height: 140px;
            max-width: 100%;
            margin: 0
        }

        .sitereg.units .table-unit .ucard .image {
            -webkit-filter: grayscale(84%);
            transition: all .6s ease;
            text-align: center;
            border: 1px solid gray;
            padding: 40px 20px !important;
            margin: 30px 0 20px 0
        }

            .sitereg.units .table-unit .ucard .image:hover {
                -webkit-filter: grayscale(0%);
                text-align: center;
                border: 1px solid gray;
                padding: 40px 20px;
                margin: 30px 0 20px 0
            }

        .sitereg.units .table-unit .ucard .title {
            font-weight: 700;
            font-family: 'HelveticaBold',arial,sans-serif !important;
            text-decoration: none;
            color: #000000;
        }

        .sitereg.units .table-unit .ucard p {
            margin-bottom: 1rem
        }

            .sitereg.units .table-unit .ucard p.title {
                margin-bottom: .5rem
            }

        .sitereg.units .table-unit .ucard .title a {
            padding: 0 !important
        }

    .sitereg.units .table-unit.grid tbody {
        display: flex;
        flex-wrap: wrap;
    }

        .sitereg.units .table-unit.grid tbody tr {
            flex: 0 0 25%;
            max-width: 25%;
            display: inline-block
        }

.sitereg .top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    z-index: 1;
    position: relative
}

    .sitereg .top-bar .view-selector a {
        text-transform: uppercase;
        font-size: 14px;
        font-family: Helvetica, Arial, sans-serif;
    }

        .sitereg .top-bar .view-selector a:hover {
            color: #940000
        }

.sitereg .filter-bar a.button-outline {
    border-color: #940000
}

    .sitereg .filter-bar a.button-outline:visited {
        color: #940000
    }

    .sitereg .filter-bar a.button-outline:hover {
        text-decoration: underline;
        color: #940000
    }

.sitereg .filter-bar #btnSearchClose, .sitereg .filter-bar #btnSearchCloseMobile {
    background-color: transparent;
    border: none;
    color: #940000
}

.sitereg .top-bar .filter-clear, .sitereg .top-bar .sel-grid {
    color: #767676;
}

@media (max-width: 992px) {
    .sitereg.units .table-unit.grid tbody tr {
        flex: 0 0 33.3%;
        max-width: 33.3%
    }

    .sitereg.units .table-unit .ucard .image {
        -webkit-filter: grayscale(0%)
    }
}

@media (max-width: 576px) {
    .sitereg.units .table-unit.grid tbody tr {
        flex: 0 0 100%;
        max-width: 100%
    }

    .sitereg.units .table-unit.grid .ucard img {
        height: 140px;
    }

    .sitereg.units .table-unit .list-link {
        justify-content: space-between;
    }

    .sitereg.units .table-unit td img {
        margin-right: 0;
        margin-left: 20px
    }

    .sitereg.units .table-unit .list-image {
        order: 2
    }
}

.sitereg.units .drop-list {
    border-bottom: 2px solid #ccc;
}

    .sitereg.units .drop-list:after {
        position: absolute;
        right: 15px;
        top: 3px;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: '\f078';
        color: #940000;
        font-size: 18px;
        pointer-events: none;
        background-color: transparent
    }

    .sitereg.units .drop-list select option {
        padding: 5px 5px 5px 5px;
        background-color: #721c24;
        color: #fff;
        border: none
    }

.sitereg.units .chosen-single {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important
}

    .sitereg.units .chosen-single span {
        text-overflow: clip !important;
        letter-spacing: -1px;
        line-height: 1.5 !important
    }

.sitereg.units .chosen-container-single {
    padding: 6px 0 !important;
}

.sitereg.units .chosen-container-active {
    border: 2px solid #960000 !important;
}

    .sitereg.units .chosen-container-single .chosen-single div b {
        display: none !important
    }

.sitereg.units a.chosen-single {
    color: #940000;
    font-weight: bold;
    font-size: 16px
}

.sitereg.units-sf a.chosen-single {
    color: #fff;
}

.sitereg.units .chosen-drop {
    background-color: #721c24 !important;
    color: #fff !important;
    min-width: 200px !important;
    box-shadow: 0px 2px 2px #000 !important;
    border: none !important
}

    .sitereg.units .chosen-drop .chosen-results li {
        padding: .4rem 1.5rem !important
    }

    .sitereg.units .chosen-drop .chosen-results {
        color: #fff !important
    }

.sitereg.units .chosen-container .chosen-results li.highlighted {
    background-color: #960000 !important;
    background-image: none !important
}

.sitereg.units .chosen-container .chosen-results li.no-results {
    background-color: #960000 !important;
    color: #fff !important
}

.sitereg.units .chosen-container-single .chosen-search input[type=text] {
    color: #fff !important
}


/* unit reg form */

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

/* Hide the original */
:root input[type="checkbox"] {
    position: absolute;
    left: -1000em;
}

/* rebuild the checkbox */
:root input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    margin-right: 15px;
    margin-top: -4px;
    position: relative;
    vertical-align: middle;
}

:root input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    line-height: 1;
}
:root input[type="checkbox"]:focus + label:before {
    border: 2px solid #960000;
}
:root input[type="checkbox"]:disabled + label:before {
    background-position: 0 -32px;
}

:root input[type="checkbox"]:checked:disabled + label:before {
    background-position: 0 -48px;
}

:root input[type="checkbox"]:focus + label:before {
    font-weight:900;
}

label {
    color: #960000;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

input {
    margin-bottom: 37px;
    font-size: 18px;
    border: 3px solid #d6d6d6;
    border-radius: 0px;
}

    input:focus {
        border: 3px solid #960000;
        box-shadow: none !important;
        outline-width: 0;
    }

.form-check-label {
    font-weight: bold;
    text-transform: capitalize !important;
    letter-spacing: 0em !important;
}

.form-check-box {
    border: 2px solid #9e9e9e;
    padding: 10px;
}

    .form-check-box .form-check {
        float: left;
        display: inline-block;
        padding: 10px;
    }

input[type=checkbox] {
    margin-bottom: 0px;
}

.form-check-box .form-check input {
    border: 2px solid #9e9e9e !important;
    padding: 20px;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    border: 2px solid #9e9e9e !important;
    padding: 20px;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .form-check-label {
        font-size: 17px;
    }
}

.register-into {
    display: none;
}

label, .submitlblnote {
    color: #960000 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block !important;
    margin-bottom: .5rem !important;
    font-size: 18px !important;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: 300 !important;
}

input {
    padding: 10px;
    margin: 0 0 10px !important;
}

.admin-poc {
    font-family: "Colossalis", arial, sans-serif !important;
    font-weight: 100 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 37px 0;
    color: #000;
    font-size: 1.5rem;
}


/* ==== */

.custom-cb {
    margin: 0 18px 0 -33px;
    padding: 4px 0 0;
    font-size: 16px;
    display: none;
}

.keywordspnl {
    border-style: solid;
    border-color: #9e9e9e;
    border-width: 2px;
    padding: 12px;
}

    .keywordspnl label {
        font-weight: bold;
        text-transform: capitalize !important;
        letter-spacing: 0em !important;
        margin: 16px 0;
        cursor: pointer;
    }

.registerLocation {
    border-bottom: 2px solid #ccc !important;
    padding-left: 0 !important;
}

.extensionlbl {
    margin: 26px 0 0;
}

.urltext, .orgtext {
    width: 100%;
}

.btnlinksubmit {
    font-family: 'Colossalis';
    text-transform: uppercase;
    letter-spacing: .23em;
    font-size: 18px;
    padding: 10px 20px !important;
}

.required-fields-note {
    display: none;
}

.bottom-hz {
    display: block !important;
}

.marine-responsive input:not:[type="submit"] {
    color: #444;
}

.PhoneColumn {
    min-height: 100px;
    position: relative;
}
/*
    .PhoneColumn input {
        bottom: 0;
        position: absolute;
    }

    .PhoneColumn label {
        bottom: 55px;
        position: absolute;
    }
    */
/* Select Lists */
.marine-responsive-select, .chosen-single {
    width: 418px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0 !important;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #980000 !important;
    border: none !important;
    border-bottom: 2px solid #ccc !important;
    font-weight: 700;
    text-indent: 0;
    box-sizing: content-box;
    padding: 5px 0;
    background: none !important;
}

    .marine-responsive-select:focus {
        outline-width: 0;
        outline: none;
        box-shadow: none !important;
    }

.marine-responsive-select {
    width: 418px;
    height: 34px;
    overflow: hidden;
    background: url('/desktopmodules/siteregistry/Templates/MarineResponsive/images/arrow.png') no-repeat right transparent;
}

    .marine-responsive-select option {
        background-color: #980000;
        color: #fff;
        padding: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 10px;
        color: white;
        outline: none;
        padding: 10px;
        text-indent: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px;
    }

/*.marine-responsive-select option:hover, .marine-responsive-select option:active {
            background-color: #960000;
        }*/

/* override chosen */
.chosen-container {
    font-weight: 700;
    font-size: 16px ;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 12px 0 0;
    height: 30px;
    border-color: transparent;
}

div[id^="dnn"] .chosen-single div b, div[id^="dnn"] .chosen-container.chosen-with-drop .chosen-single div b {
    background-image: url('/desktopmodules/siteregistry/Templates/MarineResponsive/images/arrow.png');
    background-size: initial;
    background-position: 0 10px;
    /*background-position: no-repeat right transparent !important;*/
}

.chosen-container .chosen-drop {
    background: #721c24;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.chosen-container-single .chosen-single {
  padding: 0 !important;
  margin: 0 !important;
  height: 34px !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  box-shadow: none !important;
}

.chosen-container-active .chosen-single {
  border: 2px solid #960000 !important;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

    .chosen-container-single .chosen-single span {
    }

.chosen-container .chosen-results {
    color: #fff !important;
    background: #721c24;
    padding: 0 !important;
    margin: 0 !important;
}

    .chosen-container .chosen-results li {
        padding: 10px 6px 10px 20px !important;
        margin: 0 !important;
        background: #721c24 !important;
    }

.chosen-container .chosen-results li.highlighted {
    background-color: #980000 !important;
}

div[id^="dnn"] .chosen-container-single .chosen-search input[type=text], div[id^="dnn"] .no-results {
    color: #fff !important;
}



.marine-responsive .select-dropdown {
    background: #721c24;
    color: #fff;
    font-size: 14px;
    width: 418px;
    display: block;
    float: none;
    box-shadow: 0px 2px 2px #000 !important;
    position: absolute;
    max-height: 300px;
    overflow: scroll;
    z-index: 1;
}

    .marine-responsive .select-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .marine-responsive .select-dropdown li {
        padding: 4px 0 0 12px;
        margin: 0;
    }

        .marine-responsive .select-dropdown li:hover {
            background: #960000;
            cursor: pointer;
        }


/* confirmation page */
.confirmation{
    font-size:22px;
}
#confirmation-registerUnit div {
    margin: 30px 0;
}

#confirmation-registerUnit h3{
    margin: 80px 0 0 0;
}

.divSubmittedInfoInner {
    background-color: #F8F8F8;
    padding: 40px;
    margin: 0 0 100px 0 !important;
    font-size:18px;
}

.reg-form-padding{
    margin: 0 0 !important;
}

/************** MOBILE UNITS Template******************/
/****** TYPE dropdown ******/
.units .select-css {
    display: block;
    font-size: 24px;
    color: #940000;
    line-height: 30px;
    padding: 6px 6px 12px 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0px;
    border-bottom: 2px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.units .select-css::-ms-expand {
    display: none;
}
.units .select-css:focus {
    outline: none;
}
.units .select-css option {
    font-weight: normal;
    width:100%;
}

.units .select-css.bloodFont {
    color: #940000;
}
.units .select-css option:first-child {
    color: #940000;
}
.units .select-css option {
    color: #fff;
    background-color: #940000;
    font-size: 18px;
    line-height: 24px;
}

.units .select-css option:hover,
.units .select-css option:focus,
.units .select-css option:active {
    color: #940000;
    background-color: #fff;
}

.units .sitereg-mobiletype {
  position: relative; 
  float: left;
  min-width: 200px;
  width:100%;
}

.units .sitereg-mobiletype label{
    width:100%;
}

.units .sitereg-mobiletype:after {  
  color: #940000;
  right: 11px;
  content: "\f078" !important;
  font-weight:bold;
  font-style: normal;
  font-family: "Font Awesome 5 Free"; 
  font-size: 24px;
  top: 18px;
  padding: 0 0 2px; 
  position: absolute;
  pointer-events: none;
}

/******Location Dropdown*****/

.units span.twitter-typeahead {
    width: 50%;
}

.units .typeahead,
.units .tt-query,
.units .tt-hint {
    width: 100%;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    border: 0px;
    float: left;
    outline: none;
    padding-top: 20px;
}

.units .typeahead {
    background-color: #fff;
    color: #940000;
}

::-webkit-input-placeholder{
    color: #940000 !important;
}

.units .typeahead:focus{
    border:none;
}

.units .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.units .tt-hint {
    color: #940000
}

.units .tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    color: #fff;
    background-color: #940000;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 0px;
}

.units .tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.units .tt-suggestion:hover {
    cursor: pointer;
    color: #940000;
    background-color: #fff;
}

.units .tt-suggestion.tt-cursor {
    color: #940000;
    background-color: #fff;
}

.units .tt-suggestion p {
    margin: 0;
}

.units .gist {
    font-size: 14px;
}

.units #btnSearchClose, .units #btnSearchCloseMobile {
    background-color: transparent;
    color: #940000 !important;
    font-size: 24px;
}

.units .input-group-text {
    float: right;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
}

.units .input-group-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
    white-space: nowrap;
}

.units .sitereg-mobilelocation {
    border: 0px;
    border-bottom: 2px solid #ccc;
    max-width: 500px;
}

.units .searchIcon {
}

.units .fa-search:before {
    content: "\f002";
}
