/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  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
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

/**
   * 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 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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,
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,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
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.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
   */
[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 Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

ul,
li {
  list-style-type: none;
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../assets/fonts/open-sans-v16-latin-300.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../assets/fonts/open-sans-v16-latin-300italic.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../assets/fonts/open-sans-v16-latin-regular.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../assets/fonts/open-sans-v16-latin-italic.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../assets/fonts/open-sans-v16-latin-600.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../assets/fonts/open-sans-v16-latin-600italic.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../assets/fonts/open-sans-v16-latin-700.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../assets/fonts/open-sans-v16-latin-700italic.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../assets/fonts/open-sans-v16-latin-800.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../assets/fonts/open-sans-v16-latin-800italic.woff2") format("woff2"), url("../assets/fonts/open-sans-v16-latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* caveat-brush-regular - ext_latin */
@font-face {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  src: local("Caveat Brush"), local("CaveatBrush-Regular"), url("../assets/fonts/caveat-brush-v5-latin-ext_latin-regular.woff2") format("woff2"), url("../assets/fonts/caveat-brush-v5-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  font-family: "Open Sans", sans-serif;
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
}

p a {
  position: relative;
  color: #ff6600;
}

p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff6600;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

p a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

h1 {
  font-family: "Caveat Brush", cursive;
}

a {
  text-decoration: none;
}

.link--ext {
  position: relative;
  color: #ff6600;
  margin: 1em 0;
  font-weight: 600;
}

.link--ext::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff6600;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.link--ext:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.index-link {
  color: #ff6600;
}

nav a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
}

@media screen and (min-width: 1040px) {
  nav a {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1220px) {
  nav a {
    font-size: 1rem;
  }
}

.intro {
  color: #fff;
  text-transform: uppercase;
}

.intro .preintro {
  font-size: 0.9rem;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}

.intro .introheading {
  font-size: 1.75rem;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}

.intro .subintro {
  font-size: 0.75rem;
  font-style: italic;
  text-transform: none;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 800px) {
  .intro .preintro {
    font-size: 1.1rem;
  }
  .intro .introheading {
    font-size: 2rem;
  }
  .intro .subintro {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1040px) {
  .intro .preintro {
    font-size: 1.5rem;
  }
  .intro .introheading {
    font-size: 4.5rem;
  }
  .intro .subintro {
    font-size: 1.25rem;
  }
}

.team {
  font-weight: 400;
}

.team__human {
  font-size: 1.25rem;
  margin-bottom: 0.25em;
}

.team__dog {
  font-size: 1rem;
  font-style: italic;
}

.team-popups .names {
  font-size: 1.5rem;
  margin-left: 1em;
}

.team-popups .content .human,
.team-popups .content .dog {
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  margin: 1em 0;
}

.team-popups .content .human__test,
.team-popups .content .dog__test {
  margin-top: 0.5em;
}

.team-popups .content li {
  padding: 0.5em;
  list-style-type: square;
}

.footer__title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #e5e5e5;
  letter-spacing: 0.05em;
  margin: 0.5em 0;
}

.footer__body {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e5e5e5;
}

.footer__body a {
  color: #ff6600;
  position: relative;
}

.footer__body a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff6600;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.footer__body a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media screen and (min-width: 1024px) {
  .footer__title {
    font-size: 1.1rem;
  }
  .footer__body {
    font-size: 1rem;
  }
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../assets/webfonts/fa-brands-400.eot");
  src: url("../assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../assets/webfonts/fa-brands-400.woff2") format("woff2"), url("../assets/webfonts/fa-brands-400.woff") format("woff"), url("../assets/webfonts/fa-brands-400.ttf") format("truetype"), url("../assets/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../assets/webfonts/fa-regular-400.eot");
  src: url("../assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../assets/webfonts/fa-regular-400.woff2") format("woff2"), url("../assets/webfonts/fa-regular-400.woff") format("woff"), url("../assets/webfonts/fa-regular-400.ttf") format("truetype"), url("../assets/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../assets/webfonts/fa-solid-900.eot");
  src: url("../assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../assets/webfonts/fa-solid-900.woff2") format("woff2"), url("../assets/webfonts/fa-solid-900.woff") format("woff"), url("../assets/webfonts/fa-solid-900.ttf") format("truetype"), url("../assets/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nav-btn {
  background: #fff;
  border-radius: 2em;
}

.nav-btn a {
  font-style: italic;
  letter-spacing: 0.01em;
  color: #646464;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.5em;
  width: 50px;
  height: 50px;
  position: relative;
}

.pagination li a {
  font-size: 1.75em;
  color: #ff6600;
}

.pagination li.active {
  background: #ff6600;
  border-radius: 3em;
}

.pagination li.active a {
  color: #fff;
}

.pagination li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff6600;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.pagination li:not(.active):hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  z-index: 999;
  width: 100%;
  position: fixed;
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
  border-bottom: 1px solid #fff;
}

header .nav-toggle {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

header nav {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}

header .logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: 100%;
  max-width: 350px;
  padding: 1em;
  -webkit-transition: width 250ms ease-in;
  transition: width 250ms ease-in;
}

header .logo img {
  width: 100%;
}

@media screen and (min-width: 1040px) {
  header {
    -ms-grid-columns: 0.75fr 2.5fr;
        grid-template-columns: 0.75fr 2.5fr;
    -ms-grid-rows: (0.5fr)[2];
        grid-template-rows: repeat(2, 0.5fr);
    height: 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav-toggle {
    display: none;
  }
  header .logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  header nav {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.banner-scrolled {
  background: #fff;
  height: 75px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.banner-scrolled nav > ul > li > a {
  color: #646464;
}

.banner-scrolled .nav-btn {
  background: #ff6600;
  border: none;
}

.banner-scrolled .nav-btn a {
  color: #fff;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

nav > ul li {
  display: inline-block;
  position: relative;
}

nav > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff6600;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

nav > ul > li:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

nav > ul > li:hover:last-of-type::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  display: block;
}

.nav__sub {
  display: block;
  background: #646464;
}

.nav__sub :hover {
  background: #ff751a;
}

nav ul ul {
  position: absolute;
  width: 100%;
  background: lightgrey;
  display: none;
}

nav ul li:hover ul {
  display: block;
}

nav ul li .sub-trigger {
  display: none;
}

nav ul li i {
  color: #ff6600;
  float: right;
  padding-left: 20px;
}

.nav-toggle {
  color: #646464;
  font-size: 1.5rem;
  padding: 0.5em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: end;
      justify-self: end;
  cursor: pointer;
  display: none;
  text-align: right;
}

@media (max-width: 1039px) {
  nav {
    display: block;
  }
  .nav-toggle {
    display: block;
  }
  nav ul {
    display: none;
    position: static;
    background: #000;
  }
  nav ul li {
    display: block;
  }
  nav ul li a {
    color: #fff;
  }
  nav ul li a > i {
    display: none !important;
  }
  nav ul li .sub-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10vw;
    height: 100%;
    background: #363636;
  }
  nav ul li .sub-trigger i {
    position: relative;
    margin: 0.25em;
    font-size: 1.25em;
  }
  nav ul li ul a {
    color: #fff;
  }
  nav ul li:hover,
  .nav-btn {
    background: #ff6600;
    border-radius: 0;
  }
  nav ul ul {
    position: static;
    background: #000;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
}

.hero--home {
  background: url(../content/img/bg-home.jpg), -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
  background: url(../content/img/bg-home.jpg), linear-gradient(to right, #ffcc33, #ffb347);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.hero--who {
  background: url(../content/img/bg-whoweare.jpg), -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
  background: url(../content/img/bg-whoweare.jpg), linear-gradient(to right, #ffcc33, #ffb347);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.hero--bhd {
  background: url(../content/img/bg-besuchshund.jpg), -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
  background: url(../content/img/bg-besuchshund.jpg), linear-gradient(to right, #ffcc33, #ffb347);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.hero--news {
  background: url(../content/img/bg-news.jpg), -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
  background: url(../content/img/bg-news.jpg), linear-gradient(to right, #ffcc33, #ffb347);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.hero--contact {
  background: url(../content/img/bg-contact.jpg), -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
  background: url(../content/img/bg-contact.jpg), linear-gradient(to right, #ffcc33, #ffb347);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.hero--wirsuchen {
  background: url(../content/img/bg-wirsuchen.jpg), -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
  background: url(../content/img/bg-wirsuchen.jpg), linear-gradient(to right, #ffcc33, #ffb347);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.card {
  margin: 5em auto;
}

.card--index {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  margin: 0 auto;
}

.card--index > .content .content__title,
.card--index > .content .body__image,
.card--index > .content .body__text {
  margin-bottom: 0.5em;
}

.read-more {
  font: inherit;
  font-style: italic;
  color: #ff6600;
  position: relative;
  width: 100px;
}

.read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ff6600;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.read-more:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.read-more.suche {
  width: 250px;
  font-size: 1.2em;
  font-weight: 600;
  font-style: normal;
}

.from-left {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.from-left {
  -webkit-transition: opacity 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: opacity 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: opacity 500ms ease-in, transform 500ms ease-in;
  transition: opacity 500ms ease-in, transform 500ms ease-in, -webkit-transform 500ms ease-in;
  opacity: 0;
}

.from-left.appear {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .card--index > .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
    -ms-grid-columns: 1fr, 2fr;
        grid-template-columns: 1fr, 2fr;
    grid-gap: 1em;
  }
  .card--index > .content .content__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .card--index > .content > .content__body {
    display: contents;
  }
  .card--index > .content > .content__body .body__image {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .card--index > .content > .content__body .body__text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.intro {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main {
  padding: 2em;
  margin: 0 auto;
}

.noscroll {
  overflow: hidden;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 1040px) {
  .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(100px, 1fr) (1fr)[6];
        grid-template-columns: minmax(100px, 1fr) repeat(6, 1fr);
    grid-column-gap: 3em;
    -ms-grid-rows: 10em (auto)[8];
        grid-template-rows: 10em repeat(8, auto);
  }
  .grid::after {
    content: "";
    background: #f9f9f9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4/9;
    z-index: -2;
    margin-top: 20em;
    margin-bottom: 20em;
    margin-left: -2em;
  }
  .grid .content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/7;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .grid .content__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .grid .content__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30%;
    height: 2px;
    width: 25%;
    background-color: #f7cf68;
  }
  .grid .content .col__left {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .grid .content .col__right {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
  .grid .content .col__right::after {
    content: "";
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
    height: 2px;
    width: 100%;
    background-color: #f7cf68;
  }
  .grid .content--two {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/8;
    -ms-grid-row: 9;
    grid-row: 9;
    margin-top: 5em;
    padding: 3em;
    background: #f9f9f9;
  }
  .grid .content--two .content__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[4];
        grid-template-rows: repeat(4, auto);
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .grid .content--two .col__left {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .grid .content--two .col__right {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .grid .content--two .ts {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .grid .content--three {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/7;
    -ms-grid-row: 10;
    grid-row: 10;
    padding: 3em;
    margin-top: 5em;
  }
  .grid .content--three .body100 {
    display: inline-block;
    position: relative;
  }
  .grid .three-col-img {
    display: contents;
  }
  .grid .three-col-img::after {
    content: "";
    display: block;
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/8;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: #ffb347;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
    background: linear-gradient(to right, #ffcc33, #ffb347);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
    height: 50vw;
    margin-top: -10em;
    margin-right: -2em;
    margin-left: 7.5em;
    z-index: -1;
  }
  .grid .three-col-img .col__1,
  .grid .three-col-img .col__2,
  .grid .three-col-img .col__3 {
    margin-top: 5em;
    width: 20vw;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .grid .three-col-img .col__1 {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .grid .three-col-img .col__2 {
    -ms-grid-column: 4;
    grid-column: 4;
  }
  .grid .three-col-img .col__3 {
    -ms-grid-column: 6;
    grid-column: 6;
  }
  .grid .content__one-col {
    display: contents;
  }
  .grid .content__one-col::after {
    content: "";
    display: block;
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/8;
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8/10;
    margin-top: -5em;
    margin-right: -2em;
    margin-left: 5em;
    height: 10em;
    border-left: 2px solid rgba(247, 207, 104, 0.3);
    border-top: 2px solid rgba(247, 207, 104, 0.3);
  }
  .grid .content__one-col .content__pretitle,
  .grid .content__one-col .content__title,
  .grid .content__one-col .content__body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/7;
  }
  .grid .content__one-col .content__pretitle {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .grid .content__one-col .content__title {
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .grid .content__one-col .content__body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
    -ms-grid-row: 7;
    grid-row: 7;
    padding-right: 3em;
  }
  .grid .two-col-img {
    display: contents;
  }
  .grid .two-col-img .col__1,
  .grid .two-col-img .col__2,
  .grid .two-col-img .col__3 {
    margin-top: 5em;
    width: 100%;
    -ms-grid-row: 8;
    grid-row: 8;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .grid .two-col-img .col__1 {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .grid .two-col-img .col__2 {
    -ms-grid-column: 4;
    grid-column: 4;
  }
  .grid .two-col-img .col__3 {
    -ms-grid-column: 6;
    grid-column: 6;
  }
}

.content--three {
  margin-top: 5em;
}

.content {
  color: #646464;
}

.content__pretitle {
  color: #f7cf68;
  font-style: italic;
}

.content__title {
  color: #646464;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.content .col__left,
.content .col__right,
.content .body100 {
  position: relative;
  padding-right: 2.5em;
}

@media screen and (min-width: 1040px) {
  .content .col__left,
  .content .col__right,
  .content .body100 {
    width: 100%;
  }
}

.content .body__title {
  margin: 1.5em 0 1.5em 0;
}

.content .body__image {
  width: 100%;
  max-width: 300px;
}

.leitbild li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0.5em 0 0 1.5em;
  list-style-type: square;
}

.voraus .fa-li {
  margin-left: 1.5em;
}

.voraus li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0.5em 0 0 1.5em;
  list-style-type: none;
}

.voraus .inhalt {
  font-size: 1rem;
  margin-left: 2.5em;
}

.content__body figure img {
  width: 100%;
}

.content__body figcaption {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
  margin-left: 0.5em;
  margin-bottom: 1.5em;
}

.content__body figcaption a {
  color: #ff6600;
}

.three-col-img {
  margin: 5em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.three-col-img .col__1,
.three-col-img .col__2,
.three-col-img .col__3 {
  background: #ff6600;
  width: 75vw;
  max-width: 400px;
  height: 400px;
  margin: 0.5em auto;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.three-col-img .col__1.who {
  background: url(../content/img/besuchshunde-siegen-asb-besuchshund-scoobydoo.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.three-col-img .col__2.who {
  background: url(../content/img/besuchshunde-siegen-asb-besuchshunde.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.three-col-img .col__3.who {
  background: url(../content/img/besuchshunde-siegen-teams-alt-2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.three-col-img .col__1.bh {
  background: url(../content/img/besuchshunde-siegen-asb-besuchshund-voraussetzung-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.three-col-img .col__2.bh {
  background: url(../content/img/besuchshunde-siegen-asb-besuchshund-voraussetzung-2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.three-col-img .col__3.bh {
  background: url(../content/img/besuchshunde-siegen-asb-besuchshund-voraussetzung-3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.three-col-img h4 {
  position: absolute;
  bottom: 0;
  padding: 1em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  background: rgba(100, 100, 100, 0.4);
}

.three-col-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-col-img {
  margin: 5em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.two-col-img .col__1,
.two-col-img .col__2,
.two-col-img .col__3 {
  background: #ff6600;
  width: 75vw;
  max-width: 400px;
  height: 400px;
  margin: 0.5em auto;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.two-col-img .col__1.einsatz {
  background: url(../content/img/besuchshunde-siegen-einsatz-kinder-und-jugendliche.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.two-col-img .col__2.einsatz {
  background: url(../content/img/besuchshunde-siegen-einsatz-behinderte-menschen.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.two-col-img .col__3.einsatz {
  background: url(../content/img/besuchshunde-siegen-einsatz-senioren.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.two-col-img .col__1.who2 {
  background: url(../content/img/besuchshunde-siegen-asb-besuchshund-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.two-col-img .col__2.who2 {
  background: url(../content/img/besuchshunde-siegen-asb-besuchshund-2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.two-col-img h4 {
  position: absolute;
  bottom: 0;
  padding: 1em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  background: rgba(100, 100, 100, 0.4);
}

.two-col-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teams-list {
  margin: 0 auto;
}

.team {
  margin-top: 5rem;
  margin-bottom: 5.5rem;
  max-width: 1200px;
}

@media screen and (max-width: 41.6875rem) {
  .team {
    width: 88%;
  }
}

.team__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.9375rem 3.75rem rgba(2, 2, 22, 0.1);
          box-shadow: 0 0.9375rem 3.75rem rgba(2, 2, 22, 0.1);
}

@media screen and (max-width: 1334px) {
  .team__ul {
    width: 900px;
  }
}

@media screen and (max-width: 999px) {
  .team__ul {
    width: 600px;
  }
}

@media screen and (max-width: 675px) {
  .team__ul {
    width: 560px;
  }
  .team__ul li {
    width: 280px;
  }
}

@media screen and (max-width: 41.6875rem) {
  .team__ul {
    width: 100%;
  }
  .team__ul li {
    width: 100%;
  }
}

.team__li {
  width: 300px;
  background: #fff;
}

@media screen and (max-width: 1334px) {
  .team__li:nth-child(1n) aside {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid transparent;
  }
  .team__li:nth-child(3n) aside {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid transparent;
  }
}

@media screen and (max-width: 999px) {
  .team__li:nth-child(1n) aside {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid transparent;
  }
  .team__li:nth-child(2n) aside {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}

@media screen and (max-width: 41.6875rem) {
  .team__li:nth-child(1n) aside {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}

.team__card {
  position: relative;
  display: block;
}

.team__card::before {
  padding-bottom: 122%;
  content: "";
  display: block;
  width: 100%;
}

@media screen and (max-width: 50rem) {
  .team__card::before {
    padding-bottom: 112%;
  }
}

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

.team__link {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
}

.team__link:hover aside {
  opacity: 0;
}

.team__link:hover .team__content .team__image {
  overflow: visible;
  -webkit-mask-image: none;
}

.team__link:hover .team__content .team__image::before {
  opacity: 1;
}

.team__link:hover .team__content .team__image::after {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #fff;
}

.team__link:hover .team__content .team__image img {
  -webkit-transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0.7;
}

.team__link:hover .team__title,
.team__link:hover .team__blurb {
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.4s ease-out, transform 0.6s ease-in-out;
  transition: opacity 0.4s ease-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.team__link:hover .team__title {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  position: relative;
}

.team__link:hover .team__blurb {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.team aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 0px solid transparent;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  opacity: 1;
}

@media screen and (max-width: 650px) {
  .team aside {
    border-right: 1px solid transparent;
  }
}

.team__header {
  display: block;
  bottom: -0.3125rem;
  color: #646464;
  font-size: 1.125rem;
  padding: 1.875rem 2.5rem;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 40;
}

.team__title {
  font-size: 1.125rem;
  line-height: 1;
  opacity: 1;
}

.team__blurb {
  font-size: 1em;
  bottom: 1.7em;
  line-height: 1.1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #fff;
  opacity: 0;
  position: absolute;
  padding-right: 20px;
  margin-right: -20px;
}

.team__content {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 39%;
  width: 70%;
  z-index: 1;
}

.team__content::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.team__image {
  border-radius: 50%;
  height: 99%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 99%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  z-index: 1;
}

.team__image::before {
  background: #ffb347;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
  background: linear-gradient(to right, #ffcc33, #ffb347);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  content: "";
  display: block;
  height: calc(145.7 * 1.22%);
  left: -23%;
  opacity: 0;
  position: absolute;
  top: -19%;
  width: 145.7%;
}

.team__image::after {
  -webkit-transform: scale(2);
          transform: scale(2);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.team__image img {
  -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
          transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 177%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 70%;
  width: auto;
  z-index: 1;
}

.team-popups.active,
.team-popups .active {
  display: block;
}

.team-popups {
  position: fixed;
  background-color: rgba(255, 102, 0, 0.7);
  background: #ffb347;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
  background: linear-gradient(to right, #ffcc33, #ffb347);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: 50;
  overflow: auto;
  overflow-y: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.team-popups article {
  display: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8.75rem;
}

@media screen and (max-width: 50rem) {
  .team-popups article {
    width: 89%;
  }
}

.team-popups article::after {
  clear: both;
  content: "";
  display: block;
}

.team-popups article .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 3.125rem;
  width: 3.125rem;
  -webkit-transform: translate(0.625rem, -0.625rem);
          transform: translate(0.625rem, -0.625rem);
}

@media screen and (min-width: 50rem) {
  .team-popups article .close {
    display: none;
  }
}

@media screen and (min-width: 50rem) {
  .team-popups article .close {
    height: 4.375rem;
    width: 4.375rem;
    -webkit-transform: translate(1.375rem, -1.375rem);
            transform: translate(1.375rem, -1.375rem);
  }
}

.team-popups article .close .circle {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #ff6600;
  border-radius: 50%;
  -webkit-box-shadow: rgba(35, 35, 35, 0.2) 2px 2px 8px;
          box-shadow: rgba(35, 35, 35, 0.2) 2px 2px 8px;
  text-decoration: none;
}

.team-popups article .close .circle:hover svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.team-popups article .close .circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  height: 1.25rem;
  width: 1.25rem;
}

@media screen and (min-width: 50rem) {
  .team-popups article .close .circle svg {
    height: 1.6875rem;
    width: 1.6875rem;
  }
}

.team-popups article .close .circle svg * {
  fill: #fff;
}

.team-popups article > div {
  background: #fff;
  margin-bottom: 6.25rem;
  margin: 0 auto;
}

@media screen and (min-width: 50rem) {
  .team-popups article > div {
    margin-left: 8.5298043353%;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    height: 43.75rem;
    position: relative;
  }
}

.team-popups aside {
  position: relative;
  background: #646464;
}

@media screen and (min-width: 50rem) {
  .team-popups aside {
    float: left;
    display: block;
    width: 41.1370344343%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-popups aside:last-child {
    width: 38.29444483486%;
  }
}

.team-popups .photo {
  font-size: 0;
  overflow: hidden;
}

.team-popups .photo img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.team-popups .description {
  position: relative;
  overflow: auto;
}

@media screen and (min-width: 50rem) {
  .team-popups .description {
    float: left;
    display: block;
    width: 61.7055516514%;
    position: relative;
    overflow: visible;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-popups .description:last-child {
    width: 58.8629655657%;
  }
}

.team-popups .description::after {
  clear: both;
  content: "";
  display: block;
}

.team-popups .description .names {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e5e5e5;
}

.team-popups .description .names .role {
  font-weight: 900;
  font-style: italic;
  font-size: 1rem;
  display: inline;
}

.team-popups .description .names .role::after {
  content: " |";
  margin: 0 0.1em;
}

.team-popups .description .names .role:last-child::after {
  content: "";
}

@media screen and (min-width: 50rem) {
  .team-popups .description .names {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 3.75rem;
    padding-bottom: 2.8125rem;
    border-bottom: 0.125rem solid #e5e5e5;
  }
}

.team-popups .description .content {
  margin: 1.5rem 2.125rem 2.125rem 2.125rem;
}

@media screen and (min-width: 50rem) {
  .team-popups .description .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    position: relative;
    margin-right: 4.5rem;
    overflow-y: scroll;
  }
}

.team-popups .description .content p:last-child {
  margin-bottom: 0;
}

.team-popups .description .content p:first-child {
  margin-top: 0;
}

.team-popups .description .close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 3.125rem;
  width: 3.125rem;
  -webkit-transform: translate(0.625rem, -0.625rem);
          transform: translate(0.625rem, -0.625rem);
}

@media screen and (min-width: 50rem) {
  .team-popups .description .close {
    display: block;
  }
}

.team-popups .description .close .circle {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #ff6600;
  border-radius: 50%;
  -webkit-box-shadow: rgba(35, 35, 35, 0.2) 2px 2px 8px;
          box-shadow: rgba(35, 35, 35, 0.2) 2px 2px 8px;
  text-decoration: none;
}

.team-popups .description .close .circle:hover svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.team-popups .description .close .circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
}

.grid--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.grid--news .news--article {
  margin-top: 2rem;
}

.grid--news .news__title {
  margin-bottom: 1rem;
}

.grid--news .news__imgcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.grid--news .news__imgcontainer img {
  width: 100%;
  max-width: 200px !important;
  height: auto;
  margin: 0 0.25em;
}

@media screen and (min-width: 1040px) {
  .grid--news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(100px, 1fr) (1fr)[6];
        grid-template-columns: minmax(100px, 1fr) repeat(6, 1fr);
    -webkit-column-gap: 3em;
            column-gap: 3em;
  }
  .grid--news .news--section {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/7;
  }
  .grid--news .news__title {
    color: #646464;
    font-family: "Caveat Brush", cursive;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 5em 0 2em;
    position: relative;
  }
  .grid--news .news__title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30%;
    height: 2px;
    width: 25%;
    background-color: #f7cf68;
  }
  .grid--news .news__body {
    line-height: 1.5;
    margin-bottom: 3em;
  }
  .grid--news .news--article div {
    margin-bottom: 3em;
  }
}

.contact--wrapper {
  margin: 2em auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
  border-radius: 1em;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.contact--title {
  color: #646464;
  margin: 0.5em 0;
  width: 100%;
}

.contact--title i {
  margin-left: 1em;
}

#contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contact-form .contact--input {
  width: 100%;
  margin-bottom: 0.75em;
  line-height: 2;
  border: none;
  background: rgba(229, 229, 229, 0.1);
  border-bottom: 1px solid #ff6600;
  padding-left: 0.5em;
}

#contact-form .contact--input::-webkit-input-placeholder {
  font-size: 0.9em;
  opacity: 1;
  color: #646464;
}

#contact-form .contact--input:-ms-input-placeholder {
  font-size: 0.9em;
  opacity: 1;
  color: #646464;
}

#contact-form .contact--input::-ms-input-placeholder {
  font-size: 0.9em;
  opacity: 1;
  color: #646464;
}

#contact-form .contact--input::placeholder {
  font-size: 0.9em;
  opacity: 1;
  color: #646464;
}

#contact-form .contact--input:focus::-webkit-input-placeholder {
  opacity: 0;
}

#contact-form .contact--input:focus:-ms-input-placeholder {
  opacity: 0;
}

#contact-form .contact--input:focus::-ms-input-placeholder {
  opacity: 0;
}

#contact-form .contact--input:focus::placeholder {
  opacity: 0;
}

#contact-form .contact--input.msg {
  min-height: 250px;
}

#contact-form .contact--req {
  color: #646464;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 300;
}

#contact-form .contact--button {
  width: 100%;
  border-radius: 0.5em;
  border: none;
  background: #ff6600;
  color: #fff;
  text-transform: uppercase;
  padding: 0.3em;
  margin: 0.75em 0;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2);
}

#contact-form .contact--button i {
  margin-right: 0.5em;
}

#contact-form .contact--button:active {
  -webkit-box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.contact--aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact--aside .contact--phone,
.contact--aside .contact--mail {
  color: #646464;
  width: 100%;
  font-size: 0.9em;
  margin: 0.75em 0;
}

.contact--aside .contact--phone i,
.contact--aside .contact--mail i {
  margin-right: 0.25em;
}

.error {
  color: red;
  font-size: 0.75em;
  margin: -0.75em 0 0.75em 0.5em;
}

.success {
  color: #ff6600;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
}

@media screen and (min-width: 740px) {
  .contact--wrapper {
    margin-top: 5em;
    max-width: 1400px;
  }
  .contact {
    width: 66.67%;
    padding-right: 2em;
  }
  .contact--aside {
    width: 33.33%;
    padding-left: 2em;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .contact--aside::after {
    position: absolute;
    content: "";
    background: #ffb347;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ffcc33), to(#ffb347));
    background: linear-gradient(to right, #ffcc33, #ffb347);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: -2em;
    left: 0;
    width: calc(100% + 2em);
    height: calc(100% + 4em);
    z-index: -1;
  }
  .contact--aside .contact--title {
    color: #fff;
  }
}

footer {
  background: #646464;
  width: 100%;
  padding: 1em;
}

footer .footer--wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .heading {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.5em;
}

footer .footer-col1,
footer .footer-col2,
footer .footer-col3,
footer .footer-col4 {
  margin-top: 1em;
}

footer .footer-col1 p {
  font-weight: 600;
}

footer .footer-col4 img {
  max-width: 100px;
}

footer ul p {
  font-size: 0.9rem;
  color: #fff;
  margin-left: 1rem;
}

footer ul a {
  color: #ff6600;
  margin: 0 1em;
}

.legal {
  margin: 5em auto;
  max-width: 1000px;
}

.legal h2,
.legal h3 {
  margin: 1em 0;
  font-family: "Caveat Brush", cursive;
  font-size: 1.5rem;
}

.legal p {
  font-size: 1rem;
}
/*# sourceMappingURL=main.css.map */