@media only screen and (min-width: 960px) {
    .dxd-mom-cards-list-item-info-ea {
        width: 22%;
    }
}

.dxd-mom-r-tabs,
.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-tab {
    background: transparent !important;
}


/****** Style Star Rating Widget *****/

.dxd-mom-rating {
    border: none;
    height: 2em;
}

.dxd-mom-rating .dxd-mom-checkbox input[type="checkbox"],
input[type="radio"] {
    float: left;
    margin-top: 0.5em;
}

.dxd-mom-rating div#el {
    float: left;
}

.dxd-mom-cards-list-item-info {
    border-top: 0px;
}

.dxd-mom-cards-list-item-title-section {
    width: 85%;
}

.dxd-mom-cards-list-item-title-section .dxd-mom-cards-list-item-description p {
    float: left;
}

.dxd-mom-cards-list-item-title-actions {
    width: 200px;
    right: 0px;
    left: auto;
}

.dxd-mom-toggleswitch {
    width: 170px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: right;
}

.dxd-mom-toggleswitch-checkbox {
    display: none;
}

.dxd-mom-toggleswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: right;
}

.dxd-mom-toggleswitch-inner {
    display: block;
    width: 100%;
    float: right;
    transition: margin 0.3s ease-in 0s;
    background-color: #ffb74d;
    border: 1px solid #D38D27;
    border-radius: 4px;
    color: #333;
    padding: 7px 15px;
}

.dxd-mom-toggleswitch-inner.dxd-mom-checked {
    background-color: #58c459;
    border: 1px solid #4da54e;
    color: #fff;
}

.dxd-mom-toggleswitch-inner:before {
    display: block;
    float: left;
    padding: 0;
    line-height: 1;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    margin-right: 5px;
}

.dxd-mom-toggleswitch-inner.dxd-mom-unchecked:before {
    content: "\e92d";
    color: #333;
    font-family: 'Linearicons-dxd';
    float: left;
}

.dxd-mom-toggleswitch-inner.dxd-mom-checked:before {
    content: "\e92e";
    color: #fff;
    text-align: right;
    font-family: 'Linearicons-dxd';
    float: left;
}


/* .dxd-mom-toggleswitch-checkbox:checked+.dxd-mom-toggleswitch-label .dxd-mom-toggleswitch-switch {
    right: 0px;
} */

.dxd-mom-cards-list-item-title-actions .dxd-mom-toggleswitch {
    float: right;
    margin-right: 20px;
    margin-top: 1.5em;
}

.dxd-mom-float-right {
    float: right;
}

.dxd-mom-tab-highlight {
    border: 2px #4da54e solid;
    background: #58c459;
    border-bottom-color: #b1dafc;
    color: #fff;
}

.dxd-mom-contact-info,
.dxd-mom-personnel-info {
    padding: 2em 0em !important;
    float: left;
    width: 100%;
}

.dxd-mom-contact-info-list ul {
    list-style: none;
    padding: 0em 0em 0em 2em;
    margin: 0px;
}

.dxd-mom-contact-info-list h5,
.dxd-mom-contact-info-list p {
    margin: 0px;
    line-height: 1.5;
}

.dxd-mom-person-card {
    float: left;
    width: 100%;
    padding: 1em;
    margin-bottom: 1.5em;
}

.dxd-mom-dl-inline dd:last-child {
    margin-bottom: 0px;
}

.dxd-mom-personnel-top-actions .dxd-mom-form-control-mds,
.dxd-mom-search-top-actions .dxd-mom-form-control-mds {
    margin-top: 0px;
}

.dxd-mom-personnel-top-actions,
.dxd-mom-search-top-actions {
    margin-top: 1em;
}

.dxd-mom-personnel-top-actions {
    padding-left: 1em;
}

.dxd-mom-inner-search-text-icon:after {
    content: "\e922";
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0.5em;
    font-family: 'Linearicons-dxd';
}

.dxd-mom-personnel-top-actions .dxd-mom-paging {
    text-align: right;
}

.dxd-mom-search-top-actions .dxd-mom-form-control-mds .chosen-container-active~label.dxd-mom-label-control,
.dxd-mom-personnel-top-actions .dxd-mom-form-control-mds .chosen-container-active~label.dxd-mom-label-control {
    -webkit-transform: translateY(-1.3em) scale(0.9);
    -ms-transform: translateY(-1.3em) scale(0.9);
    -moz-transform: translateY(-1.3em) scale(0.9);
    transform: translateY(-1.3em) scale(0.9);
    color: #B25A00;
}

.dxd-mom-search-top-actions .dxd-mom-form-control-mds .dxd-mom-has-value~label.dxd-mom-label-control,
.dxd-mom-personnel-top-actions .dxd-mom-form-control-mds .dxd-mom-has-value~label.dxd-mom-label-control {
    -webkit-transform: translateY(-1.3em) scale(0.9);
    -ms-transform: translateY(-1.3em) scale(0.9);
    transform: translateY(-1.3em) scale(0.9);
    color: #777;
}


/* mobile navigation */

.dxd-mom-fixed-nav-mobile {
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ddd;
    white-space: nowrap;
    height: 50px;
    box-sizing: border-box;
    padding: 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
}

.dxd-mom-fixed-nav-mobile ul,
.dxd-mom-fixed-nav-mobile li {
    display: inline;
    padding: 0px;
    margin: 0px;
}

.dxd-mom-fixed-nav-mobile li {
    float: left;
    position: relative;
    height: 50px;
    background: #006eab;
}

.dxd-mom-fixed-nav-mobile li.dxd-mom-current {
    background: #1F253D;
}

.dxd-mom-fixed-nav-mobile li:nth-last-child(1) {
    width: 50%;
}

.dxd-mom-fixed-nav-mobile li:nth-last-child(2) {
    width: 50%;
}

.dxd-mom-fixed-nav-mobile li:nth-last-child(3) {
    width: 28%;
}

.dxd-mom-fixed-nav-mobile li i {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
    color: #fff;
}

.dxd-mom-fixed-nav-mobile a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 25px;
    position: absolute;
    color: #fff;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    line-height: 1.2;
    left: 15px;
}

.dxd-mom-fixed-nav-mobile ul {
    padding: 0;
}

.dxd-mom-fixed-nav-mobile img {
    vertical-align: middle;
}

.dxd-mom-search-agency-mobile .dxd-mom-page-footer-actions {
    margin: 0px;
}

.dxd-mom-mobile-nav-tabs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dxd-mom-mobile-nav-tab-content {
    display: none;
}

.dxd-mom-mobile-nav-tab-content.dxd-mom-current {
    display: inherit;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-sticky-panel-title {
        margin-left: 0.5em;
        width: 80%;
    }
    .dxd-mom-sticky-panel-toggle,
    .dxd-mom-sticky-panel-toggle-collapsed {
        margin-right: 0.5em;
    }
    .dxd-mom-person-card .dxd-mom-card-icon {
        width: auto;
        float: left;
        padding: 0px;
    }
    .dxd-mom-person-card .dxd-mom-card-icon .dxd-mom-icon {
        width: 2em;
        height: 2em;
        font-size: 2em;
        padding: 0px;
    }
    .dxd-mom-person-card .dxd-mom-person-title {
        font-size: 1.5em !important;
        float: left;
        text-align: left;
        margin: 0px;
    }
    .dxd-mom-person-card .dxd-mom-person-details dd,
    .dxd-mom-person-card .dxd-mom-person-details dt {
        float: left;
        margin: 0px;
    }
    .dxd-mom-personnel-top-actions .dxd-mom-paging {
        text-align: left;
    }
    .dxd-mom-cards-list-item-description {
        float: left;
        margin: 0px;
    }
    .dxd-mom-cards-list-item-title-section .dxd-mom-cards-list-item-description p {
        float: left;
        margin: 0px;
        font-size: 14px;
        width: 100%;
    }
    .dxd-mom-cards-list-item-description span {
        width: 100%;
    }
    .dxd-mom-star-rating {
        float: left;
    }
    .tipso_bubble {
        min-width: 300px !important;
    }
}

.dxd-mom-mobile-master-detail-overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: auto;
    z-index: 99;
    left: 0px;
}

.dxd-mom-mobile-master-detail-overlay .dxd-mom-cards-list-item-content {
    margin: 0px;
    padding: 20px;
}

.dxd-mom-noscroll {
    overflow: hidden;
}

.dxd-mom-mobile-master-detail-overlay .dxd-mom-r-tabs-panel {
    float: left;
    width: 100%;
}

.dxd-mom-mobile-master-detail-overlay .dxd-mom-r-tabs-accordion-title {
    float: left;
    width: 100%;
}

.dxd-mom-mobile-master-detail-overlay .dxd-mom-mobile-master-detail-header {
    float: left;
    width: 100%;
    padding: 20px;
}

.dxd-mom-mobile-master-detail-overlay .dxd-mom-t-container {
    text-align: center;
}

.dxd-mom-mobile-master-detail-overlay-back-button {
    margin-top: 15px;
    float: left;
}

.dxd-mom-mobile-master-detail-overlay .dxd-mom-toggleswitch {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

.dxd-mom-mobile-master-detail-overlay .dxd-mom-toggleswitch label {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

.dxd-mom-mobile-master-detail-overlay .dxd-mom-cards-list-item-title-actions {
    width: 50px;
    right: 0px;
}

a.tipso:hover {
    text-decoration: none;
}

#cssmenu {
    min-height: 5px;
}

.tipso_bubble {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
    text-align: left;
    min-width: 400px;
    padding: 20px;
}

.tipso_title {
    background: #fff;
    text-align: left;
    color: #333;
}

.tipso_bubble h5 {
    margin-top: 0px;
    line-height: 1;
}

.tipso_content {
    background: #fff;
    text-align: left;
    color: #333;
}

.tipso_arrow {}

.dxd-mom-rating-questions,
.dxd-mom-rating-questions>li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.dxd-mom-rating-questions p {
    margin-bottom: 0px;
}

.dxd-mom-alert--ea:before {
    content: "A-Z list of Agencies";
    color: #713D7D;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title.dxd-mom-r-tabs-state-active .dxd-mom-r-tabs-anchor,
.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-state-active .dxd-mom-r-tabs-anchor {
    border-bottom: 6px #D38D27 solid;
    color: #D38D27;
    text-decoration: none;
}

.dxd-mom-sticky-filter-caption {
    margin-bottom: 0px;
    margin-top: 10px;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title {
    border-bottom: 1px #D38D27 solid;
}

.dxd-mom-customer-review-list ul,
.dxd-mom-customer-review-list li {
    list-style: none;
    margin: 0px;
}

.dxd-mom-customer-info-list-item-content h5 {
    float: left;
    margin-right: 5px;
    line-height: 1.5;
}

.dxd-mom-customer-info-list-item-content .dxd-mom-star {
    float: left;
}

.dxd-mom-customer-rating-name,
.dxd-mom-customer-review {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.dxd-mom-customer-info-list-item-content {
    margin-top: 15px;
}

.dxd-mom-viewall-link {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.dxd-mom-customer-review p {
    margin-bottom: 0px;
}

.dxd-mom-cards-list-item-info-metric-name {
    color: #006EAB;
}


/* star rating css */

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}


/* un-used */

.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888);
    filter: drop-shadow( -2px -2px 2px #888);
}

.dxd-mom-star-rating {
    float: left;
    margin-right: 5px;
}

.dxd-mom-dl-inline>dd {
    margin: 1em 0em 0em 0em;
}

.dxd-mom-dl-inline>dt {
    margin: 1em 1em 0em 0em;
}

.dxd-mom-margin-left-field{
    margin-left: 0.5em;
    margin-top: 2.62em;
}

.dxd-mom-ea-bottom-links{
    margin-bottom: 2em;
}

.dxd-mom-ea-bottom-links p{
    margin-bottom: 10px;
}

blockquote{
    margin-bottom: 0.5em;
    padding-left: 1em;
    position: relative;
    font-style: italic;
}

blockquote:before{
    content: "\e7e5";
    font-family: "Linearicons-dxd";
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 15px;
}

blockquote:after {
    content: "\e7e6";
    font-family: "Linearicons-dxd";
    position: absolute;
    bottom: -5px;
    right: -5px;
    font-size: 15px;
}

.dxd-mom-radio-fixed-width{
    width: 220px;
}

.dxd-mom-no-top-margin{
    margin-top: 0px !important;
}

.dxd-mom-toggleswitch-label i{
    font-size: 30px;
    color: #006EAB;
}

.dxd-mom-toggleswitch-label.dxd-mom-checked i{
    color: #fff;
}

.dxd-mom-toggleswitch-label.dxd-mom-checked {
    padding: 10px;
    border-radius: 50%;
    background: #4da54e;
    height: 50px;
    color: #fff;
}

.dxd-mom-toggleswitch-label {
    padding: 10px;
    border-radius: 50%;
    background: transparent;
    height: 50px;
    color: #006EAB;
}

.dxd-mom-prompt{
    height: 5em;
}

.dxd-mom-prompt-title{
    font-size: 1.2em;
}