﻿
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Serif+Pro&display=swap);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

b, strong {
    font-weight: 700
}

h1 {
    margin: .67em 0
}

img {
    border: 0;
    vertical-align: middle
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    background-color: transparent;
    text-decoration: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1, h1 {
    font-size: 24pt;
    font-weight: bold;
}

.h2, h2 {
    font-size: 18pt;
    font-weight: bold;
}

.h5, h5 {
    font-size: 10pt;
    font-weight: bold;
}

p {
    margin: 0 0 10px
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }

    .container {
        width: 750px
    }
}

.text-center {
    text-align: center
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (max-width:990px) {
    div.div-disclaimer {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-6 {
        width: 50%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative
}

body.spiritdental {
    margin: 0 auto;
    display: block;
    background-color: #faf8f5 !important
}

div.rater-input-container-inner {
    text-align: center;
    margin: 0 auto;
    padding: 55px 0 0
}

a.logo-home img {
    vertical-align: bottom;
    width: 120px;
    max-height: 72px;
    border: none
}

div .div-dbe-faqs {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 20px;
}

    div.div-dbe-faqs div a[data-sf-role="toggleLink"]:first-child {
        background: #45555f;
        color: #333;
        padding: 14px;
        display: block;
        margin: 20px 0 0;
        font-size: 18px;
        font-weight: 700
    }

    div.div-dbe-faqs div a {
        background: 0 0;
        color: #333;
        padding: 0;
        display: block;
        margin: 0;
        font-size: 14px;
        font-weight: 400
    }

    div.div-dbe-faqs div div {
        display: block;
        background: #fff;
        padding: 25px; /*DBSW-555*/
        color: #333;
        font-size: 12pt;
    }

div.footer-outer {
    background: #465560;
    padding: 16px 0 36px;
    font-size: 16px
}

div.div-acredations a img {
    max-width: 150px;
    max-height: 90px;
    padding: 0 12px;
    margin: 24px 0;
    display: inline-block
}

div.viewport {
    background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)) 0 0/cover,url("/assets/img/bgc.jpg") top center/cover no-repeat fixed
}

#navbarMobileFilter p, a {
    color: #fff
}

nav.left-menu {
    float: left;
    list-style: none;
    position: relative
}

ul.rightMenu {
    display: inline-block;
    float: right;
    text-align: right
}

.spiritdental a {
    font-family: Montserrat,sans-serif;
    font-size: 12pt;
    color: #4482A4;
    font-display: swap;
    font-weight: bold;
}

.menu a, .spiritdental .sub-menu {
    font-size: 14px;
    color: #465560 !important;
    font-style: normal;
    font-weight: normal;
}

a.link-dbe-button {
    border: none;
    background-color: #E25928 !important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    display: inline-block; /*DBSW-456*/
    font-style: normal;
    font-weight: normal;
}

.footer-inner span {
    font-family: Montserrat,sans-serif;
    font-size: 12pt;
    color: #faf8f5;
    font-display: swap
}

.footer-left-links {
    padding-left: 25px
}

div.footer-outer div.contact-social-links a.contact {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    color: #faf8f5;
    margin-top: 7px;
    font-display: swap
}

div.div-disclaimer {
    background-color: #faf8f5 !important;
    padding: 40px 25%;
    color: #465560 !important;
    font-size: 12px;
    font-family: Montserrat !important;
    font-display: swap
}

.menu {
    display: inline-flex
}

body.spiritdental h1, body.spiritdental h2, body.spiritdental h3, body.spiritdental h4 {
    color: #465560 !important
}

.spiritdental h1 {
    font-family: 'Source Serif Pro',sans-serif !important;
    font-size: 24pt;
    font-display: swap;
    font-weight: bold;
}

.spiritdental h2 {
    font-family: 'Source Serif Pro',sans-serif !important;
    font-size: 18pt;
    font-display: swap;
    font-weight: bold;
}

.spiritdental span:not(span.k-icon) {
    font-family: Montserrat,'DM Sans',sans-serif;
    font-display: swap
}

.spiritdental .rightMenu span {
    font-family: Montserrat,'DM Sans',sans-serif;
    color: #465560 !important;
    font-size: 12pt;
    font-display: swap
}

.spiritdental div {
    font-family: 'Montserrat',sans-serif;
    color: #465560;
    font-display: swap
}

.spiritdental p {
    font-family: Montserrat,sans-serif !important;
    font-size: 12pt;
    font-display: swap
}

.spiritdental .viewport {
    background: #faf8f5
}

.spiritdental .logo-home, nav.nav-menu {
    float: left
}

.menu .only-desktop {
    display: inline-block !important
}

.menu .only-mobile {
    display: none !important
}

@media only screen and (max-width:769px) {

    iframe {
        width: 320px !important;
    }

    .blogDetailContainer .sp_div_border .sf-Long-text, .spiritdental .blogDetailContainer .sp_div_border .sf-Long-text div {
        max-width: 730px;
        overflow-x: scroll
    }

    .spiritdental .blogDetailContainer .sp_div_border ol li {
        max-width: 330px
    }

    nav.nav-menu {
        float: right;
        color: #465560
    }

    .rightMenu a.contact {
        color: #465560
    }

    div.contact-social-links.div-content-outer {
        padding: 0 !important;
        float: right
    }

    div.div-content-outer > span {
        display: block !important
    }

    div.contact-social-links.div-content-outer a.contact, div.contact-social-links.div-content-outer a.social {
        display: none !important
    }

        div.contact-social-links.div-content-outer a.contact:first-child {
            display: initial !important;
            margin-left: -120px;
            margin-top: 20px;
            position: absolute
        }

    div.rater-input-container-inner {
        padding: 0 !important
    }

    .sleft {
        display: none
    }

    nav .rightMenu .contact {
        display: inline; /*Fixing phone and get a quote menu location in mobile*/
        border: none !important;
        margin-top: -57px;
        width: 170px;
        margin-right: 50px;
        padding: 0;
        color: #465560 !important
    }

    .menu .only-mobile {
        display: block !important
    }

    .menu .only-desktop {
        display: none !important
    }

    .spanish-mobile {
        display: inline !important;
        font-size: 12px !important;
        margin-right: -15px;
        padding: 0 !important
    }

    .sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
        margin-left: 0 !important
    }

    .sf_2cols_1_33 #RaterInput .rater-input-container-inner {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:769px) {
    nav.nav-menu {
        float: right;
        color: #465560
    }

    .sleft {
        display: none
    }

    nav .rightMenu .contact {
        border: none !important;
        margin-top: -57px;
        width: 170px;
        margin-right: 50px;
        padding: 0;
        color: #465560 !important
    }

    .menu .only-mobile {
        display: block !important
    }

    .menu .only-desktop {
        display: none !important
    }

    .spanish-mobile {
        display: inline !important;
        font-size: 12px !important;
        margin-right: -15px;
        padding: 0 !important
    }
}

body.spiritdental ul {
    font-size: 12pt !important;
    line-height: 1.5 !important;
    color: #465560 !important;
    font-family: Montserrat;
    font-display: swap
}

.textinput input, .textinput label {
    color: #465560
}

.spiritdental p a {
    font-size: 12pt !important
}

div.home-rater-input {
    background: 0 0 !important
}

div.textinput > i {
    display: none
}

div.sf_colsOut.sf_2cols_2_33 {
    margin-top: -5%
}

#RaterInput button.btn-search-main {
    border: none;
    background-color: #E25928 !important;
    color: #fff !important;
    box-shadow: 0 8px 6px -6px gray;
    border-radius: 15px;
    max-width: 400px;
    left: 0;
    right: 0;
    font-size: 26px;
    padding-left: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 280px !important
}

#RaterInput div.btnsearch {
    text-align: center
}

#RaterInput div.home-rater-input {
    /*background: url("/images/librariesprovider6/rater-input-bg/home.jpg") top/cover no-repeat !important;*/ /*DBSW-453*/
    margin-top: 68px; /*DBSW-453*/
    padding: 10px;
    display: block;
    width: 100%
}

#RaterInput div.rater-input-container-inner {
    width: 322px;
    font-size: 24px;
    background: #fff;
    border-radius: 0;
    text-align: left !important;
    padding: 12px 18px !important;
    height: 400px; /*DBSW-666*/
    display: grid;
    border: 1px solid #d3d3d3;
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
    margin-left: 70px;
    margin-bottom: 40px
}

#RaterInput div.textinput {
    margin: 21px auto
}

#RaterInput input.input-rater {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #555;
    font-size: 21px;
    height: auto;
    width: 280px;
    max-width: 280px;
    padding: 12px 6px;
    text-align: left;
    border-radius: 15px
}

#RaterInput select.select-rater {
    border: 1px solid #e5e5e5;
    font-size: 21px;
    font-weight: 400;
    height: auto;
    padding: 12px 60px 12px 12px;
    text-transform: capitalize;
    color: #555;
    box-shadow: none !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    white-space: nowrap;
    text-overflow: '';
    width: 280px !important;
    max-width: 280px !important;
    background: url("/assets/img/arrow.png") 95% 50%/10% no-repeat #fafafa !important;
    border-radius: 15px
}

#RaterInput .quoting-header {
    display: block;
    font-weight: 800;
    top: 100px;
    text-align: left;
    /*margin-left: 70px;*/
    margin-top: 30px;
    margin-bottom: 30px
}

div.sf_cols {
    display: flex !important
}

div.div-dialog-box {
    width: 50%;
    left: 25% !important
}

div.div-dialog-box-spirit {
    width: 50% !important
}

::after, ::before {
    box-sizing: border-box
}

.sf_cols {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 !important;
    padding-right: 0 !important
}

#divErrorContainer {
    background: #ffd2ab;
    border-radius: 4px;
    height: 120px; /*DBSW-492*/
    width: 297px;
    text-align: center;
    float: left;
    margin-top: 20px
}

.error-age, .error-indBirthday, .error-kidsBirthday, .error-petname, .error-spouse, .error-zipcode, .error-coverage {
    color: #da3e0f;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .244445px
}

.btn-cat {
    text-align: left !important
}

body, div, input, li, ul {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

ul {
    list-style: none
}

body {
    font-family: Arial,Verdana,Sans-serif;
    font-size: 12px;
    line-height: 1.5;
    min-width: 985px;
    background: #f2f2f2
}

a, a:link, a:visited {
    color: #105cb6;
    text-decoration: none
}

img {
    max-width: 100%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer, header, nav {
    display: block
}

a {
    background-color: transparent
}

strong {
    font-weight: 700
}

img {
    border: 0
}

button, input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

input {
    line-height: normal
}

    input[type=checkbox] {
        box-sizing: border-box;
        padding: 0
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul {
        margin-bottom: 0
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-md-4, .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .col-md-4, .col-md-6 {
        float: left
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-6 {
        width: 50%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal
}

body.spiritdental {
    margin: 0 auto;
    display: block;
    background-color: #faf8f5 !important
}

a.logo-home img {
    vertical-align: bottom;
    width: 120px;
    max-height: 72px;
    border: none
}

div.footer-outer {
    background: #465560;
    padding: 16px 0 3px 0;
    font-size: 16px;
    padding-bottom: 36px
}

div.div-acredations a img {
    max-width: 150px;
    max-height: 90px;
    padding: 0;
    margin: 24px 0;
    display: inline-block;
    padding: 0 12px
}

div.viewport {
    background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url("/assets/img/bgc.jpg") no-repeat top center fixed;
    background-size: cover
}

a {
    color: #fff
}

nav.left-menu {
    float: left;
    list-style: none;
    position: relative
}

ul.rightMenu {
    display: inline-block;
    float: right;
    text-align: right
}

.spiritdental a {
    font-family: 'Montserrat',sans-serif;
    font-size: 12pt;
    color: #4281a4;
    font-display: swap
}

.spiritdental .sub-menu {
    font-size: 14px;
    color: #465560 !important
}

.menu a {
    font-size: 14px;
    color: #465560 !important
}

a.link-dbe-button {
    border: none;
    background-color: #E25928 !important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    border-radius: 15px
}

.footer-inner span {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #faf8f5;
    font-display: swap
}

.footer-left-links {
    padding-left: 25px
}

div.footer-outer div.contact-social-links a.contact {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #faf8f5;
    margin-top: 7px;
    font-display: swap
}

div.div-disclaimer {
    background-color: #faf8f5 !important;
    padding-top: 40px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 40px;
    color: #465560 !important;
    font-size: 12px;
    font-family: 'Montserrat' !important;
    font-display: swap
}

.menu {
    display: inline-flex
}

.spiritdental span:not(span.k-icon) {
    font-family: 'Montserrat','DM Sans',sans-serif;
    font-display: swap
}

.spiritdental .rightMenu span {
    font-family: 'Montserrat','DM Sans',sans-serif;
    color: #465560 !important;
    font-size: 12pt;
    font-display: swap
}

.spiritdental div {
    font-family: 'Montserrat',sans-serif;
    color: #465560;
    font-display: swap
}

.spiritdental .viewport {
    background: #faf8f5
}

.spiritdental .logo-home {
    float: left
}

nav.nav-menu {
    float: left
}

.menu .only-mobile {
    display: none !important
}

body.spiritdental ul {
    font-size: 12pt !important;
    line-height: 1.5 !important;
    color: #465560 !important;
    font-family: 'Montserrat';
    font-display: swap
}

::after, ::before {
    box-sizing: border-box
}

ul {
    margin: 0;
    padding: 0;
    list-style: inside
}

nav {
    margin: 0;
    padding: 0;
    background-color: transparent;
    float: right;
    margin: 15px 6px 0 0
}

    nav a {
        padding: 8px 12px
    }

    nav:after {
        content: "";
        display: table;
        clear: both
    }

    nav ul {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative
    }

        nav ul li {
            margin: 0;
            display: inline-block;
            padding: 1px
        }

        nav ul ul {
            display: none;
            position: absolute;
            z-index: 1
        }

        nav ul.menu li label.toggle:after, ul.menu li a.sub-menu:after {
            content: "";
            display: inline-block;
            font: normal normal 14px/1 'Font Awesome 5 Pro';
            padding-left: 3px
        }

@media all and (max-width:768px) {
    .toggle + a, ul.menu {
        display: none
    }

    .toggle {
        display: inline-block;
        padding: 0;
        text-decoration: none;
        border: none;
        background-color: transparent;
        padding-right: 8px
    }

    nav ul li {
        display: block;
        margin: 0;
        border-top: 1px solid #e5e5e5;
        padding: 12px 12px;
        font-size: 21px
    }

    nav ul.menu li label.toggle {
        padding: 12px 12px;
        font-size: 21px;
        width: 100%
    }

    nav ul li a {
        color: #fff
    }

    nav ul ul {
        float: none;
        position: static;
        color: #fff
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    height: 100%;
    min-height: 100%
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Roboto,Tahoma,"Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    background: #fff;
    background-size: cover
}

div.viewport {
    z-index: 1;
    background: inherit;
    height: auto;
    width: auto;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%
}

button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    background-image: none
}

a {
    text-decoration: none
}

strong {
    font-weight: 700
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button, input {
    line-height: normal
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    padding: 0;
    background-color: transparent;
    letter-spacing: 1px
}

input[type=checkbox] {
    padding: 0;
    box-sizing: border-box
}

img {
    vertical-align: middle;
    width: auto;
    max-width: 100%
}

ul {
    margin: 0;
    padding: 0
}

    ul ul {
        margin-bottom: 0
    }

label {
    display: inline-block
}

div.div-content-outer {
    max-width: 1200px;
    margin: 0 auto
}

div.contact-social-links {
    margin: 0 auto;
    padding: 8px
}

    div.contact-social-links a.contact i {
        font-size: 24px
    }

    div.contact-social-links a.contact {
        padding: 3px;
        background-color: transparent;
        color: #5a5a5a;
        display: inline-block;
        text-align: center;
        margin-right: 3px
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-envelope:before {
    content: ""
}

#scrolltoTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 4px
}

div.footer-container {
    float: left;
    width: 100%
}

div.header-outer {
    background: #fff;
    padding: 0;
    font-size: 16px
}

body, div, h1, h2, h3, h4, input, li, p, td, ul {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

ul {
    list-style: none
}

h1, h2, h3, h4 {
    font-size: 100%;
    font-weight: 400
}

body {
    font-family: Arial,Verdana,Sans-serif;
    font-size: 12px;
    line-height: 1.5;
    min-width: 985px;
    background: #f2f2f2
}

a, a:link, a:visited {
    color: #105cb6;
    text-decoration: none
}

img {
    max-width: 100%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer, header, nav {
    display: block
}

a {
    background-color: transparent
}

strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button, input, select {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button {
    -webkit-appearance: button
}

input {
    line-height: normal
}

    input[type=checkbox] {
        box-sizing: border-box;
        padding: 0
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

button, input, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

h1, h2, h3, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 {
    font-size: 24pt;
    font-weight: bold;
}

h2 {
    font-size: 18pt;
    font-weight: bold;
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul {
        margin-bottom: 0
    }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:after, .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-sm-12, .col-sm-4, .col-sm-8, .col-xs-12, .col-xs-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
        float: left
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-12 {
        width: 100%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px
}

body.spiritdental {
    margin: 0 auto;
    display: block;
    background-color: #faf8f5 !important
}

a.logo-home img {
    vertical-align: bottom;
    width: 120px;
    max-height: 72px;
    border: none
}

div.footer-outer {
    background: #465560;
    padding: 16px 0 3px 0;
    font-size: 16px;
    padding-bottom: 36px
}

div.div-acredations a img {
    max-width: 150px;
    max-height: 90px;
    padding: 0;
    margin: 24px 0;
    display: inline-block;
    padding: 0 12px
}

div.viewport {
    background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url("/assets/img/bgc.jpg") no-repeat top center fixed;
    background-size: cover
}

#navbarMobileFilter p, a {
    color: #fff
}

nav.left-menu {
    float: left;
    list-style: none;
    position: relative
}

ul.rightMenu {
    display: inline-block;
    float: right;
    text-align: right
}

.spiritdental a {
    font-family: 'Montserrat',sans-serif;
    font-size: 12pt;
    color: #4281a4;
    font-display: swap
}

.spiritdental .sub-menu {
    font-size: 14px;
    color: #465560 !important
}

.menu a {
    font-size: 14px;
    color: #465560 !important
}

a.link-dbe-button {
    border: none;
    background-color: #E25928 !important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    border-radius: 15px
}

.footer-inner span {
    font-family: 'Montserrat',sans-serif;
    font-size: 12pt;
    color: #faf8f5;
    font-display: swap
}

.footer-left-links {
    padding-left: 25px
}

div.footer-outer div.contact-social-links a.contact {
    font-family: 'Montserrat',sans-serif;
    font-size: 12pt;
    color: #faf8f5;
    margin-top: 7px;
    font-display: swap
}

div.div-disclaimer {
    background-color: #faf8f5 !important;
    padding-top: 40px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 40px;
    color: #465560 !important;
    font-size: 12px;
    font-family: 'Montserrat' !important;
    font-display: swap
}

.menu {
    display: inline-flex
}

body.spiritdental h1, body.spiritdental h2, body.spiritdental h3, body.spiritdental h4 {
    color: #465560 !important
}

.spiritdental h1 {
    font-family: 'Source Serif Pro',sans-serif !important;
    font-size: 24pt;
    font-display: swap;
    font-weight: bold;
}

.spiritdental h2 {
    font-family: 'Source Serif Pro',sans-serif !important;
    font-size: 18pt;
    font-display: swap;
    font-weight: bold;
}

.spiritdental span:not(span.k-icon) {
    font-family: 'Montserrat','DM Sans',sans-serif;
    font-display: swap
}

.spiritdental .rightMenu span {
    font-family: 'Montserrat','DM Sans',sans-serif;
    color: #465560 !important;
    font-size: 12pt;
    font-display: swap
}

.spiritdental div {
    font-family: 'Montserrat',sans-serif;
    color: #465560;
    font-display: swap
}

.spiritdental p {
    font-family: 'Montserrat',sans-serif !important;
    font-size: 12pt;
    font-display: swap
}

.spiritdental .viewport {
    background: #faf8f5
}

.spiritdental .logo-home {
    float: left
}

nav.nav-menu {
    float: left
}

.menu .only-mobile {
    display: none !important
}

body.spiritdental ul {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #465560 !important;
    font-family: 'Montserrat';
    font-display: swap
}

.textinput input, .textinput label {
    color: #465560
}

.btn-cat {
    text-align: left !important
}

div.div-dialog-box {
    width: 50%;
    left: 25% !important
}

div.div-dialog-box-spirit {
    width: 50% !important
}

::after, ::before {
    box-sizing: border-box
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 !important;
    padding-right: 0 !important
}

#divErrorContainer {
    background: #ffd2ab;
    border-radius: 4px;
    height: 120px; /*DBSW-492*/
    width: 297px;
    text-align: center;
    float: left;
    margin-top: 20px
}

.btn-cat {
    text-align: left !important
}

ul {
    margin: 0;
    padding: 0;
    list-style: inside
}

nav {
    margin: 0;
    padding: 0;
    background-color: transparent;
    float: right;
    margin: 15px 6px 0 0
}

    nav a {
        padding: 8px 12px
    }

    nav:after {
        content: "";
        display: table;
        clear: both
    }

    nav ul {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative
    }

        nav ul li {
            margin: 0;
            display: inline-block;
            padding: 1px
        }

        nav ul ul {
            display: none;
            position: absolute;
            z-index: 1
        }

        nav ul.menu li label.toggle:after, ul.menu li a.sub-menu:after {
            content: "";
            display: inline-block;
            font: normal normal 14px/1 FontAwesome;
            padding-left: 3px
        }

select.select-rater {
    border: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    padding: 12px 60px 12px 12px;
    text-transform: capitalize;
    color: #555;
    box-shadow: none !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    white-space: nowrap;
    text-overflow: '';
    width: 98%;
    max-width: 210px;
    background: #fafafa url("/assets/img/arrow.png") no-repeat scroll 95% 50%/10% !important
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    height: 100%;
    min-height: 100%
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Roboto,Tahoma,"Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    background: #fff;
    background-size: cover
}

div.viewport {
    z-index: 1;
    background: inherit;
    height: auto;
    width: auto;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%
}

button, input, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    background-image: none
}

a {
    text-decoration: none
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

strong {
    font-weight: 700
}

button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button {
    -webkit-appearance: button;
    padding: 0;
    background-color: transparent;
    letter-spacing: 1px
}

input[type=checkbox] {
    padding: 0;
    box-sizing: border-box
}

button.btn-search-main {
    padding: 16px;
    font-size: 24px;
    font-weight: 700;
    background: #fff;
    width: 100%
}


img {
    vertical-align: middle;
    width: auto;
    max-width: 100%
}

p {
    margin: 0 0 10px
}

h1, h2, h3, h4 {
    font-weight: 500;
    line-height: 1.1
}

ul {
    margin: 0;
    padding: 0
}

    ul ul {
        margin-bottom: 0
    }

label {
    display: inline-block
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px
}

.selectinput, .textinput {
    position: relative;
    float: left
}

input.input-rater {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #555;
    font-size: 21px;
    height: auto;
    max-width: 250px;
    padding: 12px 6px;
    text-align: center
}

div.div-content-outer {
    max-width: 1200px;
    margin: 0 auto
}

div.contact-social-links {
    margin: 0 auto;
    padding: 8px
}

    div.contact-social-links a.contact i {
        font-size: 24px
    }

    div.contact-social-links a.contact {
        padding: 3px;
        background-color: transparent;
        color: #5a5a5a;
        display: inline-block;
        text-align: center;
        margin-right: 3px
    }

@media screen and (min-width:1201px) {
    input.input-rater {
        max-width: 210px
    }

    div.body-content div.div-content {
        width: 100%
    }
}

.btn {
    display: inline !important
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-envelope:before {
    content: ""
}

#scrolltoTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 4px
}

div.footer-container {
    float: left;
    width: 100%
}

div.header-outer {
    background: #fff;
    padding: 0;
    font-size: 16px
}

#overlayReg {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    -moz-opacity: 0.6;
    opacity: .7
}

div.div-dialog-box {
    display: none;
    background-color: #fff;
    border: none !important;
    color: #545454;
    height: auto;
    max-height: 95%;
    width: 85%;
    overflow: hidden;
    position: fixed;
    z-index: 1000
}

div.div-dialog-box {
    width: 50%;
    left: 25% !important
}

div.div-dialog-box-spirit {
    width: 50% !important
}

::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

footer, header, nav {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ul ul {
        margin-bottom: 0
    }

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:not([href]) {
        color: inherit;
        text-decoration: none
    }

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], button {
    -webkit-appearance: button
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

h1, h2, h3, h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-1, .col-5, .col-6, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-sm-12, .col-sm-4, .col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.text-center {
    text-align: center !important
}

.btn-filter-option, .carrier-content a, .name, .price, p {
    color: #262626
}

@media (min-width:481px) {
    .only-mobile {
        display: none
    }

    .email-quote-form p {
        text-align: right
    }

    .email-quote-form {
        margin-bottom: 15px !important
    }
}

@media (max-width:481px) {
    .only-desktop {
        display: none !important
    }

    .only-mobile {
        display: flex;
        padding: 10px
    }

    .carrier-name {
        font-weight: 700;
        display: block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis
    }

    .email-quote-form {
        display: inline-table
    }

    button {
        font-size: 14px !important
    }

    .email-quote-form {
        padding: 2px
    }

        .email-quote-form p {
            display: inline;
            font-size: 12px !important;
            padding-right: 1px;
            margin: 2px
        }

        .email-quote-form input {
            font-size: 13px !important
        }

        .email-quote-form button {
            font-size: 10px !important;
            margin-bottom: 5px;
            height: 28px
        }

    .plan-desc {
        padding-left: 0 !important;
        padding-right: 0
    }
}

.textinput input, .textinput label {
    color: #465560;
}

.spiritdental p a {
    font-size: 12pt !important;
}

.btn-cat {
    text-align: left !important;
}

.sticky {
    position: fixed;
    width: 100%;
    background-color: #fff !important;
    z-index: 1;
    box-shadow: 0px 2.5px 8px #dedede;
}

div.sf_colsOut.sf_2cols_2_33 {
    margin-top: 0px !important;
}

.sf_colsOut.sf_2cols_1_67,
.sf_colsOut.sf_2cols_2_75 {
    margin-top: 67px !important;
}

.sf_colsIn[data-placeholder-label="Home_MainContainer"] {
    background: url("/images/librariesprovider6/rater-input-bg/home.jpg") top/cover no-repeat !important; /*DBWS-453*/
    max-width: 100%;
}

@media (min-width: 1024px) {
    a.link-dbe-button {
        width: 163px;
        height: 35px;
        font-size: 13.5pt !important;
        padding-top: 5px;
    }

    .logo-home {
        width: 163px;
        height: 63px;
        padding: 10px 10px 10px 10px;
        margin-left: 20px;
    }

    i.fa.fa-phone {
        display: none;
    }

    .spiritdental .sub-menu {
        font-size: 12pt;
    }

    .menu a {
        font-size: 12pt;
    }

    .spiritdental .rightMenu span {
        font-size: 12pt;
    }

    .li-desktop-20 {
        margin-left: 20px;
    }

    .li-getaquote-button {
        /* margin-left: 260px;*/
        margin-top: -5px;
    }

    .sf_colsIn[data-placeholder-label="Home_MainContainer"] {
        margin-top: 35px;
    }

    ul.menu ul.sub li a {
        font-size: 10.5pt;
    }
}

@media (min-width: 1361px) and (max-width:1400px) {

    .rightMenu {
        left: 30px;
    }
}

@media (min-width: 1306px) and (max-width:1360px) {

    .rightMenu {
        left: 25px;
    }
}

@media (min-width: 1231px) and (max-width:1305px) {

    .rightMenu {
        left: 0px;
    }
}

@media (min-width: 1201px) and (max-width:1230px) {
    .rightMenu {
        left: -10px;
    }
}

@media (min-width: 1161px) and (max-width:1200px) {
    .rightMenu {
        left: -20px;
    }
}

@media(min-width: 1091px) and (max-width:1160px) {

    .rightMenu {
        left: -20px;
    }
}

@media(min-width: 1024px) and (max-width:1090px) {

    .rightMenu {
        left: -20px;
    }
}

@media (min-width: 1024px) {
    .class-linkbuttonwidget.only-mobile {
        display: none;
    }
}

@media(max-width: 1023px) {
    .rightMenu {
        /*margin-top: -10px;*/
        line-height: 0 !important;
    }

    .nav-rightMenu {
        margin: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    a.link-dbe-button {
        width: 163px;
        height: 35px;
        font-size: 13.5pt !important;
        padding-top: 5px;
    }

    .logo-home {
        width: 163px;
        height: 63px;
        padding: 10px 10px 10px 10px;
        /* margin-left: 320px;*/
        /* padding-top: 20px !important;*/
    }

    .spiritdental .sub-menu {
        font-size: 12pt;
    }

    .menu a {
        font-size: 12pt;
    }

    .spiritdental .rightMenu span {
        font-size: 12pt;
    }

    ul.menu ul.sub .over-wide-menu a {
        font-size: 10.5pt;
    }

    .not-underlining.sp-bold.sp-padding {
        font-size: 10.5pt;
    }

    /*  div.div-content-outer {
        margin: 0px;
    }*/

    .li-desktop-20 {
        margin-left: -10px;
        display: none;
    }

    .li-getaquote-button {
        /*margin-left: 130px;*/
        margin-top: -7px;
        display: none;
    }

    .sf_colsIn[data-placeholder-label="Home_MainContainer"] {
        margin-top: 35px;
    }

    ul.menu ul.sub li a {
        font-size: 10.5pt;
    }

    .sleft {
        display: none;
    }

    .div-number {
        display: block !important;
        text-align: right !important;
        background-color: #32729C;
        color: #fff !important;
        padding-right: 20px;
    }

    .phone-number {
        color: #fff !important;
        font-size: 10.5pt !important;
    }

    .li-desktop-20 {
        display: none;
    }

    .toggle {
        display: inline-block;
        padding: 0;
        text-decoration: none;
        border: none;
        cursor: pointer;
        background-color: transparent;
        padding-right: 8px;
    }

    nav.nav-menu {
        float: left;
        /*margin-left: -400px;*/
        padding-top: 8px !important;
    }

    nav .rightMenu .contact {
        display: inline;
    }

    i.fa.fa-phone {
        display: none;
    }

    .class-linkbuttonwidget {
        display: inline-block;
        height: 29px;
        padding: 3px 8px 0px 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    a.link-dbe-button {
        width: 163px;
        height: 35px;
        font-size: 13.5pt !important;
        padding-top: 5px;
    }

    .logo-home {
        width: 163px;
        height: 63px;
        padding: 10px 10px 10px 10px;
        /* margin-left: 320px;*/
        /* padding-top: 20px !important;*/
    }

    .spiritdental .sub-menu {
        font-size: 12pt;
    }

    .menu a {
        font-size: 12pt;
    }

    .spiritdental .rightMenu span {
        font-size: 12pt;
    }

    ul.menu ul.sub .over-wide-menu a {
        font-size: 10.5pt;
    }

    .not-underlining.sp-bold.sp-padding {
        font-size: 10.5pt;
    }

    /*  div.div-content-outer {
        margin: 0px;
    }*/

    .li-desktop-20 {
        margin-left: -10px;
        display: none;
    }

    .li-getaquote-button {
        /*margin-left: 130px;*/
        margin-top: -7px;
        display: none;
    }

    .sf_colsIn[data-placeholder-label="Home_MainContainer"] {
        margin-top: 35px;
    }

    ul.menu ul.sub li a {
        font-size: 10.5pt;
    }

    .sleft {
        display: none;
    }

    .div-number {
        display: block !important;
        text-align: right !important;
        background-color: #32729C;
        color: #fff !important;
        padding-right: 20px;
    }

    .phone-number {
        color: #fff !important;
        font-size: 10.5pt !important;
    }

    .li-desktop-20 {
        display: none;
    }

    .toggle {
        display: inline-block;
        padding: 0;
        text-decoration: none;
        border: none;
        cursor: pointer;
        background-color: transparent;
        padding-right: 8px;
    }

    nav.nav-menu {
        float: left;
        /*margin-left: -400px;*/
        padding-top: 8px !important;
    }

    nav .rightMenu .contact {
        display: inline;
    }

    i.fa.fa-phone {
        display: none;
    }

    .class-linkbuttonwidget {
        display: inline-block;
        height: 29px;
        padding: 3px 8px 0px 0px;
    }
}

@media (max-width: 767px) {
    a.link-dbe-button {
        width: 111px;
        height: 29px;
        font-size: 13.5pt !important;
        padding-top: 5px;
    }

    .logo-home {
        width: 163px;
        height: 63px;
        padding: 10px 10px 10px 10px !important;
        /*  margin-left: 10px;*/
        /*padding-top: 20px !important;*/
    }

    .spiritdental .sub-menu {
        font-size: 12pt;
    }

    .menu a {
        font-size: 12pt;
    }

    .spiritdental .rightMenu span {
        font-size: 12pt;
    }

    ul.menu ul.sub .over-wide-menu a {
        font-size: 10.5pt;
    }

    .not-underlining.sp-bold.sp-padding {
        font-size: 10.5pt;
    }

    /* div.div-content-outer {
        margin: 0px;
    }*/

    .li-desktop-20 {
        margin-left: -10px;
        display: none;
    }

    .li-getaquote-button {
        /*margin-left: 50px;*/
        margin-top: -7px;
    }

    .sf_colsIn[data-placeholder-label="Home_MainContainer"] {
        margin-top: 35px;
    }

    ul.menu ul.sub li a {
        font-size: 10.5pt;
    }

    .sleft {
        display: none;
    }

    .class-linkbuttonwidget {
        display: inline-block;
        height: 29px;
        padding: 3px 6px 0px 0px;
    }


    nav.nav-menu {
        float: left;
        /*margin-left: -265px;*/
        padding-top: 8px !important;
    }

    i.fa.fa-phone {
        display: none;
    }

    .div-number {
        display: block !important;
        text-align: right !important;
        background-color: #32729C;
        color: #fff !important;
        padding-right: 20px;
    }

    .phone-number {
        color: #fff !important;
        font-size: 10.5pt !important;
    }

    .span-callus {
        font-size: 10.5pt;
    }
}

@media (max-width: 390px) {
    nav.nav-menu {
        margin-left: -245px;
    }
}

@media(max-width:767px) {
    .sf_colsIn[data-placeholder-label="Home_MainContainer"] {
        background: none !important;
        background-color: #D0D7E2 !important;
    }

    .spiritdental .contact-social-links-outer a.phone-number {
        color: white !important;
    }
}

@media(max-width:415px) {

    nav .rightMenu .contact {
        margin-right: 0px !important;
    }

    .class-phoneNumber {
        display: none;
    }
}

.rightMenu {
    top: 20px;
    left: 0px;
    margin-right: 20px;
}

@media(min-width:1024px) {
    .rightMenu {
        top: 18px;
    }
}

@media(min-width:767px) and (max-width:1023px) {
    .logo-home {
        margin-left: 35%;
    }
}

@media(min-width:650px) and (max-width:766px) {
    .logo-home {
        margin-left: 33%;
    }
}

@media(min-width:543px) and (max-width:649px) {
    .logo-home {
        margin-left: 31%;
    }
}

@media(min-width:483px) and (max-width:542px) {
    .logo-home {
        margin-left: 25%;
    }
}



@media(min-width:441px) and (max-width:482px) {
    .logo-home {
        margin-left: 18%;
    }
}

@media(min-width:436px) and (max-width:440px) {
    .logo-home {
        margin-left: 17%;
    }
}

@media(min-width:430px) and (max-width:435px) {
    .logo-home {
        margin-left: 16%;
    }
}

@media(min-width:425px) and (max-width:429px) {
    .logo-home {
        margin-left: 15%;
    }
}

@media(min-width:420px) and (max-width:424px) {
    .logo-home {
        margin-left: 14%;
    }
}

@media(min-width:415px) and (max-width:419px) {
    .logo-home {
        margin-left: 13%;
    }
}

@media(min-width:410px) and (max-width:414px) {
    .logo-home {
        margin-left: 12%;
    }
}

@media(min-width:355px) and (max-width:409px) {
    .logo-home {
        margin-left: 15%;
    }
}

@media(max-width:369px) {
    .logo-home {
        margin-left: 19%;
    }
}

@media (max-width:406px) {
    /*.logo-home {
        width: 100px;
        padding: 10px 10px 10px 0px !important;
    }
*/
    .logo-home img {
        width: 90px;
    }

    .class-linkbuttonwidget-aux {
        display: none;
    }

    .class-linkbuttonwidget-2 {
        display: block;
        padding-right: 0px;
    }
}

@media (max-width:409px) {
    .logo-home {
        width: 120px;
    }

        .logo-home img {
            width: 90px;
            height: 43px !important;
        }
}

@media(min-width:407px) {
    .class-linkbuttonwidget-2 {
        display: none !important;
    }
}

@media(max-width: 1023px) {
    .class-leftMenu-aux {
        display: none;
    }

    .class-leftMenu-2 {
        display: block;
    }

    nav.nav-menu {
        margin-left: 20px;
    }

    .class-linkbuttonwidget {
        background-color: #e25928 !important;
    }
}


@media(min-width: 1024px) {

    .class-leftMenu-2 {
        display: none;
    }
}

.borderbottomOrange {
    margin-right: auto !important;
    margin-left: auto !important;
}

@media(min-width:768px) {
    .li-getaquote-button {
        position: fixed;
        left: 65%;
    }
}

@media(min-width:1700px) and (max-width:1999px) {
    .li-getaquote-button {
        left: 63%;
    }
}

@media(min-width:2000px)and (max-width:2999px) {
    .li-getaquote-button {
        left: 58%;
    }
}

@media(min-width:3000px)and (max-width:3999px) {
    .li-getaquote-button {
        left: 55%;
    }
}

@media(min-width:4000px)and (max-width:4999px) {
    .li-getaquote-button {
        left: 54%;
    }
}

@media(min-width:1023px) {
    .li-getaquote-button2 {
        margin-top: -6px;
    }

    .MainDiv-MenuPhoneNumber {
        float: right;
    }

    .class-leftMenu-aux {
        margin-right: 60px;
    }
}

@media(max-width:359px) {
    .nav-rightMenu {
        display: none;
    }
}
/*End details*/

@media (max-width: 1023px) {

    [id^=drop]:checked + ul.menu {
        margin-top: 16px;
        z-index: 1;
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        background: #fff;
    }

    .menu .only-mobile {
        display: block !important
    }

    nav.left-menu {
        position: static !important
    }

    a.sp-sub-menu {
        padding-right: 0 !important;
        font-weight: 700
    }

    span.carrot {
        color: #000
    }

        span.carrot:after {
            content: "\f078";
            display: inline-block;
            font: 14px/1 'Font Awesome 5 Pro';
            padding: 6px;
            margin-top: 8px !important
        }

    nav ul li {
        display: block;
        margin: 0;
        border-top: 1px solid #e5e5e5;
        padding: 12px 12px;
        font-size: 21px
    }

    .toggle + a, ul.menu {
        display: none;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #fff;
    }
}

.contact {
    border-top: 0px solid #e5e5e5 !important;
}

@media(min-width: 768px) {
    #divErrorContainer {
        width: 400px;
    }
}

.spiritdental div.dental-insurance-faqs h2, .spiritdental div.div-dbe-faqs h2 {
    font-size: 14pt; /*By Craigs request in a comment*/
    margin-bottom: 0rem;
    color: white !important; /*DBSW-555*/
    font-weight: normal !important; /*DBSW-555*/
    margin-top: 0px !important; /*DBSW-574*/
}

.spiritdental h1 {
    margin-bottom: 1.5rem !important;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin-left: 1rem;
}


/*DBSW-666*/
.divcontainer-zip-button {
    padding-top: 15px;
}

.textinput-aux {
    margin-top: 20px !important;
}

@media only screen and (max-width:769px) {
    .menu {
        display: block
    }

    nav.left-menu {
        position: static !important
    }

    div.sf_colsOut {
        width: 97%
    }

    div.over-wide-menu {
        width: auto
    }

    span.carrot {
        color: #000
    }

        span.carrot:after {
            content: "\f078";
            display: inline-block;
            font: 14px/1 'Font Awesome 5 Pro';
            padding: 6px;
            margin-top: 8px !important
        }

    .carrot-toggle::after {
        content: "\f077" !important;
        display: inline-block;
        font: 14px/1 'Font Awesome 5 Pro';
        padding-left: 6px;
        margin-top: 8px !important
    }

    a.sp-sub-menu {
        padding-right: 0 !important;
        font-weight: 700
    }
}

@media only screen and (max-width:700px) {
    div .sf_cols {
        display: grid !important
    }

    div#RaterInput div.textinput {
        width: 100% !important
    }

    div.home-rater-input div.rater-input-container-inner {
        /*margin: 0 auto !important;*/
        margin: 0 auto 20px !important
    }

    .quoting-header {
        left: 0 !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
        text-align: center !important;
        /*margin-bottom: 100px !important;*/
        margin-bottom: 20px !important;
    }

    .sf_cols .sf_colsOut .sf_colsIn div#RaterInput {
        margin-left: -12px
    }

        .sf_cols .sf_colsOut .sf_colsIn div#RaterInput div.home-rater-input div.rater-input-container-inner {
            margin: 0 !important
        }

    .spiritdental .sfContentBlock p[data-empty=true] {
        display: none
    }
}

ul.menu ul.sub .over-wide-menu a {
    background-color: #fff !important;
    color: #465560 !important;   
    font-family: 'Montserrat';
}

.spiritdental ul.menu ul.sub li:hover a {
    color: #465560 !important
}

.sp-bold {
    font-weight: 700
}

.sp-padding {
    font-size: 12px;
    padding: 8px 20px !important
}

div.over-wide-menu {
    width: 950px
}

@media (min-width: 1024px) {
    .not-underlining.sp-bold.sp-padding {
        font-size: 10.5pt;
    }
}

@media (max-width:991px) {
    nav ul ul li {      
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .only-mobile div{
        width:100%;
    }

    a.sp-sub-menu {
        width:90%;
        display:inline-block;
    }
}

.hide-br {
    display: none;
}

div.div-search {
    display: flex !important;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion-alera {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none !important;
    outline: none;
    transition: 0.4s;
    padding-left: 0px;
}

.panel-alera {
    padding: 0 18px;
    padding-left: 0px;
    /*background-color: white;*/
    background-color: transparent;
    display: none;
    overflow: hidden;
}

.accordion-alera {
    font-size: 12px;
}