@charset "UTF-8";@media screen,projection {body, html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font: normal 16px / 26px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
    color: #3b3f48;
}
body {
    overflow-x: hidden;
    text-align: center;
}

.testim {width:97%; padding:20px 10px; border-bottom:1px solid #ccc; display:block; margin:10px 7px; vertical-align:middle; text-align:left;}
.testim p {font-weight:700; padding:15px 0}
.testim div {vertical-align:middle}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #0088ba;
}

.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}

img {
    max-width: 100% !important;
    height: auto !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

.activeFeedbackDescription {
padding-top: 5px;
margin: 0;
}

ul.list-unstyled.list-inline
 {  padding: 0; }
div#rsblog-container, .rsblog-post {
    margin-top: 50px;
}



.content {
    text-align: left;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    color: #3b3f48;
    font: normal bold 78px / 83px "Lato",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    margin: 0 0 10px 0;
}

h2 {
    color: #3b3f48;
    font: normal 50px / 59px "Lato",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    margin: 0 0 10px 0;
}

h3 {
    color: #3b3f48;
    font: normal 38px / 44px "Lato",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    margin: 0 0 10px 0;
}

h4 {
    color: #3b3f48;
    font: normal 28px / 37px "Lato",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    margin: 0 0 10px 0;
}

h5 {
    color: #3b3f48;
    font: normal 21px / 37px "Lato",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    margin: 0 0 10px 0;
}

h6, .h6-size, .entry-title.h6-size, .dt-accordion-h6-size .wpb_accordion_header>a {
    color: #3b3f48;
    font: normal bold 14px / 24px "Lato",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    margin: 0 0 10px 0;
}

.btn {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 100px;
    width: 220px;
    font-size: 21px;
    font-weight: 400;
    background: #0088BA;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto Condensed';
}

.btn a {
    color: #fff;
}

.btn:hover {
    background: #005C7E;
}

.btn-green {
    background: #01b44d;
}

.btn-green:hover {
    background: #319e4c;
}

.colls-2 {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.colls-3 {
    float: left;
    width: 33.333%;
    padding: 0 7px;
}

.colls-1-3 {
    float: left;
    width: 33.333%;
    padding: 0 15px;
}

.colls-2-3 {
    float: left;
    width: 66.666%;
    padding: 0 15px;
}

.colls-4 {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.colls-5 {
    float: left;
    width: 20%;
    padding: 0;
}

.colls-2.colr {
    float: right !important;
}

.flex-2.colr {
    order: 1;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-1-3 {
    width: 33.333%;
    padding: 0 15px;
}

.flex-2-3 {
    width: 66.666%;
    padding: 0 15px;
}

.flex-2 {
    width: 50%;
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

.fa-check-circle {
    color: #0088ba !important;
    margin-right: 10px;
}

.content ul {
    padding-left: 20px;
}

a.blue {
    color: #0088ba;
    text-decoration: underline;
}

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

a.black {
    text-decoration: underline;
}

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

.video-test {
	margin-top: 14px;
	}

.video-test p {
	margin-top: 8px;
	}

/*Navbar*/
.navbar {
    position: relative;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    z-index: 9998 !important;
}

.homepage .navbar {
    position: absolute;
    z-index: 9998 !important;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 0;
}

.navbar.fixed {
    position: fixed;
    background: #fff;
    padding: 15px 0;
    z-index: 9998 !important;
    border-bottom: 1px solid rgba(51,51,51,0.11);
}

.navbar .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1300px;
}

.navbar.fixed .topLogo {
    width: 200px;
}

.mobileWrap {
    display: flex;
    align-items: center;
    margin-left: auto
}

.menu {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}

.menu li {
    list-style: none;
    padding: 15px 20px;
    position: relative;
}

.menu li.parent:hover a, .menu li.parent.active a {
    color: #0088ba;
}

.menu li.parent::after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.menu li.parent:hover::after, .menu li.parent.active::after {
    color: #0088ba;
}

.menu li a {
    font: normal 21px / 25px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
    text-transform: capitalize;
}

.menu li a:hover, .menu li.active a {
    color: #0088ba;
}

.menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    padding: 5px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

.menu li:hover ul {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    max-height: 1000px;
    background: #fff;
    overflow: visible;
}

.menu li ul li {
    display: block;
    padding: 0;
}

.menu li ul li a, .menu li.parent ul li a {
    font: 500 13px / 17px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    padding: 10px;
    display: block;
    background: transparent;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

.menu li.parent:hover ul li a, .menu li.parent.active ul li a {
    color: #000;
}

.menu li ul li a:hover, .menu li.parent ul li a:hover, .menu li.parent.active ul li a:hover {
    background: #eef7fa;
    color: #0088ba;
}

.contactTop {
    padding: 0 20px;
}

.contactTop a {
    background: #0088BA;
    color: #fff;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50px !important;
    font: normal 21px / 25px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
    text-transform: capitalize;
}

.contactTop a:hover {
    background: #005C7E;
}

.phoneTop {
    padding: 0 0 0 20px;
}

.phoneTop a {
    font: bold 21px / 25px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
    text-transform: capitalize;
}

.hamb {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.lines {
    background-color: #333;
    width: 22px;
    height: 2px;
    position: relative;
}

.lines:after, .lines:before {
    background-color: #333;
    display: inline-block;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.lines:before {
    top: 7px;
}

.lines:after {
    top: -7px;
}

.hamb:hover .lines:before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.hamb:hover .lines:after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.hamb.openedWrap .lines {
    background: transparent;
}

.hamb.openedWrap .lines:after {
    top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamb.openedWrap .lines:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.next-level-button {
    display: none;
}

/*Accessibility*/
.accessibility {
    position: fixed;
    z-index: 9998;
    top: 250px;
    right: 0;
    padding: 10px;
    background: #0088ba;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.accessibility:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.accessibility svg {
    width: 35px;
}

#templateswitcher {
    display: none!important;
}

/*Home*/
.star-burst-wrap img {
    max-width: 420px !important;
    height: auto;
    width: 100%;
    filter: drop-shadow(0px 0px 15px #616161);
    transition: 0.3s all;
}

.star-burst-wrap img:hover {
    transform: scale(1.02);
}

.home_section_1 {
    background: url(https://www.dentistrycontentconnection.com/templates/pcc/images/Dentistry-Content-Connection.jpg) no-repeat center;
    background-size: cover;
    padding: 300px 0 0 0;
    position: relative;
    /* background-position: 0 0px; */
}

.home_section_1 .content {
    max-width: 1300px;
}

/*
.home_section_1 .bottomBlock {
    position: relative;
    margin: 80px auto -80px auto;
    padding: 35px 40px 20px;
    background-color: #fff !important;
    border: 2px solid #ebebeb;
    border-radius: 35px;
    max-width: 960px;
}*/

.home_section_1 .bottomBlock {
    position: relative;
    /*margin: 80px auto -80px auto; pre covid*/
    padding: 0;
    /*background-color: #fff !important;
    border: 2px solid #ebebeb;
    border-radius: 35px;*/
    max-width: 824px;
    overflow: hidden;
    margin: 40px auto 94px auto;
}

/*@-moz-document url-prefix() {
    .home_section_1 .bottomBlock {
        max-width: 1020px;
    }
}*/

.popupDownloadEbook {
  	cursor: pointer;
	}

.home_section_1 .bottomBlock .btn {
    /*margin: 20px auto 0 auto;*/
  	background: #e60000;
  	float: right;
}

.home_section_1 .bottomBlock .btn:hover {
  	background: orange;
}

.home_section_1 h1 {
    font-size: 65px;
    line-height: 75px;
}

.home_section_1 .btn {
    /* margin-top: 45px; */
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.home_section_1 .btn a {
    font-size: 26px;
}

.home_section_2 {
    background: rgb(246, 250, 253);
	padding: 60px 0 80px 0;
    text-align: center;
}

.home_section_2 .colls-3 {
    text-align: center;
    padding: 30px 15px;
}

.home_section_2 .colls-3 img {
    padding-bottom: 20px;
}

.home_section_2 .btn {
    margin: 20px auto;
}

.home_section_3 {
    padding: 80px 0;
}

.home_section_3 .colls-2-3 {
    padding-left: 40px;
}


.home_section_3 .colls-1-3 img {
    width: 100%;
    padding-top: 70px;
}

.home_section_3 h2 {
    font: normal 46px / 52px "Lato",Helvetica,Arial,Verdana,sans-serif;
}

.home_section_3 h5 {
    padding: 10px 0;
}

.home_section_3 h5 i {
    margin-right: 10px;
    color: #0088ba;
}

.home_section_4 {
    background: url(https://www.dentistrycontentconnection.com/templates/pcc/images/Dentistry-Content-Connection-Experts.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}

.home_section_4 h2 {
    margin-bottom: 40px;
}

.home_section_4 h5 {
    padding: 10px 0;
}

.home_section_4 h5 i {
    margin-right: 10px;
    color: #0088ba;
}

.home_section_5 {
    background: rgb(246, 250, 253);
    padding: 80px 0;
}

.home_section_5 h3 {
    margin-bottom: 40px;
}

.video-testimonial {
    padding: 30px 15px;
    color: #fff;
    min-height: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-testimonial:hover {
    filter: brightness(85%);
}

.video-testimonial img {
    margin-right: 30px;
}

.video-testimonial1, .video-testimonial3 {
    background: url(https://www.dentistrycontentconnection.com/templates/pcc/images/Testimonials.jpg) no-repeat center;
    background-size: cover;
}

.video-testimonial2 {
    background: url(https://www.dentistrycontentconnection.com/templates/pcc/images/More-Testimonials.jpg) no-repeat center;
    background-size: cover;
}

.testimonial {
    margin: 40px auto;
    border-left: 2px solid #0088ba;
    padding: 30px 0 30px 35px;
    max-width: 790px;
}

.home_section_5 .btn {
    margin: 0px auto;
}

.home_section_6 {
    padding: 60px 0;
}

/*Popup*/
.popup_outer {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0, 0.6);
    display: none;
    vertical-align: middle;
}

.popup_outer.opened {
    display: table;
}

.popup_outer_cell {
    display: table-cell;
    vertical-align: middle;
}

.popup_inner, .rsfp_thankyou_popup_inner {
    background: #ffffff;
    width: 40%;
    min-width: 280px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
}

.popup_inner {
    text-align: left;
}

.popup_inner iframe {
    margin-top: 20px;
    max-width: 100% !important;
}

#videoTesti1.popup_outer.opened .popup_inner ,  #videoTesti2.popup_outer.opened .popup_inner , #videoTesti3.popup_outer.opened .popup_inner {
    text-align: center;
	}


.popup_close_btn, .rsfp_thankou_popup_close_btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 28px;
    cursor: pointer;
}

h3.popup-title {
    color: inherit;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
}

.popup-header {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    background: #fff;
    text-align: center;
}


/*Footer*/
footer {
    background: #f2f2f2;
    padding: 80px 0 30px 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #2A2A2A;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    padding: 8px 0;
}

footer ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #2A2A2A;
    position: relative;
    padding-left: 20px;
}

footer ul li a::before {
    content: '\f054';
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
}

footer ul li.active a {
    color: #0088ba;
}

footer .btn {
    margin: 30px auto;
}

.fa-phone {
    font-size: 18px;
}

.google {
    margin: 0 auto;
}

.copy {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #A6AAA9;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 30px 0 0 0;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.copy p {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.copy a {color: #A6AAA9;}

.scroll-top {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    background: rgba(0,0,0,0.1);
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.scroll-top:hover {
    background: rgba(0,0,0,0.4);
}

.scroll-top.on {
    display: block;
}

/*Inner pages*/
.wf-wrap {
    background-color: #0088ba;
    min-height: 75px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.wf-wrap .content {
    display: flex;
}

.wf-wrap h1 {
    font: normal 37px / 49px "Lato",Helvetica,Arial,Verdana,sans-serif;
    color: #fff;
    text-transform: none;
    letter-spacing: -0.05em !important;
}

.page-title-breadcrumbs {
    margin-left: auto;
}

.page-title-breadcrumbs li, .page-title-breadcrumbs li a{
    color: #fff;
    font: normal 500 12px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}

.page-title-breadcrumbs li {
    display: inline-block;
}

/*About page*/
.aboutSection1 {
     padding: 80px 0;
     background-color: #f6fafd;
     text-align: left;
 }

.aboutSection2 {
    padding: 80px 0;
    text-align: left;
}

.aboutSection3 {
    padding: 80px 0;
    background-color: #f6fafd;
    text-align: left;
}

.aboutSection4 {
    background-color: #f6fafd;
    padding: 80px 0;
    text-align: left;
}

/*How It Works*/
.hiwSection1 {
    padding: 60px 0;
}

.hiwSection2 {
    padding: 80px 0;
    background-color: #f6fafd;
}

.hiwSection3 {
    padding: 80px 0;
}

.hiwSection4 {
    padding: 80px 0;
    background-color: #f6fafd;
}

.hiwSection5 {
    padding: 80px 0;
}

/*Website portfolio*/
.website-portfolio .img {
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.1);
    background: rgba(0,136,186,1);
    display: inline-block;
}

.website-portfolio .img img {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
}

.website-portfolio img:hover {
    opacity: 0.8;
}

.website-portfolio .colls-3 {
    padding: 25px 15px;
    text-align: center;
}

/*Contact*/
.contact_section1 {
    background-color: #f6fafd;
    padding: 60px 0;
}

.contact_section1 .fa-phone {
    font-size: 30px;
    color: #0088ba;
}

.contact_section1 .colls-1-3 {
    width: 40%;
}

.contact_section1 .colls-2-3 {
    width: 60%;
}

.fieldName {
    font: normal 14px / 25px "Roboto",Helvetica,Arial,Verdana,sans-serif;
}

.fieldDesc {
    font-size: .813em;
    letter-spacing: .5pt;
    color: rgba(59,63,72,0.45);
}

.rsform-input-box, .rsform-text-box {
    width: 100% !important;
    box-sizing: border-box !important;
    color: #8b8d94 !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding: 5px 15px 5px 15px !important;
    border-color: rgba(51,51,51,0.12) !important;
    background-color: #fdfdfd !important;
    border-radius: 1px !important;
    letter-spacing: normal !important;
    height: 38px !important;
    font: normal 14px / 25px "Roboto",Helvetica,Arial,Verdana,sans-serif !important;
}

.rsform-text-box {
    height: 100px !important;
}

.rsform-submit-button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 100px !important;
    width: 220px !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    background: #0088BA !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center !important;
    color: #fff !important;
    cursor: pointer !important;
    font-family: 'Roboto Condensed' !important;
}

.rsform-submit-button:hover {
    background: #005C7E !important;
}

.formResponsive input[type="radio"], .formResponsive label, .formResponsive input[type="checkbox"] {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

#gfield_consent_description_3_11.gfield_description.gfield_consent_description {
    width: 100%;
    max-height: unset;
    overflow-y: none;
    border: 1px solid #ddd;
    margin-top: 12px;
    padding: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: .688em;
    scroll: unset;
    overflow-y: unset !important;
}

.bluetext {
    color: #0088ba;
}

/*Services*/
.section {
    padding: 80px 0;
    text-align: left;
}

.sectionColored {
    padding: 80px 0;
    background-color: #f6fafd;
    text-align: left;
}

/*Blogs example*/
.post-entry-content {
    margin-top: 50px;
    background-color: #f7f7f7;
    padding: 25px 30px 30px 30px;
    position: relative;
    z-index: 10;
    max-width: 100%;
}

.post-entry-content h3 {
    margin-bottom: 20px;
    font: normal normal normal 28px / 37px "Lato",Helvetica,Arial,Verdana,sans-serif;
}

.post-details.details-type-link {
    font-size: 13px;
    line-height: 17px;
    color: #3b3f48;
    padding-bottom: 8px;
    margin-bottom: -8px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}

.post-details.details-type-link:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    background-color: #0088ba;
    -webkit-transition: width .4s ease;
    transition: width .4s ease;
}

.post-details.details-type-link:hover:after {
    width: 100%;
}

.fa-caret-right {
    margin: 2px 0 0 5px;
}

img.alignleft {
    float: left;
    margin: 0 20px 5px 0;
    width: 300px;
}

/*Resources page*/
.testimonialsSection {
    background: url(https://www.dentistrycontentconnection.com/templates/pcc/images/Dentistry-Content-Connection1.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}

.slick-prev:before {
    content: '\f053' !important;
}

.slick-next:before {
    content: '\f054' !important;
}

.slick-prev:before, .slick-next:before {
    font-family: "FontAwesome" !important;
    color: #000 !important;
    font-size: 15px !important;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blogsamples .post-entry-content {
    margin-top: 15px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}

.blogsamples  .post-entry-content h3 {
    font: normal normal normal 21px / 27px "Lato",Helvetica,Arial,Verdana,sans-serif;
}

/*Video Library*/
.tabshead {
    background-color: #0088ba;
}

.tabshead a {
    display: inline-block;
    border-bottom: none;
    text-decoration: none;
    padding: .5em 1em;
    margin: 0;
    background: 0 0;
    color: #fff;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.tabshead a:hover, .tabshead a.active {
    background-color: rgba(255,255,255,.15);
    color: #fff;
}

.tabscontent {
    padding: 20px 25px;
    background-color: #f7f7f7;
}

.tabscontent video {
    margin-bottom: 20px;
    max-width: 100%;
}

.osmap-sitemap {text-align: left;}

.osmap-sitemap h1 {
	font-size: 40px;
	}

.osmap-sitemap h2 {
	font-size: 25px;
	}

.osmap-sitemap .even {
    padding: 2px 0;
	}

#osmap.osmap-sitemap {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 20px 15px 0;
	}

.page-title-breadcrumbs.osmap ul.breadcrumb li:nth-child(3) span {
	display: none;
	}
	
#diagnostic-content {
    width: 100% !important;
	}

#rsform_8_page_0 {
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 950px;
    position: relative;
    }
    
#rsform_8_page_0 .rsform-block.rsform-block-name,
#rsform_8_page_0 .rsform-block.rsform-block-title,
#rsform_8_page_0 .rsform-block.rsform-block-cell,
#rsform_8_page_0 .rsform-block.rsform-block-office {
    width: 50%;
    }
    
#rsform_8_page_0 .rsform-block.rsform-block-email,
#rsform_8_page_0 .rsform-block.rsform-block-practice-name {
    width: 100%;
    }
    
#rsform_8_page_0 .rsform-block {
    display: inline-block;
    vertical-align: top;
    }
    
#rsform_8_page_0 .rsform-block td {
    padding: 5px 10px !important;
    font-weight: 600;
    display: flex;
    }
    
#rsform_8_page_0 .rsform-block td:last-child {
    display: none !important;
    }
    
#rsform_8_page_0 .rsform-block td:first-child {
    padding: 5px 12px 0 12px!important;
    display: block;
    color: #000;
    font-size: 13px;
    height: 22px;
    text-align: left;
    font-weight: 600;
    }
    
#rsform_8_page_0 .rsform-block-register-now {
    position: absolute;
    bottom: -45px;
    right: 0;
    }
    
#rsform_8_page_0 .rsform-block.rsform-block-captcha {
    margin: 0 auto 0 13px;
    }

#rsform_8_page_0 .rsform-block.rsform-block-register-now {
    position: fixed;
    bottom: -33px;
    margin: 0;
    right: -15px;
    }

.hp-form {
    background-color: white;
    border-radius: 20px;
    padding: 5px 20px 5px;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #000;
    filter: drop-shadow(3px 3px 3px black);
    max-width: 550px;
    margin: 0 auto;
    position: absolute;
    /*top: 180px;*/
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    }
    
.hp-form h4 {
    font-size: 34px;
    text-align: center;
    /* font-weight: 900 !important; */
    max-width: 560px;
    margin: 0 auto 10px;
    color: #000;
    line-height: 40px;
    }
    
.hp-form #name {
    border: 2px solid #b7ccdf !important;
    width: 100% !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
    height: 25px !important;
    }
    
.hp-form.inner-page  {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 50px auto 80px;
    }
    
.hp-form #name::placeholder {
    color: #000 !important;
    }
    
.hp-form #title {
    border: 2px solid #b7ccdf !important;
    width: 100% !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
    height: 25px !important;
    }
    
.hp-form #title::placeholder {
    color: #000 !important;
    }
    
.hp-form #cell {
    border: 2px solid #b7ccdf !important;
    width: 100% !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
    height: 25px !important;
    }
    
.hp-form #cell::placeholder {
    color: #000 !important;
    }
    
.hp-form #office {
    border: 2px solid #b7ccdf !important;
    width: 100% !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
    height: 25px !important;
    }
    
.hp-form #office::placeholder {
    color: #000 !important;
    }
    
.hp-form #email {
    border: 2px solid #b7ccdf !important;
    width: 100% !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
    height: 25px !important;
    }
    
.hp-form #email::placeholder {
    color: #000 !important;
    }
    
.hp-form #practice-name {
    border: 2px solid #b7ccdf !important;
    width: 100% !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
    height: 25px !important;
    }
    
.hp-form #practice-name::placeholder {
    color: #000 !important;
    }
    
.hp-form #captchaTxt53 {
    border: 2px solid #b7ccdf !important;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
    }
    
.hp-form .required-text {
    margin-left: 11px;
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
    line-height: 15px;
    display: block;
    }
    
.hp-form #register_now {
    background: #0468fe !important;
    padding: 1px 15px 3px !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: 2px solid #000 !important;
    border-radius: 10px !important;
    font-size: 28px !important;
    font-family: "lato" !important;
    }
    
.hp-form #register_now:hover {
    color: #000 !important;
    background: #fff !important;
    border: 2px solid #000 !important;
    cursor: pointer !important;
    }
	
.sr .navbar,
.sr .wf-wrap,
/* .sr footer, */
.sr #fb-root,
.sr .fb-share-button,
.sr .fb-like,
.sr div:nth-child(7),
.sr div:nth-child(8) {
    display: none !important;
    }

.sr-tittle {
    text-align: center;
    color: #000;
    font-size: 35px;
    margin-top: 70px;
    font-weight: 700;
    line-height: 40px !important;
    padding: 0 15px;
    }

.sr-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto 50px;
    text-align: left;
    gap: 30px;
    }

.sr-left {
    max-width: 800px;
    font-size: 33px;
    color: #121111;
    line-height: 50px;
    }

.sr-left a {
    color:#0088ba !important;
    font-weight: 600;
    }

.sr-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 45px;
    }

.sr-right img:nth-child(1) {
    width: 315px;
    box-shadow: 10px 10px 10px grey;
    border-radius: 22px;
    }

/* Submitted Registration */
.sub-reg .page-header,
.sub-reg .footer-block,
.sub-reg  .navbar,
.sub-reg  .wf-wrap,
.sub-reg  #fb-root,
.sub-reg  .fb-share-button,
.sub-reg .fb-like,
.sub-reg div:nth-child(7),
.sub-reg div:nth-child(8),
.sub-reg .colls-4 {
    display: none;
    }

.sub-reg .content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
    }

.sub-reg p {
    font-family: 'Roboto',sans-serif;
    line-height: normal;
    text-align: left;
    }

.sub-reg h2, .sub-reg h3, .sub-reg h4 {
    font-family: 'Roboto Condensed',sans-serif;
    margin: 0;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    }

.sub-reg .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    }

.sub-reg .image-card {
    position: absolute;
    top: 0px;
    right: 80px;
    z-index: 1;
    }

.sub-reg img {
    max-width: 100% !important;
    height: auto !important;
    }

.sub-reg .redirect-page-2024 {
    margin: 60px auto;
    position: relative;
    overflow: hidden;
    }

.sub-reg .redirect-page-2024 h2 {
    color: #23408E;
    font-size: 64px;
    }

.sub-reg .redirect-page-2024 h3 {
    color: #23408E;
    font-size: 56px;
    max-width: 560px;
    }

.sub-reg .redirect-page-2024 .image-right.second {
    position: absolute;
    top: 180px;
    right: -180px;
    }

.sub-reg .redirect-page-2024 .middle-text-block.second {
    margin-top: 100px;
    max-width: 810px;
    }

.sub-reg .redirect-page-2024 .image-right.second {
    position: absolute;
    top: 180px;
    right: -180px;
    }

.sub-reg .redirect-page-2024 .middle-text-block.second {
    margin-top: 100px;
    max-width: 810px;
    }

.sub-reg .redirect-page-2024 .middle-text-block h4 {
    font-size: 46px;
    }

.sub-reg .redirect-page-2024 .middle-text-block p {
    font-size: 28px;
    margin-top: 0;
    }

.sub-reg .redirect-page-2024 .middle-text-block h5 {
    font-size: 30px;
    color: #000;
    margin: 0;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: left;
    font-weight: 700;
    line-height: normal;
    }

.sub-reg .redirect-page-2024 .middle-text-block h5 a {
    font-size: 30px;
    color: #000;
    font-family: 'Roboto Condensed',sans-serif;
    transition: 0.3s ease-in-out;
    }

.sub-reg .redirect-page-2024 .middle-text-block h5 a:hover {
    text-decoration: underline;
    color: #000;
    }

.sub-reg .redirect-page-2024 .middle-text-block h3.blue-text {
    font-size: 42px;
    color: #23408E;
    }

.sub-reg .redirect-page-2024 .middle-text-block span {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 18px;
    margin: 70px auto 0;
    display: block;
    text-align: left;
    }

@media screen and (max-width: 1600px) {	
.topLogo {
    max-width: 270px !important;
    }

.home_section_1 {
    background-size: auto;
    padding: 140px 0 0 0;
    background-position: top;
	}
}

@media screen and (max-width: 1450px) {
.home_section_1 {
	padding: 160px 0 0px 0;
	}
}

@media screen and (max-width: 1310px) {
  .topLogo,
  .navbar.fixed .topLogo{
    width: 180px !important;
	}
  
.home_section_1 {
    background-size: cover;
    padding: 200px 0 0px 0;
	}
}

@media screen and (max-width: 1213px) {
    .navbar {
        padding: 15px 0;
    }

    .mobileWrap {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: -10000px;
        width: 100%;
        height: 100%;
        background: #fff;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .mobileWrap.openedWrap {
        right: 0;
    }

    .menu {
        display: block;
        padding: 60px 30px 30px 30px;
    }

    .menu li {
        display: block;
        position: relative;
        padding: 0;
    }

    .menu li:before {
        content: '';
        position: absolute;
        top: -.5px;
        height: 0;
        border-top: solid 1px rgba(42,42,42,0.08);
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .menu li:first-child:before {
        display: none;
    }

    .menu li a {
        padding: 18.5px 30px 18.5px 0;
        display: block;
        color: #2a2a2a;;
    }

    .menu li.parent::after {
        display: none;
    }

    .menu li ul {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px 5px 5px 20px;
    }

    .menu li:hover ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
    }

    .menu li.opened ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        max-height: 1000px;
        background: #fff;
        overflow: visible;
    }

    .menu li ul li:before {
        display: none;
    }

    .menu li ul li a {
        font: 500 13px / 17px "Roboto",Helvetica,Arial,Verdana,sans-serif;
        color: #2a2a2a;
        text-transform: none;
    }

    .menu li ul li a, .menu li.parent ul li a {
        padding: 5px;
    }

    .menu li ul li a:hover, .menu li.parent ul li a:hover, .menu li.parent.active ul li a:hover {
        background: #fff;
    }

    .hamb {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: -ms-inline-flex;
        display: inline-flex;
    }

    .next-level-button {
        padding: 18.5px;
        position: absolute;
        top: 0;
        right: -10px;
        line-height: 25px;
        color: rgba(42,42,42,0.27);
        min-width: 30px;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        font-style: normal;
        font-size: 20px;
        cursor: pointer;
        display: block;
    }

    .next-level-button:before {
        content: "\f067";
        font-family: "FontAwesome";
    }

    .opened .next-level-button {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* .topLogo {
        width: 96px;
    } */
  
    .topLogo,
    .navbar.fixed .topLogo{
        width: 200px !important;
	}

    .phoneTop {
        margin: 30px 0;
    }

    .home_section_1 h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .home_section_1 {
        padding: 130px 0 0px 0;
    }

    .sr-wrap {
        flex-direction: column;
        max-width: 100%;
    }
      
    .sr-left {
        max-width: 100%;
    }
      
    .sr-right {
        flex-direction: row;
    }
      
    .sr-left {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1080px) {
    .sub-reg .redirect-page-2024 .top-text-block {
	    text-align: center;
	}

    .sub-reg .redirect-page-2024 h2 {
	    font-size: 50px;
        text-align: center;
	}

    .sub-reg .redirect-page-2024 h3 {
	    font-size: 42px;
        text-align: center;
	    max-width: 100%;
	}

    .sub-reg .redirect-page-2024 .image-right {
        display: none;
	}

    .sub-reg .redirect-page-2024 .red-badge {
        position: relative;
        top: auto;
        right: auto;
        max-width: 330px;
        padding: 20px 15px;
        margin: 20px auto 0;
        font-size: 42px;
	}

    .sub-reg .redirect-page-2024 .middle-text-block,
    .sub-reg .redirect-page-2024 .middle-text-block.second {
        max-width: 100%;
        text-align: center;
	}

    .sub-reg .redirect-page-2024 .middle-text-block h4 {
        font-size: 36px;
        text-align: center;
	}

    .sub-reg .redirect-page-2024 .middle-text-block p {
        font-size: 22px;
        text-align: center;
	}

    .sub-reg .redirect-page-2024 .middle-text-block h3.red-text {
        font-size: 36px;
	}

    .sub-reg .redirect-page-2024 .middle-text-block h5,
    .sub-reg .redirect-page-2024 .middle-text-block h5 a {
        font-size: 22px;
        text-align: center;
	}

    .sub-reg .redirect-page-2024 .middle-text-block span {
        font-size: 16px;
        margin: 10px 0;
        text-align: center;
	}

    .sub-reg .redirect-page-2024 .bottom-logo {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
        margin: 30px auto 0;
	}

    .sub-reg .redirect-page-2024 .bottom-logo span {
        margin: 10px auto 0;
	}

    .sub-reg .redirect-page-2024 .image-card {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto 0;
        text-align: center;
	}

    .sub-reg .redirect-page-2024 .middle-text-block.second {
        margin-top: 30px;
	}
}

@media screen and (max-width: 991px) {
    h1 {
        font: normal bold 48px / 53px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    h2 {
        font: normal 30px / 39px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    h3 {
        font: normal 28px / 34px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    h4 {
        font: normal 18px / 27px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    h5 {
        font: normal 13px / 17px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    .home_section_3 h2 {
        font: normal 30px / 39px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    .video-testimonial {
        min-height: 280px;
    }

    .servicesSection1 {
        display: none;
    }
}

@media screen and (max-width: 950px) {
.hp-form {
    max-width: 390px;
    }

.hp-form .formTableLayout {
    width: 100%;
    }

.hp-form h4 {
    font-size: 28px;
    margin: 0 auto 20px;
    line-height: normal;
    }

#rsform_8_page_0 {
    flex-direction: column;
    }
    
#rsform_8_page_0 .rsform-block.rsform-block-name,
#rsform_8_page_0 .rsform-block.rsform-block-title,
#rsform_8_page_0 .rsform-block.rsform-block-cell,
#rsform_8_page_0 .rsform-block.rsform-block-office {
    width: 100%;
    }
    
#rsform_8_page_0 .required-text {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
    }
    
#rsform_8_page_0 .rsform-block.rsform-block-register-now {
    position: relative;
    bottom: unset;
    right: unset;
    }

.colls-4 .btn {
	width: 180px;
	}

}

@media screen and (max-width: 900px) {

.home_section_1 {
    background: url(https://www.dentistrycontentconnection.com/templates/pcc/images/Dentistry-Content-Connection-mobile.jpg) no-repeat center;
    background-size: cover;
	}

.home_section_1 h1 {
    font-size: 42px;
    line-height: 52px;
    }

.star-burst-wrap img {
    max-width: 310px !important;
    height: auto;
    width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home_section_1 h1 {
        text-align: center;
        background: rgb(255 255 255 / 80%);
        margin: 80px auto 20px;
        font-size: 34px;
        line-height: 40px;
    }

    .star-burst-wrap.rha.gently {
        text-align: center;
    }

    .star-burst-wrap img {
        max-width: 230px !important;
    }

    .home_section_1 .content {
        padding-top: 180px;
    }

    .home_section_1 {
        background: url(https://www.dentistrycontentconnection.com/templates/pcc/images/Dentistry-Content-Connection-mobile.jpg) no-repeat right;
        background-size: cover;
    }

    .colls-2 {
        width: 100%;
        padding: 15px;
    }

    .colls-3 {
        width: 100%;
        padding: 15px;
    }

    .colls-1-3 {
        width: 100%;
        padding: 15px;
    }

    .colls-2-3 {
        width: 100%;
        padding: 15px;
    }

    .colls-4 {
        width: 50%;
        padding: 15px;
    }
  
  	.home_section_4 {
   		background: url(https://www.dentistrycontentconnection.com/templates/pcc/images/Dentistry-Content-Connection-Experts-mobile.jpg) no-repeat center;
	}
  
  	.upb {}
  
  	.colls-5 {
    	float: none;
   		width: 50%;
    	padding: 0 0px;
    	display: inline-block;
	}

    footer .colls-4 {
        width: 100%;
        padding: 15px;
        text-align: center !important;
    }

    .contact_section1 .colls-1-3 {
        width: 100%;
    }

    .contact_section1 .colls-2-3 {
        width: 100%;
    }

    .flex {
        display: block;
        align-items: center;
    }

    .flex-2 {
        width: 100%;
        padding: 0 15px;
    }

    .flex-1-3 {
        width: 100%;
        padding: 0 15px;
    }

    .flex-2-3 {
        width: 100%;
        padding: 0 15px;
    }

    .page-title-breadcrumbs {
        display: none;
    }

    .page-title-head {
        display: block;
        width: 100%;
        text-align: center;
    }

    .wf-wrap h1 {
        font: normal 27px / 39px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }
	
	.accessibility {
		top: 165px;
	}
	
	.accessibility svg {
		width: 20px;
	}
	
	.colls-4 ul.nav.menubot.mod-list {
		padding-left: 0px;
	}
	
	img.serv {
		margin-bottom: 25px;
	}

    .sub-reg .redirect-page-2024 h2 {
        font-size: 42px;
    }
    
    .sub-reg .redirect-page-2024 .middle-text-block h3.blue-text {
        font-size: 36px;
    }
    
    .sub-reg .redirect-page-2024 .red-badge {
        padding: 15px;
        font-size: 38px;
    }
    
    .sub-reg .redirect-page-2024 .middle-text-block {
        margin-top: 30px;
    }
    
    .sub-reg .redirect-page-2024 .middle-text-block h4,
    .sub-reg .redirect-page-2024 .middle-text-block h3.red-text {
        font-size: 30px;
    }
    
    .sub-reg .redirect-page-2024 .middle-text-block p,
    .sub-reg .redirect-page-2024 .bottom-logo span {
        font-size: 18px;
    }
}

@media screen and (max-width: 735px) {
	.rslider {
		display: none;
	}
}


@media screen and (max-width: 480px) {
  
.home_section_1 .bottomBlock .btn {
    float: none;
    margin: 0 auto;
	}
  
	}

@media screen and (max-width: 450px) {
    h1 {
        font: normal bold 28px / 33px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    h2 {
        font: normal 25px / 29px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    h3 {
        font: normal 21px / 24px "Lato",Helvetica,Arial,Verdana,sans-serif;
    }

    .home_section_1 h1 {
        font-size: 28px;
        line-height: 33px;
    }

    .star-burst-wrap.rha.gently {
        text-align: center;
    }

    /*.home_section_1 .bottomBlock {
        padding: 25px 30px;
    }*/

    img.alignleft {
        float: none;
        margin: 0 0 15px 0;
        width: 300px;
    }
	
.home_section_1 {
    padding: 170px 0 130px 0;
	}
	
.home_section_1 .btn {
    margin-top: -45px;
	}
	
.home_section_1 .bottomBlock {
    margin: 20px auto -90px auto;
	}
  
.home_section_3 {
    padding: 60px 0 40px 0;
	}
  
.home_section_3 .colls-1-3 img {
    padding-top: 10px;
	}
  
.home_section_2 {
    padding: 60px 0 50px 0;
  	}
 
.slick-prev {
    left: -10px !important;
	}
	
.slick-next {
    right: -10px !important;
	}
  
footer {
    padding: 40px 0 30px 0;
  	}
}

}
