@font-face {
font-family: 'papyrus';
src: url('/storage/app/media/papyrus.ttf') format('truetype');
}
p.logo-a__title.component__title {
    font-family: papyrus;
    font-size: 36px;
}
p.logo-a__caption.component__subtitle {
    font-family: papyrus;
}








#id_d22b92d8-c76e-50a3-8b36-d3fb2be7abc7 .alias-pcontent {
    max-width: 100% !important;
    flex: unset !important;
}

#id_d22b92d8-c76e-50a3-8b36-d3fb2be7abc7 .alias-articlecategories_sidebar {
    display:none !important;
}
.articles__item .component__p {
    color: #ffffff;
}

.articles__item {
    background: #000000;
    color: white;
}
.section-socialmedia .socialmedia__link {
    border-radius: unset;
}

.section--dark .phone__number {
    color: #ffffff;
    text-align: center;
}

.col-sm-12.stacked.alias-socialmedia_footer ul.socialmedia__list {
    float: right;
}

.featuredblocks-grid-a .featuredblocks__container {
    padding-top: unset;
    padding-bottom: unset;
}

.featuredblock__image.featuredblock__image--clickable {
    height: 300px;
}

.section--light .featuredblocks-grid-a .featuredblock__wrap {
    background: #fff;
}

.featuredblocks-grid-a .featuredblock__wrap {
    padding: 0.875rem 0px;
}

.featuredblock__image {
    background-size: cover;
    background-repeat: no-repeat;
}

.staff-b--12 .staff__item .staff-member__text-wrap {
    padding-top: unset;
    padding-bottom: 3.125rem;
}

/*General CSS*/

.right {
    float: right;
}

.left {
    float: left;
}

.border {
    border: 1px solid #fff !important;
}

.clear {
    clear: both;
}

.img-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.img-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-fixed-center {
    display: block;
    margin: auto;
}

h1.page-title {
    padding-bottom: 25px;
}

table#officeHours {
    display: flex;
    flex-direction: column;
}

table#officeHours tr td {
    border: none;
}

table#officeHours caption {
    font-size: 14pt;
    color: #000;
}

table.tbl-product tr td {
    border: unset;
}

.service-list {
    display: flex;
    justify-content: space-evenly;
}

.section-editable .editable__container h1, .section-pagecontent h1{
    font-family: "Arial", sans-serif;
}

.section-editable .editable__container h2, .section-editable .editable__container h3, .section-pagecontent h2, .section-pagecontent h3 {
    font-family: "Arial", sans-serif;
}

.section--light .editable__container h2, .section--light .editable__container h3 {
    color: #000;
}

.section--light .editable__container a {
    color: #084989;
    text-decoration: none;
}

/*Forms*/

.form-themeExtras .leadForm {
    padding-top: unset;
}

.form .component__title-caption-wrap {
    padding-top: unset;
}

.form-themeExtras .leadForm form .form__group {
    margin-bottom: 10px;
}

.section-form .form__title {
    font-family: Arial, SANS-SERIF;
}

.section-form .form__caption {
    font-family: Arial, sans-serif;
}

/*Contact Form*/

.contactform--a .contactform__title,
.contactform--a .contactform__caption {
    font-family: Arial, sans-serif;
}

/*Reviews*/
.reviews-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.section--dark .editable__container h2, .section--dark .editable__container h3 {
    color: #fff;
}






div#slot-doctor_info img {
    max-width: 400px;
}
.mobileHeader-logoImg {
    min-height: 70px;
}





@media screen and (max-width: 768px) {
    .controls-wrapper {
        display: none !important;
    }
    
    .banner-c__text.banner-text__wrapper.component__text.row.align-items-center {
        display: none;
    }
    
    .section .ple-module-justify-left {
        display: flex;
        justify-content: center;
    }
    
    .section .ple-module-justify-right {
        display: flex;
        justify-content: center;
    }
    
    .col-sm-12.stacked.alias-image_fw {
        display: none;
    }
}

@media screen and (max-width: 425px) {

	img {
		max-width: 100%;
	}

	ul.copyright__list {
	    display: flex;
	    flex-direction: column;
	}

	.section-copyright .copyright__item:not(:last-child)::after, .section-copyright #copyright__item:not(:last-child)::after {
		display: none;
	}
	
	.img-right {
        float: unset;
        display: block;
        margin: auto;
    }
    
    .img-left {
        float: unset;
        display: block;
        margin: auto;
    }
    
    .img-center-mob {
        display: block;
        margin: auto;
    }

    .service-list {
        flex-direction: column;
    }

    .cont * {
        text-align: center;
    }

    #id_d7fa7d03-a316-5021-b087-3c0434abe0c2 {
        min-height: unset !important;
    }

    .staffimg {
        float: unset;
        width: 100%;
    }
	
}

#id_951f2e7a-fffe-5252-927e-8b4c11337c66::before {
    opacity: 1;
    border-top: 2px solid #fff;
}

.staffimg {
    float: left;
    width: 50%;
}

.featuredblocks-grid-a .featuredblock__image {
    width: 100%;
}

img.snorimg{
    float: right;
    margin-left:12px;
    max-width:320px;
    height: auto;
    width:100%;
}

body .section--dark .editable__container p, body .section--dark .editable__container ol, body .section--dark .editable__container ul, body .section--dark .editable__container li, body .section--dark .editable__container table td, body .section--dark .editable__container span {
    clear: left;
}