.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 0%;
}

.col:first-child {
  margin-left: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* Floats */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* Images */
.img-responsive {
  max-width: 100%;
  display: block;
}

.img-center {
  margin-right: auto;
  margin-left: auto;
}

/* Text Alignment */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.toggle, [id^=drop] {
  display: none;
}

nav {
  margin: 0;
  padding: 0;
}

#logo {
  display: block;
  padding: 0;
  float: left;
  line-height: 60px;
}
#logo a {
  padding: 0;
}
#logo a:hover {
  background: transparentl;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

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

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}

nav a {
  display: block;
  padding: 0 36px;
  color: rgb(255, 255, 255);
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
}

/* Media Queries
--------------------------------------------- */
@media all and (max-width: 768px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  nav {
    margin: 0;
  }
  .toggle + a, .menu {
    display: none;
  }
  .toggle {
    display: block;
    padding: 0;
    color: #FFF;
    font-size: 1em;
    line-height: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }
  nav a {
    padding: 0;
  }
  [id^=drop]:checked + ul {
    display: block;
  }
  nav ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px rgb(255, 255, 255);
  }
  nav ul li:last-child {
    border: none;
  }
}
@media all and (max-width: 330px) {
  nav ul li {
    display: block;
    width: 94%;
  }
}
/* 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 {
  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 */
  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 {
  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] {
  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;
}

.span-12-of-12 {
  width: 100%;
}

.span-11-of-12 {
  width: 100%;
}

.span-10-of-12 {
  width: 100%;
}

.span-9-of-12 {
  width: 100%;
}

.span-8-of-12 {
  width: 100%;
}

.span-7-of-12 {
  width: 100%;
}

.span-6-of-12 {
  width: 100%;
}

.span-5-of-12 {
  width: 100%;
}

.span-4-of-12 {
  width: 100%;
}

.span-3-of-12 {
  width: 100%;
}

.span-2-of-12 {
  width: 100%;
}

.span-1-of-12 {
  width: 100%;
}

/* Base Rules  */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  min-height: 100%;
  font: normal normal normal 100%/150% "Montserrat", sans-serif;
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  background: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#contact header#masthead {
  background: rgb(0, 0, 0);
}

/* Typography */
h1, h2, h4, h3, h5 {
  font-weight: 600;
  margin: 0;
}

h1 {
  color: rgb(255, 255, 255);
  font-size: 1.75em;
  line-height: 1.25em;
  max-width: 24em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

h2, h4 {
  font-size: 1.5em;
  line-height: 1.25em;
}

h3 {
  font-size: 1.1375em;
}

p.header-intro {
  font-size: 1.125em;
  text-align: center;
  max-width: 18em;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

p.author {
  color: rgb(255, 255, 255);
  font-size: 0.9375em;
  margin: 0;
  text-align: left;
}
p.author a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
p.author a:hover {
  text-decoration: underline;
}

/* Wraps and Containers */
.main-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.inside-wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}

/* Layout Rules */
header {
  width: 100%;
  height: auto;
  background: rgb(0, 0, 0);
  padding: 18px 50px;
}

main {
  flex: 1;
}

section#hero {
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding-top: 3em;
  padding-bottom: 3em;
  background: url(../../assets/img/backgrounds/image-background-home.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

section#content {
  padding-top: 36px;
  padding-bottom: 36px;
}
section#content p:first-child {
  margin-top: 5px;
}

section#faq {
  padding-top: 36px;
  padding-bottom: 36px;
  background: rgb(234, 235, 236);
}

footer {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  background: rgb(0, 0, 0);
}
footer .inside-wrap {
  max-width: none;
}

/* Modules */
.header-scrolled {
  background: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

#disclaimer {
  display: none;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #eee;
  position: relative;
}

/* State */
.site-logo {
  max-height: 60px;
}

.mobile {
  display: block;
}

.cta {
  margin-top: 2em;
}

a.action-bttn {
  color: rgb(255, 255, 255);
  font-size: 1.125em;
  font-weight: 600;
  padding: 1.125em 2em 1em;
  text-transform: uppercase;
  border: solid 2px rgb(255, 255, 255);
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.5s ease;
}
a.action-bttn:hover {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}

a.telephone {
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 2em;
  display: block;
  text-decoration: none;
  transition: all 0.5s ease;
}
a.telephone:hover {
  opacity: 0.8;
}
a.telephone span {
  padding-left: 25px;
  background: url(../../assets/img/icons/icon-telephone.svg) left center no-repeat;
  background-size: 20px 20px;
}

.gallery-wrap {
  margin-top: 1em;
}

.gallery-header-wrap {
  padding-bottom: 1em;
  zoom: 1;
}
.gallery-header-wrap:before, .gallery-header-wrap:after {
  content: "";
  display: table;
}
.gallery-header-wrap:after {
  clear: both;
}

a.page-links {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
a.page-links:hover {
  text-decoration: none;
}

dl.frequently-asked-questions {
  margin-top: 2.25em;
}
dl.frequently-asked-questions dt {
  padding: 1em 2em;
  background: rgb(0, 0, 0);
  border-bottom: solid 5px rgb(255, 255, 255);
}
dl.frequently-asked-questions dt h5 {
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  font-weight: 600;
  padding-right: 36px;
  background: url(../../assets/img/icons/icon-accordion-closed.svg) right center no-repeat;
  background-size: 22px 22px;
  cursor: pointer;
}
dl.frequently-asked-questions dt h5.open {
  background: url(../../assets/img/icons/icon-accordion-open.svg) right center no-repeat;
  background-size: 22px 22px;
}
dl.frequently-asked-questions dt:nth-of-type(even) {
  background: #333333;
}
dl.frequently-asked-questions dd {
  margin: 0;
  padding: 1.25em 2em;
  background: rgb(255, 255, 255);
}

ul.social-media {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
}
ul.social-media:before, ul.social-media:after {
  content: "";
  display: table;
}
ul.social-media:after {
  clear: both;
}
ul.social-media li {
  float: left;
  margin-right: 9px;
}
ul.social-media li:last-child {
  margin-right: 0;
}
ul.social-media li a.facebook {
  width: 36px;
  height: 36px;
  background: url(../../assets/img/icons/icon-facebook.svg) center center no-repeat;
  background-size: 36px 36px;
  text-indent: -9999px;
  display: block;
  transition: all 0.5s ease;
}
ul.social-media li a.facebook:hover {
  opacity: 0.8;
}
ul.social-media li a.instagram {
  width: 36px;
  height: 36px;
  background: url(../../assets/img/icons/icon-instagram.svg) center center no-repeat;
  background-size: 36px 36px;
  text-indent: -9999px;
  display: block;
  transition: all 0.5s ease;
}
ul.social-media li a.instagram:hover {
  opacity: 0.8;
}

ul.policy-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.policy-links li {
  color: rgb(255, 255, 255);
  font-size: 0.9375em;
  display: inline-block;
}
ul.policy-links li:after {
  color: rgb(255, 255, 255);
  content: "|";
  margin: 0 5px 0 12px;
}
ul.policy-links li:last-child:after {
  content: none;
}
ul.policy-links li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
ul.policy-links li a:hover {
  text-decoration: underline;
}

.device-orientation {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}

.gallery {
  margin-bottom: 2em;
}
.gallery:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Media Queries for RWD.
   ========================================================================== */
@media only screen and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    margin: 0;
    overflow: hidden;
  }
  .landscape-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .device-orientation {
    width: 245px;
    height: 184px;
    display: block;
    opacity: 1;
  }
  header, nav, main, section, aside, footer {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .col {
    margin: 1% 0 1% 1.6%;
  }
  .span-12-of-12 {
    width: 100%;
  }
  .span-11-of-12 {
    width: 91.53%;
  }
  .span-10-of-12 {
    width: 83.06%;
  }
  .span-9-of-12 {
    width: 74.6%;
  }
  .span-8-of-12 {
    width: 66.13%;
  }
  .span-7-of-12 {
    width: 57.66%;
  }
  .span-6-of-12 {
    width: 49.2%;
  }
  .span-5-of-12 {
    width: 40.73%;
  }
  .span-4-of-12 {
    width: 32.26%;
  }
  .span-3-of-12 {
    width: 23.8%;
  }
  .span-2-of-12 {
    width: 15.33%;
  }
  .span-1-of-12 {
    width: 6.86%;
  }
  h1 {
    font-size: 2em;
  }
  h2, h4 {
    font-size: 1.6375em;
  }
  h3 {
    font-size: 1.25em;
  }
  .mobile {
    display: none;
  }
  .cta {
    margin-top: 2.5em;
  }
  a.telephone {
    margin-top: 2.25em;
  }
  section#content, section#faq {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  section#content p:first-child {
    margin-top: 0;
  }
  .gallery-wrap {
    margin-top: 1.5em;
  }
  dl.frequently-asked-questions {
    margin-top: 2.5em;
  }
  footer {
    padding-top: 45px;
  }
  p.author {
    text-align: right;
  }
  ul.social-media {
    margin: 0;
    text-align: right;
  }
  ul.social-media li {
    float: none;
    display: inline-block;
  }
  .gallery {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  header {
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all 0.5s ease;
  }
  section#hero {
    height: 100vh;
  }
  h1 {
    font-size: 2.25em;
  }
  h2, h4 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.375em;
  }
  .cta {
    margin-top: 2.75em;
  }
  a.telephone {
    margin-top: 2.5em;
  }
  section#content, section#faq {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .gallery-wrap {
    margin-top: 2em;
  }
  dl.frequently-asked-questions {
    margin-top: 2.6375em;
  }
  dl.frequently-asked-questions dt h5 {
    font-size: 1.25em;
  }
  footer {
    padding-top: 54px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
  h2, h4 {
    font-size: 1.8375em;
  }
  h3 {
    font-size: 1.5em;
  }
  .cta {
    margin-top: 3em;
  }
  a.telephone {
    margin-top: 2.75em;
  }
  section#content, section#faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .gallery-wrap {
    margin-top: 2.5em;
  }
  dl.frequently-asked-questions {
    margin-top: 2.75em;
  }
  footer {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 1382px) {
  h1 {
    font-size: 2.75em;
  }
  h2, h4 {
    font-size: 1.9375em;
  }
  h3 {
    font-size: 1.6375em;
  }
  .cta {
    margin-top: 3.5em;
  }
  a.telephone {
    margin-top: 3em;
  }
  section#content, section#faq {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .gallery-wrap {
    margin-top: 3em;
  }
  dl.frequently-asked-questions {
    margin-top: 3em;
  }
  footer {
    padding-top: 90px;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h4,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h4,
h3 {
    page-break-after: avoid;
  }
}
