@charset "UTF-8";
/*
 * Wesbite settings
 */
/* Theme colors */
/* Generic helper colours */
/*
 * Mixin: Breakpoints handling RWD including Old-IE (lte IE8)
 */
/* Media Query Breakpoints */
/*
 * Mixin: Old IE. Only print this for Old-ie stylesheet
 */
/*
 * Mixin: Font size rem and px mixin
 */
/*
 * Mixin: Header font size rem and px mixin
 */
/*
 * Mixin: REM to Px
 */
/*
 * Mixin: Linear gradient
 */
/* Mixin: Background retina image
 * set one background image for both retina, normal and IE screens without issues.
 * use as: @include background-image(spritename, 0  0, 500px 1500px);
 * save images sprite twice the size, set the $size to half e.g. sprite img dimensions: 1000 x 1000, size 500 x 500
 * for retina able browsers background-size values are added
 */
/* Extends */
.inner-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/*! 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 {
  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: 2em;
  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;
}

/* Clearfix IE8 and up, more semantic class group */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.group {
  zoom: 1;
  overflow: hidden;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  border-radius: 0;
}

.is-visible {
  display: block;
}

.is-invisible, .element-invisible {
  display: none;
  visibility: hidden;
}

.is-hidden {
  visibility: hidden;
}

.up-to-small-screens {
  display: block;
}
@media only screen and (min-width: 30.0625em) {
  .up-to-small-screens {
    display: none;
    visibility: hidden;
  }
}

.small-screens-up {
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  .small-screens-up {
    display: block;
  }
}

.up-to-medium-screens {
  display: block;
}
@media only screen and (min-width: 37.5em) {
  .up-to-medium-screens {
    display: none;
    visibility: hidden;
  }
}

.medium-screens-up {
  display: none;
}
@media only screen and (min-width: 37.5em) {
  .medium-screens-up {
    display: block;
  }
}

.up-to-large-screens {
  display: block;
}
@media only screen and (min-width: 48em) {
  .up-to-large-screens {
    display: none;
    visibility: hidden;
  }
}

.large-screens-up {
  display: none;
}
@media only screen and (min-width: 48em) {
  .large-screens-up {
    display: block;
  }
}

.up-to-xlarge-screens {
  display: block;
}
@media only screen and (min-width: 60em) {
  .up-to-xlarge-screens {
    display: none;
    visibility: hidden;
  }
}

.xlarge-screens-up {
  display: none;
}
@media only screen and (min-width: 60em) {
  .xlarge-screens-up {
    display: block;
  }
}

.up-to-wide-screens {
  display: block;
}
@media only screen and (min-width: 71.25em) {
  .up-to-wide-screens {
    display: none;
    visibility: hidden;
  }
}

.wide-screens-up {
  display: none;
}
@media only screen and (min-width: 71.25em) {
  .wide-screens-up {
    display: block;
  }
}

img {
  max-width: 100%;
}

blockquote {
  clear: both;
}

/**
 * About the Responsive Web Design breakpoints in this setup:
 * from base.scss, use small-screens, medium-screens, large-screens, xlarge-screens, wide-screens
 * Use them with "respond-to" mixin from base.scss as "@include respond-to(small-screens) {}"
 *
 * page setup: body direct descendants are the main wrappers containing direct
 *  descendant with .inner-wrap class set to center the content on the page. Used in favor
 * of a general top level wrap all wrapper for esthetics sake.
 *
 * The design pattern here is that some parts (e.g. header/footer) of the website need a full-width
 * background color, but the contents needs to be centered on the page
 *
 * ! If no full width background-colors are in the design you can remove the inner-wrap div's and
 * set the $site-max-width on the body with margin:0 auto;
 *
 */
html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  position: relative;
  padding: 0;
}
body > header, body footer, body main, body [role=main] {
  width: 100%;
  display: block;
  overflow: hidden;
}
body > header {
  padding: 0;
  background-color: #fff;
}
body > main, body [role=main] {
  padding-bottom: 3rem;
  position: relative;
}
@media only screen and (min-width: 37.5em) {
  body > main, body [role=main] {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 48em) {
  body > main, body [role=main] {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 60em) {
  body > main, body [role=main] {
    z-index: 1;
  }
}
body > footer {
  min-height: 10rem;
  background-color: #e6e6e6;
  padding: 2rem 0 3rem;
  border-top: 3px solid #4E4E4E;
}

aside {
  margin-bottom: 2rem;
}

.inner-wrap {
  margin: 0 auto;
  padding: 0 0.625rem;
  max-width: 70em;
  position: relative;
  overflow: auto;
}

.skipcontent {
  background-color: #fff;
  left: -9999px;
  padding: 0.3125rem 1rem;
  position: absolute;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  z-index: 2;
  text-decoration: underline;
}
.skipcontent:focus {
  left: 1.25rem;
}

.logo {
  margin-bottom: 1rem;
}
.logo a {
  display: block;
}
@media only screen and (min-width: 37.5em) {
  .logo {
    float: left;
  }
}
.logo span {
  display: none;
}
.logo.centered {
  text-align: center;
}
@media only screen and (min-width: 37.5em) {
  .logo.centered {
    float: none;
  }
}
.logo.centered a {
  display: inline-block;
}
.logo.centered img {
  margin-left: 40%;
}

.site-name {
  display: block;
}

.site-title {
  background-color: #cce0f1;
}

.main-content {
  position: relative;
  overflow: auto;
}
.main-content > header, .main-content .heading {
  padding: 1rem 0 0;
}
.overview-page .main-content > header, .overview-page .main-content .heading {
  background-color: #b8d4ec;
  margin-bottom: 2rem;
}
.main-content .content-wrap {
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .main-content .content-wrap {
    width: 66%;
    margin-right: 2%;
    float: left;
    order: 0;
  }
}
@media only screen and (min-width: 48em) {
  .main-content .content-wrap + aside {
    width: 30%;
    margin-left: 2%;
    float: right;
  }
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 1.75rem;
}
@media only screen and (min-width: 48em) {
  .content {
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: block;
  }
  .content + .content {
    display: block;
    margin-top: 0;
  }
}
@media only screen and (min-width: 60em) {
  .content {
    display: block;
  }
}

.column {
  min-height: 2rem;
  width: 100%;
  margin-bottom: 2rem;
}
.home .column {
  min-height: 8rem;
}
@media only screen and (min-width: 48em) {
  .column {
    margin: 0 0 1.75rem 0;
  }
}

.third {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .third {
    float: left;
    margin: 0 1% 1.75rem;
    width: 32%;
  }
  .third:first-child {
    margin-left: 0;
  }
  .third:last-child, .third + .third + .third {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .two-third + .third {
    margin-right: 0;
  }
}

.two-third {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .two-third {
    float: left;
    margin: 0 1% 1.75rem 0;
    width: 66%;
    padding-right: 1.5rem;
  }
  .two-third:first-child {
    margin-left: 0;
  }
  .two-third:last-child, .two-third + .third + .third {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .third + .two-third {
    margin: 0 0 1.75rem 1%;
  }
}

@media only screen and (min-width: 48em) {
  .half {
    float: left;
    margin: 0 1% 1.75rem 0;
    width: 49%;
  }
  .half + .half {
    margin: 0 0 1.75rem 1%;
  }
}

@media only screen and (min-width: 37.5em) {
  footer .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-block {
  background-color: transparent !important;
}
@media only screen and (min-width: 37.5em) {
  .footer-block {
    float: left;
    width: 49%;
    padding: 0.5%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .footer-block:first-child {
    margin-left: 0;
  }
  .footer-block:first-child + .footer-block {
    margin-right: 0;
  }
  .footer-block:first-child + .footer-block + .footer-block {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .footer-block:first-child {
    margin-left: 0;
  }
  .footer-block:first-child + .footer-block {
    margin-right: 1%;
  }
  .footer-block:first-child + .footer-block + .footer-block {
    margin: 0 0 0 1%;
  }
}

.payoff, .payoff span {
  position: absolute;
}

.payoff {
  border-left: 44px solid #154273;
  bottom: 0;
  display: block;
  font-family: "ROserif", arial;
  height: 22px;
  left: 50%;
  margin: 0 0 0 -22px;
  padding: 0 0 0 1rem;
  top: auto;
  width: 175px;
}

.pagination li {
  float: left;
  margin: 0 0.45rem 0 0;
  text-align: center;
  width: 44px;
}
.pagination li a {
  transition: all 100ms linear;
  padding: 0.45em 0;
  display: block;
  border: 1px solid #cce0f1;
  background-color: #cce0f1;
}
.pagination li a:link, .pagination li a:visited {
  text-decoration: none;
}
.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
  background-color: #b0cfe9;
  border: 1px solid #b0cfe9;
}
.pagination li.active a {
  border: 1px solid #cce0f1;
  background-color: #fff;
}
.pagination li.active a:link, .pagination li.active a:visited {
  text-decoration: none;
}
.pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus {
  background-color: #cce0f1;
}

.headerimage {
  position: relative;
  min-height: 480px;
  text-align: center;
  z-index: 1;
}
.headerimage .wrapper {
  max-width: 1100px;
  z-index: 10;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media only screen and (min-width: 30.0625em) {
  .headerimage .wrapper {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 48em) {
  .headerimage .wrapper {
    padding: 0;
  }
}
.headerimage .wrapper h2,
.headerimage .wrapper p,
.headerimage .wrapper a {
  color: #fff;
  text-shadow: -1px -1px 40px rgba(0, 0, 0, 0.4);
  margin: 0;
}
.headerimage .wrapper h2 {
  font-size: 3rem;
  line-height: 3.375rem;
  font-family: "ROSansBold", "Droid Sans", Arial, Sans-serif;
  max-width: 600px;
}
.headerimage .wrapper p,
.headerimage .wrapper a {
  font-size: 1.375rem;
  line-height: 2rem;
}
.headerimage .wrapper a {
  text-decoration: none;
}
.headerimage .wrapper a:hover {
  text-decoration: underline;
}
.headerimage .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.block h2,
aside h2 {
  margin: 0;
  margin-bottom: 0.722em;
  padding: 0;
  padding-top: 0.4333em;
  border-top: 3px solid #01689b;
  font-size: 1.225em;
  font-weight: bold;
  line-height: 1.4444;
}

.headline {
  background-color: #f3f3f3;
  overflow: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 30.0625em) {
  .headline .visual {
    display: none;
  }
}
@media only screen and (min-width: 37.5em) {
  .headline .visual,
  .headline div {
    display: inline;
    float: left;
    width: 50%;
    margin: 0;
  }
}
.headline a {
  display: block;
  text-decoration: none;
  padding: 10px;
}
.headline a p {
  color: #222;
}
.headline h3 {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.1429;
  color: inherit;
  color: #14467b;
}
.headline h3:hover {
  text-decoration: underline;
  color: #154273;
}
.headline h3 span {
  font-size: 1.2rem;
}
.headline h3 h3,
.headline h3 p {
  padding: 0.4em 0 0.2em 10px;
}

.search {
  padding: 1.25rem 0.625rem 1rem 0.625rem;
  overflow: hidden;
  max-width: 480px;
  display: block;
  background-color: #cce0f1;
  clear: both;
}
@media only screen and (min-width: 30.0625em) {
  .search {
    width: 100%;
    float: left;
    max-width: none;
  }
}
@media only screen and (min-width: 48em) {
  .search {
    margin: 0.4rem 0.625rem 0 0;
    float: right;
    padding: 0;
    width: 29.5%;
    clear: none;
  }
}
@media only screen and (min-width: 37.5em) {
  .search > div {
    float: right;
    width: 100%;
  }
}
.search label, .search p {
  display: none;
  clear: both;
}
.search [type=submit] {
  padding: 0 0.75rem;
  border-left: 0;
  width: 70px;
  background-color: #01689b;
  font-family: "ROSans", "arial", serif;
  font-weight: 400;
  color: #cce0f1;
}
@media only screen and (min-width: 48em) {
  .search [type=submit] {
    background-color: #cce0f1;
    color: #01689b;
  }
}
.search [type=submit]:hover, .search [type=submit]:active, .search [type=submit]:focus {
  background-color: #018ace;
}
@media only screen and (min-width: 48em) {
  .search [type=submit]:hover, .search [type=submit]:active, .search [type=submit]:focus {
    background-color: #b8d4ec;
  }
}
.search [type=text], .search [type=search] {
  font-family: "ROSans", "arial", serif;
}
.search [type=search] {
  box-sizing: border-box;
}
.search input, .search button {
  border: 0;
  height: 30px;
  float: left;
  width: calc(100% - 71px);
  padding-left: 0.5rem;
}

.toggle-btn-wrap {
  float: right;
}
.toggleable-menu .toggle-btn-wrap {
  overflow: hidden;
  float: none;
  width: 100%;
}
@media only screen and (min-width: 37.5em) {
  .toggleable-menu .toggle-btn-wrap {
    float: right;
    width: auto;
  }
}

.toggle-menu, .toggle-search {
  font-family: "ROSansBold", "Droid Sans", Arial, Sans-serif;
  font-weight: bold;
}
.toggle-menu:link, .toggle-menu:visited, .toggle-search:link, .toggle-search:visited {
  color: #cce0f1;
  text-decoration: none;
}
.toggle-menu:hover, .toggle-menu:active, .toggle-menu.toggle-active, .toggle-search:hover, .toggle-search:active, .toggle-search.toggle-active {
  background-color: #cce0f1;
  color: #01689b;
}

.toggle-menu {
  float: left;
  display: none;
  height: 30px;
  margin-right: 1em;
  padding: 0.25em 0.5em 0.25em 1.5em;
  padding: 4px 8px 4px 24px;
  position: relative;
  /* active state, i.e. menu open */
}
.toggle-menu:hover, .toggle-menu:active, .toggle-menu.toggle-active {
  background-color: transparent;
  color: #cce0f1;
}
.toggle-menu span {
  display: block;
  position: absolute;
  top: 11px;
  left: 11px;
  width: 10px;
  height: 1px;
  background: #b8d4ec;
}
.toggle-menu span:before, .toggle-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b8d4ec;
  content: "";
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0s;
}
.toggle-menu span:before {
  top: 3px;
  transition-property: top, transform;
}
.toggle-menu span:after {
  bottom: -6px;
  transition-property: bottom, transform;
}
.toggle-menu:hover span, .toggle-menu.toggle-active span {
  background: #c0d9ee;
}
.toggle-menu:hover span:before, .toggle-menu:hover span:after, .toggle-menu.toggle-active span:before, .toggle-menu.toggle-active span:after {
  background-color: #c0d9ee;
}
.toggle-menu.toggle-active span {
  background: none;
  height: 2px;
}
.toggle-menu.toggle-active span:before {
  top: 3px;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
  height: 2px;
}
.toggle-menu.toggle-active span:after {
  bottom: -3px;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
  height: 2px;
}
@media only screen and (min-width: 37.5em) {
  .toggle-menu {
    display: none;
  }
}

.toggle-search {
  float: right;
  display: none;
  padding: 0.4em 0.5em 0.55em;
  width: 80px;
}
.toggle-search:hover, .toggle-search:active, .toggle-search.toggle-active {
  background-color: #cce0f1;
  color: #01689b;
}
.toggle-search:before {
  content: "▸";
  margin-right: 0.3em;
}
.toggle-search.toggle-active:before {
  content: "▾";
}
.toggleable-menu .toggle-search {
  height: 30px;
  padding: 0.25em 0.5em;
}
@media only screen and (min-width: 37.5em) {
  .toggleable-menu .toggle-search {
    height: auto;
    padding: 0.4em 0.5em 0.55em;
    margin-right: 0;
  }
}
@media only screen and (min-width: 37.5em) {
  .toggle-search {
    display: none;
    margin-right: 0.625em;
  }
}

nav {
  background-color: #01689b;
}
@media only screen and (min-width: 60em) {
  nav {
    position: relative;
    z-index: 2;
    height: 44px;
  }
}
nav .inner-wrap {
  padding: 0;
}
@media only screen and (min-width: 60em) {
  nav .inner-wrap {
    overflow: visible;
  }
}
nav .menu {
  float: left;
  width: calc(100% - 90px);
}
nav .menu li {
  padding: 0 0.1rem 0 0;
}
nav .menu li:before {
  content: "";
}
nav ul {
  background-color: #01689b;
  padding: 0 0 0 0.625em;
  overflow: hidden;
}
@media only screen and (min-width: 60em) {
  nav ul {
    overflow: visible;
  }
}
nav ul li {
  list-style: none;
  float: left;
}
@media only screen and (min-width: 37.5em) {
  nav ul li {
    padding-right: 0.1rem;
  }
}
@media only screen and (min-width: 60em) {
  nav ul li:hover ul {
    display: block;
  }
}
nav ul li a {
  padding: 0.5em 0.6em;
  font-size: 1rem;
  height: 44px;
  display: block;
  font-family: "ROSans", "Droid Sans", Arial, Sans-serif;
}
@media only screen and (min-width: 48em) {
  nav ul li a {
    padding: 0.8em 0.75em 0.6em;
  }
}
nav ul li a:link, nav ul li a:visited {
  color: #fff;
  text-decoration: none;
}
nav ul li a:hover, nav ul li a:active, nav ul li a.active, nav ul li a:focus {
  background-color: #b8d4ec;
  color: #222;
}
nav ul li a.menu-holder, nav ul li a.submenu-placeholder {
  display: none;
}
@media only screen and (min-width: 60em) {
  nav ul li a.menu-holder, nav ul li a.submenu-placeholder {
    cursor: default;
    display: block;
  }
  nav ul li a.menu-holder:focus + ul.dropdown, nav ul li a.submenu-placeholder:focus + ul.dropdown {
    display: block;
  }
}
nav ul ul {
  padding: 0;
}
@media only screen and (min-width: 60em) {
  nav ul ul {
    display: none;
    position: absolute;
    z-index: 2;
  }
}
.toggleable-menu nav {
  float: left;
  width: 100%;
}
.toggleable-menu nav .menu {
  float: left;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 37.5em) {
  .toggleable-menu nav .menu {
    width: calc(100% - 90px);
    padding-left: 0.625em;
  }
}
@media only screen and (min-width: 48em) {
  .toggleable-menu nav .menu {
    width: 66%;
  }
}
.toggleable-menu nav li {
  float: none;
  padding-right: 0;
}
.toggleable-menu nav li a {
  padding: 0.5em;
}
@media only screen and (min-width: 37.5em) {
  .toggleable-menu nav li {
    float: left;
  }
  .toggleable-menu nav li a {
    padding: 0.5em 0.75em;
  }
}
@media only screen and (min-width: 48em) {
  .toggleable-menu nav li a {
    padding: 0.65em 0.75em 0.6em;
  }
}

.menu li {
  position: relative;
  padding: 0.1rem 1rem;
}
.menu li:before {
  content: "› ";
  left: 0.25rem;
  position: absolute;
}

.secondary-menu, .meta-menu {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.secondary-menu li, .meta-menu li {
  list-style: none;
  float: left;
}
.secondary-menu li a, .meta-menu li a {
  padding: 0.5em;
  display: block;
}

ul.sub-menu {
  padding: 0.75rem;
  margin: 0.25rem -0.625rem 2rem;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 48em) {
  ul.sub-menu {
    margin: 0.25rem 0 1.25rem;
  }
}
ul.sub-menu li {
  padding: 0;
}
ul.sub-menu li a {
  padding: 0.5rem 1rem;
}
ul.sub-menu li a.active {
  background-color: #cce0f1;
}
ul.sub-menu li:before {
  top: 0.5rem;
}
ul.sub-menu ul {
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: none;
}
ul.sub-menu ul.active-trail {
  display: block;
}
ul.sub-menu ul li a {
  padding-left: 1.5rem;
}
ul.sub-menu ul li:before {
  content: "";
}
ul.sub-menu a {
  padding: 0.5rem;
  display: block;
}
ul.sub-menu a:hover, ul.sub-menu a:active, ul.sub-menu a:focus {
  background-color: #fff;
}

.breadcrumb {
  padding: 1.75rem 0;
  width: 100%;
}
.breadcrumb a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: "ROSans", Arial;
  padding-right: 1em;
  position: relative;
}
.breadcrumb a:after {
  content: "› ";
  right: 0.25em;
  position: absolute;
}

.second-level-menu {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 30.0625em) {
  .second-level-menu li {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
}
@media only screen and (min-width: 37.5em) {
  .second-level-menu li {
    display: block;
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 48em) {
  .second-level-menu li {
    float: left;
    width: auto;
    margin-right: 0.1em;
  }
}
.second-level-menu a {
  display: block;
  width: 100%;
  padding: 0.5rem;
}
@media only screen and (min-width: 37.5em) {
  .second-level-menu a {
    padding: 0.45em 1em 0.55em;
  }
}
@media only screen and (min-width: 48em) {
  .second-level-menu a {
    padding: 0.45em 1em 0.55em;
    height: 40px;
  }
}
.second-level-menu a:link, .second-level-menu a:visited {
  text-decoration: none;
}
.second-level-menu a:active, .second-level-menu a.active {
  background-color: #fff;
  font-weight: bold;
}
.second-level-menu a:hover, .second-level-menu a:focus {
  background-color: #fff;
}

/**
 *  ROSans and ROSerif
 */
@font-face {
  font-family: "ROSans";
  src: url("../webfonts/ROsanswebtextregular-OYvvyqK.eot") format("embedded-opentype"), url("../webfonts/ROsanswebtextregular-_pKLeqv.ttf") format("opentype"), url("../webfonts/ROsanswebtextregular-D4c_H54.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ROSansBold";
  src: url("../webfonts/ROsanswebtextbold-dHu6XTO.eot") format("embedded-opentype"), url("../webfonts/ROsanswebtextbold-w1Glcns.ttf") format("opentype"), url("../webfonts/ROsanswebtextbold-gnwTW3T.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "ROSansItalic";
  src: url("../webfonts/ROsanswebtextitalic-qvuIq-5.eot") format("embedded-opentype"), url("../webfonts/ROsanswebtextitalic-wUBJ0Sp.ttf") format("opentype"), url("../webfonts/ROsanswebtextitalic-rovFKVh.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "ROSerif";
  src: url("../webfonts/ROserifwebregular-EiWOk_E.eot") format("embedded-opentype"), url("../webfonts/ROserifwebregular-5kXxgJ1.ttf") format("opentype"), url("../webfonts/ROserifwebregular-SqrMfHo.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ROSerifBold";
  src: url("../webfonts/ROserifwebbold-g7gNAmG.eot") format("embedded-opentype"), url("../webfonts/ROserifwebbold-iutEYcq.ttf") format("opentype"), url("../webfonts/ROserifwebbold-iCPapeA.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "ROSerifItalic";
  src: url("../webfonts/ROserifwebitalic-OevPlaM.eot") format("embedded-opentype"), url("../webfonts/ROserifwebitalic-GZgJ4wT.ttf") format("opentype"), url("../webfonts/ROserifwebitalic-Z69yfNU.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
body {
  font-size: 100%;
  font-family: "ROSans", Verdana, Sans-serif;
  color: #222;
}

h1, h2, h3, h4, h5 {
  color: #222;
  margin-top: 0;
  font-family: "ROSans", serif;
  font-weight: 400;
  font-style: normal;
}

h1, .alpha {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0.5em;
}
.site-title h1, .site-title .alpha {
  font-size: 1.4rem;
  line-height: 1.68rem;
  margin-bottom: 0;
  padding: 0.25em 0;
  font-family: "ROSansBold", "Droid Sans", Arial, Sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2, .beta {
  font-size: 1.75rem;
  line-height: 2.1rem;
}

h3, .gamma {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

h4, .delta {
  font-size: 1.125rem;
  line-height: 1.35rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "ROSansBold";
}

blockquote {
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1em;
  background-color: #cce0f1;
  font-family: "ROSans", "Droid Sans", Arial, Sans-serif;
  color: #222;
}

b, strong {
  font-family: "ROSansBold";
}

li {
  margin: 0.5em 0 0.5em 1.5em;
  list-style-position: outside;
}

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #01689b;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

ul {
  margin: 0;
  list-style: disc;
}
ul li {
  padding: 0;
  margin: 0;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  padding: 0;
  margin: 0;
}

a, a:link, a:visited {
  transition: all 80ms linear;
  color: #14467b;
}
footer a, footer a:link, footer a:visited {
  color: #222;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  text-decoration: underline;
}

.btn {
  padding: 0.25em 0.5em;
  background-color: #01689b;
  border: 0 solid #222;
  display: block;
  margin-bottom: 1.5em;
}
.btn:link, .btn:visited {
  color: #fff;
  text-decoration: none;
}
.btn:link .btn__subtext, .btn:visited .btn__subtext {
  text-decoration: none;
}
.btn:hover, .btn:active, .btn:focus {
  text-decoration: underline;
  background-color: #015782;
}
.btn span {
  clear: both;
  display: block;
}
.btn .btn__subtext {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #f3f3f3;
}

.btn--large {
  font-size: 1.5rem;
  line-height: 1.8rem;
  line-height: 1;
  padding: 1rem 1.25rem;
}
main p, main ul, main ol, main dl, main pre, main cite, main blockquote, main table, footer p, footer ul, footer ol, footer dl, footer pre, footer cite, footer blockquote, footer table, .highlighted p, .highlighted ul, .highlighted ol, .highlighted dl, .highlighted pre, .highlighted cite, .highlighted blockquote, .highlighted table {
  margin: 0 0 1.5em 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 71.25em) {
  main p, main ul, main ol, main dl, main pre, main cite, main blockquote, main table, footer p, footer ul, footer ol, footer dl, footer pre, footer cite, footer blockquote, footer table, .highlighted p, .highlighted ul, .highlighted ol, .highlighted dl, .highlighted pre, .highlighted cite, .highlighted blockquote, .highlighted table {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
main .intro, footer .intro, .highlighted .intro {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media only screen and (min-width: 37.5em) {
  .overview-page main .intro, .overview-page footer .intro, .overview-page .highlighted .intro {
    max-width: 80%;
  }
}
@media only screen and (min-width: 48em) {
  .overview-page main .intro, .overview-page footer .intro, .overview-page .highlighted .intro {
    max-width: 66%;
  }
}
main ol, footer ol, .highlighted ol {
  counter-reset: li; /* Initiate a counter */
  margin-left: 0; /* Remove the default left margin */
  padding-left: 0; /* Remove the default left padding */
}
main ol > li, footer ol > li, .highlighted ol > li {
  position: relative; /* Create a positioning context */
  list-style: none; /* Disable the normal item numbering */
  padding-left: 1.7em;
  margin-bottom: 1em;
}
main ol > li:before, footer ol > li:before, .highlighted ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  line-height: 1;
  width: 2em;
  text-align: left;
  content: counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
}
main li ol, main li ul, footer li ol, footer li ul, .highlighted li ol, .highlighted li ul {
  margin-top: 0.5em;
}
main ol ol li:last-child, footer ol ol li:last-child, .highlighted ol ol li:last-child {
  margin-bottom: 0;
}

.edit-link {
  position: relative;
  top: -0.65rem;
  margin-left: 0.5rem;
}
.edit-link a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-transform: lowercase;
  padding: 0.1em 0.35em;
  color: #222;
  background-color: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: "ROSans";
}
.edit-link a:link, .edit-link a:visited {
  text-decoration: none;
}
.edit-link a:hover, .edit-link a:active, .edit-link a:focus {
  background-color: #555;
  color: #fff;
}

.two-third .intro {
  min-width: 100%;
}

/**
* General OS overrides
*/
input[type=search], input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
* Drupal overrides
*/
/* Drupal additions and overrides */
.field-collection-container {
  border: 0;
}

/* Drupal system.menu.css */
/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.tabs {
  overflow: hidden;
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
}

ul.tabs li {
  display: inline;
  float: left;
}

ul.tabs li a {
  background-color: #eee;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}

ul.tabs li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

ul.tabs li a:hover {
  background-color: #efefef;
  border-color: #ccc;
  border-bottom-color: #efefef;
}

.front .block {
  margin-bottom: 30px;
}

.messages .msg {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

/**
* from system.css
*/
/**
* Autocomplete.
*
* @see autocomplete.js
*/
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
* Collapsible fieldsets.
*
* @see collapse.js
*/
html.js fieldset.collapsible .fieldset-legend {
  padding-left: 15px; /* LTR */
}

html.js fieldset.collapsed .fieldset-legend {
  background-position: 5px 50%; /* LTR */
}

.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
* TableDrag behavior.
*
* @see tabledrag.js
*/
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
* TableSelect behavior.
*
* @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}

td.checkbox,
th.checkbox {
  text-align: center;
}

/**
* Progress bar.
*
* @see progress.js
*/
.progress {
  font-weight: bold;
}

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

p.intro {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 71.25em) {
  p.intro {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

footer h2 {
  margin: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #535353;
  font-weight: 400;
  font-size: 1.8em;
  border-bottom: 1px solid #b4b4b4;
}

.question {
  font-family: "ROSansBold", "Droid Sans", Arial, Sans-serif;
  font-weight: 700;
  font-style: normal;
}

form label {
  display: block;
  padding: 0.6rem 0;
  font-size: 1.1rem;
}
form label:hover {
  cursor: pointer;
}

input {
  border: 1px solid #222;
}

input[type=submit] {
  background-color: #cce0f1;
  border: 0;
  font-family: "ROSans";
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: normal;
  padding: 0.4rem 1.25rem;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
input[type=submit]:hover {
  background-color: #b8d4ec;
}

aside h4 {
  font-family: "ROSansBold", "Droid Sans", Arial, Sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 1em;
}

form small {
  padding-left: 2.5em;
  margin-top: 0.5em;
  display: block;
}

.hero-image {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  background-color: #ccc;
}
.hero-image img {
  display: block;
  position: relative;
  margin: 0 auto;
}

.home .main-content > .inner-wrap {
  padding-top: 3rem;
}

.search-result {
  overflow: visible;
  margin-bottom: 2rem;
}
.search-result > a {
  display: block;
  color: #222;
}
@media only screen and (min-width: 71.25em) {
  .search-result > a {
    padding: 0.625rem;
    margin: 0 -0.625rem;
    position: relative;
    border: 1px solid #fff;
  }
}
.search-result > a:link, .search-result > a:visited {
  transition: 100ms all linear;
  text-decoration: none;
}
.search-result > a:link h1, .search-result > a:visited h1 {
  color: #01689b;
}
@media only screen and (min-width: 71.25em) {
  .search-result > a:link h1, .search-result > a:visited h1 {
    text-decoration: underline;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 71.25em) {
  .search-result > a:link h1, .search-result > a:visited h1 {
    text-decoration: none;
  }
}
.search-result > a:link p, .search-result > a:visited p {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 71.25em) {
  .search-result > a:hover, .search-result > a:active, .search-result > a:focus {
    border: 1px solid #cce0f1;
    color: #555;
  }
}
.search-result > a:hover h1 span, .search-result > a:active h1 span, .search-result > a:focus h1 span {
  text-decoration: underline;
}
@media only screen and (min-width: 71.25em) {
  .search-result > a:hover h1 span, .search-result > a:active h1 span, .search-result > a:focus h1 span {
    text-decoration: none;
    border-bottom: 1px solid #01689b;
  }
}
.search-result h1 {
  transition: 150ms all linear;
  margin-bottom: 0.15em;
  display: inline-block;
  clear: both;
}

table {
  border: 1px solid #999;
}
table th {
  padding: 0.3em 1em;
  background-color: #DDD;
}
table td {
  padding: 0.3em 1em;
  border-bottom: 1px solid #AAA;
}

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body > header {
    display: inline;
  }
  body > nav, body > footer, body .breadcrumb, body > aside, body .payoff {
    display: none;
  }
  body .main-content {
    margin: 0px;
    padding: 3em 5em 3em 5em;
  }
  body aside .btn {
    display: none;
  }
  body > main, body [role=main] {
    margin: 0;
    padding: 0;
  }
  .column {
    margin-bottom: 0;
  }
  h2, h3, h4 {
    page-break-after: avoid;
  }
  img {
    max-width: 100% !important;
  }
  article {
    page-break-before: always;
  }
  ul, img {
    page-break-inside: avoid;
  }
  a, a:link, a:visited {
    font-weight: normal;
    text-decoration: underline;
  }
  a[href^=http]:after {
    content: " (" attr(href) ")";
    font-weight: bolder;
    text-decoration: underline;
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .inner-wrap {
    padding: 0 0.625rem 0 0;
  }
}

/*# sourceMappingURL=app.output.css.map */
