/*
Theme Name: CPD
Theme URI: CPD.com
Description: a theme for the wordpress platform
Version: 2.0
Author: Design Nathy Leung (natleung.com) / Coding Raul Rincon (raulrincon.me)
*/

:root {
  --green: #18A953;
  --lightgreen: #81CBA6;
  --dark: #23282D;
  --gray: #444444;
  --lightgray: #616161;
}

body {
  background: #ffffff;
  font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
  font-size: 16px;
}

.area {
  width: 960px;
  margin: 0 auto;
}

.phone-soc {
  padding: 11px 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 170, 79, .15);
  overflow: hidden;
}

.phone-soc .area {
  display: flex;
  justify-content: space-between;
}

.phone-soc .phone {
  font-weight: 700;
  font-size: 1.25rem;
  margin: auto 0;
  margin-left: 13.75rem;
  line-height: 1;
}

.phone a,
.phone a:visited {
  text-decoration: none;
  color: var(--dark);
}

.phone:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="#00aa4f" width="20" height="20" viewBox="0 0 24 24"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>') center center;
}

.phone-soc ul {
  margin: auto 0 auto auto;
  list-style-type: none;
}

.phone-soc ul li a img {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 46rem) {
  .phone-soc ul {
    display: none;
  }
}

.phone-soc ul li {
  opacity: 0.5;
  line-height: 47px;
  display: inline-block;
  margin-right: 10px;
  transition: opacity .2s ease-in-out;
}

.phone-soc ul li:hover {
  opacity: 1;
}

main {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 75px auto 10px auto;
}

.page main {
  flex-wrap: nowrap;
}

header {
  width: 100%;
  background-color: var(--green);
  margin-top: 35px;
  position: relative;
  z-index: 199;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0,0,0);
}

header .area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 60px;
}

header input[type="checkbox"],
header label {
  display: none;
}

.cpd {
  box-shadow: rgba(23, 43, 99, 0.24) 0 3px 18px;
  margin-top: -83px;
  background: #ffffff;
  height: 160px;
  width: 187px;
  display: block;
}

@media screen and (max-width: 46rem) {
  .cpd {
    height: 160px;
    width: 150px;
  }
}

.cpd svg {
  max-width: 90%;
}

.cpd span {
  display: none;
}

.cpd a,
.cpd a:visited {
  display: block;
  height: 160px;
  width: 187px;
}

nav {
  margin: auto 0;
}

nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

nav ul li {
  position: relative;
  text-align: center;
}

nav ul li:not(:last-child) {
  margin-right: 1.25rem;
}

nav ul ul li {
  margin-right: 0 !important;
}

nav ul li a,
nav ul li a:visited {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: .875rem;
  padding: 1.375rem 0;
}

nav ul ul li a:hover {
  color: #03893F;
  transform: none;
}

nav ul ul {
  position: absolute;
  display: block;
  top: 60px;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

nav ul li:hover > ul {
  overflow: visible;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

nav ul li ul:before {
  display: block;
  content: '';
  height: 5px;
  width: 75px;
  margin-bottom: 4px;
  background: #80c460;
}

nav ul ul li {
  display: block;
  background: #80c460;
  border-bottom: 1px solid #b5dda3;
  margin: 0;
  padding: 0;
}

nav ul ul li:last-child {
  border: 0;
}

nav ul ul li a,
nav ul ul li a:visited {
  font-size: .875rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  padding: .75rem 1rem;
}

nav ul ul li a:hover,
nav ul ul li a:focus {
  border: none;
  color: rgba(0, 0, 0, 0.95);
}

ul.patients {
  width: 170px;
}

ul.abt {
  width: 130px;
}

.img-slider {
  position: relative;
  width: 960px;
  height: 500px;
  text-align: left;
}

@media screen and (max-width: 46rem) {
  .img-slider {
    display: none;
  }
}


/* slider styles */

.ls-l a,
.ls-l a:visited {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
}

.message,
.pages {
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.page h3,
.page h3 a,
.page h3 a:visited {
  text-align: left;
  font-size: 1.5rem;
  margin-top: 2rem;
  text-decoration: none;
  color: var(--green);
}

.page h4 {
  text-align: left;
  font-size: 1.25rem;
} 

.message h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .625rem;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: .33px;

}

.message p {
  font-size: 1.125rem;
  color: var(--lightgray);
  letter-spacing: .24px;
}

.message .btn,
.field-wrap input[type=button],
.form input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
  margin-top: 1.25rem;
  display: inline-block;
  color: #ffffff;
  background-color: var(--green);
  text-decoration: none;
  font-size: .875rem;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 5px;
  text-transform: uppercase;
  box-shadow: rgba(23, 43, 99, 0.12) 0 6px 20px;
  transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:active,
.field-wrap input[type=button]:active,
.form input[type="button"]:active {
  transform: scale(0.95);
  box-shadow: rgba(23, 43, 99, 0.25) 0 6px 40px;
}

.pages ul {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.pages ul li {
  width: 33%;
  max-height: 176px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: all .2s ease-in-out;
  margin: .625rem 0;
  transform: translate3d(0,0,0);
}

.pages ul li:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: rgba(23, 43, 99, 0.12) 0 7px 21px;
}

.pages ul li p {
  font-size: .875rem;
  width: 100%;
  padding: .625rem 0;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 140ms ease-in-out;
}

.pages ul li a,
.pages ul li a:visited {
  text-decoration: none;
  color: #ffffff;
}

.pages ul li img {
  width: 100%;
}

.pages a:hover > p {
  background-color: rgba(24,169,83,0.8);
  -webkit-backdrop-filter: blur(4px);
}

.blog {
  text-align: left;
  min-height: 200px;
  width: 450px;
  float: left;
}

.blog h3 a,
.blog h3 a:visited {
  font-size: 31px;
  color: #000000;
  text-align: left;
  text-decoration: none;
  font-weight: 400;
}

.blog .tag {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--green);
}

.bpost {
  margin-top: 20px;
  margin-bottom: 30px;
}

.bpost .img {
  float: left;
  width: 60px;
  height: 70px;
  overflow: hidden;
}

.bpost .img img {
  max-width: 100%;
  max-height: 100%;
}

.bpost .info {
  vertical-align: top;
  height: 70px;
  margin-left: 10px;
  display: inline-block;
  max-width: 375px;
}

.bpost h4 a,
.bpost h4 a:visited {
  text-decoration: none;
  color: #4e4e4e;
  font-size: 1rem;
  transition: all .2s;
  transition-timing-function: ease-in-out;
}

.bpost h4 a:hover,
.bpost h4 a:focus {
  color: var(--green);
}

.bpost p {
  font-size: .875rem;
  color: #7c7c7c;
  border-bottom: 0;
}

.bpost a,
.bpost a:visited,
.rm {
  color: #7c7c7c;
  text-decoration: none;
}

.bpost a:hover,
.bpost a:focus,
.rm:focus,
.rm:hover {
  font-weight: 800;
  letter-spacing: 0.0825em;
  color: var(--green);
}

.image {
  min-height: 200px;
  width: 490px;
  overflow: hidden;
  float: right;
}

footer {
  color: #4d4d4d;
  background: #ffffff;
  width: 100%;
}

footer h4 {
  text-align: left;
  color: #222222;
  letter-spacing: 0.05em;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--green);
  width: 80%;
}

footer .copy p {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

footer .green-fot,
.page footer .green-fot {
  text-align: center;
  padding: .625rem 0;
  color: var(--green);
  font-size: .875rem;
  font-weight: 600;
  margin: 0;
}

.logo-fot {
  display: block;
  background: url('https://764f1c.claudeassets.com/20220703082710im_/http://clairemontpediatricdental.com/wp-content/themes/CPD/img/logo-footer.png') top left no-repeat;
  width: 133px;
  height: 68px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.credits {
  width: 430px;
  display: inline-block;
}

.credits p {
  max-width: 300px;
  margin-top: 20px;
  text-align: left;
  font-size: 12px;
}

.social,
.cnt {
  display: inline-block;
  width: 250px;
  min-height: 160px;
  vertical-align: top;
}

.social ul {
  float: left;
  max-width: 200px;
  margin-top: 20px;
  list-style-type: none;
}

.social ul li {
  display: inline-block;
  margin-right: 10px;
}

.cnt {
  font-size: 12px;
  text-align: left;
}

.cnt p {
  margin-top: 10px;
}

.copy {
  margin-top: 40px;
  width: 100%;
  background: #373737 !important;
  padding: 2rem 0;
  text-align: left;
}


/* sections */
.right {
  flex: 1 1 100%;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 46rem) {
  .right {
    width: 100%;
    padding: 0;
  }
}

.right h1 {
  line-height: 1;
  margin-bottom: 2rem;
  text-align: left;
  font-size: 2.4rem;
}

.right h1 a,
.right h1 a:visited {
  transition: color .2s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  color: #000000;
}

.right h1 a:focus,
.right h1 a:hover {
  color: var(--green);
}

.t-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
  width: 32%;
  max-height: 340px;
  transform: translate3d(0, 0, 0);
  background: rgba(0, 170, 79, 0.2);
  transition: all 160ms ease-in-out;
}

.t-box:hover {
  transform: translateY(-2px);
  box-shadow: rgba(23, 43, 99, 0.26) 0 7px 42px;
}

.t-box a:hover > .info {
  background: rgba(0, 0, 0, 0.85);
}

.t-box:nth-child(3n) {
  margin-right: 0;
}

.t-box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.65);
  padding: 1rem 0;
  transition: background 160ms ease-in-out;
}

.t-box .info:hover {
  background: rgba(0, 0, 0, 0.9);
}

.t-box .info h3 {
  color: #ffffff;
  font-size: 17px;
  padding-left: 10px;
  margin-top: 0;
}

.t-box .info h3 a,
.t-box .info h3 a:visited {
  color: #ffffff;
  text-decoration: none;
}

.t-box .info p {
  margin: 0;
  font-weight: 600;
  font-size: .875rem;
  color: var(--green);
  padding-left: 10px;
  letter-spacing: 0.05em;
}

.t-box .pic img {
  width: 100%;
}

.box .boxie {
  width: 300px;
  height: 250px;
  display: inline-block;
  background: rgba(0, 170, 79, 0.2);
  margin: 15px 26px 0 0;
}

.boxie:nth-child(3n) {
  margin-right: 0;
}

.spot-posts {
  border-top: 1px solid var(--lightgray);
  text-align: left;
  padding: 30px 0;
}

.spot-posts .posttie {
  width: 167px;
  height: 139px;
  display: inline-block;
  background: rgba(0, 170, 79, 0.2);
  margin-right: 27px;
  margin-top: 25px;
}

.posttie:last-child {
  margin-right: 0;
}


/* Page */

.page img {
  max-width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--lightgray);
}

.page h2 {
  margin: 10px 0 19px 0;
  text-align: left;
  font-weight: 600;
  color: var(--dark);
  font-size: 2rem;
}

.page p {
  margin: 1rem auto;
  text-align: left;
  line-height: 1.6;
  color: var(--lightgray);
}

.page .right ul {
  list-style-position: inside;
  padding-left: 1rem;
  color: var(--lightgray);
}

.page .position {
  font-size: 1.25rem;
  color: var(--green);
  text-align: left;
  font-weight: 400;
}

.doc-cred {
  margin: 2rem auto;
  padding: 1rem 0;
  font-size: 1.25rem;
}

.doc-cred:before,
.doc-cred:after {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  content: '';
  height: 1px;
  background-color: var(--lightgreen);
}

.doc-cred p {
  text-align: center;
  font-weight: 300;
}

@media screen and (max-width: 46rem) {
  .doc-cred {
    width: 100%;
  }
  .doc-cred p {
    width: 100%;
    margin: 1rem auto;
  }
  .right .form.dentist {
    width: 100%;
  }
}


/* form */
.form {
  margin: 2rem 0;
}

.form.dentist {
  width: 600px;
  margin: 2rem auto;
}

.form .nf-form-title {
  display: none;
}

.form.dentist .nf-form-title {
  display: block;
}

.nf-form-title h3 {
  text-align: center;
  color: var(--dark);
  font-weight: 500;
  margin-bottom: 1rem;
}

@keyframes shake {
  8%,
  41% {
    transform: translateX(-4px)
  }
  25%,
  58% {
    transform: translateX(4px)
  }
  75% {
    transform: translateX(-2px)
  }
  92% {
    transform: translateX(2px)
  }
  0%,
  100% {
    transform: translateX(0)
  }
}

.form .nf-error {
  animation: shake .5s linear;
}

.form .nf-error-msg {
  font-style: italic;
  font-size: .875rem;
  color: #F77D7D;
}

.form .nf-field-container {
  margin-bottom: 10px !important;
}

.form textarea {
  padding-top: 10px;
}

.form h2 {
  text-align: center;
  width: 725px;
  height: 60px;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  background: var(--green);
  line-height: 60px;
}

.form label,
.form .nf-form-fields-required {
  display: none;
}


/* new design adjustments */
aside {
  flex: 1 0 190px;
  vertical-align: top;
  margin-right: 45px;
}

@media screen and (max-width: 46rem) {
  aside {
    flex: 1 0 100%;
    margin-right: 0;
  }
}

aside ul {
  list-style-type: none;
}

aside ul li {
  text-align: left;
}

aside ul li a,
aside ul li a:visited {
  display: block;
  padding: .625rem 0;
  position: relative;
  background-color: #FAFAFA;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--dark);
  padding-left: 20px;
  transition: all .2s;
  transition-timing-function: ease-in-out;
}

aside ul li a:hover,
aside ul li a:focus {
  background-color: var(--green);
  color: #ffffff;
}

aside ul li a:after {
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: 10px;
  right: -6px;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  border-radius: 20px 0 3px 0;
  transition: all .2s;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  opacity: 0;
}

aside ul li a:hover:after {
  visibility: visible;
  opacity: 1;
  background: var(--green);
}

@media screen and (max-width:46rem) {
  aside ul li a:after {
    display: none;
  }
}

aside .sch,
aside .sch:visited {
  margin: 3rem auto;
  padding: 1.25rem 0;
  display: block;
  font-size: 1rem;
  background: var(--green);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: wrap;
  border-radius: 4px;
  box-shadow: rgba(23, 43, 99, 0.24) 0 3px 18px;
  transition: all .1s;
  transition-timing-function: ease-in-out;
}

aside .sch:hover {
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
}

aside .sch:active {
  transform: translateY(2px) scale(0.95);
}


/* contact section */
.contactUs {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  overflow: visible;
}

.contactUs strong {
  color: var(--green);
}

.contactUs a,
.contactUs a:visited {
  color: var(--dark);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dashed var(--lightgreen);
}

iframe {
  width: 100%;
  height: 420px;
  margin-top: 50px;
}

.contactUs h2 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  border-color: var(--lightgreen);
  margin-bottom: 10px;
}

.contactUs p {
  line-height: 1.6;
}

.contactUs .contact-box {
  padding-top: 2rem;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 46rem) {
  .contactUs .contact-box {
    flex-direction: column;
  }
}

.contact-box > div {
  line-height: 1.6;
}

.contact-box > div:first-of-type {
  padding-right: 2rem;
}

.b2 h2 {
  margin-top: 45px;
  margin-bottom: 1rem;
}

.b2 h2:first-child {
  margin-top: 0;
}

.b2 .bhours {
  list-style-type: none;
}

.b2 .bhours li {
  line-height: 25px;
}

.b2 .bhours li .days,
.b2 .bhours li .hours {
  display: inline-block;
  width: 100px;
}

.b2 .bhours li .hours {
  width: 190px;
}

@media screen and (max-width: 46rem) {
  .b2 .bhours li {
    display: flex;
    flex-flow: row wrap;
  }

  .b2 .bhours li div,
  .b2 .bhours li .hours {
    width: auto;
    flex: 1 0 50%;
  }

  .b2 .bhours li small {
    display: block;
  }
}

.scrolloff {
  pointer-events: none;
}


/* blog section */
.right .post {
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
}

.right .post:not(:first-child) {
    padding: 2rem 0;
}

.right .post:last-child {
  border: 0;
}

.right .post h1 {
  margin-bottom: 0;
}

.post figure {
  margin: 2rem 0;
}

.post .featured-image {
  vertical-align: top;
  margin-right: 10px;
  max-width: 125px;
  overflow: hidden;
  display: inline-block;
}

.post .post-featured-image {
  vertical-align: top;
  max-width: 700px;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}

.post .post-featured-image img {
  max-height: 400px;
}

.post .p-content {
  width: 580px;
  display: inline-block;
}

.p-content h1 {
  line-height: 1.1;
}

.post .featured-image img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100px;
}

.post h2 {
  font-size: 28px;
  margin: -7px 0 0 0;
}

.post h2 a:hover,
.post h2 a:focus {
  letter-spacing: normal;
}

.post .abt {
  font-style: italic;
  color: #b0b0b0;
  margin: 0;
}

.post .abt a,
.post .abt a:visited {
  color: #b0b0b0;
  text-decoration: none;
}

.post p {
  color: #616161;
  font-size: 1rem;
  line-height: 1.6;
}

.post-content {
  color: var(--lightgray);
  font-size: 1rem;
  line-height: 1.6;
}

.post .post-content p {
  margin: .625rem 0 1rem 0;
}

.post-content h2 {
  font-size: 3rem;
  line-height: 1.6;
}

.post-content h3 {
  font-size: 2.25rem;
  line-height: 1.6;
}

small {
  font-size: .75rem;
}

.post-content ul {
  list-style-position: inside;
  padding-left: 1rem;
  margin: 1rem 0;
}

.post-share {
  margin: 2rem 0;
}

.navigation {
  position: absolute;
  display: block;
  width: 65px;
  height: 30px;
  right: 0;
  top: 530px;
}

@media screen and (max-width: 46rem) {
  .navigation {
    position: relative;
    top: 0;
  }
}

.navigation .team-right,
.navigation .team-left {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.navigation .team-right {
  background: url('https://7042b2.claudeassets.com/20220703082710im_/http://clairemontpediatricdental.com/wp-content/themes/CPD/img/right-gray.png') top left no-repeat;
}

.navigation .team-right:hover {
  background: url('https://439862.claudeassets.com/20220703082710im_/http://clairemontpediatricdental.com/wp-content/themes/CPD/img/right-green.png') top left no-repeat;
}

.navigation .team-left {
  background: url('https://051072.claudeassets.com/20220703082710im_/http://clairemontpediatricdental.com/wp-content/themes/CPD/img/left-gray.png') top left no-repeat;
}

.navigation .team-left:hover {
  background: url('https://9ad87f.claudeassets.com/20220703082710im_/http://clairemontpediatricdental.com/wp-content/themes/CPD/img/left-green.png') top left no-repeat;
}

.team-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

@media screen and (max-width: 46rem) {
  .team-wrap {
    flex-direction: column;
  }
  .team-wrap .t-box {
    width: 100%;
  }
}

.post-list {
  text-align: left;
  list-style: disc inside none;
  color: var(--lightgray);
  margin-left: 20px;
}

.post-list li {
  margin-bottom: 10px;
}

/* share styles */
.post-share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 1rem;
  line-height: 1.6;
  color: #777;
  font-weight: 400 !important;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 0 20px 0 20px;
}

blockquote p {
  padding-left: 1rem;
  border-left: 1px solid var(--green);
}

blockquote cite {
  display: block;
  font-size: 1.125rem;
  color: #555;
  text-align: left;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

/* gallery */
.gallery {
  display: flex;
  flex-flow: row wrap;
}

.gallery img {
  border: 0 !important;
}

.right .gallery .gallery-item {
  width: 180px !important;
  height: 180px;
  overflow: hidden;
  float: none;
  text-align: center;
  transition: all .2s;
  transition-timing-function: ease-in-out;
}

@media screen and (max-width: 46rem) {
  .gallery {
    flex-direction: column;
  }
  .right .gallery .gallery-item {
    flex: 1 1 100%;
    float: none !important;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
}

.right .gallery .gallery-item img {
  margin: 0 auto;
}

.right .gallery .gallery-item:hover {
  transform: translateY(-4px);
}

/* half main */
.half {
  display: flex;
  flex-flow: row nowrap;
  padding: 2rem 0;
}

.page .half {
  padding: 0;
}

.half article {
  text-align: left;
  flex: 0 0 50%;
}

@media screen and (max-width: 46rem) {
  .half {
    flex-flow: column wrap;
  }

  .half article {
    padding: 0 !important;
    margin: 1rem 0 2rem;
    flex: 1 0 100%;
  }

  .half article figure,
  .half article figure img {
    max-width: 100%;
  }
}

.half article:first-of-type {
  padding-right: 1rem;
}

.half article:last-of-type {
  padding-left: 1rem;
}

.half article figure {
  margin-bottom: 1rem;
}

.half article h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 1rem;
}

.half article p {
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.half article a {
  text-decoration: none;
  color: var(--green);
}

.half article a:after {
  content: '';
  position: relative;
  top: 1px;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-left: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg width="7px" height="11px" viewBox="0 0 7 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="round"><polyline stroke="%2318A953" stroke-width="2" points="1.5 1.5 5.5 5.49707792 1.5 9.5"></polyline></g></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  transition: margin-left 160ms ease-in-out;
}

.half article a:hover:after {
  margin-left: 8px;
}

.half article:not(:last-child) {
  margin-right: 1.25rem;
}

.half > div {
  flex: 1 0 50%;
}

.half div h3 {
  margin-top: 0;
}

/* forms page */
.form-main ul {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 46rem) {
  .form-main ul {
    flex-wrap: wrap;
  }
  .form-main ul li {
    width: 50%;
    margin-bottom: 3rem;
  }
}

.form-main ul li {
  transition: transform 200ms ease-in-out;
}

.form-main ul li:hover {
  transform: scale(1.05) translateY(-2px);
}

.form-main ul li a {
  text-decoration: none;
  font-weight: 600;
  color: var(--dark);
  text-align: center;
}

.form-main ul li a img {
  margin-bottom: 1rem;
}

/* form styles */
.page .nf-form-cont {
  margin: 2rem 0;
}

.nf-form-cont h4 {
  font-weight: 600;
  margin-top: 1rem;
}

.page .nf-field-label label {
  font-weight: 400;
  color: var(--dark);
  font-size: 1rem;
}

.page .label-above .nf-field-label {
  margin-bottom: .375rem;
}

.page .nf-form-content .nf-field-element input[type="text"],
.page .nf-form-content .nf-field-element input[type="tel"],
.page .nf-form-content .nf-field-element input[type="number"],
.page .nf-form-content .nf-field-element input[type="email"],
.page .nf-form-content .nf-field-element select,
.page .nf-form-content .nf-field-element textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--black);
  background-color: #fbfbfb;
  outline: none;
  border: 1px solid var(--lightgreen);
  border-radius: 5px;
  transition: all 200ms ease-in-out;
}

.page .nf-form-content .nf-field-element select {
  background: #fbfbfb url('data:image/svg+xml;utf8,<svg width="7px" height="5px" version="1.1" viewBox="272 18 7 5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polyline stroke="#051619" stroke-width="1.2" fill="none" points="273 19 275.5 21.5 278 19"></polyline></svg>') right 10px center no-repeat;
}

.page .nf-form-content .nf-field-element input:focus {
  outline: none;
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: var(--green);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

.page .nf-form-content ul li {
  margin: .625rem 0 !important;
  display: flex;
  align-items: flex-start;
}

.page .nf-form-content ul li input[type="checkbox"] {
  margin-right: 10px;
  height: 20px !important;
  flex: 0 0 20px;
}

.nf-form-content ul li label[for] {
  font-weight: 400;
  text-align: left;
  color: var(--dark);
  line-height: .8;
  margin: auto 0 auto 5px;
}

.payment-info-wrapper .nf-form-content ul li label[for] {
  line-height: 1.6rem;
}

.nf-error-msg, .ninja-forms-req-symbol {
  font-size: .875rem;
  font-style: italic;
}

.listradio-wrap .nf-field-element ul {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 46rem) {
  .listradio-wrap .nf-field-element ul {
    flex-flow: column wrap;
  }
}

.listradio-wrap .nf-field-element ul li:not(:last-child) {
  margin-right: 1.25rem !important;
}

.nf-form-fields-required { display: none; }

@media screen and (max-width: 46rem) {
  .form-main ul li a img {
    margin: 0 auto 1rem;
  }
}

/* forms style fix */
.parent-form-wrap nf-fields-wrap,
.patient-info-wrapper nf-fields-wrap {
  display: flex;
  flex-flow: row wrap;
}

.parent-form-wrap nf-fields-wrap nf-field,
.patient-info-wrapper nf-fields-wrap nf-field {
  flex: 1 0 100%;
  padding-right: .625rem;
}

.parent-form-wrap nf-fields-wrap nf-field:nth-child(-n+2),
.patient-info-wrapper nf-fields-wrap nf-field:nth-child(-n+2),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(6),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(7),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(13),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(14),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(15),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(16),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(21),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(22),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(28),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(29),
.patient-info-wrapper nf-fields-wrap nf-field:nth-child(4),
.patient-info-wrapper nf-fields-wrap nf-field:nth-child(5) {
  flex: 1 0 50%;
}

.parent-form-wrap nf-fields-wrap nf-field:nth-child(8),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(9),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(10),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(24),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(25),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(31),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(32),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(33),
.parent-form-wrap nf-fields-wrap nf-field:nth-child(26),
.patient-info-wrapper nf-fields-wrap nf-field:nth-child(8),
.patient-info-wrapper nf-fields-wrap nf-field:nth-child(9),
.patient-info-wrapper nf-fields-wrap nf-field:nth-child(10) {
  flex: 1 0 33.3%;
}

.disease-list div.nf-field-element ul {
  display: flex;
  flex-flow: row wrap;
}

.disease-list .nf-field-element ul li {
  flex: 0 0 50%;
}

@media screen and (max-width:46rem) {
  .parent-form-wrap nf-fields-wrap,
  .patient-info-wrapper nf-fields-wrap,
  .disease-list div.nf-field-element ul {
    flex-flow: column;
  }

  .parent-form-wrap nf-fields-wrap nf-field,
  .patient-info-wrapper nf-fields-wrap nf-field,
  .disease-list .nf-field-element ul li {
    flex: 1 0 100%;
  }

  .disease-list .nf-field-element ul li {
    margin: .625rem 0;
  }
}

/* page layouts */
.half-block,
.third-block {
  display: flex;
  flex-flow: row nowrap;
}

.half-block h3,
.third-block h3 {
  margin: 0 0 .625rem 0;
}

.half-block > div {
  flex: 1 0 50%;
}

.third-block > div {
  flex: 1 0 33%;
}


@media screen and (max-width: 46rem) {
  main,
  .area,
  .contactUs {
    width: 100%;
    padding: 0 1rem;
    overflow-x: hidden;
  }
  main {
    margin-top: 1rem;
    padding-bottom: 2rem;
    flex-direction: column;
    overflow-x: initial;
  }
  .phone-soc .area {
    flex-direction: column;
  }
  .phone-soc .phone {
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
    text-align: center;
  }
  header {
    margin-top: 0;
    background: transparent;
  }
  header .area {
    height: auto;
  }
  .cpd {
    margin: 0;
    box-shadow: none;
    transition: transform 200ms ease-in-out;
    transform-origin: top left;
  }
  .pages ul {
    flex-direction: column;
  }
  .pages ul li {
    width: 100%;
    margin: 1rem 0;
  }
  .nav-active {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }
  .nav-active .cpd {
    position: relative;
    z-index: 200;
    transform: scale(.55);
  }
  header input[type="checkbox"],
  header label {
    display: block;
  }
  .toggle-area {
    display: block;
    position: absolute;
    z-index: 12;
    top: 18px;
    right: 6px;
    background: transparent;
    width: 48px;
    height: 48px;
  }
  #nav-toggle {
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 20px;
    display: block;
    top: 40px;
    opacity: 1;
  }
  #nav-toggle,
  #nav-toggle:before,
  #nav-toggle:after {
    z-index: 110;
    cursor: pointer;
    height: 2px;
    width: 24px;
    background: var(--green);
    position: absolute;
    display: block;
    content: '';
  }
  #nav-toggle:before {
    transform: translateY(8px);
  }
  #nav-toggle:after {
    transform: translateY(-8px);
  }
  #nav-toggle,
  #nav-toggle:before,
  #nav-toggle:after {
    transition: transform .25s cubic-bezier(0.5, 0, 0.25, 1.5);
  }
  #nav-toggle:checked {
    opacity: 1;
    background: rgba(255, 255, 255, 0.00000001);
  }
  #nav-toggle:checked:before {
    transform: translateY(0) rotate(45deg);
    background: var(--dark);
  }
  #nav-toggle:checked:after {
    transform: translateY(0) rotate(-45deg);
    background: var(--dark);
  }
  nav {
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transaprent;
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    max-height: 0;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
  }
  @supports not (-webkit-backdrop-filter: blur(20px)) {
      nav {
        background: #fff; }
      }
  nav ul {
    display: flex;
    flex-direction: column;
  }
  @keyframes nav-items {
    0%, 75% {
    transform: translateX(-10vw);
    opacity: 0; }
    100% {
    transform: translateX(0);
    opacity: 1; }
  }
  .nav-active nav ul li {
    padding: .312rem 0;
    animation: nav-items 1s cubic-bezier(0.5, 0, 0.25, 1.5) 1;
  }
  .nav-active nav ul li {
    text-align: left;
  }
  .nav-active nav ul li a {
    display: inline-block;
  }
  nav ul li:first-child {
    animation-delay: -.3s;
  }
  nav ul li:nth-child(2) {
    animation-delay: -.25s;
  }
  nav ul li:nth-child(3) {
    animation-delay: -.2s;
  }
  nav ul li:nth-child(4) {
    animation-delay: -.15s;
  }
  nav ul li:nth-child(5) {
    animation-delay: -.1s;
  }
  nav ul li:nth-child(6+n) {
    animation-delay: -.05s;
  }
  nav ul li a,
  nav ul li a:visited {
    text-transform: none;
    border: 0;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
    padding: 0 1rem;
    color: var(--green);
  }
  nav ul li a:hover {
    border: 0;
    color: var(--dark);
  }
  nav ul li:last-child a:after {
    display: none;
  }
  nav ul li ul {
    visibility: visible;
    opacity: 1;
    background: none;
    position: relative;
    width: 100% !important;
    padding-left: 1.4rem;
    top: 0;
    left: 0;
  }
  nav ul li ul:before {
    display: none;
  }
  nav ul ul li {
    padding: 0 0 0 .625rem;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    border: 0;
    background: transparent;
  }
  nav ul ul li a, nav ul ul li a:visited {
    padding: 0;
    font-weight: 500;
    color: var(--dark);
    font-size: 1rem;
  }
  #nav-toggle:checked ~ nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    margin-top: 5.5rem;
    opacity: 1;
    visibility: visible;
    transition: all 200ms ease-in-out;
    overflow-y: auto;
    padding-bottom: 18rem;
    -webkit-overflow-scrolling: touch;
  }
  footer a[href^="tel:"] {
    color: #ffffff;
    text-decoration: none;
  }

  header a[href^="tel:"] {
  color: var(--dark);
  text-decoration: none;
}
}
/*
     FILE ARCHIVED ON 20:00:42 Jun 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:16:06 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.785
  exclusion.robots: 0.1
  exclusion.robots.policy: 0.083
  esindex: 0.013
  cdx.remote: 11.577
  LoadShardBlock: 1145.342 (3)
  PetaboxLoader3.resolve: 357.966 (4)
  PetaboxLoader3.datanode: 183.17 (5)
  load_resource: 163.143
  loaddict: 31.01
*/