@charset "UTF-8";
/* Main Stylesheet */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  height: 100%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  max-width: 62em;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 550px */
@media (min-width: 768px) {
  .column,
  .columns {
    margin-left: 2%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 49%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 49%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 6.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 15.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 24%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 32.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 67.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 76.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
body {
  line-height: 1.6;
  font-size: 16px; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .75em; }

h1 {
  font-size: 1em; }

h2 {
  font-size: 1em; }

h3 {
  font-size: 1em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: inherit; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: .75em; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.u-img-responsive {
  max-width: 100%;
  height: auto; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both; }

.u-cf {
  *zoom: 1; }

.u-cf :before,
.u-cf :after {
  display: table;
  content: "";
  line-height: 0; }

.u-cf :after {
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* Variables for colors */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }

  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.9, 0.7, 1);
  animation-timing-function: cubic-bezier(0.22, 0.9, 0.7, 1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }

  100% {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }

  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@media screen and (max-width: 550px) {
  .hidden-mobile {
    display: none; } }
body {
  position: relative;
  background: #ffffff;
  font-weight: normal;
  font-family: 'Rubik', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #666; }

header h1 {
  visibility: hidden; }

p a {
  color: #AC8D4B;
  text-decoration: underline; }

h3 {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #373737; }

h4 {
  font-weight: normal;
  color: #373737; }

/*  ----------------------------------------------------------------
    Blocks
    ---------------------------------------------------------------- */
.header-wrap {
  transition: background-color .3s ease, padding-top .3s ease;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  padding-top: 1em;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: auto; }
  .header-wrap.sticky {
    background-color: white;
    padding-top: 1em;
  }
  .header-wrap.sticky .siteheader ul li a {
    color: #000;}
  .header-wrap.sticky .siteheader ul li:hover a {
    border-color:#AC8D4B;
    color: #AC8D4B; }
  .header-wrap.toggled {
    background-color: white; }
  .header-wrap nav {
    height: 0;
    overflow: hidden; }
  .header-wrap.toggled nav {
    overflow: visible;
    height: auto; }

/* .header-wrap Desktop
---------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .header-wrap {
    border-left: 1.5em solid white;
    border-right: 1.5em solid white;
    padding-top: 2em; }
    .header-wrap.sticky {
      background-color: white; }
    .header-wrap.toggled {
      background-color: rgba(255, 255, 255, 0); }
    .header-wrap.sticky.toggled {
      background-color: white; }
    .header-wrap nav {
      height: auto;
      overflow: visible; }
    .header-wrap.toggled nav {
      height: auto;
      overflow: visible; } }
  /* END min-width: 768px
--------------------------------------------------------- */
.siteheader {
  position: relative;
  max-width: 70em;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  padding: 1em; }
  .siteheader:after {
    content: "";
    display: table;
    clear: both; }
  .siteheader ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .siteheader ul li {
      display: block; }
      .siteheader ul li a {
        text-align: center;
        padding: .5em 0;
        font-size: 1em;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: .075em;
        font-weight: 500;
        display: block;
        cursor: pointer; }
  .siteheader button {
    position: absolute;
    right: 1em;
    padding: 1em;
    top: .5em;
    width: 18px;
    height: 18px;
    border: none;
    background: transparent url("../img-assets/th-menuopen.svg") no-repeat center center; }
  .siteheader button.toggled {
    background: transparent url("../img-assets/th-menuclose.svg") no-repeat center center; }
  .siteheader .siteheader__brand {
    width: 65%;
    height: 40px;
    display: block;
    margin-bottom: 1em;
    outline: none;
    background-image: url('../img-assets/Endo_Logo_white-RGB.svg');
    background-size: contain;
    background-repeat: no-repeat;}
  .header-wrap.sticky .siteheader .siteheader__brand {
    background-image: url('../img-assets/Endo_Logo_color-RGB.svg');
  }
    .siteheader .siteheader__brand:focus, .siteheader .siteheader__brand:active {
      outline: none; }

/* Desktop Small
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .siteheader ul {
    text-align: center; }
    .siteheader ul li {
      display: inline-block;
      margin-left: 1%;
      margin-bottom: 0; }
      .siteheader ul li a {
        text-align: left;
        padding: 0.5em 1.25em;
        border: 3px solid transparent; }
      .siteheader ul li.active {
        border: 3px solid #AC8D4B; }
      .siteheader ul li:hover a {
        border-color:#AC8D4B;
        color: #AC8D4B; }
  .siteheader button {
    display: none; }
  .siteheader button.toggled {
    display: none; } }
/* END (min-width: 768px) */
/* Desktop Small
--------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .siteheader ul {
    text-align: center; }
  .siteheader .siteheader__brand {
    text-align: center;
    margin: 0 auto 1em auto;
    width: 10em; } }
/* END (min-width: 768px) and (max-width: 991px) */
/* Desktop large
--------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .siteheader ul {
    text-align: right; }
    .siteheader ul li {
      text-align: center;
      display: inline-block;
      margin-left: 1%;
      margin-bottom: 0; }
      .siteheader ul li a {
        padding: .5em 1.25em;
        border: 3px solid transparent;
        font-size: 1em; }
      .siteheader ul li a.active {
        border: 3px solid #373737; }
  .siteheader .siteheader__brand {
    width: 20%;
    height: 40px;
    padding-top: .5em;
    float: left;
    display: block;
    background-image: url('../img-assets/Endo_Logo_white-RGB.svg');
    background-size: contain;
    background-repeat: no-repeat;} }
/* (min-width: 992px) */
.section-intro {
  margin-bottom: 4em; }
  .section-intro:after {
    content: "";
    display: table;
    clear: both; }
  .section-intro h2 {
    border: 3px solid #AC8D4B;
    font-weight: 500;
    color: #AC8D4B;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 0.5em 1em;
    text-align: center;
    width: 50%;
    display: block;
    margin: 0 auto 2em auto;
    margin-top: .75rem; }
  .section-intro p {
    font-size: 1.25em;
    color: #AC8D4B;
    margin: 0; }

/* Desktop
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section-intro {
    margin-bottom: 6em; }
    .section-intro:after {
      content: "";
      display: table;
      clear: both; }
    .section-intro h2 {
      text-align: center;
      margin: 0 0 0 0;
      width: 66%; }
    .section-intro p {
      font-size: 1.75em; } }
/* END min-width: 768px */
/* Desktop Small
--------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-intro h2 {
    width: auto; } }
/* END (min-width: 768px) and (max-width: 991px) */
.section-hero {
  width: 100%;
  box-sizing: border-box;
  background-color: #E5DED8;
  background: #e5ded8 url(../img-assets/th-header-bg-1.jpg) no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding-top: 6em;
  position: relative; }
  .section-hero .section__hero__inner {
    position: relative;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 3em; }
    .section-hero .section__hero__inner:after {
      content: "";
      display: table;
      clear: both; }
  .section-hero h1, .section-hero p {
    display: inline;
    font-weight: normal; }
  .section-hero .section-hero__claim {
    font-size: 1.25em;
    color: #FFFFFF; }
  .section-hero .hero-arrow {
    display: block;
    width: 2em;
    height: 2em;
    margin-top: 8em; }
    .section-hero .hero-arrow img {
      width: 100%;
      height: auto; }

/* Desktop
--------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .section-hero {
    background-position: center center; }
    .section-hero .section__hero__inner {
      padding-bottom: 3em; }
      .section-hero .section__hero__inner .section-hero__claim {
        font-size: 1.5em; }
      .section-hero .section__hero__inner .lightbulb {
        display: block;
        float: right;
        margin-right: 4em; }
    .section-hero .hero-arrow {
      display: block;
      margin: 0 auto;
      width: 3em;
      height: 3em;
      margin-top: 2em; } }
/* END min-width: 768px */
/* Desktop
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section-hero {
    border: 1.5em solid white;
    padding-top: 12em;
    background-position: center center; }
    .section-hero .lightbulb {
      display: block;
      float: right;
      margin-right: 4em; }
    .section-hero .section__hero__inner {
      padding-bottom: 8em; }
    .section-hero .section-hero__claim {
      font-size: 1.75em;
      width: 66%; }
    .section-hero .hero-arrow {
      display: block;
      margin: 0 auto;
      width: 3em;
      height: 3em;
      margin-top: 4em; } }
/* END min-width: 768px */
/* Desktop
--------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .section-hero {
    height: 100vh; }
    .section-hero .section__hero__inner {
      padding-bottom: 14em; }
    .section-hero .hero-arrow {
      position: absolute;
      left: 1.5em;
      bottom: 4em;
      width: 3em;
      height: 3em; } }
/* END min-width: 992px */

.patient h2,.dentist h2{
  font-size: 24px;
  margin: 24px 0 20px 0;
  text-transform: uppercase;
  font-weight: 500;
}

.section-mission {
  position: relative;
  max-width: 70em;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 4em;
  margin-bottom: 4em; }
  .section-mission:after {
    content: "";
    display: table;
    clear: both; }
  .section-mission .section-intro {
    margin-bottom: 1em; }
  .section-mission .mission__usps:after {
    content: "";
    display: table;
    clear: both; }
  .section-mission .section-mission__item img {
    margin: 0 auto 2em auto;
    display: block; }
  .section-mission .section-mission__item h3 {
    margin: 0; }

/* Mobile large
--------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .section-mission .section-mission__item {
    width: 46%;
    float: left;
    margin-right: 4%;
    height: auto; }
  .section-mission .section-mission__item:nth-child(2n+2) {
    margin-right: 0; }
  .section-mission .section-mission__item:nth-child(2n+2):after {
    content: "";
    display: table;
    clear: both; } }
/* END min-width: 768px */
/* Desktop
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section-mission {
    margin-bottom: 8em; }
    .section-mission .section-mission__item {
      width: 46%;
      float: left;
      margin-right: 4%;
      height: auto; } }
/* END min-width: 768px  */
.section-team-wrap {
  margin-bottom: 4em;
  background-color: #F7F6F4;
  border-left: none;
  border-right: none;
  border-top: 1em solid white;
  border-bottom: 1em solid white; }

.section-team {
  position: relative;
  max-width: 70em;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 4em;
  padding-bottom: 0em; }
  .section-team:after {
    content: "";
    display: table;
    clear: both; }
  .section-team .team__member {
    margin-bottom: 4em; }
    .section-team .team__member:after {
      content: "";
      display: table;
      clear: both; }
  .section-team h3 {
    margin-bottom: 0; }
  .section-team .team__member__img {
    padding-right: 1em;
    margin-bottom: 2em; }

/* Mobile large
--------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .section-team .team__member {
    width: 48%;
    margin-right: 4%;
    float: left; }
    .section-team .team__member:last-child {
      margin-right: 0; } }
/* min-width: 480px and max-width 767px */
/* Desktop
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section-team-wrap {
    border-left: 1.5em solid white;
    border-right: 1.5em solid white;
    border-top: 1.5em solid white;
    border-bottom: 1.5em solid white;
    margin-bottom: 7em; }

  .section-team {
    padding-top: 6em;
    padding-bottom: 2em; } }
/* END min-width: 768px */
.section-portfolio {
  position: relative;
  max-width: 70em;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 4em; }
  .section-portfolio:after {
    content: "";
    display: table;
    clear: both; }
  .section-portfolio .section-portfolio__item {
    margin-bottom: 4em; }
    .section-portfolio .section-portfolio__item .imgwrap {
      height: 4em;
      padding-bottom: 2rem;
    position: relative;
  white-space: nowrap;}
      .section-portfolio .section-portfolio__item .imgwrap img {
        height: 100%;
        width: auto;
        display: inline-block;
      }
    .section-portfolio .section-portfolio__item h3 {
      margin: 0; }
    .section-portfolio .section-portfolio__item a {
      color: #AC8D4B;
      text-decoration: underline; }

/* Desktop
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section-portfolio {
    position: relative;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 8em; }
    .section-portfolio:after {
      content: "";
      display: table;
      clear: both; }
    .section-portfolio .section-portfolio__item {
      width: 46%;
      float: left;
      margin-right: 4%;
      height: auto; }

      .section-portfolio .section-portfolio__item h3 {
        margin: 0; }
      .section-portfolio .section-portfolio__item a {
        color: #AC8D4B;
        text-decoration: underline; }
    .section-portfolio .section-portfolio__item:nth-child(2) {
      margin-right: 0; }
      .section-portfolio .section-portfolio__item:nth-child(2):after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
    .section-portfolio .section-portfolio__item:nth-child(2n+1) {
      clear: left; }

    }
  /* END min-width: 768px
--------------------------------------------------------- */
.section-partners {
  margin-bottom: 4em;
  position: relative;
  max-width: 70em;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  .section-partners:after {
    content: "";
    display: table;
    clear: both; }
  .section-partners .section-partners__list:after {
    content: "";
    display: table;
    clear: both; }
  .section-partners .section-partners__item {
    background-color: #F7F6F4;
    text-align: center;
    padding: 1em 1em 1em 1em;
    margin-bottom: 1.5em; }
  .exit-label{
      display: inline-block;
      padding: 0px 8px;
      border: 3px solid #AC8D4B;
      font-weight: bold;
      color: #AC8D4B;
      position: relative;
      transform: rotate(16deg);
      background: rgba(255,255,255,1);
      /*box-shadow: 0 1px 2px rgba(0,0,0,0.5);*/
      border-radius: 0;
      top: -50px;
      left: -40px;
      text-transform: uppercase;
    }
    .section-partners .section-partners__item .section-partners__item__imgwrap {
      margin: 0 auto;
      height: 7em;
      line-height: 8em;
      padding: 0 1em 0 1em;
      margin-bottom: 2em;}
      .section-partners .section-partners__item .section-partners__item__imgwrap img {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        max-height: 100%; }
    .section-partners .section-partners__item h3 {
      font-size: 1em;
      padding: 0 1em; }

/* Desktop Small
--------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 991px) {
  .section-partners .section-partners__item {
    width: 42%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: auto;
    float: left;
    height: 13em;
    padding-bottom: 1em; }
    .section-partners .section-partners__item .section-partners__item__imgwrap {
      height: 7em;
      line-height: 8em;
      padding: 0 1em; }
  .section-partners .section-partners__item:nth-child(2n+2) {
    margin-right: 0; }
  .section-partners .section-partners__item:nth-child(2n+2):after {
    content: "";
    display: table;
    clear: both; } }
/* END (min-width: 768px) and (max-width: 991px) */
/* Desktop large
--------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .section-partners {
    margin-bottom: 8em; }
    .section-partners .section-partners__item {
      width: 27%;
      margin-right: 2%;
      margin-bottom: 2%;
      height: auto;
      float: left;
      height: 14em; }
    .section-partners .section-partners__item:nth-child(3n+3) {
      margin-right: 0; }
    .section-partners .section-partners__item:nth-child(3n+3):after {
      content: "";
      display: table;
      clear: both; } }
/* END min-width: 992px */
.section-partners .mail-button {
  display: inline-block;
  height: 46px;
  border: 3px solid black;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  padding: 0 80px;
  margin: 24px 0;
}
.section-partners .mail-button:hover {
  background-color: #000;
  color: #FFF;
}
.section-contact {
  background-color: #F5F6F6;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: .5em;
  margin-top: 6em; }
  .section-contact .section-contact__inner {
    position: relative;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(../img-assets/th-bulb.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 75px 100px;
    padding: 7em 2em 0 2em; }
    .section-contact .section-contact__inner:after {
      content: "";
      display: table;
      clear: both; }
  .section-contact h2 {
    border: none;
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5em;
    margin-bottom: 1.5em;
    color: #AC8D4B; }
  .section-contact .contact-container {
    margin: 0 auto;
    margin-bottom: 2em; }
    .section-contact .contact-container:after {
      content: "";
      display: table;
      clear: both; }
    .section-contact .contact-container a {
      min-height: 5em;
      margin-bottom: 2em;
      padding: 2em;
      display: block;
      border: 3px solid #AC8D4B;
      color: #AC8D4B;
      text-transform: uppercase;
      letter-spacing: .075em;
      font-weight: bold; }
      .section-contact .contact-container a .popup-msg {
        display: none; }
    .section-contact .contact-container a:hover {
      background-color: #AC8D4B;
      color: white; }
      .section-contact .contact-container a:hover .popup-msg {
        display: inline; }
  .section-contact .section-contact__colophon {
    text-align: center; }
    .section-contact .section-contact__colophon img {
      display: inline-block; }


/* Desktop
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section-contact {
    border-top: 1.5em solid white;
    border-left: 1.5em solid white;
    border-right: 1.5em solid white;
    padding: 3em 2em 2em 2em; }
    .section-contact .section-contact__inner {
      position: relative;
      max-width: 70em;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
      background-image: url(../img-assets/th-bulb.svg);
      background-position: left top;
      background-repeat: no-repeat;
      padding-top: 1em; }
      .section-contact .section-contact__inner:after {
        content: "";
        display: table;
        clear: both; }
    .section-contact h2 {
      padding-left: 12.5%;
      text-align: left; }
    .section-contact .contact-container {
      margin-bottom: 6em;
      width: 75%;
      margin-bottom: 8em; } }
  /* END min-width: 768px
--------------------------------------------------------- */
.footer{
    max-width: 70em;
    margin: 0 auto;
}
.footer div{
    padding: 0 20px;
}

.footer a{
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

.footer a:hover{
  text-decoration: underline;
}

.footer .flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer .flex a{
  margin-left: 0px;
  margin-bottom: 20px;
}

.footer .flex .partner{
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .flex a{
    margin-left: 24px;
    margin-bottom: 0;
  }
  .footer .flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer .flex .partner{
    text-align: right;
  }
}



.impressum .backlink {
  padding: 0 1.25em 0 3rem;
  line-height: 3rem;
  border: 3px solid #AC8D4B;
  font-size: 1em;
  color: #AC8D4B;
  text-transform: uppercase;
  letter-spacing: .075em;
  display: inline-block;
  font-weight: bold;
  margin-top: 2em;
  transition: background-position .1s ease-out;
  background: transparent url("../img-assets/th-back-arrow.svg") no-repeat 1.2rem center;
background-size: 16px; }
  .impressum .backlink:hover {
    background-position: .75rem center; }

.impressum header {
  padding: 0;
  padding-top: 2em;
  margin-bottom: 3em; }
  .impressum header img {
    float: right;
    margin-top: .5em;
    width: 190px;
    }
  .impressum header h1 {
    visibility: visible;
    display: inline;
    font-size: 2em;
    font-weight: normal;
    color: #AC8D4B; }
