@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background: #FFF;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
#map img {
  max-width: none;
  max-height: none;
}

img {
  border: 0;
  max-height: 100%;
  height: auto;
  width: auto\9 ;
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

@media (max-width: 67.04em) {
  .dp-hide-lt-desktop {
    display: none !important;
  }
}

@media (max-width: 67.05em) {
  .dp-hide-lte-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .dp-hide-lt-tablet {
    display: none !important;
  }
}

.dp-show-lt-tablet {
  display: none;
}
@media (max-width: 767px) {
  .dp-show-lt-tablet {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .dp-hide-lte-tablet {
    display: none !important;
  }
}

@media (max-width: 319px) {
  .dp-hide-lt-phone {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .dp-hide-lte-phone {
    display: none !important;
  }
}

html, body, *, input, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
  color: #676767;
  background: white;
  position: relative;
  min-width: 18em;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-style: normal;
}
@media (max-width: 767px) {
  html, body {
    font-size: 15px;
  }
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

html {
  box-sizing: border-box;
}

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

body {
  display: flex;
  flex-direction: column;
}
body header[role=main], body footer[role=main] {
  flex: none;
}
body main[role=main] {
  flex: 1 0 auto;
  width: 100%;
  background: white;
}
body main[role=main]:after {
  content: " ";
  display: block;
  height: 0px;
  visibility: hidden;
}

p, li {
  word-wrap: break-word;
  line-height: 1.4;
}

hr {
  margin: 1em 0;
  padding: 0;
  border: 0px solid transparent;
  border-image-source: url("/images/circle-pink.svg");
  border-image-slice: 4 4;
  border-image-width: 4;
  border-image-repeat: round;
  border-width: 0 0 4px 0;
}

article p a, article li a {
  text-decoration: none;
  display: inline-block;
  color: #ad88c8;
  border-bottom: 1px solid #f3edf7;
  transition: 0.125s color, 0.125s border-bottom;
}
article p a:hover, article li a:hover {
  border-bottom: 1px solid #ad88c8;
}
article ul, article ol {
  list-style-position: inside;
  padding-left: 0.4em;
}
article ul li, article ol li {
  margin-bottom: 0.4em;
}
article ul {
  list-style: none;
}
article ul li:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: relative;
  top: -0.1em;
  background-color: #e1a0cb;
  margin-right: 0.8em;
}
article h2, article h2 a {
  color: #ad88c8;
  font-size: 1.65em;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0;
}
article h2.heading, article h2.heading a, article h2 a.heading, article h2 a.heading a {
  font-size: 1.25em;
}
article h3, article h3 a {
  color: #ad88c8;
  font-size: 1.15em;
  font-weight: 700;
  margin-top: 0.5em;
  text-decoration: none;
  margin-bottom: 0;
}
article h3.subheading, article h3.subhead a, article h3 a.subheading, article h3 a.subhead a {
  font-size: 1em;
}
article h4.date {
  color: #e1a0cb;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 0.5em;
}

section[role=row] {
  width: 100%;
}
section[role=row].colour-grey {
  background-color: #f4f5f6;
}
section[role=row].colour-white {
  background-color: white;
}

button, input[type=submit], a.button, div.button {
  appearance: none;
  border: none;
  background: #e1a0cb;
  color: white;
  font-weight: 700;
  display: inline-block;
  transition: 0.125s background;
  border-radius: 4px;
  padding: 0.5em 1.2em;
  text-decoration: none;
  border: 0px !important;
}
button:hover, input[type=submit]:hover, a.button:hover, div.button:hover {
  background: #ad88c8;
}
button.button-alt, input[type=submit].button-alt, a.button.button-alt, div.button.button-alt {
  background: #ad88c8;
}
button.button-alt:hover, input[type=submit].button-alt:hover, a.button.button-alt:hover, div.button.button-alt:hover {
  background: #ad88c8;
}
button.button-facebook, input[type=submit].button-facebook, a.button.button-facebook, div.button.button-facebook {
  background-color: #3b5998;
}
button.button-twitter, input[type=submit].button-twitter, a.button.button-twitter, div.button.button-twitter {
  background-color: #55acee;
}

section[role=quote] {
  background-color: #e1a0cb;
}
section[role=quote] blockquote {
  margin: 0;
  padding: 2em 0;
  color: white;
  font-size: 1.7em;
  text-align: center;
}
@media (max-width: 67.04em) {
  section[role=quote] blockquote {
    font-size: 1.2em;
  }
}
section[role=quote] blockquote cite {
  display: block;
  font-style: normal;
  text-align: center;
  opacity: 0.75;
  margin-top: 0.5em;
  font-size: 0.8em;
}
@media (max-width: 67.04em) {
  section[role=quote] blockquote cite {
    font-size: 0.9em;
  }
}

form {
  display: flex;
  flex-wrap: wrap;
}
form .field-group {
  flex: 1 0 100%;
  display: block;
  margin-bottom: 0.47em;
}
form label {
  display: inline-block;
  color: #ad88c8;
  font-weight: 700;
  margin-bottom: 0.3133333333em;
  white-space: nowrap;
  font-size: 0.9em;
}
form input[type=text], form input[type=email], form textarea {
  width: 100%;
  display: block;
  appearance: none;
  border: 1px solid #f3edf7;
  padding: 0.5em 0.5em;
  border-radius: 4px;
  transition: 0.125s border;
  font-size: 0.9em;
}
form input[type=text]:active, form input[type=text]:focus, form input[type=email]:active, form input[type=email]:focus, form textarea:active, form textarea:focus {
  outline: none;
  border: 1px solid #ad88c8;
}
form textarea {
  resize: none;
}
main[role=main] {
  position: relative;
  z-index: 1;
  background: white;
  padding: 1.88em 0 0;
}

.container {
  max-width: 70.81em;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 0px 1.88em;
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}

.grid {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  margin-left: -1.88em;
}
@media (max-width: 67.04em) {
  .grid {
    flex-flow: row wrap;
  }
}
.grid > .grid-cell {
  flex: 1 0 0%;
  position: relative;
  padding-left: 1.88em;
  margin-bottom: 1.88em;
}
@media (max-width: 67.04em) {
  .grid > .grid-cell {
    flex-basis: 100%;
  }
}
.grid.grid-single > .grid-cell {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
}
@media (max-width: 67.04em) {
  .grid.grid-single > .grid-cell {
    flex-basis: 100%;
  }
}
.grid.grid-double > .grid-cell {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 33.3333%;
}
.grid.grid-double > .grid-cell:first-child {
  flex-basis: 66.6667%;
}
@media (max-width: 67.04em) {
  .grid.grid-double > .grid-cell:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 67.04em) {
  .grid.grid-double > .grid-cell {
    flex-basis: 100%;
  }
}
.grid.grid-thirds > .grid-cell {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 33.3333%;
}
@media (max-width: 67.04em) {
  .grid.grid-thirds > .grid-cell {
    flex-basis: 100%;
  }
}

header[role=main] {
  background: #6a3c58;
  height: 65%;
  min-height: 360px;
  padding: 1.88em 0;
  position: relative;
}
@media (max-width: 67.04em) {
  header[role=main] {
    height: auto;
    min-height: 0;
  }
}
header[role=main].small {
  height: auto;
  min-height: 0;
}
header[role=main] nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 67.04em) {
  header[role=main] nav {
    display: block;
    margin-bottom: 1.88em;
  }
}
header[role=main] nav > section {
  display: flex;
  align-items: center;
}
header[role=main] nav > section::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 67.04em) {
  header[role=main] nav > section {
    display: block;
    width: 100%;
  }
}
@media (max-width: 67.04em) {
  header[role=main] nav > section:first-child {
    text-align: center;
  }
}
header[role=main] nav a.logo {
  display: block;
  text-decoration: none;
  color: white;
}
header[role=main] nav a.logo::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 67.04em) {
  header[role=main] nav a.logo {
    display: inline-block;
  }
}
header[role=main] nav a.logo svg.icon {
  height: 54px;
  width: 79px;
  float: left;
}
header[role=main] nav a.logo span {
  font-weight: 700;
  text-transform: lowercase;
  font-size: 2.35em;
  display: block;
  float: left;
  line-height: 54px;
  padding-left: 0.3133333333em;
}
header[role=main] nav .mobile-menu-toggle {
  display: none;
  text-align: center;
  margin-top: 0.94em;
  position: relative;
  z-index: 3;
}
header[role=main] nav .mobile-menu-toggle button {
  box-shadow: 0px 0px 20px rgba(106, 60, 88, 0.2);
}
header[role=main] nav .mobile-menu-toggle.active button {
  border-radius: 4px 4px 0px 0px;
}
@media (max-width: 67.04em) {
  header[role=main] nav .mobile-menu-toggle {
    display: block;
  }
}
header[role=main] nav section[role=menu] {
  position: relative;
  z-index: 4;
}
@media (max-width: 67.04em) {
  header[role=main] nav section[role=menu] {
    display: none;
    padding: 1.2533333333em 1.88em 0.6266666667em;
    background: #e1a0cb;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(106, 60, 88, 0.2);
  }
  header[role=main] nav section[role=menu].active {
    display: block;
  }
}
header[role=main] nav section[role=menu] ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
}
@media (max-width: 67.04em) {
  header[role=main] nav section[role=menu] ul {
    top: 0;
  }
}
header[role=main] nav section[role=menu] ul li {
  float: left;
  margin-left: 1.2533333333em;
}
@media (max-width: 67.04em) {
  header[role=main] nav section[role=menu] ul li {
    float: none;
    margin-left: 0;
    margin-top: 0.6266666667em;
  }
}
header[role=main] nav section[role=menu] ul li:first-child {
  margin-left: 0;
  margin-top: 0;
}
header[role=main] nav section[role=menu] ul li.nav-current-page a, header[role=main] nav section[role=menu] ul li.nav-current-page a:hover {
  border-bottom: 3px solid white;
}
header[role=main] nav section[role=menu] ul li.nav-current-page a.contact-link, header[role=main] nav section[role=menu] ul li.nav-current-page a:hover.contact-link {
  background: #e1a0cb;
}
header[role=main] nav section[role=menu] ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
  font-weight: 700;
  transition: 0.125s;
  padding-bottom: 0.2em;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
header[role=main] nav section[role=menu] ul li a.contact-link {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding: 0.4em 1.1em;
  border-bottom: 0 !important;
}
header[role=main] nav section[role=menu] ul li a.contact-link:hover {
  background: #e1a0cb;
}
header[role=main] nav section[role=menu] ul li a:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
header[role=main] nav section[role=menu] ul li a svg {
  height: 26px;
  width: 111px;
  top: -2px;
  position: relative;
}
@media (max-width: 67.04em) {
  header[role=main] nav section[role=menu] ul li a svg {
    top: 0;
  }
}
header[role=main] .image {
  position: absolute;
  top: 0;
  z-index: 1;
  background: white;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
}
@media (max-width: 67.04em) {
  header[role=main] .image {
    opacity: 0.6;
  }
}
header[role=main] section[role=hero] {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  align-items: center;
  display: flex;
}
@media (max-width: 67.04em) {
  header[role=main] section[role=hero] {
    position: relative;
    height: auto;
  }
}
header[role=main] section[role=hero] h1, header[role=main] section[role=hero] h2 {
  color: white;
}
header[role=main] section[role=hero] h1 {
  font-weight: 700;
  font-size: 2.1em;
}
@media (max-width: 67.04em) {
  header[role=main] section[role=hero] h1 {
    font-size: 1.3em;
    margin-top: 0;
  }
}
header[role=main] section[role=hero] h2 {
  font-weight: 500;
  opacity: 0.75;
  font-size: 1.3em;
}
@media (max-width: 67.04em) {
  header[role=main] section[role=hero] h2 {
    font-size: 1em;
  }
}

footer[role=main] {
  background: #f3edf7;
  padding: 0 0 3.76em;
  position: relative;
}
footer[role=main] section {
  text-align: center;
}
footer[role=main] section[role=quote] {
  margin-bottom: 3.76em;
}
footer[role=main] section[role=logo] {
  margin-bottom: 1.88em;
}
footer[role=main] section[role=logo] a.logo {
  display: inline-block;
  text-decoration: none;
  color: #ad88c8;
}
footer[role=main] section[role=logo] a.logo::after {
  clear: both;
  content: "";
  display: block;
}
footer[role=main] section[role=logo] a.logo svg.icon {
  height: 84px;
  width: 120px;
}
footer[role=main] section[role=logo] a.logo span {
  font-weight: 700;
  text-align: center;
  text-transform: lowercase;
  font-size: 2.35em;
  display: block;
}
footer[role=main] section[role=logo] p {
  color: #e1a0cb;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  margin-top: 0.47em;
}
footer[role=main] nav p {
  color: #ad88c8;
  margin: 0;
  padding: 0;
  margin-bottom: 0.47em;
}
footer[role=main] nav ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
footer[role=main] nav ul li {
  display: inline-block;
  margin: 0;
  margin-left: 1.2533333333em;
}
footer[role=main] nav ul li:first-child {
  margin-left: 0;
}
footer[role=main] nav ul li a {
  color: #ad88c8;
  text-decoration: none;
  transition: 0.125s;
}
footer[role=main] nav ul li a:hover {
  color: #6a3c58;
}

.blog-entry-block {
  margin-top: 1.88em;
}
.blog-entry-block h3 {
  margin-bottom: 0;
}
.blog-entry-block h4 {
  margin-bottom: 0;
}
.blog-entry-block p {
  margin-top: 0.5em;
}

nav[role=pagination] {
  text-align: center;
}

nav[role=postscript] .left {
  float: left;
}
nav[role=postscript] .right {
  float: right;
}

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