.disabled-component {
    display: none;
}

.headline {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-family: Crimson Text;
    font-weight: 800;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: right;
}

nav > ul li > a {
    color: rgb(87, 87, 87);
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 400;
}

nav:before {
    font-size: 30px;
}

nav > ul > li > ul a {
    font-size: 14px;
    color: rgb(37, 37, 37);
}

nav > ul li > a:hover {
    color: rgb(87, 87, 87);
}

nav > ul li.active > a {
    font-weight: 800;
}

nav > ul li a {
    padding-top: 4px;
    padding-bottom: 5px;
    margin-left: 30px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
}

nav > ul > li > ul li a {
    background-color: rgb(241, 241, 241);
    border-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
}

nav > ul > li > ul li.active > a {
    color: #498e81;
    border-color: rgb(255, 255, 255);
}

nav.opened-menu > ul {
    background-color: rgb(255, 255, 255);
}

nav > ul .closeBtn {
    color: rgb(204, 204, 204);
}

nav > ul > li > ul a:hover {
    color: #498e81;
}

.nav .navIcon.fa {
    padding-right: 10px;
    padding-bottom: 2px;
}

nav > ul > li > ul li a:hover {
    background-color: rgb(255, 255, 255);
}

.subtitle {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-family: Crimson Text;
    font-weight: 800;
    color: rgb(87, 87, 87);
}

.preamble {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-family: Crimson Text;
}

.bodytext {
    margin-bottom: 5px;
    font-family: Open Sans;
    line-height: 1.7em;
}

.bodytext a:hover {
    color: #5d829b;
}

.bodytext a {
    color: rgb(37, 37, 37);
}

.smalltext {
    line-height: 1.6em;
    letter-spacing: 0em;
    font-size: 14px;
    margin-bottom: 5px;
}

body {
    color: rgb(37, 37, 37);
    font-family: Crimson Text;
    line-height: 1.6em;
    background-color: rgb(37, 37, 37);
}

body a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 800;
}

body a:hover {
    color: rgb(241, 241, 241);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: #498e81;
    padding-top: 11px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    line-height: 1em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.button:hover {
    background-color: #7ac0b4;
    color: rgb(255, 255, 255);
}

.button .buttonIcon.fa {
    margin-right: 10px;
}

.form {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-family: Open Sans;
    color: rgb(87, 87, 87);
}

.form input[type=checkbox] + span, .form input[type=radio] + span {
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: Open Sans;
}

.form input[type=text], .form textarea, .form select {
    border-radius: 3px;
    border-color: #498e81;
    color: rgb(69, 69, 69);
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: Open Sans;
}

.form input[type=submit] {
    margin-bottom: 0px;
    margin-top: 20px;
    background-color: #e3ca98;
    font-family: Open Sans;
    color: rgb(37, 37, 37);
    font-weight: 800;
    width: 18%;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    display: table;
    margin-right: auto;
}

.form2 label {
    color: rgb(255, 255, 255);
    text-align: center;
}

.form2 input[type=text], .form2 textarea, .form2 select {
    background-color: rgb(204, 204, 204);
    border-color: rgb(255, 255, 255);
    color: rgb(37, 37, 37);
}

.form2 input[type=submit] {
    color: rgb(37, 37, 37);
    background-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.form2 input[type=submit]:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
}

.form .subtitle {
    margin-top: 20px;
    font-family: Open Sans;
}

.form2 .subtitle {
    color: rgb(255, 255, 255);
}

.form .thankYou {
    font-family: Open Sans;
    font-size: 20px;
    line-height: 1.7em;
}

.form input[type=submit]:hover {
    background-color: rgba(93, 130, 155, 0.9);
    color: rgb(255, 255, 255);
}

.image {
    margin-bottom: 40px;
}

.gallery .pics .caption {
    margin-bottom: 0px;
}

.row {
    padding-top: 100px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
    background-color: rgb(255, 255, 255);
}

.col {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.custom1 {
    line-height: 1.1em;
    font-size: 20px;
    text-align: right;
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-family: Open Sans;
}

.custom1 a {
    color: rgb(37, 37, 37);
}

.custom1 a:hover {
    color: rgb(87, 87, 87);
}

.custom2 {
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: 28px;
    text-align: left;
    font-family: Crimson Text;
    font-weight: 800;
    color: rgb(87, 87, 87);
}

.custom2 a {
    color: rgba(122, 192, 180, 0.80);
}

.custom2 a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.custom4 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.custom4 a {
    color: rgba(122, 192, 180, 0.80);
}

.custom4 a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.custom5 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 5px;
}

.custom5 a {
    color: rgba(122, 192, 180, 0.80);
}

.custom5 a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.custom3 {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 32px;
    line-height: 1.2em;
    text-align: left;
}

.custom3 a {
    color: rgba(122, 192, 180, 0.80);
}

.custom3 a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.smallsubtitle {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-family: Crimson Text;
    color: #498e81;
    font-weight: 800;
}

.spottext {
    font-size: 50px;
    line-height: 1.1em;
    text-align: left;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
    font-family: Crimson Text;
    font-weight: 800;
}

.spottext a {
    color: rgba(122, 192, 180, 0.80);
}

.spottext a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.footertext {
    font-family: Open Sans;
    line-height: 1.7em;
}

.footertext a {
    color: rgb(87, 87, 87);
}

.footertext a:hover {
    color: #498e81;
}

.companyname {
    font-size: 20px;
    text-align: left;
    line-height: 1.2em;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.companyname a {
    color: rgb(255, 255, 255);
}

.companyname a:hover {
    color: rgb(255, 255, 255);
}

.smallspottext {
    text-align: center;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    font-family: Open Sans;
}

.smallspottext a {
    color: rgba(122, 192, 180, 0.80);
}

.smallspottext a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.locale {
    text-align: left;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.locale ul li {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-right-width: 0px;
    border-color: rgb(204, 204, 204);
    text-align: left;
}

.locale ul li a:hover {
    color: #498e81;
}

.locale ul li.active a {
    color: rgb(255, 255, 255);
}

.locale ul li:hover {
    border-color: rgb(204, 204, 204);
}

.locale ul li.active {
    border-color: rgb(204, 204, 204);
}

.button2 {
    line-height: 1em;
    margin-bottom: 30px;
    border-radius: 3px;
    color: rgb(87, 87, 87);
    margin-right: auto;
    padding-top: 19px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-color: rgba(0, 0, 0, 0.6);
    background-color: #e3ca98;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: Open Sans;
}

.button2:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(93, 130, 155, 0.9);
}

.button2 .buttonIcon.fa {
    margin-right: 10px;
}

.divider {
    border-top-width: 1px;
    border-color: rgb(204, 204, 204);
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.singlePost .divider {
    margin-bottom: 40px;
}

.socialmedia {
    text-align: right;
    font-size: 18px;
}

.socialmedia li {
    background-color: #498e81;
    border-color: rgba(120, 97, 6, 0);
    margin-top: 10px;
}

.socialmedia li:hover {
    background-color: #5d829b;
}

.socialmedia li a {
    width: 40px;
    height: 40px;
}

.socialmedia li a:hover {
    color: rgb(255, 255, 255);
}

.paymenticons li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
}

.paymenticons {
    text-align: left;
}

.linklist {
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
    margin-top: 0px;
    background-color: rgba(241, 241, 241, 0);
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgba(241, 241, 241, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.linklist a:hover {
    background-color: rgba(241, 241, 241, 0);
    color: #7ac0b4;
}

.linklist .listIcon {
    border-top-width: 3px;
    border-right-width: 20px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.cart {
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0px;
    padding-top: 3px;
}

.cart .cartBtn {
    color: rgb(37, 37, 37);
    font-size: 20px;
}

.cart .cartAmount {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: #498e81;
    width: 16px;
    height: 16px;
    margin-left: -5px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: -8px;
}

.cart .checkoutBtn {
    margin-bottom: 0px;
}

.cart .title {
    margin-bottom: 20px;
}

.cart .subTotalText {
    margin-top: 0px;
}

.cart .subTotal {
    margin-bottom: 10px;
    margin-top: 5px;
}

.cart .cartContents {
    background-color: rgb(255, 255, 255);
    border-color: rgb(241, 241, 241);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.cart .divider {
    margin-bottom: 10px;
}

.cart .cartBtn:hover {
    color: rgb(37, 37, 37);
}

.search {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.search .searchicon {
    color: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: 16px;
    margin-bottom: 0px;
}

.review {
    margin-bottom: 40px;
    background-color: rgb(241, 241, 241);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.review .reviewName {
    text-align: center;
    margin-bottom: 10px;
}

.review .reviewDescription {
    text-align: center;
    margin-bottom: 10px;
}

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

.review .reviewRating .star {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.review .authorDate {
    text-align: center;
    margin-top: 10px;
}

.businesscard .businesscardImage {
    border-bottom-width: 25px;
}

.businesscard .divider1 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.businesscard .divider2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.businesscard .dbcIcon {
    border-right-width: 20px;
    border-left-width: 10px;
    margin-top: 0px;
}

.businesscard .dbcLinkIcon {
    border-left-width: 10px;
    border-right-width: 20px;
}

.businesscard .businesscardLinks {
    text-align: left;
}

.businesscard .businesscardLinks li a {
    padding-top: 0px;
    margin-top: 0px;
}

.html {
    margin-bottom: 40px;
}

.blog .details {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Open Sans;
}

.blog .readMore {
    margin-top: 20px;
    font-family: Open Sans;
    text-transform: uppercase;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    background-color: #e3ca98;
    color: rgb(87, 87, 87);
    font-weight: 800;
    font-size: 18px;
}

.blog .title {
    padding-left: 0px;
    padding-right: 0px;
    font-family: Crimson Text;
    font-size: 30px;
    margin-top: 20px;
}

.blog .shortDescription {
    padding-left: 0px;
    padding-right: 0px;
    color: #444;
    font-family: Open Sans;
}

.blog li .textContainer {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.blog li {
    background-color: rgb(255, 255, 255);
}

.blog .readMore:hover {
    background-color: #5d829b;
    color: rgb(255, 255, 255);
}

.catalog {
    margin-bottom: 40px;
}

.catalog .productText {
    padding-top: 10px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0px;
}

.catalog .visualTag {
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.catalog .name a {
    color: rgb(37, 37, 37);
}

.catalog .name a:hover {
    color: rgb(87, 87, 87);
}

.catalog .price {
    color: rgb(37, 37, 37);
    text-align: center;
    margin-bottom: 0px;
}

.catalog li {
    background-color: rgb(255, 255, 255);
}

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

.emailshare a {
    margin-bottom: 20px;
}

.openinghours .specialDayTitle {
    margin-top: 40px;
    font-family: Crimson Text;
    font-size: 20px;
}

.openinghours {
    margin-bottom: 40px;
}

.openinghours .dayLabel {
    font-family: Open Sans;
}

.openinghours .ranges {
    font-family: Open Sans;
}

.offers {
    margin-bottom: 40px;
    background-color: rgb(241, 241, 241);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.offers .button {
    margin-bottom: 0px;
    margin-top: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.offers .offerName {
    text-align: center;
    margin-bottom: 10px;
}

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

.offers .offerPrice {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

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

.offerPrice {
    font-weight: 400;
}

.list {
    margin-bottom: 40px;
}

.list .listIcon {
    font-size: 18px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    color: #e3ca98;
}

.list .listTitle {
    font-family: Crimson Text;
    font-size: 28px;
}

.list .itemSubtext {
    font-size: 16px;
    font-family: Open Sans;
    color: #444;
}

.video {
    margin-bottom: 40px;
}

.singleProduct .gallery .visualTag {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.singleProduct .divider {
    margin-bottom: 20px;
    margin-top: 0px;
}

.singleProduct .oldprice {
    margin-right: 20px;
    text-align: right;
}

.pricelist {
    margin-bottom: 40px;
}

.pricelist li {
    margin-bottom: 20px;
}

.pricelist .listImg {
    margin-bottom: 10px;
    max-width: 100%;
    margin-top: 0px;
}

.pricelist .itemdescription {
    margin-bottom: 30px;
}

.pricelist .listTitle {
    margin-bottom: 30px;
}

.checkout .divider {
    margin-bottom: 20px;
}

.checkout .descriptivetext {
    padding-bottom: 20px;
}

.checkout .infolabel {
    padding-bottom: 10px;
    font-size: 15px;
    margin-right: 20px;
}

.checkout .form input[type=text], .checkout .form textarea, .checkout .form select {
    margin-bottom: 20px;
}

.verticalnav {
    margin-bottom: 40px;
}

.verticalnav > li > a {
    color: #498e81;
    margin-bottom: 10px;
}

.verticalnav > li > a:hover {
    color: rgba(122, 192, 180, 0.80);
}

nav > li.active > a {
    color: rgba(122, 192, 180, 0.80);
}

.verticalnav > li > ul a {
    color: #498e81;
}

.verticalnav > li > ul a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.verticalnav > li > ul li.active > a {
    color: rgba(122, 192, 180, 0.80);
}

.verticalnav > li > ul li a {
    margin-bottom: 10px;
}

.verticalnav .verticalnavIcon.fa {
    margin-right: 10px;
}

.singlePost .blogShare {
    margin-bottom: 40px;
    margin-top: 40px;
}

.singlePost .form input[type=submit] {
    text-transform: uppercase;
}

.imagelist {
    margin-bottom: 40px;
}

.facebookpage {
    margin-bottom: 40px;
}

.instagramembed {
    margin-bottom: 40px;
}

.googleplusone {
    margin-bottom: 40px;
}

.openinghours2 {
    margin-bottom: 40px;
}

.shopfilter .shop_filter {
    background-color: rgb(241, 241, 241);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.shopfilter .filter_label {
    color: rgb(37, 37, 37);
}

.shopfilter label {
    color: rgb(37, 37, 37);
}

.shopfilter .price-text {
    color: rgb(37, 37, 37);
    font-size: 14px;
}

.shopfilter .clearSelection {
    color: rgb(37, 37, 37);
    line-height: 2.45em;
    font-size: 12px;
}

.shopfilter .ui-slider {
    background-color: rgb(204, 204, 204);
}

.shopfilter .ui-slider-range {
    background-color: #498e81;
}

.shopfilter .ui-slider-handle {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

.shopfilter {
    background-color: rgba(0, 0, 0, 0);
}

.scrollIcon {
    background-color: #e3ca98;
    border-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
}

.scrollIcon span:before {
    color: rgb(87, 87, 87);
}

.lightbox-image .lightbox-caption {
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.modal {
    background-color: rgb(241, 241, 241);
    border-color: #498e81;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.engagement.modal .bodytext {
    text-align: center;
    padding-bottom: 20px;
}

.engagement.modal .headline {
    text-align: center;
}

.engagement.modal .button, .engagement.modal input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.modal .closeBtn {
    width: 20px;
    font-size: 29px;
    background-color: rgba(40, 197, 250, 0);
}

.engagement.modal .closeBtn:hover {
    color: #7ac0b4;
}

.engagement.thinbar {
    background-color: rgb(241, 241, 241);
    border-color: #498e81;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.engagement.thinbar .headline {
    text-align: center;
}

.engagement.thinbar .bodytext {
    text-align: center;
    margin-bottom: 40px;
}

.engagement.thinbar .button {
    text-align: left;
    text-transform: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.thinbar .closeBtn {
    font-size: 30px;
}

.cornerbox {
    background-color: rgb(241, 241, 241);
    border-color: #498e81;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.engagement.cornerbox .bodytext {
    padding-bottom: 30px;
    text-align: center;
}

.engagement.cornerbox .button, .engagement.cornerbox input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.cornerbox .headline {
    text-align: center;
}

.iconlist .iconItem {
    font-size: 44px;
}

.iconlist li a {
    color: rgba(122, 192, 180, 0.80);
}

.iconlist li a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.iconlist li {
    background-color: rgba(0, 155, 207, 0);
    width: 50px;
    height: 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #498e81;
}

.iconlist {
    text-align: left;
}

.accordion {
    margin-top: 0px;
    margin-bottom: 40px;
}

.accordion .itemTitle {
    background-color: rgb(241, 241, 241);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgb(204, 204, 204);
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.accordion .itemTitle:hover {
    background-color: rgb(241, 241, 241);
    border-color: rgb(204, 204, 204);
}

.accordion li.active .itemTitle {
    background-color: rgb(241, 241, 241);
    border-color: rgb(204, 204, 204);
}

.accordion .itemContent {
    border-color: rgb(241, 241, 241);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.accordion .button {
    margin-top: 40px;
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.accordion .itemIcon {
    margin-right: 10px;
    margin-left: 10px;
}

.accordion li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.accordion .image {
    margin-bottom: 20px;
    margin-top: 0px;
}

.hoverOverlay {
    background-color: #5d829b;
}

.hoverOverlay .hoverIcon {
    width: 70px;
    height: 70px;
    font-size: 70px;
    color: #498e81;
}

.hoverOverlay .hoverText {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 26px;
}

.custom6 {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.2em;
    font-size: 20px;
}

.custom7 {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6em;
}

.custom8 {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6em;
    font-size: 14px;
}

.darkspottext {
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1.1em;
    text-align: left;
    font-family: Crimson Text;
    font-weight: 800;
    color: rgb(87, 87, 87);
}

.darksmallspottext {
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    font-family: Crimson Text;
    font-weight: 800;
    color: rgb(255, 255, 255);
}

.lightheadline {
    color: rgb(255, 255, 255);
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightheadline a {
    color: rgba(122, 192, 180, 0.80);
}

.lightheadline a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.lightsubtitle {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightsubtitle a {
    color: rgb(255, 255, 255);
}

.lightsubtitle a:hover {
    color: rgb(204, 204, 204);
}

.lightsmallsubtitle {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.lightsmallsubtitle a {
    color: rgb(255, 255, 255);
}

.lightsmallsubtitle a:hover {
    color: rgb(204, 204, 204);
}

.lightpreamble {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-family: Open Sans;
}

.lightpreamble a {
    color: rgba(122, 192, 180, 0.80);
}

.lightpreamble a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.lightbodytext {
    color: rgb(255, 255, 255);
    line-height: 1.6em;
    margin-bottom: 5px;
}

.lightbodytext a {
    color: rgba(122, 192, 180, 0.80);
}

.lightbodytext a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.lightsmalltext {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.lightsmalltext a {
    color: rgba(122, 192, 180, 0.80);
}

.lightsmalltext a:hover {
    color: rgba(122, 192, 180, 0.80);
}

.custom9 {
    color: rgba(255, 255, 255, 0.6);
}

.custom10 {
    color: rgba(255, 255, 255, 0.6);
}

.engagement.sticky {
    margin-left: 0px;
    background-color: rgb(241, 241, 241);
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-bottom-width: 4px;
    border-color: #498e81;
}

.engagement.sticky input[type=text], .engagement.sticky input[type=email], .engagement.sticky textarea, .engagement.sticky select {
    margin-top: 20px;
}

.opennow .opened {
    color: rgb(255, 255, 255);
    text-align: center;
}

.opennow .closed {
    color: rgb(255, 255, 255);
    text-align: center;
}

.button3 {
    color: rgb(37, 37, 37);
    background-color: rgb(255, 255, 255);
    font-family: Open Sans;
}

.button3:hover {
    color: rgb(37, 37, 37);
    background-color: rgb(241, 241, 241);
}

.form2 input[type=checkbox] + span, .form2 input[type=radio] + span {
    color: rgb(255, 255, 255);
}

.form2 .thankYou {
    color: rgb(255, 255, 255);
}

.arrow {
    color: rgb(255, 255, 255);
    background-color: #498e81;
    font-size: 25px;
    width: 40px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.arrow:hover {
    color: rgb(255, 255, 255);
    background-color: #7ac0b4;
}

.dots li {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(37, 37, 37);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.dots li.active {
    background-color: #498e81;
}

.dots li:hover {
    background-color: #498e81;
}

.brandfooter {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(37, 37, 37);
    color: rgb(255, 255, 255);
    font-family: Open Sans;
}

@media only screen and (max-width: 1199px) {
    nav:before {
        color: rgb(37, 37, 37);
    }

    nav > ul li a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav.opened-menu > ul {
        background-color: rgb(255, 255, 255);
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    nav > ul .closeBtn {
        color: rgb(37, 37, 37);
    }

    nav > ul > li > ul li a {
        border-bottom-width: 0px;
        margin-left: 35px;
        background-color: rgba(241, 241, 241, 0);
        border-color: rgba(255, 255, 255, 0);
    }

    nav > ul li > a {
        color: rgb(37, 37, 37);
        font-family: Open Sans;
    }

    nav > ul li > a:hover {
        color: rgb(37, 37, 37);
    }

    nav > ul > li > ul a {
        font-size: 16px;
    }

    nav > ul > li > ul li.active > a {
        color: #498e81;
        background-color: rgba(241, 241, 241, 0);
        border-color: rgba(255, 255, 255, 0);
    }

    nav:hover:before {
        color: rgb(37, 37, 37);
    }

    .col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 30px;
    }

    body {
    }

    body a {
    }

    body a:hover {
    }

    .text {
    }

    .subtitle {
        font-size: 23px;
    }

    .bodytext {
    }

    .bodytext a {
    }

    .bodytext a:hover {
    }

    .smalltext {
        font-size: 12px;
    }

    .spottext {
        font-size: 40px;
    }

    .companyname {
        font-size: 18px;
    }

    .footertext {
        font-size: 14px;
        color: rgb(37, 37, 37);
    }

    .custom2 {
        color: rgb(37, 37, 37);
    }

    .brandfooter {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .button2 {
        margin-bottom: 30px;
    }

    .button2:hover {
        background-color: rgba(93, 130, 155, 0.9);
    }
}

@media only screen and (max-width: 767px) {
    nav.opened-menu > ul {
        background-color: rgb(255, 255, 255);
    }

    nav > ul li a {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-left: 0px;
    }

    nav > ul > li > ul li a {
        background-color: rgba(255, 255, 255, 0);
    }

    nav > ul > li > ul li.active > a {
        border-color: rgba(255, 255, 255, 0);
        color: rgb(37, 37, 37);
        font-weight: 800;
    }

    nav > ul > li > ul a {
        font-family: Open Sans;
    }

    nav > ul > li > ul a:hover {
        color: rgb(37, 37, 37);
    }

    .headline {
        font-size: 28px;
    }

    .subtitle {
        font-size: 20px;
    }

    .preamble {
        font-size: 18px;
    }

    .bodytext {
        margin-bottom: 0px;
    }

    .col {
        padding-top: 0px;
    }

    .row {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .form {
        margin-bottom: 20px;
    }

    .form input[type=checkbox] + span, .form input[type=radio] + span {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .form input[type=submit] {
        width: 40%;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
        display: table;
        margin-left: 0;
        margin-right: auto;
        text-align: center;
    }

    .custom1 {
        font-size: 16px;
    }

    .custom2 {
        font-size: 22px;
    }

    .custom3 {
        font-size: 28px;
    }

    .custom4 {
        font-size: 24px;
    }

    .custom5 {
        font-size: 20px;
    }

    .locale {
    }

    .locale ul li a {
    }

    .locale ul li a:hover {
    }

    .locale ul li.active a {
    }

    .locale ul li {
    }

    .locale ul li:hover {
    }

    .locale ul li.active {
    }

    .smallsubtitle {
        font-size: 20px;
    }

    .smallspottext {
        font-size: 20px;
    }

    .footertext {
        line-height: 1.6em;
        text-align: left;
        font-size: 16px;
    }

    .button2 {
        margin-bottom: 20px;
    }

    .button2:hover {
    }

    .socialmedia {
        text-align: center;
    }

    .socialmedia li a {
        width: 38px;
        height: 38px;
    }

    .review {
        margin-bottom: 20px;
    }

    .linklist {
        margin-bottom: 20px;
    }

    .html {
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .catalog {
        margin-bottom: 20px;
    }

    .blog .title {
        font-size: 20px;
    }

    .blog .shortDescription {
        font-size: 14px;
    }

    .openinghours {
        margin-bottom: 20px;
    }

    .video {
        margin-bottom: 20px;
    }

    .list {
        margin-bottom: 20px;
    }

    .offers {
        margin-bottom: 20px;
    }

    .cart .subTotalText {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .cart .prodPrice {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pricelist {
        margin-bottom: 20px;
    }

    .verticalnav {
        margin-bottom: 20px;
    }

    .imagelist {
        margin-bottom: 20px;
    }

    .facebookpage {
        margin-bottom: 20px;
    }

    .instagramembed {
        margin-bottom: 20px;
    }

    .googleplusone {
        margin-bottom: 20px;
    }

    .openinghours2 {
        margin-bottom: 20px;
    }

    .custom6 {
        font-size: 18px;
    }

    .custom8 {
        font-size: 12px;
    }

    .darkspottext {
        font-size: 28px;
    }

    .lightheadline {
        font-size: 28px;
    }

    .lightsubtitle {
        font-size: 24px;
    }

    .lightsmallsubtitle {
        font-size: 20px;
    }

    .lightsmalltext {
        font-size: 12px;
    }

    .lightpreamble {
        font-size: 18px;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
}

#r5001 > .container {
}

#r3894 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e3ca98;
    border-color: #e3ca98;
}

#c2559 {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 0px;
    padding-bottom: 0px;
}

#c3125 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#c2268 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#r5000 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    border-color: rgb(204, 204, 204);
    padding-bottom: 15px;
    border-bottom-width: 1px;
}

#c5000 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#m3130 {
    margin-bottom: 0px;
}

#c4354 {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#r5002 {
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r5002 > .container {
}

#r1074 {
    border-color: rgb(204, 204, 204);
    border-top-width: 2px;
}

#c3869 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#m3472 {
    text-align: left;
    border-style: solid;
}

#c3079 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 50px;
}

#m1838 {
    border-style: solid;
    margin-bottom: 0px;
}

#c3299 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p9533 #r3286 {
    background-image: url(/uploads/g00935AH/Dr.StephanieL.Skinner-FamilyDentistry-001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%;
}

#p9533 #c1636 {
    background-color: rgba(93, 130, 155, 0.8);
}

#p9533 #m4943 {
    margin-bottom: 20px;
}

#p9533 #m3868 {
    margin-right: auto;
    margin-bottom: 0px;
}

#p9533 #r4945 {
    background-image: url(/uploads/6XfbegLb/Dr.StephanieL.Skinner-FamilyDentistry-003.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%;
}

#p9533 #c2174 {
    background-color: rgba(93, 130, 155, 0.8);
}

#p9533 #m3018 {
    margin-bottom: 20px;
}

#p9533 #m4529 {
    margin-right: auto;
    margin-bottom: 0px;
}

#p9533 #r1602 {
    background-image: url(/uploads/0wX1KUX6/Dr.StephanieL.Skinner-FamilyDentistry-003.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%;
}

#p9533 #c1269 {
    background-color: rgba(93, 130, 155, 0.8);
}

#p9533 #m3125 {
    margin-bottom: 20px;
}

#p9533 #m4094 {
    margin-right: auto;
    margin-bottom: 0px;
}

#p9533 #r4008 {
    background-color: rgba(122, 192, 180, 0.80);
    padding-bottom: 60px;
}

#p9533 #c9253 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#p9533 #m2401 {
    margin-bottom: 30px;
}

#p9533 #r2961 {
    background-image: url(/uploads/tcWrZtgz/crosswords.png);
}

#p9533 #c4641 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-left-width: 2px;
    border-right-width: 2px;
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(241, 241, 241);
}

#p9533 #m1731 {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}

#p9533 #m1996 {
    margin-bottom: 0px;
}

#p9533 #c2345 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(241, 241, 241);
}

#p9533 #m1143 {
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}

#p9533 #m2216 {
    margin-bottom: 0px;
}

#p9533 #c3512 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: rgb(241, 241, 241);
    margin-bottom: 10px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    background-color: rgb(255, 255, 255);
}

#p9533 #m2616 {
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}

#p9533 #m1904 {
    margin-bottom: 0px;
}

#p9533 #c2825 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: rgb(241, 241, 241);
    margin-bottom: 10px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    background-color: rgb(255, 255, 255);
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
}

#p9533 #m2902 {
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}

#p9533 #m2266 {
    margin-bottom: 0px;
}

#p9533 #c3088 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-color: rgb(241, 241, 241);
    margin-bottom: 10px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    background-color: rgb(255, 255, 255);
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
}

#p9533 #m3620 {
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}

#p9533 #m4224 {
    margin-bottom: 0px;
}

#p9533 #c4726 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right-width: 2px;
    border-color: rgb(241, 241, 241);
    margin-bottom: 10px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    background-color: rgb(255, 255, 255);
    border-left-width: 2px;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
}

#p9533 #m4486 {
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}

#p9533 #m1647 {
    margin-bottom: 0px;
}

#p9533 #r4267 {
    background-color: rgb(241, 241, 241);
}

#p9533 #c8174 {
    padding-right: 50px;
    padding-left: 0px;
}

#p9533 #m3055 {
    margin-bottom: 40px;
}

#p9533 #m4256 {
    margin-bottom: 0px;
}

#p9533 #c4287 {
    background-image: url(/uploads/DDnkv6hM/Dr.StephanieL.Skinner-FamilyDentistry-005.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 200px;
    padding-bottom: 200px;
}

#p9533 #c4332 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: url(/uploads/ShvJ1YKQ/Dr.StephanieL.Skinner-FamilyDentistry-006.jpg);
}

#p9533 #c1164 {
    padding-left: 50px;
    padding-right: 0px;
}

#p9533 #m1282 {
    margin-bottom: 40px;
}

#p9533 #m3411 {
    margin-bottom: 0px;
}

#p9533 #r2357 {
    background-color: #f1f1f1;
}

#p9533 #c2291 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 50px;
}

#p9533 #m4269 {
    margin-bottom: 40px;
}

#p9533 #m1806 {
    margin-bottom: 0px;
}

#p9533 #c2535 {
    background-image: url(/uploads/KijeHT3E/Dr.StephanieL.Skinner-FamilyDentistry-007.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 200px;
    padding-bottom: 200px;
}

#p9533 #c1075 {
    padding-left: 0px;
    padding-right: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p9533 #m3389 {
    margin-bottom: 40px;
}

#p9533 #m2405 {
    margin-bottom: 0px;
}

#p9533 #c3840 {
    background-image: url(/uploads/oj11tZul/Dr.StephanieL.Skinner-FamilyDentistry-008.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 200px;
    padding-bottom: 200px;
}

#p9533 #r2987 {
    background-color: #f1f1f1;
}

#p9533 #c2684 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

#p9533 #m1265 {
    margin-right: auto;
}

#p9533 #c2097 {
    padding-left: 50px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p9533 #r4659 {
    background-color: rgba(122, 192, 180, 0.80);
}

#p9533 #c3478 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p9533 #r3281 {
    background-color: rgba(122, 192, 180, 0.80);
}

#p9533 #c1250 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p9533 #r7501 {
    background-color: rgba(122, 192, 180, 0.80);
}

#p9533 #c9838 {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

#p9533 #r3893 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(204, 204, 204);
    background-image: url(/uploads/ebzAj1FB/Dr.StephanieL.Skinner-FamilyDentistry-009.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-attachment: scroll;
}

#p9533 #r3893.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.4);
}

#p9533 #c2542 {
    padding-left: 40px;
    padding-right: 40px;
    background-color: rgb(255, 255, 255);
}

#p9533 #m2810 {
    border-color: rgb(204, 204, 204);
    margin-bottom: 0px;
}

#p5754 #r2376 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/HWOb9nMy/Dr.StephanieL.Skinner-FamilyDentistry-0010.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p5754 #r2376.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p5754 #c1653 {
    background-color: rgba(255, 255, 255, 0);
}

#p5754 #c2866 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p5754 #c1560 {
    background-color: rgba(255, 255, 255, 0);
}

#p5754 #c5948 {
    background-image: url(/uploads/0qEhTUsC/MeetTheTeam2022Cropped.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    padding-top: 200px;
    padding-bottom: 200px;
}

#p5754 #c3702 {
    padding-left: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p5754 #r1858 {
    margin-left: 0px;
    margin-right: 0px;
    border-color: rgb(204, 204, 204);
    background-color: rgb(241, 241, 241);
}

#p5754 #c5393 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5754 #c3722 {
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5754 #r4992 {
    border-color: rgb(204, 204, 204);
}

#p5754 #c3314 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5754 #c4126 {
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5754 #r3289 {
    border-color: rgb(204, 204, 204);
    background-color: rgb(241, 241, 241);
}

#p5754 #c3224 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5754 #c1584 {
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5754 #r4673 {
    border-color: rgb(204, 204, 204);
}

#p5754 #c3931 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p9255 #r2801 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/VHQzQeNZ/Dr.StephanieL.Skinner-FamilyDentistry-0012.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p9255 #r2801.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p9255 #c2555 {
    background-color: rgba(255, 255, 255, 0);
}

#p9255 #c3294 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p9255 #c4032 {
    background-color: rgba(255, 255, 255, 0);
}

#p9255 #r1870 {
    padding-bottom: 0px;
    background-color: rgb(241, 241, 241);
}

#p9255 #c8354 {
    padding-top: 0px;
}

#p9255 #m4726 {
    margin-bottom: 40px;
}

#p9255 #c5190 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-bottom: -15px;
    margin-right: 0px;
}

#p9255 #c2552 {
    padding-bottom: 0px;
}

#p9255 #m2407 {
    padding-bottom: 10px;
}

#p9255 #m1549 {
    margin-bottom: 0px;
}

#p9255 #c3751 {
    padding-bottom: 0px;
}

#p9255 #m2620 {
    padding-bottom: 10px;
}

#p9255 #m3787 {
    margin-bottom: 0px;
}

#p9255 #r3955 {
    background-color: rgb(241, 241, 241);
}

#p9255 #c1131 {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-bottom: -15px;
    margin-right: 0px;
}

#p9255 #c3449 {
    padding-bottom: 0px;
}

#p9255 #m1371 {
    padding-bottom: 10px;
}

#p9255 #m2049 {
    margin-bottom: 0px;
}

#p9255 #c1380 {
    padding-bottom: 0px;
}

#p9255 #m2504 {
    padding-bottom: 10px;
}

#p9255 #m2419 {
    margin-bottom: 0px;
}

#p9255 #r3273 {
    border-top-width: 2px;
    border-color: rgb(204, 204, 204);
}

#p9255 #c2307 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#p9255 #c4592 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p9255 #m1801 {
    padding-bottom: 10px;
}

#p9255 #m3085 {
    margin-bottom: 0px;
}

#p9255 #r2371 {
    border-color: rgb(204, 204, 204);
    background-color: rgb(241, 241, 241);
}

#p9255 #c2876 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p9255 #c4334 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p9255 #m2322 {
    padding-bottom: 10px;
}

#p9255 #m3486 {
    margin-bottom: 0px;
}

#p9255 #r2160 {
    border-color: rgb(204, 204, 204);
}

#p9255 #c1011 {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p9255 #m4863 {
    margin-bottom: 40px;
}

#p9255 #c4345 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p9255 #m4787 {
    padding-bottom: 10px;
}

#p9255 #m3733 {
    margin-bottom: 0px;
}

#p9255 #r4222 {
    background-color: rgb(241, 241, 241);
}

#p9255 #c5324 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p9255 #m4580 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    margin-bottom: 0px;
}

#p6314 #r2801 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/VHQzQeNZ/Dr.StephanieL.Skinner-FamilyDentistry-0012.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p6314 #r2801.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p6314 #c2555 {
    background-color: rgba(255, 255, 255, 0);
}

#p6314 #c3294 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p6314 #c4032 {
    background-color: rgba(255, 255, 255, 0);
}

#p6314 #r1870 {
    padding-bottom: 0px;
    background-color: rgb(241, 241, 241);
}

#p6314 #c8354 {
    padding-top: 0px;
}

#p6314 #m4726 {
    margin-bottom: 40px;
}

#p6314 #r4222 {
    background-color: rgb(241, 241, 241);
}

#p6314 #c5324 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p6314 #m4580 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    margin-bottom: 0px;
}

#p9775 #r2801 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/VHQzQeNZ/Dr.StephanieL.Skinner-FamilyDentistry-0012.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p9775 #r2801.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p9775 #c2555 {
    background-color: rgba(255, 255, 255, 0);
}

#p9775 #c3294 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p9775 #c4032 {
    background-color: rgba(255, 255, 255, 0);
}

#p9775 #c5190 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-bottom: -15px;
    margin-right: 0px;
}

#p9775 #c2552 {
    padding-bottom: 0px;
}

#p9775 #m2407 {
    padding-bottom: 10px;
}

#p9775 #m1549 {
    margin-bottom: 0px;
}

#p9775 #c3751 {
    padding-bottom: 0px;
}

#p9775 #m2620 {
    padding-bottom: 10px;
}

#p9775 #m3787 {
    margin-bottom: 0px;
}

#p9775 #r4222 {
    background-color: rgb(241, 241, 241);
}

#p9775 #c5324 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p9775 #m4580 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    margin-bottom: 0px;
}

#p7799 #r2801 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/VHQzQeNZ/Dr.StephanieL.Skinner-FamilyDentistry-0012.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p7799 #r2801.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p7799 #c2555 {
    background-color: rgba(255, 255, 255, 0);
}

#p7799 #c3294 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p7799 #c4032 {
    background-color: rgba(255, 255, 255, 0);
}

#p7799 #r4566 {
    background-color: rgb(241, 241, 241);
}

#p7799 #c3354 {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-bottom: -15px;
    margin-right: 0px;
}

#p7799 #c1193 {
    padding-bottom: 0px;
}

#p7799 #m2887 {
    padding-bottom: 10px;
}

#p7799 #m1105 {
    margin-bottom: 0px;
}

#p7799 #c4200 {
    padding-bottom: 0px;
}

#p7799 #m2459 {
    padding-bottom: 10px;
}

#p7799 #m3896 {
    margin-bottom: 0px;
}

#p7799 #r4222 {
    background-color: rgb(241, 241, 241);
}

#p7799 #c5324 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p7799 #m4580 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    margin-bottom: 0px;
}

#p9401 #r2801 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/VHQzQeNZ/Dr.StephanieL.Skinner-FamilyDentistry-0012.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p9401 #r2801.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p9401 #c2555 {
    background-color: rgba(255, 255, 255, 0);
}

#p9401 #c3294 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p9401 #c4032 {
    background-color: rgba(255, 255, 255, 0);
}

#p9401 #r2752 {
    border-top-width: 2px;
    border-color: rgb(204, 204, 204);
}

#p9401 #c4112 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#p9401 #c4832 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p9401 #m3982 {
    padding-bottom: 10px;
}

#p9401 #m4898 {
    margin-bottom: 0px;
}

#p9401 #r4222 {
    background-color: rgb(241, 241, 241);
}

#p9401 #c5324 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p9401 #m4580 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    margin-bottom: 0px;
}

#p5774 #r2801 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/VHQzQeNZ/Dr.StephanieL.Skinner-FamilyDentistry-0012.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p5774 #r2801.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p5774 #c2555 {
    background-color: rgba(255, 255, 255, 0);
}

#p5774 #c3294 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p5774 #c4032 {
    background-color: rgba(255, 255, 255, 0);
}

#p5774 #r1643 {
    border-color: rgb(204, 204, 204);
    background-color: rgb(241, 241, 241);
}

#p5774 #c2222 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5774 #c3191 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p5774 #m1906 {
    padding-bottom: 10px;
}

#p5774 #m3700 {
    margin-bottom: 0px;
}

#p5774 #r4222 {
    background-color: rgb(241, 241, 241);
}

#p5774 #c5324 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5774 #m4580 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    margin-bottom: 0px;
}

#p5876 #r2801 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/VHQzQeNZ/Dr.StephanieL.Skinner-FamilyDentistry-0012.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p5876 #r2801.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p5876 #c2555 {
    background-color: rgba(255, 255, 255, 0);
}

#p5876 #c3294 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p5876 #c4032 {
    background-color: rgba(255, 255, 255, 0);
}

#p5876 #r1304 {
    border-color: rgb(204, 204, 204);
}

#p5876 #c1065 {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p5876 #m2102 {
    margin-bottom: 40px;
}

#p5876 #c1948 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p5876 #m4402 {
    padding-bottom: 10px;
}

#p5876 #m3556 {
    margin-bottom: 0px;
}

#p5876 #r4222 {
    background-color: rgb(241, 241, 241);
}

#p5876 #c5324 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5876 #m4580 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    margin-bottom: 0px;
}

#p9242 #r3056 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 80px;
    background-color: rgb(255, 255, 255);
}

#p8016 #r4243 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/6M1n4F0c/Dr.StephanieL.Skinner-FamilyDentistry-0013.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p8016 #r4243.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p8016 #c3477 {
    background-color: rgba(255, 255, 255, 0);
}

#p8016 #c2637 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p8016 #c1223 {
    background-color: rgba(255, 255, 255, 0);
}

#p8016 #c8354 {
    padding-bottom: 0px;
    padding-top: 0px;
}

#p6108 #r1474 {
    background-color: #7ac0b4;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-image: url(/uploads/xTXoZP04/Dr.StephanieL.Skinner-FamilyDentistry-0052.jpg);
}

#p6108 #r1474.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p6108 #c4141 {
    background-color: rgba(255, 255, 255, 0);
}

#p6108 #c1144 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p6108 #c3278 {
    background-color: rgba(255, 255, 255, 0);
}

#p6108 #c1308 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#p6792 #r1041 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/ecvFM66V/Dr.StephanieL.Skinner-FamilyDentistry-024.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}

#p6792 #r1041.bgfilter:before {
    background-color: rgba(58, 92, 115, 0.50);
}

#p6792 #c3797 {
    background-color: rgba(255, 255, 255, 0);
}

#p6792 #c1361 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p6792 #c1540 {
    background-color: rgba(255, 255, 255, 0);
}

#p6792 #c4472 {
    padding-right: 100px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p6792 #m1433 {
    margin-right: 0px;
}

#p6792 #m1824 {
    margin-bottom: 40px;
}

#p6792 #m1657 {
    margin-bottom: 0px;
    margin-right: 0px;
}

#p6792 #c3355 {
    border-color: rgb(204, 204, 204);
    padding-top: 0px;
    border-left-width: 1px;
    padding-left: 100px;
    padding-bottom: 0px;
}

#p6792 #m2580 {
    margin-bottom: 20px;
}

#p6792 #m3187 {
    border-color: rgb(204, 204, 204);
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    #c2559 {
        padding-left: 0px;
    }

    #c2268 {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #r5000 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #c5000 {
        padding-left: 0px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074 {
        background-color: rgb(255, 255, 255);
    }

    #c3079 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #c3299 {
        margin-left: 0px;
        margin-top: 20px;
        margin-right: 0px;
    }

    #p9533 #r3286 {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: 50% 50%;
    }

    #p9533 #c1636 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9533 #r4945 {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: 50% 50%;
    }

    #p9533 #c2174 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9533 #r1602 {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: 50% 50%;
    }

    #p9533 #c1269 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9533 #r4008 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    #p9533 #c9253 {
        padding-top: 0px;
    }

    #p9533 #m2401 {
        margin-bottom: 20px;
    }

    #p9533 #c4641 {
        margin-left: 0px;
        margin-right: 0px;
    }

    #p9533 #c3512 {
        margin-left: 0px;
        margin-top: 20px;
        margin-right: 0px;
    }

    #p9533 #c8174 {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 30px;
    }

    #p9533 #c4287 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p9533 #c4332 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p9533 #c1164 {
        padding-left: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p9533 #c2291 {
        padding-right: 30px;
    }

    #p9533 #c2535 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p9533 #c1075 {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 30px;
    }

    #p9533 #m3389 {
        margin-bottom: 30px;
    }

    #p9533 #c3840 {
        padding-bottom: 100px;
    }

    #p9533 #c2684 {
        padding-bottom: 0px;
    }

    #p9533 #c2097 {
        padding-left: 0px;
    }

    #p9533 #r4659 {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    #p9533 #c3478 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #p9533 #r3281 {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    #p9533 #c1250 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #p9533 #r7501 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #p9533 #c9838 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #p9533 #r3893 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p9533 #c2542 {
        padding-bottom: 0px;
    }

    #p9533 #m4594 {
        padding-top: 0px;
    }

    #p5754 #r2376 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p5754 #c5948 {
        background-size: cover;
    }

    #p5754 #c3702 {
        padding-left: 0px;
        padding-top: 30px;
    }

    #p5754 #r1858 {
        border-style: none;
    }

    #p5754 #r4992 {
        border-color: rgba(0, 0, 0, 0);
    }

    #p5754 #r3289 {
        border-color: rgb(204, 204, 204);
        border-top-width: 1px;
    }

    #p9255 #r2801 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p9255 #m4726 {
        margin-bottom: 0px;
    }

    #p9255 #c5190 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p9255 #c2552 {
        padding-left: 0px;
    }

    #p9255 #c3751 {
        padding-right: 0px;
    }

    #p9255 #c1131 {
        padding-left: 0px;
    }

    #p9255 #c3449 {
        padding-left: 0px;
    }

    #p9255 #c1380 {
        padding-right: 0px;
    }

    #p9255 #c2307 {
        padding-right: 20px;
    }

    #p9255 #c4592 {
        padding-right: 0px;
    }

    #p9255 #c2876 {
        padding-left: 0px;
    }

    #p9255 #c4334 {
        padding-right: 0px;
    }

    #p9255 #c1011 {
        padding-right: 20px;
    }

    #p9255 #c4345 {
        padding-right: 0px;
    }

    #p6314 #r2801 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p6314 #m4726 {
        margin-bottom: 0px;
    }

    #p9775 #r2801 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p9775 #c5190 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p9775 #c2552 {
        padding-left: 0px;
    }

    #p9775 #c3751 {
        padding-right: 0px;
    }

    #p7799 #r2801 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p7799 #c3354 {
        padding-left: 0px;
    }

    #p7799 #c1193 {
        padding-left: 0px;
    }

    #p7799 #c4200 {
        padding-right: 0px;
    }

    #p9401 #r2801 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p9401 #c4112 {
        padding-right: 20px;
    }

    #p9401 #c4832 {
        padding-right: 0px;
    }

    #p5774 #r2801 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p5774 #c2222 {
        padding-left: 0px;
    }

    #p5774 #c3191 {
        padding-right: 0px;
    }

    #p5876 #r2801 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p5876 #c1065 {
        padding-right: 20px;
    }

    #p5876 #c1948 {
        padding-right: 0px;
    }

    #p8016 #r4243 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p8016 #c8354 {
        padding-top: 0px;
    }

    #p6108 #r1474 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p6108 #r3262 {
        padding-bottom: 50px;
    }

    #p6792 #r1041 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p6792 #r3081 {
        padding-top: 60px;
    }

    #p6792 #c4472 {
        padding-right: 60px;
    }

    #p6792 #m1433 {
        margin-right: 0px;
    }

    #p6792 #m1657 {
        margin-right: 0px;
    }

    #p6792 #m3666 {
        margin-bottom: 0px;
    }

    #p6792 #c3355 {
        padding-left: 60px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    #r3894 {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #c2559 {
        padding-bottom: 0px;
    }

    #c3125 {
        padding-left: 0px;
    }

    #c2268 {
        padding-bottom: 0px;
    }

    #m1353 {
        margin-bottom: 0px;
    }

    #r5000 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #c5000 {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #c4354 {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #r1074 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    #m1028 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #c3079 {
        padding-top: 20px;
    }

    #c3299 {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        padding-top: 20px;
    }

    #m4074 {
        height: 200px;
    }

    #p9533 #r3286 {
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: none;
    }

    #p9533 #c4062 {
        background-image: url(/uploads/g00935AH/Dr.StephanieL.Skinner-FamilyDentistry-001.jpg);
        padding-top: 100px;
        padding-bottom: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    #p9533 #m3868 {
        margin-bottom: 20px;
    }

    #p9533 #r4945 {
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: none;
    }

    #p9533 #c1387 {
        background-image: url(/uploads/6XfbegLb/Dr.StephanieL.Skinner-FamilyDentistry-003.jpg);
        padding-top: 100px;
        padding-bottom: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    #p9533 #m4529 {
        margin-bottom: 20px;
    }

    #p9533 #r1602 {
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: none;
    }

    #p9533 #c2779 {
        background-image: url(/uploads/0wX1KUX6/Dr.StephanieL.Skinner-FamilyDentistry-003.jpg);
        padding-top: 100px;
        padding-bottom: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    #p9533 #m4094 {
        margin-bottom: 20px;
    }

    #p9533 #r4008 {
        padding-bottom: 10px;
    }

    #p9533 #c9253 {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #p9533 #r2961 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p9533 #c3512 {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }

    #p9533 #c2825 {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }

    #p9533 #c3088 {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }

    #p9533 #c4726 {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p9533 #c8174 {
        padding-left: 20px;
        padding-bottom: 30px;
        padding-right: 20px;
    }

    #p9533 #m3055 {
        margin-bottom: 20px;
    }

    #p9533 #r3936 {
        padding-top: 0px;
    }

    #p9533 #c1164 {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 0px;
        padding-right: 20px;
    }

    #p9533 #m1282 {
        margin-bottom: 20px;
    }

    #p9533 #c2291 {
        padding-left: 20px;
        padding-bottom: 30px;
        padding-right: 20px;
    }

    #p9533 #m4269 {
        margin-bottom: 20px;
    }

    #p9533 #c1075 {
        padding-left: 20px;
        padding-bottom: 30px;
        padding-right: 20px;
    }

    #p9533 #c2684 {
        padding-left: 20px;
        padding-top: 0px;
        padding-bottom: 30px;
    }

    #p9533 #m1265 {
        margin-bottom: 0px;
    }

    #p9533 #c2097 {
        padding-left: 20px;
        padding-bottom: 0px;
        padding-right: 20px;
    }

    #p9533 #m3819 {
        margin-bottom: 0px;
    }

    #p9533 #r4659 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9533 #c3478 {
        padding-right: 0px;
    }

    #p9533 #r3281 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9533 #c1250 {
        padding-right: 0px;
    }

    #p9533 #r7501 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9533 #r3893 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #p9533 #c2542 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p5754 #r2376 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p5754 #c2866 {
        padding-top: 40px;
    }

    #p5754 #r4979 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p5754 #c5948 {
        padding-top: 0px;
    }

    #p5754 #c3702 {
        padding-top: 30px;
    }

    #p5754 #c5393 {
        padding-left: 20px;
    }

    #p5754 #c3722 {
        padding-right: 20px;
        padding-top: 30px;
    }

    #p5754 #c3314 {
        padding-left: 20px;
        padding-bottom: 0px;
    }

    #p5754 #c4126 {
        padding-top: 30px;
        padding-right: 20px;
    }

    #p5754 #c3224 {
        padding-left: 20px;
    }

    #p5754 #c1584 {
        padding-right: 20px;
        padding-top: 30px;
    }

    #p5754 #r4673 {
        border-color: rgba(204, 204, 204, 0);
    }

    #p5754 #c3931 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p9255 #r2801 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p9255 #c3294 {
        padding-top: 40px;
    }

    #p9255 #c5190 {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    #p9255 #c2552 {
        padding-left: 20px;
        padding-top: 20px;
    }

    #p9255 #m2407 {
        padding-bottom: 0px;
    }

    #p9255 #c3751 {
        padding-top: 30px;
        padding-right: 20px;
    }

    #p9255 #m2620 {
        padding-bottom: 0px;
    }

    #p9255 #c1131 {
        padding-bottom: 0px;
        padding-left: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    #p9255 #c3449 {
        padding-top: 20px;
        padding-left: 20px;
    }

    #p9255 #m1371 {
        padding-bottom: 0px;
    }

    #p9255 #c1380 {
        padding-top: 20px;
        padding-right: 20px;
    }

    #p9255 #c2307 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p9255 #c4592 {
        padding-top: 20px;
        padding-right: 20px;
    }

    #p9255 #m1801 {
        padding-bottom: 0px;
    }

    #p9255 #c2876 {
        padding-left: 20px;
    }

    #p9255 #c4334 {
        padding-top: 20px;
        padding-right: 20px;
    }

    #p9255 #m2322 {
        padding-bottom: 0px;
    }

    #p9255 #c1011 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p9255 #m4863 {
        margin-bottom: 20px;
    }

    #p9255 #c4345 {
        padding-top: 20px;
        padding-right: 20px;
    }

    #p9255 #m4787 {
        padding-bottom: 0px;
    }

    #p9255 #r4222 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p6314 #r2801 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p6314 #c3294 {
        padding-top: 40px;
    }

    #p6314 #r4222 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9775 #r2801 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p9775 #c3294 {
        padding-top: 40px;
    }

    #p9775 #c5190 {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    #p9775 #c2552 {
        padding-left: 20px;
        padding-top: 20px;
    }

    #p9775 #m2407 {
        padding-bottom: 0px;
    }

    #p9775 #c3751 {
        padding-top: 30px;
        padding-right: 20px;
    }

    #p9775 #m2620 {
        padding-bottom: 0px;
    }

    #p9775 #r4222 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p7799 #r2801 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p7799 #c3294 {
        padding-top: 40px;
    }

    #p7799 #c3354 {
        padding-bottom: 0px;
        padding-left: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    #p7799 #c1193 {
        padding-top: 20px;
        padding-left: 20px;
    }

    #p7799 #m2887 {
        padding-bottom: 0px;
    }

    #p7799 #c4200 {
        padding-top: 20px;
        padding-right: 20px;
    }

    #p7799 #r4222 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9401 #r2801 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p9401 #c3294 {
        padding-top: 40px;
    }

    #p9401 #c4112 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p9401 #c4832 {
        padding-top: 20px;
        padding-right: 20px;
    }

    #p9401 #m3982 {
        padding-bottom: 0px;
    }

    #p9401 #r4222 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p5774 #r2801 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p5774 #c3294 {
        padding-top: 40px;
    }

    #p5774 #c2222 {
        padding-left: 20px;
    }

    #p5774 #c3191 {
        padding-top: 20px;
        padding-right: 20px;
    }

    #p5774 #m1906 {
        padding-bottom: 0px;
    }

    #p5774 #r4222 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p5876 #r2801 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p5876 #c3294 {
        padding-top: 40px;
    }

    #p5876 #c1065 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p5876 #m2102 {
        margin-bottom: 20px;
    }

    #p5876 #c1948 {
        padding-top: 20px;
        padding-right: 20px;
    }

    #p5876 #m4402 {
        padding-bottom: 0px;
    }

    #p5876 #r4222 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #p9242 #r3056 {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    #p8016 #r4243 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p8016 #c2637 {
        padding-top: 40px;
    }

    #p8016 #r1870 {
        padding-bottom: 10px;
    }

    #p6108 #r1474 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p6108 #c1144 {
        padding-top: 40px;
    }

    #p6108 #r3262 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #p6108 #c1308 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p6792 #r1041 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p6792 #c1361 {
        padding-top: 40px;
    }

    #p6792 #r3081 {
        padding-bottom: 0px;
        padding-top: 30px;
    }

    #p6792 #c4472 {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    #p6792 #m1433 {
        margin-bottom: 20px;
    }

    #p6792 #m1824 {
        margin-bottom: 30px;
    }

    #p6792 #m3666 {
        margin-bottom: -10px;
    }

    #p6792 #c3355 {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}