@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url(../css/fd-icons.css);
@import url(../css/animate.min.css);
html,
body {
    font-size: 1rem;
    font-family: 'Lato', Arial, sans-serif;
}
html {
    color: #1B1C1D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden;
}
body.overlay-active {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    padding-right: 0px !important;
}
body.disable-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
.blue-text {
    color: #00C3C7;
}
.gray-text {
    color: #6A6B6D;
}
.white-text {
    color: white;
}
.dark-text {
    color: #1B1C1D;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #00C3C7;
    transition: all 0.2s linear;
}
a:hover {
    color: #03A4A7;
}
a.secondary-color {
    color: #F4863F;
    transition: all 0.2s linear;
}
a.secondary-color:hover {
    color: #F1711E;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.125rem;
}
@media screen and (max-width: 992px) {
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1rem;
    }
    h3 {
        font-size: 1rem;
    }
    h4 {
        font-size: 1rem;
    }
}
.icon-google-plus:before {
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    display: block;
}
.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
}
.text-bold {
    font-weight: 700;
}
.text-bold-black {
    font-weight: 900;
}
.no-margin {
    margin: 0 !important;
}
.breadcrumbs {
    font-weight: 400;
    font-family: Lato;
    font-size: .75rem;
    padding-bottom: calc(8px * 2);
}
.breadcrumbs .breadcrumb-item-articles {
    padding-right: 8px;
}
.breadcrumbs .breadcrumb-indicator {
    padding-left: 8px;
}
.primary-button {
    font-family: 'Lato', sans-serif;
    border: none;
    background: none;
    font-weight: 900;
    font-size: .75rem;
    line-height: 30px;
    color: white;
    text-transform: uppercase;
    background: #00C3C7;
    padding: 0 calc(8px * 2);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.primary-button.large {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    padding: calc(8px * 2) calc(8px * 5);
}
.primary-button:hover {
    color: white;
    background: #03A4A7;
}
.primary-button-reverse {
    font-family: 'Lato', sans-serif;
    border: none;
    background: none;
    font-weight: 900;
    font-size: .75rem;
    line-height: 41px;
    color: #00C3C7;
    text-transform: uppercase;
    background: white;
    cursor: pointer;
    padding: 0 calc(8px * 3);
    border-radius: 4px;
    transition: all 0.2s ease-out;
}
.primary-button-reverse.large {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    padding: calc(8px * 2) calc(8px * 5);
}
.primary-button-reverse:hover {
    color: white;
    background: #03A4A7;
}
.page-title h1 {
    padding-bottom: 16px;
    border-bottom: 2px solid #F0F0F0;
    margin-bottom: 40px;
}
.page {
    min-height: 800px;
    padding-bottom: 100px;
    padding-top: 56px;
}
@media screen and (max-width: 992px) {
    .page {
        padding-top: 32px;
        padding-bottom: 48px;
    }
}
@media screen and (max-width: 992px) {
    body.sticky .page {
        xpadding-top: calc(56px) !important;
    }
}
.page-wrapper {
    min-height: 800px;
    margin-top: calc(90px);
}
@media screen and (max-width: 992px) {
    .page-wrapper {
        margin-top: calc(60px);
    }
}
body.dt-active {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
body.dt-active .mobile-page-title-block {
    position: fixed;
    width: 100%;
    height: 56px;
    z-index: 1050;
    border-top: 1px solid #e2e2e2;
    top: 60px;
}
@media screen and (max-width: 576px) {
    .stretch-image {
        width: calc(100% + 30px);
        margin-left: -15px;
        max-width: initial !important;
    }
    .article .stretch-image {
        margin-bottom: 0;
    }
}
.hidden-xs {
    display: block;
}
.visible-xs {
    display: none;
}
@media screen and (max-width: 992px) {
    .hidden-md {
        display: none;
    }
}
.view-all>div.col-12 {
    padding: 0 15px;
    position: relative;
}
.view-all>div.col-12:after {
    content: '';
    border-top: 1px solid #e2e2e2;
    width: 100%;
    height: 2px;
    display: block;
}
@media screen and (max-width: 992px) {
    .view-all.mobile-move-border .view-all-link {
        margin-bottom: calc(8px * 2);
        margin-top: 8px;
    }
    .view-all.mobile-move-border>div.col-12:after {
        content: '';
        border-top: 1px solid #e2e2e2;
        width: 100%;
        height: 2px;
        display: block;
        clear: both;
    }
}
@media screen and (max-width: 992px) {
    .view-all.no-border>div.col-12:after,
    .view-all.no-border:after {
        display: none;
    }
}
.view-all .view-all-link {
    float: right;
    margin-top: calc(8px * 2);
    font-size: .875rem;
    font-weight: bold;
    line-height: 21px;
    vertical-align: middle;
    color: #F4863F;
    transition: all 0.2s linear;
}
.view-all .view-all-link:hover {
    color: #F1711E;
}
.view-all .view-all-link i {
    font-size: 1rem;
    line-height: 21px;
    vertical-align: middle;
    margin-left: 8px;
}
.mobile-view-all-block {
    display: none;
    clear: both;
}
@media screen and (max-width: 992px) {
    .mobile-view-all-block {
        display: block;
    }
}
.mobile-view-all-block .view-all-link {
    font-size: .875rem;
    font-weight: bold;
    text-align: right;
    display: block;
    margin-top: 8px;
    margin-bottom: 24px;
    color: #F4863F;
    transition: all 0.2s linear;
}
.mobile-view-all-block .view-all-link:hover {
    color: #F1711E;
}
.mobile-view-all-block .view-all-link i {
    font-size: 1rem;
    vertical-align: text-top;
    margin-left: 8px;
}
@media screen and (min-width: 992px) {
    .desktop-border:after {
        content: '';
        border-top: 1px solid #e2e2e2;
        width: calc(100% - 30px);
        margin-left: 15px;
        height: 2px;
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
}
.scrollAnimation {
    visibility: hidden;
}
.mobile-owl-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.article img,
.expert-corner-article img {
    -webkit-backface-visibility: hidden;
    transition: all 0.2s linear;
    max-width: 100%;
    max-height: 100%;
    image-rendering: -webkit-optimize-contrast;
    filter: brightness(99.99%);
}
.article img:hover,
.expert-corner-article img:hover {
    filter: brightness(85%);
}
.alert-verified {
    z-index: 9999;
    display: none;
    position: fixed;
    opacity: 1;
    width: 100%;
    border-radius: 0;
}
.page-wrapper {
    min-height: 800px;
    margin-top: calc(90px);
}
.page-wrapper.verified {
    margin-top: calc(140px);
}
@media screen and (max-width: 992px) {
    .page-wrapper {
        margin-top: calc(60px);
    }
    .page-wrapper.verified {
        margin-top: calc(110px);
    }
}
header .nav-container.verified {
    margin-top: 50px;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
#claim-profile {
    /* HERO SECTION */
}
#claim-profile.claim-profile {
    padding-top: 0;
    background: #fafafa;
    overflow-x: hidden;
}
#claim-profile .claim-profile-hero-section {
    padding: 32px 0 70px 0;
    position: relative;
}
#claim-profile .claim-profile-hero-section:after {
    content: '';
    height: 180%;
    background: #00C3C7;
    top: 0;
    position: absolute;
    left: -25%;
    right: -25%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}
#claim-profile .claim-profile-hero-section .container {
    position: relative;
    z-index: 2;
}
#claim-profile .claim-profile-hero-section .breadcrumbs {
    padding-top: 0;
}
#claim-profile .claim-profile-hero-section .title-block h1 {
    color: #ffffff;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}
#claim-profile .claim-profile-hero-section .title-block p {
    font-size: 1.125rem;
    line-height: 32px;
    opacity: 0.6;
}
#claim-profile .claim-profile-hero-section .title-block.light {
    color: #ffffff;
}
@media (max-width: 768px) {
    #claim-profile .claim-profile-hero-section {
        padding: 32px 0 50px 0;
        position: relative;
    }
    #claim-profile .claim-profile-hero-section:before {
        top: -12px;
        right: 20px;
        font-size: 6.875rem;
    }
    #claim-profile .claim-profile-hero-section:after {
        height: 150%;
    }
    #claim-profile .claim-profile-hero-section .title-block h1 {
        margin-bottom: 40px;
    }
    #claim-profile .claim-profile-hero-section .title-block p {
        font-size: 1rem;
        line-height: 28px;
    }
}
@media screen and (max-width: 768px) {
    footer.extra-space {
        padding-bottom: 65px;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#find_me.loading .icon {
    position: relative;
}
#find_me.loading .icon:before {
    opacity: 0;
}
#find_me.loading .icon:after {
    position: absolute;
    top: -2px;
    left: -0px;
    border: 2px solid transparent;
    border-top-color: #00C3C7;
    animation: spin 1s linear infinite;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.forgot-password-modal {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .forgot-password-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.forgot-password-modal.show {
    padding: 24px !important;
    margin-left: -17px;
}
.forgot-password-modal .modal-dialog {
    max-width: 604px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.forgot-password-modal .modal-content {
    border: none;
    border-radius: 5px;
}
.forgot-password-modal .modal-header {
    background: #00C3C7;
    padding: 1.560rem 2.188rem;
}
.forgot-password-modal .modal-header h5 {
    font-size: 1.25rem;
    color: #ffffff;
    float: left;
    padding-left: 40px;
    position: relative;
}
@media (max-width: 576px) {
    .forgot-password-modal .modal-header h5 {
        width: 100%;
    }
}
.forgot-password-modal .modal-header h5 i {
    display: inline-block;
    font-size: 1.5rem;
    left: 0;
    margin-right: 16px;
    vertical-align: middle;
    position: absolute;
}
.forgot-password-modal .modal-header .close,
.close .forgot-password-modal .modal-header:hover,
.forgot-password-modal .modal-header:focus {
    font-size: 1.8rem;
    color: #ffffff;
    opacity: 1;
    outline: 0;
}
.forgot-password-modal .modal-header a {
    font-size: 0.875rem;
    line-height: 2rem;
    color: #ffffff;
}
@media (min-width: 576px) {
    .forgot-password-modal .modal-header a {
        float: right;
    }
}
.forgot-password-modal .modal-header a span {
    font-weight: 700;
}
.forgot-password-modal .modal-body {
    padding: 32px;
    border-radius: 5px;
}
.forgot-password-modal .modal-body .body-header {
    max-width: 450px;
    display: block;
    margin: 0 auto;
    margin-bottom: 36px;
}
.forgot-password-modal .modal-body .body-header .modal-logo {
    max-width: 250px;
    height: 120px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-top: -32px;
}
.forgot-password-modal .modal-body .step-input {
    margin-bottom: 36px;
}
.forgot-password-modal .modal-body .forgot-actions button {
    display: block;
    margin: 0 auto;
}
.forgot-password-modal .modal-body .forgot-actions .btn-primary {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.6875rem 1.438rem;
    margin-bottom: 16px;
    min-width: 180px;
}
.forgot-password-modal .modal-body .forgot-actions .btn-cancel {
    font-size: 0.875rem;
    font-weight: normal;
    color: #1B1C1D;
    background: #ffffff;
}
.forgot-password-modal .modal-body .step-input {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .forgot-password-modal .modal-body .step-input {
        margin-bottom: 20px;
    }
}
.forgot-password-modal .modal-body .step-input input {
    color: #4F4F4F;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #eaeaea;
    line-height: 20px;
    font-size: 1rem;
    padding: 6px 0px 8px;
    border-radius: 0px;
    font-weight: 700;
}
.forgot-password-modal .modal-body .step-input input:focus+label,
.forgot-password-modal .modal-body .step-input input:active+label {
    opacity: 1;
}
.forgot-password-modal .modal-body .step-input input:focus+label:before {
    width: 100%;
}
.forgot-password-modal .modal-body .step-input input:-ms-input-placeholder {
    color: #8A8A8A;
    transition: opacity 0.2s linear;
    font-size: 0.8125rem;
}
.forgot-password-modal .modal-body .step-input input::placeholder {
    color: #8A8A8A;
    transition: opacity 0.2s linear;
    font-size: 0.8125rem;
}
.forgot-password-modal .modal-body .step-input input:focus:-ms-input-placeholder {
    opacity: 0;
}
.forgot-password-modal .modal-body .step-input input:focus::placeholder {
    opacity: 0;
}
.forgot-password-modal .modal-body .step-input input.phone-number~i {
    padding: 0.625rem 0.625rem 0;
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer;
    color: #00C3C7;
}
.forgot-password-modal .modal-body .step-input input.confirmation-number~i.confirm {
    font-size: 0.5rem;
    line-height: 0.625rem;
    color: #ffffff;
    background-color: #03cf9c;
    height: 1.25rem;
    width: 1.25rem;
    padding: 0.375rem;
    border-radius: 100%;
    position: absolute;
    top: 0.375rem;
    right: 0;
}
@media (max-width: 768px) {
    .forgot-password-modal .modal-body .step-input input.confirmation-number~i.confirm {
        margin-right: .7rem;
    }
}
.forgot-password-modal .modal-body .step-input label {
    text-align: left;
    position: absolute;
    top: -42px;
    opacity: 0;
    transition: opacity 0.2s linear;
    display: block;
    font-size: .75rem;
    color: #8a8a8a;
    line-height: 8px;
    margin-bottom: 0px;
    position: relative;
}
.forgot-password-modal .modal-body .step-input label:before {
    position: absolute;
    bottom: -34px;
    content: '';
    display: block;
    border-bottom: 2px solid #00C3C7;
    width: 0px;
    left: 0px;
    transition: width 0.3s ease-out;
}
.forgot-password-modal .modal-body .step-input label.stick {
    opacity: 1;
}
.forgot-password-modal .modal-body .step-input .error-msg {
    color: #F01818;
    font-size: .75rem;
    font-weight: 600;
    display: none;
}
.forgot-password-modal .modal-body .step-input.error input {
    border-bottom: 1px solid #F01818;
}
.forgot-password-modal .modal-body .step-input.error label {
    color: #F01818;
    opacity: 1;
}
.forgot-password-modal .modal-body .step-input.error label:before {
    border-bottom: 2px solid #F01818;
}
.forgot-password-modal .modal-body .step-input.error .error-msg {
    display: block;
}
.forgot-password-modal h4 {
    margin-bottom: 32px;
}
.pa-homepage-mobile {
    display: none;
}
@media screen and (max-width: 992px) {
    .pa-homepage {
        display: none;
    }
    .pa-homepage-mobile {
        display: block;
    }
}
.btn-primary {
    background: #F4863F;
    border-color: #F4863F;
    transition: all 0.2s linear;
}
.btn-primary:hover {
    background: #F1711E;
}
.btn:focus,
.btn.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    border-color: #F1711E;
    background-color: #F1711E;
}
.btn-link {
    color: #F4863F;
}
.btn-link:hover {
    text-decoration: none;
    color: #F1711E;
}
@media screen and (max-width: 992px) {
    body.scroll-down header {
        top: -60px;
    }
    body.scroll-down .mobile-page-title-block {
        top: 0 !important;
    }
}
header {
    font-family: 'Lato', Arial, sans-serif;
    background-color: white;
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.05);
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: top 0.4s ease-out;
    width: 100vw;
}
header:after {
    content: '';
    height: 90px;
    position: absolute;
    background-color: white;
    top: 0;
    width: 100%;
    z-index: 1045;
}
@media screen and (max-width: 992px) {
    header {
        box-shadow: none;
        width: auto;
    }
    header:after {
        display: none;
    }
}
header .nav-container {
    font-family: 'Lato', Arial, sans-serif;
    z-index: 1050;
    position: relative;
}
@media screen and (min-width: 992px) {
    header .nav-container {
        background: white;
    }
}
header .header-logo {
    height: 90px;
}
header .header-logo a {
    display: block;
    max-width: 180px;
}
header .header-logo a img {
    max-width: 180px;
    height: 90px;
    width: auto;
}
header .header-logo .text-logo {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #2f2f2f;
    margin: 0;
}
header .navbar-default {
    height: 90px;
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .navbar-default .navbar-nav {
    text-align: center;
    list-style-type: none;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
}
header .navbar-default .navbar-nav li {
    display: inline-block;
}
header .navbar-default .navbar-nav li a {
    padding: 38px calc(8px * 1.5);
    color: #484A4C;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.2s linear;
}
@media screen and (max-width: 992px) {
    header .navbar-default .navbar-nav li a {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
header .navbar-default .navbar-nav li a:hover {
    color: #F4863F;
}
header .navbar-default .navbar-nav li.mpage-active a {
    color: #F4863F;
}
.Vanilla header .user-actions {
    height: 80px !important;
}
header .user-actions {
    height: 90px;
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .user-actions .navbar-nav {
    text-align: right;
    list-style-type: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}
header .user-actions .navbar-nav li {
    display: inline-block;
    position: relative;
}
header .user-actions .navbar-nav li a {
    padding: 0px calc(8px * 0);
    color: #484A4C;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.2s linear;
    line-height: 18px;
}
header .user-actions .navbar-nav li a:hover {
    color: #F4863F;
}
header .user-actions .navbar-nav li>a {
    display: block;
    padding: 10px 0;
}
header .user-actions .navbar-nav .user-dropdown {
    display: block;
    position: absolute;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 70px 0 rgba(42, 46, 54, 0.22);
    list-style-type: none;
    padding: 12px 0px;
    margin: 0;
    width: 230px;
    right: 0;
    /*top: calc(100% + 16px);*/
    top: auto;
    z-index: 1000;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s linear, transform 0.3s ease-out;
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
header .user-actions .navbar-nav .user-dropdown li {
    display: block;
}
header .user-actions .navbar-nav .user-dropdown li a {
    padding: 12px 24px;
    display: block;
    line-height: 18px;
    text-transform: none;
    font-size: 1rem;
    font-weight: 700;
}
header .user-actions .navbar-nav .user-dropdown li a i {
    padding: 0px 0px;
    font-size: 1.25rem;
    margin-right: 24px;
    line-height: 18px;
    vertical-align: middle;
}
header .user-actions .navbar-nav .dropdown-hover {
    position: relative;
}
header .user-actions .navbar-nav .dropdown-hover .user-dropdown {
    top: auto;
    width: 160px;
}
header .user-actions .navbar-nav li.signed-in {
    white-space: nowrap;
}
header .user-actions .navbar-nav li.signed-in>a>i {
    font-size: 1rem;
    vertical-align: middle;
    transition: transform 0.3s linear;
    display: inline-block;
}
header .user-actions .navbar-nav .toggle-user-dropdown {
    color: #F4863F;
}
header .user-actions .navbar-nav .toggle-user-dropdown:hover {
    color: #F1711E;
}
header .user-actions .navbar-nav .active {
    position: relative;
}
header .user-actions .navbar-nav .active>a>i {
    font-size: 1rem;
    vertical-align: middle;
    transition: transform 0.3s linear;
    display: inline-block;
}
header .user-actions .navbar-nav .active.active>a>i {
    -ms-transform: rotate(180deg) translateY(3px);
    transform: rotate(180deg) translateY(3px);
}
header .user-actions .navbar-nav .active.active .user-dropdown {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
}
.mobile-user-actions {
    display: none;
}
.mobile-user-actions .sign-in {
    display: inline-block;
    margin-right: 16px;
    text-transform: uppercase;
    color: white;
    font-size: .875rem;
    font-weight: 900;
}
.mobile-user-actions .sign-in:after {
    height: 17px;
    width: 1px;
    background: white;
    content: '';
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
}
.mobile-user-actions .search-toggle {
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.mobile-user-actions .sign-out-link {
    position: fixed;
    bottom: 32px;
    left: 32px;
    color: #1B1C1D;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .875rem;
    display: block;
    z-index: 50;
}
.mobile-user-actions .start-a-discussion {
    display: none;
    position: absolute;
    right: 16px;
    bottom: -60px;
}
.mobile-user-actions .start-a-discussion a {
    color: #00C3C7;
    font-size: .875rem;
    font-weight: 900;
}
.mobile-user-actions .start-a-discussion a span {
    font-size: .9375rem;
    margin-right: 8px;
    vertical-align: middle;
}
.mobile-user-actions .search-bar {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.mobile-user-actions .search-bar .submit {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: white;
    font-size: 1rem;
    line-height: 36px;
    cursor: pointer;
}
.mobile-user-actions .search-bar .search-field {
    margin-right: 32px;
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 1rem;
    color: #fff;
    padding: 4px 0px;
}
.mobile-user-actions .search-bar .search-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.85);
}
.mobile-user-actions .search-bar .search-field::placeholder {
    color: rgba(255, 255, 255, 0.85);
}
.mobile-user-actions .user-dropdown {
    display: block;
    position: absolute;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 70px 0 rgba(42, 46, 54, 0.22);
    list-style-type: none;
    padding: 12px 0px;
    margin: 0;
    width: 230px;
    left: 0;
    /*top: calc(100% + 16px);*/
    top: auto;
    z-index: 1000;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s linear, transform 0.3s ease-out;
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.mobile-user-actions .user-dropdown li {
    display: block;
}
.mobile-user-actions .user-dropdown li a {
    padding: 12px 24px;
    display: block;
    line-height: 18px;
    text-transform: none;
    font-size: 1rem;
    font-weight: 700;
}
.mobile-user-actions .user-dropdown li a i {
    padding: 0px 0px;
    font-size: 1.25rem;
    margin-right: 24px;
    line-height: 18px;
    vertical-align: middle;
}
.mobile-user-actions .dropdown-hover {
    position: relative;
}
.mobile-user-actions .dropdown-hover .user-dropdown {
    top: auto;
    width: 160px;
}
.mobile-user-actions li.signed-in>a>i {
    font-size: 1rem;
    vertical-align: middle;
    transition: transform 0.3s linear;
    display: inline-block;
}
.mobile-user-actions .active {
    position: relative;
}
.mobile-user-actions .active>a>i {
    font-size: 1rem;
    vertical-align: middle;
    transition: transform 0.3s linear;
    display: inline-block;
}
.mobile-user-actions .active.active>a>i {
    -ms-transform: rotate(180deg) translateY(3px);
    transform: rotate(180deg) translateY(3px);
}
.mobile-user-actions .active.active .user-dropdown {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
}
@media screen and (max-width: 992px) {
    body.sticky .mobile-page-title-block {
        position: fixed;
        width: 100%;
        height: 56px;
        z-index: 1020;
        border-top: 1px solid #E2E2E2;
        top: 60px;
    }
    body.sticky .mobile-title-scroll {
        height: 56px;
    }
}
.mobile-page-title-block {
    display: none;
    height: 56px;
    background-color: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    transition: top 0.4s ease-out;
    border-bottom: 4px solid #00C3C7;
    border-top: 1px solid white;
}
.mobile-page-title-block .mobile-page-title {
    position: relative;
}
.mobile-page-title-block .mobile-page-title .title {
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 52px;
    color: #2f2f2f;
    float: left;
}
.mobile-page-title-block .mobile-page-title .title span {
    font-size: .75rem;
    color: #6A6B6D;
    font-weight: 400;
}
.mobile-page-title-block .mobile-page-title .search-toggle,
.mobile-page-title-block .mobile-page-title .fdsearch-search-toggle {
    float: right;
    line-height: 52px;
    color: #2f2f2f;
    margin-left: 16px;
}
.mobile-page-title-block .mobile-page-title .choose-topic {
    position: relative;
    float: right;
}
.mobile-page-title-block .mobile-page-title .select-topic {
    line-height: 52px;
    border: none;
    outline: none;
    background: transparent;
    padding: 0px 4px;
    padding-right: 32px;
    font-size: .875rem;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.mobile-page-title-block .mobile-page-title .select-topic option {
    padding: 4px 4px;
}
.mobile-menu-toggle {
    display: none;
    height: 16px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}
.mobile-menu-toggle .line {
    width: 100%;
    height: 2px;
    background-color: #2f2f2f;
    position: absolute;
    transition: transform 0.2s linear;
}
.mobile-menu-toggle .line:nth-child(1) {
    top: 0;
}
.mobile-menu-toggle .line:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.mobile-menu-toggle .line:nth-child(3) {
    bottom: 0;
}
.mobile-menu-active {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
.mobile-menu-active .community-bar {
    display: none;
}
.mobile-menu-active .mobile-navigation {
    display: block;
}
.mobile-menu-active header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.mobile-menu-active header .text-logo {
    color: white;
}
.mobile-menu-active header:before {
    content: '';
    position: absolute;
    top: -890px;
    left: calc(100% * -1.4325);
    height: 1000px;
    width: calc(100% * 3.29);
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background-color: #00C3C7;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.17);
}
.mobile-menu-active header .mobile-menu-toggle .line {
    background-color: white;
}
.mobile-menu-active header .mobile-menu-toggle .line:nth-child(1) {
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu-active header .mobile-menu-toggle .line:nth-child(2) {
    display: none;
}
.mobile-menu-active header .mobile-menu-toggle .line:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu-active header .mobile-user-actions {
    display: block;
    z-index: 40;
    position: relative;
}
.mobile-menu-active header .mobile-user-actions .dropdown-hover {
    display: inline-block;
}
.mobile-menu-active header .start-a-discussion {
    display: block;
}
.mobile-menu-active header .mobile-page-title-block .mobile-page-title {
    display: none;
}
.mobile-menu-active header .nav-container {
    border-bottom: none;
    z-index: 4;
    position: relative;
}
.mobile-menu-active header .main-navigation .navbar-default {
    height: initial;
}
.mobile-menu-active header .main-navigation .navbar-default .navbar-nav {
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mobile-menu-active header .main-navigation .navbar-default .navbar-nav li {
    display: block;
    margin: 12px 0;
}
.mobile-menu-active header .main-navigation .navbar-default .navbar-nav li a {
    color: #484A4C;
}
.mobile-menu-active.mobile-search header {
    top: 0px;
}
.mobile-menu-active.mobile-search .mobile-user-actions .actions,
.mobile-menu-active.mobile-search .mobile-user-actions .start-a-discussion {
    display: none;
}
.mobile-menu-active.mobile-search .mobile-user-actions .search-bar {
    display: block;
}
.mobile-menu-active.mobile-search .main-navigation {
    display: none;
}
@media screen and (max-width: 992px) {
    body.disable-scroll header {
        top: 0;
        transition: none;
    }
    body.disable-scroll .mobile-page-title-block {
        top: 0 !important;
    }
}
@media screen and (max-width: 992px) {
    header {
        box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    }
    .main-navigation {
        display: none;
    }
    .user-actions {
        display: none !important;
    }
    .mobile-menu-toggle {
        display: block;
    }
    .mobile-page-title-block {
        display: block;
    }
    header .header-logo {
        height: 60px;
    }
    header .header-logo .text-logo {
        font-size: 1.125rem;
    }
}
.mobile-navigation {
    display: none;
    position: relative;
    top: 70px;
    height: calc(100vh - 226px);
    overflow: scroll;
}
.mobile-navigation ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0px 32px;
}
.mobile-navigation ul.nav li.menu-item a {
    color: #1B1C1D;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .875rem;
    margin: 12px 0px;
    display: block;
}
.mobile-navigation ul.nav li.menu-item.submenu-inside {
    position: relative;
}
.mobile-navigation ul.nav li.menu-item.submenu-inside .submenu-toggle {
    position: absolute;
    right: 0px;
    top: 16px;
    height: 16px;
    font-size: .75rem;
    line-height: 16px;
    margin: 0;
}
.mobile-navigation ul.nav li.menu-item.submenu-inside .submenu-toggle i {
    color: #6A6B6D;
    transition: transform 0.2s linear;
    display: block;
}
.mobile-navigation ul.nav li.menu-item.submenu-inside .submenu {
    position: relative;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    padding-left: 32px;
    margin: 0;
    transition: max-height 0.5s ease-out, opacity 0.3s linear, padding-bottom 0.2s linear;
}
.mobile-navigation ul.nav li.menu-item.submenu-inside .submenu li a {
    color: #6A6B6D;
    text-transform: none;
    padding: 8px 0px;
    display: block;
    margin: 0;
}
.mobile-navigation ul.nav li.menu-item.submenu-inside:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    left: -60px;
    top: 0;
    background: #00C3C7;
    -ms-transform: translateX(-16px);
    transform: translateX(-16px);
    transition: transform 0.2s ease-out;
}
.mobile-navigation ul.nav li.menu-item.submenu-inside.active:before {
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile-navigation ul.nav li.menu-item.submenu-inside.active .submenu {
    max-height: 400px;
    opacity: 1;
    padding-bottom: 16px;
}
.mobile-navigation ul.nav li.menu-item.submenu-inside.active .submenu-toggle i {
    -ms-transform: rotate(180deg) translateY(3px);
    transform: rotate(180deg) translateY(3px);
}
.mega-menu {
    display: block;
    position: relative;
    pointer-events: none;
    opacity: 0;
    overflow: visible;
    position: absolute;
    width: 100%;
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    z-index: 1040;
}
@media screen and (max-width: 992px) {
    .mega-menu {
        display: none;
    }
}
.mega-menu>.container {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 30px 50px 0 rgba(52, 66, 81, 0.3);
    padding: 32px 40px;
    border-top: 1px solid #e2e2e2;
}
.mega-menu h5 {
    margin-bottom: calc(8px * 3);
    position: relative;
    color: #1B1C1D;
    line-height: normal;
}
.mega-menu__heading {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 1.125rem;
    margin-bottom: calc(8px * 3);
    position: relative;
    color: #1B1C1D;
    line-height: normal;
}
.mega-menu h5:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 4px;
    bottom: 0;
    margin: auto 0;
    margin-left: calc(8px * 2);
}
.mega-menu h5.no-line:after {
    display: none;
}
.mega-menu__heading:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 4px;
    bottom: 0;
    margin: auto 0;
    margin-left: calc(8px * 2);
}
.mega-menu__heading.no-line:after {
    display: none;
}
.mega-menu ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.mega-menu ul li {
    min-width: 200px;
    display: block;
    padding: 8px 0px;
}
.mega-menu ul li a {
    display: block;
    font-size: .875rem;
    color: #484A4C;
    transition: 0.2s linear;
}
.mega-menu ul li a:hover {
    color: #00C3C7;
}
.mega-menu ul.featured-categories {
    max-height: 32px;
}
.mega-menu ul.popular-categories {
    max-height: 200px;
    margin-bottom: 80px;
}
.mega-menu .popular-articles {
    min-height: 219px;
}
.mega-menu .trending-community {
    min-height: 180px;
}
.mega-menu .popular-articles .article-title {
    font-size: .875rem !important;
}
.mega-menu .popular-articles img {
    width: 75px !important;
    height: 75px !important;
}
.mega-menu .trending-community .details {
    white-space: nowrap;
}
.mega-menu .view-all {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.mega-menu .view-all-link {
    margin-top: 24px;
}
.mega-menu .articles-menu,
.mega-menu .community-menu {
    display: none;
}
.mega-menu.activate-articles .articles-menu {
    display: -ms-flexbox;
    display: flex;
}
.mega-menu.activate-community .community-menu {
    display: -ms-flexbox;
    display: flex;
}
body.mega-menu-active .mega-menu {
    opacity: 1;
    pointer-events: all;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.pac-logo:after {
    display: none !important;
}
.pac-container {
    z-index: 1030;
    max-width: 250px;
    min-width: 250px;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px 0 rgba(38, 43, 48, 0.29);
    padding: 8px 0px;
    font-family: 'Lato';
}
.pac-container .pac-item {
    color: #484A4C;
    font-size: .875rem;
    line-height: 16px;
    padding: 8px 16px;
    border: none;
    font-family: 'Lato';
}
.pac-container .pac-item .pac-icon {
    display: none;
}
.pac-container .pac-item .pac-item-query {
    font-size: .875rem;
    color: #484A4C;
}
.pac-container .pac-item .pac-matched {
    font-size: .875rem;
    color: #00C3C7;
    font-weight: normal;
}
footer {
    border-top: 1px solid #F0F0F0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
footer .footer-links {
    margin: calc(8px * 7) 0;
}
footer .footer-links .footer-logo {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    footer .footer-links .footer-logo-ctn {
        display: none;
    }
}
footer .footer-links .footer-logo a {
    display: block;
    max-width: 180px;
}
footer .footer-links .footer-logo .text-logo {
    font-size: 1.875rem;
    line-height: 24px;
    font-weight: 900;
    color: #484A4C;
    margin: 0;
}
footer .footer-links .social-links {
    margin-bottom: 40px;
}
footer .footer-links .social-links .social-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer .footer-links .social-links .social-icons li {
    display: inline-block;
    margin-right: calc(8px * 2);
}
footer .footer-links .social-links .social-icons li a {
    color: #00C3C7;
    font-size: 1rem;
    transition: color 0.2s linear;
}
footer .footer-links .social-links .social-icons li a:hover {
    color: #03A4A7;
}
footer .footer-links .footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}
footer .footer-links .footer-menu li {
    display: block;
    margin-bottom: 24px;
}
footer .footer-links .footer-menu li a {
    display: block;
    font-size: .875rem;
    color: #484A4C;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    line-height: 16px;
    transition: color 0.2s linear;
}
footer .footer-links .footer-menu li a:hover {
    color: #03A4A7;
}
footer .copyright {
    text-align: center;
    padding: calc(8px * 4) 0;
    border-top: 2px solid #F5F5F5;
}
footer .copyright .copyright-text {
    color: #B3B3B3;
    font-size: .875rem;
    font-weight: 500;
}
footer .are-you-a-dentist {
    background-color: #00C3C7;
    width: calc(100% + 45px);
    margin-left: -15px;
    padding: 45px 32px 32px;
    border-radius: 4px;
    position: relative;
    color: #fff;
    top: -16px;
}
footer .are-you-a-dentist.dds-profile {
    background-color: #00C3C7;
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding: 45px 32px 32px !important;
    border-radius: 4px;
    position: relative;
    color: #fff;
    top: -16px;
}
footer .are-you-a-dentist img {
    display: block;
}
footer .are-you-a-dentist .icon-dentist,
footer .are-you-a-dentist .icon-dentists {
    font-size: 3.25rem;
    color: #00C3C7;
    display: block;
}
footer .are-you-a-dentist .icon-dentists {
    font-size: 3.25rem;
    color: #fff;
    display: block;
    position: absolute;
    right: 30px;
    line-height: 40px;
    top: 16px;
}
footer .are-you-a-dentist .btn-block .btn {
    padding: 0;
    margin: 0;
    background: none;
    font-weight: 700;
    transition: all 0.2s linear;
    line-height: normal;
    background: #fff;
    padding: 8px;
    width: 100%;
    box-shadow: 2px 6px 15px 0 rgba(52, 66, 81, 0.1);
    color: #00C3C7;
}
footer .are-you-a-dentist.dds-profile .btn-block .btn {
    margin: 0;
    background: none;
    font-weight: 700;
    transition: all 0.2s linear;
    line-height: normal;
    background: #fff !important;
    padding: 8px !important;
    width: 100%;
    box-shadow: 2px 6px 15px 0 rgba(52, 66, 81, 0.1);
    color: #00C3C7 !important;
}
footer .are-you-a-dentist .dentist-icon {
    font-size: 3.25rem;
    color: #fff;
    display: block;
    position: absolute;
    right: 30px;
    line-height: 40px;
    top: 16px;
    width: 54px;
}
footer .are-you-a-dentist .btn-block .btn i {
    margin-left: 5px;
    vertical-align: middle;
}
footer .are-you-a-dentist .btn-block .btn:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #00C3C7;
    opacity: 1;
}
footer .are-you-a-dentist h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 16px;
}
footer .are-you-a-dentist .are-you-a-dentist__heading {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 16px;
}
footer .are-you-a-dentist .get-notified {
    margin-bottom: 24px;
    color: #fff;
    opacity: 0.9;
    font-size: .8125rem;
    line-height: 24px;
}
footer .are-you-a-dentist.dds-profile h3 {
    color: #fff !important;
    font-size: 1.25rem !important;
    font-weight: 900;
    margin-bottom: 16px;
}
footer .are-you-a-dentist.dds-profile .get-notified {
    margin-bottom: 24px;
    color: #fff !important;
    opacity: 0.9;
    font-size: .8125rem !important;
    line-height: 24px;
}
footer .are-you-a-dentist .email-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
footer .are-you-a-dentist .email-box .submit {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #00C3C7;
    font-size: 1.5rem;
    line-height: 40px;
    cursor: pointer;
}
footer .are-you-a-dentist .email-box .email-field {
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    font-size: 1rem;
    color: #6A6B6D;
    padding: 8px 0px;
    padding-right: 32px;
}
footer .are-you-a-dentist .email-box .email-field:-ms-input-placeholder {
    color: #8A8A8A;
}
footer .are-you-a-dentist .email-box .email-field::placeholder {
    color: #8A8A8A;
}
footer .are-you-a-dentist a {
    color: #F4863F;
    transition: all 0.2s linear;
}
footer .are-you-a-dentist a:hover {
    color: #F1711E;
}
footer .mobile-footer-logo {
    margin-bottom: 16px;
    display: none;
    text-align: center;
}
footer .mobile-footer-logo a {
    display: block;
    max-width: 180px;
    margin: 0 auto;
}
footer .mobile-footer-logo .text-logo {
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: 900;
    color: #484A4C;
    margin: 0;
}
@media screen and (min-width: 1200px) {
    footer .order-lg-4,
    footer .order-lg-8 {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    footer .order-lg-12 {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
}
@media screen and (max-width: 992px) {
    footer .are-you-a-dentist {
        width: 100%;
        top: 0;
        margin-left: 0;
    }
    footer .footer-links {
        margin: 40px 0px;
        margin-bottom: 0px;
    }
    footer .footer-logo {
        display: none;
    }
    footer .mobile-footer-logo {
        display: block;
    }
    footer .social-links {
        padding: 24px 0px 0px;
        margin-bottom: 0px !important;
        text-align: center;
    }
    footer .social-links:after {
        content: '';
        width: 200%;
        height: 2px;
        display: block;
        border-bottom: 2px solid #F5F5F5;
        margin-left: -200px;
        margin-right: -200px;
        margin-top: 24px;
    }
    footer .copyright {
        margin-bottom: 35px;
    }
}
.mobile-fixed-buttons {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1010;
}
@media screen and (max-width: 992px) {
    .mobile-fixed-buttons {
        display: -ms-flexbox;
        display: flex;
    }
}
.mobile-fixed-buttons .action-button {
    width: 50%;
    display: inline-block;
    height: 56px;
    text-align: center;
    vertical-align: bottom;
    line-height: 24px;
    background: #00C3C7;
    color: #fff;
    position: relative;
    padding-top: 24px;
    font-size: 1rem;
    transition: all 0.2s linear;
}
.mobile-fixed-buttons .action-button:hover {
    background-color: #03A4A7;
}
.mobile-fixed-buttons .action-button i {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
}
.mobile-fixed-buttons .action-button:first-child {
    border-right: 1px solid #31d3d6;
}
.sidebar {
    padding-bottom: calc(8px * 4);
}
@media screen and (min-width: 992px) {
    .sidebar {
        padding: 0 calc(8px * 4);
    }
}
@media screen and (max-width: 768px) {
    .sidebar {
        margin-top: 32px;
    }
}
.sidebar .widget-separator {
    margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 992px) {
    .sidebar .widget-separator.mobile-no-separator {
        margin-bottom: 0px;
    }
    .sidebar .widget-separator.mobile-no-separator:after {
        display: none;
    }
}
.sidebar .sidebar-title-text {
    padding-bottom: calc(8px * 2);
    margin-bottom: calc(8px * 1);
    position: relative;
    color: #1B1C1D;
    line-height: 1.5rem;
}
.sidebar__heading {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
.sidebar .search-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.sidebar .search-box .search-field {
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    font-size: 1.25rem;
    color: #fff;
    padding: 8px 0px;
    color: #1B1C1D;
}
.sidebar .search-box .search-field:-ms-input-placeholder {
    color: #ACB0B6;
}
.sidebar .search-box .search-field::placeholder {
    color: #ACB0B6;
}
.sidebar .contributing-dentists .c-dentist {
    margin-bottom: 12px;
}
.sidebar .contributing-dentists .c-dentist .name {
    color: #1B1C1D;
    font-size: .875rem;
    font-weight: bold !important;
    margin-top: 8px;
    transition: all 0.2s linear;
    margin-bottom: 4px;
}
.sidebar .contributing-dentists .c-dentist .name:hover {
    color: #03A4A7;
}
.sidebar .contributing-dentists .c-dentist .field {
    color: #6A6B6D;
    font-size: .75rem;
    font-style: italic;
    transition: all 0.2s linear;
    line-height: normal;
}
.sidebar .contributing-dentists .c-dentist .field:hover {
    color: #03A4A7;
}
.sidebar .contributing-dentists .c-dentist .dentist-circle {
    float: left;
    border-radius: 100%;
    position: relative;
    border: 2px solid #00C3C7;
    margin-right: 12px;
}
.sidebar .contributing-dentists .c-dentist .dentist-circle img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    z-index: 1;
}
.sidebar .contributing-dentists .c-dentist .dentist-circle:after {
    content: 'D';
    position: absolute;
    background-color: #03A4A7;
    border-radius: 100%;
    right: -7px;
    bottom: -9px;
    z-index: 3;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .75rem;
    font-weight: 900;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid white;
    padding-left: 1px;
}
.sidebar .view-contributing>div.col-12 {
    padding: 0 15px;
    position: relative;
}
.sidebar .view-contributing>div.col-12:after {
    content: '';
    border-top: 1px solid #E2E2E2;
    width: 100%;
    height: 2px;
    display: block;
}
.sidebar .view-contributing .view-c-dentists-link {
    float: right;
    margin-top: calc(8px * 2);
    font-size: .875rem;
    font-weight: bold;
}
.sidebar .view-contributing .view-c-dentists-link i {
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 8px;
}
@media screen and (max-width: 992px) {
    .sidebar.no-border:after {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .sidebar .widget-bottom-border {
        margin-bottom: 42px;
    }
    .sidebar .widget-bottom-border:after {
        content: '';
        border-top: 1px solid #E2E2E2;
        width: calc(100% - 30px);
        margin-left: 15px;
        height: 2px;
        display: block;
        clear: both;
        margin-top: 24px;
    }
}
.sidebar .top-users .top-user {
    margin-bottom: 8px;
}
.sidebar .top-users .top-user .name {
    color: #1B1C1D;
    font-size: .875rem;
    font-weight: bold;
    margin-top: 16px;
    display: inline-block;
    transition: all 0.2s linear;
}
.sidebar .top-users .top-user .name:hover {
    color: #03A4A7;
}
.sidebar .top-users .top-user .user-circle {
    float: left;
    border-radius: 100%;
    position: relative;
    border: 2px solid transparent;
    margin-right: 12px;
    width: 52px;
    height: 52px;
}
.sidebar .top-users .top-user .user-circle img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    z-index: 1;
}
.sidebar .top-users .top-user-dentist {
    margin-bottom: 8px;
}
.sidebar .top-users .top-user-dentist .name {
    color: white;
    font-size: .875rem;
    font-weight: bold;
    margin-top: 16px;
    color: #00C3C7;
    font-weight: 900;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.2s linear;
}
.sidebar .top-users .top-user-dentist .name:hover {
    color: #03A4A7;
}
.sidebar .top-users .top-user-dentist .dentist-circle {
    float: left;
    border-radius: 100%;
    position: relative;
    border: 2px solid #00C3C7;
    margin-right: 12px;
    width: 52px;
    height: 52px;
}
.sidebar .top-users .top-user-dentist .dentist-circle img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    z-index: 1;
}
.sidebar .top-users .top-user-dentist .dentist-circle:after {
    content: 'D';
    position: absolute;
    background-color: #03A4A7;
    border-radius: 100%;
    right: -7px;
    bottom: -9px;
    z-index: 3;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .75rem;
    font-weight: 900;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid white;
    padding-left: 1px;
}
.sidebar .view-top-users {
    margin-top: 8px;
}
.sidebar .view-top-users>div.col-12 {
    padding: 0 15px;
    position: relative;
}
.sidebar .view-top-users>div.col-12:after {
    content: '';
    border-top: 1px solid #E2E2E2;
    width: 100%;
    height: 2px;
    display: block;
}
.sidebar .view-top-users .view-top-link {
    float: right;
    margin-top: calc(8px * 2);
    font-size: .875rem;
    font-weight: bold;
}
.sidebar .view-top-users .view-top-link i {
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 8px;
}
.sidebar .tag-blocks ul.tags {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E2E2;
}
.sidebar .tag-blocks ul.tags li {
    display: inline-block;
}
.sidebar .tag-blocks ul.tags li a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: calc(8px * 2);
    margin-bottom: calc(8px * 2);
    background-color: #F4F4F4;
    color: #4F4F4F;
    border-radius: 4px;
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-out;
}
.sidebar .tag-blocks ul.tags li a:hover {
    background-color: #00C3C7;
    color: white;
}
.sidebar .popular-articles {
    position: relative;
}
.sidebar .popular-articles:after {
    content: '';
    display: block;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 30px);
    border-bottom: 1px solid #e2e2e2;
}
.sidebar .popular-articles.no-border:after {
    display: none;
}
.sidebar .popular-articles .popular-article {
    margin-bottom: 16px;
}
.sidebar .popular-articles .popular-article img {
    float: right;
    width: 100px;
    height: 100px;
    margin-left: calc(8px * 4);
}
.sidebar .popular-articles .popular-article h3.article-title {
    margin-top: 4px;
    font-size: 1.0rem;
    margin-bottom: 4px;
    color: #1B1C1D;
    transition: all 0.2s linear;
}
.sidebar .popular-articles .popular-article h3.article-title:hover {
    color: #00C3C7;
}
.sidebar .popular-articles .popular-article h4.article-title {
    margin-top: 4px;
    font-size: 1.0rem;
    margin-bottom: 4px;
    color: #1B1C1D;
    transition: all 0.2s linear;
}
.sidebar .popular-articles .popular-article h4.article-title:hover {
    color: #00C3C7;
}
.sidebar .popular-articles .popular-article .article-title {
    display: block;
    line-height: 1.2;
    margin-top: 4px;
    font-size: 1.0rem;
    margin-bottom: 4px;
    color: #1B1C1D;
    transition: all 0.2s linear;
}
.sidebar .popular-articles .popular-article .article-title:hover {
    color: #00C3C7;
}
.sidebar .popular-articles .popular-article .article-category {
    color: #959596;
    font-size: .625rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-radius: 4px;
    line-height: 12px;
    margin-bottom: 8px;
    display: block;
    transition: all 0.2s linear;
}
.sidebar .popular-articles .popular-article .article-category:hover {
    color: #00C3C7;
}
.sidebar .popular-articles .popular-article .author {
    font-size: .75rem;
    margin-bottom: 0px;
    color: #00C3C7;
    font-weight: 900;
    border-radius: 4px;
    line-height: 12px;
    margin-bottom: 8px;
    display: block;
    transition: all 0.2s linear;
}
.sidebar .popular-articles .popular-article .author:hover {
    color: #03A4A7;
}
.sidebar .popular-articles .popular-article .author:before {
    content: 'By:';
    font-style: italic;
    color: #6A6B6D;
    margin-right: 4px;
    font-weight: normal;
}
@media screen and (max-width: 992px) {
    .sidebar .popular-articles .mobile-primary {
        margin-bottom: 32px;
    }
    .sidebar .popular-articles .mobile-primary img {
        margin-bottom: 8px;
        display: block;
        width: 100%;
        height: auto;
        float: none;
    }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
    .sidebar .popular-articles .mobile-primary img {
        width: calc(100% + 30px);
        max-width: initial;
        margin-left: -15px;
    }
}
@media screen and (max-width: 992px) {
    .sidebar .popular-articles .mobile-primary .article-title {
        margin-bottom: 12px !important;
    }
    .sidebar .popular-articles .mobile-primary .article-category {
        color: #959596;
        font-size: .75rem;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 12px;
        border-radius: 4px;
        line-height: 12px;
        display: block;
        transition: all 0.2s linear;
    }
    .sidebar .popular-articles .mobile-primary .article-category:hover {
        color: #00C3C7;
    }
    .sidebar .popular-articles .mobile-primary .author {
        margin-right: 8px;
        position: relative;
        display: block;
    }
    .sidebar .popular-articles .mobile-primary .author:after {
        display: none;
    }
    .sidebar .popular-articles .mobile-secondary {
        clear: both;
    }
    .sidebar .popular-articles .mobile-secondary img {
        float: right;
        margin-bottom: 16px;
        display: block;
        width: 100px;
        height: 100px;
        margin-left: calc(8px * 4);
    }
    .sidebar .popular-articles .mobile-secondary .article-title {
        margin-bottom: 12px !important;
        font-size: 1rem;
    }
    .sidebar .popular-articles .mobile-secondary .article-category {
        color: #959596;
        font-size: .75rem;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 12px;
        border-radius: 4px;
        line-height: 12px;
        display: block;
        transition: all 0.2s linear;
    }
    .sidebar .popular-articles .mobile-secondary .article-category:hover {
        color: #00C3C7;
    }
    .sidebar .popular-articles .mobile-secondary .author {
        margin-right: 8px;
        position: relative;
        display: block;
    }
    .sidebar .popular-articles .mobile-secondary .author:after {
        display: none;
    }
    .sidebar .popular-articles .mobile-secondary:last-child {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 576px) {
    .sidebar .popular-articles:after {
        margin-bottom: -10px;
    }
}
@media screen and (max-width: 768px) {
    .sidebar .popular-articles .popular-article {
        margin-bottom: calc(8px * 3);
    }
    .sidebar .popular-articles .popular-article h3.article-title {
        margin-top: 0;
        line-height: 1.5rem;
        margin-bottom: 12px;
    }
    .sidebar .popular-articles .popular-article .article-category {
        font-size: .75rem;
        margin-bottom: 12px;
    }
    .sidebar .popular-articles .popular-article .author {
        margin-bottom: 0;
    }
}
.sidebar .view-popular>div.col-12 {
    padding: 0 15px;
    position: relative;
}
.sidebar .view-popular>div.col-12:after {
    content: '';
    border-top: 1px solid #E2E2E2;
    width: 100%;
    height: 2px;
    display: block;
}
.sidebar .view-popular .view-popular-link {
    float: right;
    margin-top: calc(8px * 2);
    font-size: .875rem;
    font-weight: bold;
}
.sidebar .view-popular .view-popular-link i {
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 8px;
}
.sidebar .newsletter-widget {
    padding: 0 15px;
}
.sidebar .newsletter-widget .newsletter-widget-box {
    background-color: #00C3C7;
    border-radius: 4px;
    padding: calc(8px * 4);
    color: white;
    text-align: center;
}
.sidebar .newsletter-widget .newsletter-widget-box i.icon-newsletter,
.sidebar .newsletter-widget .newsletter-widget-box i.fd-icon-newsletter {
    font-size: 4.375rem;
}
.sidebar .newsletter-widget .newsletter-widget-box img {
    display: block;
    margin: 0 auto;
    margin-bottom: calc(8px * 2);
}
.sidebar .newsletter-widget .newsletter-widget-box h3 {
    font-weight: 900;
    font-size: 1.125rem;
    margin-bottom: calc(8px * 2);
    color: #fff;
    margin-top: 0px;
}
.sidebar .newsletter-widget .newsletter-widget-box .desc {
    font-size: .875rem;
}
.sidebar .newsletter-widget .newsletter-widget-box .email-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.sidebar .newsletter-widget .newsletter-widget-box .email-box .email-field {
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    font-size: 1rem;
    color: white;
    padding: 8px 0px;
}
.sidebar .newsletter-widget .newsletter-widget-box .email-box .email-field:-ms-input-placeholder {
    color: white;
}
.sidebar .newsletter-widget .newsletter-widget-box .email-box .email-field::placeholder {
    color: white;
}
.sidebar .newsletter-widget .newsletter-widget-box .email-box .submit {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: white;
    font-size: 1.5rem;
    line-height: 40px;
    cursor: pointer;
}
@media screen and (max-width: 576px) {
    .sidebar .newsletter-widget {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0px;
    }
    .sidebar .newsletter-widget .newsletter-widget-box {
        border-radius: 0px;
    }
}
.sidebar .trending-community .community-post {
    margin-bottom: 12px;
}
.sidebar .trending-community .community-post .image {
    float: left;
    border-radius: 100%;
    position: relative;
    border: 2px solid transparent;
    margin-right: 12px;
    width: 52px;
    height: 52px;
}
.sidebar .trending-community .community-post .image.dentist-circle {
    border: 2px solid #00C3C7;
}
.sidebar .trending-community .community-post .image.dentist-circle:after {
    content: 'D';
    position: absolute;
    background-color: #03A4A7;
    border-radius: 100%;
    right: -7px;
    bottom: -9px;
    z-index: 3;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .75rem;
    font-weight: 900;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid white;
    padding-left: 1px;
}
.sidebar .trending-community .community-post .image img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    z-index: 1;
}
.sidebar .trending-community .community-post .title {
    font-size: 1rem;
    font-weight: 900;
    color: #1B1C1D;
    margin-top: 4px;
    margin-bottom: 6px;
    transition: all 0.2s linear;
}
.mega-menu__community-post-title {
    line-height: 1.2;
    display: block;
}
.sidebar .trending-community .community-post .title:hover {
    color: #00C3C7;
}
.sidebar .trending-community .community-post .title.dentist-title {
    font-size: .875rem;
}
.sidebar .trending-community .community-post .details {
    font-size: .75rem;
    padding-left: 64px;
}
.sidebar .trending-community .community-post .details .by {
    color: #6A6B6D;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.sidebar .trending-community .community-post .details .field {
    color: #6A6B6D;
    font-size: .75rem;
    font-style: italic;
    line-height: 15px;
}
.sidebar .trending-community .community-post .details .author {
    margin-bottom: 0px;
    color: #6A6B6D;
    background-color: transparent;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s linear;
    margin-right: 8px;
}
.sidebar .trending-community .community-post .details .author:hover {
    color: #00C3C7;
}
.sidebar .trending-community .community-post .details .author.dentist {
    color: white;
    font-weight: bold;
    color: #00C3C7;
    font-weight: 900;
    vertical-align: middle;
    transition: all 0.2s linear;
}
.sidebar .trending-community .community-post .details .author.dentist:hover {
    color: #03A4A7;
}
.sidebar .trending-community .community-post .details .author:before {
    content: 'By:';
    font-style: italic;
    color: #6A6B6D;
    margin-right: 4px;
    font-weight: normal;
}
.sidebar .trending-community .community-post .details .author:after {
    height: 12px;
    width: 1px;
    background: #6A6B6D;
    content: '';
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.sidebar .trending-community .community-post .details .comments {
    color: #6A6B6D;
    display: inline-block;
    line-height: 12px;
    vertical-align: middle;
    transition: all 0.2s linear;
}
.sidebar .trending-community .community-post .details .comments:hover {
    color: #03A4A7;
}
.sidebar .view-trending-community>div.col-12 {
    padding: 0 15px;
    position: relative;
}
.sidebar .view-trending-community>div.col-12:after {
    content: '';
    border-top: 1px solid #E2E2E2;
    width: 100%;
    height: 2px;
    display: block;
}
.sidebar .view-trending-community .view-trending-posts {
    float: right;
    margin-top: calc(8px * 2);
    font-size: .875rem;
    font-weight: bold;
}
.sidebar .view-trending-community .view-trending-posts i {
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 8px;
}
.sidebar .dentistry-topics {
    position: relative;
}
.sidebar .dentistry-topics .dentistry-topics-box {
    position: relative;
    border-bottom: 1px solid #E2E2E2;
}
.sidebar .dentistry-topics .dentistry-topics-box .dt-toggle {
    display: block;
    width: 100%;
    position: relative;
    padding: 12px 0px;
    color: #1B1C1D;
    transition: color 0.2s linear, transform 0.3s ease-out;
}
.sidebar .dentistry-topics .dentistry-topics-box .dt-toggle:hover {
    color: #00C3C7;
}
.sidebar .dentistry-topics .dentistry-topics-box .dt-toggle i {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 14px;
    line-height: 14px;
    transition: color 0.2s linear, transform 0.3s ease-out;
}
.sidebar .dentistry-topics .dentistry-topics-box.active .dentistry-topics-menu {
    pointer-events: all;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.sidebar .dentistry-topics .dentistry-topics-box.active .dt-toggle {
    color: #00C3C7;
}
.sidebar .dentistry-topics .dentistry-topics-box.active .dt-toggle i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #00C3C7;
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu {
    position: absolute;
    background-color: white;
    right: 0;
    top: calc(100% + 8px);
    z-index: 10;
    padding: 56px;
    box-shadow: 0 30px 50px 0 rgba(38, 43, 48, 0.4);
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: opacity 0.2s linear, transform 0.4s ease-out;
    width: 700px;
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu h5 {
    font-size: 1.125rem;
    margin-bottom: 32px;
    position: relative;
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu h5:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 50%;
    margin-left: calc(8px * 2);
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu .dentistry-topics-menu__heading {
    font-size: 1.125rem;
    margin-bottom: 32px;
    position: relative;
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu .dentistry-topics-menu__heading:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 50%;
    margin-left: calc(8px * 2);
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 590px;
    max-height: 185px;
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu ul li {
    min-width: 150px;
    display: block;
    padding: 6px 0px;
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu ul li a {
    display: block;
    font-size: .875rem;
    color: #484A4C;
    transition: 0.2s linear;
}
.sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu ul li a:hover {
    color: #00C3C7;
}
@media screen and (max-width: 768px) {
    .sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu {
        width: 100%;
    }
    .sidebar .dentistry-topics .dentistry-topics-box .dentistry-topics-menu ul {
        max-height: initial;
    }
}
.sidebar .refine-box {
    margin-top: 32px;
    text-align: right;
}
.sidebar .refine-box .refine-button {
    background: #00C3C7;
    color: #ffffff;
    font-size: 1rem;
    line-height: 18px;
    border-radius: 4px;
    border: none;
    font-weight: bold;
    padding: 1em 2.5em;
    display: inline-block;
    cursor: pointer;
}
.sidebar .count {
    color: #00C3C7;
    font-size: 1.125rem;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -4px;
    display: inline-block;
}
.sidebar .count:before {
    content: '(';
}
.sidebar .count:after {
    content: ')';
}
.mobile-dentistry-topics-box {
    position: relative;
    float: right;
}
.mobile-dentistry-topics-box .dt-mobile-toggle {
    display: block;
    line-height: 52px;
    border: none;
    outline: none;
    background: transparent;
    padding-right: 32px;
    font-size: .875rem;
    font-weight: bold;
    position: relative;
    color: #1B1C1D;
    transition: color 0.2s linear, transform 0.3s ease-out;
}
.mobile-dentistry-topics-box .dt-mobile-toggle:hover {
    color: #00C3C7;
}
.mobile-dentistry-topics-box .dt-mobile-toggle i {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 14px;
    line-height: 14px;
    transition: color 0.2s linear, transform 0.3s ease-out;
}
.mobile-dentistry-topics-box.active .dentistry-topics-menu {
    pointer-events: all;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.mobile-dentistry-topics-box.active .dt-mobile-toggle {
    color: #03A4A7;
}
.mobile-dentistry-topics-box.active .dt-mobile-toggle i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #03A4A7;
}
.mobile-dentistry-topics-box .dentistry-topics-menu {
    width: 100%;
    position: fixed;
    height: calc(100% - 56px);
    overflow-y: scroll;
    top: 56px;
    left: 0;
    background-color: white;
    right: 0;
    z-index: 10;
    padding: 32px;
    box-shadow: 0 30px 50px 0 rgba(38, 43, 48, 0.4);
    border-radius: 0px;
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: opacity 0.2s linear, transform 0.4s ease-out;
}
.mobile-dentistry-topics-box .dentistry-topics-menu h5 {
    font-size: 1.125rem;
    margin-bottom: 32px;
    position: relative;
}
.mobile-dentistry-topics-box .dentistry-topics-menu h5:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 50%;
    margin-left: calc(8px * 2);
}
.mobile-dentistry-topics-box .dentistry-topics-menu ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 590px;
    max-height: 185px;
}
.mobile-dentistry-topics-box .dentistry-topics-menu ul li {
    min-width: 150px;
    display: block;
    padding: 6px 0px;
}
.mobile-dentistry-topics-box .dentistry-topics-menu ul li a {
    display: block;
    font-size: .875rem;
    color: #484A4C;
    transition: 0.2s linear;
}
.mobile-dentistry-topics-box .dentistry-topics-menu ul li a:hover {
    color: #03A4A7;
}
@media screen and (max-width: 768px) {
    .mobile-dentistry-topics-box .dentistry-topics-menu {
        width: 100%;
    }
    .mobile-dentistry-topics-box .dentistry-topics-menu ul {
        max-height: initial;
    }
}
.community-bar {
    color: white;
    overflow: hidden;
    background-color: #00C3C7;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    height: 56px;
    display: none
}
.community-bar input {
    color: #444 !important;
}
@media screen and (min-width: 992px) {
    .community-bar {
        position: fixed;
        z-index: 1000;
        top: 90px;
        display: block
    }
}
.community-bar .row {
    -ms-flex-align: center;
    align-items: center;
}
.community-bar .community-title-main {
    font-size: 0.9rem;
    height: 56px;
    margin: 0;
    padding-left: 15px;
    margin-right: 0;
    display: table-cell;
    vertical-align: middle;
}
.community-bar .community-title-main a {
    color: #ffffff;
    transition: all 0.2s ease-out;
}
.community-bar .community-title-main a:hover {
    opacity: 0.9;
}
.community-bar .community-title {
    font-size: 1.125rem;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.community-bar .community-unit {
    font-size: .6875rem;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}
.community-bar .community-stat-block {
    display: inline-block;
    height: 56px;
    vertical-align: middle;
    margin-right: 24px;
}
.community-bar .community-content-block {
    position: relative;
    padding: 14px 0px;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.community-bar .community-content-block-inner {
    position: relative;
    margin-left: calc(8px * 2);
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.community-bar svg,
.community-bar i {
    font-size: 1.75rem;
    margin-top: 4px;
}
.community-bar svg.icon-members,
.community-bar i.icon-members {
    font-size: 2.75rem;
}
.community-bar svg.icon-dentists,
.community-bar i.icon-dentists {
    font-size: 1.875rem;
}
.community-bar svg.icon-posts,
.community-bar i.icon-posts {
    font-size: 2.1875rem;
}
.community-bar .stats-section {
    max-height: 56px;
}
.community-bar .stats-section .btn-primary {
    background: #ffffff;
    color: #00C3C7;
    font-weight: 700;
    line-height: normal;
    line-height: 24px;
    float: right;
    margin-top: 9px;
    transition: all 0.2s ease-out;
    box-shadow: none !important;
    border: none;
    display: none;
}
.community-bar .stats-section .btn-primary i {
    font-size: 1.5rem;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    max-height: 24px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.community-bar .stats-section .btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
}
.community-bar .search-start-topic {
    -ms-flex-direction: row;
    flex-direction: row;
}
.community-bar .search-start-topic button {
    margin-left: 16px;
}
.community-bar .input-wrapper {
    position: relative;
    cursor: pointer;
}
.community-bar .input-wrapper i {
    color: #00C3C7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
    font-size: 1rem;
    height: 20px;
}
.community-bar input {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    padding: 8px 12px;
    border-radius: 2px;
    pointer-events: none;
}
.community-bar input,
.community-bar input::-webkit-input-placeholder {
    font-size: .875rem;
}
.community-bar .or-text {
    position: relative;
    left: 8px;
    font-weight: bold;
    font-size: .875rem;
    line-height: 56px;
}
.community-bar .or-text:before {
    content: '';
    position: absolute;
    background: white;
    height: 1px;
    width: 8px;
    left: -16px;
    top: 50%;
}
.community-bar .or-text:after {
    content: '';
    position: absolute;
    background: white;
    height: 1px;
    width: 8px;
    right: -16px;
    top: 50%;
}
.community-bar .primary-button-reverse {
    height: 40px !important;
    position: relative;
    left: calc(8px * 3);
}
@media screen and (max-width: 1200px) {
    .community-bar .primary-button-reverse {
        padding: 0 calc(8px * 2);
    }
}
.community-bar .primary-button-reverse:hover {
    background-color: #B2EDEE;
    opacity: 1;
}
@media screen and (max-width: 1200px) {
    .community-bar .community-stat-block {
        xwidth: 33%;
        margin-right: 0px !important;
        margin: 0;
    }
    .community-bar .community-stat-block .community-content-block {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .community-bar .community-stat-block .community-title-main {
        font-size: 0.85rem;
    }
    .community-bar .search-start-topic {
        padding-right: 19px;
    }
    .community-bar .search-start-topic .col-7 {
        padding-right: 0;
    }
    .community-bar .search-start-topic button {
        margin-left: 6px;
    }
    .community-bar .members {
        display: none !important;
    }
}
@media screen and (max-width: 992px) {
    .community-bar .members {
        display: block !important;
    }
    .community-bar .community-stat-block .community-title-main {
        font-size: 0.9rem;
    }
    .community-bar .stats-section>.row {
        display: block;
        overflow: hidden;
    }
    .community-bar .stats-section .btn-primary {
        display: inline-block;
    }
}
@media screen and (max-width: 576px) {
    .community-bar .community-title-main {
        margin-left: 0px !important;
    }
    .community-bar .members {
        display: none !important;
    }
    .community-bar .community-stat-block .community-title-main {
        padding: 0;
    }
}
.breadcrumbs {
    color: #999999;
    font-size: .75rem;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
}
@media screen and (max-width: 992px) {
    .breadcrumbs {
        display: none !important;
    }
}
.breadcrumbs .breadcrumb {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
    color: #999999;
    font-size: .75rem;
    margin-right: 12px;
    vertical-align: middle;
}
.breadcrumbs .breadcrumb.parent {
    transition: color 0.2s linear;
}
.breadcrumbs .breadcrumb.parent:after {
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\6a";
    margin-left: 12px;
    font-size: .5rem;
    color: #999999;
}
.breadcrumbs .breadcrumb.parent:hover {
    color: #00C3C7;
}
.breadcrumbs .breadcrumb.parent:hover:after {
    color: #999999;
}
.breadcrumbs .breadcrumb.current {
    font-weight: bold;
    max-width: 300px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs.light {
    color: white !important;
}
.breadcrumbs.light .breadcrumb {
    color: white !important;
}
.breadcrumbs.light .breadcrumb.parent {
    transition: opacity 0.2s linear;
}
.breadcrumbs.light .breadcrumb.parent:after {
    color: white !important;
}
.breadcrumbs.light .breadcrumb.parent:hover {
    opacity: 0.85;
}
.breadcrumbs.light .breadcrumb.parent:hover:after {
    color: white !important;
    opacity: 1;
}
#contributing-dentists .section-title-text {
    margin-bottom: 24px;
}
#contributing-dentists .sidebar {
    margin-top: 24px;
}
@media screen and (max-width: 992px) {
    #contributing-dentists .page-title {
        display: none;
    }
}
#contributing-dentists .contributing-dentist {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E2E2;
}
#contributing-dentists .contributing-dentist .name {
    color: #1B1C1D;
    font-size: .875rem;
    font-weight: bold;
    line-height: 14px;
    display: block;
    margin-top: 8px;
    margin-bottom: 6px;
    margin-left: 64px;
    transition: all 0.2s linear;
}
#contributing-dentists .contributing-dentist .name:hover {
    color: #00C3C7;
}
#contributing-dentists .contributing-dentist .field {
    color: #6A6B6D;
    display: block;
    font-size: .75rem;
    line-height: 15px;
    margin-left: 64px;
    transition: all 0.2s linear;
}
@media screen and (max-width: 576px) {
    #contributing-dentists .contributing-dentist .field {
        display: inline-block;
        margin-left: 0px;
    }
}
#contributing-dentists .contributing-dentist .field:hover {
    color: #00C3C7;
}
#contributing-dentists .contributing-dentist .authored {
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 16px;
    position: absolute;
    right: 0;
    color: #1B1C1D;
    font-size: .875rem;
    line-height: 16px;
    text-align: right;
    transition: all 0.2s linear;
}
#contributing-dentists .contributing-dentist .authored:hover {
    color: #03A4A7;
}
@media screen and (max-width: 576px) {
    #contributing-dentists .contributing-dentist .authored {
        position: relative;
        text-align: left;
        display: inline-block;
        margin-left: 16px;
        color: #6A6B6D;
    }
    #contributing-dentists .contributing-dentist .authored:before {
        content: '';
        position: absolute;
        height: 12px;
        width: 1px;
        border-left: 1px solid #6A6B6D;
        bottom: 2px;
        left: -8px;
    }
}
#contributing-dentists .contributing-dentist .authored .count {
    margin-right: 4px;
    font-weight: bold;
    color: #00C3C7;
    transition: all 0.2s linear;
}
#contributing-dentists .contributing-dentist .authored .count:hover {
    color: #03A4A7;
}
#contributing-dentists .contributing-dentist .authored .count:before {
    content: '(';
}
#contributing-dentists .contributing-dentist .authored .count:after {
    content: ')';
}
#contributing-dentists .contributing-dentist .dentist-circle {
    float: left;
    border-radius: 100%;
    position: relative;
    border: 2px solid #00C3C7;
    margin-right: 12px;
}
#contributing-dentists .contributing-dentist .dentist-circle img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    z-index: 1;
}
#contributing-dentists .contributing-dentist .dentist-circle:after {
    content: 'D';
    position: absolute;
    background-color: #00C3C7;
    border-radius: 100%;
    right: -7px;
    bottom: -9px;
    z-index: 3;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .75rem;
    font-weight: 900;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid white;
}
#contributing-dentists .dentists-pagination {
    display: block;
}
@media screen and (max-width: 768px) {
    #contributing-dentists .dentists-pagination {
        display: none;
    }
}
#contributing-dentists .dentists-pagination nav {
    float: right;
    margin-top: calc(8px * 3);
    margin-bottom: calc(8px * 2);
}
#contributing-dentists .dentists-pagination nav .pagination {
    border: 0;
}
#contributing-dentists .dentists-pagination nav .pagination .page-item {
    display: block;
    border: 0;
    border-radius: 100%;
    margin: 0 4px;
    width: 32px;
    height: 32px;
    transition: background-color 0.3s linear;
}
#contributing-dentists .dentists-pagination nav .pagination .page-item.active,
#contributing-dentists .dentists-pagination nav .pagination .page-item:hover {
    background-color: #00C3C7;
}
#contributing-dentists .dentists-pagination nav .pagination .page-item.active a,
#contributing-dentists .dentists-pagination nav .pagination .page-item:hover a {
    color: white;
}
#contributing-dentists .dentists-pagination nav .pagination .page-link {
    border: 0;
    color: #8A8A8A;
    padding: calc(8px * 1);
    margin: auto;
    background-color: transparent;
    text-align: center;
    line-height: 18px;
    font-size: .875rem;
}
#contributing-dentists .dentists-pagination nav .pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}
#contributing-dentists .dentists-pagination nav .pagination .first,
#contributing-dentists .dentists-pagination nav .pagination .last {
    width: initial;
}
#contributing-dentists .dentists-pagination nav .pagination .first a,
#contributing-dentists .dentists-pagination nav .pagination .last a {
    color: #8A8A8A;
    border-radius: 0;
}
#contributing-dentists .dentists-pagination nav .pagination .first.disabled a,
#contributing-dentists .dentists-pagination nav .pagination .last.disabled a {
    color: #E2E2E2 !important;
}
#contributing-dentists .dentists-pagination nav .pagination .first:hover,
#contributing-dentists .dentists-pagination nav .pagination .last:hover {
    background-color: transparent;
}
#contributing-dentists .dentists-pagination nav .pagination .first:hover a,
#contributing-dentists .dentists-pagination nav .pagination .last:hover a {
    color: #8A8A8A;
}
#contributing-dentists .dentists-pagination nav .pagination .last {
    margin-right: 0px;
}
#contributing-dentists .dentists-pagination nav .pagination .last a {
    padding-right: 0px;
}
#contributing-dentists .dentists-pagination nav .pagination .next,
#contributing-dentists .dentists-pagination nav .pagination .prev {
    width: initial;
}
#contributing-dentists .dentists-pagination nav .pagination .next a,
#contributing-dentists .dentists-pagination nav .pagination .prev a {
    color: #00C3C7;
    border-radius: 0;
    font-size: 1.125rem;
}
#contributing-dentists .dentists-pagination nav .pagination .next.disabled a,
#contributing-dentists .dentists-pagination nav .pagination .prev.disabled a {
    color: #E2E2E2 !important;
}
#contributing-dentists .dentists-pagination nav .pagination .next:hover,
#contributing-dentists .dentists-pagination nav .pagination .prev:hover {
    background-color: transparent;
}
#contributing-dentists .dentists-pagination nav .pagination .next:hover a,
#contributing-dentists .dentists-pagination nav .pagination .prev:hover a {
    color: #8A8A8A;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
    text-align: center;
}
@font-face {
    font-family: VideoJS;
    src: url(font/VideoJS.eot?#iefix) format("eot");
}
@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYSy2hLaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4jC5t2/j+W2+MnCzM4DAtTC+5cg0OyNYnIOBCUQBAAceB90AeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzJRiV3RAAABjAAAAFZjbWFwOfT3xgAAAmgAAAMiZ2x5ZgMJ0sMAAAXQAAARCGhlYWQSy2hLAAAA4AAAADZoaGVhDgMHIQAAALwAAAAkaG10eOAAAAAAAAHkAAAAhGxvY2E9NEHGAAAFjAAAAERtYXhwATIAgQAAARgAAAAgbmFtZdXH9aAAABbYAAACCnBvc3RAAl/0AAAY5AAAAZ4AAQAABwAAAAAABwAAAP//BwEAAQAAAAAAAAAAAAAAAAAAACEAAQAAAAEAAFYfTwlfDzz1AAsHAAAAAADWVg6nAAAAANZWDqcAAAAABwEHAAAAAAgAAgAAAAAAAAABAAAAIQB1AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEGygGQAAUAAARxBOYAAAD6BHEE5gAAA1wAVwHOAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQPEB8SAHAAAAAKEHAAAAAAAAAQAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAUAAAADAAAALAAAAAQAAAGSAAEAAAAAAIwAAwABAAAALAADAAoAAAGSAAQAYAAAAAQABAABAADxIP//AADxAf//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAGQAAAAAAAAACAAAPEBAADxAQAAAAEAAPECAADxAgAAAAIAAPEDAADxAwAAAAMAAPEEAADxBAAAAAQAAPEFAADxBQAAAAUAAPEGAADxBgAAAAYAAPEHAADxBwAAAAcAAPEIAADxCAAAAAgAAPEJAADxCQAAAAkAAPEKAADxCgAAAAoAAPELAADxCwAAAAsAAPEMAADxDAAAAAwAAPENAADxDQAAAA0AAPEOAADxDgAAAA4AAPEPAADxDwAAAA8AAPEQAADxEAAAABAAAPERAADxEQAAABEAAPESAADxEgAAABIAAPETAADxEwAAABMAAPEUAADxFAAAABQAAPEVAADxFQAAABUAAPEWAADxFgAAABYAAPEXAADxFwAAABcAAPEYAADxGAAAABgAAPEZAADxGQAAABkAAPEaAADxGgAAABoAAPEbAADxGwAAABsAAPEcAADxHAAAABwAAPEdAADxHQAAAB0AAPEeAADxHgAAAB4AAPEfAADxHwAAAB8AAPEgAADxIAAAACAAAAAAAAAADgBoAH4AzADgAQIBQgFsAZgBwgIYAlgCtALgAzADsAPeBDAElgTcBSQFZgWKBiAGZga0BuoHWAgSCFgIbgiEAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAbADQAAAkCEyIHDgEHBhAXHgEXFiA3PgE3NhAnLgEnJgMiJy4BJyY0Nz4BNzYyFx4BFxYUBw4BBwYC6wHA/kCVmIuGzjk7OznOhosBMIuGzjk7OznOhouYeW9rpi0vLy2ma2/yb2umLS8vLaZrbwIwAVABUAGbOznOhov+0IuGzjk7OznOhosBMIuGzjk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiEGIAAHABcAJwAqAAABNCcmJxUXNjcUBxc2NTQnLgEnFR4BFxYBBwEhESEBEQEGBxU2Nxc3AQcXBNA0MlW4A7spcU1FQ+6VbKovMfu0XwFh/p8BKwF1AT5QWZl6mV/9YJycA4BhUlAqpbgYGGNicZKknYyHvSKaIJNlaQIsX/6f/kD+iwH2/sI9G5ojZJhfBJacnAAAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYACAAOAAABNCcmJxE2NzYBESEBEQEFZTQyVFQyNPwQASsBdf6LA4BhUlAq/aYqUFIBQf5A/osEqv6LAAMAAAAABiAGDwAFAA4AIgAAExEhAREBBTQnJicRNjc2AxUeARcWFAcOAQcVPgE3NhAnLgHgASsBdf6LAsU0MlVVMjS7bKovMTEvqmyV7kNFRUPuBGD+QP6LBKr+i+BhUlAq/aYqUFIC8Jogk2Vp6GllkyCaIr2HjAE6jIe9AAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gATABcAAAEhIg4BFREUHgEzITI+ATURNC4BAyERIQVA/IApRCgoRCkDgClEKChEKfyAA4AF1ShEKfyAKUQoKEQpA4ApRCj76wOAAAYAAAAABmsGawAIAA0AFQAeACMALAAACQEmIyIHBgcBJS4BJwEFIQE2NzY1NAUBBgcGFRQXIQUeARcBMwEWMzI3NjcBAr4BZFJQhHt2YwESA44z7Z/+7gLl/dABel0zNfwS/t1dMzUPAjD95DPtnwESeP7dU0+Ee3Zj/u4D8AJoEy0rUf4nd6P6PP4nS/1zZn+Ej0tLAfhmf4SPS0pLo/o8Adn+CBMtK1EB2QAFAAAAAAZrBdYAEwAXABsAHwAjAAABISIOARURFB4BMyEyPgE1ETQuAQEhFSEBITUhBSE1ITUhNSEF1ftWKUUoKEUpBKopRSgoRfstASr+1gLq/RYC6gHA/tYBKv0WAuoF1ShEKfyAKUQoKEQpA4ApRCj9q5X+1ZWVlZaVAAAAAAMAAAAABiAF1gATACsAQwAAASEiDgEVERQeATMhMj4BNRE0LgEBIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFi/vqKEUoKEUoBBYoRSgoRf2CcJWVcCsf4B8sLB/gHysCC3CVlXAsH+AfKysf4B8sBdUoRCn8gClEKChEKQOAKUQo/fYl4CVKHywsHwEqHywsH0ol4CVKHywsHwEqHywsHwAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIQZsADEAAAEiBgcBNjQnAR4BMzI+ATQuASIOARUUFwEuASMiDgEUHgEzMjY3AQYVFB4BMj4BNC4BBUAqSx797AcHAg8eTys9Zzw8Z3pnPAf98R5PKz1nPDxnPStPHgIUBjtkdmQ7O2QCTx4cATcbMhsBNB0gPGd6Zzw8Zz0ZG/7NHCA8Z3pnPCAc/soZGDtkOjpkdmQ7AAAAAAIAAAAABlkGawBDAFAAAAE2NCc3PgEnAy4BDwEmLwEuASMhIgYPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEzITI2PwE2NxcWNjcTNiYnBSIuATQ+ATIeARQOAQWrBQWeCgYHlgcaDLo8QhwDFQ7+1g4VAhxEOroNGgeVBwULnQUFnQsFB5UHGg26O0McAhUOASoOFQIcRDq6DRoHlQcFC/04R3hGRniOeEZGeAM3Kj4qewkbDAEDDAkFSy4bxg4SEg7GHC1LBQkM/v0MGwl7Kj4qewkbDP79DAkFSy4bxg4SEg7GHC1LBQkMAQMMGwlBRniOeEZGeI54RgABAAAAAAZrBmsAGAAAExQXHgEXFiA3PgE3NhAnLgEnJiAHDgEHBpU7Oc6GiwEwi4bOOTs7Oc6Gi/7Qi4bOOTsDgJiLhs45Ozs5zoaLATCLhs45Ozs5zoaLAAAAAAIAAAAABmsGawAYADEAAAEiBw4BBwYQFx4BFxYgNz4BNzYQJy4BJyYDIicuAScmNDc+ATc2MhceARcWFAcOAQcGA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi5h5b2umLS8vLaZrb/Jva6YtLy8tpmtvBms7Oc6Gi/7Qi4bOOTs7Oc6GiwEwi4bOOTv6wC8tpmtv8m9rpi0vLy2ma2/yb2umLS8AAwAAAAAGawZrABgAMQA+AAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmAyInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHBhMUDgEiLgE0PgEyHgEDgJiKhs85Ozs5z4aKATCKhs85Ozs5z4aKmHlva6YtLy8tpmtv8m9rpi0vLy2ma29nPGd6Zzw8Z3pnPAZrOznPhor+0IqGzzk7OznPhooBMIqGzzk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAlU9Zzw8Z3pnPDxnAAAABAAAAAAGIAYhABMAHwApAC0AAAEhIg4BFREUHgEzITI+ATURNC4BASM1IxUjETMVMzU7ASEyFhURFAYjITczNSMFi/vqKEUoKEUoBBYoRSgoRf2CcJVwcJVwlgEqHywsH/7WcJWVBiAoRSj76ihFKChFKAQWKEUo/ICVlQHAu7ssH/7WHyxw4AAAAAACAAAAAAZrBmsAGAAkAAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmEwcJAScJATcJARcBA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi91p/vT+9GkBC/71aQEMAQxp/vUGazs5zoaL/tCLhs45Ozs5zoaLATCLhs45O/wJaQEL/vVpAQwBDGn+9QELaf70AAABAAAAAAXWBrYAJwAAAREJAREyFxYXFhQHBgcGIicmJyY1IxQXHgEXFjI3PgE3NjQnLgEnJgOA/osBdXpoZjs9PTtmaPRoZjs9lS8tpWtv9G9rpS0vLy2la28FiwEq/ov+iwEqPTtmaPNpZTw9PTxlaXl5b2umLS8vLaZrb/Nva6UuLwABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcBBM8AFwAhADgATwBmAHEAdAAAAREzNhcWFxYXFhcWBw4BBwYHBicmLwEmNxY2NzYuAQcRFAUWNzY/ATY3NjU2JyMGFxYfARYXFhcUFxY3Nj8BNjc2NzYnIwYXFh8BFhcWFRYXFjc2PwE2NzY3NicjBhcWHwEWFxYVFgUzPwEVMxEjBgsBARUnAxwcaC5MND0sTSsvCgdVREdTNWg1KgECq1JrCQcwYkABfhoSCxAKJBQXAX4dAQMCBgMnFxsBJBoSCxAKJBQWAQF+HgEEAgUEJxcbASMZEwsQCiQUFgEBfh4BBAIFBCcXGwH5Q+5B4arNDfHvAhaOAckC/QIBAwwPHzdcZXlZmC8xCAQBAQIDBMIDVkxCZDQF/pUHwgcTCyAUQEdPU8etCAgFCQZHTFxbwLoHEwsgFEBHT1PHrQgIBQkGR0xcW8C6BxMLIBRAR09Tx60ICAUJBkdMXFvAwGQBZQMMFf6D/oYB/fkBAAABAAAAAAYhBrYALAAAASIHDgEHBhURFB4BOwERITU0Nz4BNzYyFx4BFxYdASERMzI+ATURNCcuAScmA4CJfXi6MzU8Zz3g/tUpKJFeYdRhXpEoKf7V4D1nPDUzunh9BrU0M7t4fYn99j1nPAJVlWthXpAoKSkokF5ha5X9qzxnPQIKiX14uzM0AAAAAAIAAAAABUAFQAACAAYAAAkCIREzEQHAAnv9hQLrlQHAAcABwPyAA4AAAAAAAgAAAAAFQAVAAAMABgAAATMRIwkBEQHAlZUBBQJ7BUD8gAHA/kADgAAAAAAAABAAxgABAAAAAAABAAcAAAABAAAAAAACAAcABwABAAAAAAADAAcADgABAAAAAAAEAAcAFQABAAAAAAAFAAsAHAABAAAAAAAGAAcAJwABAAAAAAAKACsALgABAAAAAAALABMAWQADAAEECQABAA4AbAADAAEECQACAA4AegADAAEECQADAA4AiAADAAEECQAEAA4AlgADAAEECQAFABYApAADAAEECQAGAA4AugADAAEECQAKAFYAyAADAAEECQALACYBHlZpZGVvSlNSZWd1bGFyVmlkZW9KU1ZpZGVvSlNWZXJzaW9uIDEuMFZpZGVvSlNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBWAGkAZABlAG8ASgBTAFIAZQBnAHUAbABhAHIAVgBpAGQAZQBvAEoAUwBWAGkAZABlAG8ASgBTAFYAZQByAHMAaQBvAG4AIAAxAC4AMABWAGkAZABlAG8ASgBTAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: "\f101";
}
.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-play-circle:before {
    content: "\f102";
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: "\f103";
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: "\f104";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: "\f105";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: "\f106";
}
.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: "\f107";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: "\f108";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: "\f109";
}
.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-square:before {
    content: "\f10a";
}
.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-spinner:before {
    content: "\f10b";
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: "\f10c";
}
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: "\f10d";
}
.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: "\f10e";
}
.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-share:before {
    content: "\f10f";
}
.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-cog:before {
    content: "\f110";
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before {
    content: "\f111";
}
.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-circle-outline:before {
    content: "\f112";
}
.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
    content: "\f113";
}
.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-hd:before {
    content: "\f114";
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: "\f115";
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: "\f116";
}
.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-facebook:before {
    content: "\f117";
}
.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-gplus:before {
    content: "\f118";
}
.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-linkedin:before {
    content: "\f119";
}
.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-twitter:before {
    content: "\f11a";
}
.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-tumblr:before {
    content: "\f11b";
}
.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-pinterest:before {
    content: "\f11c";
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: "\f11d";
}
.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: "\f11e";
}
.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-next-item:before {
    content: "\f11f";
}
.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-previous-item:before {
    content: "\f120";
}
.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: .625rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}
.video-js:-moz-full-screen {
    position: absolute;
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}
.video-js[tabindex="-1"] {
    outline: 0;
}
.video-js *,
.video-js :after,
.video-js :before {
    box-sizing: inherit;
}
.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0;
}
.video-js.vjs-16-9 {
    padding-top: 56.25%;
}
.video-js.vjs-4-3 {
    padding-top: 75%;
}
.video-js.vjs-fill {
    width: 100%;
    height: 100%;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}
.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}
.vjs-hidden {
    display: none !important;
}
.vjs-disabled {
    opacity: .5;
    cursor: default;
}
.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}
.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 1.125rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc;
}
.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: .3em;
    transition: all .4s;
}
.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
}
.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.vjs-control .vjs-button {
    width: 100%;
    height: 100%;
}
.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2;
}
.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto;
    box-sizing: content-box;
}
.video-js .vjs-modal-dialog>* {
    box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}
.vjs-menu-button {
    cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
    cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
}
.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    box-sizing: content-box;
}
.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none;
}
.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f;
}
.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em 0;
    font-weight: 700;
    cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: block;
}
.video-js .vjs-menu-button-inline {
    transition: all .4s;
    overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s, opacity .1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}
.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -ms-flex: none;
    flex: none;
}
.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff;
}
.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
    display: none;
}
.video-js .vjs-progress-control {
    cursor: pointer;
    -ms-flex: auto;
    flex: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
}
.video-js .vjs-progress-control.disabled {
    cursor: default;
}
.vjs-live .vjs-progress-control {
    display: none;
}
.vjs-no-flex .vjs-progress-control {
    width: auto;
}
.video-js .vjs-progress-holder {
    -ms-flex: auto;
    flex: auto;
    transition: all .2s;
    height: .3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}
.video-js .vjs-play-progress {
    background-color: #fff;
}
.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em;
    z-index: 1;
}
.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
    background: #fff;
    background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
    cursor: default;
}
.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em;
}
.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -ms-flexbox;
    display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
}
.video-js .vjs-volume-panel {
    transition: width 1s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    transition: width .1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em;
}
.video-js .vjs-volume-panel {
    display: -ms-flexbox;
    display: flex;
}
.video-js .vjs-volume-bar {
    margin: 1.35em .45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em;
}
.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto;
}
.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em;
}
.vjs-slider-vertical .vjs-volume-level {
    width: .3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
    height: .3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}
.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em;
}
.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}
.vjs-has-started .vjs-poster {
    display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}
.vjs-using-native-controls .vjs-poster {
    display: none;
}
.video-js .vjs-live-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}
.video-js .vjs-time-control {
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}
.vjs-live .vjs-time-control {
    display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none;
}
.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
    width: 0 !important;
    white-space: nowrap;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none;
}
.vjs-time-divider {
    display: none;
    line-height: 3em;
}
.vjs-live .vjs-time-divider {
    display: none;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -ms-flex: none;
    flex: none;
}
.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}
.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
.vjs-subtitles {
    color: #fff;
}
.vjs-captions {
    color: #fc6;
}
.vjs-tt-cue {
    display: block;
}
video::-webkit-media-text-track-display {
    -ms-transform: translateY(-3em);
    transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -ms-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}
.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}
.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    animation: 0s linear .3s forwards vjs-spinner-show;
}
.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    animation-delay: .44s;
}
@keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}
@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: #fff;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}
.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    position: absolute;
}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -ms-flex: auto;
    flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control {
    display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
}
.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
}
.vjs-text-track-settings fieldset span {
    display: inline-block;
    margin-left: 5px;
}
.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
}
@media print {
    .video-js> :not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}
.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden;
}
@media \0screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}
@media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden;
    }
}
@media screen and (max-width: 992px) {
    body.sticky #homepage {
        padding-top: calc(0px) !important;
    }
}
.find-dentist-button {
    position: fixed;
    top: 0;
    left: 752px;
    right: 0;
    margin: 0 auto;
    z-index: 1050;
    border-radius: 0 0 4px 4px;
    background-color: #00C3C7;
    box-shadow: 2px 5px 15px 0 rgba(52, 66, 81, 0.1);
    height: 34px;
    width: 137px;
    transition: all 0.2s linear;
}
.find-dentist-button:hover {
    background-color: #03A4A7;
}
.find-dentist-button .find-dentist {
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 34px;
    font-size: .875rem;
    font-weight: 900;
    color: #FFFFFF;
}
@media screen and (max-width: 992px) {
    .find-dentist-button {
        display: none;
    }
}
#homepage {
    padding-top: 96px;
}
@media screen and (max-width: 992px) {
    #homepage {
        padding-top: 0px;
    }
}
#homepage .section-title-text {
    padding-bottom: calc(8px * 2);
    margin-bottom: calc(8px * 5);
    position: relative;
    color: #1B1C1D;
    line-height: normal;
}
#homepage .section-title-text:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 40%;
    margin-left: calc(8px * 2);
}
#homepage .section-title-text.centered {
    text-align: center;
}
#homepage .section-title-text.centered:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    left: 0;
    right: 0;
    bottom: -32px;
    top: initial;
    margin: 0 auto;
}
#homepage .section-title-text.white-text {
    color: #fff;
}
#homepage .section-title-text.white-text:after {
    background: #fff !important;
}
#homepage .popular-categories {
    margin-top: calc(8px * 9);
    margin-bottom: calc(8px * 6);
}
#homepage .popular-categories .section-title-text {
    margin-bottom: 42px;
    padding-bottom: 0px;
}
@media screen and (max-width: 992px) {
    #homepage .popular-categories .section-title-text {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }
}
#homepage .popular-categories .section-title-text:after {
    display: none;
}
#homepage .popular-categories .section-title-text {
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: calc(8px * 4);
}
#homepage .popular-categories .section-title p {
    position: relative;
    color: #6A6B6D;
    font-size: 1rem;
    line-height: 32px;
    text-align: center;
    margin-bottom: 32px;
}
#homepage .popular-categories .section-title p:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    left: 0;
    right: 0;
    bottom: -32px;
    top: initial;
    margin: 0 auto;
}
@media screen and (max-width: 992px) {
    #homepage .popular-categories {
        margin-top: calc(8px * 1);
    }
}
#homepage .popular-categories .categories {
    margin-top: 32px;
    margin-bottom: calc(8px * 4);
}
#homepage .popular-categories .categories .owl-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
#homepage .popular-categories .categories .owl-nav .owl-prev {
    position: absolute;
    height: 48px;
    width: 48px;
    top: -24px;
    bottom: 0;
    margin: auto 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    left: -32px;
    color: #1875F0;
    font-size: 1rem;
    pointer-events: all;
}
#homepage .popular-categories .categories .owl-nav .owl-prev i {
    vertical-align: middle;
}
#homepage .popular-categories .categories .owl-nav .owl-next {
    position: absolute;
    height: 48px;
    width: 48px;
    top: -24px;
    bottom: 0;
    margin: auto 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    right: -32px;
    color: #1875F0;
    font-size: 1rem;
    pointer-events: all;
}
#homepage .popular-categories .categories .owl-nav .owl-next i {
    vertical-align: middle;
}
#homepage .popular-categories .categories .owl-dots {
    padding: 32px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
#homepage .popular-categories .categories .owl-dots .owl-dot {
    border-radius: 100%;
    background-color: #E2E2E2;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    transition: background-color 0.2s linear;
    outline: none;
}
#homepage .popular-categories .categories .owl-dots .owl-dot:focus {
    outline: none;
}
#homepage .popular-categories .categories .owl-dots .owl-dot.active,
#homepage .popular-categories .categories .owl-dots .owl-dot:hover {
    background-color: #00C3C7;
}
@media screen and (max-width: 992px) {
    #homepage .popular-categories .categories .owl-nav {
        display: none;
    }
    #homepage .popular-categories .categories .owl-dots {
        display: -ms-flexbox;
        display: flex;
    }
}
#homepage .popular-categories .category {
    text-align: center;
    padding: 0 calc(8px * 4);
    display: block;
}
@media screen and (max-width: 768px) {
    #homepage .popular-categories .category {
        padding: 0 calc(8px * 1);
    }
}
#homepage .popular-categories .category img {
    width: 60px;
    display: initial;
    height: auto;
    margin-bottom: 18px;
    margin-top: 16px;
}
#homepage .popular-categories .category .title {
    color: #1B1C1D;
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: calc(8px * 2);
}
#homepage .popular-categories .category .description {
    color: #6A6B6D;
    font-size: .875rem;
}
#homepage .popular-categories .category .icon,
#homepage .popular-categories .category span {
    color: #00C3C7;
    margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 992px) {
    #homepage .popular-categories:after {
        content: '';
        display: block;
        position: relative;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 30px);
        margin-left: 15px;
        border-bottom: 1px solid #e2e2e2;
    }
    #homepage .popular-categories .categories {
        margin-bottom: 0px;
    }
}
#homepage .community-forums .view-all {
    margin-bottom: 24px;
}
#homepage .community-forums .section-title-text {
    border-bottom: 2px solid #F0F0F0;
}
@media screen and (max-width: 992px) {
    #homepage .community-forums .section-title-text {
        border-bottom: none;
        margin-bottom: 16px;
    }
    #homepage .community-forums .section-title-text:after {
        top: 10px;
        width: 32px;
    }
}
@media screen and (max-width: 992px) {
    #homepage .community-forums .home-cta-section {
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 992px) {
    #homepage .community-forums .sidebar {
        margin-bottom: 60px;
    }
}
#homepage .community-forums .sidebar .dentistry-topics {
    padding-bottom: 40px;
    margin-bottom: 8px;
}
#homepage .community-forums .sidebar .dentistry-topics .dentistry-topics-box {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 8px 20px 8px 28px;
}
#homepage .community-forums .sidebar .dentistry-topics:after {
    content: '';
    display: block;
    position: relative;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-bottom: 1px solid #e2e2e2;
}
#homepage .community-forums ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
}
#homepage .community-forums ul.tabs li {
    display: inline-block;
    margin-right: 16px;
}
#homepage .community-forums ul.tabs li a {
    font-size: .875rem;
    padding-bottom: 12px;
    margin-bottom: 24px;
    color: #6A6B6D;
    display: block;
}
#homepage .community-forums ul.tabs li a.active {
    color: #00C3C7;
    font-weight: 900;
    border-bottom: 2px solid #00C3C7;
}
#homepage .community-forums .tab-content {
    padding-bottom: 32px;
}
#homepage .articles .articles-mobile-wrapper:after {
    content: '';
    display: block;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100%);
    border-bottom: 1px solid #e2e2e2;
}
#homepage .articles .articles-mobile-wrapper .primary {
    margin-bottom: 32px;
}
#homepage .articles .articles-mobile-wrapper .primary img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 576px) {
    #homepage .articles .articles-mobile-wrapper .primary img {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
    }
}
#homepage .articles .articles-mobile-wrapper .primary .article-title {
    margin-bottom: 12px;
}
#homepage .articles .articles-mobile-wrapper .primary .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-radius: 4px;
    line-height: 12px;
    display: block;
    transition: all 0.2s linear;
}
#homepage .articles .articles-mobile-wrapper .primary .article-category:hover {
    color: #00C3C7;
}
#homepage .articles .articles-mobile-wrapper .primary .author {
    margin-right: 8px;
    position: relative;
    display: block;
}
#homepage .articles .articles-mobile-wrapper .primary .author:after {
    display: none;
}
#homepage .articles .articles-mobile-wrapper .secondary {
    clear: both;
}
#homepage .articles .articles-mobile-wrapper .secondary img {
    float: right;
    margin-bottom: 32px;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: calc(8px * 4);
}
#homepage .articles .articles-mobile-wrapper .secondary .article-title {
    margin-bottom: 12px;
    font-size: 1rem;
}
#homepage .articles .articles-mobile-wrapper .secondary .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-radius: 4px;
    line-height: 12px;
    display: block;
    transition: all 0.2s linear;
}
#homepage .articles .articles-mobile-wrapper .secondary .article-category:hover {
    color: #00C3C7;
}
#homepage .articles .articles-mobile-wrapper .secondary .author {
    margin-right: 8px;
    position: relative;
    display: block;
}
#homepage .articles .articles-mobile-wrapper .secondary .author:after {
    display: none;
}
@media screen and (min-width: 992px) {
    #homepage .articles .sidebar {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 992px) {
    #homepage .articles .sidebar .popular-articles:after {
        display: none;
    }
}
#homepage .articles .section-title-text {
    border-bottom: 2px solid #F0F0F0;
}
@media screen and (max-width: 992px) {
    #homepage .articles .section-title-text {
        border-bottom: none;
        margin-bottom: 16px;
    }
    #homepage .articles .section-title-text:after {
        top: 10px;
        width: 32px;
    }
}
#homepage .articles .featured-article img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 576px) {
    #homepage .articles .featured-article img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
#homepage .articles .featured-article .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    transition: all 0.2s linear;
}
#homepage .articles .featured-article .article-category:hover {
    color: #00C3C7;
}
#homepage .articles .featured-article .author {
    margin-left: 20px;
    position: relative;
    display: inline-block;
}
#homepage .articles .featured-article .author:after {
    content: '';
    border-right: 1px solid #CCCFD2;
    height: 12px;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    position: absolute;
}
#homepage .articles .all-articles {
    margin-top: calc(8px * 6);
}
#homepage .articles .all-articles .article img {
    margin-bottom: 14px;
}
#homepage .articles .all-articles .article .author {
    margin-left: 20px;
    position: relative;
}
#homepage .articles .all-articles .article .author:after {
    content: '';
    border-right: 1px solid #CCCFD2;
    height: 12px;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    position: absolute;
}
#homepage .articles .all-articles .article .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    transition: all 0.2s linear;
}
#homepage .articles .all-articles .article .article-category:hover {
    color: #00C3C7;
}
@media screen and (max-width: 992px) {
    #homepage .articles .sidebar .dentistry-topics {
        margin-bottom: 40px;
    }
    #homepage .articles .sidebar .dentistry-topics h5:after {
        display: none;
    }
}
#homepage .hero-section .sidebar {
    margin-top: -3px;
}
#homepage .hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background: linear-gradient(180deg, transparent 0%, #000000 100%);
}
#homepage .hero-section .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    transition: all 0.4s ease;
}
#homepage .hero-section .bg-img img {
    display: none;
}
#homepage .hero-section .hero-col {
    padding: 0px;
}
@media screen and (max-width: 992px) {
    #homepage .hero-section .hero-wrapper:after {
        content: '';
        display: block;
        position: relative;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 30px);
        margin-left: 15px;
        border-bottom: 1px solid #e2e2e2;
    }
}
#homepage .hero-section .article {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    display: block;
}
#homepage .hero-section .article:hover .bg-img {
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
#homepage .hero-section .article .content {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    z-index: 2;
    padding: 24px;
}
#homepage .hero-section .article .hero-item-link {
    display: none;
}
@media screen and (min-width: 992px) {
    #homepage .hero-section .article .hero-item-link {
        position: absolute;
        display: block;
        z-index: 12;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
    }
}
#homepage .hero-section .article .article-title {
    color: white;
    display: block;
    margin-bottom: 8px;
}
#homepage .hero-section .article .author {
    color: white;
    display: block;
    font-weight: 900;
    margin-top: 8px;
}
#homepage .hero-section .article .author:before {
    content: 'By:';
    font-style: italic;
    color: white;
    margin-right: 4px;
    font-weight: normal;
}
#homepage .hero-section .article .category {
    color: white;
    display: block;
    margin-bottom: 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: .75rem;
}
#homepage .hero-section .large-block {
    min-height: 420px;
}
#homepage .hero-section .large-block .content {
    padding-right: 120px;
}
#homepage .hero-section .small-block {
    min-height: calc(420px / 2);
}
#homepage .hero-section .small-block .content {
    padding-right: 24px;
}
#homepage .hero-section .small-block .content .article-title {
    font-size: 1.125rem;
}
#homepage .hero-section .small-block .content .author {
    display: block;
    margin-bottom: 0px;
}
#homepage .hero-section .mobile-hero-separator {
    display: none;
}
@media screen and (max-width: 992px) {
    #homepage .hero-section .mobile-view-all-block .view-all-link {
        margin-top: 0px;
    }
    #homepage .hero-section .hero-col {
        padding: 0px 15px;
    }
    #homepage .hero-section .article {
        overflow: visible;
        clear: both;
        margin-bottom: 32px;
    }
    #homepage .hero-section .article:hover .bg-img {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    #homepage .hero-section .large-block,
    #homepage .hero-section .small-block {
        min-height: initial;
    }
    #homepage .hero-section .large-block .bg-img {
        position: relative;
        background-size: 0px;
    }
    #homepage .hero-section .large-block .bg-img img {
        display: block;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 24px;
        max-width: initial;
    }
    #homepage .hero-section .large-block .content {
        position: relative;
        padding: 0;
    }
    #homepage .hero-section .large-block .content .article-title {
        color: #1B1C1D;
    }
    #homepage .hero-section .large-block .content .author {
        color: #00C3C7;
    }
    #homepage .hero-section .large-block .content .author:before {
        color: #6A6B6D;
    }
    #homepage .hero-section .large-block .content .category {
        color: #6A6B6D;
    }
    #homepage .hero-section .large-block .overlay {
        display: none;
    }
    #homepage .hero-section .small-block .overlay {
        display: none;
    }
    #homepage .hero-section .small-block .bg-img {
        position: relative;
        background-size: 0px;
        width: 100px;
        height: 100px;
        float: right;
        margin-bottom: 32px;
        margin-left: 24px;
    }
    #homepage .hero-section .small-block .bg-img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    #homepage .hero-section .small-block .content {
        position: relative;
        padding: 0px;
        padding-right: 0px;
    }
    #homepage .hero-section .small-block .content .article-title {
        color: #1B1C1D;
        font-size: 1rem;
    }
    #homepage .hero-section .small-block .content .author {
        color: #00C3C7;
        display: block;
    }
    #homepage .hero-section .small-block .content .author:before {
        color: #6A6B6D;
    }
    #homepage .hero-section .small-block .content .category {
        color: #6A6B6D;
    }
    #homepage .hero-section .mobile-hero-separator {
        padding-bottom: 24px;
        border-bottom: 1px solid #E6EBF1;
        margin-bottom: 24px;
    }
    #homepage .hero-section .mobile-hero-separator .view-all {
        font-size: .875rem;
        font-weight: bold;
        text-align: right;
        display: block;
    }
    #homepage .hero-section .mobile-hero-separator .view-all i {
        font-size: 1rem;
        vertical-align: text-top;
        margin-left: 8px;
    }
    #homepage .hero-section .home-cta-section {
        margin-top: 24px;
        margin-bottom: 42px;
    }
}
#homepage .about-dentistry-com {
    margin-top: 100px;
}
#homepage .about-dentistry-com .about-block {
    margin-top: 56px;
}
@media screen and (max-width: 992px) {
    #homepage .about-dentistry-com {
        margin-top: 32px;
    }
    #homepage .about-dentistry-com .section-title-text {
        font-size: 1.5rem;
    }
}
#homepage .about-dentistry-com .about-link {
    font-size: .875rem;
    margin-bottom: 16px;
    font-weight: bold;
    display: block;
    color: #F4863F;
    transition: all 0.2s linear;
}
#homepage .about-dentistry-com .about-link:hover {
    color: #F1711E;
}
#homepage .about-dentistry-com .learn-more {
    font-size: .875rem;
    font-weight: bold;
    color: #F4863F;
    transition: all 0.2s linear;
}
#homepage .about-dentistry-com .learn-more:hover {
    color: #F1711E;
}
#homepage .about-dentistry-com .learn-more i {
    font-size: 1rem;
    vertical-align: text-top;
    margin-left: 8px;
}
@media screen and (max-width: 992px) {
    #homepage .about-dentistry-com .learn-more {
        text-align: center;
        display: block;
        margin: 24px 0px 0px;
    }
}
#homepage .about-dentistry-com p {
    color: #6A6B6D;
    line-height: 32px;
    font-size: 1rem;
}
#homepage .home-cta-section {
    margin-bottom: 56px;
}
#homepage .home-cta-section .home-cta-button {
    font-family: 'Lato', sans-serif;
    border: none;
    background: none;
    font-weight: bold;
    font-size: 1rem;
    line-height: 18px;
    color: white;
    background: #F4863F;
    padding: 16px 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
#homepage .home-cta-section .home-cta-button:hover {
    color: white;
    background: #F1711E;
}
@media screen and (max-width: 992px) {
    #homepage .home-cta-section .home-cta-button {
        width: 250px;
        white-space: nowrap;
    }
}
.article {
    margin-bottom: calc(8px * 3);
    font-family: 'Lato', Arial, sans-serif;
}
.article img {
    margin-bottom: 8px;
}
.article .article-author .post-author {
    margin: 20px 0;
}
.article .article-title {
    margin-bottom: 4px;
    font-size: 1.25rem;
    font-weight: 900;
    color: #1B1C1D;
    transition: all 0.2s linear;
}
.article .article-title:hover {
    color: #00C3C7;
}
.article.featured-article .article-title {
    font-size: 1.5rem;
    line-height: 30px;
}
.article .article-excerpt {
    font-size: 1rem;
    margin-bottom: 12px;
    color: #484A4C;
}
.article .author {
    font-size: .75rem;
    margin-bottom: 8px;
    color: #00C3C7;
    font-weight: 900;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    transition: all 0.2s linear;
}
.article .author:before {
    content: 'By:';
    font-style: italic;
    color: #6A6B6D;
    margin-right: 4px;
    font-weight: normal;
}
.article .author:hover {
    color: #03A4A7;
}
.article .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    transition: all 0.2s linear;
}
.article .article-category:hover {
    color: #00C3C7;
}
@media screen and (max-width: 575px) {
    .article .article-author .col-12 {
        padding: 0;
    }
    .article .article-author .post-author {
        margin: 0 0 25px 0;
    }
}
.article-category-page {
    padding-bottom: 0;
}
.header-sub-text {
    font-size: 1rem;
    font-weight: 400;
    color: #6A6B6D;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    display: inline-block;
}
@media screen and (max-width: 992px) {
    body.sticky #articles {
        xpadding-top: calc(56px) !important;
    }
    body.sticky #articles.article-single {
        xmargin-top: 16px;
    }
    body.sticky #articles.basic-page {
        margin-top: 0;
    }
    body.sticky #articles {
        xpadding-top: calc(56px) !important;
    }
    body.sticky #articles.contibuting-dentist-wrapper {
        padding-top: 0 !important;
    }
}
@media screen and (max-width: 992px) {
    #articles {
        padding-top: 0px;
    }
}
#articles h2 {
    font-weight: 900;
}
#articles .hero-image {
    height: calc(50vh + 90px);
    width: 100%;
    position: relative;
    background-image: url("../images/placeholder.jpg");
    background-size: cover;
    margin-bottom: calc(8px * 7);
    color: white;
}
#articles .hero-image .hero-text {
    position: absolute;
    bottom: calc(8px * 4);
    max-width: 782px;
    font-size: 2.5rem;
}
#articles .section-title-text {
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: calc(8px * 2);
    margin-bottom: calc(8px * 5);
    position: relative;
    color: #1B1C1D;
    line-height: normal;
}
#articles .section-title-text:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 40%;
    margin-left: calc(8px * 2);
}
@media screen and (max-width: 992px) {
    #articles .section-title-text {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 24px;
    }
    #articles .section-title-text:after {
        width: 32px;
        top: 11px;
    }
}
#articles .featured-article img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 576px) {
    #articles .featured-article img {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
    }
}
@media screen and (max-width: 576px) {
    #articles .featured-article .article-title {
        font-size: 1.25rem;
    }
}
#articles .featured-article .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    transition: all 0.2s linear;
}
#articles .featured-article .article-category:hover {
    color: #00C3C7;
}
#articles .featured-article .author {
    margin-left: 20px;
    position: relative;
    display: inline-block;
}
#articles .featured-article .author:after {
    content: '';
    border-right: 1px solid #CCCFD2;
    height: 12px;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    position: absolute;
}
#articles .featured-secondary img {
    float: right;
    width: 100px;
    height: 100px;
    margin-left: calc(8px * 4);
}
#articles .featured-secondary .article-title {
    font-size: 1.0rem;
    margin-bottom: 8px;
    color: #1B1C1D;
    transition: all 0.2s linear;
}
#articles .featured-secondary .article-title:hover {
    color: #00C3C7;
}
#articles .featured-secondary .author {
    color: white;
    font-size: .75rem;
    margin-bottom: 8px;
    color: #00C3C7;
    font-weight: 900;
    border-radius: 4px;
    line-height: 14px;
    display: block;
    transition: all 0.2s linear;
}
#articles .featured-secondary .author:before {
    content: 'By:';
    font-style: italic;
    color: #6A6B6D;
    margin-right: 4px;
    font-weight: normal;
}
#articles .featured-secondary .author:hover {
    color: #03A4A7;
}
#articles .featured-secondary .article-category {
    color: #959596;
    font-size: .625rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 4px;
    line-height: 12px;
    display: block;
    transition: all 0.2s linear;
}
#articles .featured-secondary .article-category:hover {
    color: #00C3C7;
}
#articles .secondary-featured-articles {
    position: relative;
}
@media screen and (min-width: 992px) {
    #articles .secondary-featured-articles {
        padding: 0 calc(8px * 4);
    }
}
@media screen and (max-width: 992px) {
    #articles .secondary-featured-articles {
        margin-top: 32px;
    }
}
#articles .secondary-featured-articles:after {
    content: '';
    display: block;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100%);
    border-bottom: 1px solid #e2e2e2;
}
#articles .secondary-featured-articles h2 {
    font-size: 1.5rem;
    margin-bottom: calc(8px * 4);
    line-height: 1em;
    margin-top: -3px;
}
@media screen and (max-width: 992px) {
    #articles .secondary-featured-articles h2 {
        font-size: 1rem;
    }
}
#articles .secondary-featured-articles .article {
    margin-bottom: calc(8px * 2);
}
#articles .all-articles {
    margin-top: calc(8px * 6);
}
#articles .all-articles .sidebar {
    padding-bottom: 0px;
}
#articles .all-articles .article img {
    margin-bottom: 14px;
}
#articles .all-articles .article .author {
    margin-left: 20px;
    position: relative;
}
#articles .all-articles .article .author:after {
    content: '';
    border-right: 1px solid #CCCFD2;
    height: 12px;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    position: absolute;
}
#articles .all-articles-inner-wrapper .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 4px;
    line-height: 12px;
    margin-left: 0;
    display: inline-block;
    transition: all 0.2s linear;
}
#articles .all-articles-inner-wrapper .article-category:hover {
    color: #00C3C7;
}
#articles .all-articles-mobile-wrapper {
    margin-bottom: 24px;
}
#articles .all-articles-mobile-wrapper:after {
    content: '';
    display: block;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100%);
    border-bottom: 1px solid #e2e2e2;
}
#articles .all-articles-mobile-wrapper .primary img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 576px) {
    #articles .all-articles-mobile-wrapper .primary img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
#articles .all-articles-mobile-wrapper .primary .article-title {
    margin-bottom: 12px;
}
#articles .all-articles-mobile-wrapper .primary .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-radius: 4px;
    line-height: 12px;
    display: block;
    transition: all 0.2s linear;
}
#articles .all-articles-mobile-wrapper .primary .article-category:hover {
    color: #00C3C7;
}
#articles .all-articles-mobile-wrapper .primary .author {
    margin-left: 0;
    position: relative;
    display: block;
}
#articles .all-articles-mobile-wrapper .primary .author:after {
    display: none;
}
#articles .all-articles-mobile-wrapper .secondary img {
    float: right;
    margin-bottom: 24px;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: calc(8px * 4);
}
#articles .all-articles-mobile-wrapper .secondary .article-title {
    margin-bottom: 12px;
    font-size: 1rem;
}
#articles .all-articles-mobile-wrapper .secondary .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-radius: 4px;
    line-height: 12px;
    display: block;
    transition: all 0.2s linear;
}
#articles .all-articles-mobile-wrapper .secondary .article-category:hover {
    color: #00C3C7;
}
#articles .all-articles-mobile-wrapper .secondary .author {
    margin-left: 0;
    position: relative;
    display: block;
}
#articles .all-articles-mobile-wrapper .secondary .author:after {
    display: none;
}
#articles .articles-pagination {
    border-top: 2px solid #F0F0F0;
    display: block;
}
#articles .articles-pagination.articles-pagination-mobile {
    display: none;
}
#articles .articles-pagination nav {
    float: right;
    margin-top: calc(8px * 3);
    margin-bottom: calc(8px * 2);
}
#articles .articles-pagination nav .pagination {
    border: 0;
}
#articles .articles-pagination nav .pagination .page-item {
    display: block;
    border: 0;
    border-radius: 100%;
    margin: 0 4px;
    width: 32px;
    height: 32px;
    transition: background-color 0.3s linear;
}
#articles .articles-pagination nav .pagination .page-item.active,
#articles .articles-pagination nav .pagination .page-item:hover {
    background-color: #00C3C7;
}
#articles .articles-pagination nav .pagination .page-item.active a,
#articles .articles-pagination nav .pagination .page-item:hover a {
    color: white;
}
#articles .articles-pagination nav .pagination .page-link {
    border: 0;
    color: #8A8A8A;
    padding: calc(8px * 1);
    margin: auto;
    background-color: transparent;
    text-align: center;
    line-height: 18px;
    font-size: .875rem;
}
#articles .articles-pagination nav .pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}
#articles .articles-pagination nav .pagination .first,
#articles .articles-pagination nav .pagination .last {
    width: initial;
}
#articles .articles-pagination nav .pagination .first a,
#articles .articles-pagination nav .pagination .last a {
    color: #8A8A8A;
    border-radius: 0;
}
#articles .articles-pagination nav .pagination .first.disabled a,
#articles .articles-pagination nav .pagination .last.disabled a {
    color: #E2E2E2 !important;
}
#articles .articles-pagination nav .pagination .first:hover,
#articles .articles-pagination nav .pagination .last:hover {
    background-color: transparent;
}
#articles .articles-pagination nav .pagination .first:hover a,
#articles .articles-pagination nav .pagination .last:hover a {
    color: #8A8A8A;
}
#articles .articles-pagination nav .pagination .last {
    margin-right: 0px;
}
#articles .articles-pagination nav .pagination .last a {
    padding-right: 0px;
}
#articles .articles-pagination nav .pagination .next,
#articles .articles-pagination nav .pagination .prev {
    width: initial;
}
#articles .articles-pagination nav .pagination .next a,
#articles .articles-pagination nav .pagination .prev a {
    color: #00C3C7;
    border-radius: 0;
    font-size: 1.125rem;
}
#articles .articles-pagination nav .pagination .next.disabled a,
#articles .articles-pagination nav .pagination .prev.disabled a {
    color: #E2E2E2 !important;
}
#articles .articles-pagination nav .pagination .next:hover,
#articles .articles-pagination nav .pagination .prev:hover {
    background-color: transparent;
}
#articles .articles-pagination nav .pagination .next:hover a,
#articles .articles-pagination nav .pagination .prev:hover a {
    color: #8A8A8A;
}
@media screen and (max-width: 768px) {
    #articles .articles-pagination {
        display: none;
    }
    #articles .articles-pagination.articles-pagination-mobile {
        display: block;
        margin: 0;
        border-bottom: 2px solid #F0F0F0;
    }
    #articles .articles-pagination.articles-pagination-mobile nav {
        float: none;
        margin: 16px auto;
    }
    #articles .articles-pagination.articles-pagination-mobile nav .pagination {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#articles .view-all-articles {
    border-top: 2px solid #F0F0F0;
}
#articles .view-all-articles button {
    float: right;
    margin-top: calc(8px * 3);
    margin-bottom: calc(8px * 7);
}
#articles .articles-archive .article-category {
    font-weight: 900;
}
@media screen and (max-width: 992px) {
    #articles.contibuting-dentist-wrapper {
        padding-top: 0;
    }
}
#articles.contibuting-dentist-wrapper .all-articles {
    margin-top: 0;
}
#articles.contibuting-dentist-wrapper .contibuted-articles {
    padding-top: calc(8px * 8);
}
@media screen and (max-width: 992px) {
    #articles.contibuting-dentist-wrapper .contibuted-articles {
        padding-top: 20px;
    }
}
@media screen and (max-width: 576px) {
    #articles.contibuting-dentist-wrapper .contibuted-articles .secondary {
        clear: both;
    }
    #articles.contibuting-dentist-wrapper .contibuted-articles .secondary img {
        float: right;
        margin-bottom: 32px;
        display: block;
        width: 100px;
        height: 100px;
        margin-left: calc(8px * 4);
    }
    #articles.contibuting-dentist-wrapper .contibuted-articles .secondary .article-title {
        margin-bottom: 8px;
        font-size: 1rem;
        line-height: normal;
    }
    #articles.contibuting-dentist-wrapper .contibuted-articles .secondary .article-category {
        color: #959596;
        font-size: .75rem;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 12px;
        border-radius: 4px;
        line-height: 12px;
        display: block;
        transition: all 0.2s linear;
    }
    #articles.contibuting-dentist-wrapper .contibuted-articles .secondary .article-category:hover {
        color: #00C3C7;
    }
    #articles.contibuting-dentist-wrapper .contibuted-articles .secondary .author {
        margin-right: 8px;
        position: relative;
        display: block;
    }
    #articles.contibuting-dentist-wrapper .contibuted-articles .secondary .author:after {
        display: none;
    }
}
#articles.contibuting-dentist-wrapper .section-contibuting-dentist {
    background: #f7f7f7;
    padding: 45px 0;
}
#articles.contibuting-dentist-wrapper .section-contibuting-dentist .image {
    float: left;
    border-radius: 100%;
    position: relative;
    border: 4px solid transparent;
    margin-right: 25px;
    width: 162px;
    height: 162px;
}
#articles.contibuting-dentist-wrapper .section-contibuting-dentist .image.dentist-circle {
    border-color: #00C3C7;
}
#articles.contibuting-dentist-wrapper .section-contibuting-dentist .image.dentist-circle:after {
    content: 'D';
    position: absolute;
    background: #00C3C7;
    border-radius: 100%;
    right: -6px;
    bottom: -3px;
    z-index: 3;
    color: #ffffff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.25rem;
    font-weight: 900;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid #ffffff;
}
#articles.contibuting-dentist-wrapper .section-contibuting-dentist .image img {
    width: 154px;
    height: 154px;
    border-radius: 100%;
    border: 4px solid white;
    position: relative;
    z-index: 1;
}
#articles.contibuting-dentist-wrapper .section-contibuting-dentist .dentist-title {
    margin-top: 8px;
    margin-bottom: 2px;
}
#articles.contibuting-dentist-wrapper .section-contibuting-dentist .field {
    font-style: italic;
    margin-bottom: 20px;
}
#articles.contibuting-dentist-wrapper .section-contibuting-dentist .contribution-count {
    text-align: right;
}
@media screen and (max-width: 575px) {
    #articles.contibuting-dentist-wrapper .section-contibuting-dentist {
        padding: 20px 0;
    }
    #articles.contibuting-dentist-wrapper .section-contibuting-dentist .image {
        border-width: 2px;
        margin-right: 12px;
        width: 66px;
        height: 66px;
    }
    #articles.contibuting-dentist-wrapper .section-contibuting-dentist .image img {
        width: 62px;
        height: 62px;
        border: 2px solid white;
    }
    #articles.contibuting-dentist-wrapper .section-contibuting-dentist .image.dentist-circle:after {
        right: -6px;
        bottom: -3px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: .8125rem;
        border: 2px solid #ffffff;
    }
    #articles.contibuting-dentist-wrapper .section-contibuting-dentist .dentist-title {
        font-size: 1.25rem;
        margin-top: 0;
    }
    #articles.contibuting-dentist-wrapper .section-contibuting-dentist .field {
        font-size: .875rem;
    }
    #articles.contibuting-dentist-wrapper .section-contibuting-dentist p {
        clear: both;
        margin-top: 30px;
        margin-bottom: 0;
        font-size: .875rem;
    }
}
.article-single .article-title-text {
    margin-bottom: 0px;
}
.article-single p {
    line-height: 30px;
}
.article-single .sidebar {
    padding-top: 7px;
}
.article-single .article-image {
    margin-bottom: 16px;
}
.article-single .article-tags {
    margin-top: 32px;
    margin-bottom: 32px;
}
.article-single .article-tags ul.tags {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F0F0;
}
.article-single .article-tags ul.tags li {
    display: inline-block;
}
.article-single .article-tags ul.tags li a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: calc(8px * 2);
    margin-bottom: calc(8px * 2);
    background-color: #F4F4F4;
    color: #4F4F4F;
    border-radius: 4px;
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-out;
}
.article-single .article-tags ul.tags li a:hover {
    background-color: #00C3C7;
    color: white;
}
.article-single .article-title-text:hover {
    color: #1B1C1D;
}
.article-single .article-actions {
    margin-top: 16px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.article-single .article-actions .date {
    color: #6a6b6d;
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .article-single .article-actions .date {
        margin-bottom: 16px;
        display: block;
        font-size: .875rem;
    }
}
.article-single .article-actions .category {
    display: inline-block;
    padding: 5px 8px;
    margin-right: calc(8px * 2);
    background-color: #F4F4F4;
    color: #4F4F4F;
    border-radius: 4px;
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-out;
    position: relative;
    margin-left: 20px;
}
.article-single .article-actions .category:hover {
    background-color: #00C3C7;
    color: white;
}
.article-single .article-actions .category:before {
    content: '';
    height: 16px;
    border-left: 1px solid #E2E2E2;
    position: absolute;
    left: -12px;
    top: 4px;
}
.article-single .article-actions .start-discussion {
    font-size: .875rem;
    font-weight: bold;
}
.article-single .article-actions .start-discussion i {
    vertical-align: middle;
    margin-right: 8px;
}
.article-single .article-actions .share-box {
    position: relative;
    display: inline-block;
}
.article-single .article-actions .share-box .share {
    font-size: .875rem;
    font-weight: bold;
    position: relative;
    margin-left: 16px;
}
.article-single .article-actions .share-box .share i {
    vertical-align: middle;
    margin-right: 8px;
}
.article-single .article-actions .share-box .share:before {
    content: '';
    height: 16px;
    border-left: 1px solid #E2E2E2;
    position: absolute;
    left: -12px;
    top: 2px;
}
.article-single .article-actions .share-box .share-flyout {
    position: absolute;
    pointer-events: none;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 10;
    list-style-type: none;
    border-radius: 4px;
    background-color: #00C3C7;
    box-shadow: 0 30px 50px 0 rgba(52, 66, 81, 0.3);
    left: 20px;
    right: 0;
    margin: 0 auto;
    top: calc(100% + 8px);
    padding: 0;
    width: 48px;
    text-align: center;
}
.article-single .article-actions .share-box .share-flyout.active {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}
.article-single .article-actions .share-box .share-flyout li a {
    color: white;
    height: 48px;
    line-height: 16px;
    padding: 16px 0px;
    display: block;
    transition: opacity 0.2s linear;
}
.article-single .article-actions .share-box .share-flyout li a i {
    vertical-align: middle;
}
.article-single .article-actions .share-box .share-flyout li a:hover {
    opacity: 0.85;
}
.article-single .article-actions .share-box .share-flyout li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.article-single .article-actions .comments {
    font-size: .875rem;
    font-weight: bold;
    position: relative;
    margin-left: 16px;
}
.article-single .article-actions .comments i {
    vertical-align: middle;
    margin-right: 8px;
}
.article-single .article-actions .comments:before {
    content: '';
    height: 16px;
    border-left: 1px solid #E2E2E2;
    position: absolute;
    left: -12px;
    top: 2px;
}
.article-single .related-article {
    background-color: #fff;
    float: left;
    width: 350px;
    margin-left: -80px;
    margin-right: 16px;
    padding: 20px 24px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px solid #EBEBEB;
}
@media screen and (max-width: 1200px) {
    .article-single .related-article {
        margin-left: -40px;
    }
}
@media screen and (max-width: 992px) {
    .article-single .related-article {
        margin-left: 0px;
    }
}
@media screen and (max-width: 576px) {
    .article-single .related-article {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}
.article-single .related-article .title {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 16px;
    color: #1B1C1D;
}
.article-single .related-article .article-title {
    font-size: 1.0rem !important;
    margin-bottom: 4px !important;
    transition: all 0.2s linear;
}
.article-single .related-article img {
    float: right;
    width: 100px;
    height: 100px;
    margin-left: calc(8px * 4);
    margin-bottom: 0px !important;
}
.article-single .related-article .article-category {
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    transition: all 0.2s linear;
}
.article-single .content-video {
    margin-bottom: 16px;
}
.article-single .content-video .content-video-link {
    position: relative;
    display: block;
}
.article-single .content-video .content-video-link i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 3.75rem;
    line-height: 60px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
}
.article-single .content-video .modal {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .article-single .content-video .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.article-single .content-video .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.article-single .content-video .modal .modal-content {
    border: none;
    border-radius: 0px;
}
.article-single .content-video .modal .modal-header {
    height: 0;
    padding: 0;
    border: 0;
}
.article-single .content-video .modal .modal-header .close {
    background-color: #00C3C7;
    z-index: 2;
    opacity: 1;
    border-radius: 100%;
    padding: 0px;
    width: 48px;
    height: 48px;
    margin: 0;
    top: 16px;
    position: absolute;
    right: 16px;
    display: block;
    transition: all 0.2s linear;
    text-shadow: none;
}
.article-single .content-video .modal .modal-header .close:focus {
    outline: none !important;
}
.article-single .content-video .modal .modal-header .close span {
    transition: all 0.2s linear;
    line-height: 16px;
    display: block;
    font-size: 2rem;
    vertical-align: middle;
    color: white;
    font-weight: 300;
}
.article-single .content-video .modal .modal-header .close:hover {
    background-color: #03A4A7;
}
.article-single .content-video .modal .modal-header .close:hover span {
    opacity: 0.85;
}
.article-single .content-video .modal .modal-body {
    padding: 0px;
}
.article-single .content-video .video-js .vjs-control-bar {
    background-color: #FAFAFA;
}
.article-single .content-video .video-js .vjs-play-control .vjs-icon-placeholder,
.article-single .content-video .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.article-single .content-video .video-js .vjs-time-control,
.article-single .content-video .video-js .vjs-fullscreen-control {
    color: #373737;
}
.article-single .content-video .video-js .vjs-progress-control .vjs-progress-holder {
    background-color: #DADADA;
}
.article-single .content-video .video-js .vjs-progress-holder .vjs-load-progress {
    background-color: #5F7388;
}
.article-single .content-video .video-js .vjs-progress-holder .vjs-play-progress {
    background-color: #00C3C7;
    color: #00C3C7;
}
.article-single .content-video .video-js .vjs-mute-control {
    color: #607287;
}
.article-single .content-video .video-js .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    background-color: #00C3C7;
    color: #00C3C7;
}
.article-single .content-gallery {
    margin-bottom: 16px;
}
.article-single .content-gallery .content-gallery-image {
    position: relative;
    display: block;
}
.article-single .content-gallery .content-gallery-image .content-gallery-link {
    position: absolute;
    right: 0;
    bottom: 0px;
    background-color: #03A4A7;
    height: 40px;
    display: block;
}
.article-single .content-gallery .content-gallery-image .content-gallery-link:hover .view-photos {
    background-color: #03A4A7;
}
.article-single .content-gallery .content-gallery-image .content-gallery-link i {
    line-height: 43px;
    height: 40px;
    display: block;
    padding: 0px 12px;
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    float: left;
}
.article-single .content-gallery .content-gallery-image .content-gallery-link .view-photos {
    display: block;
    height: 40px;
    background-color: #00C3C7;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 16px;
    float: left;
    transition: background-color 0.2s linear;
}
.article-single .content-gallery .content-gallery-image .content-gallery-link .view-photos .count {
    font-weight: normal;
    margin-left: 4px;
}
.article-single .content-gallery .content-gallery-image .content-gallery-link .view-photos .count:before {
    content: '(';
}
.article-single .content-gallery .content-gallery-image .content-gallery-link .view-photos .count:after {
    content: ')';
}
.article-single .content-gallery .modal {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .article-single .content-gallery .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.article-single .content-gallery .modal .modal-dialog {
    max-width: 1000px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.article-single .content-gallery .modal .modal-content {
    border: none;
    border-radius: 0px;
}
.article-single .content-gallery .modal .modal-header {
    height: 0;
    padding: 0;
    border: 0;
}
.article-single .content-gallery .modal .modal-header .close {
    background-color: #00C3C7;
    z-index: 2;
    opacity: 1;
    border-radius: 100%;
    padding: 0px;
    width: 48px;
    height: 48px;
    margin: 0;
    top: 16px;
    position: absolute;
    right: 16px;
    display: block;
    transition: all 0.2s linear;
    text-shadow: none;
}
.article-single .content-gallery .modal .modal-header .close:focus {
    outline: none !important;
}
.article-single .content-gallery .modal .modal-header .close span {
    transition: all 0.2s linear;
    line-height: 16px;
    display: block;
    font-size: 2rem;
    vertical-align: middle;
    color: white;
    font-weight: 300;
}
.article-single .content-gallery .modal .modal-header .close:hover {
    background-color: #03A4A7;
}
.article-single .content-gallery .modal .modal-header .close:hover span {
    opacity: 0.85;
}
.article-single .content-gallery .modal .modal-body {
    padding: 0px;
}
.article-single .content-gallery .carousel-item img {
    margin-bottom: 0px !important;
}
.article-single .content-gallery .carousel-control-prev {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 56px;
    bottom: 0px;
    background-color: #03A4A7;
    top: initial;
    left: initial;
    opacity: 1;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 5px;
    transition: all 0.2s linear;
}
.article-single .content-gallery .carousel-control-prev:hover {
    opacity: 0.85;
}
.article-single .content-gallery .carousel-control-prev i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -8px;
    line-height: 56px;
    vertical-align: middle;
}
.article-single .content-gallery .carousel-control-next {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #00C3C7;
    top: initial;
    left: initial;
    opacity: 1;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 5px;
    transition: all 0.2s linear;
}
.article-single .content-gallery .carousel-control-next:hover {
    opacity: 0.85;
}
.article-single .content-gallery .carousel-control-next i {
    line-height: 56px;
    vertical-align: middle;
}
.article-single .comment-actions {
    position: absolute;
    right: 0;
    top: 4px;
}
@media screen and (max-width: 992px) {
    .article-single .comment-actions {
        float: left;
        clear: both;
        margin-top: -16px;
        position: relative;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 32px;
    }
    .article-single .comment-actions .comments:before {
        display: none;
    }
}
.article-single .comment-actions .start-discussion {
    font-size: .875rem;
    font-weight: bold;
}
.article-single .comment-actions .start-discussion i {
    vertical-align: middle;
    margin-right: 8px;
}
.article-single .comment-actions .comments {
    font-size: .875rem;
    font-weight: bold;
    position: relative;
    margin-left: 16px;
    color: #4F4F4F;
}
.article-single .comment-actions .comments i {
    vertical-align: middle;
    margin-right: 8px;
}
.article-single .comment-actions .comments:before {
    content: '';
    height: 16px;
    border-left: 1px solid #E2E2E2;
    position: absolute;
    left: -12px;
    top: 2px;
}
.article-single .show-all-comments {
    border-top: 1px solid #F0F0F0;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 16px;
}
.article-single .show-all-comments a {
    font-size: .875rem;
    font-weight: bold;
}
.article-single .similar-articles {
    margin-top: 32px;
}
.article-single .similar-articles .article .author {
    margin-left: 20px;
    position: relative;
    display: inline-block;
}
.article-single .similar-articles .article .author:after {
    content: '';
    border-right: 1px solid #CCCFD2;
    height: 12px;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    position: absolute;
}
.article-single .similar-articles .article .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    transition: all 0.2s linear;
}
.article-single .similar-articles .article .article-category:hover {
    color: #00C3C7;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .primary {
    margin-bottom: 32px;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .primary img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 576px) {
    .article-single .similar-articles .similar-articles-mobile-wrapper .primary img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
.article-single .similar-articles .similar-articles-mobile-wrapper .primary .article-title {
    margin-bottom: 12px;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .primary .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-radius: 4px;
    line-height: 12px;
    margin-left: 0px;
    display: block;
    transition: all 0.2s linear;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .primary .article-category:hover {
    color: #00C3C7;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .primary .author {
    margin-right: 8px;
    position: relative;
    display: block;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .primary .author:after {
    display: none;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .secondary {
    clear: both;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .secondary img {
    float: right;
    margin-bottom: 32px;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: calc(8px * 4);
}
.article-single .similar-articles .similar-articles-mobile-wrapper .secondary .article-title {
    margin-bottom: 12px;
    font-size: 1rem;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .secondary .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-radius: 4px;
    line-height: 12px;
    margin-left: 0px;
    display: block;
    transition: all 0.2s linear;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .secondary .article-category:hover {
    color: #00C3C7;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .secondary .author {
    margin-right: 8px;
    position: relative;
    display: block;
}
.article-single .similar-articles .similar-articles-mobile-wrapper .secondary .author:after {
    display: none;
}
@media screen and (max-width: 992px) {
    .article-single {
        padding-top: 16px !important;
    }
}
#articles .articles-category .section-title h1 {
    margin-bottom: 25px;
}
#articles .articles-category .all-articles {
    margin-top: 0;
}
#articles .articles-category .all-articles .article .image {
    margin-bottom: 12px;
}
#articles .articles-category .all-articles .article .article-category {
    margin-left: 0 !important;
    display: none;
}
#articles .articles-category .all-articles .article .article-category.article-category-mobile {
    display: none;
}
#articles .articles-category .all-articles .article .author {
    margin-left: 0px;
}
#articles .articles-category .all-articles .article .author:after {
    display: none;
}
@media screen and (max-width: 992px) {
    #articles .articles-category {
        padding-top: 20px;
    }
    #articles.page.archive {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    #articles .articles-category .all-articles .article .image-block {
        xwidth: 100px;
        height: 100px;
        display: block;
        overflow: hidden;
        max-width: 100px;
        position: relative;
        float: right;
        margin-left: calc(8px * 4);
    }
    #articles .articles-category .all-articles .article .image-block .image {
        margin-bottom: 12px;
        width: auto;
        height: 100px;
        max-width: none;
        position: relative;
        margin-left: -50%;
    }
    #articles .articles-category .all-articles .article .article-title {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 12px;
    }
    #articles .articles-category .all-articles .article .article-category {
        margin-bottom: 5px;
        display: block;
    }
    #articles .articles-category .all-articles .article .author {
        margin-bottom: 0;
        margin-left: 0;
    }
    #articles .articles-category .all-articles .article .author:after {
        display: none;
    }
    #articles .recent-articles .all-articles-inner-wrapper .article .image-block {
        xwidth: 100px;
        height: 100px;
        display: block;
        overflow: hidden;
        max-width: 100px;
        position: relative;
        float: right;
        margin-left: calc(8px * 4);
    }
    #articles .recent-articles .all-articles-inner-wrapper .article .image-block .image {
        margin-bottom: 12px;
        width: auto;
        height: 100px;
        max-width: none;
        position: relative;
        margin-left: -50%;
    }
    #articles .recent-articles .all-articles-inner-wrapper .article .article-title {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 12px;
    }
    #articles .recent-articles .all-articles-inner-wrapper .article .article-category {
        margin-bottom: 5px;
        display: block;
    }
    #articles .recent-articles .all-articles-inner-wrapper .article .author {
        margin-bottom: 0;
        margin-left: 0;
    }
    #articles .recent-articles .all-articles-inner-wrapper .article .author:after {
        display: none;
    }
    #articles .recent-articles .all-articles-inner-wrapper .article:first-child .image-block {
        width: 100%;
        height: auto;
        overflow: inherit;
        max-width: 100%;
        position: relative;
        float: none;
        margin-left: 0;
    }
    #articles .recent-articles .all-articles-inner-wrapper .article:first-child .image-block .image {
        margin-bottom: 12px;
        width: 100%;
        height: auto;
        max-width: none;
        position: relative;
        margin: 0 0 24px 0;
    }
    #articles .recent-articles .all-articles-inner-wrapper .article:first-child .article-title {
        font-size: 1.25rem;
    }
    #articles .recent-articles .recent-articles-pagination {
        display: block;
        margin: 0;
        border-bottom: 2px solid #F0F0F0;
    }
    #articles .recent-articles .recent-articles-pagination nav {
        float: none;
        margin: 16px auto;
    }
    #articles .recent-articles .recent-articles-pagination nav .pagination {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 576px) {
    #articles .recent-articles .all-articles-inner-wrapper .article:first-child .image-block .image {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
#articles .article-wrapper .title-block h1 {
    margin-bottom: 25px;
}
#articles .article-wrapper .article-block {
    margin-bottom: 60px;
}
#articles .article-wrapper .article-block:last-child {
    margin-bottom: 0;
}
#articles .article-wrapper .article-block h2 {
    margin-bottom: 25px;
}
#articles .article-wrapper .article-block h3 {
    font-size: 1.75rem;
}
#articles .article-wrapper .article-block .section-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}
#articles .article-wrapper .article-block .content-block h2 {
    margin-bottom: 0.5rem;
}
#articles .article-wrapper .article-block small {
    font-size: 87.5%;
}
#articles .article-wrapper .article-block ul,
#articles .article-wrapper .article-block ol {
    padding-left: 25px;
    margin-bottom: 30px;
}
#articles .article-wrapper .article-block ul li,
#articles .article-wrapper .article-block ol li {
    line-height: 28px;
}
#articles .article-wrapper .article-block ul li ul,
#articles .article-wrapper .article-block ul li ol,
#articles .article-wrapper .article-block ol li ul,
#articles .article-wrapper .article-block ol li ol {
    margin-bottom: 0;
}
#articles .article-wrapper .article-block .content-video-link,
#articles .article-wrapper .article-block .content-gallery-image {
    margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
    #articles .article-wrapper .article-block {
        margin-bottom: 40px;
    }
    #articles .article-wrapper .article-block h1 {
        font-size: 2rem;
    }
    #articles .article-wrapper .article-block h2 {
        font-size: 1.5rem;
    }
    #articles .article-wrapper .article-block h3 {
        font-size: 1.25rem;
    }
    #articles .article-wrapper .article-block h4 {
        font-size: 1.2rem;
    }
    #articles .article-wrapper .article-block h5 {
        font-size: 1rem;
    }
    #articles .article-wrapper .article-block h6 {
        font-size: 0.8rem;
    }
}
#community {
    padding-top: 0px;
}
#community.community-category,
#community.community-basic-content {
    padding-top: 56px;
}
@media screen and (max-width: 992px) {
    #community .sidebar .popular-articles:after {
        display: none;
    }
}
#community .hero-section {
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 992px) {
    #community .hero-section {
        padding-top: calc(8px * 4);
    }
}
#community .hero-section .container-fluid {
    padding: 0;
}
#community .hero-section .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#community .hero-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.93;
    background-color: #00C3C7;
}
#community .hero-section .container {
    z-index: 1;
}
#community .hero-section .section-title-text {
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: calc(8px * 4);
}
#community .hero-section .search-or-start {
    padding-top: calc(8px * 6);
}
#community .hero-section .search-or-start .search-box {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#community .hero-section .search-or-start .search-box .submit {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: white;
    font-size: 1.5rem;
    line-height: 60px;
    cursor: pointer;
}
#community .hero-section .search-or-start .search-box .search-field {
    margin-right: 32px;
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 1.5rem;
    color: #fff;
    padding: 8px 0px;
    font-weight: 500;
}
#community .hero-section .search-or-start .search-box .search-field:-ms-input-placeholder {
    color: #fff;
}
#community .hero-section .search-or-start .search-box .search-field::placeholder {
    color: #fff;
}
#community .hero-section .or {
    margin-top: calc(8px * 4);
    margin-bottom: calc(8px * 4);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
#community .hero-section button.start-topic {
    display: block;
    margin: 0 auto;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1rem;
    border: none;
    background: none;
    font-weight: bold;
    color: #00C3C7;
    background: white;
    border-radius: 5px;
    line-height: 18px;
    padding: calc(8px * 2) calc(8px * 5);
    transition: all 0.2s ease-out;
    cursor: pointer;
}
#community .hero-section button.start-topic:hover {
    background-color: white;
    color: #03A4A7;
    opacity: 0.9;
}
#community .hero-section .community-hero-stats {
    background-color: rgba(0, 0, 0, 0.07);
    color: white;
    position: relative;
    padding: calc(8px * 2) 0;
    margin-top: 60px;
}
#community .hero-section .community-hero-stats .community-title {
    font-size: 1.375rem;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
#community .hero-section .community-hero-stats .community-unit {
    font-size: .75rem;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}
#community .hero-section .community-hero-stats .community-stat-block {
    display: inline-block;
    vertical-align: middle;
}
#community .hero-section .community-hero-stats .community-content-block {
    position: relative;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#community .hero-section .community-hero-stats .community-content-block-inner {
    margin-left: calc(8px * 2);
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
#community .hero-section .community-hero-stats svg,
#community .hero-section .community-hero-stats i {
    font-size: 1.75rem;
    margin-top: 4px;
}
#community .hero-section .community-hero-stats svg.icon-members,
#community .hero-section .community-hero-stats svg.fd-icon-members,
#community .hero-section .community-hero-stats i.icon-members,
#community .hero-section .community-hero-stats i.fd-icon-members {
    font-size: 3.375rem;
}
#community .hero-section .community-hero-stats svg.icon-dentist,
#community .hero-section .community-hero-stats svg.icon-dentists,
#community .hero-section .community-hero-stats i.icon-dentist,
#community .hero-section .community-hero-stats i.icon-dentists {
    font-size: 2.5rem;
}
#community .hero-section .community-hero-stats svg.icon-posts,
#community .hero-section .community-hero-stats svg.fd-icon-posts,
#community .hero-section .community-hero-stats i.icon-posts,
#community .hero-section .community-hero-stats i.fd-icon-posts {
    font-size: 2.75rem;
}
@media screen and (max-width: 768px) {
    #community .hero-section .community-hero-stats svg,
    #community .hero-section .community-hero-stats i {
        font-size: 1.75rem;
        margin-top: 4px;
    }
    #community .hero-section .community-hero-stats svg.icon-members,
    #community .hero-section .community-hero-stats svg.fd-icon-members,
    #community .hero-section .community-hero-stats i.icon-members,
    #community .hero-section .community-hero-stats i.fd-icon-members {
        font-size: 2.75rem;
    }
    #community .hero-section .community-hero-stats svg.icon-dentist,
    #community .hero-section .community-hero-stats svg.icon-dentists,
    #community .hero-section .community-hero-stats i.icon-dentist,
    #community .hero-section .community-hero-stats i.icon-dentists {
        font-size: 1.875rem;
    }
    #community .hero-section .community-hero-stats svg.icon-posts,
    #community .hero-section .community-hero-stats svg.fd-icon-posts,
    #community .hero-section .community-hero-stats i.icon-posts,
    #community .hero-section .community-hero-stats i.fd-icon-posts {
        font-size: 2.1875rem;
    }
    #community .hero-section .community-hero-stats .community-title {
        font-size: 1.125rem;
        line-height: 17px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }
    #community .hero-section .community-hero-stats .community-content-block-inner {
        margin-left: 8px;
    }
    #community .hero-section .community-hero-stats .community-title-main {
        font-size: 1rem;
        line-height: 56px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }
    #community .hero-section .community-hero-stats .community-unit {
        font-size: .6875rem;
        line-height: 14px;
        text-transform: uppercase;
        margin: 0;
        font-weight: normal;
    }
}
#community .section-title-text {
    padding-bottom: calc(8px * 2);
    margin-bottom: calc(8px * 5);
    position: relative;
    color: #1B1C1D;
    line-height: normal;
}
#community .section-title-text:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 40%;
    margin-left: calc(8px * 2);
}
#community .section-title-text.centered {
    text-align: center;
}
#community .section-title-text.centered:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    left: 0;
    right: 0;
    bottom: -32px;
    top: initial;
    margin: 0 auto;
}
#community .section-title-text.white-text {
    color: #fff;
}
#community .section-title-text.white-text:after {
    background: #fff !important;
}
#community .popular-categories {
    margin-top: calc(8px * 9);
    margin-bottom: calc(8px * 6);
}
#community .popular-categories .section-title-text {
    margin-bottom: 42px;
    padding-bottom: 0px;
}
@media screen and (max-width: 992px) {
    #community .popular-categories .section-title-text {
        font-size: 1.5rem;
    }
}
#community .popular-categories .categories {
    margin-top: 32px;
    margin-bottom: calc(8px * 4);
}
#community .popular-categories .categories .owl-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
#community .popular-categories .categories .owl-nav .owl-prev {
    position: absolute;
    height: 48px;
    width: 48px;
    top: -24px;
    bottom: 0;
    margin: auto 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    left: -32px;
    color: #00C3C7;
    font-size: 1rem;
    pointer-events: all;
}
#community .popular-categories .categories .owl-nav .owl-prev i {
    vertical-align: middle;
}
#community .popular-categories .categories .owl-nav .owl-next {
    position: absolute;
    height: 48px;
    width: 48px;
    top: -24px;
    bottom: 0;
    margin: auto 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    right: -32px;
    color: #00C3C7;
    font-size: 1rem;
    pointer-events: all;
}
#community .popular-categories .categories .owl-nav .owl-next i {
    vertical-align: middle;
}
#community .popular-categories .categories .owl-dots {
    padding: 32px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
#community .popular-categories .categories .owl-dots .owl-dot {
    border-radius: 100%;
    background-color: #E2E2E2;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    transition: background-color 0.2s linear;
    outline: none;
}
#community .popular-categories .categories .owl-dots .owl-dot:focus {
    outline: none;
}
#community .popular-categories .categories .owl-dots .owl-dot.active,
#community .popular-categories .categories .owl-dots .owl-dot:hover {
    background-color: #00C3C7;
}
@media screen and (max-width: 992px) {
    #community .popular-categories .categories .owl-nav {
        display: none;
    }
    #community .popular-categories .categories .owl-dots {
        display: -ms-flexbox;
        display: flex;
    }
}
#community .popular-categories .category {
    text-align: center;
    padding: 0 calc(8px * 4);
    display: block;
}
@media screen and (max-width: 768px) {
    #community .popular-categories .category {
        padding: 0 calc(8px * 1);
    }
}
#community .popular-categories .category img {
    width: 60px;
    display: initial;
    height: auto;
    margin-bottom: 18px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}
#community .popular-categories .category .title {
    color: #1B1C1D;
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: calc(8px * 2);
}
#community .popular-categories .category .description {
    color: #6A6B6D;
    font-size: .875rem;
}
#community .popular-categories .category .icon,
#community .popular-categories .category span {
    color: #00C3C7;
    margin-bottom: calc(8px * 2);
}
#community.contributing-dentists .dentist-list-item {
    padding: calc(8px * 3) 0;
    border-bottom: 1px solid #E2E2E2;
}
#community.contributing-dentists .dentist-list-item img {
    float: left;
    padding-right: calc(8px * 2);
}
#community.contributing-dentists .dentist-list-item .contribution-totals {
    position: absolute;
    right: 0px;
    top: calc(8px * 3);
}
#community.contributing-dentists .dentist-name {
    border-radius: 4px;
    background: #00C3C7;
    color: white;
    padding: calc(8px * .5);
}
.community-forums .section-title-text {
    border-bottom: 2px solid #F0F0F0;
}
.community-forums .view-all>div.col-12 {
    padding: 0 15px;
    position: relative;
}
.community-forums .view-all>div.col-12:after {
    content: '';
    border-top: 1px solid #E2E2E2;
    width: 100%;
    height: 2px;
    display: block;
}
@media screen and (max-width: 992px) {
    .community-forums .view-all.mobile-move-border .view-all-link {
        margin-bottom: calc(8px * 2);
        margin-top: 8px;
    }
    .community-forums .view-all.mobile-move-border>div.col-12:after {
        content: '';
        border-top: 1px solid #E2E2E2;
        width: 100%;
        height: 2px;
        display: block;
        clear: both;
    }
}
.community-forums .view-all .view-all-link {
    float: right;
    margin-top: calc(8px * 2);
    font-size: .875rem;
    font-weight: bold;
    line-height: 21px;
    vertical-align: middle;
}
.community-forums .view-all .view-all-link i {
    font-size: 1rem;
    line-height: 21px;
    vertical-align: middle;
    margin-left: 8px;
}
.community-forums ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
}
.community-forums ul.tabs li {
    display: inline-block;
    margin-right: 16px;
}
.community-forums ul.tabs li a {
    font-size: .875rem;
    padding-bottom: 12px;
    margin-bottom: 24px;
    color: #6A6B6D;
    display: block;
}
.community-forums ul.tabs li a.active {
    color: #00C3C7;
    font-weight: 900;
    border-bottom: 2px solid #00C3C7;
}
@media screen and (max-width: 992px) {
    .community-forums ul.tabs li {
        margin-right: 8px;
    }
    .community-forums ul.tabs li a {
        font-size: .75rem;
    }
}
.community-forums .tab-content {
    padding-bottom: 32px;
}
.community-feed:before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    left: 15px;
    margin: 0 auto;
    height: 1px;
    border-bottom: 1px solid #E2E2E2;
    top: 0px;
    position: absolute;
}
@media screen and (max-width: 992px) {
    .community-feed:before {
        display: none;
    }
}
.community-feed .community-post {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 140px;
}
@media screen and (max-width: 992px) {
    .community-feed .community-post {
        padding-top: 0px;
        padding-bottom: 16px;
        padding-right: 15px;
    }
}
.community-feed .community-post:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    left: 15px;
    height: 1px;
    border-bottom: 1px solid #E2E2E2;
    bottom: 0px;
    position: absolute;
}
@media screen and (max-width: 992px) {
    .community-feed .community-post:after {
        display: none;
    }
}
.community-feed .community-post .image {
    float: left;
    border-radius: 100%;
    position: relative;
    border: 2px solid transparent;
    margin-right: 16px;
    width: 52px;
    height: 52px;
}
.community-feed .community-post .image.dentist-circle {
    border: 2px solid #00C3C7;
}
.community-feed .community-post .image.dentist-circle:after {
    content: 'D';
    position: absolute;
    background-color: #00C3C7;
    border-radius: 100%;
    right: -7px;
    bottom: -9px;
    z-index: 3;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .75rem;
    font-weight: 900;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid white;
    padding-left: 1px;
}
.community-feed .community-post .image img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
    z-index: 1;
}
.community-feed .community-post .title {
    font-size: 1.25rem;
    font-weight: 900;
    color: #1B1C1D;
    margin-top: 4px;
    margin-bottom: 6px;
    transition: all 0.2s linear;
}
.community-feed .community-post .title:hover {
    color: #00C3C7;
}
.community-feed .community-post .title.dentist-title {
    font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
    .community-feed .community-post .title {
        font-size: 1rem;
    }
}
.community-feed .community-post .details {
    font-size: .75rem;
    padding-left: 64px;
}
.community-feed .community-post .details .by {
    color: #6A6B6D;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.community-feed .community-post .details .field {
    color: #6A6B6D;
    font-size: .75rem;
    font-style: italic;
    line-height: 15px;
}
.community-feed .community-post .details .question-label {
    border-radius: 4px;
    background-color: #00C3C7;
    padding: 6px 10px;
    color: #FFFFFF;
    font-size: .625rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 10px;
    margin-right: 8px;
}
.community-feed .community-post .details .question-label:hover {
    color: #fff;
}
.community-feed .community-post .details .author {
    margin-bottom: 0px;
    color: #6A6B6D;
    background-color: transparent;
    border-radius: 4px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s linear;
    margin-right: 8px;
}
.community-feed .community-post .details .author:hover {
    color: #00C3C7;
}
.community-feed .community-post .details .author.dentist {
    color: white;
    font-weight: bold;
    color: #00C3C7;
    font-weight: 900;
    vertical-align: middle;
    transition: all 0.2s linear;
}
.community-feed .community-post .details .author.dentist:hover {
    color: #03A4A7;
}
.community-feed .community-post .details .author:before {
    content: 'By:';
    font-style: italic;
    color: #6A6B6D;
    margin-right: 4px;
    font-weight: normal;
}
.community-feed .community-post .details .author:after {
    height: 12px;
    width: 1px;
    background: #6A6B6D;
    content: '';
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.community-feed .community-post .details .comments {
    color: #6A6B6D;
    display: inline-block;
    line-height: 12px;
    transition: all 0.2s linear;
    margin-right: 8px;
}
.community-feed .community-post .details .comments:hover {
    color: #03A4A7;
}
.community-feed .community-post .details .latest-comment {
    color: #6A6B6D;
    display: inline-block;
    line-height: 12px;
    transition: all 0.2s linear;
}
.community-feed .community-post .details .latest-comment:hover {
    color: #03A4A7;
}
@media screen and (max-width: 992px) {
    .community-feed .community-post .details .latest-comment {
        display: none;
    }
}
.community-feed .community-post .details .latest-comment:before {
    height: 12px;
    width: 1px;
    background: #6A6B6D;
    content: '';
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    .community-feed .community-post .details .latest-comment:before {
        display: none;
    }
}
.community-feed .community-post .right-details {
    position: absolute;
    right: 15px;
    top: 36px;
}
@media screen and (max-width: 992px) {
    .community-feed .community-post .right-details {
        display: none;
    }
}
.community-feed .community-post .right-details .date {
    display: block;
    color: #6A6B6D;
    font-size: .75rem;
    font-weight: 500;
    line-height: 12px;
    text-align: right;
    margin-bottom: 8px;
    transition: all 0.2s linear;
}
.community-feed .community-post .right-details .date:hover {
    color: #03A4A7;
}
.community-feed .community-post .right-details .category {
    color: #959596;
    font-size: .75rem;
    font-weight: 500;
    line-height: 12px;
    display: block;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.2s linear;
}
.community-feed .community-post .right-details .category:hover {
    color: #03A4A7;
}
@media screen and (max-width: 992px) {
    body.sticky #account {
        padding-top: calc(32px) !important;
    }
}
#account {
    background-color: #FAFAFA;
}
#account #accountTabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}
#account #accountTabs li {
    display: block;
    width: 100%;
}
#account #accountTabs li a {
    height: 60px;
    display: block;
    line-height: 24px;
    padding: 18px 30px;
    color: #6A6B6D;
    font-size: .8125rem;
    transition: all 0.2s linear;
    width: 100%;
    position: relative;
    white-space: nowrap;
}
#account #accountTabs li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0px;
    transition: width 0.2s linear;
    background-color: #00C3C7;
    height: 38px;
    display: block;
}
#account #accountTabs li a:hover {
    color: #00C3C7;
}
#account #accountTabs li a:hover:before {
    width: 2px;
}
#account #accountTabs li a.active {
    font-weight: 900;
    color: #00C3C7;
}
#account #accountTabs li a.active:before {
    width: 4px;
}
#account #accountTabs li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    margin-right: 30px;
}
#account #accountTabsContent .tab-pane {
    margin-bottom: 50px;
}
#account #accountTabsContent .tab-pane h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
    #account #accountTabsContent .tab-pane h2 {
        font-size: 1rem;
    }
}
#account #accountTabsContent .tab-pane p {
    color: #6A6B6D;
    font-size: 0.875rem;
}
#account #accountTabsContent .tab-pane .deactivate-account {
    border-top: 2px solid #F0F0F0;
    padding-top: 16px;
    margin-top: 120px;
}
#account #accountTabsContent .tab-pane .deactivate-account h2 {
    margin-bottom: 16px;
}
#account #accountTabsContent .tab-pane .deactivate-account .deactivate-link {
    display: block;
    color: #00C3C7;
    font-weight: bold;
    font-size: 0.875rem;
}
#account #accountTabsContent .account-button {
    border: none;
    background: none;
    font-weight: bold;
    font-size: 1rem;
    line-height: 18px;
    color: white;
    cursor: pointer;
    background: #00C3C7;
    padding: calc(8px * 2) calc(8px * 5);
    border-radius: 4px;
    transition: all 0.2s ease-out;
}
#account #accountTabsContent .account-button:hover {
    color: white;
    background: #03A4A7;
}
#account .setting-bar {
    padding: 32px 0px;
    border-bottom: 1px solid #C5C5C5;
    padding-right: 80px;
    display: block;
    position: relative;
}
#account .setting-bar .description {
    color: #8A8A8A;
    font-size: 0.875rem;
}
#account .setting-bar .checkbox {
    right: 0;
    position: absolute;
    top: 12px;
    bottom: 0;
    margin: auto;
    height: 24px;
    vertical-align: middle;
}
#account .setting-bar .checkbox label {
    position: relative;
    display: block;
    height: 15px;
    width: 30px;
    background: #E2E2E2;
    border-radius: 7.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    left: -40px;
}
#account .setting-bar .checkbox label:before {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(71, 75, 104, 0.57);
    content: '';
    transition: all 0.3s ease;
}
#account .setting-bar .checkbox label:after {
    content: 'No';
    font-size: 0.875rem;
    color: #8A8A8A;
    display: block;
    margin-left: 48px;
    vertical-align: middle;
    line-height: 15px;
}
#account .setting-bar .checkbox label:active:before {
    -ms-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
}
#account .setting-bar .checkbox input[type="checkbox"] {
    display: none;
}
#account .setting-bar .checkbox input[type="checkbox"]:checked~label {
    background: #00C3C7;
}
#account .setting-bar .checkbox input[type="checkbox"]:checked~label:before {
    left: 15px;
    background: #fff;
}
#account .setting-bar .checkbox input[type="checkbox"]:checked~label:after {
    content: 'Yes';
}
#account .setting-bar .checkbox input[type="checkbox"]:disabled~label {
    background: #d5d5d5;
    pointer-events: none;
}
#account .setting-bar .checkbox input[type="checkbox"]:disabled~label:before {
    background: #bcbdbc;
}
#account .account-input {
    margin-bottom: 48px;
    padding-top: 16px;
}
#account .account-input input {
    color: #4F4F4F;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid gray;
    line-height: 20px;
    font-size: .875rem;
    padding: 6px 0px 8px;
    border-radius: 0px;
    font-weight: 700;
}
#account .account-input input:focus+label {
    opacity: 1;
}
#account .account-input input:focus+label:before {
    width: 100%;
}
#account .account-input input:-ms-input-placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
#account .account-input input::placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
#account .account-input input:focus:-ms-input-placeholder {
    opacity: 0;
}
#account .account-input input:focus::placeholder {
    opacity: 0;
}
#account .account-input label {
    position: absolute;
    top: -42px;
    opacity: 0;
    transition: opacity 0.2s linear;
    display: block;
    font-size: .75rem;
    color: #8a8a8a;
    line-height: 8px;
    margin-bottom: 0px;
    position: relative;
}
#account .account-input label:before {
    position: absolute;
    bottom: -34px;
    content: '';
    display: block;
    border-bottom: 2px solid #00C3C7;
    width: 0px;
    left: 0px;
    transition: width 0.3s ease-out;
}
#account .account-input label.stick {
    opacity: 1;
}
#account .account-input .error-msg {
    color: #F01818;
    font-size: .75rem;
    font-weight: 600;
    display: none;
}
#account .account-input.error input {
    border-bottom: 1px solid #F01818;
}
#account .account-input.error label {
    color: #F01818;
    opacity: 1;
}
#account .account-input.error label:before {
    border-bottom: 2px solid #F01818;
}
#account .account-input.error .error-msg {
    display: block;
}
#account .mobile-account-tabs {
    display: none;
    margin-bottom: 32px;
    position: relative;
}
#account .mobile-account-tabs .mobile-account-tabs-select {
    border: 1px solid #E2E2E2;
    background-color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 14px 14px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#account .mobile-account-tabs i {
    position: absolute;
    height: 14px;
    line-height: 14px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8px;
    background-color: #fff;
}
@media screen and (max-width: 992px) {
    #account .mobile-account-tabs {
        display: block;
    }
    #account .account-tabs {
        display: none;
    }
}
/* //////////////// */
/*   CONTACT PAGE   */
/* //////////////// */
.link-normal {
    font-size: .875rem;
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    transition: all 0.2s linear;
}
.link-normal i {
    vertical-align: middle;
    margin-left: 8px;
}
.contact-page {
    padding-top: 0;
    background: #fafafa;
    overflow-x: hidden;
}
/* HERO SECTION */
.contact-hero-section {
    padding: 32px 0 70px 0;
    position: relative;
}
.contact-hero-section:before {
    top: -58%;
    right: 6%;
    position: absolute;
    color: #03A4A7;
    content: "\46";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-size: 40.625rem;
}
.contact-hero-section:after {
    content: '';
    height: 180%;
    background: #00C3C7;
    top: 0;
    position: absolute;
    left: -25%;
    right: -25%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}
.contact-hero-section .container {
    position: relative;
    z-index: 2;
}
.contact-hero-section .breadcrumbs {
    padding-top: 0;
}
.contact-hero-section .title-block h1 {
    color: #ffffff;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}
.contact-hero-section .title-block p {
    font-size: 1.125rem;
    line-height: 32px;
    opacity: 1;
    color: #cafcfd;
}
.contact-hero-section .title-block.light {
    color: #ffffff;
}
@media (max-width: 768px) {
    .contact-hero-section {
        padding: 32px 0 50px 0;
        position: relative;
    }
    .contact-hero-section:before {
        top: -12px;
        right: 20px;
        font-size: 6.875rem;
    }
    .contact-hero-section:after {
        height: 150%;
    }
    .contact-hero-section .title-block h1 {
        margin-bottom: 40px;
    }
    .contact-hero-section .title-block p {
        font-size: 1rem;
        line-height: 28px;
    }
}
/* CONTACT DETAILS SECTION */
.contact-details-section {
    position: relative;
    z-index: 2;
}
.contact-details-section .contact-details-group {
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 30px 50px 0 rgba(68, 89, 109, 0.1);
}
.contact-details-section .contact-details-group h4 {
    font-size: 1.25rem;
}
.contact-details-section .contact-details-group .contact-info-block {
    width: 35%;
    padding: 50px 35px;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #03A4A7 url(../images/contact-info-bg.png) bottom left no-repeat;
    background-size: 200px 292px;
}
.contact-details-section .contact-details-group .contact-info-block .title-block {
    margin-bottom: 45px;
}
.contact-details-section .contact-details-group .contact-info-block .list-block {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}
.contact-details-section .contact-details-group .contact-info-block .list-block:last-child {
    margin: 0;
}
.contact-details-section .contact-details-group .contact-info-block .list-block .icon {
    position: absolute;
    top: 50%;
    color: white;
    line-height: normal;
    font-size: 1.25rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-details-section .contact-details-group .contact-info-block .list-block .inner-block {
    font-size: .875rem;
    line-height: 22px;
    padding-left: 35px;
    font-weight: 700;
}
.contact-details-section .contact-details-group .contact-info-block .list-block .inner-block a {
    color: #ffffff;
    transition: all 0.2s linear;
}
.contact-details-section .contact-details-group .contact-info-block .list-block .inner-block a:hover {
    color: #b9cdea;
}
.contact-details-section .contact-details-group .contact-form-block {
    width: 65%;
    padding: 50px 35px;
    background: #ffffff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.contact-details-section .contact-details-group .contact-form-block .title-block {
    margin-bottom: 20px;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input {
    margin-bottom: 25px;
    padding-top: 16px;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input input,
.contact-details-section .contact-details-group .contact-form-block .contact-input textarea {
    color: #4F4F4F;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #ECEFF0;
    line-height: 20px;
    font-size: .875rem;
    padding: 6px 0px 8px;
    font-weight: 700;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input input:focus+label,
.contact-details-section .contact-details-group .contact-form-block .contact-input textarea:focus+label {
    opacity: 1;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input input:focus+label:before,
.contact-details-section .contact-details-group .contact-form-block .contact-input textarea:focus+label:before {
    width: 100%;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input input:-ms-input-placeholder,
.contact-details-section .contact-details-group .contact-form-block .contact-input textarea:-ms-input-placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input input::placeholder,
.contact-details-section .contact-details-group .contact-form-block .contact-input textarea::placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input input:focus:-ms-input-placeholder,
.contact-details-section .contact-details-group .contact-form-block .contact-input textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input input:focus::placeholder,
.contact-details-section .contact-details-group .contact-form-block .contact-input textarea:focus::placeholder {
    opacity: 0;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input label {
    position: absolute;
    top: -42px;
    opacity: 0;
    transition: opacity 0.2s linear;
    display: block;
    font-size: .75rem;
    color: #8a8a8a;
    line-height: 8px;
    margin-bottom: 0px;
    position: relative;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input label:before {
    position: absolute;
    bottom: -34px;
    content: '';
    display: block;
    border-bottom: 2px solid #00C3C7;
    width: 0px;
    left: 0px;
    transition: width 0.3s ease-out;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input label.stick {
    opacity: 1;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input textarea {
    min-height: 100px;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input.message-input label {
    top: -120px;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input.message-input label:before {
    bottom: -106px;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input.message-input label.stick {
    opacity: 1;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input .error-msg {
    color: #F01818;
    font-size: .75rem;
    font-weight: 600;
    display: none;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input.error input {
    border-bottom: 1px solid #F01818;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input.error label {
    color: #F01818;
    opacity: 1;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input.error label:before {
    border-bottom: 2px solid #F01818;
}
.contact-details-section .contact-details-group .contact-form-block .contact-input.error .error-msg {
    display: block;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input {
    color: #6A6B6D;
    font-size: .8125rem;
    line-height: 16px;
    float: left;
    margin-bottom: 15px;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input .form-check-label:hover .uncheck {
    opacity: 0.8;
    color: #00C3C7;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input .form-check-input {
    margin-top: 2px;
    opacity: 0;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input .form-check-input:hover~label .uncheck {
    opacity: 0.8;
    color: #00C3C7;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input .form-check-input:checked~label .check {
    opacity: 1;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input .form-check-input:checked~label .uncheck {
    opacity: 0;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input i {
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    font-size: 1rem;
    transition: all 0.2s linear;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input i.check {
    opacity: 0;
}
.contact-details-section .contact-details-group .contact-form-block .contact-check-input i.uncheck {
    opacity: 1;
}
.contact-details-section .contact-details-group .contact-form-block .submit-input {
    float: right;
}
.contact-details-section .contact-details-group .contact-form-block .submit-input input[type=submit] {
    background: #00C3C7;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.contact-details-section .contact-details-group .contact-form-block .submit-input input[type=submit]:hover {
    background: #03A4A7;
}
@media (max-width: 768px) {
    .contact-details-section .contact-details-group {
        display: block;
    }
    .contact-details-section .contact-details-group h4 {
        font-size: 1.25rem;
    }
    .contact-details-section .contact-details-group .contact-info-block {
        width: 100%;
        padding: 40px 35px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .contact-details-section .contact-details-group .contact-form-block {
        width: 100%;
        padding: 40px 35px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .contact-details-section .contact-details-group .contact-form-block .contact-check-input {
        float: none;
        text-align: center;
        margin-bottom: 35px;
    }
    .contact-details-section .contact-details-group .contact-form-block .submit-input {
        float: none;
        text-align: center;
    }
}
/* COMMUNITY INFO SECTION */
.about-community-section {
    padding: 140px 0;
}
.about-community-section .container .about-block .top-text {
    color: #00C3C7;
    font-family: Roboto;
    font-size: .875rem;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.about-community-section .container .about-block h2 {
    position: relative;
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
}
.about-community-section .container .about-block h2:after {
    position: absolute;
    content: '';
    width: 65px;
    height: 2px;
    background: #1B1C1D;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about-community-section .container .about-block p {
    color: #6A6B6D;
    font-size: 1.125rem;
    line-height: 32px;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .about-community-section {
        padding: 100px 0;
    }
    .about-community-section .container .about-block h2 {
        font-size: 1.5rem;
    }
    .about-community-section .container .about-block p {
        font-size: .875rem;
        line-height: 24px;
    }
}
/* INFOBOX SECTION */
.infobox-section .container .row {
    margin-left: -10px;
    margin-right: -10px;
}
.infobox-section .container .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.infobox-section .container .infobox-block {
    padding: 35px 30px;
    background: #00C3C7;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 40px;
}
.infobox-section .container .infobox-block .title-block {
    position: relative;
    margin-bottom: 10px;
}
.infobox-section .container .infobox-block .title-block .icon {
    position: absolute;
    top: 50%;
    line-height: 22px;
    font-size: 1.375rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.infobox-section .container .infobox-block .title-block h4 {
    font-size: 1.125rem;
    line-height: 22px;
    padding-left: 32px;
    font-weight: 900;
    margin: 0;
}
.infobox-section .container .infobox-block .title-block h4 a {
    color: #ffffff;
}
.infobox-section .container .infobox-block .content {
    margin-bottom: 25px;
}
.infobox-section .container .infobox-block .content p {
    font-size: .875rem;
    line-height: 24px;
    color: #cafcfd;
}
.infobox-section .container .infobox-block .link-block {
    text-align: right;
}
.infobox-section .container .infobox-block .link-block a {
    color: #ffffff;
    transition: all 0.2s linear;
}
.infobox-section .container .infobox-block .link-block a:hover {
    opacity: 0.85;
}
@media (max-width: 768px) {
    .infobox-section .container .infobox-block {
        padding: 30px;
        text-align: center;
    }
    .infobox-section .container .infobox-block .title-block {
        margin-bottom: 20px;
    }
    .infobox-section .container .infobox-block .title-block .icon {
        position: relative;
        top: inherit;
        line-height: normal;
        font-size: 2.25rem;
        -ms-transform: inherit;
        transform: inherit;
        display: block;
        margin-bottom: 10px;
    }
    .infobox-section .container .infobox-block .title-block h4 {
        font-size: 1.125rem;
        line-height: 22px;
        padding: 0;
    }
    .infobox-section .container .infobox-block .link-block {
        text-align: center;
    }
}
/* //////////////////////// */
/*   DENTISTRY A - Z PAGE   */
/* //////////////////////// */
.dentistry-az-page,
.search-results-page {
    padding-top: 0;
    background: #fafafa;
    overflow-x: hidden;
}
@media screen and (max-width: 992px) {
    body.sticky .dentistry-az-page,
    body.sticky .search-results-page {
        padding-top: calc(0px) !important;
    }
}
.mobile-dentistry-topics-box .dentistry-az-menu {
    width: 100%;
    height: inherit;
    background: transparent;
    padding: 0;
    overflow: inherit;
    xbox-shadow: 0 30px 50px 0 rgba(38, 43, 48, 0.4);
    box-shadow: none;
}
.mobile-dentistry-topics-box .dentistry-az-menu .search-az-block {
    position: relative;
}
.mobile-dentistry-topics-box .dentistry-az-menu .search-az-block:after {
    content: '';
    height: 100%;
    background: #00C3C7;
    top: 0;
    position: absolute;
    left: -25%;
    right: -25%;
    z-index: -1;
    clear: both;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 60%;
}
.mobile-dentistry-topics-box .dentistry-az-menu .search-az-block .search-az-list {
    padding: 30px 20px 40px 20px;
    display: block;
    max-width: 500px;
    overflow: hidden;
    max-height: inherit;
    margin: 0 auto;
}
.mobile-dentistry-topics-box .dentistry-az-menu .search-az-block .search-az-list li {
    display: block;
    float: left;
    width: 11.11%;
    min-width: inherit;
    padding: 0;
    margin-bottom: 10px;
}
.mobile-dentistry-topics-box .dentistry-az-menu .search-az-block .search-az-list li a {
    display: block;
    color: #ffffff;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: bold;
    line-height: 30px;
    border-radius: 50%;
}
.mobile-dentistry-topics-box .dentistry-az-menu .search-az-block .search-az-list li a:hover {
    background: #ffffff;
    color: #00C3C7;
}
.mobile-dentistry-topics-box .dentistry-az-menu .search-az-block .search-az-list li.active a {
    background: #ffffff;
    color: #00C3C7;
}
.section-title-block {
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 25px;
    margin-bottom: calc(8px * 5);
    position: relative;
    color: #1B1C1D;
    line-height: normal;
    overflow: hidden;
}
.section-title-block .section-title-text {
    font-size: 1.5rem;
    line-height: 30px;
    position: relative;
    float: left;
    margin: 0;
}
.section-title-block .section-title-text:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 53%;
    margin-left: calc(8px * 2);
}
.section-title-block .section-title-text span {
    font-weight: normal;
}
.section-title-block .view-topic-link {
    float: right;
    color: #1B1C1D;
    font-size: 1rem;
    line-height: 30px;
    transition: all 0.2s linear;
}
.section-title-block .view-topic-link:hover {
    color: #03A4A7;
}
/* HERO SECTION */
.dentistry-hero-section {
    padding: 32px 0 100px 0;
    position: relative;
}
.dentistry-hero-section:after {
    content: '';
    height: 100%;
    background: #00C3C7 url(../images/d-letter-lg.png) 9% 20% no-repeat;
    background-size: 915px 1245px;
    top: 0;
    position: absolute;
    left: -15%;
    right: -15%;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 60%;
}
.dentistry-hero-section .container {
    position: relative;
    z-index: 2;
}
.dentistry-hero-section .container .breadcrumbs {
    padding-top: 0;
}
.dentistry-hero-section .container .title-block h1 {
    color: #ffffff;
    border: none;
    padding: 0;
    margin-bottom: 50px;
}
.dentistry-hero-section .container .title-block.light {
    color: #ffffff;
}
.dentistry-hero-section .container .search-az-list {
    margin: 0 auto;
    max-width: 920px;
}
.dentistry-hero-section .container .search-az-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.dentistry-hero-section .container .search-az-list ul .list-item {
    list-style: none;
    display: table-cell;
}
.dentistry-hero-section .container .search-az-list ul .list-item a,
.dentistry-hero-section .container .search-az-list ul .list-item .search-anchor {
    display: block;
    color: #ffffff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 900;
    border-radius: 50%;
    transition: all 0.2s linear;
    margin: 0 auto;
}
.dentistry-hero-section .container .search-az-list ul .list-item a:hover,
.dentistry-hero-section .container .search-az-list ul .list-item .search-anchor:hover {
    background: #ffffff;
    color: #00C3C7;
    margin: 0 auto;
}
.dentistry-hero-section .container .search-az-list ul .list-item.active {
    xwidth: 42px;
}
.dentistry-hero-section .container .search-az-list ul .list-item.active a {
    background: #ffffff;
    color: #00C3C7;
}
.dentistry-hero-section .container .search-az-list ul .list-item.search-link {
    padding-right: 5px;
    position: relative;
}
.dentistry-hero-section .container .search-az-list ul .list-item.show-all {
    width: 52px;
    border-left: 1px solid #31d3d6;
    border-right: 1px solid #31d3d6;
}
.dentistry-hero-section.search-hero-section {
    padding-top: 60px;
}
.dentistry-hero-section.search-hero-section .container .title-block h1 {
    margin-bottom: 30px;
}
.dentistry-hero-section.search-hero-section .container .search-box .form-group {
    display: block;
    position: relative;
    margin: 0;
}
.dentistry-hero-section.search-hero-section .container .search-box .form-group .search-input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    padding: 10px 0;
    color: #ffffff;
    font-size: 2.25rem;
    line-height: normal;
    background: none;
    outline: none;
    box-shadow: none;
}
.dentistry-hero-section.search-hero-section .container .search-box .form-group .search-input:-ms-input-placeholder {
    color: white;
    opacity: 0.85;
}
.dentistry-hero-section.search-hero-section .container .search-box .form-group .search-input::placeholder {
    color: white;
    opacity: 0.85;
}
.dentistry-hero-section.search-hero-section .container .search-box .clear-search {
    position: absolute;
    right: 24px;
    bottom: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}
@media screen and (max-width: 992px) {
    .dentistry-hero-section {
        display: none;
    }
    .dentistry-hero-section.search-hero-section {
        display: block;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .dentistry-hero-section.search-hero-section:after {
        background-position: 30% 20%;
        background-size: 250px 340px;
        left: -25%;
        right: -25%;
    }
    .dentistry-hero-section.search-hero-section .container .title-block h1 {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }
    .dentistry-hero-section.search-hero-section .container .search-box .form-group {
        display: block;
        position: relative;
        margin: 0;
    }
    .dentistry-hero-section.search-hero-section .container .search-box .form-group .search-input {
        padding: 10px 0;
        color: #ffffff;
        font-size: 1rem;
        line-height: normal;
    }
    .dentistry-hero-section.search-hero-section .container .search-box .clear-search {
        font-size: .75rem;
    }
}
/* FULL SCREEN SEARCH */
.fdsearch {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1060;
    background: #00C3C7 url(../images/d-letter-lg.png) top left no-repeat;
    background-size: 915px 1245px;
    transition: opacity 0.3s, visibility 0s 0.3s;
}
.fdsearch .header-search {
    pointer-events: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 30px 30px 50px 30px;
    transition: transform 0.3s, opacity 0.3s;
}
.fdsearch .header-search .brand-title {
    float: left;
    color: #ffffff;
    font-family: Roboto;
    font-size: 1.375rem;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    max-width: 180px;
}
.fdsearch .header-search .brand-title img {
    height: 90px;
    width: auto;
}
.fdsearch .header-search .fdsearch-close {
    width: 48px;
    height: 48px;
    line-height: 52px;
    background: white;
    border-radius: 50%;
    color: #00C3C7;
    cursor: pointer;
    float: right;
    display: block;
    text-align: center;
    transition: all 0.2s linear;
}
.fdsearch .header-search .fdsearch-close:hover {
    background: rgba(255, 255, 255, 0.7);
}
.fdsearch .header-search .fdsearch-skip {
    float: right;
    font-size: 1.5rem;
    margin-right: 55px;
    font-weight: 900;
    color: #ffffff;
    cursor: pointer;
    display: block;
    transition: all 0.2s linear;
    line-height: 48px;
}
.fdsearch .header-search .fdsearch-skip .icon {
    vertical-align: middle;
    line-height: 32px;
    margin-left: 12px;
}
.fdsearch .header-search .fdsearch-skip:hover {
    color: rgba(255, 255, 255, 0.7);
}
.fdsearch .modal-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 80px;
    transform: perspective(1px) translateY(40px);
    transition: transform 0.3s, opacity 0.3s;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    filter: blur(0);
    opacity: 0;
}
.fdsearch .form-content {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 25px;
    color: #ffffff;
    opacity: 0;
}
.fdsearch .form-content .form-group {
    margin-bottom: 90px;
    color: #ffffff;
    opacity: 0;
    transform: perspective(1px) translateY(40px);
    transition: transform 0.3s, opacity 0.3s;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    filter: blur(0);
}
.fdsearch .form-content .form-group:first-child {
    z-index: 1;
    position: relative;
}
.fdsearch .form-content .form-group label {
    color: #ffffff;
    font-size: 2rem;
    line-height: 56px;
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
}
.fdsearch .form-content .form-group .form-fields {
    position: relative;
}
.fdsearch .form-content .form-group .form-fields .fdsearch-input {
    border: none;
    border-bottom: 2px solid #ffffff;
    display: block;
    font-family: Lato;
    font-size: 1.5rem;
    line-height: 54px;
    width: 100%;
    background: none;
    color: #ffffff;
    padding-right: 58px;
    border-radius: 0;
    -webkit-appearance: none;
}
.fdsearch .form-content .form-group .form-fields .fdsearch-input:focus {
    outline: none;
    box-shadow: none;
}
.fdsearch .form-content .form-group .form-fields .fdsearch-submit {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 28px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 15px 0;
    transition: all 0.2s linear;
}
.fdsearch .form-content .form-group .form-fields .fdsearch-submit:focus {
    outline: none;
    box-shadow: none;
}
.fdsearch .form-content .form-group select {
    border: none;
    border-bottom: 2px solid #ffffff;
    display: block;
    font-family: Lato;
    font-size: 1.5rem;
    line-height: 54px;
    width: 100%;
    background: none;
    color: #ffffff;
    padding-right: 58px;
    border-radius: 0;
    -webkit-appearance: none;
}
.fdsearch .form-content .form-group select option {
    color: #484A4C;
    padding: 20px;
    font-size: 1.5rem;
}
.fdsearch .form-content .form-group select:focus {
    outline: none;
    box-shadow: none;
}
.fdsearch .form-content .form-group.form-group-last {
    margin-bottom: 0;
}
.fdsearch .form-content .form-group .dropdown-box .dt-toggle {
    border: none;
    border-bottom: 2px solid #ffffff;
    display: block;
    font-family: Lato;
    font-size: 1.5rem;
    line-height: 54px;
    width: 100%;
    background: none;
    color: #ffffff;
    padding-right: 58px;
    border-radius: 0;
    -webkit-appearance: none;
    position: relative;
}
.fdsearch .form-content .form-group .dropdown-box .dt-toggle:focus {
    outline: none;
    box-shadow: none;
}
.fdsearch .form-content .form-group .dropdown-box .dt-toggle i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    line-height: 24px;
    font-size: 1.75rem;
    -ms-transform: none;
    transform: none;
    transition: all 0.2s;
}
.fdsearch .form-content .form-group .dropdown-box .dt-toggle:before {
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -50px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.75rem;
    color: #ffffff;
    font-size: 1.375rem;
    transition: all 0.2s linear;
}
.fdsearch .form-content .form-group .dropdown-box .dt-toggle.filled {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.fdsearch .form-content .form-group .dropdown-box .dt-toggle.filled:before {
    content: "\30";
}
.fdsearch .form-content .form-group .dropdown-box .dropdown-content {
    color: #212529;
}
.fdsearch .form-content .btn-block {
    margin-top: 50px;
    transform: perspective(1px) translateY(40px);
    transition: transform 0.3s, opacity 0.3s;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    filter: blur(0);
    margin-bottom: 50px;
}
.fdsearch .form-content .btn-block .button-primary,
.fdsearch .form-content .btn-block .button-border {
    background: #ffffff;
    color: #00C3C7;
    border-radius: 4px;
    border: 2px solid #ffffff;
    padding: 18px 25px 17px 25px;
    line-height: normal;
    display: inline-block;
    font-size: 1rem;
    font-weight: 900;
    min-width: 170px;
    margin-right: 20px;
    transition: all 0.2s linear;
}
.fdsearch .form-content .btn-block .button-primary:hover,
.fdsearch .form-content .btn-block .button-primary:disabled,
.fdsearch .form-content .btn-block .button-border:hover,
.fdsearch .form-content .btn-block .button-border:disabled {
    opacity: 0.7;
}
.fdsearch .form-content .btn-block .button-primary .icon,
.fdsearch .form-content .btn-block .button-border .icon {
    vertical-align: middle;
    margin-right: 12px;
}
.fdsearch .form-content .btn-block .button-cancel {
    background: transparent;
    color: #ffffff;
    padding: 15px 25px;
    border: none;
    padding: 15px;
    min-width: inherit;
}
.fdsearch .form-content .btn-block .button-cancel:hover {
    background: none;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.fdsearch .form-content .btn-block .button-cancel .icon {
    vertical-align: middle;
    margin-right: 12px;
}
.fdsearch .form-content ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.4;
}
.fdsearch .form-content ::-moz-placeholder {
    color: #ffffff;
    opacity: 0.4;
}
.fdsearch .form-content :-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.4;
}
.fdsearch .form-content :-moz-placeholder {
    color: #ffffff;
    opacity: 0.4;
}
.fdsearch .form-content ::-moz-selection {
    color: #00C3C7;
    background: #ffffff;
    opacity: 1;
}
.fdsearch .form-content ::selection {
    color: #00C3C7;
    background: #ffffff;
    opacity: 1;
}
.fdsearch .form-content .common-topics-block {
    opacity: 0;
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    transition: transform 0.5s, opacity 0.3s;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 30px;
}
.fdsearch .form-content .common-topics-block h2 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 30px;
}
.fdsearch .form-content .common-topics-block .col-sm-5x {
    padding: 0 15px;
    width: 20%;
    float: left;
    -ms-flex: none;
    flex: none;
}
.fdsearch .form-content .common-topics-block .common-topic-btn {
    display: block;
    background: white;
    color: #00C3C7;
    padding: 18px;
    line-height: normal;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    transition: all 0.2s linear;
}
.fdsearch .form-content .common-topics-block .common-topic-btn:hover {
    background: rgba(255, 255, 255, 0.7);
}
.fdsearch .form-content .dentist-search-note {
    font-size: 1.125rem;
    margin-top: 150px;
    transform: perspective(1px) translateY(40px);
    transition: transform 0.3s, opacity 0.3s;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    filter: blur(0);
    margin-bottom: 40px;
}
.fdsearch .form-content .dentist-search-note p {
    line-height: 36px;
}
.fdsearch .form-content .dentist-search-note a {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 8px;
}
.fdsearch .form-content .dentist-search-note a:hover {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}
.fdsearch.search-dentist-main .form-content .form-group label {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s linear;
}
.fdsearch.search-dentist-main .form-content .form-group label:before {
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -55px;
    font-size: 1.5rem;
}
.fdsearch.search-dentist-main .form-content .form-group label.active {
    color: #ffffff;
}
.fdsearch.search-dentist-main .form-content .form-group label.active:before {
    display: none;
}
.fdsearch.search-dentist-main .form-content .form-group .form-fields .fdsearch-input {
    border-color: rgba(255, 255, 255, 0.5);
}
.fdsearch.search-dentist-main .form-content .form-group .form-fields .fdsearch-submit {
    padding: 15px 0;
}
.fdsearch.search-dentist-main .form-content .form-group .form-fields select {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.fdsearch.search-dentist-main .form-content .form-group .form-fields:after,
.fdsearch.search-dentist-main .form-content .form-group .form-fields:before {
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.75rem;
    transition: all 0.2s linear;
}
.fdsearch.search-dentist-main .form-content .form-group .form-fields:after {
    right: inherit;
    left: -50px;
    color: #ffffff;
    font-size: 1.375rem;
}
.fdsearch.search-dentist-main .form-content .form-group .form-fields.dropdown-field:before {
    content: "\73";
}
.fdsearch.search-dentist-main .form-content .form-group.focus>label {
    position: relative;
    color: #ffffff;
}
.fdsearch.search-dentist-main .form-content .form-group.focus>label:before {
    content: "\57";
}
.fdsearch.search-dentist-main .form-content .form-group.focus .form-fields:before {
    color: #ffffff;
}
.fdsearch.search-dentist-main .form-content .form-group.focus-no-icon {
    margin-bottom: 30px;
}
.fdsearch.search-dentist-main .form-content .form-group.focus-no-icon label {
    color: #ffffff;
}
.fdsearch.search-dentist-main .form-content .form-group.focus-no-icon label:before {
    display: none;
}
.fdsearch.search-dentist-main .form-content .form-group.filled>label:before {
    display: none;
}
.fdsearch.search-dentist-main .form-content .form-group.filled select {
    font-weight: 900;
}
.fdsearch.search-dentist-main .form-content .form-group.filled .form-fields:after {
    content: "\30";
}
.fdsearch.search-dentist-main .form-content .btn-block {
    margin-top: 30px;
}
.fdsearch.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
}
.fdsearch.open .header-search {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    transition: opacity 0.3s 0.3s;
}
.fdsearch.open .modal-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.3s;
}
.fdsearch.open .form-content {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    transition: opacity 0.3s 0.3s;
}
.fdsearch.open .form-content .form-group,
.fdsearch.open .form-content .common-topics-block,
.fdsearch.open .form-content .dentist-search-note,
.fdsearch.open .form-content .btn-block {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.3s;
}
.fdsearch.open .form-content .common-topics-block,
.fdsearch.open .form-content .dentist-search-note {
    transition-delay: 0.3s;
}
@media screen and (max-width: 1080px) {
    .fdsearch .form-content {
        max-width: 890px;
    }
}
@media screen and (max-width: 992px) {
    .fdsearch .header-search {
        margin: 25px 25px 40px 25px;
    }
    .fdsearch .header-search .brand-title {
        font-size: 1.125rem;
        margin-top: 8px;
    }
    .fdsearch .header-search .fdsearch-close {
        width: 24px;
        height: 24px;
        line-height: 28px;
        font-size: .625rem;
    }
    .fdsearch .header-search .fdsearch-skip {
        font-size: 1.25rem;
        margin-right: 25px;
        line-height: 20px;
    }
    .fdsearch .header-search .fdsearch-skip .icon {
        line-height: 20px;
        margin-left: 6px;
    }
    .fdsearch .modal-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .fdsearch .form-content {
        padding: 0 35px;
    }
    .fdsearch .form-content .form-group {
        margin-bottom: 40px;
    }
    .fdsearch .form-content .form-group label {
        font-size: 1.5rem;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .fdsearch .form-content .form-group .form-fields .fdsearch-input {
        font-size: 1rem;
        line-height: 28px;
        padding-right: 25px;
    }
    .fdsearch .form-content .form-group .form-fields .fdsearch-submit {
        font-size: 1rem;
        line-height: 16px;
        padding: 6px;
    }
    .fdsearch .form-content .form-group select {
        font-size: 1rem;
        line-height: 30px;
        padding-right: 58px;
    }
    .fdsearch .form-content .form-group select option {
        font-size: 1rem;
    }
    .fdsearch .form-content .form-group .dropdown-box .dt-toggle {
        font-size: 1rem;
        line-height: normal;
        padding: 5px 0;
        padding-right: 30px;
    }
    .fdsearch .form-content .form-group .dropdown-box .dt-toggle i {
        height: 18px;
        line-height: 18px;
        font-size: 1.125rem;
    }
    .fdsearch .form-content .form-group .dropdown-box .dt-toggle:before {
        left: -26px;
        font-size: 1rem;
    }
    .fdsearch .form-content .form-group .dropdown-box .dt-toggle.filled:before {
        content: "\30";
    }
    .fdsearch .form-content .form-group .dropdown-box .dropdown-content {
        left: -25px;
        right: -25px;
        width: calc(100% + 50px);
    }
    .fdsearch .form-content .btn-block {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .fdsearch .form-content .btn-block .button-primary,
    .fdsearch .form-content .btn-block .button-border {
        min-width: 150px;
    }
    .fdsearch .form-content .btn-block .button-cancel {
        min-width: inherit;
    }
    .fdsearch .form-content .common-topics-block h2 {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }
    .fdsearch .form-content .common-topics-block .col-sm-5x {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .fdsearch .form-content .common-topics-block .common-topic-btn {
        display: inline-block;
        padding: 16px;
        font-size: .875rem;
        min-width: 172px;
    }
    .fdsearch .form-content .dentist-search-note {
        margin-top: 50px;
    }
    .fdsearch.search-dentist-main .form-content .form-group label:before {
        left: -22px;
        font-size: 1rem;
        top: 8px;
        -ms-transform: none;
        transform: none;
    }
    .fdsearch.search-dentist-main .form-content .form-group .form-fields:after {
        left: -26px;
        font-size: 1rem;
    }
    .fdsearch.search-dentist-main .form-content .form-group .form-fields.dropdown-field:before {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 768px) {
    .fdsearch {
        background-size: 280px 381px;
    }
}
body.search-open {
    overflow: hidden;
}
/* TOPIC CATEGORY SECTION */
.topic-category-section {
    padding: 90px 0;
}
.topic-category-section .topic-category-group {
    margin-bottom: 80px;
}
.topic-category-section .topic-category-group:last-child {
    margin: 0 !important;
}
.topic-category-section .topic-category-group h4 {
    font-size: 1.25rem;
}
.topic-category-section .topic-category-group .topic-list-block .top-list-group {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list {
    width: 33.33%;
    float: left;
    display: block;
    list-style: none;
    margin-bottom: 25px;
}
.topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list:nth-child(3n+1) {
    clear: both;
}
.topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list a {
    display: block;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: normal;
    color: #1B1C1D;
    transition: all 0.2s linear;
    max-width: 310px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list a:hover {
    color: #03A4A7;
}
.topic-category-section .topic-category-group .link-block {
    display: none;
    text-align: right;
}
.topic-category-section.article-category-section {
    padding-top: 0;
}
.topic-category-section.article-category-section .page-title h1 {
    border: none;
}
@media (max-width: 992px) {
    .topic-category-section {
        padding: 50px 0;
    }
    .topic-category-section .topic-category-group {
        margin-bottom: 50px;
    }
    .topic-category-section .topic-category-group .section-title-block {
        margin-bottom: 20px;
    }
    .topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list {
        width: 50%;
        margin-bottom: 20px;
    }
    .topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list:nth-child(2n+1) {
        clear: both;
    }
    .topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list:nth-child(3n+1) {
        clear: none;
    }
    .topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list a {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .topic-category-section {
        padding: 30px 0;
    }
    .topic-category-section .topic-category-group {
        border-bottom: 2px solid #F0F0F0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .topic-category-section .topic-category-group .section-title-block {
        padding: 0;
        border: none;
    }
    .topic-category-section .topic-category-group .section-title-block .section-title-text {
        font-size: 1rem;
        line-height: normal;
        float: none;
        font-weight: 900;
    }
    .topic-category-section .topic-category-group .section-title-block .section-title-text span {
        font-weight: 900;
    }
    .topic-category-section .topic-category-group .section-title-block .view-topic-link {
        display: none;
    }
    .topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list:nth-child(2n+1) {
        clear: both;
    }
    .topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list:nth-child(3n+1) {
        clear: none;
    }
    .topic-category-section .topic-category-group .topic-list-block .top-list-group .topic-list a {
        font-size: .875rem;
        font-weight: 700;
    }
    .topic-category-section .topic-category-group .link-block {
        display: block;
    }
}
/* POPULAR ARTICLES SECTION */
.popular-articles-section .container .section-title-block .view-topic-link {
    font-size: .75rem;
    line-height: 32px;
}
.popular-articles-section .article {
    margin-bottom: calc(8px * 3);
    font-family: 'Lato', Arial, sans-serif;
}
.popular-articles-section .article img {
    margin-bottom: 8px;
}
.popular-articles-section .article .article-title {
    margin-bottom: 4px;
    font-size: 1.25rem;
    font-weight: 900;
    color: #1B1C1D;
    transition: all 0.2s linear;
}
.popular-articles-section .article .article-title:hover {
    color: #00C3C7;
}
.popular-articles-section .article .article-excerpt {
    font-size: 1rem;
    margin-bottom: 12px;
    color: #484A4C;
}
.popular-articles-section .article .author {
    font-size: .75rem;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    color: #00C3C7;
    font-weight: 900;
    border-radius: 4px;
    line-height: 12px;
    transition: all 0.2s linear;
}
.popular-articles-section .article .author:before {
    content: 'By:';
    font-style: italic;
    color: #6A6B6D;
    margin-right: 4px;
    font-weight: normal;
}
.popular-articles-section .article .author:after {
    content: '';
    border-right: 1px solid #CCCFD2;
    height: 12px;
    top: 0;
    bottom: 0;
    right: -8px;
    margin: auto 0;
    position: absolute;
}
.popular-articles-section .article .author:hover {
    color: #03A4A7;
}
.popular-articles-section .article .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 4px;
    line-height: 12px;
    margin-left: 8px;
    display: inline-block;
    transition: all 0.2s linear;
}
.popular-articles-section .article .article-category:hover {
    color: #00C3C7;
}
/* SEARCH TAB SECTION */
.search-tab-section {
    padding: 60px 0 35px 0;
}
.search-tab-section .f-tabs {
    border: none;
    margin-bottom: 35px;
}
.search-tab-section .f-tabs li {
    margin-right: 30px;
}
.search-tab-section .f-tabs li a {
    display: block;
    font-size: .875rem;
    line-height: normal;
    color: #484A4C;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}
.search-tab-section .f-tabs li a span {
    font-weight: 900;
}
.search-tab-section .f-tabs li a.active {
    font-weight: 900;
    color: #00C3C7;
    border-color: #00C3C7;
}
.search-tab-section .sort-mobile-block {
    text-align: right;
    margin-bottom: 20px;
    display: none;
}
.search-tab-section .sort-mobile-block .sort-mobile-box {
    display: inline-block;
    margin-left: 15px;
}
.search-tab-section .sort-mobile-block .sort-mobile-box a {
    display: inline-block;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: bold;
    color: #4f4f4f;
    font-family: Roboto;
}
.search-tab-section .sort-mobile-block .sort-mobile-box a i {
    vertical-align: middle;
}
@media (max-width: 992px) {
    .search-tab-section {
        padding-top: 20px;
    }
    .search-tab-section .f-tabs {
        padding-bottom: 16px;
        border-bottom: 2px solid #f4f3f6;
        margin-bottom: 15px;
    }
    .search-tab-section .sort-mobile-block {
        display: block;
    }
}
/* ////////////////////// */
/*   EXPERT CORNER PAGE   */
/* ////////////////////// */
@media screen and (max-width: 575px) {
    .expert-corner-page {
        padding-top: 0;
    }
}
.post-author {
    background: #f7f7f7;
    padding: 15px;
}
@media screen and (max-width: 576px) {
    .post-author {
        width: 100%;
    }
}
.post-author .image {
    float: left;
    border-radius: 100%;
    position: relative;
    border: 2px solid transparent;
    margin-right: 12px;
    width: 52px;
    height: 52px;
}
.post-author .image img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    position: relative;
    z-index: 1;
}
.post-author .image.dentist-circle {
    border-color: #00C3C7;
}
.post-author .image.dentist-circle:after {
    content: 'D';
    position: absolute;
    background-color: #03A4A7;
    border-radius: 100%;
    right: -7px;
    bottom: -9px;
    z-index: 3;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .75rem;
    font-weight: 900;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid white;
}
.post-author .title {
    font-size: 1rem;
    text-transform: uppercase;
    color: #1B1C1D;
    transition: all 0.2s linear;
    display: inline-block;
    border-right: 1px solid #E2E2E2;
    padding-right: 10px;
    margin-right: 8px;
    vertical-align: top;
}
.post-author .title:hover {
    color: #00C3C7;
}
.post-author .field {
    display: inline-block;
    font-size: .875rem;
    font-style: italic;
    transition: all 0.2s linear;
    line-height: 19px;
    color: #6A6B6D;
    vertical-align: top;
    transition: all 0.2s linear;
}
.post-author .field:hover {
    color: #00C3C7;
}
.post-author p {
    color: #1B1C1D;
    font-size: .75rem;
    line-height: 16px;
    margin: 0;
}
@media screen and (max-width: 575px) {
    .post-author .image {
        width: 62px;
        height: 62px;
        margin-bottom: 15px;
    }
    .post-author .image img {
        width: 58px;
        height: 58px;
    }
    .post-author .title {
        font-size: 1rem;
        text-transform: inherit;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    .post-author .field {
        display: block;
        font-size: .875rem;
    }
    .post-author p {
        clear: both;
        line-height: 20px;
        margin: 0;
    }
}
/* EXPERT CORNER ARTICLES */
.section-expert-corner {
    position: relative;
    overflow-x: hidden;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article {
    margin-bottom: 50px;
    width: 100%;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-image {
    float: right;
    max-width: 50%;
    min-width: 50%;
    margin-left: 20px;
    margin-bottom: 15px;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-image a {
    display: block;
    max-height: 175px;
    overflow: hidden;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-image a img {
    width: 100%;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-content {
    margin-bottom: 15px;
    overflow: hidden;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-content .article-title {
    color: #1B1C1D;
    font-size: 1.25rem;
    transition: all 0.2s linear;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-content .article-title:hover {
    color: #00C3C7;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-content p {
    color: #484A4C;
    margin-bottom: 10px;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-content .article-category {
    color: #959596;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 12px;
    transition: all 0.2s linear;
    display: block;
    float: left;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .article-content .article-category:hover {
    color: #00C3C7;
}
.section-expert-corner .container .expert-corner-articles .expert-corner-article .post-author {
    clear: both;
}
@media screen and (max-width: 575px) {
    .section-expert-corner .container .col-lg-8 {
        padding: 0;
    }
    .section-expert-corner .container .community-content {
        padding: 0 15px;
    }
    .section-expert-corner .container .expert-corner-articles .expert-corner-article {
        margin-bottom: 15px;
    }
    .section-expert-corner .container .expert-corner-articles .expert-corner-article .article-image {
        float: none;
        max-width: 100%;
        margin: 0;
    }
    .section-expert-corner .container .expert-corner-articles .expert-corner-article .article-image a {
        max-height: 266px;
    }
    .section-expert-corner .container .expert-corner-articles .expert-corner-article .article-content {
        margin: 0;
        padding: 15px;
    }
    .section-expert-corner .container .expert-corner-articles .expert-corner-article .article-content p {
        font-size: .875rem;
        line-height: 21px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    .section-expert-corner .container .expert-corner-articles .expert-corner-article .article-image a {
        max-height: 222px;
    }
}
.expert-corner-pagination {
    border-top: 2px solid #F0F0F0;
    display: block;
}
.expert-corner-pagination nav {
    float: right;
    margin-top: calc(8px * 3);
    margin-bottom: calc(8px * 2);
}
.expert-corner-pagination nav .pagination {
    border: 0;
}
.expert-corner-pagination nav .pagination .page-item {
    display: block;
    border: 0;
    border-radius: 100%;
    margin: 0 4px;
    transition: background-color 0.3s linear;
}
.expert-corner-pagination nav .pagination .page-item.active,
.expert-corner-pagination nav .pagination .page-item:hover {
    background-color: #00C3C7;
}
.expert-corner-pagination nav .pagination .page-item.active a,
.expert-corner-pagination nav .pagination .page-item:hover a {
    color: white;
}
.expert-corner-pagination nav .pagination .page-link {
    border: 0;
    color: #8A8A8A;
    padding: 0;
    margin: auto;
    background-color: transparent;
    text-align: center;
    font-size: .875rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.expert-corner-pagination nav .pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}
.expert-corner-pagination nav .pagination .first,
.expert-corner-pagination nav .pagination .last {
    width: initial;
}
.expert-corner-pagination nav .pagination .first a,
.expert-corner-pagination nav .pagination .last a {
    color: #8A8A8A;
    border-radius: 0;
}
.expert-corner-pagination nav .pagination .first.disabled a,
.expert-corner-pagination nav .pagination .last.disabled a {
    color: #E2E2E2 !important;
}
.expert-corner-pagination nav .pagination .first:hover,
.expert-corner-pagination nav .pagination .last:hover {
    background-color: transparent;
}
.expert-corner-pagination nav .pagination .first:hover a,
.expert-corner-pagination nav .pagination .last:hover a {
    color: #8A8A8A;
}
.expert-corner-pagination nav .pagination .last {
    margin-right: 0px;
}
.expert-corner-pagination nav .pagination .last a {
    padding-right: 0px;
}
.expert-corner-pagination nav .pagination .next,
.expert-corner-pagination nav .pagination .prev {
    width: initial;
}
.expert-corner-pagination nav .pagination .next a,
.expert-corner-pagination nav .pagination .prev a {
    color: #00C3C7;
    border-radius: 0;
    font-size: 1.125rem;
}
.expert-corner-pagination nav .pagination .next.disabled a,
.expert-corner-pagination nav .pagination .prev.disabled a {
    color: #E2E2E2 !important;
}
.expert-corner-pagination nav .pagination .next:hover,
.expert-corner-pagination nav .pagination .prev:hover {
    background-color: transparent;
}
.expert-corner-pagination nav .pagination .next:hover a,
.expert-corner-pagination nav .pagination .prev:hover a {
    color: #8A8A8A;
}
@media screen and (max-width: 768px) {
    .expert-corner-pagination {
        text-align: center;
    }
    .expert-corner-pagination nav {
        float: none;
        display: inline-block;
    }
    .expert-corner-pagination nav .pagination {
        border: 0;
    }
    .expert-corner-pagination nav .pagination .page-item {
        margin: 0;
    }
}
.btn-default {
    font-size: .75rem;
    font-weight: bold;
    line-height: 1.17;
    color: #00C3C7;
    background-color: transparent;
    border: none;
}
.btn-dashed {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaeb3;
    padding: 12px 43px;
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
    border: dashed 1px #e2e2e2;
}
.btn-dashed .icon {
    font-weight: normal !important;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.btn-dashed:hover,
.btn-dashed:focus,
.btn-dashed:active {
    color: #484a4c !important;
    border: dashed 1px #484a4c !important;
}
.fr {
    float: right !important;
}
.fl {
    float: left !important;
}
.select-overlay {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.btn-info {
    width: 0.9375rem !important;
    height: 0.9375rem !important;
    border-radius: 0.9375rem;
    border: none !important;
    background-color: #00C3C7 !important;
    padding: 0 !important;
    font-size: 0.75rem;
    line-height: 0.9375rem !important;
    margin-left: 0.5rem;
    margin-top: 0.375rem;
    color: #fff !important;
    position: relative;
    white-space: normal !important;
}
.btn-info .btn-tooltip {
    display: none;
    width: 13.44rem;
    height: 5.5rem;
    border-radius: 0.125rem;
    background-color: #00C3C7;
    box-shadow: 0 1.25rem 1.875rem 0 rgba(42, 46, 54, 0.2);
    padding: 1.25rem;
    font-size: 0.8125rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: absolute;
    left: 2.063rem;
    top: -3.188rem;
    text-align: left;
    white-space: normal !important;
    position: relative;
    z-index: 1030;
}
.btn-info .btn-tooltip::before {
    content: "\74";
    font-family: "futuredontics-dentistry" !important;
    display: block;
    position: absolute;
    font-size: 1rem;
    left: -0.6875rem;
    top: 2.313rem;
    color: #00C3C7;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn-info:hover .btn-tooltip {
    display: inline-block;
}
.toggle-checkbox {
    right: -30px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 70px;
    vertical-align: middle;
}
.toggle-checkbox label {
    position: relative;
    display: block;
    height: 15px;
    width: 30px;
    background: #E2E2E2;
    border-radius: 7.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    left: -40px;
}
.toggle-checkbox label:before {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(71, 75, 104, 0.57);
    content: '';
    transition: all 0.3s ease;
}
.toggle-checkbox label:after {
    content: 'No';
    font-size: 0.875rem;
    color: #8A8A8A;
    display: block;
    margin-left: 48px;
    vertical-align: middle;
    line-height: 15px;
}
.toggle-checkbox label:active:before {
    -ms-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
}
.toggle-checkbox input[type="checkbox"] {
    display: none;
}
.toggle-checkbox input[type="checkbox"]:checked~label {
    background: #00C3C7;
}
.toggle-checkbox input[type="checkbox"]:checked~label:before {
    left: 15px;
    background: #fff;
}
.toggle-checkbox input[type="checkbox"]:checked~label:after {
    content: 'Yes';
}
.toggle-checkbox input[type="checkbox"]:disabled~label {
    background: #d5d5d5;
    pointer-events: none;
}
.toggle-checkbox input[type="checkbox"]:disabled~label:before {
    background: #bcbdbc;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.contact-readonly label {
    opacity: 1 !important;
}
.contact-readonly label::before {
    border-bottom: none !important;
}
.contact-readonly input {
    color: #484a4c;
    border-bottom: none !important;
}
.contact-readonly textarea {
    color: #484a4c;
    border-bottom: none !important;
}
.select-box {
    position: relative;
    z-index: 1000;
    display: inline-block;
}
.select-box .select-box-btn {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 1010;
}
.select-box .select-box-btn #select-box-label {
    font-weight: bold;
}
.select-box .select-box-btn .icon {
    position: relative;
    top: 2px;
    margin-left: 4px;
}
.select-box .select-box-options {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100px;
    padding: 8px;
    background-color: #FFF;
    box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.19);
    z-index: 1010;
}
.select-box .select-box-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.select-box .select-box-options ul li {
    margin: 0 0 6px;
    text-align: left;
}
.select-box .select-box-options ul li .btn-link {
    font-size: .75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #484a4c;
}
.select-box .select-box-options ul li .btn-link.selected {
    font-weight: bold;
}
.hour-grid-select {
    display: block;
    position: relative;
}
.hour-grid-select .hour-grid-select-row {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.hour-grid-select .hour-grid-select-row .hour-grid-select-day {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-right: 17px;
}
.hour-grid-select .hour-grid-select-row .hour-grid-select-day p {
    font-size: .625rem !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #aaaeb3 !important;
    text-align: right;
    margin: 0 !important;
    text-transform: uppercase;
}
.hour-grid-select .hour-grid-select-row .hour-grid-select-tit {
    display: inline-block;
    vertical-align: middle;
    min-width: 160px;
}
.hour-grid-select .hour-grid-select-row .hour-grid-select-tit h6 {
    font-size: .6875rem;
    font-weight: normal;
    font-style: normal;
    color: #aaaeb3;
    text-align: left;
    margin: 0 !important;
    text-transform: uppercase;
}
.hour-grid-select .hour-grid-select-row .hour-grid-select-time {
    display: inline-block;
    vertical-align: middle;
    min-width: 160px;
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    text-align: left;
}
.select-time-lapse {
    position: relative;
    display: block;
}
.select-time-lapse .select-time-lapse-selected {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    cursor: pointer;
    z-index: 1009;
    position: relative;
}
.select-time-lapse .select-time-options {
    display: block;
    width: 307px;
    height: 273px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.19);
    padding: 24px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1010;
}
.select-time-lapse .select-time-options .select-time-options-tit {
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393c40;
    margin: 0 0 25px !important;
}
.select-time-lapse .select-time-options .options-check {
    display: block;
    margin-bottom: 24px;
}
.select-time-lapse .select-time-options .options-check .options-check-lbl {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393c40;
    min-width: 96px;
}
.select-time-lapse .select-time-options .options-check .options-check-box {
    display: inline-block;
    vertical-align: middle;
    font-size: .875rem !important;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6b6d !important;
}
.select-time-lapse .select-time-options .options-check .options-check-box .form-check-inline {
    cursor: pointer !important;
    line-height: 18px !important;
}
.select-time-lapse .select-time-options .options-check .options-check-box .form-check-inline input[type="checkbox"]+label {
    padding-left: 0;
    font-size: .875rem;
    color: #6a6b6d !important;
    font-weight: normal !important;
    cursor: pointer;
    line-height: 18px !important;
}
.select-time-lapse .select-time-options .options-check .options-check-box .form-check-inline input[type="checkbox"]+label::before {
    line-height: 18px !important;
    position: relative;
    top: -4px;
}
.select-time-lapse .time-block {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: left;
    margin-bottom: 50px;
}
.select-time-lapse .time-block .time-block-tit {
    font-size: .6875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaeb3;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.select-time-lapse.active .select-time-lapse-selected {
    color: #00C3C7 !important;
}
.select-time {
    display: block;
    position: relative;
}
.select-time .select-time-selected {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    cursor: pointer !important;
    z-index: 1010;
    position: relative;
}
.select-time .select-time-hours {
    width: 97px;
    height: 184px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.19);
    overflow: auto;
    padding: 10px 18px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
}
.select-time .select-time-hours .select-time-hours-option {
    font-size: .75rem;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #343434;
    margin: 0 0 6px !important;
    text-align: center;
    padding: 0;
}
.select-time.active .select-time-selected {
    color: #00C3C7 !important;
}
.select-duration {
    position: relative;
    display: inline-block;
}
.select-duration .select-duration-selected {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    cursor: pointer;
    z-index: 1010;
    position: relative;
}
.select-duration .select-duration-options {
    display: block;
    width: 340px;
    height: 182px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.19);
    padding: 24px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1011;
}
.select-duration .select-duration-options .select-duration-options-tit {
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393c40;
    margin: 0 0 32px !important;
}
.select-duration .select-duration-options .options-check {
    display: block;
    margin-bottom: 24px;
    text-align: right;
}
.select-duration .select-duration-options .options-check .options-check-lbl {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393c40;
    min-width: 96px;
}
.select-duration .select-duration-options .options-check .options-check-box {
    display: inline-block;
    vertical-align: middle;
    font-size: .875rem !important;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6b6d !important;
}
.select-duration .select-duration-options .options-check .options-check-box .form-check-inline {
    cursor: pointer !important;
    line-height: 18px !important;
    margin-right: 0 !important;
}
.select-duration .select-duration-options .options-check .options-check-box .form-check-inline input[type="checkbox"]+label {
    padding-left: 0;
    font-size: .875rem;
    color: #6a6b6d !important;
    font-weight: normal !important;
    cursor: pointer;
    line-height: 18px !important;
}
.select-duration .select-duration-options .options-check .options-check-box .form-check-inline input[type="checkbox"]+label::before {
    line-height: 18px !important;
    position: relative;
    top: -4px;
}
.select-duration .select-duration-options .btn-apply-procedures {
    position: relative;
    top: -54px;
}
.select-duration .time-block {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: left;
    margin-bottom: 30px;
}
.select-duration .time-block .time-block-tit {
    font-size: .6875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaeb3;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.select-duration.active .select-duration-selected {
    color: #00C3C7 !important;
}
.select-minutes {
    display: block;
    position: relative;
}
.select-minutes .select-minutes-selected {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    cursor: pointer !important;
    z-index: 1010;
    position: relative;
}
.select-minutes .select-minutes-options {
    width: 97px;
    height: 184px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.19);
    overflow: auto;
    padding: 10px 18px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
}
.select-minutes .select-minutes-options .select-minutes-option {
    font-size: .75rem;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #343434;
    margin: 0 0 6px !important;
    text-align: center;
    padding: 0;
}
.select-minutes.active .select-minutes-selected {
    color: #00C3C7 !important;
}
.select-days {
    position: relative;
    display: inline-block;
}
.select-days .select-days-selected {
    position: relative;
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    cursor: pointer;
    z-index: 1010;
    position: relative;
}
.select-days .select-days-selected .select-days-data {
    margin-right: 10px;
    display: inline-block;
}
.select-days .select-days-selected .icon {
    position: relative;
    top: 2px;
}
.select-days .select-days-options {
    display: block;
    width: 460px;
    height: 185px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1011;
}
.select-days .select-days-options .select-days-all {
    font-size: .75rem;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00C3C7;
    margin-top: 0 !important;
    position: absolute;
    top: 25px;
    right: 40px;
}
.select-days .select-days-options .clear-days-all {
    font-size: .75rem;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00C3C7;
    margin-top: 0 !important;
    position: absolute;
    top: 25px;
    right: 40px;
}
.select-days .select-days-options .select-days-options-tit {
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393c40;
    margin: 0 0 24px !important;
}
.select-days .select-days-options .days-listed {
    margin-bottom: 24px;
}
.select-days .select-days-options .days-listed li {
    display: inline-block;
    vertical-align: middle;
}
.select-days .select-days-options .options-check-day {
    display: inline-block;
    text-align: left;
    margin-right: 12px;
}
.select-days .select-days-options .options-check-day .options-check-box {
    display: inline-block;
    vertical-align: middle;
    font-size: .875rem !important;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaeb3 !important;
}
.select-days .select-days-options .options-check-day .options-check-box .form-check-inline {
    cursor: pointer !important;
    line-height: 18px !important;
    margin-right: 0 !important;
}
.select-days .select-days-options .options-check-day .options-check-box .form-check-inline input[type="checkbox"]+label {
    padding-left: 0;
    font-size: .75rem;
    color: #aaaeb3 !important;
    font-weight: normal !important;
    cursor: pointer;
    line-height: 18px !important;
}
.select-days .select-days-options .options-check-day .options-check-box .form-check-inline input[type="checkbox"]+label::before {
    line-height: 18px !important;
    position: relative;
    top: -4px;
    font-size: 1rem;
}
.select-days .select-days-options .options-check-day .options-check-box .form-check-inline input[type="checkbox"]:checked+label {
    color: #393c40 !important;
}
.select-days .select-days-options .options-check {
    display: block;
    margin-bottom: 24px;
    text-align: right;
    float: right;
}
.select-days .select-days-options .options-check .options-check-lbl {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393c40;
    min-width: 96px;
}
.select-days .select-days-options .options-check .options-check-box {
    display: inline-block;
    vertical-align: middle;
    font-size: .875rem !important;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6b6d !important;
}
.select-days .select-days-options .options-check .options-check-box .form-check-inline {
    cursor: pointer !important;
    line-height: 18px !important;
    margin-right: 0 !important;
}
.select-days .select-days-options .options-check .options-check-box .form-check-inline input[type="checkbox"]+label {
    padding-left: 0;
    font-size: .875rem;
    color: #6a6b6d !important;
    font-weight: normal !important;
    cursor: pointer;
    line-height: 18px !important;
}
.select-days .select-days-options .options-check .options-check-box .form-check-inline input[type="checkbox"]+label::before {
    line-height: 18px !important;
    position: relative;
    top: -4px;
    font-size: 1rem;
}
.select-days .time-block {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: left;
    margin-bottom: 30px;
}
.select-days .time-block .time-block-tit {
    font-size: .6875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaeb3;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.select-days.active .select-days-selected {
    color: #00C3C7 !important;
}
.table-clean {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #484a4c;
}
.table-clean tr th {
    font-weight: bold;
    padding: 12px 6px;
    border-top: none !important;
}
.table-clean tr td {
    padding: 12px 6px;
    border-top: none !important;
    position: relative;
}
.undone a {
    opacity: 0.30;
}
.day-hours-panel {
    display: block;
    margin-bottom: 35px;
}
.day-hours-panel .day-hours-panel-header {
    display: block;
    margin-bottom: 24px;
    position: relative;
}
.day-hours-panel .day-hours-panel-header .day-hours-panel-day {
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #484a4c;
}
.day-hours-panel .day-hours-panel-header .day-hours-panel-active {
    position: absolute;
    top: 0;
    right: 0;
}
.day-hours-panel .day-hours-panel-body {
    display: block;
}
.day-hours-panel .day-hours-panel-body .day-hours-panel-row {
    display: block;
    margin-bottom: 24px;
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #484a4c;
}
.day-hours-panel .day-hours-panel-body .day-hours-panel-row .day-hours-panel-hours-start {
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
}
.day-hours-panel .day-hours-panel-body .day-hours-panel-row .day-hours-panel-hours-end {
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
}
.day-hours-panel .day-hours-panel-body .day-hours-panel-row .day-hours-panel-hours-remove {
    display: inline-block;
    vertical-align: middle;
}
.day-hours-panel .day-hours-panel-body .day-hours-panel-row .day-hours-panel-hours-remove .btn-link {
    margin-top: 0 !important;
    padding: 0 !important;
    font-size: .875rem !important;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right !important;
    color: #00C3C7 !important;
}
.day-hours-panel .day-hours-panel-body .btn-dashed {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aaaeb3;
    padding: 12px 43px;
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
    border: dashed 1px #e2e2e2;
}
.sort-by {
    position: relative;
    z-index: 1000;
    display: inline-block;
}
.sort-by .sort-by-filter {
    display: block;
    position: relative;
    cursor: pointer;
}
.sort-by .sort-by-filter #sort-by-label {
    font-weight: bold;
}
.sort-by .sort-by-filter .icon {
    position: relative;
    top: 2px;
    margin-left: 4px;
}
.sort-by .sort-by-filter-options {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100px;
    padding: 8px;
    background-color: #FFF;
}
.sort-by .sort-by-filter-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sort-by .sort-by-filter-options ul li {
    margin: 0 0 6px;
    text-align: left;
}
.sort-by .sort-by-filter-options ul li .btn-link {
    font-size: .75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #484a4c;
}
.sort-by .sort-by-filter-options ul li .btn-link.selected {
    font-weight: bold;
}
.static-field {
    display: block;
    margin-bottom: 30px;
}
.static-field .static-field-lbl {
    font-size: .6875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.73;
    letter-spacing: normal;
    color: #959596;
    margin-bottom: 12px;
}
.static-field .static-field-txt p {
    font-size: 1rem !important;
    font-weight: bold !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31 !important;
    letter-spacing: normal;
    color: #484a4c !important;
    margin-bottom: 6px !important;
}
#claim-profile .claim-profile-hero-section {
    padding: 25px 0 0 0 !important;
}
#claim-profile .claim-profile-hero-section .breadcrumbs {
    padding-bottom: 25px;
    line-height: 2.08;
}
#claim-profile .claim-profile-hero-section::after {
    height: 500px;
}
#claim-profile .contact-info-block {
    padding: 40px 35px 30px !important;
}
#claim-profile .contact-info-block .line-top {
    width: 82px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 6px auto 40px;
}
#claim-profile .contact-info-block h4 {
    color: #ffffff;
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 1.25rem;
    font-weight: 900;
    text-align: center;
}
#claim-profile .contact-info-block .desc-block {
    display: block;
    margin-bottom: 44px;
    text-align: center;
}
#claim-profile .contact-info-block .desc-block p {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 14px;
}
#claim-profile .contact-info-block .desc-block p:last-child {
    margin-bottom: 0;
}
#claim-profile .contact-info-block .desc-block ul {
    margin-top: 20px;
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0;
    padding-left: 20px;
}
#claim-profile .contact-info-block .desc-block ul li {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 15px;
}
#claim-profile .contact-info-block .desc-block.light {
    color: #ffffff;
}
#claim-profile .contact-info-block .icon-desc {
    display: block;
    text-align: center;
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    margin-bottom: 40px;
}
#claim-profile .contact-info-block .icon-desc a {
    color: #FFF;
}
#claim-profile .contact-info-block .icon-desc i {
    opacity: 0.35;
    font-size: 1.3125rem;
    position: relative;
    top: 5px;
    margin-right: 11px;
    font-weight: normal !important;
}
#claim-profile .contact-info-block .help-tip {
    margin-top: 100px;
}
#claim-profile .contact-info-block .help-tip h4 {
    margin-bottom: 16px;
}
#claim-profile .contact-info-block .help-tip h4 img {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -3px;
}
#claim-profile .contact-info-block .help-tip p {
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.64;
    margin-bottom: 0;
}
#claim-profile .contact-info-block .view-more {
    display: none;
    cursor: pointer;
    text-align: center;
    font-size: .875rem;
}
#claim-profile .contact-info-block .view-more img {
    margin-left: 6px;
}
#claim-profile .contact-info-block .step-1-left,
#claim-profile .contact-info-block .step-2-left,
#claim-profile .contact-info-block .step-3-left,
#claim-profile .contact-info-block .step-4-left,
#claim-profile .contact-info-block .step-build-profile-left {
    text-align: center;
}
#claim-profile .contact-info-block .step-1-left h4,
#claim-profile .contact-info-block .step-2-left h4,
#claim-profile .contact-info-block .step-3-left h4,
#claim-profile .contact-info-block .step-4-left h4,
#claim-profile .contact-info-block .step-build-profile-left h4 {
    font-size: 1rem;
    font-weight: bold;
}
#claim-profile .contact-info-block .step-1-left p,
#claim-profile .contact-info-block .step-2-left p,
#claim-profile .contact-info-block .step-3-left p,
#claim-profile .contact-info-block .step-4-left p,
#claim-profile .contact-info-block .step-build-profile-left p {
    color: #FFF;
}
#claim-profile .contact-info-block .step-1-left ul,
#claim-profile .contact-info-block .step-2-left ul,
#claim-profile .contact-info-block .step-3-left ul,
#claim-profile .contact-info-block .step-4-left ul,
#claim-profile .contact-info-block .step-build-profile-left ul {
    color: #FFF;
}
#claim-profile .contact-info-block .step-3-left {
    margin-top: -10px;
}
#claim-profile .contact-info-block .step-3-left h4 {
    margin-bottom: 30px;
}
#claim-profile .contact-info-block .step-3-left .left-icon {
    margin-bottom: 30px;
    height: auto;
}
#claim-profile .contact-info-block .step-3-left .desc-block {
    margin-bottom: 0;
}
#claim-profile .contact-info-block .step-4-left p {
    color: rgba(255, 255, 255, 0.8);
}
#claim-profile .contact-info-block .cyp-steps {
    list-style: none;
    padding-left: 0 !important;
    text-align: center;
    margin-bottom: 0;
}
#claim-profile .contact-info-block .cyp-steps li {
    display: inline-block;
    vertical-align: middle;
}
#claim-profile .contact-info-block .cyp-steps li .btn-circle {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #FFF;
    border: 2px solid transparent;
    border-radius: 40px;
    font-size: .875rem;
    line-height: 37px;
}
#claim-profile .contact-info-block .cyp-steps li .btn-circle:hover,
#claim-profile .contact-info-block .cyp-steps li .btn-circle:focus,
#claim-profile .contact-info-block .cyp-steps li .btn-circle:active {
    color: #FFF;
    border: 2px solid #fff;
}
#claim-profile .contact-info-block .cyp-steps li .btn-circle.selected {
    color: #FFF;
    border: 2px solid #fff;
}
#claim-profile .contact-info-block .cyp-steps li .btn-circle.visited {
    color: rgba(255, 255, 255, 0.6);
}
#claim-profile .contact-info-block .cyp-steps-line {
    display: block;
    margin: 20px auto 60px;
    width: 65px;
    height: 2px;
    background-color: #ffffff;
}
#claim-profile .contact-info-block .left-icon {
    margin-bottom: 15px;
    height: 70px;
}
#claim-profile .page-right {
    position: relative;
    padding: 50px 35px 110px;
    min-height: 620px;
}
#claim-profile .page-right .credits-top {
    position: absolute;
    top: 26px;
    right: 37px;
}
#claim-profile .page-right .credits-top .credits-top-label {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 30px;
    font-size: .5625rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: right;
    color: #959596;
}
#claim-profile .page-right .credits-top .credits-top-line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 26px;
    background-color: #d9dfe7;
    margin-left: 12px;
    margin-right: 18px;
}
#claim-profile .page-right .credits-top .credits-top-logo {
    display: inline-block;
    vertical-align: middle;
}
#claim-profile .page-right .login-block h4 {
    margin-bottom: 24px;
}
#claim-profile .page-right h4 {
    margin-bottom: 36px;
    color: #1b1c1d;
}
#claim-profile .page-right h4 .btn-default {
    display: inline-block;
    margin-left: 16px !important;
    padding-left: 16px !important;
    border-left: solid 1px #d9dfe7 !important;
    color: #00C3C7;
    font-size: .75rem;
}
#claim-profile .page-right h4 img {
    margin-right: 8px;
    position: relative;
    top: -4px;
}
#claim-profile .page-right p {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #484a4c;
    max-width: 400px;
    margin-bottom: 40px;
}
#claim-profile .page-right p a {
    color: #484a4c;
    font-weight: bold;
}
#claim-profile .page-right .contact-input .btn-default {
    padding: 10px 0;
    font-size: .75rem;
    font-weight: normal;
    color: #00C3C7;
}
#claim-profile .page-right .submit-input {
    margin-left: 0;
    margin-bottom: 32px;
    text-align: left;
    float: none;
}
#claim-profile .page-right .submit-input #submit-form {
    padding: 15px 40px;
}
#claim-profile .page-right .create-account-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #eceff0;
    padding-top: 30px;
    padding-bottom: 45px;
    width: calc(100% - 70px);
}
#claim-profile .page-right .create-account-bottom p {
    margin-bottom: 0 !important;
    font-size: .875rem;
    line-height: 16px;
    font-weight: normal;
    color: #1b1c1d;
}
#claim-profile .page-right .create-account-bottom p .btn-default {
    padding: 0;
    font-size: .875rem;
    line-height: 16px;
    font-weight: bold;
    color: #00C3C7;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
#claim-profile .page-right .create-account-bottom p .btn-default i {
    position: relative;
    top: 3px;
    margin-left: 6px;
}
#claim-profile .page-right fieldset h5 {
    font-size: 1rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #1b1c1d;
    margin: 0 0 20px;
}
#claim-profile .page-right fieldset .drag-drop-cont {
    display: block;
    margin-bottom: 40px;
}
#claim-profile .page-right fieldset .drag-drop-cont .imagen-preview {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    height: 100px;
    /*border: dashed 2px #e2e2e2;*/
    border-radius: 100px;
    margin-right: 50px;
}
#claim-profile .page-right fieldset .drag-drop-cont .imagen-preview img {
    width: 100px;
    height: 100px;
}
#claim-profile .page-right fieldset .drag-drop-cont .imagen-data {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}
#claim-profile .page-right fieldset .drag-drop-cont .imagen-data p {
    font-size: .875rem;
    font-weight: normal;
    line-height: 0.86;
    color: #484a4c;
    margin-bottom: 10px;
}
#claim-profile .page-right fieldset .drag-drop-cont .imagen-data .btn-default {
    padding: 0;
    font-size: .875rem;
    font-weight: bold;
    line-height: 0.86;
    color: #00C3C7;
}
#claim-profile .page-right fieldset .contact-input {
    padding-top: 0;
    margin-bottom: 30px;
}
#claim-profile .page-right .actions-bottom {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    width: calc(100% - 70px);
}
#claim-profile .page-right .actions-bottom .btn-cancel {
    height: 48px;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    color: #00C3C7;
    background-color: transparent;
}
#claim-profile .page-right .actions-bottom .btn-cancel .icon-right-arrow::before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 8px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#claim-profile .page-right .actions-bottom .btn-next {
    min-width: 115px;
    height: 48px;
    padding: 0 24px;
    border-radius: 4px;
    background-color: #00C3C7;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    float: right;
}
#claim-profile .page-right .actions-bottom .btn-skip {
    height: 48px;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    color: #00C3C7;
    background-color: transparent;
}
#claim-profile .page-right .actions-bottom .btn-skip .icon-right-arrow::before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 8px;
}
#claim-profile .page-right .step-1-right fieldset:last-child h5 {
    margin-bottom: 30px;
}
#claim-profile .page-right .step-3-right h4 {
    margin-bottom: 24px;
}
#claim-profile .page-right .step-3-right p {
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.79;
    margin-bottom: 30px;
    color: #484a4c;
}
#claim-profile .page-right .step-3-right p a {
    color: #484a4c;
    font-weight: bold;
}
#claim-profile .page-right .step-4-right h4 {
    margin-bottom: 30px;
}
#claim-profile .page-right .step-4-right p {
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #484a4c;
    margin-bottom: 40px;
}
#claim-profile .page-right .step-build-profile-right h5 {
    position: relative;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0;
}
#claim-profile .page-right .step-build-profile-right p {
    max-width: 100% !important;
}
#claim-profile .page-right .step-build-profile-right .profile-progress {
    display: inline-block;
    vertical-align: top;
}
#claim-profile .page-right .step-build-profile-right .profile-progress .profile-progress-lbl {
    display: inline-block;
    vertical-align: middle;
    font-size: .75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6b6d;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #aaaeb3;
}
#claim-profile .page-right .step-build-profile-right .profile-progress .profile-progress-num {
    display: inline-block;
    vertical-align: middle;
    font-size: .75rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #484a4c;
    margin-right: 8px;
}
#claim-profile .page-right .step-build-profile-right .profile-progress .profile-progress-graph {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 10px;
    border-radius: 10px;
    background-color: #d8d8d8;
    position: relative;
}
#claim-profile .page-right .step-build-profile-right .profile-progress .profile-progress-graph .profile-progress-graph-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 10px;
    border-radius: 10px;
    background-color: #00C3C7;
}
#claim-profile .page-right .step-build-profile-right .panel-group {
    margin: 15px 0;
}
#claim-profile .page-right .step-build-profile-right .panel-group .panel .panel-heading {
    padding-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}
#claim-profile .page-right .step-build-profile-right .panel-group .panel .panel-heading .panel-title {
    margin-bottom: 0;
    position: relative;
}
#claim-profile .page-right .step-build-profile-right .panel-group .panel .panel-heading .panel-title a {
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #484a4c;
}
#claim-profile .page-right .step-build-profile-right .panel-group .panel .panel-heading .panel-title .btn-ico {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #00C3C7;
    position: absolute;
    top: 6px;
    right: 10px;
}
#claim-profile .page-right .step-build-profile-right .panel-group .panel .panel-heading .panel-title .icon-check {
    color: #00C3C7;
    font-size: .625rem;
    margin-right: 10px;
}
#claim-profile .page-right .step-build-profile-right .panel-group .panel .panel-collapse .panel-body {
    padding: 32px 24px;
    border-bottom: 1px solid #eaeaea;
}
#claim-profile .page-right .step-build-profile-right .panel-group .panel .panel-collapse .panel-body .btn-link {
    padding: 10px 0 0;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
}
#claim-profile .page-right .step-build-profile-right .procedure-row {
    opacity: 0.5;
}
#claim-profile .page-right .step-build-profile-right .procedure-row td .procedure-name {
    font-weight: bold;
}
#claim-profile .page-right .step-build-profile-right .procedure-row td .toggle-procedure {
    width: 30px;
}
#claim-profile .page-right .step-build-profile-right .procedure-row td .toggle-procedure label::after {
    content: '' !important;
}
#claim-profile .page-right .step-build-profile-right .procedure-row td .toggle-procedure input[type="checkbox"]:checked~label::after {
    content: '' !important;
}
#claim-profile .page-right .step-build-profile-right .procedure-row.active {
    opacity: 1;
}
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body {
    padding: 0 !important;
}
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-1 {
    padding: 25px;
}
#claim-profile #callMyPractice .modal-dialog,
#claim-profile #findMyPractice .modal-dialog,
#claim-profile #resetPassword .modal-dialog {
    max-width: 600px;
    border-radius: 5px;
    margin-top: 22vh;
}
#claim-profile #callMyPractice .modal-dialog .modal-content,
#claim-profile #findMyPractice .modal-dialog .modal-content,
#claim-profile #resetPassword .modal-dialog .modal-content {
    border: none;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-header,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-header,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-header {
    padding: 30px;
    font-size: 1.25rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #00C3C7;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-header .close,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-header .close,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-header .close {
    color: #FFF;
    font-size: 1.875rem;
    text-shadow: none;
    opacity: 1;
    margin: 0;
    padding: 0;
    line-height: 25px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-header .close:hover,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-header .close:hover,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-header .close:hover {
    color: #FFF;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body {
    padding: 25px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body p,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body p,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body p {
    margin-bottom: 30px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input {
    margin-bottom: 25px;
    padding-top: 16px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input input,
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input input,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input input,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input textarea {
    color: #4F4F4F;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #ECEFF0;
    line-height: 20px;
    font-size: .875rem;
    padding: 6px 0px 8px;
    font-weight: 700;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input input:focus+label,
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:focus+label,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input input:focus+label,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:focus+label,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input input:focus+label,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input textarea:focus+label {
    opacity: 1;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input input:focus+label:before,
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:focus+label:before,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input input:focus+label:before,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:focus+label:before,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input input:focus+label:before,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input textarea:focus+label:before {
    width: 100%;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input input:-ms-input-placeholder,
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:-ms-input-placeholder,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input input:-ms-input-placeholder,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:-ms-input-placeholder,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input input:-ms-input-placeholder,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input textarea:-ms-input-placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input input::placeholder,
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea::placeholder,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input input::placeholder,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea::placeholder,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input input::placeholder,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input textarea::placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input input:focus:-ms-input-placeholder,
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:focus:-ms-input-placeholder,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input input:focus:-ms-input-placeholder,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:focus:-ms-input-placeholder,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input input:focus:-ms-input-placeholder,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input input:focus::placeholder,
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:focus::placeholder,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input input:focus::placeholder,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea:focus::placeholder,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input input:focus::placeholder,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input textarea:focus::placeholder {
    opacity: 0;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input label,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input label,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input label {
    position: absolute;
    top: -42px;
    opacity: 0;
    transition: opacity 0.2s linear;
    display: block;
    font-size: .75rem;
    color: #8a8a8a;
    line-height: 8px;
    margin-bottom: 0px;
    position: relative;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input label:before,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input label:before,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input label:before {
    position: absolute;
    bottom: -34px;
    content: '';
    display: block;
    border-bottom: 2px solid #00C3C7;
    width: 0px;
    left: 0px;
    transition: width 0.3s ease-out;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input label.stick,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input label.stick,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input label.stick {
    opacity: 1;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input textarea,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input textarea {
    min-height: 100px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input.message-input label,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input.message-input label,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input.message-input label {
    top: -120px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input.message-input label:before,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input.message-input label:before,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input.message-input label:before {
    bottom: -106px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input.message-input label.stick,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input.message-input label.stick,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input.message-input label.stick {
    opacity: 1;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input .error-msg,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input .error-msg,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input .error-msg {
    color: #F01818;
    font-size: .75rem;
    font-weight: 600;
    display: none;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input.error input,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input.error input,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input.error input {
    border-bottom: 1px solid #F01818;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input.error label,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input.error label,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input.error label {
    color: #F01818;
    opacity: 1;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input.error label:before,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input.error label:before,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input.error label:before {
    border-bottom: 2px solid #F01818;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input.error .error-msg,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input.error .error-msg,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input.error .error-msg {
    display: block;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .contact-input:last-child,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .contact-input:last-child,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .contact-input:last-child {
    margin-bottom: 10px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-1 p,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-1 p,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-1 p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.31;
    color: #484a4c;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-1 h5,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-1 h5,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-1 h5 {
    font-size: 1.25rem;
    font-weight: 900;
    color: #1b1c1d;
    margin-bottom: 20px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .row,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .row,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .row {
    margin-left: 0;
    margin-right: 0;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .number-results,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .number-results,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .number-results {
    font-weight: bold;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .btn-cancel,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .btn-cancel,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .btn-cancel {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #00C3C7;
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 32px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .btn-cancel .icon-right-arrow::before,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .btn-cancel .icon-right-arrow::before,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .btn-cancel .icon-right-arrow::before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 8px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 h5,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 h5,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 h5 {
    font-size: 1.125rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.11;
    color: #1b1c1d;
    margin: 20px 0;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 h5 span,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 h5 span,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 h5 span {
    color: #00C3C7;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .filter-header,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .filter-header,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .filter-header {
    background-color: #f1f4f8;
    font-size: .75rem;
    font-weight: normal;
    line-height: 24px;
    color: #484a4c;
    padding: 10px 17px;
    margin-bottom: 25px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #eceff0;
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box h4,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box h4,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box h4 {
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.33;
    margin-bottom: 15px;
    color: #1b1c1d;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info {
    display: block;
    display: inline-block;
    margin-bottom: 12px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-ico,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-ico,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-ico {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-top: 2px;
    color: #00C3C7;
    font-size: 1.125rem;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-txt,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-txt,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-txt {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #484a4c;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-txt p,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-txt p,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .icon-info .icon-info-txt p {
    margin-bottom: 0;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .btn-primary,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .btn-primary,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .btn-primary {
    position: absolute;
    bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 15px 20px;
    right: 15px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .already-claimed,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .already-claimed,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .already-claimed {
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.29;
    text-align: left;
    color: #818181;
    margin-bottom: 0;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .already-claimed .btn-info,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .already-claimed .btn-info,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .already-claimed .btn-info {
    position: relative;
    top: -4px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box:last-child,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box:last-child,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box:last-child {
    border-bottom: none !important;
    margin-bottom: 64px;
    padding-bottom: 0;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .pagination {
    padding: 0;
    list-style: none;
    margin: -15px 0 15px;
    display: block;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li {
    display: inline-block;
    margin: 6px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .actual-page,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .actual-page,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .actual-page {
    font-weight: 900;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-link,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-link,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-link {
    font-size: .8125rem;
    color: #484a4c !important;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-prev-page,
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-next-page,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-prev-page,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-next-page,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-prev-page,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .pagination li .btn-next-page {
    font-weight: 900;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile {
    border-top: 1px solid #eceff0;
    display: block;
    padding-top: 23px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p {
    font-size: .875rem;
    line-height: 16px;
    font-weight: normal;
    margin-left: 32px;
    margin-bottom: 25px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p strong,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p strong,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p strong {
    color: #484a4c;
    font-weight: bold;
    font-size: 1rem;
    line-height: 16px;
    margin-right: 8px;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p span,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p span,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .find-practice-2 .dont-see-your-profile p span {
    color: #00C3C7;
    font-weight: bold;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-body .resend-verification-code,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .resend-verification-code,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-body .resend-verification-code {
    margin-top: 16px;
    font-size: .8125rem;
    text-decoration: underline;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .modal-footer,
#claim-profile #findMyPractice .modal-dialog .modal-content .modal-footer,
#claim-profile #resetPassword .modal-dialog .modal-content .modal-footer {
    border-top: none;
    -ms-flex-pack: left;
    justify-content: left;
}
#claim-profile #callMyPractice .modal-dialog .modal-content .btn-next,
#claim-profile #findMyPractice .modal-dialog .modal-content .btn-next,
#claim-profile #resetPassword .modal-dialog .modal-content .btn-next {
    min-width: 115px;
    height: 48px;
    padding: 0 24px;
    border-radius: 4px;
    background-color: #00C3C7;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    float: none;
}
#claim-profile #callMyPractice .modal-dialog .modal-content #find-profile,
#claim-profile #findMyPractice .modal-dialog .modal-content #find-profile,
#claim-profile #resetPassword .modal-dialog .modal-content #find-profile {
    margin-top: 20px;
}
#claim-profile #resetPassword .modal-dialog {
    max-width: 635px !important;
}
#claim-profile #resetPassword .modal-dialog .modal-body {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #1b1c1d;
}
#claim-profile #resetPassword .modal-dialog .modal-body .text-center .contact-input {
    width: 300px;
    max-width: 100%;
    display: inline-block;
    text-align: left;
}
#claim-profile #resetPassword .modal-dialog .modal- {
    display: block;
    padding-top: 20px;
    padding-bottom: 35px;
}
#claim-profile #resetPassword .modal-dialog .modal-footer #reset-my-password {
    display: inline-block;
}
@media (max-width: 1100px) {
    .hour-grid-select .hour-grid-select-row .hour-grid-select-day {
        width: 28px;
        margin-right: 5px;
    }
    .hour-grid-select .hour-grid-select-row .hour-grid-select-tit {
        min-width: 140px;
    }
    .hour-grid-select .hour-grid-select-row .hour-grid-select-time {
        min-width: 140px;
    }
    .hour-grid-select .hour-grid-select-row .hour-grid-select-time .select-time-lapse-selected {
        font-size: .8125rem;
    }
}
@media (max-width: 755px) {
    #claim-profile .claim-profile-hero-section {
        padding: 20px 0 0 0 !important;
        position: relative;
    }
    #claim-profile .claim-profile-hero-section .row {
        display: none !important;
    }
    #claim-profile .claim-profile-hero-section::after {
        height: 270px !important;
    }
    #claim-profile .contact-info-block {
        padding: 25px 16px !important;
    }
    #claim-profile .contact-info-block .line-top {
        display: none;
    }
    #claim-profile .contact-info-block .cyp-steps {
        margin-bottom: 15px;
    }
    #claim-profile .contact-info-block .cyp-steps-line {
        display: none;
    }
    #claim-profile .contact-info-block .login-block-left,
    #claim-profile .contact-info-block .step-1-left,
    #claim-profile .contact-info-block .step-2-left,
    #claim-profile .contact-info-block .step-3-left,
    #claim-profile .contact-info-block .step-4-left,
    #claim-profile .contact-info-block .step-build-profile-left {
        margin-top: 0;
    }
    #claim-profile .contact-info-block .login-block-left h4,
    #claim-profile .contact-info-block .step-1-left h4,
    #claim-profile .contact-info-block .step-2-left h4,
    #claim-profile .contact-info-block .step-3-left h4,
    #claim-profile .contact-info-block .step-4-left h4,
    #claim-profile .contact-info-block .step-build-profile-left h4 {
        font-size: 1.25rem;
        font-weight: 900;
        margin-bottom: 16px;
    }
    #claim-profile .contact-info-block .login-block-left .desc-block,
    #claim-profile .contact-info-block .step-1-left .desc-block,
    #claim-profile .contact-info-block .step-2-left .desc-block,
    #claim-profile .contact-info-block .step-3-left .desc-block,
    #claim-profile .contact-info-block .step-4-left .desc-block,
    #claim-profile .contact-info-block .step-build-profile-left .desc-block {
        margin-bottom: 32px;
        display: none;
    }
    #claim-profile .contact-info-block .login-block-left .icon-desc,
    #claim-profile .contact-info-block .step-1-left .icon-desc,
    #claim-profile .contact-info-block .step-2-left .icon-desc,
    #claim-profile .contact-info-block .step-3-left .icon-desc,
    #claim-profile .contact-info-block .step-4-left .icon-desc,
    #claim-profile .contact-info-block .step-build-profile-left .icon-desc {
        font-size: .9375rem;
        font-weight: bold;
        margin-bottom: 24px;
        display: none;
    }
    #claim-profile .contact-info-block .login-block-left .icon-desc:last-child,
    #claim-profile .contact-info-block .step-1-left .icon-desc:last-child,
    #claim-profile .contact-info-block .step-2-left .icon-desc:last-child,
    #claim-profile .contact-info-block .step-3-left .icon-desc:last-child,
    #claim-profile .contact-info-block .step-4-left .icon-desc:last-child,
    #claim-profile .contact-info-block .step-build-profile-left .icon-desc:last-child {
        margin-bottom: 0 !important;
    }
    #claim-profile .contact-info-block .login-block-left .help-tip,
    #claim-profile .contact-info-block .step-1-left .help-tip,
    #claim-profile .contact-info-block .step-2-left .help-tip,
    #claim-profile .contact-info-block .step-3-left .help-tip,
    #claim-profile .contact-info-block .step-4-left .help-tip,
    #claim-profile .contact-info-block .step-build-profile-left .help-tip {
        display: none;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #claim-profile .contact-info-block .login-block-left .help-tip h4,
    #claim-profile .contact-info-block .step-1-left .help-tip h4,
    #claim-profile .contact-info-block .step-2-left .help-tip h4,
    #claim-profile .contact-info-block .step-3-left .help-tip h4,
    #claim-profile .contact-info-block .step-4-left .help-tip h4,
    #claim-profile .contact-info-block .step-build-profile-left .help-tip h4 {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 16px;
    }
    #claim-profile .contact-info-block .login-block-left .left-icon,
    #claim-profile .contact-info-block .step-1-left .left-icon,
    #claim-profile .contact-info-block .step-2-left .left-icon,
    #claim-profile .contact-info-block .step-3-left .left-icon,
    #claim-profile .contact-info-block .step-4-left .left-icon,
    #claim-profile .contact-info-block .step-build-profile-left .left-icon {
        display: none;
    }
    #claim-profile .contact-info-block .view-more {
        display: block;
    }
    #claim-profile .page-right {
        padding: 20px 16px 160px !important;
        min-height: 565px;
    }
    #claim-profile .page-right h4 {
        margin-bottom: 14px;
    }
    #claim-profile .page-right p {
        margin-bottom: 17px;
    }
    #claim-profile .page-right .credits-top {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 30px;
        display: block;
        text-align: center;
        width: calc(100% - 70px);
    }
    #claim-profile .page-right .create-account-bottom {
        bottom: 80px;
        padding-top: 20px;
        padding-bottom: 22px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    #claim-profile .page-right .create-account-bottom p {
        font-size: .75rem;
    }
    #claim-profile .page-right .create-account-bottom p .btn-default {
        font-size: .75rem;
    }
    #claim-profile .page-right .step-1-right .profile-picture h5 {
        display: none !important;
    }
    #claim-profile .page-right .step-1-right .profile-picture .drag-drop-cont {
        margin-bottom: 36px;
        margin-top: 25px;
    }
    #claim-profile .page-right .step-1-right .profile-picture .drag-drop-cont .imagen-preview {
        margin-right: 20px;
        width: 80px;
        height: 80px;
    }
    #claim-profile .page-right .step-1-right .profile-picture .drag-drop-cont .imagen-preview img {
        width: 100%;
        height: auto;
    }
    #claim-profile .page-right .step-1-right .profile-picture .drag-drop-cont .imagen-data p {
        display: none;
    }
    #claim-profile .page-right .step-1-right fieldset h5 {
        margin: 0 0 40px;
    }
    #claim-profile .page-right .step-1-right .actions-bottom {
        padding-top: 0 !important;
    }
    #claim-profile .page-right .step-1-right .actions-bottom .btn-next {
        margin-top: 0 !important;
    }
    #claim-profile .page-right .step-3-right p,
    #claim-profile .page-right .step-4-right p {
        text-align: center;
    }
    #claim-profile .page-right .step-4-right h4 {
        text-align: center;
        margin-bottom: 28px;
    }
    #claim-profile .page-right .step-4-right .mb-100 {
        margin-bottom: 0 !important;
    }
    #claim-profile .page-right .actions-bottom {
        width: 100%;
        position: relative;
        text-align: center;
        padding-top: 10px;
    }
    #claim-profile .page-right .actions-bottom .btn-next {
        width: 100%;
        height: 64px;
        border-radius: 4px;
        margin-top: -45px;
        font-size: 1.125rem;
    }
    #claim-profile .page-right .actions-bottom .btn-cancel,
    #claim-profile .page-right .actions-bottom .btn-skip {
        position: relative;
        top: 86px;
        font-size: 1rem;
    }
    #claim-profile .page-right .submit-input {
        margin-bottom: 30px !important;
    }
    #claim-profile .page-right .submit-input #submit-form {
        width: 100%;
        height: 64px;
        font-size: 1.125rem;
        font-weight: bold;
    }
    #claim-profile .page-right .step-build-profile-right .col-lg-7.text-right {
        text-align: center !important;
    }
    #claim-profile .page-right .step-build-profile-right h5 {
        text-align: center;
        margin: 30px 0;
    }
    #claim-profile .page-right .step-build-profile-right .profile-progress {
        margin-bottom: 30px;
    }
    #claim-profile .page-right .step-build-profile-right .panel-group .panel .panel-collapse .panel-body {
        padding: 22px 0 !important;
    }
    #claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 h5 {
        font-size: 1rem;
        text-align: right;
    }
    #claim-profile #findMyPractice h4 {
        font-size: 1rem;
        font-weight: 900;
    }
    #claim-profile #findMyPractice .practice-box .btn-primary {
        padding: 10px 30px !important;
    }
    #claim-profile #findMyPractice .find-practice-2 .dont-see-your-profile p strong {
        display: block;
        margin-bottom: 16px;
    }
    #claim-profile #findMyPractice .filter-header .col-xs-6 {
        width: 50% !important;
    }
    #claim-profile .hour-grid-select .hour-grid-select-row .hour-grid-select-time {
        margin: 5px 0;
        min-width: 126px;
    }
    #claim-profile .hour-grid-select .hour-grid-select-row .hour-grid-select-tit {
        min-width: 126px;
    }
    #claim-profile .select-time-lapse .select-time-lapse-selected {
        font-size: .8125rem;
    }
    #claim-profile .hour-grid-select .hour-grid-select-row .hour-grid-select-day {
        width: 30px;
        text-align: left;
        margin-right: 5px;
    }
    #claim-profile .select-time-lapse .select-time-options {
        width: 210px;
    }
    #claim-profile .select-time-lapse .select-time-options .time-block {
        margin-bottom: 0;
    }
    #claim-profile .select-time-lapse .select-time-options .options-check {
        margin-bottom: 14px;
    }
    #claim-profile .static-field-txt p {
        text-align: left !important;
    }
    #claim-profile .select-duration .select-duration-options {
        width: 220px;
    }
    #claim-profile .select-duration .select-duration-selected {
        font-size: .8125rem;
    }
    #claim-profile .select-days .select-days-options {
        width: 320px;
        height: 235px;
    }
    #claim-profile .hour-grid-select-row .hour-grid-select-time:last-child .select-time-lapse .select-time-options {
        width: 210px;
        left: -40px;
    }
    #claim-profile .day-hours-panel .day-hours-panel-body .day-hours-panel-row .day-hours-panel-hours-start {
        min-width: 110px;
    }
    #claim-profile .day-hours-panel .day-hours-panel-body .day-hours-panel-row .day-hours-panel-hours-end {
        min-width: 110px;
    }
    #claim-profile #findMyPractice .modal-dialog .modal-content .modal-body .find-practice-2 .practice-results .practice-box .btn-primary {
        position: relative;
        right: 0;
    }
    #claim-profile .resend-verification-code {
        padding: 0 !important;
    }
    #claim-profile .btn-info .btn-tooltip {
        width: 170px;
        height: auto;
        padding: 12px;
        font-size: .75rem;
    }
}
/* //////////////////// */
/*   ERROR 404 - PAGE   */
/* //////////////////// */
.error404-section {
    position: relative;
    padding: 70px 0 50px 0;
}
.error404-section .container .error-block .title-block {
    margin-bottom: 80px;
}
.error404-section .container .error-block .title-block p {
    font-size: .875rem;
    color: #6A6B6D;
}
.error404-section .container .error-block .img-block {
    max-width: 608px;
    margin: 0 auto 60px auto;
}
.error404-section .container .error-block .btn-block .btn-primary {
    font-weight: 700;
    padding: 12px;
    min-width: 184px;
    border-color: #F4863F;
    background-color: #F4863F;
    transition: all 0.2s linear;
}
.error404-section .container .error-block .btn-block .btn-primary:hover {
    background-color: #F1711E;
}
@media screen and (max-width: 575px) {
    .error404-section {
        padding: 40px 0 0 0;
    }
    .error404-section .container .error-block .title-block {
        margin-bottom: 60px;
    }
    .error404-section .container .error-block .img-block {
        max-width: 90%;
        margin-bottom: 40px;
    }
}
/* /////////////////////// */
/*   DENTIST SEARCH PAGE   */
/* /////////////////////// */
.dentist-search-page {
    padding-top: 0;
    xoverflow-x: hidden;
}
@media screen and (max-width: 992px) {
    .dentist-search-page {
        padding-bottom: 0;
    }
}
.no-border-top {
    border-top: none !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
@media screen and (max-width: 992px) {
    body.sticky .dentist-search-page {
        padding-top: calc(0px) !important;
    }
}
.dentist-search-results {
    padding-top: 30px;
}
.dentist-search-results .section-title-block {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}
.dentist-search-results .section-title-block .section-title-text {
    font-size: 1.5rem;
    line-height: 30px;
    position: relative;
    float: none;
    margin: 0;
}
.dentist-search-results .section-title-block .section-title-text:after {
    display: none;
}
.dentist-search-results .section-title-block .section-title-text .location {
    font-weight: 700;
    color: #00C3C7;
}
.dentist-search-results .row {
    margin-left: -10px;
    margin-right: -10px;
}
.dentist-search-results .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.dentist-search-results .expert-corner-pagination nav {
    margin-bottom: 0;
}
.dentist-search-results .expert-corner-pagination nav ul {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .dentist-search-results {
        padding-top: 0;
    }
    .dentist-search-results .section-title-block {
        display: none;
    }
    .dentist-search-results .expert-corner-pagination {
        margin: 0;
        padding: 0 16px;
    }
    .dentist-search-results .expert-corner-pagination nav {
        margin-bottom: 10px;
    }
    .dentist-search-results .expert-corner-pagination nav ul {
        margin-bottom: 1rem;
    }
    .dentist-search-results .col-dentist-sidebar .location-map-block,
    .dentist-search-results .col-dentist-sidebar .have-a-question {
        display: none;
    }
}
/* Search Filter */
.dentist-search-filter {
    margin-bottom: 0;
}
.dentist-search-filter .primary-filter-block {
    background: #00C3C7;
    display: -ms-flexbox;
    display: flex;
}
.dentist-search-filter .primary-filter-block .search-group {
    border-right: 1px solid #31d3d6;
}
.dentist-search-filter .primary-filter-block .search-group .form-group {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-icon {
    margin-right: 5px;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-icon .icon {
    color: #ffffff;
    font-size: .875rem;
    vertical-align: middle;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field {
    width: 100%;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field>.icon {
    color: #ffffff;
    font-size: .875rem;
    vertical-align: middle;
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 14px;
    height: 14px;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field .form-control {
    background: none;
    border: none;
    font-size: .875rem;
    padding: 0;
    color: #ffffff;
    height: inherit;
    box-shadow: none;
    outline: none;
    line-height: 24px;
    padding: 16px 16px 16px 44px;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field .form-control:focus {
    box-shadow: none;
    outline: none;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field .form-control:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field>a {
    color: #ffffff;
    font-size: .875rem;
    display: block;
    line-height: 24px;
    position: relative;
    line-height: normal;
    height: 56px;
    padding: 13px 24px 13px 44px;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field>a .label {
    line-height: 30px;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field>a h6 {
    font-size: .6875rem;
    font-weight: normal;
    margin: 0;
}
.dentist-search-filter .primary-filter-block .search-group .form-group .search-field>a i {
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    height: 14px;
    line-height: 14px;
    margin: auto 0;
}
.dentist-search-filter .primary-filter-block .search-group.zipcode {
    width: 26%;
}
.dentist-search-filter .primary-filter-block .search-group.payment-method {
    width: 35%;
}
.dentist-search-filter .primary-filter-block .search-group.reason-for-visit {
    width: 30%;
}
.dentist-search-filter .primary-filter-block .search-group.reason-for-visit .form-group .search-field>a {
    line-height: 30px;
}
.dentist-search-filter .primary-filter-block .search-group.submit-filter {
    border: none;
    width: 10%;
}
.dentist-search-filter .primary-filter-block .search-group.submit-filter .filter-submit-btn {
    padding: 16px;
    text-align: center;
    display: block;
    text-align: center;
    color: #ffffff;
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
}
.dentist-search-filter .primary-filter-block .search-group.submit-filter .filter-submit-btn:focus {
    outline: none;
    box-shadow: none;
}
.dentist-search-filter .secondary-filter-block {
    background: #F1F4F8;
}
.dentist-search-filter .secondary-filter-block .search-group .form-group {
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    color: #484A4C;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.dentist-search-filter .secondary-filter-block .search-group .form-group .icon {
    vertical-align: middle;
}
.dentist-search-filter .secondary-filter-block .search-group .form-group .xsearch-icon {
    margin-right: 8px;
}
.dentist-search-filter .secondary-filter-block .search-group .form-group .search-field>.icon {
    position: absolute;
    xfont-size: .875rem;
    xvertical-align: middle;
    left: 22px;
    top: 10px;
    line-height: normal;
}
.dentist-search-filter .secondary-filter-block .search-group .form-group .search-field>a {
    color: #1B1C1D;
    min-width: 60px;
    display: block;
    position: relative;
    line-height: 14px;
    padding: 9px 24px 9px 48px;
}
.dentist-search-filter .secondary-filter-block .search-group .form-group .search-field>a span {
    font-weight: normal;
    display: inline-block;
    margin-right: 3px;
}
.dentist-search-filter .secondary-filter-block .search-group .form-group .search-field>a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    line-height: 12px;
    margin: auto 0;
}
.dentist-search-filter .secondary-filter-block .search-group.more-filter {
    float: left;
}
.dentist-search-filter .secondary-filter-block .search-group.distance {
    float: right;
}
.dentist-search-filter .secondary-filter-block .search-group.distance .form-group {
    padding-right: 20px;
}
.dentist-search-filter .secondary-filter-block .search-group.distance .form-group .search-field>a {
    min-width: 110px;
}
@media screen and (max-width: 991px) {
    .dentist-search-filter {
        display: none;
    }
}
.form-check {
    padding: 7px 0;
    min-height: auto;
    margin-right: 15px;
}
.form-check input[type=checkbox] {
    margin: 0;
    display: none;
    width: 22px;
}
.form-check input[type=checkbox]+label {
    padding-left: 0;
    font-size: .875rem;
    font-weight: normal;
    color: #1B1C1D;
}
.form-check input[type=checkbox]+label:before {
    content: "\49";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 12px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: normal;
}
.form-check input[type=checkbox]+label.error:before {
    color: red !important;
}
.form-check input[type=checkbox]:checked+label:before {
    content: "\48";
    color: #00C3C7;
}
.btn-group-toggle {
    display: block;
    overflow: hidden;
}
.btn-group-toggle .btn {
    display: inline-block;
    color: #1B1C1D;
    background: transparent;
    font-size: .875rem;
    border-color: #e2e2e2;
    line-height: normal;
    padding: 14px;
    box-shadow: none !important;
}
.btn-group-toggle .btn.active {
    background: #00C3C7;
    border-color: #00C3C7;
    color: #ffffff;
}
.dropdown-box .dropdown-content {
    position: absolute;
    background: #ffffff;
    left: 0;
    top: auto;
    z-index: 10;
    padding: 0;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 10px 30px 0 rgba(38, 43, 48, 0.29);
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all 0.2s linear;
    width: 390px;
}
.dropdown-box .dropdown-content .nav-tabs {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}
.dropdown-box .dropdown-content .nav-tabs .nav-item {
    display: block;
    width: 50%;
    float: left;
    margin: 0;
}
.dropdown-box .dropdown-content .nav-tabs .nav-item a {
    display: block;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s linear;
    font-size: .75rem;
    font-weight: 700;
    color: #959596;
    border-radius: 0;
    text-align: center;
    padding: 13px;
    position: relative;
}
.dropdown-box .dropdown-content .nav-tabs .nav-item a:hover {
    color: #00C3C7;
}
.dropdown-box .dropdown-content .nav-tabs .nav-item a.filled {
    color: #1B1C1D;
}
.dropdown-box .dropdown-content .nav-tabs .nav-item a.filled:before {
    content: "\30";
    color: #00C3C7;
    font-size: .625rem;
    margin-right: 7px;
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropdown-box .dropdown-content .nav-tabs .nav-item a.active {
    color: #00C3C7;
    border-color: #00C3C7;
}
.dropdown-box .dropdown-content .nav-tabs .nav-item a.active:before {
    display: none;
}
.dropdown-box .dropdown-content .pay-option {
    padding: 18px;
}
.dropdown-box .dropdown-content .pay-option .radio {
    line-height: normal;
    margin-bottom: 18px;
}
.dropdown-box .dropdown-content .pay-option .radio:last-child {
    margin: 0;
}
.dropdown-box .dropdown-content .pay-option .radio input[type=radio] {
    display: none;
}
.dropdown-box .dropdown-content .pay-option .radio input[type=radio]+label {
    display: block;
    font-size: .875rem;
    line-height: normal;
    color: #484A4C;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    transition: all 0.2s linear;
}
.dropdown-box .dropdown-content .pay-option .radio input[type=radio]:checked+label {
    color: #00C3C7;
}
.dropdown-box .dropdown-content .pay-option .radio:hover input[type=radio]+label {
    color: #00C3C7;
}
.dropdown-box .dropdown-content .pay-option .radio clabel {
    display: block;
    font-size: .875rem;
    line-height: normal;
    color: #484A4C;
    cursor: pointer;
    margin: 0;
}
.dropdown-box .dropdown-content .search-bar {
    position: relative;
    padding: 0 15px 0 40px;
    border: 1px solid #e2e2e2;
    border-width: 1px 0;
    color: #959596;
}
.dropdown-box .dropdown-content .search-bar a {
    font-size: .75rem;
    color: #00C3C7;
    position: absolute;
    top: 10px;
    right: 15px;
}
.dropdown-box .dropdown-content .search-bar a .icon {
    font-size: .375rem;
    vertical-align: middle;
    margin-left: 3px;
}
.dropdown-box .dropdown-content .search-bar .icon-search {
    position: absolute;
    left: 19px;
    top: 13px;
    font-size: .8125rem;
}
.dropdown-box .dropdown-content .search-bar input {
    font-size: .875rem;
    border: none;
    color: #484A4C;
    display: block;
    padding: 0;
    width: 100%;
    line-height: 40px;
}
.dropdown-box .dropdown-content .search-bar input:-ms-input-placeholder {
    color: #959596;
    opacity: 1;
}
.dropdown-box .dropdown-content .search-bar input::placeholder {
    color: #959596;
    opacity: 1;
}
.dropdown-box .dropdown-content .search-bar input:focus {
    box-shadow: none;
    outline: none;
}
.dropdown-box .dropdown-content .option-list {
    padding: 20px 16px;
    max-height: 250px;
    overflow: auto;
}
.dropdown-box .dropdown-content .option-list .selected-plan {
    font-size: .6875rem;
    color: #484A4C;
    margin-bottom: 15px;
}
.dropdown-box .dropdown-content .option-list .selected-plan span {
    color: #00C3C7;
}
.dropdown-box .dropdown-content .option-list h4 {
    font-size: .875rem;
    font-weight: 900;
    color: #484A4C;
}
.dropdown-box .dropdown-content .option-list h4:after {
    content: '';
    width: 23px;
    height: 2px;
    background: #1B1C1D;
    display: inline-block;
    vertical-align: super;
    margin-left: 8px;
}
.dropdown-box .dropdown-content .option-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown-box .dropdown-content .option-list ul li {
    list-style: none;
    display: block;
}
.dropdown-box .dropdown-content .option-list ul li a {
    display: block;
    font-size: .875rem;
    color: #484A4C;
    line-height: 26px;
}
.dropdown-box .dropdown-content .option-list ul li a:hover {
    color: #00C3C7;
}
.dropdown-box .dropdown-content .option-list ul li:last-child {
    margin: 0 0 20px 0;
}
.dropdown-box .dropdown-content .option-list ul:last-child li:last-child {
    margin: 0;
}
.dropdown-box .dropdown-content .option-list p {
    font-size: .875rem;
    margin: 0;
}
.dropdown-box .dropdown-content .more-block {
    padding: 16px;
}
.dropdown-box .dropdown-content .more-block h5 {
    font-size: .875rem;
    font-weight: 700;
    color: #1B1C1D;
    margin-bottom: 12px;
    position: relative;
}
.dropdown-box .dropdown-content .more-block h5 .distance-value {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
}
.dropdown-box .dropdown-content .more-block.slider-block {
    padding-bottom: 0;
}
.dropdown-box .dropdown-content .more-block.slider-block .slider h5 {
    margin-bottom: 20px;
}
.dropdown-box .dropdown-content .more-block .btn-group-toggle .btn {
    display: block;
    width: 33.33%;
    float: left;
}
.dropdown-box .dropdown-content .more-block .form-control {
    border: none;
    font-size: .875rem;
    color: #1B1C1D;
    border-radius: 0;
    height: inherit;
    padding: 10px 0;
    -webkit-appearance: none;
    border-bottom: 1px solid #e2e2e2;
}
.dropdown-box .dropdown-content .more-block .form-control:focus {
    box-shadow: none;
}
.dropdown-box .dropdown-content .more-block select.form-control {
    background: url(../images/dropdown-icon.png) center right no-repeat;
    background-size: 7px 4px;
}
.dropdown-box .dropdown-content .more-block .btn-filter {
    background: #00C3C7;
    color: #ffffff;
    font-size: 1rem;
    min-width: 120px;
    font-weight: 700;
    padding: 11px;
    margin-bottom: 15px;
}
.dropdown-box .dropdown-content.reason-content {
    width: 100%;
}
.dropdown-box .dropdown-content.reason-content .search-bar {
    position: relative;
    padding-right: 60px;
    border: 1px solid #e2e2e2;
    border-width: 1px 0;
    color: #959596;
}
.dropdown-box .dropdown-content.reason-content .search-bar input {
    font-size: .875rem;
    border: none;
    display: block;
    padding: 0;
    width: 100%;
    line-height: 40px;
}
.dropdown-box .dropdown-content.reason-content .search-bar input:focus {
    box-shadow: none;
    outline: none;
}
.dropdown-box.more-option-box .dropdown-content {
    width: 300px;
}
.dropdown-box.sort-by-distance .dropdown-content {
    width: 220px;
    right: 0;
    left: auto;
}
.dropdown-box .dt-toggle i {
    transition: all 0.2s linear;
}
.dropdown-box.active .dropdown-content {
    pointer-events: all;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.dropdown-box.active .dt-toggle i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* Search Filter */
.calendar-filter .calendar-filter-inner {
    padding: 15px 16px 10px 20px;
}
.calendar-filter .calendar-filter-inner .current-date-block {
    float: left;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link {
    margin-right: 15px;
    position: relative;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link .dt-toggle {
    font-size: 1rem;
    color: #1B1C1D;
    font-weight: 900;
    display: block;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link .dt-toggle i {
    color: #959596;
    vertical-align: middle;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link .month-input {
    position: relative;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link .month-input .datepicker {
    font-size: 1rem;
    font-weight: 900;
    color: #1B1C1D;
    border: none;
    display: inline-block;
    max-width: 140px;
    z-index: 1;
    line-height: normal;
    background: transparent;
    cursor: pointer;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link .month-input .datepicker:focus {
    outline: none;
    box-shadow: none;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link .month-input .datepicker:-ms-input-placeholder {
    color: #1B1C1D;
    opacity: 1;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link .month-input .datepicker::placeholder {
    color: #1B1C1D;
    opacity: 1;
}
.calendar-filter .calendar-filter-inner .current-date-block .calender-link .month-input i {
    vertical-align: middle;
    color: #959596;
    font-size: .875rem;
    margin-left: 3px;
}
.calendar-filter .calendar-filter-inner .current-date-block .today {
    font-size: .75rem;
    font-weight: 700;
    color: #00C3C7;
    text-transform: uppercase;
    line-height: 24px;
}
.calendar-filter .calendar-filter-inner .week-date-block {
    float: right;
    display: -ms-flexbox;
    display: flex;
}
.calendar-filter .calendar-filter-inner .week-date-block .arrow a {
    color: #AAAEB3;
    margin-top: 14px;
    display: inline-block;
    font-size: .6875rem;
}
.calendar-filter .calendar-filter-inner .week-date-block .arrow a:hover,
.calendar-filter .calendar-filter-inner .week-date-block .arrow a.active {
    color: #00C3C7;
}
.calendar-filter .calendar-filter-inner .week-date-block .weekday {
    margin: 0 15px 0 0;
    min-width: 104px;
}
.calendar-filter .calendar-filter-inner .week-date-block .weekday.third {
    margin: 0;
}
.calendar-filter .calendar-filter-inner .week-date-block .weekday a {
    display: block;
    color: #6A6B6D;
    text-align: center;
}
.calendar-filter .calendar-filter-inner .week-date-block .weekday a .day {
    display: block;
    font-size: .625rem;
    text-transform: uppercase;
    transition: all 0.2s linear;
    line-height: normal;
}
.calendar-filter .calendar-filter-inner .week-date-block .weekday a .number {
    display: block;
    font-size: 1.375rem;
    font-weight: 900;
    color: #1B1C1D;
    transition: all 0.2s linear;
}
.calendar-filter .calendar-filter-inner .week-date-block .weekday a:hover,
.calendar-filter .calendar-filter-inner .week-date-block .weekday a.active {
    xcolor: #00C3C7;
}
.calendar-filter .calendar-filter-inner .week-date-block .weekday a:hover .number,
.calendar-filter .calendar-filter-inner .week-date-block .weekday a.active .number {
    xcolor: #00C3C7;
}
@media screen and (max-width: 1199px) {
    .calendar-filter .calendar-filter-inner .week-date-block .weekday {
        min-width: 84px;
    }
}
@media screen and (max-width: 991px) {
    .calendar-filter {
        display: none;
    }
}
.datepicker .prev,
.datepicker .next,
.datepicker .datepicker-switch {
    font-size: 0rem;
    text-align: center;
    transition: all 0.2s linear;
}
.datepicker .prev:before,
.datepicker .next:before,
.datepicker .datepicker-switch:before {
    font-size: 0.75rem;
}
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .datepicker-switch:hover {
    color: #ffffff;
    background: #00C3C7;
}
.datepicker .datepicker-switch {
    font-size: 1rem;
}
.datepicker table tr td {
    font-size: .875rem;
}
.datepicker table tr td span {
    height: 44px;
    line-height: 44px;
    transition: all 0.2s linear;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span.active {
    background: #00C3C7 !important;
    color: #ffffff;
}
/* Dentist List */
.dentist-block .dentist-info {
    xoverflow: hidden;
    margin-bottom: 15px;
    min-height: 170px;
}
.dentist-block .dentist-info:after {
    content: '';
    display: table;
    clear: both;
}
.dentist-block .dentist-info .image {
    width: 112px;
    height: 112px;
    position: relative;
    float: left;
    margin-right: 12px;
}
.dentist-block .dentist-info .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f1f4f8;
    display: block;
    border-radius: 50%;
    z-index: -1;
}
.dentist-block .dentist-info .image>a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    z-index: 1;
    bottom: -6px;
}
.dentist-block .dentist-info .image img {
    display: block;
    width: 108px;
    height: 108px;
    margin: 2px;
    border-radius: 50%;
}
.dentist-block .dentist-info .image .network-status {
    position: absolute;
    background: #ffffff;
    border-radius: 100px;
    left: 0;
    right: 0;
    bottom: -6px;
    color: #959596;
    font-size: .6875rem;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.dentist-block .dentist-info .image.network-in .network-status {
    color: #484A4C;
}
.dentist-block .dentist-info .image.network-in .network-status:before {
    content: "\24";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: normal;
    color: #03cf9c;
    margin-right: 6px;
    line-height: 24px;
    font-size: .75rem;
}
.dentist-block .dentist-info .image.network-in .network-status:after {
    content: 'In-Network';
}
.dentist-block .dentist-info .image.network-out .network-status:after {
    content: 'Out-of-Network';
}
.dentist-block .dentist-info .image.no-image:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    font-size: 3.5rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\27";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: normal;
    color: #d9dfe7;
    z-index: -1;
}
.dentist-block .dentist-info .dentist-details {
    position: relative;
    float: left;
    width: calc(100% - 124px);
}
.dentist-block .dentist-info .dentist-details .title {
    font-size: 1rem;
    font-weight: 900;
    color: #1B1C1D;
    float: left;
    margin-bottom: 5px;
}
.dentist-block .dentist-info .dentist-details .title a {
    color: #1B1C1D;
}
.dentist-block .dentist-info .dentist-details .title a:hover {
    color: #00C3C7;
}
.dentist-block .dentist-info .dentist-details .distance {
    font-size: .6875rem;
    color: #959596;
    float: right;
}
.dentist-block .dentist-info .dentist-details .company {
    font-size: .75rem;
    color: #959596;
    font-style: italic;
    display: block;
    clear: both;
    margin-bottom: 12px;
}
.dentist-block .dentist-info .dentist-details .ratings {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    clear: both;
}
.dentist-block .dentist-info .dentist-details .ratings .review {
    font-size: .875rem;
    font-weight: 700;
    color: #FEA22B;
    margin-right: 10px;
}
.dentist-block .dentist-info .dentist-details .ratings .star-rating {
    position: relative;
    margin-right: 8px;
}
.dentist-block .dentist-info .dentist-details .ratings .star-rating:after {
    content: "\38 \38 \38 \38 \38";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: normal;
    color: #FEA22B;
    letter-spacing: 3px;
    opacity: 0.3;
}
.dentist-block .dentist-info .dentist-details .ratings .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.dentist-block .dentist-info .dentist-details .ratings .star-rating span:after {
    content: "\38 \38 \38 \38 \38";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: normal;
    color: #FEA22B;
    letter-spacing: 3px;
}
.dentist-block .dentist-info .dentist-details .ratings .totalreview {
    color: #00C3C7;
    font-size: .8125rem;
    padding-left: 10px;
    position: relative;
}
.dentist-block .dentist-info .dentist-details .ratings .totalreview:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #e2e2e2;
    top: 2px;
    left: 0;
}
.dentist-block .dentist-info .dentist-details .ratings.no-ratings .star-rating:after {
    color: #e2e2e2;
    opacity: 1;
}
.dentist-block .dentist-info .dentist-details .ratings.no-ratings .star-rating span {
    display: none;
}
.dentist-block .dentist-info .dentist-details .ratings.no-ratings .totalreview {
    color: #e2e2e2;
}
.dentist-block .dentist-info .dentist-details p {
    line-height: 22px;
    font-size: .875rem;
    font-style: italic;
    color: #959596;
}
.dentist-block .location-block {
    overflow: hidden;
}
.dentist-block .location-block .location {
    font-size: .6875rem;
    float: left;
    color: #959596;
    width: 100%;
}
.dentist-block .location-block .location i {
    color: #00C3C7;
    vertical-align: middle;
    font-size: .8125rem;
    margin-right: 5px;
}
.dentist-block .location-block .distance-mobile {
    font-size: .6875rem;
    color: #959596;
    float: right;
    display: none;
}
.dentist-appointment {
    min-height: 171px;
}
.dentist-appointment.show-more {
    overflow-y: auto;
    max-height: 171px;
}
.dentist-appointment.show-more .more-times {
    display: initial !important;
}
.dentist-block .dentist-appointment {
    padding-right: 10px;
}
.dentist-block .dentist-appointment .btn {
    background: #f1f4f8;
    color: #484A4C;
    border-radius: 4px;
    display: block;
    padding: 12px;
    font-size: .75rem;
    font-weight: 700;
    width: calc(33.33% - 15px);
    margin-right: 15px;
    float: left;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    text-align: center;
}
.dentist-block .dentist-appointment .btn:hover {
    background: #00C3C7;
    color: #ffffff;
}
.dentist-block .dentist-appointment .btn.btn-space {
    cursor: inherit;
    background: transparent;
    color: #959596;
}
.dentist-block .dentist-appointment .btn.btn-space:hover {
    background: transparent;
    color: #959596;
}
.dentist-block .dentist-appointment .btn.btn-more-appoint {
    width: calc(100% - 15px);
    clear: both;
    margin-bottom: 0;
}
.dentist-block .dentist-appointment.no-appointment {
    margin-top: 75px;
}
.dentist-list .dentist-block {
    border-top: 2px solid #F0F0F0;
    padding: 24px 0;
}
.dentist-list .no-dentist-found {
    margin: 55px 0;
    text-align: center;
}
.dentist-list .no-dentist-found .icon-block {
    xmax-width: 54px;
    margin: 0 auto;
    font-size: 4.5rem;
    color: #00C3C7;
}
.dentist-list .no-dentist-found h3 {
    font-size: 1.5rem;
    font-weight: 900;
}
.dentist-list .no-dentist-found p {
    font-size: 1rem;
    color: #6A6B6D;
    margin-bottom: 45px;
}
.dentist-list .no-dentist-found .button-primary {
    color: #ffffff;
    background: #00C3C7;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    line-height: 18px;
    padding: 16px 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.dentist-list .no-dentist-found .button-primary:hover {
    background: #03A4A7;
}
@media screen and (max-width: 991px) {
    .dentist-list {
        padding: 0 16px;
    }
    .dentist-list .dentist-block:first-child {
        border-top: none;
    }
    .dentist-list .dentist-block .dentist-info {
        min-height: 115px;
    }
    .dentist-list .dentist-block .dentist-info .dentist-details p,
    .dentist-list .dentist-block .dentist-info .dentist-details .distance {
        display: none;
    }
    .dentist-list .dentist-block .location-block {
        margin-bottom: 20px;
    }
    .dentist-list .dentist-block .location-block .location {
        width: inherit;
    }
    .dentist-list .dentist-block .location-block .distance-mobile {
        display: block;
    }
    .dentist-list .dentist-block .dentist-appointment {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding-right: 0;
        margin-right: -16px;
        -webkit-overflow-scrolling: touch;
    }
    .dentist-list .dentist-block .dentist-appointment .btn {
        display: inline-block;
        width: 96px;
        margin-right: 9px;
        float: none;
    }
    .dentist-list .dentist-block .dentist-appointment .btn.btn-more-appoint {
        width: calc(100% - 16px);
        margin: 0 16px 10px 0;
    }
    .dentist-list .dentist-block .dentist-appointment .btn.btn-space {
        display: none;
    }
    .dentist-list .dentist-block .dentist-appointment.no-appointment {
        margin-top: 0;
        overflow-x: inherit;
        overflow-y: inherit;
        white-space: inherit;
    }
}
@media screen and (max-width: 768px) {
    .dentist-list .no-dentist-found {
        margin: 40px 0;
        text-align: center;
    }
    .dentist-list .no-dentist-found p {
        margin-bottom: 40px;
    }
}
/* Dentist Search - Sidebar */
.location-map-block {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e5e7e8;
}
.location-map-block .search-by-map {
    height: 450px;
}
.location-map-block .map-options .checkbox-group {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}
.location-map-block .map-options .checkbox-group .form-check {
    padding: 0;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0 3px 8px 0 rgba(51, 66, 85, 0.4);
    border-radius: 2px;
}
.location-map-block .map-options .checkbox-group .form-check input[type=checkbox]+label {
    font-size: .75rem;
    color: #484A4C;
    padding: 7px 10px;
}
.location-map-block .map-options .checkbox-group .form-check input[type=checkbox]+label:before {
    height: inherit;
}
.location-map-block .map-options .checkbox-group .form-check-inline {
    font-size: .75rem;
}
.location-map-block .map-options .map-expand {
    text-align: right;
}
.location-map-block .map-options .map-expand a {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
.location-map-block .map-options .map-expand .icon-expand {
    display: inline-block;
    background: #ffffff;
    border-radius: 2px;
    padding: 7px;
    font-size: 1.125rem;
    color: #484A4C;
    line-height: 18px;
    height: 32px;
    box-shadow: 0 3px 8px 0 rgba(51, 66, 85, 0.4);
}
.location-map-block .map-options .map-expand .icon-expand:hover {
    color: #00C3C7;
}
.location-map-block .map-options .map-expand .icon-close {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 52px;
    color: #ffffff;
    background: #00C3C7;
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    opacity: 0;
    box-shadow: 0 15px 30px 3px rgba(0, 0, 0, 0.17);
}
.location-map-block .map-options .map-expand .icon-close:hover {
    color: #00C3C7;
    background: #ffffff;
}
.location-map-block.active {
    position: fixed;
    left: 0;
    display: block !important;
    top: 90px;
    width: 100%;
    height: calc(100vh - 90px);
    z-index: 2000;
}
.location-map-block.active .search-by-map {
    height: calc(100vh - 90px);
}
.location-map-block.active .map-options .checkbox-group {
    opacity: 0;
}
.location-map-block.active .map-options .map-expand {
    text-align: right;
}
.location-map-block.active .map-options .map-expand .icon-expand {
    opacity: 0;
}
.location-map-block.active .map-options .map-expand .icon-close {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .location-map-block.active {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .location-map-block.active .search-by-map {
        height: calc(100vh - 60px);
    }
}
.closeInfo {
    position: absolute;
    left: 10px;
    top: 10px;
}
.dentist-infobox {
    position: static;
    xtop: 100px;
    xleft: auto;
    width: 318px;
    border-radius: 5px;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(38, 43, 48, 0.3);
}
.dentist-infobox .dentist-map-block {
    padding: 18px;
}
.dentist-infobox .dentist-map-block .dentist-info {
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 170px;
    position: relative;
}
.dentist-infobox .dentist-map-block .dentist-info .distance {
    font-size: .6875rem;
    color: #959596;
    top: 0;
    right: 0;
    position: absolute;
}
.dentist-infobox .dentist-map-block .dentist-info .image {
    position: relative;
    float: none;
    margin: 0 auto 20px auto;
}
.dentist-infobox .dentist-map-block .dentist-info .image img {
    border: 4px solid #f1f4f8;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details {
    float: none;
    width: 100%;
    text-align: center;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .title {
    font-size: 1.25rem;
    float: none;
    margin-bottom: 5px;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .company {
    font-size: .875rem;
    margin-bottom: 12px;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings {
    margin-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings .review {
    font-size: .875rem;
    font-weight: 700;
    color: #FEA22B;
    margin-right: 10px;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings .star-rating {
    position: relative;
    margin-right: 8px;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings .star-rating:after {
    content: "\38 \38 \38 \38 \38";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: normal;
    color: #FEA22B;
    letter-spacing: 3px;
    opacity: 0.3;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings .star-rating span:after {
    content: "\38 \38 \38 \38 \38";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: normal;
    color: #FEA22B;
    letter-spacing: 3px;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings .totalreview {
    color: #00C3C7;
    font-size: .8125rem;
    padding-left: 10px;
    position: relative;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings .totalreview:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #e2e2e2;
    top: 2px;
    left: 0;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings.no-ratings .star-rating:after {
    color: #e2e2e2;
    opacity: 1;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings.no-ratings .star-rating span {
    display: none;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details .ratings.no-ratings .totalreview {
    color: #e2e2e2;
}
.dentist-infobox .dentist-map-block .dentist-info .dentist-details p {
    line-height: 22px;
    font-size: .875rem;
    font-style: italic;
    color: #959596;
}
.dentist-infobox .dentist-map-block .location-block {
    overflow: hidden;
}
.dentist-infobox .dentist-map-block .location-block .location {
    font-size: .6875rem;
    float: left;
    color: #959596;
    width: 100%;
}
.dentist-infobox .dentist-map-block .location-block .location i {
    color: #00C3C7;
    vertical-align: middle;
    font-size: .8125rem;
    margin-right: 5px;
}
.dentist-infobox .arrow-block {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 30px;
    left: 50%;
    margin-left: -14px;
    bottom: -14px;
}
.dentist-infobox .arrow-block:before,
.dentist-infobox .arrow-block:after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 1px;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-radius: 0 0 6px 0;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.have-a-question {
    margin-bottom: 0;
}
.have-a-question h4 {
    font-weight: 900;
    line-height: 20px;
    font-size: 1.25rem;
    color: #1B1C1D;
    margin-bottom: 15px;
}
.have-a-question p {
    line-height: 30px;
    font-size: 1rem;
    margin-bottom: 0;
    color: #484A4C;
}
.dentist-container {
    margin: 0 auto;
    max-width: 1130px;
}
.dentist-container .dentist-filter-group {
    transition: all 0.2s linear;
}
.dentist-container .col-dentist-list .dentist-filter-group .calendar-filter {
    z-index: 2;
    background: #ffffff;
}
.dentist-container.stick .col-dentist-list .dentist-filter-group-width {
    height: 70px;
}
.dentist-container.stick .col-dentist-list .dentist-filter-group .calendar-filter {
    position: fixed;
    top: 90px;
    left: auto;
    right: auto;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 8px 70px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .dentist-container {
        max-width: 950px;
    }
    .dentist-container .col-dentist-list {
        width: 69%;
        xmargin-right: 31%;
        padding: 0 10px;
        display: inline-block;
    }
    .dentist-container .col-dentist-sidebar {
        float: right;
        width: 31%;
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .dentist-container .dentist-filter-group-width {
        display: none;
    }
}
@media (min-width: 1200px) {
    .dentist-container {
        max-width: 1130px;
    }
}
/* MOBILE FILTER SECTION */
/* Mobile - Search Filter */
.mobile-dentist-filter {
    background: #00C3C7;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    display: none;
}
.mobile-dentist-filter.scroll {
    margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
    .mobile-dentist-filter {
        display: -ms-flexbox;
        display: flex;
        height: 60px;
    }
}
.mobile-dentist-filter .primary-filter-block {
    display: -ms-flexbox;
    display: flex;
    xmax-width: 720px;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    width: 100%;
}
.mobile-dentist-filter .primary-filter-block .search-group {
    border-right: 1px solid #31d3d6;
}
.mobile-dentist-filter .primary-filter-block .search-group .form-group {
    margin: 0;
    position: relative;
    color: #ffffff;
    padding: 0px 20px;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    display: table-cell;
    vertical-align: middle;
}
.mobile-dentist-filter .primary-filter-block .search-group .form-group .filter-label {
    font-size: .625rem;
}
.mobile-dentist-filter .primary-filter-block .search-group .form-group .filter-text {
    font-size: .75rem;
    font-weight: 700;
    margin: 0;
}
.mobile-dentist-filter .primary-filter-block .search-group.dentist-location {
    width: 49%;
}
.mobile-dentist-filter .primary-filter-block .search-group.additional-filters {
    width: calc(51% - 50px);
}
.mobile-dentist-filter .primary-filter-block .search-group.filter {
    border: none;
    width: 50px;
}
.mobile-dentist-filter .primary-filter-block .search-group.filter .form-group {
    padding: 16px;
    text-align: center;
    display: block;
}
.mobile-dentist-filter .primary-filter-block .search-group.filter .form-group .search-icon {
    margin: 4px 0 0 0;
    line-height: normal;
}
.mobile-dentist-filter .primary-filter-block .search-group.filter .form-group .search-icon .icon {
    font-size: 1rem;
}
.mobile-dentist-filter .secondary-filter-block {
    background: #F1F4F8;
}
.mobile-dentist-filter .secondary-filter-block .search-group .form-group {
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    color: #484A4C;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.mobile-dentist-filter .secondary-filter-block .search-group .form-group .icon {
    vertical-align: middle;
}
.mobile-dentist-filter .secondary-filter-block .search-group .form-group .xsearch-icon {
    margin-right: 8px;
}
.mobile-dentist-filter .secondary-filter-block .search-group .form-group .search-field>.icon {
    position: absolute;
    xfont-size: .875rem;
    xvertical-align: middle;
    left: 22px;
    top: 10px;
    line-height: normal;
}
.mobile-dentist-filter .secondary-filter-block .search-group .form-group .search-field>a {
    color: #1B1C1D;
    min-width: 60px;
    display: block;
    position: relative;
    line-height: 14px;
    padding: 9px 24px 9px 48px;
}
.mobile-dentist-filter .secondary-filter-block .search-group .form-group .search-field>a span {
    font-weight: normal;
    display: inline-block;
    margin-right: 3px;
}
.mobile-dentist-filter .secondary-filter-block .search-group .form-group .search-field>a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    line-height: 12px;
    margin: auto 0;
}
.mobile-dentist-filter .secondary-filter-block .search-group.more-filter {
    float: left;
}
.mobile-dentist-filter .secondary-filter-block .search-group.distance {
    float: right;
}
.mobile-dentist-filter .secondary-filter-block .search-group.distance .form-group {
    padding-right: 20px;
}
.mobile-dentist-filter .secondary-filter-block .search-group.distance .form-group .search-field>a {
    min-width: 110px;
}
body .mobile-calendar-filter {
    display: none;
    position: relative;
    background: #ffffff;
    width: 100%;
    z-index: 1;
    transition: top 0.4s ease-out;
    box-shadow: 0px 0px 12px rgba(38, 43, 48, 0.2);
}
body .mobile-calendar-filter.stick {
    position: fixed;
    top: 60px;
}
body .mobile-calendar-filter .mobile-date-block {
    margin: 0 auto;
    max-width: 220px;
    display: -ms-flexbox;
    display: flex;
}
body .mobile-calendar-filter .mobile-date-block .arrow {
    width: 20px;
    font-size: .875rem;
    text-align: center;
}
body .mobile-calendar-filter .mobile-date-block .arrow a {
    display: block;
    line-height: 48px;
}
body .mobile-calendar-filter .mobile-date-block .weekday {
    width: 180px;
    text-align: center;
    line-height: 48px;
    font-size: .75rem;
    font-weight: 700;
}
body .mobile-calendar-filter .map-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: .875rem;
    line-height: 48px;
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    body .mobile-calendar-filter {
        display: block;
    }
}
body.scroll-down {
    top: 0;
}
body.scroll-down .mobile-calendar-filter {
    top: 0;
}
.mobile-filter-options {
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: -1;
    xvisibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
    width: 100%;
    min-height: 100vh;
    height: 100%;
}
.mobile-filter-options.active {
    opacity: 1;
    z-index: 1030;
    xvisibility: visible;
}
.mobile-filter-options .filter-header {
    background: #00C3C7;
    padding: 20px;
    color: #ffffff;
    position: relative;
}
.mobile-filter-options .filter-header h3 {
    margin: 0;
    font-size: 1.125rem;
}
.mobile-filter-options .filter-header h3 i {
    vertical-align: middle;
    margin-right: 18px;
}
.mobile-filter-options .filter-header .filter-toggle {
    position: absolute;
    color: #ffffff;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-size: .75rem;
    line-height: 12px;
}
.mobile-filter-options .filter-lists .search-group {
    border-bottom: 1px solid #d9dfe7;
}
.mobile-filter-options .filter-lists .search-group .form-group {
    margin: 0;
    position: relative;
    padding: 18px;
}
.mobile-filter-options .filter-lists .search-group .form-group .filter-label {
    font-size: .75rem;
    font-weight: 700;
    color: #AAAEB3;
    margin-bottom: 7px;
    position: relative;
}
.mobile-filter-options .filter-lists .search-group .form-group .filter-label .distance-value {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    color: #1B1C1D;
}
.mobile-filter-options .filter-lists .search-group .form-group .slider .filter-label {
    margin-bottom: 15px;
}
.mobile-filter-options .filter-lists .search-group .form-group .form-control,
.mobile-filter-options .filter-lists .search-group .form-group .filter-text {
    padding: 0;
    border: none;
    height: inherit;
    line-height: normal;
    border-radius: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #1B1C1D;
    margin: 0;
}
.mobile-filter-options .filter-lists .search-group .form-group .form-control:focus,
.mobile-filter-options .filter-lists .search-group .form-group .filter-text:focus {
    outline: none;
    box-shadow: none;
}
.mobile-filter-options .filter-lists .search-group .form-group .checkbox-group .form-check {
    padding: 0;
    margin-right: 20px;
}
.mobile-filter-options .filter-lists .search-group .form-group .checkbox-group .form-check .form-check-label {
    font-weight: 700;
}
.mobile-filter-options .filter-lists .search-group .form-group .btn-group-toggle {
    max-width: 340px;
}
.mobile-filter-options .filter-lists .search-group .form-group .btn-group-toggle .btn {
    display: block;
    width: 33.33%;
    float: left;
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box .dt-toggle {
    display: block;
    position: relative;
    padding-right: 15px;
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box .dt-toggle .icon-solid-carrot-down {
    position: absolute;
    color: #959596;
    font-size: .875rem;
    top: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    line-height: 14px;
    margin: auto 0;
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box.active .dt-toggle .icon-solid-carrot-down {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box .dropdown-content {
    position: fixed;
    top: 0;
    z-index: 1031;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box .dropdown-content .header-dropdown {
    position: relative;
    padding: 18px;
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box .dropdown-content .header-dropdown h4 {
    margin: 0;
    color: #1B1C1D;
    font-size: .875rem;
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box .dropdown-content .header-dropdown .dt-toggle {
    position: absolute;
    color: #000000;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: .75rem;
    line-height: 12px;
    transition: all 0.2s linear;
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box .dropdown-content .header-dropdown .dt-toggle:hover {
    color: #00C3C7;
}
.mobile-filter-options .filter-lists .search-group .form-group .dropdown-box .dropdown-content .option-list {
    max-height: inherit;
}
.mobile-filter-options .filter-lists .search-group.more-filter {
    border: none;
    margin: 25px;
    text-align: center;
}
.mobile-filter-options .filter-lists .search-group.more-filter .btn-more-filter {
    font-size: 1rem;
    font-weight: 700;
    background: #ffffff;
    border: 1px solid #959596;
    padding: 15px;
    color: #959596;
    min-width: 200px;
    border-radius: 5px;
    transition: all 0.2s linear;
}
.mobile-filter-options .filter-lists .search-group.more-filter .btn-more-filter:hover {
    background: #03A4A7;
    border-color: #03A4A7;
    color: #ffffff;
}
.mobile-filter-options .filter-lists .search-group.filter {
    border: none;
    margin: 30px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.mobile-filter-options .filter-lists .search-group.filter .btn-submit {
    font-size: 1rem;
    font-weight: 700;
    background: #00C3C7;
    padding: 15px;
    color: #ffffff;
    min-width: 200px;
    border-radius: 5px;
    transition: all 0.2s linear;
}
.mobile-filter-options .filter-lists .search-group.filter .btn-submit:hover {
    background: #03A4A7;
}
@media screen and (max-width: 768px) {
    .mobile-filter-options .filter-lists .search-group.filter {
        position: relative;
    }
}
body.filter-active {
    overflow: hidden;
}
body.filter-active .mobile-filter-options {
    overflow-x: hidden;
    overflow-y: auto;
}
.filter-static {
    xposition: static;
    xheight: 158px;
    xdisplay: block;
    xvertical-align: baseline;
}
/* Modal */
.dentist-float-box {
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 600px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 30px 50px 0 rgba(38, 43, 48, 0.2);
    z-index: 2;
}
.dentist-float-box.claimed-template {
    max-height: 535px;
}
.dentist-float-box.claimed-template .box-body {
    max-height: 420px;
}
.dentist-float-box .box-body {
    padding: 24px 32px;
}
@media screen and (max-width: 992px) {
    .dentist-float-box {
        border-radius: 0px !important;
        max-height: initial !important;
    }
    .dentist-float-box .box-header {
        border-radius: 0px !important;
    }
    .dentist-float-box .box-body {
        max-height: calc(100vh - 112px) !important;
        overflow-y: overlay;
        overflow-x: hidden;
        height: 100%;
    }
    .dentist-float-box.mobile-active {
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1;
        pointer-events: all;
    }
}
.dentist-float-box .box-header {
    background-color: #00C3C7;
    border-radius: 5px 5px 0 0;
    padding: 0px;
    color: #fff;
}
.dentist-float-box .box-header .top {
    padding: 24px 32px;
    position: relative;
}
.dentist-float-box .box-header .top h3 {
    margin-bottom: 0px;
    font-size: 1.25rem;
}
.dentist-float-box .box-header .top i {
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 16px;
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    .dentist-float-box .box-header .top i {
        margin-right: 8px;
    }
}
.dentist-float-box .box-header .top .close-mobile {
    display: block;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 18px;
    width: 18px;
}
@media screen and (max-width: 992px) {
    .dentist-float-box .box-header .top .close-mobile {
        display: block;
    }
}
.dentist-float-box .box-header .top .close-mobile a {
    color: #fff;
    font-size: 1rem;
}
.dentist-float-box .box-header .bottom {
    background-color: #1D64C3;
    width: 100%;
    position: relative;
    padding: 8px 32px 8px 32px;
    height: 40px;
}
.dentist-float-box .box-header .bottom .count:before {
    content: '(';
}
.dentist-float-box .box-header .bottom .count:after {
    content: ')';
}
.dentist-float-box .box-header .bottom .locations-count {
    display: inline;
    font-size: .75rem;
    font-weight: bold;
    float: left;
    line-height: 24px;
    width: 90px;
}
.dentist-float-box .box-header .bottom .locations-count:after {
    content: '';
    border-left: 1px solid #D9DFE7;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}
.dentist-float-box .box-header .bottom .cta-block {
    font-size: .875rem;
    line-height: 24px;
}
.dentist-float-box .box-header .bottom .cta-block a {
    transition: all 0.2s linear;
    color: #ffffff;
    font-weight: 900;
}
.dentist-float-box .box-header .bottom .cta-block a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.dentist-float-box .box-header .bottom .addresses {
    display: inline;
    font-size: .875rem;
    float: left;
    line-height: 24px;
    width: calc(100% - 90px);
}
.dentist-float-box .box-header .bottom .addresses .form-group {
    margin-bottom: 0px;
}
.dentist-float-box .box-header .bottom .addresses .select-wrapper {
    margin-bottom: 16px;
    position: relative;
}
.dentist-float-box .box-header .bottom .addresses .select-wrapper:after {
    content: "\73";
    position: absolute;
    right: 1px;
    top: 5px;
    background-color: #1D64C3;
    color: #fff;
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dentist-float-box .box-header .bottom .addresses .select-wrapper select {
    -webkit-appearance: none;
    outline: none;
    border: none;
    width: 100%;
    background: none;
    color: #fff;
    padding: 0px 8px;
}
.dentist-float-box .box-header .bottom .addresses .select-wrapper select option {
    min-height: 32px;
    -webkit-appearance: none;
    padding: 8px 16px;
    display: block;
    outline: none;
    border: none;
    background-color: #1D64C3;
    color: #fff;
}
.dentist-float-box .box-header .bottom .toggle-addresses {
    float: right;
    margin-top: 2px;
}
.dentist-float-box .box-header .bottom .locations .dt-toggle {
    display: block;
    width: 100%;
    color: #fff;
}
.dentist-float-box .box-header .bottom .locations .dt-toggle span {
    max-width: calc(100% - 24px);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dentist-float-box .box-header .bottom .locations .dt-toggle i {
    transition: all 0.2s linear;
    float: right;
    margin-top: 2px;
    display: block;
}
.dentist-float-box .box-header .bottom .locations .dropdown-box {
    position: relative;
}
.dentist-float-box .box-header .bottom .locations .dropdown-box.active .dt-toggle i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
    margin-top: 0px;
}
.dentist-float-box .box-header .bottom .locations .dropdown-box .dropdown-content {
    width: 100%;
}
.dentist-float-box .box-header .bottom .locations .dropdown-box .dropdown-content .option-list {
    padding: 16px;
}
.dentist-float-box .box-header .bottom .locations .dropdown-box .dropdown-content li a {
    font-weight: 700;
}
.dentist-float-box .unclaimed-form {
    clear: both;
}
.dentist-float-box .unclaimed-form .col-12 {
    padding: 0px 15px;
}
.dentist-float-box .unclaimed-form .form-title {
    color: #1B1C1D;
    font-size: 1rem;
    font-weight: 900;
}
.dentist-float-box .unclaimed-form .contact-input {
    margin-bottom: 25px;
    padding-top: 16px;
}
.dentist-float-box .unclaimed-form .contact-input input,
.dentist-float-box .unclaimed-form .contact-input textarea {
    color: #4F4F4F;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #ECEFF0;
    line-height: 20px;
    font-size: .875rem;
    padding: 6px 0px 8px;
    font-weight: 700;
}
.dentist-float-box .unclaimed-form .contact-input input:focus+label,
.dentist-float-box .unclaimed-form .contact-input textarea:focus+label {
    opacity: 1;
}
.dentist-float-box .unclaimed-form .contact-input input:focus+label:before,
.dentist-float-box .unclaimed-form .contact-input textarea:focus+label:before {
    width: 100%;
}
.dentist-float-box .unclaimed-form .contact-input input:-ms-input-placeholder,
.dentist-float-box .unclaimed-form .contact-input textarea:-ms-input-placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
.dentist-float-box .unclaimed-form .contact-input input::placeholder,
.dentist-float-box .unclaimed-form .contact-input textarea::placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
.dentist-float-box .unclaimed-form .contact-input input:focus:-ms-input-placeholder,
.dentist-float-box .unclaimed-form .contact-input textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
.dentist-float-box .unclaimed-form .contact-input input:focus::placeholder,
.dentist-float-box .unclaimed-form .contact-input textarea:focus::placeholder {
    opacity: 0;
}
.dentist-float-box .unclaimed-form .contact-input label {
    position: absolute;
    top: -42px;
    opacity: 0;
    transition: opacity 0.2s linear;
    display: block;
    font-size: .75rem;
    color: #8a8a8a;
    line-height: 8px;
    margin-bottom: 0px;
    position: relative;
}
.dentist-float-box .unclaimed-form .contact-input label:before {
    position: absolute;
    bottom: -34px;
    content: '';
    display: block;
    border-bottom: 2px solid #00C3C7;
    width: 0px;
    left: 0px;
    transition: width 0.3s ease-out;
}
.dentist-float-box .unclaimed-form .contact-input label.stick {
    opacity: 1;
}
.dentist-float-box .unclaimed-form .contact-input textarea {
    min-height: 100px;
}
.dentist-float-box .unclaimed-form .contact-input.message-input label {
    top: -120px;
}
.dentist-float-box .unclaimed-form .contact-input.message-input label:before {
    bottom: -106px;
}
.dentist-float-box .unclaimed-form .contact-input.message-input label.stick {
    opacity: 1;
}
.dentist-float-box .unclaimed-form .contact-input .error-msg {
    color: #F01818;
    font-size: .75rem;
    font-weight: 600;
    display: none;
}
.dentist-float-box .unclaimed-form .contact-input.error input {
    border-bottom: 1px solid #F01818;
}
.dentist-float-box .unclaimed-form .contact-input.error label {
    color: #F01818;
    opacity: 1;
}
.dentist-float-box .unclaimed-form .contact-input.error label:before {
    border-bottom: 2px solid #F01818;
}
.dentist-float-box .unclaimed-form .contact-input.error .error-msg {
    display: block;
}
.dentist-float-box .unclaimed-form .submit-request-button {
    border-radius: 4px;
    background-color: #00C3C7;
    display: inline-block;
    padding: 16px 24px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 17px;
    margin-top: 32px;
    transition: 0.2s linear;
}
.dentist-float-box .unclaimed-form .submit-request-button:hover {
    opacity: 0.85;
}
.dentist-float-box .unclaimed-form .date-field {
    position: relative;
}
.dentist-float-box .unclaimed-form .date-field i {
    position: absolute;
    right: 0;
    bottom: 16px;
    color: #959596;
    font-size: 1rem;
    line-height: 20px;
    display: block;
    height: 20px;
}
.dentist-float-box .unclaimed-form .time-field {
    position: relative;
}
.dentist-float-box .unclaimed-form .time-field i {
    position: absolute;
    right: 0;
    bottom: 16px;
    color: #959596;
    font-size: 1rem;
    line-height: 20px;
    display: block;
    height: 20px;
}
.dentist-float-box .unclaimed-form .time-field .dropdown-content {
    width: 120px;
}
.dentist-float-box .unclaimed-form .time-field .dropdown-content .option-list {
    padding: 12px 24px 12px 24px;
}
.dentist-float-box .unclaimed-form .time-field .dropdown-content .option-list li {
    margin-bottom: 0px;
}
.dentist-float-box .unclaimed-form .time-field .dropdown-content .option-list li a {
    color: #959596;
    font-size: .875rem;
    line-height: 26px;
    font-weight: normal;
    padding: 0px 0px;
}
.dentist-float-box .unclaimed-form .datepicker {
    width: 317px;
    background-color: #FFFFFF;
    box-shadow: 0 30px 50px 0 rgba(38, 43, 48, 0.2);
    left: 0;
    padding: 24px;
    position: absolute;
    z-index: 1;
}
@media screen and (max-width: 992px) {
    .dentist-float-box .unclaimed-form .datepicker {
        right: initial;
        left: 0;
        margin-bottom: 40px;
    }
}
.dentist-float-box .unclaimed-form .datepicker .datepicker-switch {
    text-align: left;
    color: #1B1C1D;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 22px;
    padding: 0px 12px;
}
.dentist-float-box .unclaimed-form .datepicker th.dow {
    color: #1B1C1D;
    font-family: Lato;
    font-size: .6875rem;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0px;
}
.dentist-float-box .unclaimed-form .datepicker td.day {
    color: #959596;
    font-size: .75rem;
    line-height: 15px;
    text-align: center;
    padding: 12px 12px;
}
.dentist-float-box .unclaimed-form .datepicker td.day.active,
.dentist-float-box .unclaimed-form .datepicker td.day:hover {
    color: white;
    background-color: #00C3C7;
}
.dentist-float-box .unclaimed-form .datepicker table {
    width: 100%;
}
.dentist-float-box.is_stuck {
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}
.dentist-float-box.force-stuck {
    position: fixed;
    top: 220px;
    width: 422px;
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}
.dentist-float-box .dropdown-box .dropdown-content .option-list h4 {
    font-size: .875rem;
    font-weight: 900;
}
.booking-modal {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .booking-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.booking-modal.show {
    padding: 24px !important;
    margin-left: -17px;
}
.booking-modal .modal-dialog {
    overflow: visible;
    padding: 24px 32px;
    pointer-events: all;
    max-width: 600px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.booking-modal .modal-content {
    border: none;
    border-radius: 5px;
}
.booking-modal .modal-header {
    height: 0;
    padding: 0;
    border: 0;
}
.booking-modal .modal-header .close {
    background-color: #00C3C7;
    z-index: 2;
    opacity: 1;
    border-radius: 100%;
    padding: 0px;
    width: 24px;
    height: 24px;
    margin: 0;
    top: 32px;
    position: absolute;
    right: 32px;
    display: block;
    transition: all 0.2s linear;
    text-shadow: none;
}
.booking-modal .modal-header .close:focus {
    outline: none !important;
}
.booking-modal .modal-header .close span {
    transition: all 0.2s linear;
    line-height: 26px;
    display: block;
    font-size: .5rem;
    vertical-align: middle;
    color: white;
    font-weight: 300;
}
.booking-modal .modal-header .close:hover {
    background-color: #03A4A7;
}
.booking-modal .modal-header .close:hover span {
    opacity: 0.85;
}
.booking-modal .modal-body {
    padding: 32px;
    border-radius: 5px;
}
.booking-modal h4 {
    margin-bottom: 32px;
}
.booking-modal.signin-modal .modal-dialog {
    padding: 0;
    max-width: 604px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box {
    max-width: 100%;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .box-header .bottom .cta-block {
    font-size: .875rem;
    line-height: 24px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .box-header .bottom .cta-block a {
    transition: all 0.2s linear;
    color: #ffffff;
    font-weight: 900;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .box-header .bottom .cta-block a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .social-login {
    margin: 40px 35px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .social-login .social-login-link {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E6EBF1;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 20px 17px;
    font-weight: bold;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .social-login .social-login-link i {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .social-login .social-login-link i:before {
    display: inherit !important;
    xtransform: scale(1) !important;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .social-login .social-login-link i.icon-google-plus {
    xfont-size: 1.875rem;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .social-login .social-login-link.google-login {
    padding-left: 25px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .social-login .social-login-link:hover {
    color: #ffffff;
    background: #00C3C7;
    border-color: #00C3C7;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .login-title-block {
    margin-top: 40px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .login-title-block h3 {
    margin-bottom: 12px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .login-title-block a {
    font-weight: bold;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .login-title-block .register {
    font-size: .8125rem;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .forget-password {
    margin: 10px 0;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .forget-password a {
    font-size: .75rem;
    font-weight: bold;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .credits-top {
    margin: 20px 0;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .credits-top .credits-top-label {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 30px;
    font-size: .5625rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: right;
    color: #959596;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .credits-top .credits-top-line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 26px;
    background-color: #d9dfe7;
    margin-left: 12px;
    margin-right: 18px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .credits-top .credits-top-logo {
    display: inline-block;
    vertical-align: middle;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .form-check {
    margin: 0;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .form-check .form-submit-btn {
    font-size: 1rem;
    font-weight: bold;
    padding: 11px;
    min-width: 178px;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .form-check.form-term {
    font-size: .8125rem;
    margin: 12px 0;
}
.booking-modal.signin-modal .modal-dialog .dentist-float-box .form-check.form-term a {
    font-weight: bold;
}
/* Material Slider */
@keyframes mdc-slider-emphasize {
    0% {
        animation-timing-function: ease-out;
    }
    50% {
        animation-timing-function: ease-in;
        transform: scale(0.85);
    }
    100% {
        transform: scale(0.571);
    }
}
.mdc-slider {
    position: relative;
    width: 100%;
    height: 48px;
    cursor: pointer;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    -webkit-tap-highlight-color: transparent;
}
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track {
    background-color: #00C3C7;
}
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-container {
    background-color: #eceff0;
}
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker::after,
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker-container::after {
    background-color: #00C3C7;
}
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb {
    fill: #00C3C7;
    stroke: #00C3C7;
}
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__focus-ring {
    background-color: #00C3C7;
}
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
    background-color: #00C3C7;
}
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
    color: white;
}
.mdc-slider--disabled {
    cursor: auto;
}
.mdc-slider--disabled .mdc-slider__track {
    background-color: #9a9a9a;
}
.mdc-slider--disabled .mdc-slider__track-container {
    background-color: rgba(154, 154, 154, 0.26);
}
.mdc-slider--disabled .mdc-slider__track-marker::after,
.mdc-slider--disabled .mdc-slider__track-marker-container::after {
    background-color: #9a9a9a;
}
.mdc-slider--disabled .mdc-slider__thumb {
    fill: #9a9a9a;
    stroke: #9a9a9a;
}
.mdc-slider--disabled .mdc-slider__thumb {
    stroke: white;
}
.mdc-slider:focus {
    outline: none;
}
.mdc-slider__track-container {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    overflow: hidden;
}
.mdc-slider__track {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-transform-origin: left top;
    transform-origin: left top;
    will-change: transform;
}
.mdc-slider[dir="rtl"] .mdc-slider__track,
[dir="rtl"] .mdc-slider .mdc-slider__track {
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.mdc-slider__track-marker-container {
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: -1px;
    visibility: hidden;
}
.mdc-slider[dir="rtl"] .mdc-slider__track-marker-container,
[dir="rtl"] .mdc-slider .mdc-slider__track-marker-container {
    margin-right: -1px;
    margin-left: 0;
}
.mdc-slider__track-marker-container::after {
    display: block;
    width: 2px;
    height: 2px;
    content: "";
}
.mdc-slider__track-marker {
    -ms-flex: 1;
    flex: 1;
}
.mdc-slider__track-marker::after {
    display: block;
    width: 2px;
    height: 2px;
    content: "";
}
.mdc-slider__track-marker:first-child::after {
    width: 3px;
}
.mdc-slider__thumb-container {
    position: absolute;
    top: 14px;
    left: 0;
    width: 24px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform;
}
.mdc-slider__thumb {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 100ms ease-out, fill 100ms ease-out, stroke 100ms ease-out;
    transition: transform 100ms ease-out, fill 100ms ease-out, stroke 100ms ease-out, -webkit-transform 100ms ease-out;
    stroke-width: 3.5;
}
.mdc-slider__focus-ring {
    width: 24px;
    height: 24px;
    transition: transform 266.67ms ease-out, opacity 266.67ms ease-out, background-color 266.67ms ease-out;
    transition: transform 266.67ms ease-out, opacity 266.67ms ease-out, background-color 266.67ms ease-out, -webkit-transform 266.67ms ease-out;
    border-radius: 50%;
    opacity: 0;
}
.mdc-slider__pin {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    -ms-transform: rotate(-45deg) scale(0) translate(0, 0);
    transform: rotate(-45deg) scale(0) translate(0, 0);
    transition: transform 100ms ease-out;
    transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
    border-radius: 50%;
    z-index: 1;
}
.mdc-slider__pin .mdc-slider__pin-value-marker {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .75rem;
    line-height: 24px;
    font-weight: 400;
    text-decoration: inherit;
    text-transform: inherit;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mdc-slider__pin .mdc-slider__pin-value-marker:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #00C3C7;
    top: 100%;
    left: 50%;
}
.mdc-slider--active .mdc-slider__thumb {
    transform: scale3d(1, 1, 1);
}
.mdc-slider--focus .mdc-slider__thumb {
    animation: mdc-slider-emphasize 266.67ms linear;
}
.mdc-slider--focus .mdc-slider__focus-ring {
    transform: scale3d(1.55, 1.55, 1.55);
    opacity: .25;
}
.mdc-slider--in-transit .mdc-slider__thumb {
    transition-delay: 140ms;
}
.mdc-slider--in-transit .mdc-slider__thumb-container,
.mdc-slider--in-transit .mdc-slider__track,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__thumb-container,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__track {
    transition: transform 80ms ease;
    transition: transform 80ms ease, -webkit-transform 80ms ease;
}
.mdc-slider--discrete.mdc-slider--active .mdc-slider__thumb {
    -ms-transform: scale(calc(12 / 21));
    transform: scale(calc(12 / 21));
}
.mdc-slider--discrete.mdc-slider--active .mdc-slider__pin {
    -ms-transform: rotate(-45deg) scale(1) translate(19px, -20px);
    transform: rotate(-45deg) scale(1) translate(19px, -20px);
}
.mdc-slider--discrete.mdc-slider--focus .mdc-slider__thumb {
    animation: none;
}
.mdc-slider--discrete.mdc-slider--display-markers .mdc-slider__track-marker-container {
    visibility: visible;
}
.dentist-profile-page {
    padding-top: 0px;
}
@media screen and (min-width: 768px) {
    body.profile-stick header,
    body.profile-stick header:after {
        box-shadow: none;
        border: none;
        background-color: transparent;
    }
    body.profile-stick header .nav-container {
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        transition: transform 0.4s ease-out;
        display: block;
    }
    body.profile-stick .dentist-profile-sticky-header {
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        pointer-events: all;
    }
}
body.search-open .dentist-profile-sticky-header {
    z-index: 1;
}
.book-appointment-mobile-button {
    position: fixed;
    bottom: 0;
    z-index: 10;
    height: 65px;
    width: 100%;
    background-color: #00C3C7;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
}
.book-appointment-mobile-button h3 {
    margin-bottom: 0px;
    font-size: 1.125rem;
}
.book-appointment-mobile-button h3 i {
    display: inline-block;
    font-size: 1.125rem;
    margin-right: 8px;
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    .book-appointment-mobile-button {
        display: -ms-flexbox;
        display: flex;
    }
}
.book-appointment-mobile-button:hover {
    color: #fff;
}
.dentist-profile-sticky-header {
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease-out, opacity 0.3s linear;
    position: fixed;
    top: 0px;
    background-color: white;
    height: 72px;
    width: 100vw;
    z-index: 4000;
    box-shadow: 0 1px 15px 0 rgba(38, 43, 48, 0.1);
    padding: 12px 0px;
}
.dentist-profile-sticky-header .image {
    float: left;
    max-width: 55px;
    width: 55px;
    height: 55px;
    margin-right: 16px;
    margin-top: -4px;
    position: relative;
}
.dentist-profile-sticky-header .image:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #F1F4F8;
}
.dentist-profile-sticky-header .image .unclaimed-icon {
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 2rem;
    color: #D9DFE7;
    line-height: 55px;
    vertical-align: middle;
    margin-top: 3px;
}
.dentist-profile-sticky-header .image img {
    width: 100%;
    height: auto;
    display: block;
    width: 55px;
    border-radius: 100%;
}
.dentist-profile-sticky-header .dentist-info .name {
    color: #1B1C1D;
    font-size: 1rem;
    font-weight: 900;
    line-height: 24px;
    margin-right: 8px;
}
.dentist-profile-sticky-header .dentist-info .name:after {
    margin-left: 8px;
    content: '';
    border-left: 1px solid #E2E2E2;
}
.dentist-profile-sticky-header .dentist-info .network-status {
    display: inline-block;
    display: inline-block;
    color: #959596;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    margin-top: -4px;
}
.dentist-profile-sticky-header .dentist-info .network.network-in .network-status {
    color: #484A4C;
}
.dentist-profile-sticky-header .dentist-info .network.network-in .network-status:before {
    content: "\24";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: normal;
    color: #03cf9c;
    margin-right: 8px;
    vertical-align: middle;
}
.dentist-profile-sticky-header .dentist-info .network.network-in .network-status:after {
    content: 'In-Network';
    vertical-align: middle;
}
.dentist-profile-sticky-header .dentist-info .network.network-out .network-status:after {
    content: 'Out-of-Network';
    vertical-align: middle;
}
.dentist-profile-sticky-header .dentist-info .network.network-disabled .network-status {
    display: none;
}
.dentist-profile-sticky-header .dentist-info .network.network-disabled .name:after {
    display: none;
}
.dentist-profile-sticky-header .dentist-info .network.network-disabled .name {
    margin-top: 8px;
}
.dentist-profile-sticky-header .dentist-info .rating {
    display: inline-block;
    margin-top: 0px;
    padding: 0px;
}
.dentist-profile-sticky-header .dentist-info .rating.disabled {
    display: none;
}
.dentist-profile-sticky-header .dentist-info .reviews-link {
    display: inline-block;
}
.dentist-profile-sticky-header .dentist-info .reviews-link.disabled {
    display: none;
}
.dentist-profile-sticky-header .dentist-info .rating {
    display: inline-block;
    clear: both;
    margin-top: 0px;
    color: #FEA22B;
    text-align: center;
    padding: 0px 0px;
}
.dentist-profile-sticky-header .dentist-info .rating .num {
    font-size: .875rem;
    font-weight: bold;
    line-height: 14px;
    margin-right: 8px;
    vertical-align: middle;
}
.dentist-profile-sticky-header .dentist-info .rating .rating-star {
    vertical-align: middle;
    opacity: 1;
    margin: 0 1px;
    font-size: .8125rem;
    margin-top: 3px;
    display: inline-block;
    position: relative;
    color: #E2E2E2
}
.dentist-profile-sticky-header .dentist-info .rating .rating-star.active {
    opacity: 1;
    color: #FEA22B
}
.dentist-profile-sticky-header .dentist-info .rating .rating-star.half {
    opacity: 1;
    color: #FEA22B
}
.dentist-profile-sticky-header .dentist-info .rating .rating-star.half:before {
    z-index: 2;
    overflow: hidden;
    width: 7px;
    margin-right: 6px;
    display: inline-block;
}
.dentist-profile-sticky-header .dentist-info .rating .rating-star.half:after {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\38";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-clip-path: inset(0px 0px 0px 50%);
    clip-path: inset(0px 0px 0px 50%);
    color: inherit;
    opacity: 0.4;
    z-index: -1;
}
.dentist-profile-sticky-header .dentist-info .reviews-link {
    display: inline-block;
    text-align: left;
    font-size: .75rem;
    margin-left: 10px;
    white-space: nowrap;
}
.dentist-profile-sticky-header .dentist-info .reviews-link:before {
    margin-right: 8px;
    content: '';
    border-left: 1px solid #E2E2E2;
}
.dentist-profile-sticky-header .dentist-info .reviews-link .count:before {
    content: '(';
}
.dentist-profile-sticky-header .dentist-info .reviews-link .count:after {
    content: ')';
}
.dentist-profile-sticky-header .header-buttons {
    position: relative;
    height: 100%;
}
.dentist-profile-sticky-header .header-buttons ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 100%;
}
.dentist-profile-sticky-header .header-buttons ul li {
    display: inline-block;
}
.dentist-profile-sticky-header .header-buttons ul li a {
    background-color: #00C3C7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 1rem;
    margin-left: 16px;
    display: block;
    transition: all 0.2s linear;
}
.dentist-profile-sticky-header .header-buttons ul li a i {
    color: #fff;
    vertical-align: middle;
}
.dentist-profile-sticky-header .header-buttons ul li a:hover {
    opacity: 0.85;
}
#dentist-profile .similar-dentists {
    padding: 24px 24px 24px;
}
#dentist-profile .similar-dentists .col-12 {
    padding: 0;
}
#dentist-profile .similar-dentists .similar-dentists-button {
    border-radius: 4px;
    background-color: #00C3C7;
    display: inline-block;
    padding: 16px 24px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 17px;
    transition: 0.2s linear;
    width: 100%;
    text-align: center;
}
#dentist-profile .similar-dentists .similar-dentists-button:hover {
    opacity: 0.85;
}
#dentist-profile .similar-dentists .similar-dentist {
    margin-bottom: 32px;
    padding: 0px;
}
#dentist-profile .similar-dentists .similar-dentist .image {
    float: left;
    max-width: 96px;
    width: 96px;
    height: 96px;
    margin-right: 16px;
    margin-top: -4px;
    position: relative;
}
#dentist-profile .similar-dentists .similar-dentist .image:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #F1F4F8;
}
#dentist-profile .similar-dentists .similar-dentist .image .unclaimed-icon {
    display: block;
    width: 96px;
    height: 96px;
    text-align: center;
    font-size: 2rem;
    color: #D9DFE7;
    line-height: 55px;
    vertical-align: middle;
    margin-top: 3px;
}
#dentist-profile .similar-dentists .similar-dentist .image img {
    width: 100%;
    height: auto;
    display: block;
    width: 96px;
    border-radius: 100%;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .name {
    color: #1B1C1D;
    font-size: 1rem;
    font-weight: 900;
    line-height: 24px;
    margin-right: 8px;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .address {
    display: block;
    font-size: .75rem;
    font-weight: bold;
    color: #1B1C1D;
    margin-top: 8px;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating {
    display: inline-block;
    margin-top: 0px;
    padding: 0px;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating.disabled {
    display: none;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .reviews-link {
    display: inline-block;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .reviews-link.disabled {
    display: none;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating {
    display: inline-block;
    clear: both;
    margin-top: 0px;
    color: #FEA22B;
    text-align: center;
    padding: 0px 0px;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating .num {
    font-size: .875rem;
    font-weight: bold;
    line-height: 14px;
    margin-right: 8px;
    vertical-align: middle;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating .rating-star {
    vertical-align: middle;
    opacity: 0.4;
    margin: 0 1px;
    font-size: .8125rem;
    margin-top: 3px;
    display: inline-block;
    position: relative;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating .rating-star.active {
    opacity: 1;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating .rating-star.half {
    opacity: 1;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating .rating-star.half:before {
    z-index: 2;
    overflow: hidden;
    width: 9px;
    margin-right: 7px;
    display: inline-block;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .rating .rating-star.half:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\38";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-clip-path: inset(0px 0px 0px 50%);
    clip-path: inset(0px 0px 0px 50%);
    color: inherit;
    opacity: 0.4;
    z-index: -1;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .reviews-link {
    display: inline-block;
    text-align: left;
    font-size: .75rem;
    margin-left: 10px;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .reviews-link:before {
    margin-right: 8px;
    content: '';
    border-left: 1px solid #E2E2E2;
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .reviews-link .count:before {
    content: '(';
}
#dentist-profile .similar-dentists .similar-dentist .dentist-info .reviews-link .count:after {
    content: ')';
}
#dentist-profile .similar-dentists .time-options {
    margin: 24px 0px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
}
#dentist-profile .similar-dentists .time-options .btn {
    background: #f1f4f8;
    color: #484A4C;
    border-radius: 4px;
    display: block;
    padding: 12px;
    font-size: .75rem;
    font-weight: 700;
    width: calc(25% - 15px);
    float: left;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    text-align: center;
}
#dentist-profile .similar-dentists .time-options .btn:hover {
    background: #00C3C7;
    color: #ffffff;
}
#dentist-profile .similar-dentists .time-options .btn.btn-space {
    cursor: inherit;
    background: transparent;
    color: #959596;
}
#dentist-profile .similar-dentists .time-options .btn.btn-space:hover {
    background: transparent;
    color: #959596;
}
#dentist-profile .similar-dentists .time-options .btn.btn-more-appoint {
    width: calc(100% - 15px);
    clear: both;
    margin-bottom: 0;
}
#dentist-profile .similar-dentists .time-options a.go-profile {
    background: #f1f4f8;
    color: #484A4C;
    border-radius: 4px;
    display: block;
    padding: 12px;
    font-size: .75rem;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    text-align: center;
}
#dentist-profile .similar-dentists .time-options a.go-profile:hover {
    background: #00C3C7;
    color: #ffffff;
}
#dentist-profile .similar-dentists .time-options.no-appointment {
    margin-top: 75px;
}
#dentist-profile .similar-dentists .time-options .text-more-appoint {
    color: #00C3C7;
    font-size: 1rem;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    clear: both;
    display: block;
    top: 24px;
    padding: 24px 0px 8px;
}
#dentist-profile .similar-dentists .dividerline {
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #f1f4f8;
    margin: 30px 0 5px 0;
}
#dentist-profile .similar-dentists span.name a,
#dentist-profile .similar-dentists span.name a:focus,
#dentist-profile .similar-dentists span.name a:active {
    text-decoration: none;
    outline: none;
    color: #1b1c1d;
    transition: all 0.2s linear;
}
#dentist-profile .similar-dentists span.name a:hover {
    color: #00C3C7;
}
#dentist-profile .profile-header {
    position: relative;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    #dentist-profile .profile-header {
        height: 402px;
    }
}
#dentist-profile .profile-header .map-parent {
    position: relative;
}
#dentist-profile .profile-header .header-map-expand {
    width: 100%;
    height: 225px;
    display: block;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .header-map-expand {
        display: none;
    }
}
#dentist-profile .profile-header .map-bg {
    position: absolute;
    left: 24%;
    top: -210px;
    width: calc(70% + 470px);
    height: 762px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
#dentist-profile .profile-header .map-bg .header-map {
    width: 100%;
    height: 100%;
    display: block;
}
#dentist-profile .profile-header .map-bg .overlays {
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}
#dentist-profile .profile-header .map-bg .overlays .left {
    position: absolute;
    background: linear-gradient(-90.1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 77.81%, white 97.6%, #FFFFFF 100%);
    height: 100%;
    width: 500px;
    left: 0;
    top: 0;
    z-index: 4;
}
#dentist-profile .profile-header .map-bg .overlays .bottom {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 77.81%, white 97.6%, #FFFFFF 100%);
    height: 500px;
    width: 100vw;
    left: 0;
    top: calc(100% - 400px);
    z-index: 4;
}
#dentist-profile .profile-header .map-bg .overlays .right {
    position: absolute;
    background: linear-gradient(90.1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 77.81%, white 97.6%, #FFFFFF 100%);
    height: 100%;
    width: 500px;
    right: 0;
    top: 0;
    z-index: 4;
}
#dentist-profile .profile-header .map-bg .location-pointer {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 43px;
    height: 60px;
    display: block;
}
#dentist-profile .profile-header .map-bg .location-pointer .poi-shade {
    position: absolute;
    height: 70px;
    right: -2px;
    margin: 0 auto;
    display: block;
}
#dentist-profile .profile-header .map-bg .location-pointer i {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.5rem;
    color: #fff;
    width: 25px;
    height: 24px;
}
#dentist-profile .profile-header .network.network-in .network-status {
    color: #484A4C;
}
#dentist-profile .profile-header .network.network-in .network-status:before {
    content: "\24";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: normal;
    color: #03cf9c;
    margin-right: 6px;
    line-height: 24px;
    font-size: 1.25rem;
    vertical-align: middle;
}
#dentist-profile .profile-header .network.network-in .network-status:after {
    content: 'In-Network';
    vertical-align: middle;
}
#dentist-profile .profile-header .network.network-out .network-status:after {
    content: 'Out-of-Network';
    vertical-align: middle;
}
#dentist-profile .profile-header .network.network-disabled .network-status {
    display: none;
}
#dentist-profile .profile-header .dentist-header-info,
#dentist-profile .profile-header .mobile-dentist-header-info {
    margin-top: 24px;
}
#dentist-profile .profile-header .dentist-header-info .dentist-image,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image {
    max-width: 200px;
    border-radius: 100%;
    display: block;
    position: relative;
    max-height: 200px;
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image:before,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% + 2px);
    height: calc(100% + 4px);
    border-radius: 100%;
    border: 3px solid #F1F4F8;
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image .unclaimed-icon,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image .unclaimed-icon {
    display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 5.9375rem;
    color: #D9DFE7;
    line-height: 200px;
    vertical-align: middle;
    padding-top: 5px;
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image img,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image,
    #dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image {
        max-width: 132px;
        max-height: 132px;
        margin-bottom: 32px;
    }
    #dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image .unclaimed-icon,
    #dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image .unclaimed-icon {
        display: block;
        width: 132px;
        height: 132px;
        line-height: 132px;
        font-size: 3.4375rem;
    }
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image .network-status,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image .network-status {
    position: absolute;
    background: #ffffff;
    border-radius: 100px;
    height: 35px;
    left: 0;
    right: 0;
    bottom: -6px;
    color: #959596;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 140px;
    margin: 0 auto;
    padding: 0 16px;
    border-radius: 17.5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image .network-status,
    #dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image .network-status {
        font-size: .75rem;
    }
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image.network-in .network-status,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image.network-in .network-status {
    color: #484A4C;
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image.network-in .network-status:before,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image.network-in .network-status:before {
    content: "\24";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: normal;
    color: #03cf9c;
    margin-right: 12px;
    line-height: 24px;
    font-size: 1.25rem;
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image.network-in .network-status:after,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image.network-in .network-status:after {
    content: 'In-Network';
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image.network-out .network-status:after,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image.network-out .network-status:after {
    content: 'Out-of-Network';
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .inner-image.network-disabled .network-status,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .inner-image.network-disabled .network-status {
    display: none;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .dentist-image,
    #dentist-profile .profile-header .mobile-dentist-header-info .dentist-image {
        max-width: 132px;
        margin: 0 auto;
        position: relative;
    }
}
#dentist-profile .profile-header .dentist-header-info .dentist-image .gallery-link,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .gallery-link {
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 100%;
    height: 44px;
    width: 44px;
    border: 3px solid #F1F4F8;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 44px;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .dentist-image .gallery-link,
    #dentist-profile .profile-header .mobile-dentist-header-info .dentist-image .gallery-link {
        top: 0px;
        left: 0px;
    }
}
#dentist-profile .profile-header .dentist-header-info .verified-status,
#dentist-profile .profile-header .mobile-dentist-header-info .verified-status {
    height: 38px;
    width: 142px;
    border: 3px solid #F1F4F8;
    border-radius: 17.5px;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: -16px;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
}
#dentist-profile .profile-header .dentist-header-info .verified-status i,
#dentist-profile .profile-header .mobile-dentist-header-info .verified-status i {
    color: #00C3C7;
    vertical-align: middle;
    margin-right: 8px;
    font-size: .875rem;
    margin-top: 4px;
    display: inline-block;
}
#dentist-profile .profile-header .dentist-header-info .verified-status span,
#dentist-profile .profile-header .mobile-dentist-header-info .verified-status span {
    color: #484A4C;
    font-family: Lato;
    font-size: .75rem;
    font-weight: bold;
    vertical-align: middle;
}
#dentist-profile .profile-header .dentist-header-info .rating,
#dentist-profile .profile-header .mobile-dentist-header-info .rating {
    display: block;
    clear: both;
    margin-top: 25px;
    color: #FEA22B;
    text-align: center;
    padding: 12px 0px 0px;
}
#dentist-profile .profile-header .dentist-header-info .rating .num,
#dentist-profile .profile-header .mobile-dentist-header-info .rating .num {
    font-size: .875rem;
    font-weight: bold;
    line-height: 14px;
    margin-right: 8px;
    vertical-align: middle;
}
#dentist-profile .profile-header .dentist-header-info .rating .rating-star,
#dentist-profile .profile-header .mobile-dentist-header-info .rating .rating-star {
    vertical-align: middle;
    opacity: 1;
    margin: 0 1px;
    position: relative;
    color: #e2e2e2;
}
#dentist-profile .profile-header .dentist-header-info .rating .rating-star.active,
#dentist-profile .profile-header .mobile-dentist-header-info .rating .rating-star.active {
    opacity: 1;
    color: #FEA22B
}
#dentist-profile .profile-header .dentist-header-info .rating .rating-star.half,
#dentist-profile .profile-header .mobile-dentist-header-info .rating .rating-star.half {
    opacity: 1;
    color: #FEA22B
}
#dentist-profile .profile-header .dentist-header-info .rating .rating-star.half:before,
#dentist-profile .profile-header .mobile-dentist-header-info .rating .rating-star.half:before {
    z-index: 2;
    overflow: hidden;
    width: 9px;
    margin-right: 7px;
    display: inline-block;
}
#dentist-profile .profile-header .dentist-header-info .rating .rating-star.half:after,
#dentist-profile .profile-header .mobile-dentist-header-info .rating .rating-star.half:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\38";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-clip-path: inset(0px 0px 0px 50%);
    clip-path: inset(0px 0px 0px 50%);
    color: inherit;
    opacity: 0.4;
    z-index: -1;
}
#dentist-profile .profile-header .dentist-header-info .rating.unclaimed,
#dentist-profile .profile-header .mobile-dentist-header-info .rating.unclaimed {
    color: #E2E2E2;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .rating,
    #dentist-profile .profile-header .mobile-dentist-header-info .rating {
        padding: 0;
        margin-top: 0px;
        display: inline-block;
        margin-bottom: 20px;
    }
}
#dentist-profile .profile-header .dentist-header-info .reviews-link,
#dentist-profile .profile-header .mobile-dentist-header-info .reviews-link {
    text-align: center;
    font-size: .875rem;
}
#dentist-profile .profile-header .dentist-header-info .reviews-link .count:before,
#dentist-profile .profile-header .mobile-dentist-header-info .reviews-link .count:before {
    content: '(';
}
#dentist-profile .profile-header .dentist-header-info .reviews-link .count:after,
#dentist-profile .profile-header .mobile-dentist-header-info .reviews-link .count:after {
    content: ')';
}
#dentist-profile .profile-header .dentist-header-info .reviews-link.unclaimed a,
#dentist-profile .profile-header .mobile-dentist-header-info .reviews-link.unclaimed a {
    color: #E2E2E2;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .reviews-link,
    #dentist-profile .profile-header .mobile-dentist-header-info .reviews-link {
        display: inline;
        text-align: left;
        font-size: .75rem;
        margin-left: 10px;
        position: relative;
    }
    #dentist-profile .profile-header .dentist-header-info .reviews-link:before,
    #dentist-profile .profile-header .mobile-dentist-header-info .reviews-link:before {
        margin-right: 8px;
        content: '';
        border-left: 1px solid #E2E2E2;
        vertical-align: middle;
    }
    #dentist-profile .profile-header .dentist-header-info .reviews-link .count:before,
    #dentist-profile .profile-header .mobile-dentist-header-info .reviews-link .count:before {
        content: '(';
    }
    #dentist-profile .profile-header .dentist-header-info .reviews-link .count:after,
    #dentist-profile .profile-header .mobile-dentist-header-info .reviews-link .count:after {
        content: ')';
    }
}
#dentist-profile .profile-header .dentist-header-info .dentist-phone-mobile,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-phone-mobile {
    background-color: #00C3C7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 1rem;
    margin-left: 16px;
    display: block;
    transition: all 0.2s linear;
    margin: 0 auto;
    margin-bottom: 16px;
}
#dentist-profile .profile-header .dentist-header-info .dentist-phone-mobile i,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-phone-mobile i {
    color: #fff;
    vertical-align: middle;
}
#dentist-profile .profile-header .dentist-header-info .title,
#dentist-profile .profile-header .mobile-dentist-header-info .title {
    margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .title,
    #dentist-profile .profile-header .mobile-dentist-header-info .title {
        margin-bottom: 12px;
    }
}
#dentist-profile .profile-header .dentist-header-info .title .dentist-name,
#dentist-profile .profile-header .mobile-dentist-header-info .title .dentist-name {
    font-size: 1.5rem;
    color: #1B1C1D;
    font-weight: 900;
    display: inline;
    position: relative;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .title .dentist-name,
    #dentist-profile .profile-header .mobile-dentist-header-info .title .dentist-name {
        text-align: center;
        display: block;
        font-size: 1.25rem;
    }
}
#dentist-profile .profile-header .dentist-header-info .title .claim-business,
#dentist-profile .profile-header .mobile-dentist-header-info .title .claim-business {
    font-weight: 900;
    font-size: .875rem;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .title .claim-business,
    #dentist-profile .profile-header .mobile-dentist-header-info .title .claim-business {
        display: block;
    }
    #dentist-profile .profile-header .dentist-header-info .title .claim-business:before,
    #dentist-profile .profile-header .mobile-dentist-header-info .title .claim-business:before {
        display: none;
    }
}
#dentist-profile .profile-header .dentist-header-info .info-icon,
#dentist-profile .profile-header .mobile-dentist-header-info .info-icon {
    color: #484A4C;
    font-size: .875rem;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 24px;
    padding-left: 26px;
    position: relative;
}
#dentist-profile .profile-header .dentist-header-info .info-icon a,
#dentist-profile .profile-header .mobile-dentist-header-info .info-icon a {
    transition: 0.2s linear;
    vertical-align: middle;
}
#dentist-profile .profile-header .dentist-header-info .info-icon a:hover,
#dentist-profile .profile-header .mobile-dentist-header-info .info-icon a:hover {
    color: #00C3C7;
}
#dentist-profile .profile-header .dentist-header-info .info-icon i,
#dentist-profile .profile-header .mobile-dentist-header-info .info-icon i {
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 2px;
    color: #00C3C7;
    font-size: 1rem;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .info-icon,
    #dentist-profile .profile-header .mobile-dentist-header-info .info-icon {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    #dentist-profile .profile-header .dentist-header-info .info-icon i,
    #dentist-profile .profile-header .mobile-dentist-header-info .info-icon i {
        position: static;
        margin-right: 8px;
        display: inline-block;
        line-height: 15px;
    }
}
#dentist-profile .profile-header .dentist-header-info .dentist-address a,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-address a {
    color: #484A4C;
    transition: 0.2s linear;
}
#dentist-profile .profile-header .dentist-header-info .dentist-address a:hover,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-address a:hover {
    color: #00C3C7;
}
@media screen and (max-width: 768px) {
    #dentist-profile .profile-header .dentist-header-info .dentist-address,
    #dentist-profile .profile-header .mobile-dentist-header-info .dentist-address {
        margin-bottom: 4px;
    }
}
#dentist-profile .profile-header .dentist-header-info .distance,
#dentist-profile .profile-header .mobile-dentist-header-info .distance {
    position: absolute;
    top: 0;
    right: 16px;
    display: none;
    color: #959596;
    font-size: .6875rem;
    line-height: 7px;
}
@media screen and (max-width: 992px) {
    #dentist-profile .profile-header .dentist-header-info .distance,
    #dentist-profile .profile-header .mobile-dentist-header-info .distance {
        display: block;
    }
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-currently,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-currently {
    color: #00C3C7;
    font-family: Lato;
    font-size: .875rem;
    font-weight: bold;
    display: inline-block;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown {
    display: inline-block;
    color: #484A4C;
    font-family: Lato;
    font-size: .875rem;
    line-height: 16px;
    position: relative;
    transition: 0.2s linear;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown:hover,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown:hover {
    color: #00C3C7;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown:before,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown:before {
    content: '';
    border-left: 1px solid #E2E2E2;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dd-icon,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dd-icon {
    position: relative;
    color: #484A4C;
    transition: transform 0.3s ease-out;
    display: inline-block;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown.active .dd-icon,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown.active .dd-icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #00C3C7;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown.active .dropdown,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown.active .dropdown {
    pointer-events: all;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown {
    position: absolute;
    background-color: white;
    top: calc(100% + 12px);
    left: -141px;
    right: -100px;
    margin: 0 auto;
    display: block;
    z-index: 10;
    border-radius: 5px;
    opacity: 0;
    box-shadow: 0 6px 25px 0 rgba(38, 43, 48, 0.3);
    pointer-events: none;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: opacity 0.2s linear, transform 0.4s ease-out;
    list-style-type: none;
    padding: 8px 16px 8px;
    width: 230px;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown:before,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown .dropdown-title,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown .dropdown-title {
    color: #1B1C1D;
    font-size: 1rem;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    padding: 24px 0px 16px;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown table,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown table {
    width: 100%;
    padding: 0px 8px;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown table tbody tr td,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown table tbody tr td {
    color: #484A4C;
    font-size: .875rem;
    line-height: 16px;
    padding: 8px 16px 8px 8px;
    text-align: left;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown table tbody tr td.day-label,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown table tbody tr td.day-label {
    text-align: right;
    text-transform: uppercase;
    font-size: .75rem;
    padding: 8px 8px 8px 16px;
    font-weight: 700;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown table tbody tr.current-day td,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown table tbody tr.current-day td {
    font-weight: 900;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown table tbody tr.schedule-labels td,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown table tbody tr.schedule-labels td {
    color: #4D4D4D;
    font-size: .75rem;
    font-weight: bold;
    line-height: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
}
#dentist-profile .profile-header .dentist-header-info .hours .hours-dropdown .dropdown table tbody tr.schedule-labels td:not(:first-child):after,
#dentist-profile .profile-header .mobile-dentist-header-info .hours .hours-dropdown .dropdown table tbody tr.schedule-labels td:not(:first-child):after {
    content: '';
    display: block;
    border: 1px solid #F1F1F1;
    position: absolute;
    width: 83px;
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 auto;
    bottom: 4px;
}
#dentist-profile .profile-header .dentist-header-info .dentist-website a,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-website a {
    color: #484A4C;
    transition: 0.2s linear;
}
#dentist-profile .profile-header .dentist-header-info .dentist-website a:hover,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-website a:hover {
    color: #00C3C7;
}
@media screen and (max-width: 768px) {
    #dentist-profile .profile-header .dentist-header-info .dentist-website,
    #dentist-profile .profile-header .mobile-dentist-header-info .dentist-website {
        margin-bottom: 4px;
    }
}
#dentist-profile .profile-header .dentist-header-info .dentist-phone a,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-phone a {
    color: #484A4C;
    transition: 0.2s linear;
}
#dentist-profile .profile-header .dentist-header-info .dentist-phone a:hover,
#dentist-profile .profile-header .mobile-dentist-header-info .dentist-phone a:hover {
    color: #00C3C7;
}
@media screen and (max-width: 768px) {
    #dentist-profile .profile-header .dentist-header-info .dentist-phone,
    #dentist-profile .profile-header .mobile-dentist-header-info .dentist-phone {
        margin-bottom: 4px;
    }
}
#dentist-profile .dentist-body h4 {
    font-size: 1.25rem;
    font-weight: 700;
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body h4 {
        font-size: .875rem;
    }
}
#dentist-profile .dentist-body .profile-content-block {
    margin-bottom: 40px;
}
#dentist-profile .dentist-body .dentist-float-box {
    margin: 0 auto;
    margin-top: -120px;
    display: block;
    position: relative;
    width: 422px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 30px 50px 0 rgba(38, 43, 48, 0.2);
    z-index: 2;
}
#dentist-profile .dentist-body .dentist-float-box.claimed-template {
    max-height: 535px;
}
#dentist-profile .dentist-body .dentist-float-box.claimed-template .box-body {
    max-height: 420px;
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body .dentist-float-box {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 4000 !important;
        margin-top: 0px;
        opacity: 0;
        border-radius: 0px !important;
        max-height: initial !important;
        pointer-events: none;
        transition: transform 0.4s ease-out, opacity 0.2s linear;
        -ms-transform: translateY(100vh) !important;
        transform: translateY(100vh) !important;
        max-width: 100%;
    }
    #dentist-profile .dentist-body .dentist-float-box .box-header {
        border-radius: 0px !important;
    }
    #dentist-profile .dentist-body .dentist-float-box .box-body {
        max-height: calc(100vh - 140px) !important;
        overflow-y: overlay;
        overflow-x: hidden;
        height: 100%;
    }
    #dentist-profile .dentist-body .dentist-float-box.mobile-active {
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1;
        pointer-events: all;
        overflow-y: auto;
    }
}
#dentist-profile .dentist-body .dentist-float-box .box-header {
    background-color: #00C3C7;
    border-radius: 5px 5px 0 0;
    padding: 0px;
    color: #fff;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .top {
    padding: 24px;
    position: relative;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .top h3 {
    margin-bottom: 0px;
    font-size: 1.25rem;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .top i {
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 16px;
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body .dentist-float-box .box-header .top i {
        margin-right: 8px;
    }
}
#dentist-profile .dentist-body .dentist-float-box .box-header .top .close-mobile {
    display: none;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 18px;
    width: 18px;
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body .dentist-float-box .box-header .top .close-mobile {
        display: block;
    }
}
#dentist-profile .dentist-body .dentist-float-box .box-header .top .close-mobile a {
    color: #fff;
    font-size: 1rem;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom {
    background-color: #03A4A7;
    width: 100%;
    position: relative;
    padding: 8px 24px 8px 24px;
    height: 40px;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .count:before {
    content: '(';
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .count:after {
    content: ')';
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations-count {
    display: inline;
    font-size: .75rem;
    font-weight: bold;
    float: left;
    line-height: 24px;
    width: 90px;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations-count:after {
    content: '';
    border-left: 1px solid #D9DFE7;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .addresses {
    display: inline;
    font-size: .875rem;
    float: left;
    line-height: 24px;
    width: calc(100% - 90px);
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .addresses .form-group {
    margin-bottom: 0px;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .addresses .select-wrapper {
    margin-bottom: 16px;
    position: relative;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .addresses .select-wrapper:after {
    content: "\73";
    position: absolute;
    right: 1px;
    top: 5px;
    background-color: #03A4A7;
    color: #fff;
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .addresses .select-wrapper select {
    -webkit-appearance: none;
    outline: none;
    border: none;
    width: 100%;
    background: none;
    color: #fff;
    padding: 0px 8px;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .addresses .select-wrapper select option {
    min-height: 32px;
    -webkit-appearance: none;
    padding: 8px 16px;
    display: block;
    outline: none;
    border: none;
    background-color: #03A4A7;
    color: #fff;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .toggle-addresses {
    float: right;
    margin-top: 2px;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations .dt-toggle {
    display: block;
    width: 100%;
    color: #fff;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations .dt-toggle span {
    max-width: calc(100% - 24px);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations .dt-toggle i {
    transition: all 0.2s linear;
    float: right;
    margin-top: 2px;
    display: block;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations .dropdown-box {
    position: relative;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations .dropdown-box.active .dt-toggle i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
    margin-top: 0px;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations .dropdown-box .dropdown-content {
    width: 100%;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations .dropdown-box .dropdown-content .option-list {
    padding: 16px;
}
#dentist-profile .dentist-body .dentist-float-box .box-header .bottom .locations .dropdown-box .dropdown-content li a {
    font-weight: 700;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form {
    clear: both;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .col-12 {
    padding: 0px 15px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .form-title {
    color: #1B1C1D;
    font-size: 1rem;
    font-weight: 900;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input {
    margin-bottom: 25px;
    padding-top: 16px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input input,
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input textarea {
    color: #4F4F4F;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #ECEFF0;
    line-height: 20px;
    font-size: .875rem;
    padding: 6px 0px 8px;
    font-weight: 700;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input input:focus+label,
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input textarea:focus+label {
    opacity: 1;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input input:focus+label:before,
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input textarea:focus+label:before {
    width: 100%;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input input:-ms-input-placeholder,
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input textarea:-ms-input-placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input input::placeholder,
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input textarea::placeholder {
    color: #8a8a8a;
    transition: opacity 0.2s linear;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input input:focus:-ms-input-placeholder,
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input input:focus::placeholder,
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input textarea:focus::placeholder {
    opacity: 0;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input label {
    position: absolute;
    top: -42px;
    opacity: 0;
    transition: opacity 0.2s linear;
    display: block;
    font-size: .75rem;
    color: #8a8a8a;
    line-height: 8px;
    margin-bottom: 0px;
    position: relative;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input label:before {
    position: absolute;
    bottom: -34px;
    content: '';
    display: block;
    border-bottom: 2px solid #00C3C7;
    width: 0px;
    left: 0px;
    transition: width 0.3s ease-out;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input label.stick {
    opacity: 1;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input textarea {
    min-height: 100px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input.message-input label {
    top: -120px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input.message-input label:before {
    bottom: -106px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input.message-input label.stick {
    opacity: 1;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input .error-msg {
    color: #F01818;
    font-size: .75rem;
    font-weight: 600;
    display: none;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input.error input {
    border-bottom: 1px solid #F01818;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input.error label {
    color: #F01818;
    opacity: 1;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input.error label:before {
    border-bottom: 2px solid #F01818;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .contact-input.error .error-msg {
    display: block;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .submit-request-button {
    border-radius: 4px;
    background-color: #00C3C7;
    display: inline-block;
    padding: 16px 24px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 17px;
    margin-top: 32px;
    transition: 0.2s linear;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .submit-request-button:hover {
    opacity: 0.85;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .date-field {
    position: relative;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .date-field i {
    position: absolute;
    right: 0;
    bottom: 16px;
    color: #959596;
    font-size: 1rem;
    line-height: 20px;
    display: block;
    height: 20px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .time-field {
    position: relative;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .time-field i {
    position: absolute;
    right: 0;
    bottom: 16px;
    color: #959596;
    font-size: 1rem;
    line-height: 20px;
    display: block;
    height: 20px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .time-field .dropdown-content {
    width: 120px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .time-field .dropdown-content .option-list {
    padding: 12px 24px 12px 24px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .time-field .dropdown-content .option-list li {
    margin-bottom: 0px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .time-field .dropdown-content .option-list li a {
    color: #959596;
    font-size: .875rem;
    line-height: 26px;
    font-weight: normal;
    padding: 0px 0px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .datepicker {
    width: 317px;
    background-color: #FFFFFF;
    box-shadow: 0 30px 50px 0 rgba(38, 43, 48, 0.2);
    right: 0;
    padding: 24px;
    position: absolute;
    z-index: 1;
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body .dentist-float-box .unclaimed-form .datepicker {
        right: initial;
        left: 0;
    }
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .datepicker .datepicker-switch {
    text-align: left;
    color: #1B1C1D;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 22px;
    padding: 0px 12px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .datepicker th.dow {
    color: #1B1C1D;
    font-family: Lato;
    font-size: .6875rem;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .datepicker td.day {
    color: #959596;
    font-size: .75rem;
    line-height: 15px;
    text-align: center;
    padding: 12px 12px;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .datepicker td.day.active,
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .datepicker td.day:hover {
    color: white;
    background-color: #00C3C7;
}
#dentist-profile .dentist-body .dentist-float-box .unclaimed-form .datepicker table {
    width: 100%;
}
#dentist-profile .dentist-body .dentist-float-box.is_stuck {
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}
#dentist-profile .dentist-body .dentist-float-box.force-stuck {
    position: fixed;
    top: 220px;
    width: 422px;
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}
#dentist-profile .dentist-body .dentist-float-box .dropdown-box .dropdown-content .option-list h4 {
    font-size: .875rem;
    font-weight: 900;
    color: #484A4C;
}
#dentist-profile .dentist-body .dentist-low-info {
    max-width: 422px;
    margin: 0 auto;
    margin-top: 72px;
}
#dentist-profile .dentist-body ul.content-list {
    list-style-type: none;
    padding-left: 0px;
}
#dentist-profile .dentist-body ul.content-list li {
    color: #595B5D;
    font-size: 1rem;
    margin-bottom: 12px;
    line-height: 18px;
}
#dentist-profile .dentist-body ul.content-list li a {
    font-weight: bold;
}
#dentist-profile .dentist-body .contributions li {
    font-size: 1rem;
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body .contributions li {
        font-size: .875rem;
    }
}
#dentist-profile .dentist-body .contributions li a {
    font-weight: bold;
}
#dentist-profile .dentist-body .contributions li .date {
    color: #484A4C;
}
#dentist-profile .dentist-body .contributions li .date:before {
    content: ' - ';
}
#dentist-profile .dentist-body .view-all {
    color: #00C3C7;
    font-size: .875rem;
}
#dentist-profile .dentist-body .associations,
#dentist-profile .dentist-body .languages {
    margin-top: 16px;
}
#dentist-profile .dentist-body .associations li,
#dentist-profile .dentist-body .languages li {
    color: #595B5D;
    font-size: 1rem;
    margin-bottom: 12px;
}
#dentist-profile .dentist-body .articles-count {
    color: #00C3C7;
    font-size: 1rem;
    font-weight: bold;
}
#dentist-profile .dentist-body .articles-count:before {
    content: '';
    border-left: 1px solid #E2E2E2;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    margin-left: 16px;
    margin-right: 16px;
}
@media screen and (max-width: 576px) {
    #dentist-profile .dentist-body .articles-count {
        display: inline;
        font-size: .8125rem;
    }
    #dentist-profile .dentist-body .articles-count:before {
        margin-left: 8px;
        margin-right: 8px;
    }
}
#dentist-profile .dentist-body .box-body {
    padding: 24px 24px 24px;
}
#dentist-profile .dentist-body .box-body .col-12 {
    padding: 0;
}
#dentist-profile .dentist-body .box-body .week-date-block {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 16px;
    position: relative;
}
#dentist-profile .dentist-body .box-body .week-date-block .arrow a {
    color: #AAAEB3;
    display: inline-block;
    font-size: .6875rem;
}
#dentist-profile .dentist-body .box-body .week-date-block .arrow a:hover,
#dentist-profile .dentist-body .box-body .week-date-block .arrow a.active {
    color: #00C3C7;
}
#dentist-profile .dentist-body .box-body .week-date-block .arrow.left-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    display: block;
}
#dentist-profile .dentist-body .box-body .week-date-block .arrow.right-arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    display: block;
}
#dentist-profile .dentist-body .box-body .week-date-block .weekday {
    margin: 0 30px;
    width: 125px;
    white-space: nowrap;
}
#dentist-profile .dentist-body .box-body .week-date-block .weekday a {
    display: block;
    color: #6A6B6D;
    text-align: center;
}
#dentist-profile .dentist-body .box-body .week-date-block .weekday a .day {
    display: block;
    font-size: .875rem;
    text-transform: uppercase;
    transition: all 0.2s linear;
    line-height: normal;
    color: #6A6B6D;
}
#dentist-profile .dentist-body .box-body .week-date-block .weekday a .month {
    display: inline-block;
    font-weight: 900;
    transition: all 0.2s linear;
    color: #4A4A4A;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 8px;
}
#dentist-profile .dentist-body .box-body .week-date-block .weekday a .number {
    display: inline-block;
    font-weight: 900;
    transition: all 0.2s linear;
    color: #4A4A4A;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase;
}
#dentist-profile .dentist-body .box-body .week-date-block .weekday a:hover,
#dentist-profile .dentist-body .box-body .week-date-block .weekday a.active {
    color: #00C3C7;
}
#dentist-profile .dentist-body .box-body .appointment-fields {
    margin-bottom: 24px;
}
#dentist-profile .dentist-body .box-body .appointment-fields .select-wrapper {
    margin-bottom: 16px;
    position: relative;
}
#dentist-profile .dentist-body .box-body .appointment-fields .select-wrapper label {
    color: #AAAEB3;
    font-family: Lato;
    font-size: .75rem;
    font-weight: bold;
    line-height: 12px;
    display: block;
}
#dentist-profile .dentist-body .box-body .appointment-fields .select-wrapper:after {
    content: "\73";
    position: absolute;
    right: 1px;
    top: 22px;
    background-color: #fff;
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#dentist-profile .dentist-body .box-body .appointment-fields .select-wrapper select {
    outline: none;
    border: none;
    width: 100%;
    color: #4A4A4A;
    font-family: Lato;
    font-size: .875rem;
    font-weight: bold;
}
#dentist-profile .dentist-body .box-body .appointment-fields span.label {
    color: #AAAEB3;
    font-family: Lato;
    font-size: .75rem;
    font-weight: bold;
    line-height: 12px;
    display: block;
    margin-bottom: 8px;
}
#dentist-profile .dentist-body .box-body .appointment-fields .search-group {
    margin-bottom: 24px;
}
#dentist-profile .dentist-body .box-body .appointment-fields .search-field {
    position: relative;
}
.search-field .single {
    font-size: .75rem;
}
#dentist-profile .dentist-body .box-body .appointment-fields .dt-payment-toggle {
    outline: none;
    border: none;
    width: 100%;
    color: #4A4A4A;
    font-family: Lato;
    font-size: .875rem;
    font-weight: bold;
    display: block;
}
#dentist-profile .dentist-body .box-body .appointment-fields .dt-payment-toggle span {
    max-width: calc(100% - 24px);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#dentist-profile .dentist-body .box-body .appointment-fields .dt-payment-toggle i {
    float: right;
    font-size: 1rem;
}
#dentist-profile .dentist-body .box-body .appointment-fields .dropdown-box .dropdown-content {
    width: 100%;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    margin: 0 auto;
}
#dentist-profile .dentist-body .box-body .appointment-fields .dropdown-box .dropdown-content .option-list {
    padding: 20px 16px;
    max-height: 200px;
    overflow: auto;
}
#dentist-profile .dentist-body .box-body .appointment-fields .nav-item {
    margin-bottom: 0px;
}
#dentist-profile .dentist-body .box-body .dentist-appointment .btn {
    background: #f1f4f8;
    color: #484A4C;
    border-radius: 4px;
    display: block;
    padding: 12px;
    font-size: .75rem;
    font-weight: 700;
    width: calc(33.33% - 15px);
    margin-right: 15px;
    float: left;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    text-align: center;
}
#dentist-profile .dentist-body .box-body .dentist-appointment .btn:hover {
    background: #00C3C7;
    color: #ffffff;
}
#dentist-profile .dentist-body .box-body .dentist-appointment .btn.btn-space {
    cursor: inherit;
    background: transparent;
    color: #959596;
}
#dentist-profile .dentist-body .box-body .dentist-appointment .btn.btn-space:hover {
    background: transparent;
    color: #959596;
}
#dentist-profile .dentist-body .box-body .dentist-appointment .btn.btn-more-appoint {
    width: calc(100% - 15px);
    clear: both;
    margin-bottom: 0;
}
#dentist-profile .dentist-body .box-body .dentist-appointment.no-appointment {
    margin-top: 75px;
}
#dentist-profile .dentist-body .box-body .dentist-appointment .text-more-appoint {
    color: #00C3C7;
    font-size: 1rem;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    clear: both;
    display: block;
    top: 24px;
    padding: 24px 0px 8px;
}
@media screen and (max-height: 700px) {
    #dentist-profile .dentist-body .box-body .dentist-appointment .tall-hide {
        display: none;
    }
}
#dentist-profile .dentist-body .box-body .more-times {
    display: none;
}
#dentist-profile .dentist-body .box-body.show-more {
    overflow-y: overlay;
    overflow-x: hidden;
}
#dentist-profile .dentist-body .box-body.show-more .more-times {
    display: initial;
}
#dentist-profile .dentist-body .content-gallery {
    margin-bottom: 16px;
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image {
    position: relative;
    display: block;
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image img {
    margin-bottom: 8px;
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image .content-gallery-link {
    position: absolute;
    right: 0;
    bottom: 0px;
    background-color: #03A4A7;
    height: 40px;
    display: block;
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image .content-gallery-link:hover .view-photos {
    background-color: #03A4A7;
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image .content-gallery-link i {
    line-height: 43px;
    height: 40px;
    display: block;
    padding: 0px 12px;
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    float: left;
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image .content-gallery-link .view-photos {
    display: block;
    height: 40px;
    background-color: #00C3C7;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 16px;
    float: left;
    transition: background-color 0.2s linear;
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image .content-gallery-link .view-photos .count {
    font-weight: normal;
    margin-left: 4px;
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image .content-gallery-link .view-photos .count:before {
    content: '(';
}
#dentist-profile .dentist-body .content-gallery .content-gallery-image .content-gallery-link .view-photos .count:after {
    content: ')';
}
#dentist-profile .dentist-body .content-gallery .modal {
    text-align: center;
}
@media screen and (min-width: 992px) {
    #dentist-profile .dentist-body .content-gallery .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
#dentist-profile .dentist-body .content-gallery .modal.show {
    padding: 24px !important;
    margin-left: -17px;
}
#dentist-profile .dentist-body .content-gallery .modal .modal-dialog {
    max-width: 1000px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body .content-gallery .modal .modal-dialog {
        top: 30vh;
    }
}
#dentist-profile .dentist-body .content-gallery .modal .modal-content {
    border: none;
    border-radius: 0px;
}
#dentist-profile .dentist-body .content-gallery .modal .modal-header {
    height: 0;
    padding: 0;
    border: 0;
}
#dentist-profile .dentist-body .content-gallery .modal .modal-header .close {
    background-color: #00C3C7;
    z-index: 2;
    opacity: 1;
    border-radius: 100%;
    padding: 0px;
    width: 48px;
    height: 48px;
    margin: 0;
    top: 16px;
    position: absolute;
    right: 16px;
    display: block;
    transition: all 0.2s linear;
    text-shadow: none;
}
#dentist-profile .dentist-body .content-gallery .modal .modal-header .close:focus {
    outline: none !important;
}
#dentist-profile .dentist-body .content-gallery .modal .modal-header .close span {
    transition: all 0.2s linear;
    line-height: 16px;
    display: block;
    font-size: 2rem;
    vertical-align: middle;
    color: white;
    font-weight: 300;
}
#dentist-profile .dentist-body .content-gallery .modal .modal-header .close:hover {
    background-color: #03A4A7;
}
#dentist-profile .dentist-body .content-gallery .modal .modal-header .close:hover span {
    opacity: 0.85;
}
#dentist-profile .dentist-body .content-gallery .modal .modal-body {
    padding: 0px;
}
#dentist-profile .dentist-body .content-gallery .carousel-item img {
    margin-bottom: 0px !important;
}
#dentist-profile .dentist-body .content-gallery .carousel-control-prev {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 56px;
    bottom: 0px;
    background-color: #03A4A7;
    top: initial;
    left: initial;
    opacity: 1;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 5px;
    transition: all 0.2s linear;
}
#dentist-profile .dentist-body .content-gallery .carousel-control-prev:hover {
    opacity: 0.85;
}
#dentist-profile .dentist-body .content-gallery .carousel-control-prev i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -8px;
    line-height: 56px;
    vertical-align: middle;
}
#dentist-profile .dentist-body .content-gallery .carousel-control-next {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #00C3C7;
    top: initial;
    left: initial;
    opacity: 1;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 5px;
    transition: all 0.2s linear;
}
#dentist-profile .dentist-body .content-gallery .carousel-control-next:hover {
    opacity: 0.85;
}
#dentist-profile .dentist-body .content-gallery .carousel-control-next i {
    line-height: 56px;
    vertical-align: middle;
}
#dentist-profile .dentist-body .content-modal {
    text-align: center;
}
@media screen and (min-width: 992px) {
    #dentist-profile .dentist-body .content-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
#dentist-profile .dentist-body .content-modal.show {
    padding: 24px !important;
    margin-left: -17px;
}
#dentist-profile .dentist-body .content-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
#dentist-profile .dentist-body .content-modal .modal-content {
    border: none;
    border-radius: 5px;
}
#dentist-profile .dentist-body .content-modal .modal-header {
    height: 0;
    padding: 0;
    border: 0;
}
#dentist-profile .dentist-body .content-modal .modal-header .close {
    background-color: #00C3C7;
    z-index: 2;
    opacity: 1;
    border-radius: 100%;
    padding: 0px;
    width: 24px;
    height: 24px;
    margin: 0;
    top: 32px;
    position: absolute;
    right: 32px;
    display: block;
    transition: all 0.2s linear;
    text-shadow: none;
}
#dentist-profile .dentist-body .content-modal .modal-header .close:focus {
    outline: none !important;
}
#dentist-profile .dentist-body .content-modal .modal-header .close span {
    transition: all 0.2s linear;
    line-height: 26px;
    display: block;
    font-size: .5rem;
    vertical-align: middle;
    color: white;
    font-weight: 300;
}
#dentist-profile .dentist-body .content-modal .modal-header .close:hover {
    background-color: #03A4A7;
}
#dentist-profile .dentist-body .content-modal .modal-header .close:hover span {
    opacity: 0.85;
}
#dentist-profile .dentist-body .content-modal .modal-body {
    padding: 32px;
    border-radius: 5px;
}
#dentist-profile .dentist-body .content-modal h4 {
    margin-bottom: 32px;
}
#dentist-profile .dentist-body .text-read-more .full-text {
    display: none;
}
#dentist-profile .dentist-body .text-read-more.more .full-text {
    display: block;
}
#dentist-profile .dentist-body .text-read-more.more .shortened-text {
    display: none;
}
#dentist-profile .dentist-body .location-map-block {
    margin-top: 24px;
}
#dentist-profile .dentist-body .location-map-block .search-by-map {
    height: 370px;
}
#dentist-profile .dentist-body .location-map-block.active {
    z-index: 3000;
    margin-top: 0px;
    top: 0;
}
#dentist-profile .dentist-body .location-map-block.active .search-by-map {
    height: calc(100vh - 0px);
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body .location-map-block.active .search-by-map {
        height: 100vh;
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 1999;
    }
}
#dentist-profile .dentist-body .location-map-block.active .map-expand-container {
    z-index: 3000;
}
@media screen and (max-width: 992px) {
    #dentist-profile .dentist-body .location-map-block:not(.active) {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-left: 0px;
        border-right: 0px;
    }
}
#dentist-profile .infoBox {
    overflow: visible !important;
}
#dentist-profile .infoBox .closeInfo {
    right: 16px;
    left: initial;
    z-index: 4;
    top: 16px;
}
#dentist-profile .infoBox .closeInfo a {
    color: #6A6B6D;
}
@media screen and (max-width: 768px) {
    #dentist-profile .infoBox {
        display: none;
    }
}
#dentist-profile .dentist-infobox {
    height: 310px;
    width: 450px;
    position: relative;
    overflow: visible;
}
#dentist-profile .dentist-infobox .arrow-block {
    position: absolute;
    display: block;
    cursor: pointer;
    height: 30px;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: initial;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#dentist-profile .dentist-infobox .title {
    margin-bottom: 24px;
}
#dentist-profile .dentist-infobox .title h3 {
    font-size: 1.25rem;
    font-weight: bold;
}
#dentist-profile .dentist-infobox .dentist-block {
    padding: 32px;
    height: 100%;
}
#dentist-profile .dentist-infobox .nav-tabs .nav-item {
    margin-bottom: 0px;
}
#dentist-profile .dentist-infobox .nav-tabs .nav-item .nav-link {
    font-size: .875rem;
    line-height: 12px;
    outline: none;
    border: none;
    padding: 0px 2px 8px;
    color: #AAAEB3;
    font-weight: normal;
    position: relative;
    margin-right: 24px;
}
#dentist-profile .dentist-infobox .nav-tabs .nav-item .nav-link:after {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    content: '';
    left: 0;
    border-top: 2px solid #00C3C7;
    opacity: 0;
    transition: 0.2s linear;
}
#dentist-profile .dentist-infobox .nav-tabs .nav-item .nav-link.active {
    font-weight: 900;
    color: #00C3C7;
}
#dentist-profile .dentist-infobox .nav-tabs .nav-item .nav-link.active:after {
    opacity: 1;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane p {
    font-size: 1rem;
    line-height: 30px;
    margin-top: 24px;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane .directions-button {
    border-radius: 4px;
    background-color: #00C3C7;
    display: inline-block;
    padding: 16px 24px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 17px;
    bottom: 32px;
    position: absolute;
    transition: 0.2s linear;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane .directions-button:hover {
    opacity: 0.85;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane .infobox-hours {
    margin-top: 16px;
    padding: 0px 8px;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane .infobox-hours tbody tr td {
    color: #484A4C;
    font-size: .875rem;
    line-height: 16px;
    padding: 4px 16px 4px 8px;
    text-align: left;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane .infobox-hours tbody tr td.day-label {
    text-align: right;
    text-transform: uppercase;
    font-size: .75rem;
    padding: 4px 8px 4px 16px;
    font-weight: 700;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane .infobox-hours tbody tr.current-day td {
    font-weight: 900;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane .infobox-hours tbody tr.schedule-labels td {
    color: #4D4D4D;
    font-size: .75rem;
    font-weight: bold;
    line-height: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
}
#dentist-profile .dentist-infobox .tab-content .tab-pane .infobox-hours tbody tr.schedule-labels td:not(:first-child):after {
    content: '';
    display: block;
    border: 1px solid #F1F1F1;
    position: absolute;
    width: 83px;
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 auto;
    bottom: 4px;
}
#dentist-profile .map-expand .map-expand-container {
    position: relative;
}
#dentist-profile .map-expand .map-expand-container .row {
    position: absolute;
    width: 100%;
}
#dentist-profile .map-expand .icon-close {
    top: 40px;
    left: 15px;
}
#dentist-profile .map-expand .map-cta-button {
    position: absolute;
    display: none;
    float: right;
    border-radius: 4px;
    background-color: #00C3C7;
    box-shadow: 0 15px 30px 3px rgba(0, 0, 0, 0.17);
    right: 15px;
    color: #fff;
    padding: 16px 24px;
    line-height: 18px;
    font-weight: bold;
    font-size: 1rem;
    margin-left: 28px;
    top: 40px;
    white-space: nowrap;
    transition: 0.2s linear;
}
#dentist-profile .map-expand .map-cta-button:hover {
    opacity: 0.85;
}
#dentist-profile .map-expand .map-cta-button i {
    display: inline-block;
    margin-right: 12px;
    font-size: 1rem;
    vertical-align: middle;
}
#dentist-profile .map-expand .map-cta-button.call {
    right: 195px;
}
@media screen and (max-width: 768px) {
    #dentist-profile .map-expand .map-cta-button.call {
        right: 15px;
    }
}
@media screen and (max-width: 768px) {
    #dentist-profile .map-expand .map-cta-button.book {
        top: 120px;
    }
}
#dentist-profile .location-map-block.active .map-cta-button {
    display: inline-block;
}
#dentist-profile .section-title-text {
    padding-bottom: calc(8px * 2);
    margin-bottom: calc(8px * 3);
    position: relative;
    color: #1B1C1D;
    line-height: normal;
    border-bottom: 2px solid #F0F0F0;
}
#dentist-profile .section-title-text:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    top: 40%;
    margin-left: calc(8px * 2);
}
#dentist-profile .section-title-text.centered {
    text-align: center;
}
#dentist-profile .section-title-text.centered:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 65px;
    background: #1B1C1D;
    left: 0;
    right: 0;
    bottom: -32px;
    top: initial;
    margin: 0 auto;
}
#dentist-profile .section-title-text.white-text {
    color: #fff;
}
#dentist-profile .section-title-text.white-text:after {
    background: #fff !important;
}
@media (min-width: 576px) {
    #appointment-booking-new-user .modal-dialog {
        max-width: 635px !important;
        margin: 1.75rem auto;
        margin-top: 100px !important;
    }
}
#appointment-booking-new-user .modal-header {
    background: #00C3C7;
    padding: 1.560rem 2.188rem;
}
#appointment-booking-new-user .modal-header h5 {
    font-size: 1.25rem;
    color: #ffffff;
    float: left;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .modal-header h5 {
        width: 100%;
    }
}
#appointment-booking-new-user .modal-header .close,
.close #appointment-booking-new-user .modal-header:hover,
#appointment-booking-new-user .modal-header:focus {
    font-size: 1.8rem;
    color: #ffffff;
    opacity: 1;
    outline: 0;
}
#appointment-booking-new-user .modal-header a {
    font-size: 0.875rem;
    line-height: 2rem;
    color: #ffffff;
}
@media (min-width: 576px) {
    #appointment-booking-new-user .modal-header a {
        float: right;
    }
}
#appointment-booking-new-user .modal-header a span {
    font-weight: 700;
}
#appointment-booking-new-user .modal-content {
    border: none;
    overflow: hidden;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .modal-body {
        padding: 1rem .3rem;
    }
}
#appointment-booking-new-user .panel-primary {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#appointment-booking-new-user .panel-primary h3 {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 1.875rem;
    margin: 0;
}
#appointment-booking-new-user .panel-primary h3.bold-900 {
    font-weight: 900;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary h3 {
        font-size: 1.125rem;
        line-height: 2rem;
    }
}
#appointment-booking-new-user .panel-primary button:focus,
#appointment-booking-new-user .panel-primary button:active {
    box-shadow: none !important;
}
#appointment-booking-new-user .panel-primary button.btn-cancel,
#appointment-booking-new-user .panel-primary button.btn-back {
    font-size: 0.875rem;
    font-weight: normal;
    color: #1B1C1D;
    background: #ffffff;
}
#appointment-booking-new-user .panel-primary button:not(:first-of-type) {
    margin-left: 2rem;
}
#appointment-booking-new-user .panel-primary button.btn-primary {
    min-width: 10rem;
}
#appointment-booking-new-user .panel-primary .social-btn {
    padding-bottom: 2.5rem;
    text-align: center;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .social-btn {
        padding: 0;
    }
}
#appointment-booking-new-user .panel-primary .social-btn button {
    margin-left: 4.25rem;
    line-height: 2.125rem;
    padding: 0.2875rem 1.038rem 0.2875rem 0.2375rem;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .social-btn button {
        margin-left: 0;
        margin-bottom: 2rem;
    }
}
#appointment-booking-new-user .panel-primary .social-btn button:first-of-type {
    margin-left: 1.45rem;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .social-btn button:first-of-type {
        margin-left: 0;
    }
}
#appointment-booking-new-user .panel-primary .social-btn button i {
    width: 2.375rem;
    height: 2.375rem;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin-right: .5rem;
}
#appointment-booking-new-user .panel-primary .social-btn button i.icon-facebook-new-user {
    background-image: url("../images/flogo-hex-rbg-wht-1024.png");
    /* retina display. dpr 2 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    #appointment-booking-new-user .panel-primary .social-btn button i.icon-facebook-new-user {
        background-image: url("../images/flogo-hex-rbg-wht-1024@2x.png");
        background-size: 38px 37px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 768px),
only screen and (min--moz-device-pixel-ratio: 3) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 3) and (min-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-resolution: 3dppx) {
    #appointment-booking-new-user .panel-primary .social-btn button i.icon-facebook-new-user {
        /* retina display. dpr 3 */
        background-image: url("../images/flogo-hex-rbg-wht-1024@3x.png");
        background-size: 38px 37px;
    }
}
#appointment-booking-new-user .panel-primary .social-btn button i.icon-google-new-user {
    margin-right: 1.2rem;
    background-image: url("../images/flogo-google-hex-rbg-wht-1024.png");
    /* retina display. dpr 2 */
    /* retina display. dpr 3 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    #appointment-booking-new-user .panel-primary .social-btn button i.icon-google-new-user {
        background-image: url("../images/flogo-google-hex-rbg-wht-1024@2x.png");
        background-size: 38px 37px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 768px),
only screen and (min--moz-device-pixel-ratio: 3) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 3) and (min-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-resolution: 3dppx) {
    #appointment-booking-new-user .panel-primary .social-btn button i.icon-google-new-user {
        background-image: url("../images/flogo-google-hex-rbg-wht-1024@3x.png");
        background-size: 38px 37px;
    }
}
#appointment-booking-new-user .panel-primary h4 {
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 3.125rem;
    margin: 0;
}
#appointment-booking-new-user .panel-primary .col-md-4 {
    min-width: 12.5rem;
}
@media (min-width: 768px) {
    #appointment-booking-new-user .panel-primary .col-md-4:nth-child(even) {
        margin-left: 3.125rem;
    }
}
#appointment-booking-new-user .panel-primary .profile-container {
    max-width: 6.25rem;
    max-height: 6.25rem;
    border-radius: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .profile-container {
        max-width: 4.375rem;
        max-height: 4.375rem;
    }
}
#appointment-booking-new-user .panel-primary .profile-container:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% + 2px);
    height: calc(100% + 4px);
    border-radius: 100%;
    border: 0.1875rem solid #f1f4f8;
}
#appointment-booking-new-user .panel-primary .booking-information {
    padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .booking-information .col-md-2 {
        max-width: 5.625rem;
    }
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .booking-information .details {
        width: calc(100% - 100px);
        padding: 0;
    }
}
#appointment-booking-new-user .panel-primary .booking-information .details h3 {
    font-size: 1.125rem;
    font-weight: 900;
    padding-bottom: .75rem;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .booking-information .details h3 {
        font-size: 1rem;
        padding-bottom: .35rem;
    }
}
#appointment-booking-new-user .panel-primary .booking-information .details p {
    font-size: 0.875rem;
    font-weight: 700;
    color: #959596;
    padding-bottom: .65rem;
    margin: 0;
}
#appointment-booking-new-user .panel-primary .booking-information .details h3,
#appointment-booking-new-user .panel-primary .booking-information .details p {
    width: 100%;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .booking-information .details h3,
    #appointment-booking-new-user .panel-primary .booking-information .details p {
        padding-bottom: .25rem;
    }
}
#appointment-booking-new-user .panel-primary .booking-information .details .rating {
    color: #FEA22B;
    text-align: center;
    display: block;
}
#appointment-booking-new-user .panel-primary .booking-information .details .rating .num {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 0.875rem;
    margin-right: 0.5rem;
    top: -0.125rem;
    position: relative;
    display: inline-block;
    color: #FEA22B;
}
#appointment-booking-new-user .panel-primary .booking-information .label {
    margin-bottom: .8rem;
    position: relative;
    top: 0;
}
#appointment-booking-new-user .panel-primary .booking-information .label.title {
    font-size: 0.8125rem;
    position: absolute;
    top: 1.125rem;
    color: #AAAEB3;
    -ms-transform-origin: left;
    transform-origin: left;
    transition: all 0.3s ease;
    font-weight: 700;
    pointer-events: none;
}
#appointment-booking-new-user .panel-primary .add-spacing-left-20 {
    padding-left: 1.25rem;
}
#appointment-booking-new-user .panel-primary .btn-container {
    padding-top: 1.875rem;
}
#appointment-booking-new-user .panel-primary .step-input {
    margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .step-input {
        margin-bottom: 1.25rem;
    }
}
#appointment-booking-new-user .panel-primary .step-input input {
    color: #4F4F4F;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #eaeaea;
    line-height: 20px;
    font-size: 1rem;
    padding: 6px 0px 8px;
    border-radius: 0px;
    font-weight: 700;
}
#appointment-booking-new-user .panel-primary .step-input input:focus+label,
#appointment-booking-new-user .panel-primary .step-input input:active+label {
    opacity: 1;
}
#appointment-booking-new-user .panel-primary .step-input input:focus+label:before {
    width: 100%;
}
#appointment-booking-new-user .panel-primary .step-input input:-ms-input-placeholder {
    color: #8A8A8A;
    transition: opacity 0.2s linear;
    font-size: 0.8125rem;
}
#appointment-booking-new-user .panel-primary .step-input input::placeholder {
    color: #8A8A8A;
    transition: opacity 0.2s linear;
    font-size: 0.8125rem;
}
#appointment-booking-new-user .panel-primary .step-input input:focus:-ms-input-placeholder {
    opacity: 0;
}
#appointment-booking-new-user .panel-primary .step-input input:focus::placeholder {
    opacity: 0;
}
#appointment-booking-new-user .panel-primary .step-input input.phone-number~i {
    padding: 0.625rem 0.625rem 0;
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer;
    color: #00C3C7;
}
#appointment-booking-new-user .panel-primary .step-input input.confirmation-number~i.confirm {
    font-size: 0.5rem;
    line-height: 0.625rem;
    color: #ffffff;
    background-color: #03cf9c;
    height: 1.25rem;
    width: 1.25rem;
    padding: 0.375rem;
    border-radius: 100%;
    position: absolute;
    top: 0.375rem;
    right: 0;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .panel-primary .step-input input.confirmation-number~i.confirm {
        margin-right: .7rem;
    }
}
#appointment-booking-new-user .panel-primary .step-input .error-msg {
    color: #F01818;
    font-size: .75rem;
    font-weight: 600;
}
#appointment-booking-new-user .panel-primary .step-input.error input {
    border-bottom: 1px solid #F01818;
}
#appointment-booking-new-user .panel-primary .step-input.error label {
    color: #F01818;
    opacity: 1;
}
#appointment-booking-new-user .panel-primary .step-input.error label:before {
    border-bottom: 2px solid #F01818;
}
#appointment-booking-new-user .panel-primary .step-input.error .error-msg {
    display: block;
}
#appointment-booking-new-user .panel-primary.custom-grid .col-md-4 .title {
    width: 100%;
}
#appointment-booking-new-user .panel-primary.custom-grid .col-md-4 .title~span {
    font-size: 1rem;
    font-weight: 700;
    color: #484A4C;
    padding: 0;
}
#appointment-booking-new-user .panel-primary.custom-grid label {
    font-size: 0.8125rem;
    position: absolute;
    top: 1.125rem;
    color: #AAAEB3;
    -ms-transform-origin: left;
    transform-origin: left;
    transition: all 0.3s ease;
    font-weight: 700;
    pointer-events: none;
}
#appointment-booking-new-user .panel-primary.custom-grid label.title {
    margin-bottom: .8rem;
    position: relative;
    top: 0;
}
#appointment-booking-new-user .panel-primary.custom-grid label.title~span {
    font-size: 1rem;
    font-weight: 700;
    color: #484A4C;
    padding: 0;
}
#appointment-booking-new-user .panel-primary.custom-grid h5,
#appointment-booking-new-user .panel-primary.custom-grid span {
    display: inline-block;
}
#appointment-booking-new-user .panel-primary.custom-grid h5 {
    position: relative;
    padding-right: 1.25rem;
    margin-right: .95rem;
}
#appointment-booking-new-user .panel-primary.custom-grid h5:after {
    content: '';
    height: 0.6875rem;
    width: 0.0625rem;
    background-color: #cccfd2;
    display: inline-block;
    right: 0;
    position: absolute;
    bottom: 0.25rem;
}
#appointment-booking-new-user .panel-primary.custom-grid i.confirm {
    color: #ffffff;
    background-color: #03cf9c;
    height: 0.9375rem;
    width: 0.9375rem;
    padding: 0.3125rem 0.3125rem 0.3125rem 0.25rem;
    border-radius: 100%;
    font-size: 0.375rem;
    line-height: 0.375rem;
    display: inline-block;
    margin-right: .6rem;
    top: -1px;
    position: relative;
}
#appointment-booking-new-user .panel-primary.custom-grid span {
    font-size: 0.75rem;
    font-weight: 700;
    color: #4a4a4a;
}
#appointment-booking-new-user .succes {
    background-color: #00C3C7;
    padding: 3rem 2.188rem 2rem;
    border-radius: 0.3rem;
    position: relative;
}
#appointment-booking-new-user .succes h3 {
    font-size: 2rem;
    color: #ffffff;
    padding-bottom: 1.25rem;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .succes h3 {
        font-size: 1.375rem;
    }
}
#appointment-booking-new-user .succes p {
    font-size: 1.25rem;
    line-height: 2.125rem;
    color: #ffffff;
    max-width: 80%;
    margin: 0 auto;
}
#appointment-booking-new-user .succes p:last-of-type {
    padding-bottom: 3.125rem;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .succes p:last-of-type {
        padding-bottom: 1.7rem;
    }
}
@media (max-width: 576px) {
    #appointment-booking-new-user .succes p {
        font-size: 1rem;
        line-height: 1.75rem;
    }
}
#appointment-booking-new-user .succes .icon-container {
    height: 6.688rem;
    width: 6.688rem;
    margin: 0 auto 2rem;
    background: #ffffff;
    border-radius: 100%;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .succes .icon-container {
        width: 5.688rem;
        height: 5.688rem;
        margin: 0 auto 1.5rem;
    }
}
#appointment-booking-new-user .succes .icon-check {
    height: 6.688rem;
    display: block;
    position: relative;
}
#appointment-booking-new-user .succes .icon-check:before {
    font-size: 3.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #00C3C7;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .succes .icon-check {
        height: 5.688rem;
    }
}
#appointment-booking-new-user .succes button {
    color: #00C3C7;
    background-color: #ffffff;
    padding: 0.7875rem 2.5rem;
    border: none;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .center-align {
        text-align: center !important;
    }
    #appointment-booking-new-user .center-align button {
        margin-left: 0;
    }
    #appointment-booking-new-user .center-align button:last-of-type {
        margin-top: 1rem;
        margin-left: 0;
    }
}
#appointment-booking-new-user .have-account h3 {
    font-size: 1rem;
    font-weight: 900;
    padding-bottom: 3rem;
}
@media (min-width: 576px) {
    #appointment-booking-new-user .have-account h3 {
        padding-top: 1rem;
    }
}
#appointment-booking-new-user .breack-direction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .breack-direction {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 576px) {
    #appointment-booking-new-user .breack-direction button:first-of-type {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 1rem;
    }
}
@media (max-width: 576px) {
    #appointment-booking-new-user .breack-direction button:last-of-type {
        margin-left: 0;
    }
}
#appointment-booking-new-user .wrapper-dropdown {
    position: relative;
    width: 12.5rem;
    padding: 0 0 0.625rem;
    background: #ffffff;
    cursor: pointer;
    outline: none;
    color: #484A4C;
    font-weight: 700;
}
#appointment-booking-new-user .wrapper-dropdown.active .dropdown a {
    font-size: 0.875rem;
}
#appointment-booking-new-user .wrapper-dropdown.active .dropdown a:hover {
    color: #00C3C7;
}
#appointment-booking-new-user .add-patient h3 {
    padding-bottom: 2.3rem;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .add-patient h3 {
        padding-bottom: 1.8rem;
    }
}
#appointment-booking-new-user .search-field a.dt-toggle {
    color: #484A4C;
    font-weight: 700;
    display: block;
    line-height: 1rem;
}
#appointment-booking-new-user .search-field a.dt-toggle i {
    float: right;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .search-field {
        padding: 0 0 0.625rem;
    }
}
#appointment-booking-new-user .dropdown-box .dropdown-content {
    width: 16.75rem;
    margin-top: .5rem;
}
@media (max-width: 768px) {
    #appointment-booking-new-user .dropdown-box .dropdown-content {
        min-width: 100%;
    }
}
#appointment-booking-new-user .dropdown-box .dropdown-content h4 {
    font-size: 0.875rem;
    text-transform: none;
    padding: 0 0 1rem;
}
#appointment-booking-new-user .dropdown-box .dropdown-content .pay-option {
    height: 3rem;
}
#appointment-booking-new-user .setup-panel {
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 576px) {
    #appointment-booking-new-user .setup-panel {
        padding-bottom: 2.125rem;
    }
}
#appointment-booking-new-user .setup-panel .step-validation-btn {
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    text-align: center;
    position: relative;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step:last-of-type a:after {
    display: none;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step span {
    font-size: 0.75rem;
    color: #AAAEB3;
    display: block;
    padding-bottom: 1rem;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step .btn-circle {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #d9dfe7;
    box-shadow: none;
    padding: 0;
    margin-top: 0.3125rem;
    border-radius: 100%;
    -webkit-appearance: button-bevel;
    color: transparent;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step.current span {
    color: #1B1C1D;
    font-weight: 700;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step.current .btn-circle {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0;
    background-color: #00C3C7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
}
#appointment-booking-new-user .setup-panel .appointment-booking-step:before,
#appointment-booking-new-user .setup-panel .appointment-booking-step:after {
    content: '';
    width: 30%;
    height: 1px;
    background-color: #d9dfe7;
    position: absolute;
    top: 75%;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step:before {
    left: 0;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step:after {
    right: 0;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step:first-of-type:before {
    background-color: transparent;
}
#appointment-booking-new-user .setup-panel .appointment-booking-step:last-of-type:after {
    background-color: transparent;
}
#appointment-booking-new-user .setup-panel .confirm .step-validation-btn:before {
    content: "\30";
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.9rem;
}
#appointment-booking-new-user .succes-booking {
    background-color: #00C3C7;
}
.error-msg.datetime {
    margin-top: -20px;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .footer-break {
        display: none;
    }
}
/*----------------------------------------------------------*/
/*--------------Homepage DDS Widget Slider------------------*/
button.owl-prev:focus,
button.owl-next:focus {
    outline: 0;
}
#homepage section.top-dentists {
    margin-top: 72px;
    margin-bottom: 72px;
    position: relative;
}
#homepage section.top-dentists .top-dentists-title .section-title-text {
    border-bottom: 2px solid #F0F0F0;
}
#homepage section.top-dentists .top-dentists-title .section-title-text .dropdown-box {
    width: 240px;
    display: inline;
    position: relative;
    margin-left: 4px;
}
#homepage section.top-dentists .top-dentists-title .section-title-text .dropdown-box .dropdown-content {
    left: -28px;
    right: initial;
    top: calc(100% + 10px);
    width: 240px;
    border-radius: 5px;
    box-shadow: 4px 10px 25px 0 rgba(38, 43, 48, 0.26);
}
#homepage section.top-dentists .top-dentists-title .section-title-text .dropdown-box .dropdown-content .option-list {
    max-height: initial;
    padding: 16px 28px;
}
#homepage section.top-dentists .top-dentists-title .section-title-text .dropdown-box .dropdown-content .option-list li a {
    color: #00C3C7;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 700;
}
#homepage section.top-dentists .top-dentists-title .section-title-text .dropdown-box .dropdown-content .option-list li a:hover {
    color: #03A4A7;
}
#homepage section.top-dentists .top-dentists-title .section-title-text .dropdown-box .dropdown-content .option-list li a.search {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: solid 1px #e2e2e2;
}
#homepage section.top-dentists .top-dentists-title .section-title-text .dropdown-box .dt-toggle i {
    vertical-align: middle;
    font-size: 1.125rem;
    color: #6A6B6D;
    margin-left: 8px;
    display: inline-block;
}
#homepage section.top-dentists .top-dentists-title .section-title-text:after {
    display: none;
}
#homepage section.top-dentists .top-dentists-title .view-all {
    position: absolute;
    right: 16px;
    top: 0;
    font-size: .875rem;
    line-height: 32px;
    font-weight: bold;
}
@media screen and (max-width: 992px) {
    #homepage section.top-dentists .top-dentists-title .view-all {
        line-height: 16px;
        color: #6A6B6D;
    }
}
@media screen and (max-width: 768px) {
    #homepage section.top-dentists .top-dentists-title {
        padding-top: 24px;
        padding-bottom: 24px;
        background-color: #f8f8f8;
        position: relative;
        margin-bottom: 24px;
    }
    #homepage section.top-dentists .top-dentists-title .section-title-text {
        margin-bottom: 0px;
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    #homepage section.top-dentists .top-dentists-title .view-all {
        bottom: 0;
        height: 16px;
        margin: auto;
    }
}
#homepage section.top-dentists .dentists-carousel,
#homepage section.top-dentists .mobile-dentists-carousel {
    padding: 0 64px;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-img,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-img {
    width: 112px;
    height: 112px;
    position: relative;
    display: block;
    margin-right: 12px;
    margin: 0 auto;
    margin-bottom: 16px;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-img:after,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f1f4f8;
    display: block;
    border-radius: 50%;
    z-index: -1;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-img img,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-img img {
    display: block;
    width: 108px;
    height: 108px;
    margin: 2px;
    border-radius: 50%;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details {
    display: block;
    text-align: center;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .title,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .title {
    font-size: 1rem;
    font-weight: 900;
    color: #1B1C1D;
    margin-bottom: 5px;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .title a,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .title a {
    color: #1B1C1D;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .title a:hover,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .title a:hover {
    color: #00C3C7;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .company,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .company {
    font-size: .75rem;
    color: #959596;
    font-style: italic;
    display: block;
    clear: both;
    margin-bottom: 12px;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    clear: both;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .review,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .review {
    font-size: .875rem;
    font-weight: 700;
    color: #FEA22B;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    #homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .review,
    #homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .review {
        font-size: .75rem;
    }
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .star-rating,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .star-rating {
    position: relative;
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
    #homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .star-rating,
    #homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .star-rating {
        font-size: .875rem;
    }
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .star-rating:after,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .star-rating:after {
    content: "8 8 8 8 8";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: normal;
    color: #FEA22B;
    letter-spacing: 3px;
    opacity: 0.3;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .star-rating span,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .star-rating span:after,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .star-rating span:after {
    content: "8 8 8 8 8";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: normal;
    color: #FEA22B;
    letter-spacing: 3px;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .totalreview,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .totalreview {
    color: #00C3C7;
    font-size: .8125rem;
    padding-left: 10px;
    position: relative;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings .totalreview:before,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings .totalreview:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #e2e2e2;
    top: 2px;
    left: 0;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings.no-ratings .star-rating:after,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings.no-ratings .star-rating:after {
    color: #e2e2e2;
    opacity: 1;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings.no-ratings .star-rating span,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings.no-ratings .star-rating span {
    display: none;
}
#homepage section.top-dentists .dentists-carousel .dentist .dentist-details .ratings.no-ratings .totalreview,
#homepage section.top-dentists .mobile-dentists-carousel .dentist .dentist-details .ratings.no-ratings .totalreview {
    color: #e2e2e2;
}
#homepage section.top-dentists .dentists-carousel .owl-nav,
#homepage section.top-dentists .mobile-dentists-carousel .owl-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
    right: 0;
}
#homepage section.top-dentists .dentists-carousel .owl-nav .owl-prev,
#homepage section.top-dentists .mobile-dentists-carousel .owl-nav .owl-prev {
    position: absolute;
    height: 48px;
    width: 48px;
    top: 32px;
    margin: auto 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    left: 16px;
    color: #00C3C7;
    font-size: 1rem;
    pointer-events: all;
}
#homepage section.top-dentists .dentists-carousel .owl-nav .owl-prev i,
#homepage section.top-dentists .mobile-dentists-carousel .owl-nav .owl-prev i {
    vertical-align: middle;
}
#homepage section.top-dentists .dentists-carousel .owl-nav .owl-next,
#homepage section.top-dentists .mobile-dentists-carousel .owl-nav .owl-next {
    position: absolute;
    height: 48px;
    width: 48px;
    top: 32px;
    margin: auto 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    right: 16px;
    color: #00C3C7;
    font-size: 1rem;
    pointer-events: all;
}
#homepage section.top-dentists .dentists-carousel .owl-nav .owl-next i,
#homepage section.top-dentists .mobile-dentists-carousel .owl-nav .owl-next i {
    vertical-align: middle;
}
#homepage section.top-dentists .dentists-carousel .owl-dots,
#homepage section.top-dentists .mobile-dentists-carousel .owl-dots {
    padding: 32px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#homepage section.top-dentists .dentists-carousel .owl-dots .owl-dot,
#homepage section.top-dentists .mobile-dentists-carousel .owl-dots .owl-dot {
    border-radius: 100%;
    background-color: #E2E2E2;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    transition: background-color 0.2s linear;
    outline: none;
}
#homepage section.top-dentists .dentists-carousel .owl-dots .owl-dot:focus,
#homepage section.top-dentists .mobile-dentists-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
#homepage section.top-dentists .dentists-carousel .owl-dots .owl-dot.active,
#homepage section.top-dentists .dentists-carousel .owl-dots .owl-dot:hover,
#homepage section.top-dentists .mobile-dentists-carousel .owl-dots .owl-dot.active,
#homepage section.top-dentists .mobile-dentists-carousel .owl-dots .owl-dot:hover {
    background-color: #00C3C7;
}
#homepage section.top-dentists .dentists-carousel .dentist-image,
#homepage section.top-dentists .mobile-dentists-carousel .dentist-image {
    /*border: 1px solid red;*/
}
#homepage section.top-dentists .dentists-carousel .inner-image,
#homepage section.top-dentists .mobile-dentists-carousel .inner-image {
    position: relative;
    height: 118px;
    width: 118px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    border: 6px solid #F1F4F8;
}
#homepage section.top-dentists .dentists-carousel .title,
#homepage section.top-dentists .dentists-carousel .title a,
#homepage section.top-dentists .mobile-dentists-carousel .title,
#homepage section.top-dentists .mobile-dentists-carousel .title a {
    text-align: center;
    font-weight: 900;
    font-size: 1.0625rem;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(27, 28, 29);
}
#homepage section.top-dentists .dentists-carousel .city,
#homepage section.top-dentists .dentists-carousel .city a,
#homepage section.top-dentists .mobile-dentists-carousel .city,
#homepage section.top-dentists .mobile-dentists-carousel .city a {
    text-align: center;
    font-weight: 800;
    font-size: .8125rem;
    font-style: italic;
    color: #bbbbbb;
}
#homepage section.top-dentists .dentists-carousel .rating,
#homepage section.top-dentists .mobile-dentists-carousel .rating {
    margin-top: 5px;
    color: #FEA22B;
    text-align: center;
}
#homepage section.top-dentists .dentists-carousel .num,
#homepage section.top-dentists .dentists-carousel .num a,
#homepage section.top-dentists .mobile-dentists-carousel .num,
#homepage section.top-dentists .mobile-dentists-carousel .num a {
    color: #FEA22B;
    font-size: .875rem;
    font-weight: bold;
    line-height: 14px;
    margin-right: 8px;
    vertical-align: middle;
}
#homepage section.top-dentists .dentists-carousel .reviews-link,
#homepage section.top-dentists .mobile-dentists-carousel .reviews-link {
    display: inline;
    text-align: left;
    font-size: .75rem;
    margin-left: 10px;
    position: relative;
    font-size: .875rem;
    font-weight: bold;
}
#homepage section.top-dentists .dentists-carousel .reviews-link .count::before,
#homepage section.top-dentists .mobile-dentists-carousel .reviews-link .count::before {
    content: '(';
}
#homepage section.top-dentists .dentists-carousel .reviews-link .count::after,
#homepage section.top-dentists .mobile-dentists-carousel .reviews-link .count::after {
    content: ')';
}
#homepage section.top-dentists .dentists-carousel .rating .rating-star,
#homepage section.top-dentists .mobile-dentists-carousel .rating .rating-star {
    vertical-align: middle;
    margin: 0 1px;
    position: relative;
}
#homepage section.top-dentists .dentists-carousel .rating .rating-star.active,
#homepage section.top-dentists .dentists-carousel .rating .rating-star.half,
#homepage section.top-dentists .mobile-dentists-carousel .rating .rating-star.active,
#homepage section.top-dentists .mobile-dentists-carousel .rating .rating-star.half {
    opacity: 1;
    color: #FEA22B;
}
#homepage section.top-dentists .dentists-carousel .rating .rating-star.half::after,
#homepage section.top-dentists .mobile-dentists-carousel .rating .rating-star.half::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\38";
    font-family: "futuredontics-dentistry" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-clip-path: inset(0px 0px 0px 50%);
    clip-path: inset(0px 0px 0px 50%);
    color: inherit;
    opacity: 0.4;
    z-index: -1;
}
#homepage section.top-dentists .dentists-carousel .rating .rating-star.half::before,
#homepage section.top-dentists .mobile-dentists-carousel .rating .rating-star.half::before {
    z-index: 2;
    overflow: hidden;
    width: 9px;
    margin-right: 7px;
    display: inline-block;
}
.postion-divider {
    color: #bbbbbb;
    margin-left: 10px;
}
@media (max-width: 460px) {
    #homepage section.top-dentists {
        margin-top: -10px;
        margin-bottom: 72px;
        position: relative;
    }
    #homepage section.top-dentists .mobile-dentists-carousel .dentist-image .inner-image {
        height: 150px;
        width: 150px;
    }
    #homepage section.top-dentists .mobile-dentists-carousel .title {
        font-size: 1.25rem;
    }
    #homepage section.top-dentists .dentists-carousel .num {
        margin-left: -10px;
        margin-right: -2px;
    }
    .postion-divider {
        margin-left: -2px;
        margin-right: -10px;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    #homepage section.top-dentists .dentists-carousel .dentist-image,
    #homepage section.top-dentists .mobile-dentists-carousel .dentist-image {
        /*border: 1px solid red;*/
    }
    #homepage section.top-dentists .dentists-carousel .num {
        margin-left: -10px;
        margin-right: -2px;
    }
    .postion-divider {
        margin-left: -2px;
        margin-right: -10px;
    }
}
.popular-articles__heading,
.dental-experts__heading {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
.popular-tags__heading,
.trending-community-discussions__heading {
  font-size: 1.125rem;
}
/*----------------------------------------------------------*/