@charset "UTF-8";
/*! 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 {
  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 */
  /* 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; }

/**** TABLES ****/
.chart {
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0 0 20px; }

.chart th, .chart td {
  border-right: 1px solid #FFF;
  text-align: right;
  padding: 3px 0; }

.chart thead th {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: bottom; }

.chart tbody td {
  padding-right: 10px;
  vertical-align: bottom; }

.chart .dollar-column, .chart .no-border {
  border: none; }

.chart tr:hover {
  background-color: white; }

.chart thead tr:hover, .chart tr.no-hover:hover {
  background: none; }

.chart .center {
  text-align: center;
  padding-right: 0;
  padding-left: 0; }

.chart .first-column, .chart .dollar-column {
  text-align: left; }

.chart .indent, .chart .indent-1 {
  padding-left: 10px; }

.chart .indent-2 {
  padding-left: 20px; }

.chart .indent-3 {
  padding-left: 30px; }

.chart .indent-4 {
  padding-left: 40px; }

.chart .indent-5 {
  padding-left: 50px; }

.chart .dollar-column {
  padding-left: 10px;
  padding-right: 0;
  width: 20px; }

.chart thead th {
  width: 50px; }

.chart thead th.dollar-column {
  width: auto; }

.chart .subtotal td {
  border-bottom: 1px solid #999; }

.chart .total {
  border-bottom: 1px solid #333; }

.chart .subhead {
  font-weight: bold;
  color: #58B0C0;
  font-size: 14px;
  line-height: 20px;
  font-family: Georgia, "Times New Roman", Times, serif; }

.chart .current-year {
  color: #000;
  font-weight: normal; }

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

.footnotes {
  font-size: 0.85em;
  line-height: 1.3em; }

.footnotes p {
  margin-bottom: 0.6em;
  text-indent: -.8em;
  padding-left: 0.8em; }

.footnotes p.indent-1 {
  padding-left: 5em; }

.footnotes p.indent-2 {
  padding-left: 8em; }

.footnotes p.outdent-1 {
  text-indent: -4.75em; }

.footnotes p.indent-second-line {
  text-indent: 0; }

/*** START OF :: STYLES FOR THIS YEARS TABLE ONLY ***/
.chart-wrap {
  margin-right: auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  clear: both;
  overflow-x: auto; }

@media (max-width: 700px) {
  .chart-wrap {
    padding-top: 30px; } }

@media (max-width: 700px) {
  .chart-wrap:not(.footnotes):before {
    content: 'swipe for more →';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    text-align: right;
    padding: 0 1em;
    right: 0;
    margin-top: -30px;
    color: #fff;
    font-size: 12px; } }

.chart .subtotal td, #quotes-claims-chart .subtotal th {
  border-bottom: 1px solid #666;
  /*border-bottom-color: #CFD674*/ }

.chart .total {
  background: #CFD674; }

.chart th, .chart td, .chart-text {
  color: #231F20;
  border-right: 1px solid #666;
  /*border-right-color: #908E8F;*/
  font-size: 14px;
  line-height: 18px; }

.chart-text {
  border: none; }

.chart td:first-child {
  font-family: Georgia, Times New Roman, serif; }

.chart .subhead, .chart thead th, .chart td.subhead {
  color: #58B0C0;
  font-family: 'AV', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-stretch: condensed;
  font-size: 17px;
  line-height: 21px;
  -webkit-font-smoothing: antialiased; }

.chart {
  width: 100%; }

.chart th.current-year {
  color: #333; }

.chart td.current-year {
  font-weight: normal; }

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

.footnotes, .footnotes p {
  font-size: 11px;
  line-height: 1.15em; }

.chart thead th {
  width: 9%;
  color: #999; }

.chart thead th:not(.dollar-column) {
  min-width: 4em; }

.financial .chart thead th {
  width: 70px; }

#quotes-claims-chart td, #quotes-claims-chart th {
  padding-left: 5px; }

.chart .first-column {
  width: 53.66%;
  min-width: 150px; }

#shareholder-chart .chart-wrap {
  padding-bottom: 0; }

#financial .chart-wrap:not(.footnotes) {
  padding-bottom: 0; }

/*** END OF :: STYLES FOR THIS YEARS TABLE ONLY ***/
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Initializr Styles ==================================================
Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
========================================================================== */
body {
  font: 16px/26px "canada-type-gibson", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #eee; }

.wrapper {
  width: 90%;
  margin: 0 5%;
  max-width: 1100px; }
  @media (min-width: 1200px) {
    .wrapper {
      width: 1100px;
      margin: 0 auto; } }

img {
  max-width: 100%; }

/* ===================
ALL: Typography + Colors
=================== */
h2 {
  font-size: 22px;
  margin: 2em 0 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #961A4F; }

h2:first-child {
  margin-top: 1em; }

h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #58B0C0; }

h4 {
  font-weight: normal;
  float: left;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  padding-right: 5px;
  margin: 0;
  padding-top: 0;
  color: #961A4F; }
  .sans h4 {
    padding-top: 0;
    line-height: 22px; }

h4 + p {
  margin-top: 0; }

.title {
  float: right;
  text-align: right;
  font-weight: normal;
  padding-top: 1em;
  font-size: 14px;
  line-height: 1.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 480px) {
    .title {
      width: 33%; } }
  @media (min-width: 767px) {
    .title {
      width: 18.367346938776%;
      position: absolute;
      right: 5%; } }

.title .color {
  color: #961A4F; }

.title b {
  font-weight: normal;
  display: inline-block;
  /*        background: rgba(239, 239, 239, .35);*/
  float: right;
  clear: both;
  padding: 12px 6px 10px;
  margin-bottom: 0px;
  line-height: 0px; }

#financial .title, #art .title {
  color: #fff; }

#financial .title .color b, #art .title .color b {
  color: #fff;
  opacity: .75; }

p,
.pane li {
  font-family: Georgia, Times New Roman, serif;
  font-size: 15px;
  line-height: 22px;
  margin: 1em 0; }

.sans p, .sans li, .sans {
  font-family: "canada-type-gibson", Helvetica Neue, Helvetica, Arial, sans-serif; }

a {
  text-decoration: none;
  color: #961a4f;
  font-family: "canada-type-gibson", Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease; }
  a:hover {
    color: #6E0C2D;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease; }

.intro-image p,
.intro-color p {
  font: 18px/30px "canada-type-gibson", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.intro-image a,
.intro-color a {
  color: #fff;
  opacity: .6; }

.intro-image a:hover,
.intro-color a:hover {
  color: #fff;
  opacity: 1; }

.footer-container a {
  color: #fff;
  opacity: .8; }

.footer-container a:hover {
  color: #fff;
  opacity: 1; }

a.continue-button {
  float: right;
  padding: 1% 4%;
  display: inline-block;
  color: #fff;
  background-color: #333;
  margin-top: 0%;
  clear: both; }
  #art a.continue-button {
    margin-top: 0;
    margin-right: 5%; }
  @media (min-width: 767px) {
    a.continue-button {
      float: left;
      margin-top: -9.5%;
      margin-left: 34%;
      position: relative; }
      .pane-left + a.continue-button {
        float: right;
        margin-right: 26%;
        margin-left: 0; } }

a.continue-button:after {
  content: '';
  width: .8em;
  height: .8em;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }

a.continue-button:hover:after {
  -webkit-transform: translateX(100%) rotate(-45deg) scale(1.2);
      -ms-transform: translateX(100%) rotate(-45deg) scale(1.2);
          transform: translateX(100%) rotate(-45deg) scale(1.2); }

a.continue-button:hover {
  color: #fff; }

.continue-button .continue {
  opacity: .6; }

ul {
  padding-left: 1em; }

ul.reset {
  padding: 0;
  list-style: none; }

ul.reset li {
  margin: 0; }

sup {
  font-size: .6em;
  top: -.7em; }

.anchor-wrap {
  position: relative; }

.anchor-wrap .anchor-offset {
  position: absolute;
  top: -1em; }
  @media (min-width: 767px) {
    .anchor-wrap .anchor-offset {
      top: -120px; } }
  @media (min-width: 1400px) {
    .anchor-wrap .anchor-offset {
      top: -70px; } }

.supplement {
  font-size: .8em;
  display: block;
  line-height: 1.5em;
  color: #999; }

.merlot,
#continuity .nav-current a:before,
#shareholder .nav-current a:before {
  color: #961A4F;
  color: #961a4f;
  color: #961a4f; }

.merlot-bg,
#continuity .intro-color.pane,
#continuity .intro-color.pane:before,
#continuity .nav-current,
#continuity .footer-container,
#shareholder .nav-current,
#shareholder .intro-color,
#shareholder .footer-container {
  background: #961A4F;
  background: RGB(150, 26, 79);
  background: RGBA(150, 26, 79, 0.93); }

.orange,
#financial .nav-current a:before,
#operations .nav-current a:before {
  color: #F26A36;
  color: RGB(242, 106, 54);
  color: RGBA(242, 106, 54, 1); }

.orange-bg,
#financial .nav-current,
#financial .intro-color,
#financial .footer-container,
#operations .nav-current,
#operations .intro-color,
#operations .footer-container {
  background: #F26A36;
  background: RGB(242, 106, 54);
  background: RGBA(242, 106, 54, 0.93); }

.lime,
#vision .nav-current a:before,
#downloads .nav-current a:before {
  color: #B2BB36;
  color: RGB(178, 187, 54);
  color: RGBA(178, 187, 54, 1); }

.lime-bg,
#vision .nav-current,
#vision .intro-color,
#vision .footer-container,
#downloads .nav-current,
#downloads .intro-color,
#downloads .footer-container {
  background: #B2BB36;
  background: RGB(178, 187, 54);
  background: RGBA(178, 187, 54, 0.93); }

.blue,
#letter .nav-current a:before,
#art .nav-current a:before {
  color: #58B0C0;
  color: RGB(88, 176, 192);
  color: RGBA(88, 176, 192, 1); }

.blue-bg,
#letter .nav-current,
#letter .intro-color,
#letter .footer-container,
#art .nav-current,
#art .footer-container {
  background: #58B0C0;
  background: RGB(88, 176, 192);
  background: RGBA(88, 176, 192, 0.93); }

#art .intro-color {
  background: #333;
  background: RGB(0, 0, 0);
  background: RGBA(0, 0, 0, 0.2); }

.green,
#objectives .nav-current a:before {
  color: #73C044;
  color: RGB(115, 192, 68);
  color: RGBA(115, 192, 68, 1); }

.green-bg,
#objectives .nav-current,
#objectives .intro-color,
#objectives .footer-container {
  background: #73C044;
  background: RGB(115, 192, 68);
  background: RGBA(115, 192, 68, 0.93); }

/* ==========================================================================
   Media Queries
   ========================================================================== */
body {
  overflow-x: hidden; }

.nav3d {
  display: block;
  list-style: none;
  float: left;
  padding: 0;
  width: 100%;
  /*prevent nav from click-blocking content*/
  /*10c+10g | 800/980 */ }
  @media (min-width: 480px) {
    .nav3d {
      width: 66%; } }
  @media (min-width: 767px) {
    .nav3d {
      width: 71%;
      margin-left: -60px;
      position: fixed;
      z-index: 100;
      height: auto;
      background: rgba(0, 0, 0, 0.01); }
      .nav3d.close {
        height: 60px; } }

.nav3d * {
  -webkit-transition: all 500ms cubic-bezier(0.7, 0.5, 0.3, 1);
  transition: all 500ms cubic-bezier(0.7, 0.5, 0.3, 1); }

.nav3d [class^="nav-"] {
  display: block; }

.nav3d ul {
  display: inline;
  float: left;
  height: auto;
  opacity: 1;
  padding: 0 0 0 60px;
  position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.3, 0.7, 0.1, 1);
  transition: all 600ms cubic-bezier(0.3, 0.7, 0.1, 1);
  width: 100%;
  vertical-align: top;
  list-style: none;
  margin: 0; }
  @media (min-width: 767px) {
    .nav3d ul {
      -webkit-perspective: 350px;
              perspective: 350px;
      -webkit-perspective-origin: top center;
              perspective-origin: top center;
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); } }

.nav3d a {
  color: #333;
  text-decoration: none; }

.nav3d a:hover {
  color: #fff;
  background: #333;
  background: #353535;
  background: rgba(0, 0, 0, 0.6); }

@media (min-width: 767px) {
  .nav3d.close ul {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    /*   outline: green 1px solid; */ } }

@media (min-width: 767px) {
  .csstransforms3d .nav3d.close ul.fold {
    max-height: 60px; } }

@media (min-width: 767px) {
  .csstransforms3d .nav3d ul.fold {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    pointer-events: auto;
    max-height: 500px; } }

@media (min-width: 767px) {
  .csstransforms3d #continuity .nav3d.close .fold {
    -webkit-transform: translateY(0em);
        -ms-transform: translateY(0em);
            transform: translateY(0em); } }

@media (min-width: 767px) {
  .csstransforms3d #financial .nav3d.close .fold {
    -webkit-transform: translateY(-4.02em);
        -ms-transform: translateY(-4.02em);
            transform: translateY(-4.02em); } }

@media (min-width: 767px) {
  .csstransforms3d #vision .nav3d.close .fold {
    -webkit-transform: translateY(-6.06em);
        -ms-transform: translateY(-6.06em);
            transform: translateY(-6.06em); } }

@media (min-width: 767px) {
  .csstransforms3d #letter .nav3d.close .fold {
    -webkit-transform: translateY(-8.1em);
        -ms-transform: translateY(-8.1em);
            transform: translateY(-8.1em); } }

@media (min-width: 767px) {
  .csstransforms3d #objectives .nav3d.close .fold {
    -webkit-transform: translateY(-10.14em);
        -ms-transform: translateY(-10.14em);
            transform: translateY(-10.14em); } }

@media (min-width: 767px) {
  .csstransforms3d #operations .nav3d.close .fold {
    -webkit-transform: translateY(-12.18em);
        -ms-transform: translateY(-12.18em);
            transform: translateY(-12.18em); } }

@media (min-width: 767px) {
  .csstransforms3d #shareholder .nav3d.close .fold {
    -webkit-transform: translateY(-14.22em);
        -ms-transform: translateY(-14.22em);
            transform: translateY(-14.22em); } }

@media (min-width: 767px) {
  .csstransforms3d #downloads .nav3d.close .fold {
    -webkit-transform: translateY(-16.26em);
        -ms-transform: translateY(-16.26em);
            transform: translateY(-16.26em); } }

@media (min-width: 767px) {
  .csstransforms3d #art .nav3d.close .fold {
    -webkit-transform: translateY(-18.28em);
        -ms-transform: translateY(-18.28em);
            transform: translateY(-18.28em); } }

.nav3d ul.fold a {
  display: block;
  padding: 5px 20px 5px; }

/* Tab heading */
@media (min-width: 767px) {
  .nav3d ul .nav-above {
    height: auto;
    max-width: 260px;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; } }

@media (min-width: 767px) {
  .nav3d ul .nav-below {
    max-width: 260px; } }

.nav3d ul .nav-above li:first-child {
  padding-top: 8px; }
  @media (min-width: 767px) {
    .nav3d ul .nav-above li:first-child {
      padding-top: 32px; } }

.nav3d ul .nav-below li:last-child {
  padding-bottom: 8px; }

.nav3d ul .nav-current {
  display: inline-block;
  color: #FFF;
  width: 100%;
  margin: 0;
  height: auto;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  /*padding-left: 15px;*/ }
  @media (min-width: 767px) {
    .nav3d ul .nav-current {
      font-size: 54px;
      line-height: 50px;
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      width: auto; } }

.nav-current h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
  margin: inherit; }

.nav-current a,
.nav-current a:hover {
  color: #fff;
  background: none; }

.nav-current .m, .nav-current .m:hover {
  font-family: 'Arial', arial, sans-serif;
  display: block;
  top: 0;
  left: -60px;
  width: 60px;
  height: 100%;
  font-size: 25px;
  line-height: 1.25em;
  background: #333;
  background: #353535;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  text-align: center;
  margin: 0;
  padding: 0 !important;
  cursor: pointer; }
  @media (min-width: 767px) {
    .nav-current .m, .nav-current .m:hover {
      left: auto;
      right: 100%;
      line-height: 2em;
      font-size: 30px; } }

.nav-current .m:before {
  color: #fff !important;
  content: '\2630'; }

.touch .nav3d ul .nav-current .m:before {
  content: '\00d7'; }
  @media (min-width: 767px) {
    .touch .nav3d ul .nav-current .m:before {
      content: '\2630'; } }

.touch .nav3d.close ul .nav-current .m:before {
  content: '\2630'; }

/* Revealed copy */
ul.fold span {
  background: #fff;
  background: white;
  background: rgba(255, 255, 255, 0.93);
  color: #333;
  font-size: 16px;
  line-height: 140%;
  height: auto;
  margin: 0; }
  @media (min-width: 767px) {
    ul.fold span {
      /*transform: rotateX(-85deg);*/
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      width: 34%;
      min-width: 200px; } }

@media (min-width: 767px) {
  .close ul.fold span {
    background: #999; } }

.nav3d.close .nav-below {
  max-height: 0;
  overflow: hidden; }

@media (min-width: 767px) {
  .csstransforms3d .nav3d.close .nav-below {
    -webkit-transform: rotateX(-85deg);
            transform: rotateX(-85deg);
    max-height: none; } }

.nav3d.close .nav-above {
  max-height: 0;
  overflow: hidden; }

@media (min-width: 767px) {
  .csstransforms3d .nav3d.close .nav-above {
    -webkit-transform: rotateX(93deg);
            transform: rotateX(93deg);
    max-height: none; } }

/*#continuity.ready .nav-below {
    transform: none !important;
    background: #fff;
    background: rgba(255,255,255,.93);
}*/
/* Tab hover */
@media (min-width: 767px) {
  .header-container .nav3d ul.fold:hover {
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important; } }

.nav3d ul:hover .nav-current {
  background: #222;
  color: #fff; }

.nav3d ul.fold:hover span {
  background: #fff;
  background: white;
  background: rgba(255, 255, 255, 0.93);
  color: #000;
  outline: 1px solid transparent;
  opacity: 1; }
  @media (min-width: 767px) {
    .nav3d ul.fold:hover span {
      -webkit-transform: rotateX(0deg) !important;
              transform: rotateX(0deg) !important; } }

@media (min-width: 767px) {
  ul.fold:hover .nav-above {
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; } }

@media (min-width: 767px) {
  .nav3d li a {
    white-space: nowrap; } }

@media (min-width: 767px) {
  .nav3d .nav-current li a {
    white-space: normal; } }

.main {
  padding: 30px 0;
  position: relative;
  z-index: 1; }

.oh {
  overflow: hidden; }
  #shareholder .oh {
    overflow: visible; }

.main-container {
  overflow: hidden; }
  #shareholder .main-container {
    overflow: visible; }
  @media (min-width: 767px) {
    .main-container {
      padding-top: 330px;
      position: relative; } }

@media (min-width: 767px) {
  #continuity .main-container {
    padding-top: 60vh; } }

#art .main {
  padding-bottom: 0; }

body#art {
  background: RGB(164, 164, 164); }

@media (min-width: 767px) {
  #art .main-container {
    padding-top: 320px; } }

.main article h1 {
  font-size: 2em; }

.footer-container footer {
  padding: 20px 0;
  position: relative; }

.footer-container footer a {
  float: left; }

.footer-container footer a.logo {
  float: left;
  background: url(../img/progressive-logo_2x.png) center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 125px; }
  .no-backgroundsize .footer-container footer a.logo {
    background-image: url(../img/progressive-logo_1x.png); }

.footer-container footer a.investor {
  float: right; }
  @media (min-width: 767px) {
    .footer-container footer a.investor {
      float: none;
      position: absolute;
      left: 34%; } }

.bg-wrap, .bg-wrap-absolute {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0%;
  z-index: -1;
  -webkit-transition: all 500ms linear, -webkit-transform 0 linear;
  transition: all 500ms linear, -webkit-transform 0 linear;
  transition: all 500ms linear, transform 0 linear;
  transition: all 500ms linear, transform 0 linear, -webkit-transform 0 linear; }
  .no-js .bg-wrap, .no-js .bg-wrap-absolute, .lt-ie9 .bg-wrap, .lt-ie9 .bg-wrap-absolute, .no-csstransforms .bg-wrap, .no-csstransforms .bg-wrap-absolute {
    position: absolute; }

.bg-wrap-wrap {
  position: relative;
  z-index: -2; }

.bg-wrap-absolute {
  position: absolute; }

.bg-wrap img, .bg-wrap-absolute img {
  width: auto;
  max-width: 130%;
  height: auto;
  max-height: 600vh;
  position: absolute;
  left: 10%;
  top: -5%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transform: translateY(0%) translateX(-50%);
      -ms-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%); }
  .lt-ie9 .bg-wrap img, .lt-ie9 .bg-wrap-absolute img, .no-csstransforms .bg-wrap img, .no-csstransforms .bg-wrap-absolute img {
    left: -25% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
  @media (min-width: 767px) {
    .bg-wrap img, .bg-wrap-absolute img {
      top: -10%;
      left: 50%; } }
  #vision .bg-wrap img, #vision .bg-wrap-absolute img {
    left: 35%; }
    @media (min-width: 767px) {
      #vision .bg-wrap img, #vision .bg-wrap-absolute img {
        left: 50%; } }
  #financial .bg-wrap img, #financial .bg-wrap-absolute img {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .lt-ie9 #financial .bg-wrap img, .lt-ie9 #financial .bg-wrap-absolute img, .no-csstransforms #financial .bg-wrap img, .no-csstransforms #financial .bg-wrap-absolute img {
      left: auto !important;
      right: 0 !important; }
  #objectives .bg-wrap img, #objectives .bg-wrap-absolute img {
    left: 0; }
    @media (min-width: 767px) {
      #objectives .bg-wrap img, #objectives .bg-wrap-absolute img {
        left: 25%; } }
    @media (min-width: 1020px) {
      #objectives .bg-wrap img, #objectives .bg-wrap-absolute img {
        left: 30%; } }
  #operations .bg-wrap img, #operations .bg-wrap-absolute img {
    top: -10%; }
    @media (min-width: 767px) {
      #operations .bg-wrap img, #operations .bg-wrap-absolute img {
        left: 40%; } }
    @media (min-width: 1020px) {
      #operations .bg-wrap img, #operations .bg-wrap-absolute img {
        left: 50%; } }
  @media (min-width: 767px) {
    #downloads .bg-wrap img, #downloads .bg-wrap-absolute img {
      left: 28%; } }
  @media (min-width: 1020px) {
    #downloads .bg-wrap img, #downloads .bg-wrap-absolute img {
      left: 35%; } }
  #letter .bg-wrap img, #letter .bg-wrap-absolute img {
    top: -10%; }
    @media (min-width: 767px) {
      #letter .bg-wrap img, #letter .bg-wrap-absolute img {
        top: -30%; } }
  #continuity .bg-wrap img, #continuity .bg-wrap-absolute img {
    top: 0;
    left: 10%;
    -webkit-transform: translateY(-10%) translateX(-50%);
        -ms-transform: translateY(-10%) translateX(-50%);
            transform: translateY(-10%) translateX(-50%); }
    @media (min-width: 767px) {
      #continuity .bg-wrap img, #continuity .bg-wrap-absolute img {
        left: 40%; } }
    @media (min-width: 1020px) {
      #continuity .bg-wrap img, #continuity .bg-wrap-absolute img {
        left: 50%; } }
  #shareholder .bg-wrap img, #shareholder .bg-wrap-absolute img {
    left: 45%; }
    @media (min-width: 767px) {
      #shareholder .bg-wrap img, #shareholder .bg-wrap-absolute img {
        left: 50%; } }

.bg-wrap img.fit, .bg-wrap-absolute img.fit {
  width: 100%; }

#art .bg-wrap:after, #art .bg-wrap-absolute:after {
  content: '';
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  z-index: 5; }

.bg-wrap.zoomout img, .zoomout.bg-wrap-absolute img {
  max-height: 100vh;
  max-width: 40%;
  width: auto;
  height: auto;
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) translateX(0) !important;
      -ms-transform: translateY(-50%) translateX(0) !important;
          transform: translateY(-50%) translateX(0) !important;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }

.bg-wrap.zoomout, .zoomout.bg-wrap-absolute {
  -webkit-transform: translateY(0) translateX(0%) !important;
      -ms-transform: translateY(0) translateX(0%) !important;
          transform: translateY(0) translateX(0%) !important;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }

.bg-wrap video, .bg-wrap-absolute video,
.bleed video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

video img.video-fallback {
  position: absolute;
  top: -0;
  right: -0;
  bottom: -0;
  left: -0;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto; }

.lt-ie9 #art .bg-wrap, .lt-ie9 #art .bg-wrap-absolute {
  left: 0 !important;
  width: 100%; }

video::-webkit-media-controls {
  display: none !important; }

#zoom {
  display: none; }
  .lt-ie9 #zoom, .touch #zoom, .no-csstransforms #zoom {
    display: none; }
  @media (min-width: 767px) {
    #zoom {
      display: block;
      position: fixed;
      left: 2%;
      top: 52%;
      width: 40px;
      height: 40px;
      vertical-align: middle;
      border-radius: 20px;
      border: none;
      background: #fff;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
      font-size: 38px;
      z-index: 2; } }

#zoom.hide {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

#zoom:after {
  content: '–';
  text-align: center; }

#zoom.zoomout:after {
  content: '+';
  text-align: center; }

.pane,
.intro-color,
.intro-image {
  padding: 2% 4%;
  /*40/980*/
  width: 100%;
  position: relative;
  margin-bottom: 08%; }
  @media (min-width: 767px) {
    .pane,
    .intro-color,
    .intro-image {
      width: 70%;
      margin-left: 30%;
      background: none;
      padding: 2% 0 2% 4%; } }

.pane {
  background: #fff;
  background: white;
  background: rgba(255, 255, 255, 0.9); }
  .bg-bleed .pane, #financial .pane {
    background: #fff;
    background: white;
    background: rgba(255, 255, 255, 0.95); }
  @media (min-width: 767px) {
    .pane {
      background: none !important; } }

.csstransforms3d .pane {
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.csstransforms3d .pane:before {
  -webkit-transform: rotateY(-25deg);
          transform: rotateY(-25deg);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-perspective-origin: center;
          perspective-origin: center;
  -webkit-transition: all 500ms cubic-bezier(0.7, 0.5, 0.3, 1);
  transition: all 500ms cubic-bezier(0.7, 0.5, 0.3, 1);
  opacity: 0; }

.csstransforms3d .pane-left:before {
  -webkit-transform: rotateY(25deg);
          transform: rotateY(25deg); }

.csstransforms3d .pane.inview:before, .no-js .pane:before, .touch .pane:before, .hash .pane:before {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1; }

@media (min-width: 767px) {
  .pane * {
    opacity: 0;
    -webkit-transition: opacity 500ms ease 500ms;
    transition: opacity 500ms ease 500ms; } }

@media (min-width: 767px) {
  .pane.inview *, .no-js .pane *, .touch .pane *, .hash .pane * {
    opacity: 1; } }

@media (min-width: 767px) {
  .pane:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -200%;
    bottom: 0;
    left: 0;
    background: #fff;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1; }
    .bg-bleed .pane:before, #financial .pane:before {
      background: #fff;
      background: white;
      background: rgba(255, 255, 255, 0.95); } }

@media (min-width: 767px) {
  .pane-left {
    margin-left: 0;
    margin-right: 30%;
    padding: 2% 4% 2% 0; }
    .pane-left:before {
      right: 0;
      left: -200%; } }

@media (min-width: 767px) {
  .pane-full {
    padding-left: 0;
    margin-left: 0;
    width: 100%; }
    .pane-full:before {
      background: #fff;
      right: -200%;
      left: -200%; }
    .pane-full.pane-transparent:before {
      background: none; } }

@media (min-width: 767px) {
  .pane-fpo {
    padding: 0;
    background: transparent;
    width: 1440px;
    position: relative;
    left: -210px; }
    .pane-fpo:before {
      background: transparent;
      right: -200%;
      left: -200%; }
    #art .pane-fpo {
      background: #fff; } }

@media (min-width: 767px) {
  .col {
    width: 49%;
    /*46.5*/
    /*1 column*/
    float: left;
    margin-right: 2%;
    position: relative; } }

.pane .columns-3 {
  padding-top: 2%; }

@media (min-width: 767px) {
  .columns-3 .col {
    width: 32%; } }

.col:last-child {
  margin-right: 0 !important; }

.cover-grid .col {
  float: left;
  width: 45%;
  margin-right: 5%; }
  .cover-grid .col.last {
    clear: both; }
  @media (min-width: 767px) {
    .cover-grid .col {
      width: 30%;
      margin-right: 5%; }
      .cover-grid .col.last {
        clear: none; } }

.pane-center, .bg-bleed .pane {
  padding: 2% 5%;
  margin: 5% auto;
  width: 100%; }
  @media (min-width: 1020px) {
    .pane-center, .bg-bleed .pane {
      padding: 2% 4%;
      width: 70%;
      max-width: 1100px;
      margin: 10vh auto; } }
  .pane-center:before, .bg-bleed .pane:before {
    right: 0; }

.bg-bleed {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .bg-bleed img.bleed {
    position: absolute;
    min-width: 100%;
    height: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .bg-bleed img.bleed-v {
    min-height: 100%;
    width: auto;
    min-width: none; }
  .bg-bleed video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }
    .no-csstransforms3d .bg-bleed video {
      top: 0;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

.bg-offset {
  position: relative;
  overflow: hidden; }
  .bg-offset .bleed-wrap {
    position: absolute;
    height: 70%;
    width: 100%;
    overflow: hidden; }
    .bg-offset .bleed-wrap:after {
      box-shadow: 0 15px 15px -12px rgba(0, 0, 0, 0.4) inset, 0 -15px 15px -12px rgba(0, 0, 0, 0.4) inset;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .bg-offset .bleed-wrap img {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      height: auto;
      width: auto;
      max-width: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
      .no-csstransforms .bg-offset .bleed-wrap img {
        top: 0;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      @media (min-width: 767px) {
        .bg-offset .bleed-wrap img {
          width: 100%; } }
  .bg-offset .pane {
    margin-top: 20vh; }
    @media (min-width: 767px) {
      .bg-offset .pane {
        margin: 10vh 0 8% 30%; } }
  @media (min-width: 767px) {
    .bg-offset .pane-left {
      margin: 10vh 30% 8% 0; } }

.full-width-wrap {
  position: relative;
  z-index: -1; }

.full-width-wrap:after {
  box-shadow: 0 15px 15px -12px rgba(0, 0, 0, 0.4) inset, 0 -15px 15px -12px rgba(0, 0, 0, 0.4) inset;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 50%; }

.full-width-offset {
  width: 100%;
  height: auto;
  margin-bottom: -25%;
  position: relative;
  z-index: -2; }

video.bg-video-top {
  top: 0;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0); }

video.bg-video-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0); }

#quotes-claims-chart {
  margin-bottom: 0; }

.intro-color, .intro-image {
  color: #fff; }

#art .intro-color {
  margin-bottom: 0;
  padding-right: 3%; }

.intro-image {
  text-shadow: 2px 2px 10px black, 2px 2px 20px rgba(0, 0, 0, 0.8); }

.intro-image .bleed {
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: none;
  overflow: hidden; }
  .intro-image .bleed:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    background: #353535;
    background: rgba(0, 0, 0, 0.35); }
    .lt-ie9 .intro-image .bleed:after {
      background: url(../img/black-a40.png) !important; }
    #letter .intro-image .bleed:after {
      background: #333;
      background: #353535;
      background: rgba(0, 0, 0, 0.2); }

.intro-image .bleed img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .lt-ie9 .intro-image .bleed img, .no-csstransforms .intro-image .bleed img {
    top: 0 !important; }

/*Floated artwork for browsers that DON'T Support CSS shapes for text wrap*/
@media (min-width: 767px) {
  .art-wall {
    width: 80%;
    margin-top: 0;
    margin-left: -55%;
    position: relative;
    z-index: 1; }
    .pane-left .art-wall {
      margin-left: 65%;
      margin-right: 0; } }

@media (min-width: 767px) {
  .art-wall img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: auto; } }

@media (min-width: 767px) {
  .art-wall b {
    display: block;
    float: left;
    clear: left;
    height: 0;
    padding-bottom: 3.8%;
    width: 50%;
    margin: 0;
    margin-right: 30px; }
    .art-wall b.first {
      margin-top: 15px; }
    .pane-left .art-wall b {
      float: right;
      clear: right;
      margin-right: 0;
      margin-left: 30px; } }

.art-wall.full {
  width: 100%;
  margin-left: 0; }

@media (min-width: 767px) {
  .art-wall.full + .pane {
    margin-top: 73%; } }

/*For browsers that SUPPORT CSS shapes (text wrap)
  Hide sandbags and over-ride css */
@supports ((-webkit-shape-outside: circle(50%)) or (shape-outside: circle(50%))) or (-webkit-shape-outside: circle(50%)) {
  @media (min-width: 767px) {
    .art-wall {
      float: none;
      outline: none; }
      .art-wall img {
        position: relative;
        float: left;
        -webkit-shape-outside: url(../img/letter-Labor_plus_time_equals_art006F_wrap.png);
                shape-outside: url(../img/letter-Labor_plus_time_equals_art006F_wrap.png);
        -webkit-shape-margin: 30px;
                shape-margin: 30px;
        outline: none; }
        .pane-left .art-wall img {
          float: right; }
      .art-wall b {
        display: none !important; } }
  i.grid {
    display: none !important; }

  /*define all artwork masks*/
  #labor-plus-art {
    -webkit-shape-outside: url(../img/letter-Labor_plus_time_equals_art006F_wrap.png);
            shape-outside: url(../img/letter-Labor_plus_time_equals_art006F_wrap.png); }

  #drawing-time {
    -webkit-shape-outside: url(../img/letter-drawing_time14912F_wrap.gif);
            shape-outside: url(../img/letter-drawing_time14912F_wrap.gif); }

  /*letter*/
  #strata {
    -webkit-shape-outside: url(../img/letter-Strata_013F_wrap.gif);
            shape-outside: url(../img/letter-Strata_013F_wrap.gif); }

  #light-makes-us {
    -webkit-shape-outside: url(../img/letter-Light_Makes_Us_Think_5597F-wrap.gif);
            shape-outside: url(../img/letter-Light_Makes_Us_Think_5597F-wrap.gif); }

  #inside-out {
    -webkit-shape-outside: url(../img/letter-inside_out_012F_wrap.gif);
            shape-outside: url(../img/letter-inside_out_012F_wrap.gif); }

  /*operations*/
  #inspired-bali {
    -webkit-shape-outside: url(../img/operations-Inspired_by_the_land_of_bali3834F_wrap.gif);
            shape-outside: url(../img/operations-Inspired_by_the_land_of_bali3834F_wrap.gif); }

  #twenty-seven-ways {
    -webkit-shape-outside: url(../img/operations-27_ways_to_get_your_groove_on006F_wrap.gif);
            shape-outside: url(../img/operations-27_ways_to_get_your_groove_on006F_wrap.gif); }

  #shapes-poly {
    -webkit-shape-outside: url("../img/letter-Labor_plus_time_equals_art006F_wrap.gif");
            shape-outside: url("../img/letter-Labor_plus_time_equals_art006F_wrap.gif"); } }
.straddle + .pane {
  z-index: -1; }

#financial .pane {
  width: 100%; }
  @media (min-width: 767px) {
    #financial .pane {
      float: right;
      width: 90%;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1020px) {
    #financial .pane {
      width: 80%; } }
  @media (min-width: 1200px) {
    #financial .pane {
      width: 70%;
      margin-left: 30%; } }

#objectives th.current-year {
  position: relative; }
  #objectives th.current-year sup {
    position: absolute;
    top: .75em; }

#top {
  display: block;
  position: fixed;
  right: 0;
  bottom: 66px;
  background: #333;
  width: 50px;
  height: 60px;
  line-height: 20px;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  z-index: 10; }

#zoom-art {
  padding-bottom: 4%; }

.art-bg {
  background: #fff;
  padding: 4% 0; }

@media (min-width: 767px) {
  #art .zoom-wrap {
    width: 72%;
    float: left;
    text-align: center; } }

#art .mz-zoom-window {
  height: 600px; }

.MagicZoom, .mz-figure {
  text-align: center; }

#art .selectors {
  width: 220%;
  margin-top: 20px; }
  @media (min-width: 767px) {
    #art .selectors {
      width: 25%;
      float: right;
      margin-top: 0; } }

@media (max-width: 767px) {
  .selectors-wrap {
    width: 100%;
    overflow-x: auto; } }

.mz-thumb {
  width: 8.33%;
  float: left;
  outline: #fff 2px solid;
  display: block;
  position: relative; }
  .mz-thumb:hover {
    outline: #fff 2px solid; }
  .mz-thumb.mz-thumb-selected {
    outline: #000 3px solid;
    z-index: 2; }
  @media (min-width: 767px) {
    .mz-thumb {
      width: 33.333%;
      height: 0;
      padding-bottom: 33.333%; } }

@media (min-width: 767px) {
  .mz-thumb img {
    max-width: 100%; } }

.mz-zoom-window {
  background: #eee; }

.mz-zoom-window .mz-caption {
  background: #eee;
  background: RGB(238, 238, 238);
  background: RGBA(238, 238, 238, 0.9);
  opacity: 1;
  color: #333;
  font-style: italic; }

#art .mz-figure, #art .mz-zoom-window.mz-inner {
  outline: none !important; }

#art #art-title {
  text-align: center;
  font-style: italic; }

#art h2 {
  color: #57AABB;
  margin-top: 0;
  margin-bottom: 0; }

#art .intro-color p {
  margin-top: .5em;
  margin-bottom: 0; }

#warning {
  position: relative;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f691; }
  #warning.close {
    display: none; }

#warning .warning {
  padding: 5px 25px;
  float: left;
  width: 100%;
  display: inline-block;
  margin: 0;
  color: #666; }
  @media (min-width: 767px) {
    #warning .warning {
      width: 50%; } }

#warning-close {
  position: absolute;
  top: 4px;
  right: 10px;
  text-decoration: none !important; }

#warning a {
  color: #666;
  text-decoration: underline; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after,
[class*=columns]:before,
[class*=columns]:after {
  content: " ";
  display: table; }

.clearfix:after,
.cf:after,
[class*=columns]:after {
  clear: both; }

.clearfix,
.cf,
[class*=columns] {
  zoom: 1; }

.clip {
  overflow: hidden; }

.need, .need * {
  color: magenta !important; }

.selectors .need {
  outline: magenta 1px solid !important;
  opacity: .5; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .nav3d a:after, a.continue-button:after {
    content: ''; }

  .nav3d .fold {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }

  .nav-above, .nav-below, .bg-wrap, .bg-wrap-absolute, #zoom {
    display: none !important; }

  .pane, .nav-current {
    background: #fff !important; }

  .pane * {
    opacity: 1 !important; }

  .pane, .intro-color, .intro-image {
    margin-bottom: 10px;
    padding: 2%; }

  .bleed {
    background: #fff !important; }
    .bleed img {
      display: none; }

  .main-container {
    padding-top: 150px; } }
