/*! normalize.css v4.1.1 | 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 and iOS.
 */
/* line 9, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 20, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 33, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
/* line 52, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 63, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 72, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 81, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 94, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
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).
 */
/* line 104, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 117, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
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.
 */
/* line 127, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 136, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 154, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 163, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 172, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 181, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 189, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
sub {
  bottom: -0.25em; }

/* line 193, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 204, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 212, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 224, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
/* line 236, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 245, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 259, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 272, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 281, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 291, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
button,
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.
 */
/* line 302, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 313, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
button::-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.
 */
/* line 325, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
button:-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).
 */
/* line 336, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
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.
 */
/* line 349, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 362, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 371, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 381, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
[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.
 */
/* line 391, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 400, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 409, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 419, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/bower_components/normalize-css/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* line 7, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/04-vendors/_vendors.normalize.scss */
b, strong {
  font-weight: normal;
  font-family: "gotham-rounded_medium", sans-serif; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
/* line 10, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.box-sizing.scss */
html {
  box-sizing: border-box; }
  /* line 13, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.box-sizing.scss */
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }

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

@font-face {
  font-family: 'gotham-rounded_book';
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book.ttf") format("truetype"), url("../fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

@font-face {
  font-family: "generics.icons";
  src: url("../fonts/generics.icons.eot");
  src: url("../fonts/generics.icons.eot?#iefix") format("embedded-opentype"), url("../fonts/generics.icons.woff2") format("woff2"), url("../fonts/generics.icons.woff") format("woff"), url("../fonts/generics.icons.ttf") format("truetype"), url("../fonts/generics.icons.svg#generics.icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 16, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon {
  font-family: "generics.icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 37, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-arrow-down:before {
  content: "\f104"; }

/* line 42, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-arrow-left:before {
  content: "\f015"; }

/* line 47, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-arrow-right:before {
  content: "\f107"; }

/* line 52, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-arrow-up-down:before {
  content: "\f109"; }

/* line 57, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-arrow-up:before {
  content: "\f108"; }

/* line 62, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-cellphone:before {
  content: "\f101"; }

/* line 67, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-checkmark:before {
  content: "\f10b"; }

/* line 72, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-dot:before {
  content: "\f106"; }

/* line 77, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-envelope:before {
  content: "\f102"; }

/* line 82, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-facebook:before {
  content: "\f103"; }

/* line 87, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-google-plus:before {
  content: "\f105"; }

/* line 92, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-instagram:before {
  content: "\f10a"; }

/* line 97, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-linkedin:before {
  content: "\f10c"; }

/* line 102, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-magnifier-search:before {
  content: "\f10d"; }

/* line 107, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-pencil:before {
  content: "\f10e"; }

/* line 112, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-pinterest:before {
  content: "\f10f"; }

/* line 117, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-resident-advisor:before {
  content: "\f110"; }

/* line 122, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-select:before {
  content: "\f118"; }

/* line 127, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-tumblr:before {
  content: "\f111"; }

/* line 132, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-twitter:before {
  content: "\f112"; }

/* line 137, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-vimeo:before {
  content: "\f113"; }

/* line 142, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-x:before {
  content: "\f11d"; }

/* line 147, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/03-generics/_generics.icons.scss */
.icon-youtube:before {
  content: "\f114"; }

/* line 6, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.page.scss */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

/* line 17, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.page.scss */
html,
body {
  width: 100%;
  height: 100%; }

/* line 23, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.page.scss */
html {
  overflow-y: scroll; }

/* line 27, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.page.scss */
body {
  position: relative;
  margin: 0;
  font-family: "gotham-rounded_book", sans-serif;
  font-size: 16px;
  color: #00628D;
  background-color: #fff;
  background-image: url("../images/sharondeman-footer-logo.png");
  background-repeat: no-repeat;
  background-position: bottom -30px right 40px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /* line 88, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
    body {
      -webkit-background-size: 263px auto;
      -moz-background-size: 263px auto;
      -o-background-size: 263px auto;
      background-size: 263px auto;
      background-image: url("../images/sharondeman-footer-logo@2x.png");
      background-repeat: no-repeat;
      background-position: bottom -30px right 40px; } }

/* line 6, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.headings.scss */
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
  transition: all .3s ease; }

/* line 16, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.headings.scss */
h1 {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
  color: #00628D; }

/* line 24, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.headings.scss */
h2 {
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  color: #00628D; }

/* line 32, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.headings.scss */
h3 {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  color: #00628D; }

/* line 40, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.headings.scss */
h4 {
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 22px;
  color: #00628D; }

/* line 2, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.paragraph.scss */
p {
  margin: 0;
  font-size: 16px;
  line-height: 21px; }

/* line 6, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.links.scss */
a {
  transition: all .3s ease;
  text-decoration: none;
  color: #00628D; }
  /* line 12, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.links.scss */
  a.text_link {
    font-size: 16px;
    color: #00628D;
    border-bottom: 1px solid rgba(0, 98, 141, 0.2); }
    /* line 17, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.links.scss */
    a.text_link:hover, a.text_link:active {
      color: #00628D;
      border-bottom: 1px solid #00628D; }
  /* line 25, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.links.scss */
  a.readmore_link {
    font-size: 16px;
    color: #00628D;
    border-bottom: 1px solid rgba(0, 98, 141, 0.2); }
    /* line 30, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.links.scss */
    a.readmore_link:hover, a.readmore_link:active {
      color: #00628D;
      border-bottom: 1px solid #00628D; }
  /* line 37, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.links.scss */
  a.delete_link {
    font-size: 16px;
    color: #e33e36;
    border-bottom: 1px solid rgba(227, 62, 54, 0.2); }
    /* line 42, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.links.scss */
    a.delete_link:hover, a.delete_link:active {
      color: #e33e36;
      border-bottom: 1px solid #e33e36; }

/* line 50, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.links.scss */
a:hover,
a:active {
  color: #76C9DF; }

/* line 7, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.lists.scss */
ol li {
  list-style-position: inside; }

/* line 11, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.lists.scss */
ul {
  margin: 0;
  padding: 0; }
  /* line 14, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.lists.scss */
  ul li {
    list-style-type: none; }

/* line 6, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.table.scss */
table {
  width: 100%;
  margin-bottom: 40px; }
  /* line 10, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.table.scss */
  table th,
  table tr td {
    padding: 5px 7px; }
  /* line 15, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.table.scss */
  table thead tr {
    background-color: #100f0f; }
    /* line 17, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.table.scss */
    table thead tr th,
    table thead tr td {
      text-align: left;
      color: #fff; }
  /* line 26, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.table.scss */
  table tbody td {
    padding: 5px;
    border: 1px solid #FADFDB; }
  /* line 33, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.table.scss */
  table tfoot tr,
  table tfoot td {
    padding: 0; }

/* line 2, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
label {
  font-size: 15px;
  font-family: "gotham-rounded_light", sans-serif;
  cursor: pointer; }

/* line 8, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
input,
select,
textarea,
button {
  width: 100%;
  padding: 13px 15px;
  font-family: "gotham-rounded_light", sans-serif;
  font-size: 15px;
  resize: none;
  transition: all .3s ease;
  color: #100f0f;
  border: none;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right -15px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  /* line 105, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  button::-webkit-input-placeholder {
    color: #bababa; }
  /* line 117, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
  input:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  button:-moz-placeholder {
    color: #bababa; }
  /* line 129, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
  input::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  button::-moz-placeholder {
    color: #bababa; }
  /* line 141, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
  input:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  button:-ms-input-placeholder {
    color: #bababa; }
  /* line 33, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none; }
  /* line 37, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
  input.hasError, input.form-error,
  select.hasError,
  select.form-error,
  textarea.hasError,
  textarea.form-error,
  button.hasError,
  button.form-error {
    position: relative;
    color: #e33e36;
    border: 1px solid #e33e36; }
    /* line 105, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
    input.hasError::-webkit-input-placeholder, input.form-error::-webkit-input-placeholder,
    select.hasError::-webkit-input-placeholder,
    select.form-error::-webkit-input-placeholder,
    textarea.hasError::-webkit-input-placeholder,
    textarea.form-error::-webkit-input-placeholder,
    button.hasError::-webkit-input-placeholder,
    button.form-error::-webkit-input-placeholder {
      color: rgba(227, 62, 54, 0.7); }
    /* line 117, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
    input.hasError:-moz-placeholder, input.form-error:-moz-placeholder,
    select.hasError:-moz-placeholder,
    select.form-error:-moz-placeholder,
    textarea.hasError:-moz-placeholder,
    textarea.form-error:-moz-placeholder,
    button.hasError:-moz-placeholder,
    button.form-error:-moz-placeholder {
      color: rgba(227, 62, 54, 0.7); }
    /* line 129, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
    input.hasError::-moz-placeholder, input.form-error::-moz-placeholder,
    select.hasError::-moz-placeholder,
    select.form-error::-moz-placeholder,
    textarea.hasError::-moz-placeholder,
    textarea.form-error::-moz-placeholder,
    button.hasError::-moz-placeholder,
    button.form-error::-moz-placeholder {
      color: rgba(227, 62, 54, 0.7); }
    /* line 141, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
    input.hasError:-ms-input-placeholder, input.form-error:-ms-input-placeholder,
    select.hasError:-ms-input-placeholder,
    select.form-error:-ms-input-placeholder,
    textarea.hasError:-ms-input-placeholder,
    textarea.form-error:-ms-input-placeholder,
    button.hasError:-ms-input-placeholder,
    button.form-error:-ms-input-placeholder {
      color: rgba(227, 62, 54, 0.7); }

/* line 49, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
input[type='submit'],
button {
  width: auto;
  padding: 13px 15px;
  font-family: "gotham-rounded_medium", sans-serif;
  font-size: 16px;
  resize: none;
  cursor: pointer;
  transition: all .3s ease;
  border-color: transparent;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  /* line 67, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
  input[type='submit']:focus,
  button:focus {
    outline: none; }

/* line 76, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
select {
  padding-right: 37px;
  cursor: pointer;
  background-image: url("../images/icon_select.png");
  background-repeat: no-repeat;
  background-position: right 15px center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /* line 88, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
    select {
      -webkit-background-size: 7px auto;
      -moz-background-size: 7px auto;
      -o-background-size: 7px auto;
      background-size: 7px auto;
      background-image: url("../images/icon_select@2x.png");
      background-repeat: no-repeat;
      background-position: right 15px center; } }

/* line 83, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  padding: 0px;
  border: none;
  border-radius: 0px; }

/* line 90, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
input[type="radio"] {
  -webkit-appearance: radio; }

/* line 93, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/05-elements/_elements.forms.scss */
input[type="checkbox"] {
  -webkit-appearance: checkbox; }

/* line 2, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.inner.scss */
.c-inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }
  /* line 12, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.inner.scss */
  .c-inner:after {
    display: table;
    clear: both;
    content: ''; }

@media screen and (max-width: 1200px) {
  /* line 22, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.inner.scss */
  .c-inner {
    max-width: 1024px; } }

@media screen and (max-width: 1024px) {
  /* line 28, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.inner.scss */
  .c-inner {
    max-width: 960px; } }

@media screen and (max-width: 960px) {
  /* line 34, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.inner.scss */
  .c-inner {
    max-width: 768px; } }

@media screen and (max-width: 768px) {
  /* line 40, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.inner.scss */
  .c-inner {
    max-width: 600px; } }

/* line 6, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.chromeframe.scss */
.c-chromeframe {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  color: #00628D;
  background-color: #a9a9a9;
  margin-bottom: 40px; }
  /* line 15, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.chromeframe.scss */
  .c-chromeframe .c-link__label {
    vertical-align: baseline; }

/* line 5, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.table.scss */
.c-table {
  display: table;
  width: 100%; }

/* line 9, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.table.scss */
.c-table__row {
  display: table-row; }

/* line 12, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.table.scss */
.c-table__cell {
  display: table-cell; }

/* line 16, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.table.scss */
.image_table {
  width: 100%;
  table-layout: fixed;
  transition: all .3s ease; }
  /* line 22, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.table.scss */
  .image_table .cell {
    vertical-align: middle;
    height: inherit;
    padding: 5px;
    text-align: center; }
    /* line 29, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.table.scss */
    .image_table .cell img {
      width: auto !important;
      width: 100% \9  !important;
      max-width: 100% !important;
      height: auto !important;
      max-height: 100% !important; }

/* line 9, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link {
  white-space: nowrap;
  display: inline-block;
  font-size: 0; }

/* line 15, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  transition: all .3s ease;
  white-space: normal;
  color: #00628D;
  border-bottom: 1px solid rgba(0, 98, 141, 0.2); }

/* line 28, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link__icon {
  font-size: 7px;
  color: #00628D; }

/* line 35, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link__tooltip {
  position: absolute;
  z-index: 1000;
  top: -4px;
  left: 50%;
  display: inline-block;
  margin-left: -2px;
  padding: 5px 8px;
  font-size: 12px;
  transition: opacity .3s ease;
  transform: perspective(1px) translate(-49%, -100%);
  white-space: nowrap;
  opacity: 0;
  color: #fff;
  border-radius: 2px;
  background-color: #100f0f; }
  /* line 209, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
  .c-link__tooltip:after {
    position: absolute;
    visibility: visible;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border: solid transparent; }
  /* line 223, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
  .c-link__tooltip:after {
    border-width: 4px;
    bottom: -8px;
    border-top-color: #100f0f;
    right: 50%;
    margin-right: -4px; }
  @media screen and (max-width: 600px) {
    /* line 35, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
    .c-link__tooltip {
      /*transform: perspective(1px) translate(-100%, -150%);*/ } }

/* line 68, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link:hover .c-link__label,
.c-link:active .c-link__label {
  color: #00628D;
  border-bottom: 1px solid #00628D; }

/* line 82, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link--tooltip {
  position: relative;
  display: inline-block;
  overflow: hidden; }

/* line 88, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link__label--tooltip {
  color: #100f0f;
  border-bottom: 1px solid rgba(16, 15, 15, 0.2); }

/* line 92, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link--tooltip:hover,
.c-link--tooltip:active {
  overflow: visible; }
  /* line 95, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
  .c-link--tooltip:hover .c-link__label,
  .c-link--tooltip:active .c-link__label {
    border-bottom: 1px solid #100f0f; }
  /* line 98, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
  .c-link--tooltip:hover .c-link__tooltip,
  .c-link--tooltip:active .c-link__tooltip {
    opacity: 1; }
    @media screen and (max-width: 600px) {
      /* line 98, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
      .c-link--tooltip:hover .c-link__tooltip,
      .c-link--tooltip:active .c-link__tooltip {
        /*transform: perspective(1px) translate(-49%, -150%);*/ } }

/* line 107, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link__icon--previous {
  margin-right: 5px; }

/* line 112, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link__icon--next {
  margin-left: 5px; }

/* line 116, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link__icon--down {
  margin-left: 5px; }

/* line 120, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.links.scss */
.c-link__icon--up {
  margin-left: 5px; }

/* line 8, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button {
  display: inline-block;
  padding: 16px 32px;
  font-size: 0;
  white-space: nowrap;
  border-radius: 100px; }
  /* line 18, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
  .c-button__icon {
    font-size: 16px;
    transition: all .3s ease; }
  /* line 22, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
  .c-button__label {
    display: inline-block;
    vertical-align: middle;
    font-family: "gotham-rounded_medium", sans-serif;
    font-size: 16px;
    white-space: normal;
    transition: all .3s ease; }

/* line 40, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button--primary {
  color: #fff;
  background-color: #76C9DF; }
  /* line 45, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
  .c-button--primary:hover, .c-button--primary:active {
    color: #fff;
    background-color: #4db9d5; }
    /* line 50, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
    .c-button--primary:hover .c-button__label, .c-button--primary:active .c-button__label {
      border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

/* line 57, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button--secondary {
  color: #fff;
  background-color: #00628D; }
  /* line 60, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
  .c-button--secondary:hover, .c-button--secondary:active {
    color: #fff;
    background-color: #0085c0; }

/* line 67, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button--tertiary {
  color: #00628D;
  background-color: #a9a9a9; }
  /* line 70, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
  .c-button--tertiary:hover, .c-button--tertiary:active {
    color: #fff;
    background-color: #00628D; }

/* line 77, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button--save {
  color: #fff;
  background-color: #9bc541; }
  /* line 80, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
  .c-button--save:hover, .c-button--save:active {
    color: #fff;
    background-color: #8db537; }

/* line 87, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button--cancel {
  color: #fff;
  background-color: #f75656; }
  /* line 90, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
  .c-button--cancel:hover, .c-button--cancel:active {
    color: #fff;
    background-color: #f63e3e; }

/* line 97, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button__icon--next {
  margin-left: 5px;
  font-size: 9px; }

/* line 103, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button--remove {
  vertical-align: middle;
  text-align: center; }

/* line 107, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.button.scss */
.c-button__icon--remove {
  font-size: 15px;
  color: white; }

/* line 6, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
.c-description {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  font-family: sans-serif; }
  /* line 14, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description h2 {
    padding-top: 10px;
    padding-bottom: 13.3333333333px;
    font-family: "gotham-rounded_medium", sans-serif;
    font-size: 18px;
    line-height: 23px; }
  /* line 23, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description > h2:first-child {
    padding-top: 0; }
  /* line 27, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description p {
    margin-bottom: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
    /* line 33, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
    .c-description p:last-child {
      margin-bottom: 0; }
  /* line 37, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description a {
    color: #76C9DF;
    border-bottom: 1px solid rgba(118, 201, 223, 0.2); }
    /* line 40, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
    .c-description a:hover, .c-description a:active {
      color: #76C9DF;
      border-bottom: 1px solid rgba(118, 201, 223, 0.7); }
  /* line 46, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description .c-button {
    color: #fff;
    border-bottom: none;
    background-color: #76C9DF; }
    /* line 50, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
    .c-description .c-button:hover, .c-description .c-button:active {
      color: #fff;
      border-bottom: none;
      background-color: #8bd1e4; }
  /* line 58, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description ol {
    margin-bottom: 20px; }
    /* line 60, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
    .c-description ol li {
      margin-bottom: 5px; }
      /* line 62, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
      .c-description ol li:last-child {
        margin-bottom: 0; }
  /* line 67, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description ul {
    margin-bottom: 20px; }
    /* line 69, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
    .c-description ul li {
      margin-bottom: 5px;
      padding-left: 15px;
      position: relative; }
      /* line 73, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
      .c-description ul li:before {
        font-family: "generics.icons";
        content: "\f107";
        position: absolute;
        left: 0;
        top: 1px;
        font-size: 7px; }
      /* line 82, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
      .c-description ul li ul {
        margin-top: 5px; }
        /* line 84, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
        .c-description ul li ul li {
          margin-bottom: 10px; }
      /* line 89, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
      .c-description ul li:last-child {
        margin-bottom: 0; }
  /* line 94, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description blockquote {
    margin-left: 0;
    padding-left: 20px;
    color: #9b9ea3;
    border-left: 1px solid #FADFDB; }
  /* line 103, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important; }
  /* line 109, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.description.scss */
  .c-description strong {
    font-family: sans-serif; }

/* line 5, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
.c-social-nav {
  margin-left: -20px;
  font-size: 0; }
  /* line 10, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
  .c-social-nav__item {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px; }
  /* line 17, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
  .c-social-nav__link {
    display: inline-block;
    font-size: 16px; }
  /* line 23, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
  .c-social-nav__icon {
    margin-right: -4px; }
  /* line 31, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
  .c-social-nav--dots {
    margin-left: -10px; }
    /* line 33, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
    .c-social-nav--dots .c-social-nav__item {
      padding-left: 10px; }
    /* line 36, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
    .c-social-nav--dots .c-social-nav__link {
      width: 26px;
      height: 26px;
      text-align: center;
      border-radius: 100%;
      background-color: #100f0f; }
      /* line 44, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
      .c-social-nav--dots .c-social-nav__link:hover, .c-social-nav--dots .c-social-nav__link:active {
        background-color: #76C9DF; }
      /* line 48, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
      .c-social-nav--dots .c-social-nav__link--pinterest .c-social-nav__icon {
        font-size: 14px; }
    /* line 54, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.social-nav.scss */
    .c-social-nav--dots .c-social-nav__icon {
      margin-top: 1px;
      margin-right: -4px;
      font-size: 13px;
      color: white; }

/* line 11, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.page.scss */
.c-page__row--image {
  font-size: 0; }

/* line 16, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.page.scss */
.c-page__column-title {
  font-size: 17px; }

/* line 20, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.page.scss */
.c-page__column-description {
  margin-bottom: 0;
  font-size: 16px; }

/* line 2, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.logo.scss */
.c-logo {
  margin-bottom: 24px; }
  /* line 4, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.logo.scss */
  .c-logo__link {
    display: block;
    font-size: 0; }

/* line 3, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.page-title.scss */
.c-page-title__sub {
  display: block;
  color: #00628D;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  font-family: "gotham-rounded_medium", sans-serif;
  padding-bottom: 8px; }

/* line 12, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.page-title.scss */
.c-page-title__head {
  font-size: 42px;
  line-height: 42px;
  display: block;
  color: #76C9DF;
  text-transform: uppercase;
  font-family: "gotham-rounded_medium", sans-serif; }

@media screen and (max-width: 600px) {
  /* line 22, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.page-title.scss */
  .c-page-title__sub {
    font-size: 20px;
    line-height: 24px; }
  /* line 26, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.page-title.scss */
  .c-page-title__head {
    font-size: 30px;
    line-height: 30px; } }

/* line 21, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.footer.scss */
.c-footer__row--primary {
  color: #fff;
  background-color: #100f0f; }

/* line 25, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.footer.scss */
.c-footer__row--secondary {
  color: #fff;
  background-color: #100f0f;
  padding: 20px; }

/* line 32, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.footer.scss */
.c-footer .c-table {
  height: 100%; }
  /* line 35, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/06-components/_components.footer.scss */
  .c-footer .c-table--secondary .c-table__cell {
    vertical-align: middle; }

/* line 2, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
.c-layout {
  height: 100%; }

/* line 5, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
.c-main {
  height: 100%;
  border-top: 3px solid #76C9DF;
  text-align: center; }

/* line 14, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
.c-page {
  height: 100%; }
  /* line 16, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
  .c-page--temporary {
    height: 100%; }
    /* line 19, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
    .c-page--temporary .c-table {
      width: 100%;
      height: 100%; }
      /* line 22, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
      .c-page--temporary .c-table__cell {
        vertical-align: middle; }
    /* line 26, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
    .c-page--temporary .c-button {
      margin-bottom: 16px; }
      /* line 28, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
      .c-page--temporary .c-button__icon {
        font-size: 20px;
        margin-right: 8px; }
      /* line 32, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
      .c-page--temporary .c-button__label {
        font-size: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      /* line 37, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
      .c-page--temporary .c-button:hover .c-button__label, .c-page--temporary .c-button:active .c-button__label {
        border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
      @media screen and (max-width: 600px) {
        /* line 42, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
        .c-page--temporary .c-button__icon {
          font-size: 16px; }
        /* line 45, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
        .c-page--temporary .c-button__label {
          font-size: 18px; } }
    /* line 53, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/07-pages/_pages.temporary.scss */
    .c-page--temporary .c-link__label {
      font-family: "gotham-rounded_medium", sans-serif;
      font-size: 18px;
      line-height: 22px; }

/* line 2, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.anchor.scss */
.anchor {
  position: relative;
  top: -100px;
  display: block; }

/*
     * Image replacement
     */
/* line 9, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 19, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: ''; }

/*
     * Hide from both screenreaders and browsers: h5bp.com/u
     */
/* line 32, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
     * Hide only visually, but have it available for screenreaders: h5bp.com/v
     */
/* line 41, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*
     * Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
/* line 60, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*
     * Hide visually and from screenreaders, but maintain layout
     */
/* line 76, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.invisible {
  visibility: hidden; }

/*
     * Clearfix: contain floats
     *
     * For modern browsers
     * 1. The space content is one way to avoid an Opera bug when the
     *    `contenteditable` attribute is included anywhere else in the document.
     *    Otherwise it causes space to appear at the top and bottom of elements
     *    that receive the `clearfix` class.
     * 2. The use of `table` rather than `block` is only necessary if using
     *    `:before` to contain the top-margins of child elements.
     */
/* line 92, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  /* 2 */
  content: ' ';
  /* 1 */ }

/* line 99, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.clearfix:after {
  clear: both; }

/*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
/* line 108, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.clearfix {
  *zoom: 1; }

/* line 113, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.nobr {
  white-space: nowrap !important; }

/* line 117, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.u-helper {
  font-size: 0;
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 126, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.group:after {
  display: table;
  clear: both;
  content: ''; }

/* line 6, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/02-tools/_tools.mixins.scss */
.clear:after {
  content: "";
  display: table;
  clear: both; }

/* line 135, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.helpers.scss */
.u-overflow-hidden {
  overflow: hidden; }

/* line 8, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.ie.scss */
.lte-ie8 .checkbox_holder input[type=checkbox] {
  display: inline-block;
  vertical-align: top; }
  /* line 11, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.ie.scss */
  .lte-ie8 .checkbox_holder input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px; }
    /* line 18, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.ie.scss */
    .lte-ie8 .checkbox_holder input[type=checkbox] + label:before {
      display: none;
      font-size: 0;
      content: ' '; }

/* line 28, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.ie.scss */
.lte-ie8 .radio_holder input[type=radio] {
  display: inline-block;
  vertical-align: top; }
  /* line 31, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.ie.scss */
  .lte-ie8 .radio_holder input[type=radio] + label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px; }
    /* line 37, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.ie.scss */
    .lte-ie8 .radio_holder input[type=radio] + label:before {
      display: none;
      font-size: 0;
      content: ' '; }

@media print {
  /* line 6, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  * {
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 13, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  a,
  a:visited {
    text-decoration: underline; }
  /* line 18, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 22, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
         * Don't show links for images, or javascript/internal links
         */
  /* line 30, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  /* line 36, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 43, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  /* line 47, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 52, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  /* line 60, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 67, /Users/Mattias/mdo-sites/sharondeman.dev/wp-content/themes/sharondeman/resources/styles/08-utilities/_utilities.print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }

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