/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*
body {
	line-height: 1;
}
*/
blockquote, q {
  quotes: none;
}

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

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

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #faf3e0;
  font-family: "DM Sans", sans-serif;
  line-height: 1.2em;
  font-weight: 400;
}
@media (min-width: 840px) {
  body {
    font-size: 1.1em;
  }
}
@media (min-width: 940px) {
  body {
    font-size: 1.3em;
  }
}

strong {
  font-weight: 700;
}

h1, h2, h3 {
  font-family: "Fraunces", serif;
}

h3 {
  font-weight: 400;
}
h3 strong {
  font-weight: 600;
}

p + p {
  margin-top: 1em;
}

.clear {
  clear: both;
}

#header--logo {
  position: relative;
}

#mobile-menu-holder {
  display: block;
}
@media (min-width: 615px) {
  #mobile-menu-holder {
    display: none;
  }
}
#mobile-menu-holder #mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf3e0;
  padding: 26px;
  padding-top: 120px;
}
#mobile-menu-holder #mobile-menu a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
  display: block;
  margin-bottom: 1em;
}

#header .menu-toggle {
  position: relative;
  float: right;
  margin-top: -20px;
  font-size: 1.3em;
}
#header .menu-toggle .open {
  display: none;
}
#header .menu-toggle .close {
  display: block;
}
#header .menu-toggle.closed .open {
  display: block;
}
#header .menu-toggle.closed .close {
  display: none;
}
#header .big {
  display: none;
}
#header .small {
  display: block;
}
@media (min-width: 615px) {
  #header .big {
    display: block;
  }
  #header .small {
    display: none;
  }
}
#header .menu {
  float: right;
  margin-top: -20px;
}
#header .menu a {
  color: #000;
  text-decoration: none;
}
#header .menu a + a {
  margin-left: 20px;
}

#slideshow {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
#slideshow .slide-frame {
  width: 100%;
}
#slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#slideshow .slide img {
  width: 100%;
}
#slideshow .big {
  display: none;
}
#slideshow .small {
  display: block;
}
@media (min-width: 490px) {
  #slideshow {
    padding-bottom: 25px;
  }
  #slideshow .big {
    display: block;
  }
  #slideshow .small {
    display: none;
  }
}
@media (min-width: 940px) {
  #slideshow {
    padding-bottom: 30px;
  }
}

.anchor {
  position: relative;
  top: -21.5vw;
}
@media (min-width: 615px) {
  .anchor {
    top: -21.5vw;
  }
}
@media (min-width: 1250px) {
  .anchor {
    top: -270px;
  }
}

#header {
  padding: 26px;
}
@media (min-width: 840px) {
  #header {
    padding: 40px;
  }
}
#header #header--logo {
  width: 140px;
}
@media (min-width: 840px) {
  #header #header--logo {
    width: 160px;
  }
}

.startPadding, .endPadding {
  width: 100%;
  height: 40px;
}
@media (min-width: 840px) {
  .startPadding, .endPadding {
    height: 60px;
  }
}
@media (min-width: 940px) {
  .startPadding, .endPadding {
    height: 80px;
  }
}
.startPadding.slim, .endPadding.slim {
  height: 20px;
}
@media (min-width: 840px) {
  .startPadding.slim, .endPadding.slim {
    height: 30px;
  }
}
@media (min-width: 940px) {
  .startPadding.slim, .endPadding.slim {
    height: 40px;
  }
}

.section {
  /*padding: 26px 0;*/
}
.section.white {
  background-color: #fff;
}
.section.cream {
  background-color: #faf3e0;
}
.section.startPadded {
  padding-top: 21.5vw;
}
@media (min-width: 615px) {
  .section.startPadded {
    padding-top: 21.5vw;
  }
}
@media (min-width: 1250px) {
  .section.startPadded {
    padding-top: 270px;
  }
}
.section.endPadded {
  padding-bottom: 21.5vw;
}
@media (min-width: 615px) {
  .section.endPadded {
    padding-bottom: 21.5vw;
  }
}
@media (min-width: 1250px) {
  .section.endPadded {
    padding-bottom: 270px;
  }
}
.section .section {
  padding: 0;
}
.section .section + .section {
  padding: 26px 0;
}

.introText,
.largeText,
.heading h2,
.testimonial .quote--text,
.testimonial .quote--attribution {
  width: 80%;
  max-width: 400px;
}
@media (min-width: 940px) {
  .introText,
.largeText,
.heading h2,
.testimonial .quote--text,
.testimonial .quote--attribution {
    width: 40%;
    max-width: 460px;
  }
}
@media (min-width: 1250px) {
  .introText,
.largeText,
.heading h2,
.testimonial .quote--text,
.testimonial .quote--attribution {
    max-width: 530px;
  }
}

.standardText {
  width: 80%;
  max-width: 400px;
}
@media (min-width: 940px) {
  .standardText {
    width: 50%;
    max-width: 50%;
  }
}

.standardText-holder {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 940px) {
  .standardText-holder {
    padding: 0 56px;
  }
}

.standardText {
  margin: auto;
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 2em;
}
@media (min-width: 940px) {
  .standardText.left {
    float: left;
    padding-right: 16px;
  }
  .standardText.right {
    float: right;
    padding-left: 16px;
  }
}

.introText {
  text-align: center;
  margin: auto;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1.4em;
}

.largeText {
  font-family: "Fraunces", serif;
  text-align: left;
  margin: auto;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 1.4em;
}

.linkingHeading {
  margin-top: 2.4em;
  margin-bottom: 1.4em;
}
.linkingHeading h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
}

.heading h2 {
  text-align: center;
  margin: auto;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1.4em;
  font-weight: 600;
}

.testimonial {
  margin-top: 2.4em;
  margin-bottom: 1.4em;
}
.testimonial h4 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.4em;
}
.testimonial .quote--text {
  font-family: "Fraunces", serif;
  text-align: center;
  margin: auto;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1.4em;
}
.testimonial .quote--attribution {
  text-align: center;
  margin: auto;
}

.sectionImage {
  position: relative;
}
.sectionImage .sectionImage--slot {
  position: absolute;
  top: -43vw;
  width: 100%;
  padding: 0 26px;
}
@media (min-width: 615px) {
  .sectionImage .sectionImage--slot {
    position: absolute;
    top: -43vw;
  }
}
@media (min-width: 1250px) {
  .sectionImage .sectionImage--slot {
    position: absolute;
    top: -540px;
  }
}
.sectionImage .sectionImage--slot .sectionImage--image {
  max-height: 540px;
  max-width: 1200px;
  padding-top: 30px;
  margin: auto;
  height: 43vw;
}
.sectionImage .sectionImage--slot .sectionImage--image h1 {
  font-weight: 600;
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin: auto;
}
@media (min-width: 840px) {
  .sectionImage .sectionImage--slot .sectionImage--image {
    padding-top: 40px;
  }
}
@media (min-width: 940px) {
  .sectionImage .sectionImage--slot .sectionImage--image {
    padding-top: 50px;
  }
}

.section.get-in-touch {
  position: relative;
  z-index: 1;
  color: #faf3e0;
  background: url(/img/texture.jpg);
  background-size: 50%;
  width: 80%;
  max-width: 300px;
  margin: 40px auto;
  padding: 20px;
  transform: rotate(-4deg);
}
@media (min-width: 940px) {
  .section.get-in-touch {
    padding: 27px;
    max-width: 420px;
    margin: 80px auto;
  }
}
.section.get-in-touch .introText,
.section.get-in-touch .largeText,
.section.get-in-touch .standardText {
  width: 100%;
  max-width: 100%;
}
.section.get-in-touch .standardText-holder {
  padding: 0;
}

#footer-section .elephant-09b-holder {
  position: relative;
}
#footer-section .elephant-09b {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#footer-section .elephant-09c-holder {
  position: relative;
}
#footer-section .elephant-09c {
  position: absolute;
  bottom: 0;
  right: 50vw;
  margin-right: 120px;
  width: 400px;
}
@media (min-width: 940px) {
  #footer-section .elephant-09c {
    margin-right: 167px;
    width: 600px;
  }
}
#footer-section .footer {
  font-size: 0.7em;
  color: #faf3e0;
  padding: 30px;
  text-align: right;
  background-image: url(/img/footer.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logos .logo {
  margin-right: 10px;
}
.logos .logo img {
  width: 27px;
}
@media (min-width: 940px) {
  .logos .logo {
    margin-right: 15px;
  }
  .logos .logo img {
    width: 35px;
  }
}
.logos .logo-wide {
  width: 170px;
}
@media (min-width: 940px) {
  .logos .logo-wide {
    width: 220px;
  }
}

.how-therapy-starts {
  padding-bottom: 0 !important;
}
@media (min-width: 840px) {
  .how-therapy-starts {
    padding-top: 0 !important;
    margin-bottom: -20px !important;
  }
}

.who-i-work-with .startPadding {
  height: 20px !important;
}
@media (min-width: 840px) {
  .who-i-work-with .startPadding {
    height: 40px !important;
  }
}

.schools, .parents, .children-and-young-people, .possible-outcomes-for-children-and-young-people {
  padding-bottom: 40px !important;
}
@media (min-width: 840px) {
  .schools, .parents, .children-and-young-people, .possible-outcomes-for-children-and-young-people {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 940px) {
  .schools, .parents, .children-and-young-people, .possible-outcomes-for-children-and-young-people {
    padding-bottom: 70px !important;
  }
}

.customGraphic-holder.custom-elephant-2i, .customGraphic-holder.custom-elephant-2g {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 940px) {
  .customGraphic-holder.custom-elephant-2i, .customGraphic-holder.custom-elephant-2g {
    padding: 0 56px;
  }
}

.customGraphic {
  width: 100%;
  position: relative;
}
@media (min-width: 840px) {
  .customGraphic .small {
    display: none;
  }
}
.customGraphic .big {
  display: none;
}
@media (min-width: 840px) {
  .customGraphic .big {
    display: block;
  }
}
.customGraphic img {
  display: block;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
.customGraphic .pawprints-1_holder {
  position: absolute;
  top: -150px;
  width: 100%;
}
.customGraphic .pawprints-1_holder .pawprints-1_big {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.customGraphic .pawprints-2.big {
  margin-top: -26vw;
  margin-bottom: -18vw;
  float: right;
}
.customGraphic .catherine {
  width: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.customGraphic .elephant-2f {
  width: 90%;
  max-width: 900px;
  margin-bottom: 40px;
}
@media (min-width: 940px) {
  .customGraphic .elephant-2f {
    margin-bottom: 70px;
  }
}
.customGraphic .elephant-2i {
  width: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 40px;
}
@media (min-width: 940px) {
  .customGraphic .elephant-2i {
    width: 300px;
    margin-top: -40px;
    float: right;
  }
}
@media (min-width: 1250px) {
  .customGraphic .elephant-2i {
    width: 360px;
    margin-top: -50px;
  }
}
.customGraphic .elephant-2b {
  width: 100%;
  margin-bottom: -26px;
  margin-top: -30px;
}
@media (min-width: 840px) {
  .customGraphic .elephant-2b {
    margin-top: -150px;
  }
}
.customGraphic .elephant-2g {
  width: 50%;
  margin-bottom: 40px;
  max-width: 230px;
}
@media (min-width: 840px) {
  .customGraphic .elephant-2g {
    max-width: 300px;
  }
}
@media (min-width: 940px) {
  .customGraphic .elephant-2g {
    max-width: 350px;
    float: right;
  }
}
@media (min-width: 840px) {
  .customGraphic .elephant-2h {
    margin-bottom: 20px;
  }
}
.customGraphic .elephant-2c {
  width: 50%;
  margin-bottom: 20px;
  max-width: 230px;
}
.customGraphic .elephant-09 {
  width: 35%;
  max-width: 230px;
}
.customGraphic .elephant-2c-09_holder {
  position: absolute;
  top: -140px;
  width: 100%;
}
.customGraphic .elephant-2c-09_holder .elephant-2c-09 {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 940px) {
  .customGraphic .elephant-2c-09_holder {
    top: -180px;
  }
}
@media (min-width: 1250px) {
  .customGraphic .elephant-2c-09_holder {
    top: -200px;
  }
}

.areas-of-expertise {
  margin-top: 40px;
}
@media (min-width: 840px) {
  .areas-of-expertise {
    margin-top: 80px;
  }
}

.underline-1 {
  background-image: url(/img/underline-1-sm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 16px;
  background-size: 223px 12px;
}
@media (min-width: 940px) {
  .underline-1 {
    background-image: url(/img/underline-1.gif);
    background-size: 279px 15px;
  }
}

.underline-2 {
  padding-top: 20px;
  background-image: url(/img/underline-2-sm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 18px;
  background-size: 282px 12px;
}
@media (min-width: 940px) {
  .underline-2 {
    padding-top: 40px;
    background-image: url(/img/underline-2.gif);
    background-size: 352px 15px;
  }
}

.underline-3 {
  padding-top: 40px;
  background-image: url(/img/underline-3-sm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 15px;
  background-size: 92px 12px;
}
@media (min-width: 940px) {
  .underline-3 {
    padding-top: 60px;
    background-image: url(/img/underline-3.gif);
    background-size: 115px 15px;
  }
}

.underline-4 {
  padding-top: 40px;
  background-image: url(/img/underline-4-sm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 15px;
  background-size: 89px 12px;
}
@media (min-width: 940px) {
  .underline-4 {
    padding-top: 60px;
    background-image: url(/img/underline-4.gif);
    background-size: 111px 15px;
  }
}

.underline-5 {
  padding-top: 40px;
  background-image: url(/img/underline-5-sm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 23px;
  background-size: 316px 12px;
}
@media (min-width: 940px) {
  .underline-5 {
    padding-top: 60px;
    background-image: url(/img/underline-5.gif);
    background-size: 395px 15px;
  }
}

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