:root {
  --medium-aquamarine: #5cc489;
  --dark-slate-gray-2: #243039;
  --dark-slate-gray: #4d565d;
  --dark-gray: #999;
  --peru: #dd783f;
  --medium-turquoise: #4aaec2;
  --pale-violet-red: #d25f7c;
  --dark-magenta: #92289b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

  .container-3 .image-4 {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 42px;
  padding-right: 0;
  font-size: 15px;
  line-height: 26px;
}

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

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.herosection {
  background-image: linear-gradient(135deg, #1e2121d1 1%, #20202024 98%), url('../images/waiting-area2.jpg');
  background-position: 0 0, 50% 53%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 50vh;
  padding-top: 207px;
  position: relative;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#00000054, #0000 99%);
  padding-top: 17px;
  padding-bottom: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menulink {
  float: left;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.menuicon {
  float: right;
  line-height: 13px;
  display: inline-block;
}

.menubutton {
  float: right;
  color: #ffffffd9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menubutton:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.menubutton.w--open {
  background-color: #ffffff40;
}

.logotext {
  color: #fff;
  margin-top: 7px;
  font-size: 26px;
  line-height: 26px;
}

.heroheading {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 50px;
  line-height: 60px;
}

.herosubheading {
  color: #ffffffa1;
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.herocontent {
  text-align: center;
}

.button {
  float: none;
  clear: left;
  color: #000;
  background-color: #ffffffb8;
  border-radius: 3px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 12px 21px;
  font-family: Oxygen, sans-serif;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #5ca63c;
}

.button.contactbutton {
  background-color: #4d565d;
  width: 200px;
}

.button.contactbutton:hover {
  color: #fff;
  background-color: #5cc489;
}

.button.covid {
  display: none;
}

.button.announce {
  float: none;
  clear: none;
  text-align: center;
  width: 20%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.smalldivider {
  background-color: #ffffff63;
  width: 180px;
  height: 1px;
  margin: 15px auto 10px;
  display: block;
}

.mainsection {
  text-align: center;
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 62px;
  display: block;
}

.mainsection.dark {
  background-color: #4d565d;
  background-image: linear-gradient(#232f3878, #232f384f 99%), url('../images/footer-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.mainsection.gray {
  background-color: #f8f8f8;
}

.mainsection.slim {
  padding-top: 24px;
  padding-bottom: 24px;
}

.mainsection.bottom-padding {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 89px;
}

.mainsection.bottom-padding.meet-us {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.mainsection.bottom-padding.medical-services {
  background-color: #fff;
  margin-top: 17px;
  margin-bottom: 27px;
  padding-bottom: 0;
}

.thumbnailwrapper {
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000017;
}

.thumbnailwrapper:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 0 1px #00000017, 0 2px 23px #00000017;
}

.blogtitle {
  color: #101315;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.categorytag {
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  font-family: Oxygen, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
}

.imagewrapper {
  position: relative;
  overflow: hidden;
}

.thumbnailtext {
  border-top: 1px solid #e5e5e5;
  height: 93px;
  padding: 13px;
  position: relative;
  overflow: hidden;
}

.thumbnaildate {
  float: right;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
}

.thumbnaildate.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.authorimg {
  float: left;
  border-radius: 60px;
  width: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  position: static;
  bottom: 10px;
  right: 10px;
}

.thumbdetails {
  background-color: #fcfcfc;
  border-top: 1px solid #efefef;
  padding: 6px 13px;
}

.previewtext {
  color: #7a7a7a;
  height: 40px;
  font-family: Oxygen, sans-serif;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

.authorname {
  float: left;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 35px;
}

.authorname.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.container {
  width: 1100px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sectionheading {
  text-align: center;
}

.meddivide {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 42px auto;
  list-style-type: lower-alpha;
  display: block;
}

.white {
  color: #efefef;
  margin-top: 10px;
}

.formwrapper {
  width: 500px;
  margin: 20px auto 80px;
  display: block;
}

.textfield {
  float: left;
  color: #4d565d;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 75%;
  height: 50px;
  font-size: 15px;
}

.submitbutton {
  background-color: #ffffff47;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 25%;
  height: 50px;
  font-family: Oxygen, sans-serif;
  transition: background-color .35s, color .35s;
}

.submitbutton:hover {
  background-color: #5ca63c;
}

.footersection {
  background-color: #232f3899;
  border-top: 1px solid #ffffff1f;
  padding-top: 27px;
  padding-bottom: 27px;
}

.footerlink {
  float: none;
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 6px;
  font-family: Oxygen, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.footerlink:hover {
  color: #fff;
}

.thumbnailimage {
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.featuredwrapper {
  border-radius: 3px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.featuredwrapper:hover {
  transform: translate(0, -5px);
}

.featuredtext {
  background-image: linear-gradient(#00000008, #0009 46%, #000000c2);
  padding: 60px 20px 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featuredtitle {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  padding-right: 20px;
  font-size: 27px;
  line-height: 30px;
  display: block;
}

.cattag {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  padding: 7px 9px 6px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.featureddescription {
  color: #ffffffb3;
  text-align: left;
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.featureddetails {
  padding: 10px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featuredimage {
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 280px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
  position: static;
  inset: 0;
}

.blogdate {
  color: #999;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 25px;
  display: inline-block;
}

.blogcategory {
  color: #d25f7c;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  text-decoration: none;
  display: inline-block;
}

.author-link {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.author-link:hover {
  transform: scale(1.02);
}

.authorwrapper {
  text-align: center;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-name {
  color: #353535;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.author-name:hover {
  color: #243039;
}

.innerhero {
  text-align: center;
  background-image: url('../images/bridges.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  padding-top: 125px;
  position: relative;
}

.innerhero.aboutpage {
  background-image: linear-gradient(#000, #000 0% 0%, #0000007a 0%), url('../images/Shannon_Duggan_AD-2-web.jpg');
  background-position: 0 0, 50% 57%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 450px;
  padding-top: 206px;
}

.innerhero.aboutpage.building {
  background-image: linear-gradient(#000, #000 0% 0%, #0000007a 0%), url('../images/Building_night-scene_1300.jpg');
}

.innerhero.category {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.authorpicture {
  float: left;
  border-radius: 6px;
  width: 300px;
  margin-bottom: 17px;
  margin-right: 25px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}

.authorname-main {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.authorlinks {
  opacity: .7;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0;
  transition: opacity .4s;
}

.authorlinks:hover {
  opacity: 1;
}

.socialwrapper {
  margin-bottom: 8px;
}

.heroheader {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blogthumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footerlogo {
  text-decoration: none;
}

.heroblog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.smallestdivider {
  background-color: #dedede;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  display: block;
}

.author-bio {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.sociallink {
  opacity: .82;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
  display: inline-block;
}

.sociallink:hover {
  opacity: .45;
}

.blogpost {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navmenu {
  background-color: #232f3838;
  border-radius: 2px;
  width: 80%;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  position: static;
}

.navlink {
  opacity: .7;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 31px 7px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: opacity .2s, transform .2s;
  display: inline-block;
}

.navlink:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, -2px);
}

.navlink.w--current {
  opacity: .7;
  color: #fff;
}

.viewall {
  color: #fff9;
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  transition: color .3s;
}

.fulldivide {
  background-color: #dedede;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.author-photo {
  border-radius: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.socialicon {
  margin-top: 0;
  margin-bottom: 0;
}

.categorysection {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.categorylink {
  color: #768088;
  text-align: center;
  border-radius: 3px;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.categorylink:hover {
  color: #243039;
  background-color: #f0f0f0;
}

.darkoverlay {
  z-index: 0;
  opacity: .23;
  text-shadow: none;
  background-color: #000;
  height: 100%;
  transition: background-color .4s;
  position: absolute;
  inset: 0;
}

.footerlinks {
  text-align: center;
}

.categoryblock {
  padding: 10px;
  text-decoration: none;
  display: block;
}

.categorythumbnail {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #00000063;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 140px;
  padding: 57px 30px 30px;
  font-size: 23px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.categoryname, .herowrapper {
  z-index: 10;
  position: relative;
}

.clinical-service-image {
  border-radius: 0;
  width: 454px;
}

.fieldlabel {
  font-family: Oxygen, sans-serif;
  font-weight: 400;
}

.contactfield {
  border-radius: 2px;
  height: 50px;
  padding-bottom: 9px;
  font-family: Oxygen, sans-serif;
}

.contactfield:focus {
  color: #243039;
  border: 1px solid #5cc489;
}

.contactfield.message {
  height: 150px;
}

.socialtext {
  color: #243039;
  background-image: url('../images/social-18.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.socialtext:hover {
  color: #5ca63c;
}

.socialtext.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.socialtext.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.socialtext.twitter {
  margin-top: 27px;
}

.successmessage {
  color: #fff;
  background-color: #5cc489;
  border-radius: 3px;
  padding-top: 27px;
}

.successtext {
  font-size: 16px;
}

.section-title {
  text-align: center;
  letter-spacing: 2px;
  margin: 60px auto 22px;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.section-title.special {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 1px;
}

.blog-post-title {
  margin-top: 0;
  margin-bottom: 7px;
}

.upcoming-visit {
  padding-left: 162px;
  padding-right: 162px;
}

.upcoming-visit.text {
  text-align: center;
  margin-top: -90px;
  margin-left: 41px;
  margin-right: 41px;
}

.resources-image {
  transition: all .2s;
}

.resources-image:hover {
  transform: translate(0, -5px);
}

.resources-text {
  color: #fff;
  margin-top: -59px;
  margin-left: 25px;
  padding-top: 0;
  font-family: Oxygen, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.upcoming-visit-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: -83px;
}

.upcoming-visit-text:hover {
  color: #fff;
  transform: translate(0, -5px);
}

.upcoming-visit-text.new {
  color: #bc7bc2;
}

.upcoming-visit-photo {
  background-image: linear-gradient(to top, #00000085, #00000085 0%, #04040482 1%, #04040480 1%, #fff0 58%), url('../images/waiting-area_500x345.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 500px;
  height: 250px;
}

.upcoming-visit-photo.resources-pic3 {
  background-image: linear-gradient(to top, #00000085, #00000085 0%, #04040482 1%, #04040480 1%, #fff0 58%), url('../images/Shine.jpg');
  background-size: auto, cover;
}

.upcoming-visit-photo.meet-us {
  background-image: linear-gradient(to top, #00000085, #00000085 0%, #04040482 1%, #04040480 1%, #fff0 58%), url('../images/Building_day-scene.jpg');
}

.upcoming-visit-photo.shine {
  background-image: linear-gradient(to top, #00000085, #00000085 0%, #04040482 1%, #04040480 1%, #fff0 58%), url('../images/Shine.jpg');
}

.upcoming-visit-white-text {
  color: #fff;
  text-align: center;
  margin-top: -57px;
  margin-bottom: 6px;
  margin-left: 0;
}

.resources {
  background-image: linear-gradient(2deg, #000 -2% -2%, #00000080 36% 36%, #f8f8f803 66%, #fff0 68%, #fcfcfc 99%, #fff0 100%, #fff), url('../images/waiting-area_500x345.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
  width: 500px;
  height: 250px;
}

.resources-image2 {
  background-image: url('../images/waiting-area_500x345.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 500px;
  height: 250px;
}

.meet-us-name-headings {
  margin-left: 42px;
}

.meet-us-name-headings.subheads {
  color: #979797;
  margin-top: 6px;
  margin-bottom: 6px;
  font-style: italic;
  font-weight: 400;
}

.meet-us-name-headings.meet-us {
  text-align: left;
  font-family: Oxygen, sans-serif;
  font-weight: 700;
}

.home-page-text {
  text-align: center;
  margin-top: 24px;
  padding-left: 75px;
  padding-right: 75px;
  line-height: 28px;
}

.home-page-text.meet-us-text {
  text-align: left;
  padding-left: 19px;
  padding-right: 19px;
}

.home-page-text.medical-services {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 65px;
  padding-right: 65px;
  font-size: 21px;
}

.home-page-text.medical-services.links {
  color: #4d565d;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
}

.home-page-text.medical-services.links-headers {
  margin: 0 4px;
  padding-left: 0;
  padding-right: 0;
}

.home-page-text.medical-services.links-headers.subheads {
  font-size: 15px;
}

.home-page-text.medical-services.handout {
  text-align: center;
}

.home-page-text.special-paragraph {
  color: #fff;
  margin-top: 11px;
  margin-bottom: 10px;
}

.doctor-sections {
  padding-bottom: 40px;
}

.doctor-sections.cosmetic {
  padding-bottom: 0;
}

.doctor-sections.clinical {
  margin-bottom: 59px;
  padding-bottom: 0;
}

.meet-us-pics {
  border-radius: 150px;
}

.social-icons {
  margin-top: 139px;
  margin-bottom: 0;
  padding-right: 17px;
}

.items-needed-block {
  padding-bottom: 21px;
  padding-left: 180px;
  padding-right: 162px;
}

.list-items {
  font-family: Oxygen, sans-serif;
  font-weight: 700;
}

.forms {
  float: left;
  clear: left;
  color: #5ca63c;
  padding-left: 162px;
  font-family: Oxygen, sans-serif;
  list-style-type: square;
  position: static;
  overflow: visible;
}

.forms:hover {
  color: #000;
}

.resources-top-image {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080 98%), url('../images/Building_night-scene_1300.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
  padding-top: 303px;
}

.psoriasis-foundation {
  background-image: url('../images/National-Psoriasis-Foundation.jpg');
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 150px;
  transition: all .2s;
}

.psoriasis-foundation:hover {
  transform: translate(0, -5px);
}

.resource-section {
  padding-top: 45px;
  padding-bottom: 45px;
  transition: all .2s;
  transform: translate(0, -5px);
}

.academy-of-dermatology {
  background-image: url('../images/American-Academy-of-Dermatology.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 150px;
  transition: all .2s;
}

.academy-of-dermatology:hover {
  transform: translate(0, -5px);
}

.miradry {
  background-image: url('../images/Miradry.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 150px;
  transition: all .2s;
}

.miradry:hover {
  transform: translate(0, -5px);
}

.healthgrades {
  background-image: url('../images/HealthGrades.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 150px;
  transition: all .2s;
}

.healthgrades:hover {
  transform: translate(0, -5px);
}

.resources-link-text {
  color: #5ca63c;
  text-transform: uppercase;
  margin-bottom: 19px;
  padding-bottom: 0;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}

.resources-link-text:hover {
  color: #c2c2c2;
}

.restylane {
  background-image: url('../images/Restylane.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 150px;
  transition: all .2s;
}

.restylane:hover {
  transform: translate(0, -5px);
}

.linked-in {
  background-image: url('../images/LinkedIn.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: -18px 0, 0 0;
  background-size: cover, 125px;
  width: 250px;
  height: 150px;
  transition: all .2s;
}

.linked-in:hover {
  transform: translate(0, -5px);
}

.vanquish {
  background-image: url('../images/Vanquish.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 150px;
  transition: all .2s;
}

.vanquish:hover {
  transform: translate(0, -5px);
}

.dysport {
  background-image: url('../images/Dysport-botox.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 150px;
  transition: all .2s;
}

.dysport:hover {
  transform: translate(0, -5px);
}

.resource-row {
  padding-bottom: 33px;
}

.contact-info {
  margin-top: 4px;
  font-family: Oxygen, sans-serif;
}

.black-icons {
  text-align: center;
  margin-top: 25px;
  margin-left: 19px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.icons {
  padding-right: 12px;
}

.meet-us-second-paragraph {
  margin-bottom: 47px;
  padding-top: 0;
}

.bullet-pointed-text {
  text-align: left;
  font-family: Oxygen, sans-serif;
}

.links-gray {
  color: #5ca63c;
}

.links-gray:hover {
  color: #00000054;
}

.medical-descriptions {
  padding-bottom: 14px;
  font-size: 15px;
}

.list {
  margin-bottom: 0;
}

.handout-link, .handout-block {
  text-align: center;
}

.handout-link-box {
  color: #fff;
  background-color: #000;
}

.handout-link-box:hover {
  color: #eee8e8;
  background-color: #5ca63c;
}

.providers-bullet-items {
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}

.stay-in-touch-container {
  text-align: center;
  margin-bottom: 41px;
}

.contact-us-link {
  color: #243039;
  background-color: #fff;
}

.contact-us-link:hover {
  color: #5ca63c;
}

.medical-div-block {
  margin-top: 0;
  margin-left: 90px;
  margin-right: 90px;
  padding-top: 0;
}

.skin-cancer-fast-facts {
  margin-bottom: 29px;
  padding-left: 62px;
  line-height: 24px;
}

.skin-cancer-fast-facts-line {
  border-bottom: 1px solid #999;
  padding-bottom: 25px;
  font-size: 15px;
}

.skin-cancer-fast-facts-line.bullet {
  padding-left: 0;
}

.medical-records-link-box {
  color: #fff;
  text-align: center;
  background-color: #0000;
}

.medical-link {
  color: #fff;
  background-color: #000;
  margin-top: 28px;
}

.medical-link:hover {
  color: #fff;
  background-color: #5ca63c;
}

.surgical-procedures-container {
  padding-left: 65px;
  padding-right: 65px;
}

.connect-with-us-container {
  text-align: center;
  padding-left: 235px;
  padding-right: 235px;
}

.links-on-footer {
  text-align: center;
}

.closing-paragraph {
  text-align: center;
  padding-left: 0;
}

.shinelink {
  color: #00b163;
}

.bullet {
  font-size: 15px;
}

.requirements-list {
  padding-left: 54px;
}

.requirement-paragraph {
  text-align: left;
  margin-top: 29px;
}

.requirements {
  margin-bottom: 47px;
  padding-left: 75px;
  padding-right: 75px;
}

.meet-us-text {
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.certification-logos {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.image {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 38px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--medium-aquamarine);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 85px;
  display: block;
}

.link {
  color: #fff;
}

.button-2 {
  clear: none;
  color: var(--dark-slate-gray-2);
  text-align: center;
  background-color: #fff;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.container-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
}

.home-downloads {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  display: block;
}

.button-3 {
  display: inline-block;
}

.button-3.handout-link-box {
  margin-left: 20px;
}

.button-4 {
  text-align: left;
  display: inline-block;
}

.button-4.handout-link-box {
  margin-left: 20px;
}

.announcement {
  background-color: var(--medium-aquamarine);
  max-height: 100%;
}

.image-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-2.gentle {
  text-align: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.container-3 {
  text-align: center;
  position: relative;
}

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

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
}

html.w-mod-js [data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hero-text"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hero-text-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: scale(.97);
}

html.w-mod-js [data-ix="view-more"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainsection {
    padding: 40px 10px;
  }

  .mainsection.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .previewtext {
    max-height: 40px;
    overflow: hidden;
  }

  .sectionheading {
    text-align: center;
    display: block;
  }

  .footersection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featuredtext {
    padding-top: 70px;
    position: absolute;
    inset: 0;
  }

  .featuredtitle {
    font-size: 23px;
  }

  .cattag {
    z-index: 10;
  }

  .featureddescription {
    max-height: 55px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
  }

  .blogthumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .categoryblock {
    padding: 10px 0;
  }

  .home-page-text {
    padding-left: 42px;
    padding-right: 42px;
  }

  .medical-div-block {
    margin-left: -2px;
    margin-right: -2px;
  }

  .surgical-procedures-container {
    padding-left: 0;
    padding-right: 19px;
  }
}

@media screen and (max-width: 767px) {
  p {
    padding-left: 0;
  }

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

  .mainsection.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .featuredtext {
    inset: auto 0 0;
  }

  .featuredtitle {
    font-size: 27px;
  }

  .featureddescription {
    font-size: 18px;
  }

  .authorpicture {
    width: 210px;
    margin-bottom: 6px;
    margin-right: 13px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blogthumbnail {
    width: 50%;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

  .navmenu {
    width: 100%;
  }

  .categorywrapper {
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .clinical-service-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .successmessage {
    color: #fff;
    background-color: #5cc489;
    padding-top: 28px;
    font-size: 18px;
  }

  .successtext {
    font-size: 18px;
  }

  .upcoming-visit {
    padding-left: 33px;
    padding-right: 33px;
  }

  .meet-us-name-headings.subheads {
    margin-left: 0;
  }

  .home-page-text {
    padding-left: 23px;
    padding-right: 23px;
  }

  .home-page-text.medical-services.handout {
    padding-left: 0;
    padding-right: 0;
  }

  .meet-us-pics {
    border-radius: 207px;
  }

  .items-needed-block {
    padding-left: 54px;
    padding-right: 54px;
  }

  .forms {
    padding-left: 30px;
  }

  .academy-of-dermatology, .miradry, .healthgrades {
    margin-top: 20px;
  }

  .resources-link-text {
    margin-left: 17px;
  }

  .restylane {
    margin-top: 20px;
  }

  .linked-in {
    margin-top: -12px;
  }

  .vanquish {
    margin-top: 20px;
  }

  .dysport {
    margin-top: 19px;
  }

  .skin-cancer-fast-facts {
    padding-left: 19px;
  }

  .surgical-procedures-container {
    padding-right: 3px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herosection {
    padding-top: 139px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar {
    padding: 2px 15px 7px;
  }

  .menubutton {
    margin-top: 13px;
  }

  .logotext {
    margin-top: 0;
  }

  .heroheading {
    margin-top: 50px;
  }

  .herosubheading {
    line-height: 27px;
  }

  .mainsection {
    padding-left: 15px;
    padding-right: 15px;
  }

  .authorimg, .sectionheading {
    display: block;
  }

  .meddivide {
    width: 60%;
  }

  .formwrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .textfield {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    margin-bottom: 5px;
  }

  .submitbutton {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .footersection {
    position: relative;
  }

  .footerlink {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .featuredtext {
    padding: 0 15px 55px;
  }

  .featuredtitle {
    font-size: 18px;
  }

  .cattag {
    padding: 6px;
    top: 15px;
    left: 15px;
  }

  .featureddescription {
    display: none;
  }

  .featureddetails {
    padding-left: 15px;
    padding-right: 15px;
  }

  .innerhero {
    height: 330px;
  }

  .authorpicture {
    float: none;
    text-align: center;
    border-radius: 110px;
    width: 130px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .authorname-main {
    text-align: center;
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
  }

  .authorbio {
    text-align: center;
    font-size: 14px;
  }

  .socialwrapper {
    text-align: center;
  }

  .heroheader {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 40px;
  }

  .heroheader.surgical {
    padding-left: 4px;
    padding-right: 4px;
  }

  .blogthumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footerlogo, .footerlogo.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .blogpost {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .navmenu {
    float: none;
    background-color: #232f38b8;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navlink {
    opacity: .7;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .navlink.w--current {
    opacity: 1;
    color: #fff;
  }

  .logo {
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: inline-block;
  }

  .nav-menu {
    background-color: #232f38eb;
    width: 100%;
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .closex {
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .successtext {
    line-height: 27px;
  }

  .upcoming-visit {
    padding-left: 14px;
    padding-right: 14px;
  }

  .meet-us-name-headings.subheads {
    margin-left: 0;
  }

  .home-page-text, .home-page-text.meet-us-text {
    padding-left: 0;
    padding-right: 0;
  }

  .home-page-text.medical-services {
    margin-top: 29px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .doctor-sections.clinical {
    margin-bottom: 0;
  }

  .items-needed-block {
    padding-left: 31px;
    padding-right: 31px;
  }

  .forms {
    padding-left: 15px;
  }

  .dysport {
    margin-top: 20px;
  }

  .medical-div-block {
    margin-left: 0;
    margin-right: 0;
  }

  .skin-cancer-fast-facts {
    padding-left: 12px;
  }

  .requirements-list {
    padding-left: 20px;
  }

  .requirement-paragraph, .requirements {
    padding-left: 0;
    padding-right: 0;
  }
}


