@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: 'Dosis';
  src: url("../fonts/matthew-clark/Dosis-ExtraBold.eot");
  src: url("../fonts/matthew-clark/Dosis-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/matthew-clark/Dosis-ExtraBold.woff") format("woff"), url("../fonts/matthew-clark/Dosis-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url("../fonts/matthew-clark/Dosis-Light.eot");
  src: url("../fonts/matthew-clark/Dosis-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/matthew-clark/Dosis-Light.woff") format("woff"), url("../fonts/matthew-clark/Dosis-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url("../fonts/matthew-clark/Dosis-SemiBold.eot");
  src: url("../fonts/matthew-clark/Dosis-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/matthew-clark/Dosis-SemiBold.woff") format("woff"), url("../fonts/matthew-clark/Dosis-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url("../fonts/matthew-clark/Dosis-Bold.eot");
  src: url("../fonts/matthew-clark/Dosis-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/matthew-clark/Dosis-Bold.woff") format("woff"), url("../fonts/matthew-clark/Dosis-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url("../fonts/matthew-clark/Dosis-Regular.eot");
  src: url("../fonts/matthew-clark/Dosis-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/matthew-clark/Dosis-Regular.woff") format("woff"), url("../fonts/matthew-clark/Dosis-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url("../fonts/matthew-clark/Dosis-ExtraLight.eot");
  src: url("../fonts/matthew-clark/Dosis-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/matthew-clark/Dosis-ExtraLight.woff") format("woff"), url("../fonts/matthew-clark/Dosis-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url("../fonts/matthew-clark/Dosis-Medium.eot");
  src: url("../fonts/matthew-clark/Dosis-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/matthew-clark/Dosis-Medium.woff") format("woff"), url("../fonts/matthew-clark/Dosis-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.has-pattern {
  background: transparent url("../images/matthew-clark/pattern.png") center repeat;
}

.u-text-center {
  text-align: center !important;
}

.u-full-width {
  width: 100%;
  height: auto;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, .btn,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, .btn,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, .btn,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, .btn,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .btn::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, .btn:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html,
body {
  font-size: 20px;
}

body {
  line-height: 1.3;
  border-left: 0.4em solid #c15b5b;
  border-right: 0.4em solid #c15b5b;
  font-family: "Dosis", sans-serif;
  margin-top: 8.2em;
}

@media screen and (min-width: 1050px) {
  body {
    margin-top: 6.6em;
  }
}

img, video {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.7;
}

a {
  color: inherit;
}

h2 {
  margin: 0 0 1.3em;
  font-weight: normal;
}

blockquote {
  margin: 0 auto;
}

/* ==========================================================================
Headings
========================================================================== */
/* 
* The CSS below for the headings really looks like it should be abstracted out to 
* something more dry but the idea here is that it provides a super easy place to make
* any small tweaks that the specific project might require.
*
* The extra h7 class is just for common areas where text is small eg copyright in footer,
* it's smaller than the body text.
* 
* The .h1 - .h7 classes only imitate the sizing on h1 - h6 elements, not the font properties.
*/
h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.7rem;
  margin: 0 0 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 0.6428571429em;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 1.6em;
  color: #c15b5b;
}

/* ==========================================================================
Basic Text Elements
========================================================================== */
p {
  margin: 0 0 1.5em;
}

hr {
  margin: 0 0 1.5em;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

section a {
  color: #c15b5b;
  text-decoration: underline;
}

/* ==========================================================================
Lists
========================================================================== */
ul, ol {
  margin-top: 0;
}

/* ==========================================================================
Form, Label and Legend & Inputs
========================================================================== */
/* All rules within this section are opinionated. They can be removed or altered
without cross-browser rendering being affected */
label {
  display: inline-block;
}

legend {
  display: block;
}

/* ==========================================================================
Buttons and Button-Like Inputs
========================================================================== */
/**
 * 1. Background needs to be defined so that is consistent across browsers
 *
 * 2. Border definition added to prevent different styling across browsers,
 *    also, it's a good idea to be consistent with whether buttons/inputs
 *    are going to have borders otherwise they will become difficult to size
 *    equally.
 *
 * 3. Radius added to prevent default styling by Safari on iOS.
 *
 * 4. Make alignment consistent
 *
 * 5. Stop browsers styling buttons by defauly with that horrible gradient!
 *
 */
button, .btn,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: none;
  /* 1 */
  border: 0.1em solid #5da8ba;
  /* 2 */
  border-radius: 1.5em;
  /* 3 */
  text-align: center;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  -moz-appearance: none;
  /* 5 */
  appearance: none;
  /* 5 */
  font-family: "Dosis", sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #5da8ba;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 0.625em 1.0416666667em 0.625em;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 9em;
}

button:hover, .btn:hover, button:focus, .btn:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  outline: none;
}

/* ==========================================================================
Inputs
========================================================================== */
/**
 * 1. Background needs to be defined so that is consistent across browsers
 *
 * 2. Border definition added to prevent different styling across browsers,
 *    also, it's a good idea to be consistent with whether buttons/inputs
 *    are going to have borders otherwise they will become difficult to size
 *    equally.
 *
 * 3. Radius added to prevent default styling by Safari on iOS.
 *
 * 4. Make alignment consistent
 *
 * 5. Stop browsers styling buttons by defauly with that horrible gradient!
 *
 * 6. Keeps textarea responsive even when cols attribute set.
 *
 */
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  background: white;
  /* 1 */
  border: .1em solid black;
  /* 2 */
  border-radius: 1em;
  /* 3 */
  text-align: left;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  -moz-appearance: none;
  /* 5 */
  appearance: none;
  /* 5 */
  box-shadow: none;
  /* 5 */
  max-width: 100%;
  /* 6 */
  display: inline-block;
  padding: 0.7em;
  color: inherit;
  margin-bottom: 2em;
}

input[type='email']:hover, input[type='email']:focus,
input[type='number']:hover,
input[type='number']:focus,
input[type='password']:hover,
input[type='password']:focus,
input[type='search']:hover,
input[type='search']:focus,
input[type='tel']:hover,
input[type='tel']:focus,
input[type='text']:hover,
input[type='text']:focus,
input[type='url']:hover,
input[type='url']:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
  width: 4.2em;
  position: relative;
  top: -4px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==========================================================================
Input Placeholders
========================================================================== */
/**
 * 1. Set placeholder text to same opacity across browsers.
 */
::-webkit-input-placeholder {
  color: black;
  opacity: 1;
  /* 1 */
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  opacity: 1;
  /* 1 */
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  opacity: 1;
  /* 1 */
}

:-ms-input-placeholder {
  color: black;
  opacity: 1;
  /* 1 */
}

.btn {
  text-decoration: none;
  /* opinionated */
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  /* 	.button extends button in base-elements/forms, classes to add new types
of buttons should be added here */
}

.btn:hover {
  background: #5da8ba;
  color: white;
}

.btn:hover:before {
  height: 100%;
}

.container {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

.row {
  display: block;
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

.inner-container {
  max-width: 41em;
  margin: 0 auto;
}

.global-logo {
  margin: 0;
}

.global-logo span {
  font-weight: 600;
}

/* 
This is a basic slide found all over the site */
.slide {
  padding: 2em 1.25em 2em;
}

.slide.slide-thin {
  padding: 0.5em 1.25em 0.5em;
}

.slide__title {
  text-align: center;
  color: #c15b5b;
}

.slide.is-pink {
  background: #efe7e7;
}

.slide p:last-child,
.slide a:last-child {
  margin-bottom: 0;
}

.slide.has-blocks-below {
  padding-bottom: 7.5em;
}

/* 
Only found on the index page in the whole site


<section class="art-examples">
	<div class="container">
		<div class="art-examples__row row">
			<div class="art-examples__block">
				<div class="art-examples__image"></div>
				<span class="art-examples__line">|</span>
				<p class="art-examples__text">blah mcblah doogy</p>
			</div>
			<div class="art-examples__block">
				<div class="art-examples__image"></div>
				<span class="art-examples__line">|</span>
				<p class="art-examples__text">blah mcblah doogy</p>
			</div>
			<div class="art-examples__block">
				<div class="art-examples__image"></div>
				<span class="art-examples__line">|</span>
				<p class="art-examples__text">blah mcblah doogy</p>
			</div>
			<div class="art-examples__block">
				<div class="art-examples__image"></div>
				<span class="art-examples__line">|</span>
				<p class="art-examples__text">blah mcblah doogy</p>
			</div>
		</div>
	</div>
</section>
 */
.art-examples {
  padding: 0 1.25em;
  background: transparent url("../images/matthew-clark/pattern.png") center repeat;
}

.art-examples__row {
  margin-bottom: -4em;
}

.art-examples__block {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.art-examples__block:last-child {
  margin-right: 0;
}

.art-examples__block:nth-child(2n) {
  margin-right: 0;
}

.art-examples__block:nth-child(2n+1) {
  clear: left;
}

.art-examples__block.is-showing {
  top: -4em;
  opacity: 1;
}

.art-examples__line {
  display: block;
  margin-top: -6px;
}

.art-examples__image {
  display: block;
  position: relative;
}

.art-examples__image img {
  display: block;
}

.art-examples__image:after {
  content: "";
  display: inline-block;
  background: #c15b5b;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 940px) {
  .art-examples__block {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
  }
  .art-examples__block:nth-child(2n) {
    margin-right: 2.3576520234%;
  }
  .art-examples__block:nth-child(2n+1) {
    clear: none;
  }
  .art-examples__block:last-child {
    margin-right: 0;
  }
}

.thin-image-slide {
  background: transparent url("../images/matthew-clark/pattern.png") center repeat;
  position: relative;
}

.thin-image-slide__image {
  height: 20em;
  background: transparent url("https://www.placecage.com/700/600") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.thin-image-slide__image:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c15b5b;
  opacity: .5;
}

.two-image-block {
  text-align: center;
}

.two-image-block__image {
  display: inline-block;
  width: 11em;
  height: 4em;
  margin: 0 1.5em;
}

.two-image-block__image.council {
  background: transparent url("../images/matthew-clark/council.png") center no-repeat;
  background-size: contain;
}

.two-image-block__image.association {
  background: transparent url("../images/matthew-clark/association.png") center no-repeat;
  background-size: contain;
}

.quote-slide {
  background: #efe7e7;
  padding: 4.25em 1em;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.quote-slide .slide-inner {
  max-width: 55em;
  margin: 0 auto;
}

.quote-slide__quote-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 3em;
}

.quote-slide__quote-title {
  white-space: normal;
  margin-bottom: 0.25em;
  color: #c15b5b;
}

.quote-slide__quote-para {
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}

.quote-slide__quote-para:before {
  content: "“";
}

.quote-slide__quote-para:after {
  content: "”";
}

.quote-slide__dots {
  text-align: center;
  color: pink;
  clear: both;
}

.quote-slide__dots span {
  font-size: 2em;
  margin-right: 0.1em;
  cursor: pointer;
}

.quote-slide__dots span:last-child {
  margin-right: 0;
}

.quote-slide__dots .cycle-pager-active {
  color: #c15b5b;
}

.quote-slide__quote-cite {
  display: block;
  font-weight: normal;
  font-style: normal;
  margin: 1.3636363636em 0 2.2727272727em;
}

.quote-slide__prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 300;
  display: inline-block;
  height: 3em;
  width: 3em;
  background: transparent url("../images/matthew-clark/left-arrow.svg") center no-repeat;
  background-size: contain;
}

.ie7 .quote-slide__prev, .ie8 .quote-slide__prev, .firefox3 .quote-slide__prev, .safari-5 .quote-slide__prev {
  background: transparent url("../images/matthew-clark/left-arrow.png") center no-repeat;
  background-size: contain;
}

.quote-slide__next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 300;
  display: inline-block;
  height: 3em;
  width: 3em;
  background: transparent url("../images/matthew-clark/right-arrow.svg") center no-repeat;
  background-size: contain;
}

.ie7 .quote-slide__next, .ie8 .quote-slide__next, .firefox3 .quote-slide__next, .safari-5 .quote-slide__next {
  background: transparent url("../images/matthew-clark/right-arrow.png") center no-repeat;
  background-size: contain;
}

/* At bottom of every page



<section class="slide has-pattern">
	<div class="container">
		<div class="accreditation-block">
			<div class="inner-container">
				<h2 class="slide__title">Accreditations</h2>
				<p class="slide__text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias hic, in eligendi, asperiores eos minima earum saepe id cumque debitis provident commodi a quaerat architecto placeat adipisci accusantium suscipit ad.</p>

				<div class="two-image-block row">
					<span class="two-image-block__image"></span>
					<span class="two-image-block__image"></span>
				</div>
			</div>
		</div>
	</div>
</section>


 */
.accreditation-block {
  background: white;
  padding: 3em 1.25em;
}

.profile-picture {
  border-radius: 100%;
  height: 9.5em;
  width: 9.5em;
  border: 0.3em solid #c15b5b;
  float: left;
  margin-right: 1em;
}

.client-profile {
  margin-bottom: 1.5em;
}

.client-profile__info {
  background: transparent url("../images/matthew-clark/pattern.png") center repeat;
  padding: 1.5em;
  font-weight: 700;
}

.client-profile__treatment {
  background: #efe7e7;
  padding: 1.75em;
}

.client-profile__treatment-title {
  color: #c15b5b;
  text-align: center;
}

@media screen and (min-width: 880px) {
  .client-profile__info {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 27.4966631501%;
  }
  .client-profile__info:last-child {
    margin-right: 0;
  }
  .client-profile__treatment {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 70.1456848265%;
  }
  .client-profile__treatment:last-child {
    margin-right: 0;
  }
}

/* 
This is a floating slide.

Usually is the second slide on a page and it floats just above either
the slider on the index page or the big title slides on other pages

The html for it is:

	<section class="floating-slide has-pattern">
		<div class="container">
			<div class="floating-slide__box">
				<div class="floating-slide__box-inner">
					<h2 class="floating-slide__title">Brief welcome message here</h2>
					<p class="floating-slide__text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur beatae minima modi pariatur provident cum optio obcaecati maiores fugit officia deleniti distinctio debitis dolore atque saepe dolor, quisquam consequatur alias?</p>
				</div>
			</div>
		</div>
	</section>

The has-pattern class is optional and adds a pattern if on the object

*/
.floating-slide {
  padding: 0 1.25em 1.75em;
}

.floating-slide__title {
  color: #c15b5b;
  text-align: center;
}

.floating-slide__box {
  box-shadow: 0.15em 0.15em 0.1em 0 rgba(212, 212, 212, 0.57);
  padding: 1.75em;
  background: white;
  position: relative;
  top: -4em;
  margin-bottom: -4em;
}

.floating-slide__box-inner {
  max-width: 41em;
  margin-left: auto;
  margin-right: auto;
}

.floating-slide p:last-child,
.floating-slide a:last-child {
  margin-bottom: 0;
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: white;
  border-top: 0.4em solid #c15b5b;
  border-left: 0.4em solid #c15b5b;
  border-right: 0.4em solid #c15b5b;
  box-shadow: 0px 29px 69px -34px rgba(0, 0, 0, 0.25);
}

.global-header .container {
  padding: 0 1.25em;
}

.global-header .desktop-navigation {
  display: none;
}

@media screen and (min-width: 1050px) {
  .global-header .mobile-toggle {
    display: none;
  }
  .global-header .desktop-navigation {
    display: block;
    position: relative;
    top: -2.4em;
  }
  .global-header .mobile-header__contact-row {
    padding-top: 0.7em;
    clear: none;
    text-align: right;
  }
  .global-header .mobile-header__contact-email {
    margin-right: 1.25em;
  }
}

.global-header__title-row {
  padding-top: 1.4em;
}

.global-header__title-row .global-logo {
  float: left;
}

.global-header__title-row .mobile-toggle {
  float: right;
  margin-top: 0.6em;
}

.mobile-header__contact-row {
  font-size: 0.8em;
  padding-top: 1.25em;
  font-weight: 600;
  clear: both;
  margin-bottom: 1.5em;
}

.mobile-header__contact-row .mobile-header__contact-email,
.mobile-header__contact-row .mobile-header__contact-tel {
  color: #c15b5b;
}

.mobile-header__contact-row .mobile-header__contact-tel {
  float: right;
}

.mobile-header__linkedin {
  display: inline-block;
  height: 1.35em;
  width: 1.35em;
  margin-right: .75em;
  background: transparent url("../images/matthew-clark/linkedin.svg") center no-repeat;
  background-size: contain;
  position: relative;
  top: -3px;
}

.ie7 .mobile-header__linkedin, .ie8 .mobile-header__linkedin, .firefox3 .mobile-header__linkedin, .safari-5 .mobile-header__linkedin {
  background: transparent url("../images/matthew-clark/linkedin.png") center no-repeat;
  background-size: contain;
}

.mobile-header__contact-email {
  position: relative;
  top: -7px;
}

.mobile-toggle {
  font-size: 1.3em;
  font-weight: 500;
  cursor: pointer;
}

.mobile-toggle__button {
  display: inline-block;
  width: 1.1em;
  height: 0.55em;
  margin-bottom: 0.05em;
  margin-right: .5em;
  background: transparent url("../images/matthew-clark/menu-open.svg") center no-repeat;
  background-size: contain;
}

.ie7 .mobile-toggle__button, .ie8 .mobile-toggle__button, .firefox3 .mobile-toggle__button, .safari-5 .mobile-toggle__button {
  background: transparent url("../images/matthew-clark/menu-open.png") center no-repeat;
  background-size: contain;
}

.mobile-toggle.is-open {
  color: #c15b5b;
}

.mobile-toggle.is-open .mobile-toggle__button {
  background: transparent url("../images/matthew-clark/menu-close.svg") center no-repeat;
  background-size: contain;
}

.ie7 .mobile-toggle.is-open .mobile-toggle__button, .ie8 .mobile-toggle.is-open .mobile-toggle__button, .firefox3 .mobile-toggle.is-open .mobile-toggle__button, .safari-5 .mobile-toggle.is-open .mobile-toggle__button {
  background: transparent url("../images/matthew-clark/menu-close.png") center no-repeat;
  background-size: contain;
}

.mobile-navigation {
  margin-left: -0.25em;
  margin-right: -0.25em;
  display: none;
}

.mobile-navigation__list {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.mobile-navigation__list li {
  background: #c15b5b;
}

.mobile-navigation__list li a {
  font-weight: 500;
  font-size: 1.3em;
  display: block;
  color: white;
  padding: 0.6923076923em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-navigation {
  margin-left: 9.5em;
}

.desktop-navigation__list {
  padding: 0;
  list-style: none;
  text-align: right;
  margin: 0;
}

.desktop-navigation__list li {
  display: inline-block;
  margin-right: 5%;
  text-align: center;
  position: relative;
}

.desktop-navigation__list li:after {
  content: "";
  display: inline-block;
  background: #3f3f3f;
  height: 0.1em;
  width: 0;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}

.desktop-navigation__list li:hover:after, .desktop-navigation__list li.active:after {
  width: 1.65em;
}

.desktop-navigation__list li:last-child {
  margin-right: 0;
}

.desktop-navigation__list li a {
  font-weight: 500;
  display: inline-block;
}

.desktop-navigation__list li a.active {
  color: #c15b5b;
}

.global-footer {
  background: #c15b5b;
  font-size: 0.8em;
  padding: 2.1875em 1.5625em;
  font-weight: 500;
  color: white;
  position: relative;
}

.global-footer .scroll-up {
  display: inline-block;
  height: 2em;
  width: 2em;
  position: absolute;
  right: 1.25em;
  top: 1.75em;
  background: transparent url("../images/matthew-clark/up-arrow.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.ie7 .global-footer .scroll-up, .ie8 .global-footer .scroll-up, .firefox3 .global-footer .scroll-up, .safari-5 .global-footer .scroll-up {
  background: transparent url("../images/matthew-clark/up-arrow.png") center no-repeat;
  background-size: contain;
}

.global-footer .container {
  max-width: 75em;
}

.global-footer__links {
  text-align: center;
}

.global-footer__links span, .global-footer__links a {
  display: block;
  margin-bottom: 1.875em;
}

.global-footer__links span:last-child, .global-footer__links a:last-child {
  margin-bottom: 2.5em;
}

.global-footer__links span {
  font-weight: 700;
}

.global-footer__email {
  display: inline-block !important;
  border-bottom: 1px solid white;
  padding-bottom: 0.35em;
}

.global-footer__site-links {
  text-align: center;
}

.global-footer__site-links a {
  display: inline-block;
  margin: 0 1em 2.5em;
}

.global-footer__copy {
  font-weight: normal;
  padding-top: 2.1875em;
  font-size: 0.875em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.global-footer__arise-link {
  float: right;
}

@media screen and (min-width: 745px) {
  .global-footer__links {
    text-align: left;
  }
  .global-footer__links span, .global-footer__links a {
    display: inline-block;
    margin-right: 2em;
  }
  .global-footer__links span:last-child, .global-footer__links a:last-child {
    margin-right: 0;
  }
  .global-footer__site-links {
    text-align: left;
  }
  .global-footer__site-links a {
    margin: 0 2.3em 2.5em 0;
  }
  .global-footer__site-links a:last-child {
    margin-right: 0 !important;
  }
}

.slider-box {
  height: 20em;
  position: relative;
}

.slider-box__previous, .slider-box__next {
  position: absolute;
  top: 50%;
  margin-top: -1.25em;
  height: 2.5em;
  width: 2.5em;
  cursor: pointer;
  z-index: 5;
}

.slider-box__previous {
  left: 1em;
  background: transparent url("../images/matthew-clark/left-arrow.svg") center no-repeat;
  background-size: contain;
}

.ie7 .slider-box__previous, .ie8 .slider-box__previous, .firefox3 .slider-box__previous, .safari-5 .slider-box__previous {
  background: transparent url("../images/matthew-clark/left-arrow.png") center no-repeat;
  background-size: contain;
}

.slider-box__next {
  right: 1em;
  background: transparent url("../images/matthew-clark/right-arrow.svg") center no-repeat;
  background-size: contain;
}

.ie7 .slider-box__next, .ie8 .slider-box__next, .firefox3 .slider-box__next, .safari-5 .slider-box__next {
  background: transparent url("../images/matthew-clark/right-arrow.png") center no-repeat;
  background-size: contain;
}

.slider-box__image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  background-repeat: no-repeat;
}

.slider-box__image.visible {
  opacity: 1;
}

.cost-block__row {
  max-width: 41em;
  margin: 0 auto;
}

.cost-block__item {
  text-align: center;
  margin-bottom: 4em;
}

.cost-block__icon {
  background: #efe7e7;
  height: 4.55em;
  width: 4.55em;
  display: inline-block;
  margin-bottom: 1.75em;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.cost-block__icon.is-showing {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cost-block__icon span {
  display: inline-block;
  height: 2em;
  width: 2em;
  margin-top: 1.2em;
}

.cost-block__icon .therapy {
  background: transparent url("../images/matthew-clark/paintbrus-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .cost-block__icon .therapy, .ie8 .cost-block__icon .therapy, .firefox3 .cost-block__icon .therapy, .safari-5 .cost-block__icon .therapy {
  background: transparent url("../images/matthew-clark/paintbrus-icon.png") center no-repeat;
  background-size: contain;
}

.cost-block__icon .face-to-face {
  background: transparent url("../images/matthew-clark/face-to-face-meeting-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .cost-block__icon .face-to-face, .ie8 .cost-block__icon .face-to-face, .firefox3 .cost-block__icon .face-to-face, .safari-5 .cost-block__icon .face-to-face {
  background: transparent url("../images/matthew-clark/face-to-face-meeting-icon.png") center no-repeat;
  background-size: contain;
}

.cost-block__icon .duration {
  background: transparent url("../images/matthew-clark/session-duration-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .cost-block__icon .duration, .ie8 .cost-block__icon .duration, .firefox3 .cost-block__icon .duration, .safari-5 .cost-block__icon .duration {
  background: transparent url("../images/matthew-clark/session-duration-icon.png") center no-repeat;
  background-size: contain;
}

.cost-block__price {
  font-size: 1.7em;
  font-weight: 700;
}

@media screen and (min-width: 690px) {
  .cost-block__item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-bottom: 2em;
  }
  .cost-block__item:last-child {
    margin-right: 0;
  }
}

.contact-block__row {
  max-width: 41em;
  margin: 0 auto;
}

.contact-block__item {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}

.contact-block__item:last-child {
  margin-right: 0;
}

.contact-block__item:nth-child(2n) {
  margin-right: 0;
}

.contact-block__item:nth-child(2n+1) {
  clear: left;
}

.contact-block__item--email {
  margin-left: 17.0596086706%;
}

.contact-block__email {
  display: inline-block;
  border-bottom: 1px solid #c15b5b;
}

.contact-block__phone {
  display: inline-block;
}

.contact-block__icon {
  background: #efe7e7;
  height: 4.55em;
  width: 4.55em;
  display: inline-block;
  margin-bottom: 1.75em;
  border-radius: 100%;
}

.contact-block__icon span {
  display: inline-block;
  height: 2em;
  width: 2em;
  margin-top: 1.2em;
}

.contact-block__icon .email {
  background: transparent url("../images/matthew-clark/email-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .contact-block__icon .email, .ie8 .contact-block__icon .email, .firefox3 .contact-block__icon .email, .safari-5 .contact-block__icon .email {
  background: transparent url("../images/matthew-clark/email-icon.png") center no-repeat;
  background-size: contain;
}

.contact-block__icon .phone {
  background: transparent url("../images/matthew-clark/phone-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .contact-block__icon .phone, .ie8 .contact-block__icon .phone, .firefox3 .contact-block__icon .phone, .safari-5 .contact-block__icon .phone {
  background: transparent url("../images/matthew-clark/phone-icon.png") center no-repeat;
  background-size: contain;
}

.contact-block__icon .linkedin {
  background: transparent url("../images/matthew-clark/linkedin-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .contact-block__icon .linkedin, .ie8 .contact-block__icon .linkedin, .firefox3 .contact-block__icon .linkedin, .safari-5 .contact-block__icon .linkedin {
  background: transparent url("../images/matthew-clark/linkedin-icon.png") center no-repeat;
  background-size: contain;
}

.contact-block__text a {
  color: #c15b5b;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .contact-block__item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-bottom: 2em;
  }
  .contact-block__item:last-child {
    margin-right: 0;
  }
  .contact-block__item--email {
    margin-left: 0%;
  }
}

.page-header {
  padding: 2em 1.25em 7.5em;
  background: #c15b5b;
  color: white;
  text-align: center;
}

.page-header__title {
  font-size: 2.5em;
}

.page-header__info {
  margin-bottom: 0;
}

.floating-feature__block {
  padding: 0 1.25em 1.25em;
}

.floating-feature__item {
  text-align: center;
  padding: 2.5em 1.25em;
  background: white;
  box-shadow: 0.15em 0.15em 0.1em 0 rgba(212, 212, 212, 0.57);
  margin-bottom: 1em;
}

.floating-feature__item p {
  text-align: left;
}

.floating-feature__icon {
  background: #efe7e7;
  display: inline-block;
  border-radius: 100%;
  height: 4.5em;
  width: 4.5em;
  margin-bottom: 1.9em;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
}

.floating-feature__icon.is-showing {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.floating-feature__icon span {
  display: inline-block;
  height: 2em;
  width: 2em;
  margin-top: 1.2em;
}

.floating-feature__icon .therapy {
  background: transparent url("../images/matthew-clark/paintbrus-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .floating-feature__icon .therapy, .ie8 .floating-feature__icon .therapy, .firefox3 .floating-feature__icon .therapy, .safari-5 .floating-feature__icon .therapy {
  background: transparent url("../images/matthew-clark/paintbrus-icon.png") center no-repeat;
  background-size: contain;
}

.floating-feature__icon .supervision {
  background: transparent url("../images/matthew-clark/supervision-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .floating-feature__icon .supervision, .ie8 .floating-feature__icon .supervision, .firefox3 .floating-feature__icon .supervision, .safari-5 .floating-feature__icon .supervision {
  background: transparent url("../images/matthew-clark/supervision-icon.png") center no-repeat;
  background-size: contain;
}

.floating-feature__icon .training {
  background: transparent url("../images/matthew-clark/training-icon.svg") center no-repeat;
  background-size: contain;
}

.ie7 .floating-feature__icon .training, .ie8 .floating-feature__icon .training, .firefox3 .floating-feature__icon .training, .safari-5 .floating-feature__icon .training {
  background: transparent url("../images/matthew-clark/training-icon.png") center no-repeat;
  background-size: contain;
}

.floating-feature__title {
  color: #c15b5b;
}

@media screen and (min-width: 900px) {
  .floating-feature__item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-top: -4em;
  }
  .floating-feature__item:last-child {
    margin-right: 0;
  }
}

.work-examples__box {
  height: 18.5em;
  background: pink;
  margin-bottom: 1.4em;
  position: relative;
  cursor: pointer;
  top: 3em;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.work-examples__box:hover .work-examples__overlay, .work-examples__box:focus .work-examples__overlay {
  opacity: 1;
}

.work-examples__box.is-showing {
  top: 0;
  opacity: 1;
}

.work-examples__overlay {
  position: absolute;
  top: 50%;
  left: 1em;
  right: 1em;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.work-examples__overlay-content {
  background: white;
  padding: 1.25em;
  height: 100%;
  max-width: 20em;
  display: inline-block;
}

.work-examples__title {
  text-align: center;
}

.work-examples__text {
  margin-bottom: 0;
}

@media screen and (min-width: 890px) {
  .work-examples__box {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .work-examples__box:last-child {
    margin-right: 0;
  }
  .work-examples__box:nth-child(2n) {
    margin-right: 0;
  }
  .work-examples__box:nth-child(2n+1) {
    clear: left;
  }
  .work-examples__overlay-content {
    max-height: 15em;
  }
}

.red-bullet-list, .tabbed-area__content ul {
  list-style: none;
  margin-bottom: 1.5em;
  padding-left: 0;
}

.red-bullet-list li, .tabbed-area__content ul li {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.red-bullet-list li:before, .tabbed-area__content ul li:before {
  content: "";
  background: #c15b5b;
  display: inline-block;
  height: 0.3em;
  width: 0.3em;
  border-radius: 100%;
  margin-right: 0.4em;
}

.tabbed-area {
  background: white;
  padding-bottom: 4em;
}

.tabbed-area__nav {
  background: transparent url("../images/matthew-clark/pattern.png") center repeat;
  display: block;
}

.tabbed-area__nav::after {
  clear: both;
  content: "";
  display: block;
}

.tabbed-area__nav-item {
  list-style: none;
  float: left;
  width: 19%;
  margin-right: 1%;
  text-align: center;
  background: #efe7e7;
  color: #c15b5b;
  cursor: pointer;
  padding: 0.5em 0 0.5em 0;
}

.tabbed-area__nav-item.active {
  background: white;
}

.tabbed-area__nav-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 880px) {
  .tabbed-area__nav-item {
    width: 9.1%;
    margin-right: 1%;
  }
}

.tabbed-area__content {
  max-width: 41em;
  margin: 0 auto;
  padding: 2.5em 1.25em;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  display: none;
}

.tabbed-area__content > img {
  margin-bottom: 1.5em;
}

.tabbed-area__content p a {
  color: #c15b5b;
}

.tabbed-area__content.active {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-caption {
  text-align: center;
  margin-top: -0.7em;
}

.youtube-caption__line {
  font-size: 1.3em;
}

.footnote {
  font-size: 0.9em;
}

/*# sourceMappingURL=matthew-clark.css.map */
