@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Nunito");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.card {
  padding: 3rem;
  max-width: 30rem;
  background: white;
  box-shadow: inset 0 0 0 15px white, inset 0 0 0 16px rgba(111, 88, 81, 0.2), 0 2px 24px rgba(0, 0, 0, 0.2);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
}
@media all and (min-width: 600px) and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
}

a {
  color: #7D7D7C;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
a.pop {
  color: #a6aa00;
}

a:active,
a:hover {
  box-shadow: inset 0 -0.25rem 0 rgba(166, 170, 0, 0.3);
  color: #7D7D7C;
  outline: 0;
}
a:active.pop,
a:hover.pop {
  box-shadow: inset 0 -0.25rem 0 rgba(125, 125, 124, 0.3);
  color: #a6aa00;
}

a:hover {
  cursor: pointer;
}

button, .button, input[type=button] {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

li {
  display: block;
}

strong {
  font-weight: bold;
}

/************************ Typography **************************************************/
@font-face {
  font-family: "Fanwood";
  src: url("../fonts/fanwood_text-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/fanwood_text-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fanwood_text-webfont.woff") format("woff"), url("../fonts/fanwood_text-webfont.ttf") format("truetype"), url("../fonts/fanwood_text-webfont.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Fanwood";
  src: url("../fonts/fanwood_text_italic-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/fanwood_text_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fanwood_text_italic-webfont.woff") format("woff"), url("../fonts/fanwood_text_italic-webfont.ttf") format("truetype"), url("../fonts/fanwood_text_italic-webfont.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-style: italic;
}
h1, h2, h3,
ul, ol, dl,
p, figure,
table, fieldset {
  margin-bottom: 1.2rem;
}

h1, h2, h3 {
  font-weight: 300;
}

h1 {
  margin-bottom: 1.675rem;
  font-size: 1.75rem;
  text-align: center;
}

h2 {
  margin-bottom: 2rem;
  color: #7D7D7C;
  font-size: 1.5rem;
  font-family: "Fanwood";
  font-style: italic;
  text-align: center;
}

.header-line {
  background: linear-gradient(to bottom, #FFF, #FFF 0.4rem, #D4CDC2 0.4rem, #D4CDC2 calc(0.4rem + 1px), #FFF calc(0.4rem + 1px), #FFF calc(0.4rem + 5px), #D4CDC2 calc(0.4rem + 5px), #D4CDC2 calc(0.4rem + 6px), #FFF calc(0.4rem + 6px), #FFF);
  background-size: 10px 100%;
  background-position-y: 50%;
}
.header-line span {
  background: #fff;
  padding: 0 1rem;
  font-size: 1.2rem;
}

p {
  color: #696969;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
}

ul#peels {
  color: #696969;
  font-weight: 400;
  font-size: 0.875rem;
  list-style: disc;
  margin-left: 20px;
}

li.peels {
  display: list-item;
}

/************************ Container Styles for all pages *************************/
.page {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

.main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
}

h1.header-line {
  min-width: 100%;
  background: linear-gradient(to bottom, #fdf3ed, #fdf3ed 37%, #D5D0CD 37%, #D5D0CD calc(37% + 1px), #fdf3ed calc(37% + 1px), #fdf3ed calc(37% + 5px), #D5D0CD calc(37% + 5px), #D5D0CD calc(37% + 6px), #fdf3ed calc(37% + 6px), #fdf3ed);
  background-size: 10px 100%;
  text-align: center;
}
h1.header-line span {
  display: inline-block;
  max-width: 85%;
  color: #7e776b;
  background: #fdf3ed;
  padding: 0 1rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-top: -0.2rem;
}

.career-opportunities .main-content, .pricing-policies .main-content {
  max-width: 32.5rem;
  padding: 1rem;
  margin: auto;
}
.career-opportunities .main-content p, .pricing-policies .main-content p {
  line-height: 1.6;
}

/************************ Header *************************************************/
.site-header {
  position: sticky;
  top: -180px;
  text-align: center;
  background: white;
}
@media all and (min-width: 480px) and (max-width: 600px) {
  .site-header {
    top: -204px;
  }
}
@media all and (min-width: 1024px) {
  .site-header {
    top: -204px;
  }
}
.site-header #site-nav {
  position: relative;
  margin-top: 0.8rem;
}
.site-header #site-nav a {
  display: block;
  max-height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  color: rgb(111, 88, 81);
  font-family: "Fanwood";
  font-size: 1.5rem;
  font-style: italic;
}
.site-header #site-nav a.active {
  display: inline-block;
  margin-bottom: 1.3rem;
  max-height: 50px;
  box-shadow: inset 0 -0.25rem 0 rgba(166, 170, 0, 0.3);
}
.site-header #site-nav a.nav-mobile-icon {
  display: inline-block;
  max-height: 50px;
  position: absolute;
  right: 15px;
  top: 0;
  box-shadow: none;
}
.site-header #site-nav a::after {
  content: "";
}
.site-header #site-nav.expanded a {
  box-shadow: none;
  max-height: 50px;
  margin-bottom: 1.3rem;
}
.site-header img {
  margin: 1rem auto;
  display: block;
  width: 100%;
  max-width: 300px;
}
.site-header img:hover {
  cursor: hand;
}

.banner {
  box-sizing: border-box;
  position: relative;
  background-color: #a6aa00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  color: #5F4B45;
}
.banner a {
  font-weight: 800;
}

@media all and (min-width: 480px) {
  .banner {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .main-content {
    padding-top: 2rem;
  }
  .site-header {
    max-width: none;
  }
  .site-header #site-nav a {
    display: inline-block;
    max-height: 50px;
    padding: 0;
    margin: 0 1.8rem 0.7rem 1.8rem;
    font-size: 1rem;
    background-position: center right;
  }
  .site-header #site-nav a.active {
    box-shadow: none;
    margin-bottom: 0.7rem;
  }
  .site-header #site-nav a:hover {
    box-shadow: inset 0 -0.25rem 0 rgba(166, 170, 0, 0.3);
  }
  .site-header #site-nav a.nav-mobile-icon {
    display: none;
  }
  .site-header #site-nav a.padding-anchor {
    display: none;
  }
  .site-header #site-nav a:after {
    content: "";
    position: absolute;
    right: -2.6rem;
    height: 1rem;
    width: 1rem;
    background-image: url("/images/logo-leaf.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1rem 1rem;
  }
  .site-header #site-nav a:last-child:after {
    background: none;
  }
  .site-header img {
    margin: 5rem auto 2rem;
  }
}
@media all and (min-width: 710px) {
  .site-header #site-nav a {
    margin: 0 2.8rem 0.7rem 2.8rem;
  }
  .site-header #site-nav a:after {
    right: -3.4rem;
  }
}
/************************ Footer *************************************************/
.site-footer {
  margin-bottom: 2rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Fanwood";
  font-style: italic;
}
.site-footer nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
}
.site-footer nav a {
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-style: italic;
}
.site-footer img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 200px;
}
.site-footer img:hover {
  cursor: hand;
}

.social-connections {
  margin: 2rem 0;
  text-align: center;
}
.social-connections a {
  display: inline-block;
  margin: 0 0.5rem;
}
.social-connections a:hover {
  box-shadow: none;
}
.social-connections a .fill {
  transition: fill 0.2s ease-in-out;
}
.social-connections a.facebook:hover .fill {
  fill: #3f487d;
}
.social-connections a.twitter:hover .fill {
  fill: #3aaee2;
}
.social-connections a.instagram:hover #Combined-Shape {
  fill: #f8f8f8;
}

/************************ Desktop Size *******************************************/
@media all and (min-width: 768px) {
  .main-content {
    flex-direction: row;
  }
  .site-footer {
    flex-direction: row;
  }
  .site-footer nav {
    flex-direction: row;
  }
  .site-footer img {
    margin-top: 0;
  }
  .social-connections {
    margin: 1rem 2.3rem 2rem 0;
  }
}
@media all and (min-width: 1024px) {
  .site-footer nav {
    padding-left: 0;
  }
  .bridal .site-footer nav,
.cards.page .site-footer nav {
    padding-left: 1rem;
  }
}
.card {
  padding: 3rem;
  max-width: 30rem;
  background: white;
  box-shadow: inset 0 0 0 15px white, inset 0 0 0 16px rgba(111, 88, 81, 0.2), 0 2px 24px rgba(0, 0, 0, 0.2);
}

.main-content.home {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}

.gallery-and-specials {
  flex: 1;
  order: 2;
}

.gallery {
  flex: 1;
}

.gallery img {
  display: none;
  width: 100%;
}

.todays-specials-container {
  padding: 2rem;
  background-color: #D4CDC2;
}

.todays-specials {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
  max-width: 100%;
  background-color: white;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.special {
  text-align: center;
  margin-bottom: 3rem;
}
.special dt {
  margin-bottom: 0.75rem;
  padding: 0 1rem;
  font-family: "Fanwood", serif;
  font-style: italic;
  font-size: 1.2rem;
}
.special dd {
  padding: 0 1rem;
  color: #7D7D7C;
  font-size: 0.9rem;
  line-height: 1.2;
}
.special dd .expiration {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.business-information-and-social-connections {
  order: 1;
  flex: 1;
  padding: 2rem;
  background-color: rgba(212, 205, 194, 0.6);
  background-image: url("/images/leaves.svg");
  background-blend-mode: multiply;
  background-size: 300px;
}

.business-information {
  padding: 2rem;
  color: #4A4A4A;
  text-align: center;
  line-height: 1.4;
  background: white;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.business-information .address,
.business-information .phone-number {
  font-family: "Fanwood", serif;
  font-size: 1.1rem;
  font-style: italic;
}
.business-information .phone-number {
  width: 100%;
  display: inline-block;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #d4cdc2;
}
.business-information .hours {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-family: "Fanwood", serif;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.6;
}
.business-information .hours dt {
  flex: 0 45%;
  text-align: left;
}
.business-information .hours dd {
  margin-left: 0;
  flex: 0 55%;
  text-align: right;
  white-space: nowrap;
}
.business-information .hours .closed {
  color: #c41f2f;
}

.button, button, input[type=button] {
  display: inline-block;
  background-color: #a6aa00;
  border: none;
  padding: 0.5rem;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  font-family: "Fanwood";
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

.button:hover {
  background: #888c00;
  color: white;
  box-shadow: 4px 0 1rem rgba(0, 0, 0, 0.2);
}

.book-appointment-button {
  width: 100%;
  padding: 0.5rem 0;
}

.reviews {
  margin: 3rem 0;
}

.review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.25rem;
}
.review:hover {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.review .stars-and-rating {
  display: flex;
  justify-content: space-between;
  width: calc(50% + 1.75rem);
}
.review .rating {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0.8rem 0.5rem 0.2rem;
  font-size: 1rem;
  border-radius: 50%;
  background-color: white;
  text-align: center;
}
.review .logo {
  max-height: 25px;
  max-width: 125px;
}
.review .logo.demand-force {
  margin-right: -3px;
}
.review .logo.facebook {
  margin-right: -5px;
}

.social-connections, .newsletter-form {
  display: none;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
}
.newsletter-form label {
  flex: 0 0 100%;
  margin-bottom: 0.5rem;
}
.newsletter-form input {
  flex: auto;
  border: 0;
  outline: 0;
  padding: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 0.9rem;
}
.newsletter-form input[type=text] {
  border-radius: 2px 0 0 2px;
}
.newsletter-form .button {
  flex: 0.8;
  box-shadow: none;
  border-radius: 0 2px 2px 0;
}

/************************ Desktop Size *******************************************/
@media all and (min-width: 768px) {
  .gallery-and-specials {
    flex: 2;
    order: 1;
    min-width: 30rem;
    display: flex;
    flex-direction: column;
  }
  .gallery {
    flex: initial;
  }
  .gallery img {
    display: inherit;
  }
  .business-information-and-social-connections {
    order: 2;
  }
  .todays-specials-container {
    flex: auto;
    display: flex;
  }
  .todays-specials {
    flex-direction: row;
    justify-content: center;
  }
  .todays-specials h2 {
    flex: 0 0 100%;
  }
  .special {
    margin-bottom: 2rem;
    flex: 0 0 50%;
    text-align: center;
  }
  .connect-with-francoy-salon,
.connect-with-francoy-salon .social-connections,
.connect-with-francoy-salon img {
    vertical-align: middle;
  }
  .social-connections {
    display: inline-block;
    margin-right: 2rem;
    margin-top: 0.5rem;
  }
  .newsletter-form {
    display: flex;
  }
}
.services {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.services::-webkit-scrollbar {
  display: none;
}

.service-group-header {
  transition: background-color 0.3s;
}

.service-group-header:hover {
  cursor: pointer;
  background-color: #eee;
}

.services.expanded {
  max-height: 4000px;
  overflow: auto;
}

.service {
  margin-bottom: 1rem;
  width: 100%;
}

.services-container {
  background-color: white;
  padding: 2rem 1rem;
  flex: 1;
}

@media all and (min-width: 768px) {
  #salon-services {
    padding-right: 2rem;
  }
  #spa-services {
    padding-left: 2rem;
  }
  .services-container {
    padding: 4rem 1rem;
  }
}
.services-container h3 {
  text-transform: uppercase;
  color: #5C4741;
  font-weight: 400;
}
.services-container h3 + .description {
  margin-top: -0.8rem;
  margin-bottom: 1.2rem;
}

.name-and-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 400;
  margin-bottom: 0;
  color: #5C4741;
  padding-right: 1px;
}
.name-and-price + .description {
  margin-bottom: 2rem;
}

.name-and-price .name {
  text-transform: capitalize;
  flex: 0 0 60%;
  margin-bottom: 0.25rem;
}

.name-and-price .price {
  text-align: right;
  font-style: italic;
}

.wedding-banner {
  min-height: 10rem;
  margin: 1rem;
  padding: 2rem 2rem 2rem 10rem;
  background: url("/images/weddings/bride.png") left 1rem center no-repeat, url("/images/weddings/bkg.svg") bottom right no-repeat;
  background-color: #fdf3ed;
  background-size: 8rem, 440px;
  border-radius: 2px;
  border: 1px solid #fdf3ed;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: inherit;
}

a.wedding-banner:active,
a.wedding-banner:focus,
a.wedding-banner:hover {
  outline: 0;
  border: 1px solid #efe5df;
  cursor: pointer;
  box-shadow: 0 1rem 5px -0.5rem rgba(0, 0, 0, 0.02);
}
a.wedding-banner:active h1,
a.wedding-banner:focus h1,
a.wedding-banner:hover h1 {
  color: black;
}

.wedding-banner h1 {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  margin-top: 3.5rem;
  color: #696969;
  transition: all 0.4s ease-in-out;
}

a.wedding-banner h2 {
  margin-bottom: 0;
  color: #a07b70;
  font-size: 1.25rem;
  font-family: "Fanwood", serif;
  font-style: italic;
  text-align: left;
}

.wedding-and-services {
  display: flex;
  flex-direction: column-reverse;
}

@media all and (min-width: 415px) {
  .wedding-and-services {
    flex-direction: column;
  }
}
.bridal {
  max-width: none;
}
.bridal .main-content {
  background-color: #fdf3ed;
  align-items: flex-start;
  justify-content: center;
}
.bridal .main-content > header {
  width: 100%;
  padding-top: 3rem;
}
.bridal .main-content > section {
  width: 100%;
  padding: 1rem 3rem 3rem 3rem;
  box-sizing: border-box;
  text-align: center;
}
.bridal .main-content > section img {
  margin: 0 auto 2rem;
  max-width: 40%;
}
.bridal .main-content .bridal-services {
  overflow: auto;
  max-height: 5000px;
}
.bridal .main-content .service {
  background: rgba(255, 255, 255, 0.5);
}
.bridal .main-content .service dl {
  padding: 1rem 1rem 0.25rem 1rem;
}
.bridal .main-content .service p {
  padding: 0.25rem 1rem 1rem 1rem;
}
.bridal .main-content .appt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;
  border-top: 2px solid rgba(0, 0, 0, 0.02);
  background-image: url("/images/weddings/pattern.svg");
}
@media all and (min-width: 768px) {
  .bridal .main-content {
    flex-direction: row;
  }
  .bridal .main-content > header {
    margin: 0 3rem;
    flex: 0 0 calc(100% - 6rem);
  }
  .bridal .main-content > section {
    width: 48%;
  }
  .bridal .main-content .for-the-bride {
    padding-right: 2rem;
  }
  .bridal .main-content .for-the-bridesmaids {
    padding-left: 2rem;
  }
  .bridal .main-content .appt {
    padding: 6rem;
  }
}
@media all and (min-width: 1024px) {
  .bridal .main-content .services {
    display: flex;
  }
  .bridal .main-content .service {
    flex: 1;
    margin-bottom: 0;
  }
  .bridal .main-content .service:first-child {
    margin-right: 1.5rem;
  }
}

.cards.page {
  max-width: none;
}
.cards.page .main-content {
  display: flex;
  justify-content: center;
  background-image: url("/images/leaves.svg");
  padding-top: 2rem;
}
.cards.page .main-content + footer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  flex: 1;
  margin: 0 2rem 2rem 2rem;
  padding: 2rem;
  background: white;
  text-align: center;
  box-shadow: inset 0 0 0 15px white, inset 0 0 0 16px rgba(111, 88, 81, 0.2), 0 2px 24px rgba(0, 0, 0, 0.2);
}
.card p {
  max-width: 20rem;
  margin: 0 auto 1.5rem;
}
.card .button {
  margin: auto;
}

@media all and (min-width: 768px) {
  .card:first-child {
    margin-right: 1rem;
  }
  .card:last-child {
    margin-left: 1rem;
  }
}
@media all and (min-width: 1000px) {
  .appointments {
    padding-top: 4rem;
  }
  .card {
    margin: 0 4rem 4rem 4rem;
    padding: 4rem;
  }
  .card:first-child {
    margin-right: 2rem;
    margin-left: 8rem;
  }
  .card:last-child {
    margin-left: 2rem;
    margin-right: 8rem;
  }
}
.about-us .main-content {
  background-color: #fdf3ed;
  margin-top: 1rem;
  padding: 1rem;
}
.about-us .main-content h1 {
  margin-top: 1rem;
}
.about-us .main-content section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us .main-content section.introduction {
  display: flex;
  width: 100%;
}
.about-us .main-content img {
  width: 100%;
  max-width: 330px;
  height: auto;
  margin-bottom: 4rem;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 15px white, inset 0 0 0 16px rgba(111, 88, 81, 0.2), 0 2px 24px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.about-us .main-content figure {
  max-width: 330px;
  width: 100%;
  margin-bottom: 4rem;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 15px white, inset 0 0 0 16px rgba(111, 88, 81, 0.2), 0 2px 24px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.about-us .main-content figure figcaption {
  margin-top: 0.7rem;
  font-family: "Fanwood", serif;
  color: rgb(111, 88, 81);
  font-size: 0.8rem;
  text-align: center;
}
.about-us .main-content figure img {
  box-shadow: none;
  background-color: transparent;
  max-width: inherit;
  padding: 0;
  margin: 0;
}
.about-us .main-content article {
  max-width: 400px;
}
.about-us .main-content h2 {
  margin-bottom: 1rem;
}
.about-us .main-content p {
  text-align: center;
}
.about-us .main-content blockquote, .about-us .main-content li {
  color: #696969;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
}
.about-us .main-content ul {
  list-style: disc inside none;
}
.about-us .main-content ul li {
  display: list-item;
}
.about-us .main-content blockquote {
  quotes: "“" "”" "‘" "’";
}
.about-us .main-content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
@media all and (min-width: 768px) {
  .about-us .main-content {
    padding: 3rem;
    border-radius: 4px;
  }
  .about-us .main-content section {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 3rem 0;
  }
  .about-us .main-content section.introduction {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .about-us .main-content section:nth-child(odd) article {
    order: 2;
  }
  .about-us .main-content img {
    flex: 0 0 33%;
    margin-bottom: 0;
  }
  .about-us .main-content figure {
    flex: 0 0 33%;
    margin-bottom: 0;
  }
  .about-us .main-content article {
    flex: 0 0 42%;
    max-width: none;
  }
  .about-us .main-content p {
    text-align: left;
  }
}

.card {
  padding: 3rem;
  max-width: 30rem;
  background: white;
  box-shadow: inset 0 0 0 15px white, inset 0 0 0 16px rgba(111, 88, 81, 0.2), 0 2px 24px rgba(0, 0, 0, 0.2);
}

.providers-page .main-content {
  flex-direction: column !important;
  background-color: #FDF3ED;
}
.providers-page .providers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.providers-page .providers .categories {
  display: none;
}
.providers-page .providers .provider:hover {
  cursor: pointer;
  border: 1px #a6aa00 solid;
}

.provider {
  position: relative;
  border: 1px transparent solid;
  flex: 1;
  background-color: white;
  box-shadow: none;
  padding: 0.5rem;
  height: 560px;
  width: 258px;
  max-width: 258px;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.provider img.profile-photo {
  margin-bottom: 44px;
  padding: 0.5rem;
  border: 0.5px solid #D5D0CD;
}
.provider h3 {
  font-family: "Fanwood", serif;
  font-style: italic;
  color: #7D7D7C;
  font-size: 1.5rem;
}
.provider p.bio {
  margin: auto;
  color: #696969;
  height: 3rem;
  overflow: hidden;
  position: relative;
  width: 240px;
}
.provider p.bio:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 75%);
}
.provider .read-more-cta {
  margin-top: 1rem;
  color: #a6aa00;
}
.provider .social-media-icons {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.provider .social-media-icons img {
  width: 25px;
}
.provider .social-media-links {
  display: none;
}
.provider.modal {
  margin: unset;
  height: unset;
  width: unset;
}
.provider.modal p.bio {
  height: unset;
  width: unset;
  overflow: unset;
  position: unset;
  margin-bottom: 1.2rem;
}
.provider.modal img.profile-photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.provider.modal .read-more-cta {
  display: none;
}
.provider.modal .social-media-icons {
  display: none;
}
.provider.modal .categories {
  display: block;
  margin-bottom: 2rem;
}
.provider.modal .categories .category {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #a6aa00;
  border-radius: 5px;
  color: #a6aa00;
}
.provider.modal .social-media-links {
  display: block;
  margin-bottom: 2rem;
}
.provider.modal .social-media-links .social-media-site a {
  display: inline-flex;
  align-items: center;
}
.provider.modal .social-media-links .social-media-site .social-media-logo {
  margin-right: 0.5rem;
}

/************************ Desktop Size *******************************************/
@media all and (min-width: 1000px) {
  .providers-page .providers .provider {
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
}

/*# sourceMappingURL=all.css.map */
