/*! normalize.css v3.0.1 | 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, 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: 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; }

/* Variables */
/* Typography */
/* True here means that all computed values will be in EMs */
/* Allows the adjust-font-size-to and lines-for-font-size mixins to round to the nearest half line height to avoid large spacing between lines. */
/* Useful to set these here, but don't echo it anywhere. Used in calculations */
/* Specific dimensions */
/* HTML5 Boilerplate Non-semantic helper classes */
/* Add in the HTML5 Boilerplate rules for print (generic). Modify as needed. */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html { height: 100%; font-family: Lato, Arial, sans-serif; font-size: 100%; font-weight: 300; line-height: 1.5; }

body { color: #444; background-color: #fff; }

a, a:active, a:visited, a:hover, a:focus, a:visited:hover { color: #218bc3; text-decoration: none; }

img { max-width: 100%; height: auto; }

a img { display: block; width: 100%; height: auto; margin: 0 auto; }

ul { padding: 0; margin: 0; }

li { list-style: none; }

article ul { padding-left: 1em; margin-bottom: 1em; }

article li { list-style: disc; }

.overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.left { float: left !important; }

.right { float: right !important; }

[data-internal] { cursor: pointer; }

article, aside, blockquote, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, noscript, ol, output, p, pre, section, table, tfoot, ul, video { position: relative; }

a, a.link-block .link { color: #218bc3; text-decoration: none; }

a:hover, a.link-block .link:hover { color: #0b2e40; -moz-transition: all ease-in-out 0.1s; -webkit-transition: all ease-in-out 0.1s; -o-transition: all ease-in-out 0.1s; transition: all ease-in-out 0.1s; }

a.black { color: #222; }

a.black:hover { color: #218bc3; -moz-transition: all ease-in-out 0.1s; -webkit-transition: all ease-in-out 0.1s; -o-transition: all ease-in-out 0.1s; transition: all ease-in-out 0.1s; }

a.link-block { display: block; color: #222; text-decoration: none; }

hr { border-color: #292929; }

h5, h6 { color: #5e5e5e; }

.content h1 { color: #222; }

.clearfix { overflow: hidden; *zoom: 1; }

h1, h2, h3, h4, h5, h6, p, ul, ol, hr { position: relative; font-size: inherit; line-height: inherit; margin: 0 0 20px 0; }

h1, h2, h3, h4, h5 { font-weight: 300; }

h1 span, h2 span, h3 span, h4 span, h5 span { display: block; }

h1, h2 { line-height: 1em; margin-bottom: 20px; text-transform: uppercase; -webkit-font-feature-settings: "kern", "liga", "case"; /* No variation */ -moz-font-feature-settings: "kern=1", "liga=1", "case=1"; /* Firefox 4.0 to 14.0 */ -moz-font-feature-settings: "kern", "liga", "case"; /* Firefox 15.0 onwards */ font-feature-settings: "kern", "liga", "case"; /* No variation */ }

h1, h2, h6 { font-weight: 300; }

h1 { font-size: 60px; }

h2 { font-size: 40px; }

h3 { font-size: 34px; line-height: 1.4; }

h4 { font-size: 24px; line-height: 1.3; }

h5, h6 { font-weight: 400; font-size: 14px; }

b, strong { font-weight: 400; }

hr { top: -7px; margin: -1px 0 20px 0; border: none; border-top: 1px #000 solid; }

.lead-in { font-weight: 300; font-size: 22px; line-height: 1.5; }

ul { padding: 0; margin: 0; }

li { list-style: none; }

article ul { padding-left: 1em; margin-bottom: 1em; }

article li { list-style: disc; }

.content h1 { left: -3px; /* Optical left-edge alignment */ }

.content ul { margin-bottom: 20px; }

.page-title { margin-top: 100px; margin-bottom: 60px; }

@media screen and (max-width: 1160px) { h3 { font-size: 30px; } }
@media screen and (max-width: 890px) { .page-title { margin-top: 80px; margin-bottom: 40px; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: inline; }
  .content h1 { font-size: 50px; left: -2px; /* Optical left-edge alignment */ }
  .content h2, .content .sidebar h3 { font-size: 36px; line-height: 1.2; }
  .content h3 { font-size: 20px; } }
@media screen and (max-width: 740px) { .page-title { margin-top: 40px; margin-bottom: 20px; }
  .content h1 { font-size: 34px; left: -2px; /* Optical left-edge alignment */ }
  .content h2, .content .sidebar h3 { font-size: 30px; line-height: 1.2; }
  .content h3 { font-size: 24px; }
  .lead-in { font-size: 18px; font-weight: 300; }
  .big-p { font-size: 20px; } }
blockquote { font-style: italic; }

body { margin: 0; min-width: 100%; height: 100%; padding-left: 50px; }

.ie8 body { padding-left: 0; }

.frame { overflow: hidden; }

.row { overflow: hidden; *zoom: 1; margin: 0 auto; }

.wrap { padding-left: 20px; padding-right: 20px; }

.column { float: left; padding-left: 20px; padding-right: 20px; }

.col-12 { width: 100%; }

.col-6 { width: 50%; }

.col-8 { width: 66.666666%; }

.col-4 { width: 33.333333%; }

.col-3 { width: 25%; }

.col-9 { width: 75%; }

.clear-2-1 { clear: left; }

@media (min-width: 740px) { .main { -moz-transform: translate(150px, 0); -ms-transform: translate(150px, 0); -webkit-transform: translate(150px, 0); transform: translate(150px, 0); -moz-transition: -moz-transform 0.28s ease-in-out; -o-transition: -o-transform 0.28s ease-in-out; -webkit-transition: -webkit-transform 0.28s ease-in-out; transition: transform 0.28s ease-in-out; } }
.page-title { width: 100%; padding-left: 20px; padding-right: 20px; }

@media (max-width: 600px) { body > section, .slide { padding: 0; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6, .col-8, .col-9, .col-10, .col-11 { width: 100%; } }
.columns { display: block; margin-left: -0.5rem; margin-right: -0.5rem; }

.columns > div { display: block; float: left; padding-left: 0.5rem; padding-right: 0.5rem; width: 33%; }

html.side-nav-always-open { padding-left: 200px; }

html.side-nav-always-open body { padding-left: 0; }

html.side-nav-always-open .main { -moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; }

@media screen and (max-width: 740px) { html.side-nav-always-open { padding-left: 0; } }
.side-nav { position: fixed; left: 0; top: 0; height: 100%; width: 200px; overflow: hidden; cursor: default; color: #c8c8c8; background: #222; overflow-x: hidden; overflow-y: auto; -moz-transition: width 0.28s ease-in-out, background 0.1s linear; -o-transition: width 0.28s ease-in-out, background 0.1s linear; -webkit-transition: width 0.28s ease-in-out, background 0.1s linear; transition: width 0.28s ease-in-out, background 0.1s linear; -moz-transform: translate(0px 0); -ms-transform: translate(0px 0); -webkit-transform: translate(0px 0); transform: translate(0px 0); -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }

.side-nav h3 { width: 200px; margin: 45px 0 14px 15px; font-size: 14px; font-weight: 300; opacity: 1; -moz-transition: opacity 0.28s ease-in-out; -o-transition: opacity 0.28s ease-in-out; -webkit-transition: opacity 0.28s ease-in-out; transition: opacity 0.28s ease-in-out; }
.side-nav ul { width: 200px; }
.side-nav li a { display: block; position: relative; font-size: 16px; font-weight: 300; color: inherit; color: #aaaaaa; line-height: 44px; padding-left: 50px; border-top: 1px #2d2d2d solid; }
.side-nav li a:hover, .side-nav li a.active { color: #f6f6f6; }
.side-nav li:last-child a { border-bottom: 1px #2d2d2d solid; }
.side-nav .icon { display: block; position: absolute; top: 6px; left: 9px; width: 30px; height: 30px; overflow: hidden; }

.no-touch .side-nav li a:hover { background: #111; }

.nav-collapsed .side-nav li a { background: transparent; }

.nav-collapsed .side-nav { width: 50px; }

.nav-collapsed .side-nav h3 { opacity: 0; }

@media screen and (max-height: 670px) and (min-width: 740px) { .side-nav li a { line-height: 35px; font-size: 14px; }
  .side-nav .icon { top: -5px; } }
.ie8 .side-nav li a { line-height: 35px; font-size: 14px; }

.ie8 .side-nav .icon { top: -5px; }

.side-nav.white-nav { background: transparent; }
.side-nav.white-nav li a { color: #333; border-color: rgba(1, 1, 1, 0.1); }
.side-nav.white-nav li a:hover { color: #eee; }

.no-touch .side-nav.white-nav li a:hover { background: rgba(1, 1, 1, 0.3); }

.ie8 .side-nav.white-nav li a { border-color: #ccc; }

.ie8 .side-nav.white-nav li a:hover { background: #eee; }

@media screen and (max-width: 740px) { .side-nav { display: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; }
  body { padding-left: 0; }
  .home .side-nav { display: block; position: relative; width: auto; }
  .home .side-nav ul { width: auto; }
  .home .side-nav li a { line-height: 53px; }
  .home .side-nav .icon { top: 10px; } }
.top-nav { display: none; position: fixed; left: 0; top: 0; padding-top: 8px; width: 100%; height: 50px; background: #fff; border-bottom: 1px solid #eee; color: #777; font-size: 16px; font-weight: 300; z-index: 30; }
.top-nav .left { position: absolute; left: 5px; z-index: 5; }
.top-nav .btn { display: inline-block; height: 32px; line-height: 30px; border: none; color: inherit; background-image: url(../images/back-button.png); background-image: url(../images/back-button.svg); background-position: top left; background-color: #fff; border-right: 1px #e0e0e0 solid; }
.top-nav .imagework-btn { padding: 0 32px 0 22px; }
.top-nav .redrock-btn { padding: 0 42px 0 22px; }
.top-nav .btn-icon { display: block; position: absolute; width: 28px; height: 20px; background-position: right top; background-repeat: no-repeat; }
.top-nav .redrock-btn .btn-icon { background-image: url(../images/redrock/emblem.png); background-size: 28px 16px; top: 6px; right: 10px; }
.top-nav .imagework-btn .btn-icon { background-image: url(../images/imagework/emblem.png); background-size: 17px 20px; top: 5px; right: 9px; }
.top-nav .title { margin: 0 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; font-size: 18px; line-height: 32px; }

@media screen and (max-width: 740px) { .page .content { padding-top: 49px; }
  .top-nav { display: block; }
  body.home .top-nav { display: none; } }
.side-nav .about-imagework .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 0; background-repeat: no-repeat; }
.side-nav .about-imagework.active .icon, .side-nav .about-imagework:hover .icon { background-position: 0 -40px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .about-imagework .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 0; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .about-imagework.active .icon, .side-nav .about-imagework:hover .icon { background-position: 0 -41px; } }
.side-nav .about-redrock .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -80px; background-repeat: no-repeat; }
.side-nav .about-redrock.active .icon, .side-nav .about-redrock:hover .icon { background-position: 0 -120px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .about-redrock .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -82px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .about-redrock.active .icon, .side-nav .about-redrock:hover .icon { background-position: 0 -123px; } }
.side-nav .blog .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -242px; background-repeat: no-repeat; }
.side-nav .blog.active .icon, .side-nav .blog:hover .icon { background-position: 0 -282px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .blog .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -246px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .blog.active .icon, .side-nav .blog:hover .icon { background-position: 0 -287px; } }
.side-nav .clients .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -322px; background-repeat: no-repeat; }
.side-nav .clients.active .icon, .side-nav .clients:hover .icon { background-position: 0 -362px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .clients .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -328px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .clients.active .icon, .side-nav .clients:hover .icon { background-position: 0 -369px; } }
.side-nav .compliance .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -402px; background-repeat: no-repeat; }
.side-nav .compliance.active .icon, .side-nav .compliance:hover .icon { background-position: 0 -442px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .compliance .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -410px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .compliance.active .icon, .side-nav .compliance:hover .icon { background-position: 0 -451px; } }
.side-nav .govcloud .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -482px; background-repeat: no-repeat; }
.side-nav .govcloud.active .icon, .side-nav .govcloud:hover .icon { background-position: 0 -522px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .govcloud .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -492px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .govcloud.active .icon, .side-nav .govcloud:hover .icon { background-position: 0 -533px; } }
.side-nav .partners .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -642px; background-repeat: no-repeat; }
.side-nav .partners.active .icon, .side-nav .partners:hover .icon { background-position: 0 -681px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .partners .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -656px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .partners.active .icon, .side-nav .partners:hover .icon { background-position: 0 -697px; } }
.side-nav .process .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -721px; background-repeat: no-repeat; }
.side-nav .process.active .icon, .side-nav .process:hover .icon { background-position: 0 -761px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .process .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -738px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .process.active .icon, .side-nav .process:hover .icon { background-position: 0 -779px; } }
.side-nav .procurement .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -801px; background-repeat: no-repeat; }
.side-nav .procurement.active .icon, .side-nav .procurement:hover .icon { background-position: 0 -841px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .procurement .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -820px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .procurement.active .icon, .side-nav .procurement:hover .icon { background-position: 0 -861px; } }
.side-nav .scanning .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -881px; background-repeat: no-repeat; }
.side-nav .scanning.active .icon, .side-nav .scanning:hover .icon { background-position: 0 -921px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .scanning .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -902px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .scanning.active .icon, .side-nav .scanning:hover .icon { background-position: 0 -943px; } }
.side-nav .team .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -961px; background-repeat: no-repeat; }
.side-nav .team.active .icon, .side-nav .team:hover .icon { background-position: 0 -1001px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .team .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -984px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .team.active .icon, .side-nav .team:hover .icon { background-position: 0 -1025px; } }
.side-nav .webcms .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -1041px; background-repeat: no-repeat; }
.side-nav .webcms.active .icon, .side-nav .webcms:hover .icon { background-position: 0 -1081px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .webcms .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -1066px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .webcms.active .icon, .side-nav .webcms:hover .icon { background-position: 0 -1107px; } }
.side-nav .health .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -562px; background-repeat: no-repeat; }
.side-nav .health.active .icon, .side-nav .health:hover .icon { background-position: 0 -602px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .health .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -574px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .health.active .icon, .side-nav .health:hover .icon { background-position: 0 -615px; } }
.side-nav .approach .icon { background-image: url('../../images/icons/nav-s6d8cc6533f.png'); background-position: 0 -160px; background-repeat: no-repeat; }
.side-nav .approach.active .icon, .side-nav .approach:hover .icon { background-position: 0 -201px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) { .side-nav .approach .icon { background-image: url('../../images/icons/nav2x-s48cf56cb84.png'); background-position: 0 -164px; -moz-background-size: 30px auto; -o-background-size: 30px auto; -webkit-background-size: 30px auto; background-size: 30px auto; }
  .side-nav .approach.active .icon, .side-nav .approach:hover .icon { background-position: 0 -205px; } }

.logo { height: 50px; }
.logo .logotype { opacity: 1.0; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
.logo .bug { position: absolute; top: 0; right: 0; opacity: 0; }
.logo span { display: none; }

.logo.redrock-logo .logotype { background-image: url(../images/redrock/logo-text.png); width: 140px; margin-top: 20px; margin-right: 10px; }
.logo.redrock-logo .bug { background-image: url(../images/redrock/emblem.png); width: 40px; opacity: 1; }
.logo.redrock-logo .logotype, .logo.redrock-logo .bug { background-size: 100% auto; background-repeat: no-repeat; height: 60px; }

.home .logo.imagework-logo .logotype { background-image: url(../images/imagework/logo_black.png); }

.logo.imagework-logo .logotype { background-image: url(../images/imagework/logo_white.png); width: 180px; }
.logo.imagework-logo .bug { background-image: url(../images/imagework/emblem.png); width: 24px; }
.logo.imagework-logo .logotype, .logo.imagework-logo .bug { background-size: 100% auto; background-repeat: no-repeat; height: 30px; }

.side-nav .logo { margin: 20px 0 10px 0; }

.side-nav .logo a { display: block; position: absolute; right: 30px; -moz-transition: right 0.28s ease-in-out; -o-transition: right 0.28s ease-in-out; -webkit-transition: right 0.28s ease-in-out; transition: right 0.28s ease-in-out; }

.side-nav .logo.imagework-logo a { right: 10px; }

.nav-collapsed .side-nav .logo a { right: 6px; }
.nav-collapsed .side-nav .logo .logotype { opacity: 0; }
.nav-collapsed .side-nav .logo .bug { opacity: 1; }
.nav-collapsed .side-nav .logo.imagework-logo .bug { right: 8px; }

.ie8 .side-nav .logo a { right: auto; left: 13px; }

.side-nav.white-nav .redrock-logo .logotype { top: 5px; }
.side-nav.white-nav .imagework-logo .logotype { top: 0; }

.logo.mobile { display: none; position: absolute; top: 10px; left: 20px; }

.logo.mobile .logotype { top: 5px; }

@media screen and (max-width: 740px) { .logo.mobile { display: block; }
  .home .side-nav .logo { display: none; } }
.main { border-top: 1px solid transparent; }

.ie8 .main { width: auto; margin-left: 250px; }

.nav-collapsed .main { -moz-transform: translate(0px, 0); -ms-transform: translate(0px, 0); -webkit-transform: translate(0px, 0); transform: translate(0px, 0); }

.content { width: 80%; margin: 0 auto; }

.home-content { padding-right: 10%; }

#body-class-surrogate, #title-surrogate { display: none; }

.mobile-only { display: none; }

@media (max-width: 1200px) { .showcase .item { width: 33.3333%; } }
@media (max-width: 900px) { .showcase .item { width: 50%; } }
@media (max-width: 740px) { .content { width: auto; margin-top: 20px; }
  .content.home-content { padding-right: 0; margin-top: 5px; }
  .page-title { display: none; } }
@media (max-width: 480px) { .page-title { display: block; margin-top: 10px; font-size: 30px; }
  .top-nav .title { display: none; }
  .showcase .item { width: 100%; }
  .desktop-only { display: none; }
  .mobile-only { display: block; } }
/* Blog styles */
.content.blog-content { max-width: 870px; }

.blog-title { text-transform: none; margin-bottom: 4px; }

.blog-list-item { margin-top: 20px; }
.blog-list-item .blog-title { font-size: 36px; }

.blog-post { margin-top: 40px; }
.blog-post .blog-title { font-size: 40px; }

.blog-content { font-size: 17px; }

.blog-title a { color: #444; }

.post-meta { color: #999; }

@media (max-width: 740px) { .blog-post { margin-top: 10px; } }
.sidebar { padding-top: 100px; max-width: 170px; }

.blog-post .sidebar { padding-top: 25px; }

.sidebar section { margin-bottom: 50px; }

.sidebar .email input { display: block; border: 1px #b2b2b2 solid; font-size: 16px; font-weight: 300; padding: 7px 12px; width: 100%; }

.sidebar .links { margin-top: 20px; }

.sidebar .links a { display: block; position: relative; height: 30px; line-height: 30px; padding-left: 30px; white-space: nowrap; }

.sidebar .links a:before { content: " "; display: block; position: absolute; top: 5px; left: 0; width: 20px; height: 20px; background: url(../images/icons/icon-sprite.png) no-repeat left -20px; background-image: url(../images/icons/icon-sprite.svg); }

.sidebar .links a.google-plus:before { background-position: 0 -60px; }

.sidebar .links a.feed:before { background-position: 0 -80px; }

.link-items .item { margin: 20px 0 20px 0; }

.link-items .item span { display: block; }

.link-items .item .pre { font-weight: 300; }

.link-items .item .pre img { max-height: 20px; max-width: 100%; }

.link-items .item .post { margin-top: 0.1em; font-size: 12px; text-transform: uppercase; color: #999; }

@media screen and (max-width: 1160px) { .link-items .item { margin: 15px 0 15px 0; }
  .link-items .item a { font-size: 16px; } }
@media screen and (max-width: 1160px) { .main .sidebar { float: none; display: block; width: auto; padding-top: 90px; max-width: none; clear: left; } }
.page-footer { clear: both; width: 100%; text-align: center; padding-top: 160px; margin-bottom: 25px; color: #999; font-size: 12px; }

.page-footer hr { border-top: 1px solid #eee; }

.page-footer em { color: #ccc; margin: 0 0.6em; }

.page-footer a { color: #91cdec; }

.tooltip-content { display: none !important; }

.tooltip-element { position: absolute; left: 0; top: 0; width: 0; height: 0; }

.tooltip-body { position: absolute; right: 20px; top: 0; background: #ebeff1; width: 250px; padding: 20px; color: #333; color: rgba(0, 0, 0, 0.6); z-index: 999999; }

.tooltip-body .partners { display: block; padding-top: 5px; }

.tooltip-body .partners .label { color: #333; color: rgba(0, 0, 0, 0.8); }

.tooltip-right .tooltip-body { right: auto; left: 10px; }

/* Point */
.tooltip-element:after { content: ' '; display: block; position: absolute; right: 20px; top: 0; width: 9px; height: 9px; margin: -3px -5px 0 0; background: #ebeff1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.tooltip-right:after { left: 20px; right: auto; margin: 0 0 0 -5px; }

.company-tooltip .partners { margin-top: 1em; }

.company-tooltip .partners .label { display: inline-block; font-weight: bold; text-transform: uppercase; font-size: 0.75em; padding-right: 3px; }

body.home .frame, body.home .page, body.home .main, body.home .home-content { padding: 0; height: 100%; }

.home-content { width: auto; margin-right: 150px; }

.home-content .home-carousel { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; padding-bottom: 60px; }

.home-content .home-carousel, .home-content .slides { height: 100%; position: relative; width: auto; overflow: hidden; }

.home-content p.subhead { font-size: 30px; color: #333; line-height: 1.3; margin: 1em auto 0.4em auto; max-width: 840px; }

.home-content p.subhead span { display: block; }

.home-content .slide-image { position: relative; }

.home-content .exit { position: absolute; bottom: 10%; left: 50%; font-size: 18px; color: #ccc; font-weight: 100; }

.home-content .exit#exit-foundation { left: auto; right: 53%; }

.side-nav-always-open .home-content { margin-right: 0; }

.home-content .slide { text-align: center; display: none; }

.home-content .slide:first-child, .home-content .slide.loaded { display: table; }

.home-content .slide .container { display: table-cell; vertical-align: middle; }

.home-content .slide img { margin: 0; width: 100%; max-width: 900px; }

.home-content .slide .description { font-weight: 300; line-height: 1.6; padding: 0 80px; }

.home-content .slide p.about { font-size: 18px; margin: 1% auto; max-width: 840px; color: #666; line-height: 1.5; }

.home-content .slide p.about a.home-learn { white-space: nowrap; }

@media screen and (min-width: 1056px) { body.home .home-content { padding-right: 10%; } }
@media screen and (max-width: 1056px) { .home-content .slide img { height: auto; width: 100%; }
  .home-content .slide p.subhead span { display: inline; }
  .home-content .slide .exit { font-size: 12px; } }
@media screen and (max-height: 760px) { .home-content .slide img { height: auto; width: 60%; } }
@media screen and (max-height: 760px) and (max-width: 1056px) { .home-content .slide img { height: auto; width: 100%; }
  .home-content .slide p.about { font-size: 14px; margin: 0.5% auto; } }
@media screen and (max-width: 740px) { .home-content .slide .exit { display: none; } }
.home-content .nav { position: absolute; left: 0; bottom: 10px; width: 100%; text-align: center; z-index: 40; }

.home-content .nav a { display: inline-block; width: 30px; height: 30px; }

.home-content .nav .icon { display: block; width: 20px; height: 20px; margin: 5px; background: url(../images/common/carousel.png) no-repeat -20px 0; background-image: url(../images/common/carousel.svg); }

.home-content .nav .selected .icon { background-position: 0 0; }

.home-content .nav a:nth-child(0) .icon, .home-content .nav a:nth-child(4) .icon { -webkit-transform: rotate(10deg); -ms-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); }

.home-content .nav a:nth-child(1) .icon, .home-content .nav a:nth-child(5) .icon { -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); }

.home-content .nav a:nth-child(2) .icon, .home-content .nav a:nth-child(6) .icon { -webkit-transform: rotate(-30deg); -ms-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg); }

.home-content .nav a:nth-child(3) .icon, .home-content .nav a:nth-child(7) .icon { -webkit-transform: rotate(50deg); -ms-transform: rotate(50deg); -moz-transform: rotate(50deg); -o-transform: rotate(50deg); transform: rotate(50deg); }

.home-content .slide { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }

.home-content .slide.animated { -webkit-transition: left 0.75s, -webkit-transform 0.75s; transition: left 0.75s, -webkit-transform 0.75s, transform 0.75s; }

.home-content .slide.stage-left { left: -100.5%; }

.home-content .slide.stage-right { left: 100.5%; }

.home-content .slide.active { z-index: 20; left: 0%; }

@media screen and (max-width: 740px) { body.home .frame, body.home .page, body.home .home-content { height: auto; }
  body.home .main { height: 420px; }
  .home-content { margin-right: 0; }
  .home-content .slides, .home-content .slide .center { height: 420px; }
  .home-content .slide img { width: 100%; max-width: 400px; margin-top: 100px; }
  .home-content .slide .description { width: 100%; padding: 10px; }
  .home-content .slide .description p.subhead { font-size: 24px; margin: 0 10%; }
  .home-content .slide .description p.subhead.longsubhead { font-size: 20px; }
  .home-content .slide .description p.about { display: none; }
  .home-content .nav { text-align: right; bottom: auto; top: 40px; padding-right: 30px; -webkit-transform-origin: right top; -webkit-transform: scale(0.7, 0.7); transform-origin: right top; transform: scale(0.7, 0.7); }
  .home-content .home-carousel { padding-bottom: 40px; } }
.about-content h3, .about-content h4 { text-transform: none; }
.about-content h4 { font-size: 34px; color: #d01919; }
.about-content ul { margin-left: 20px; }
.about-content ul li { list-style: disc; }

.team-members .page-title { margin-bottom: 50px; }

.member { margin-bottom: 60px; }
.member img { float: left; width: 30%; max-width: 200px; margin-top: 5px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.member .member-content { margin-left: 35%; }
.member .name { margin: 0; font-size: 32px; text-transform: none; }
.member .title { margin-bottom: 20px; color: #999; font-size: 20px; text-transform: uppercase; }
.member p { font-size: 17px; }

@media (max-width: 1366px) { .member img { width: 140px; }
  .member .member-content { margin-left: 160px; } }
@media (max-width: 1100px) { .member { margin-bottom: 40px; }
  .member img { float: none; display: block; margin: 0 auto; }
  .member .member-content { margin-left: 0; }
  .member .name, .member .title { text-align: center; } }
@media (max-width: 600px) { .member img { width: 75%; } }
.member.no-image .member-content { margin-left: 0; }

.showcase .item { margin-top: 20px; margin-bottom: 20px; }
.showcase .img-container { border: 1px solid #ccc; padding: 40px; vertical-align: middle; text-align: center; }
.showcase .item-content { display: none; }
.showcase img { width: 100%; height: auto; }

.content.richtext-content { max-width: 880px; }
.content.richtext-content .main-content { margin-top: 20px; }
.content.richtext-content .main-content > img { margin-top: 40px; margin-bottom: 60px; }
.content.richtext-content p, .content.richtext-content strong { font-size: 20px; }
.content.richtext-content p.h4, .content.richtext-content h4 { font-size: 26px; margin-top: 15px; }
.content.richtext-content h5 { color: red; font-size: 26px; font-style: italic; }

.content.richtext-content .main-content h3 { margin: 20px 0 5px; font-size: 24px; font-weight: 400; text-transform: uppercase; }
.content.richtext-content .main-content h3 + h4, .content.richtext-content .main-content h4 + p.h4 { margin-top: 10px; }
.content.richtext-content .main-content br + h4, .content.richtext-content .main-content br + p.h4 { margin-top: 20px; }
.content.richtext-content .main-content .img + div, .content.richtext-content .main-content img + div { margin-top: 5px; font-size: 20px; font-weight: 400; }
.content.richtext-content .main-content .img { margin-bottom: 5px; }

.border-top-bottom { margin: 10px 0; border-top: 1px solid #444; border-bottom: 1px solid #444; }
.border-top-bottom h6 { font-size: 20px; margin-top: -0.8em; margin-bottom: 0; text-align: center; text-transform: uppercase; }
.border-top-bottom h6 span { background-color: #fff; padding: 0 10px; }

ul.block-grid { overflow: hidden; *zoom: 1; margin: 0 -10px; }
ul.block-grid li { float: left; padding: 10px; }
ul.block-grid li img { margin: 2px 0; }
ul.block-grid li .item-title { font-size: 20px; margin-bottom: 5px; }

.block-grid-5 li { width: 20%; }

.img-title { font-weight: 400; text-align: center; text-transform: uppercase; }

.tick-list li { font-size: 22px; padding: 0 0 5px 30px; background-image: url(../images/facta/check1x.png); background-repeat: no-repeat; background-position: left 8px; }
.tick-list li > div { margin-left: 20px; font-size: 20px; }
.tick-list li a { font-weight: 400; }

h3 + .tick-list { margin-top: 25px; }

.tick-list.ticks-side li { display: inline-block; width: 250px; }

.content-partners { margin-top: 60px; }
.content-partners a { display: block; margin: 0 auto; }
.content-partners img { display: block; margin: 0 auto; }

.main-content img.top-border { padding-top: 20px; border-top: 1px solid #ccc; }
.main-content img.dark-border { padding: 10px 5px; border: 1px solid #666; }
.main-content div.light-border, .main-content img.light-border { border: 1px solid #ccc; }
.main-content div.light-border { text-align: center; padding: 20px 0; }

.half-images img { float: left; width: 45%; }
.half-images img + img { float: right; }
.half-images img + div { clear: both; padding-top: 10px; }

@media screen and (max-width: 740px) { .content.richtext-content p.h4, .content.richtext-content h4 { font-size: 22px; }
  .content.richtext-content .main-content { margin-top: 10px; }
  .content.richtext-content .main-content > img { margin-top: 20px; margin-bottom: 20px; }
  .content.richtext-content .main-content .img + div, .content.richtext-content .main-content img + div { font-size: 14px; }
  .tick-list li { font-size: 16px; padding: 0 0 4px 24px; background-size: 14px 14px; background-position: left 4px; }
  .tick-list li > div { font-size: 14px; }
  .content-partners .col-3 { width: 50%; }
  .img-title { font-size: .8em; }
  .half-images img { width: 100%; }
  .half-images img + img { margin-top: 30px; } }
@media screen and (max-width: 480px) { .content.richtext-content p.h4, .content.richtext-content h4 { font-size: 18px; }
  ul.block-grid { max-width: 320px; margin: 0 auto; }
  ul.block-grid li { width: 100%; padding: 10px 0; }
  .img-title { font-size: 1em; } }
@media screen and (max-width: 480px) { .content-partners .col-3 { width: 100%; }
  .content-partners img { max-width: 200px; } }
/* Set the highlight colors. These selection declarations have to be separate */
::-moz-selection { background: #218bc3; color: #fff; text-shadow: none; }

::selection { background: #218bc3; color: #fff; text-shadow: none; }

a:link { -webkit-tap-highlight-color: #0b2e40; }

/* For image replacement */
.ir { display: block; text-indent: -9999px; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers. */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal. */
.screen-reader-text { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .screen-reader-text class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.screen-reader-text.focusable:active, .screen-reader-text.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Need to hide from Screenreaders, but not from others? Use aria-hidden="true" on the element itself */
@media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  body { font-size: 10pt; line-height: 1.67; }
  a, a:visited { text-decoration: underline !important; }
  *[role="main"] a[href]:after { content: " (" attr(href) ")"; font-size: 75%; }
  *[role="main"] abbr[title]:after { content: " (" attr(title) ")"; font-size: 75%; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h1, h2, h3 { page-break-after: avoid; }
  /* Hide parts of the layout that overcomplicate paged output */
  .do-not-print, .screen-reader-text, .invisible, .jump-to-menu, .jump-link, #site-map-link { display: none; }
  .say-no-more { display: inline; visibility: visible; }
  .blog-widget li, .event-widget li { padding-left: 6em; }
  .site-headline a { display: block; } }
