
#accordion {
  /*! 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.
 */
  /* 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.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in Safari and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* 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.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  /**
 * 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.
 */
  /**
 * 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.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * 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.
 */
  /**
 * 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`.
 */
  /**
 * 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).
 */
  /**
 * 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).
 */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 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.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  /**
 * 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.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  background-color: #fff;
  padding: 0px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}
#accordion article, #accordion aside, #accordion details, #accordion figcaption, #accordion figure, #accordion footer, #accordion header, #accordion hgroup, #accordion main, #accordion menu, #accordion nav, #accordion section, #accordion summary {
  display: block;
}
#accordion audio, #accordion canvas, #accordion progress, #accordion video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
#accordion audio:not([controls]) {
  display: none;
  height: 0;
}
#accordion [hidden], #accordion template {
  display: none;
}
#accordion a {
  background-color: transparent;
}
#accordion a:active, #accordion a:hover {
  outline: 0;
}
#accordion abbr[title] {
  border-bottom: 1px dotted;
}
#accordion b, #accordion strong {
  font-weight: bold;
}



#accordion .jigsaw-content .intro {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	margin-bottom: 30px;
}

#accordion .jigsaw-content quote {
	font-size: 18px;
	font-weight: lighter;
	line-height: 32px;
	color: #333;
	margin-bottom: 10px;
	margin-left: 50px
}

#accordion .jigsaw-content quotename {
font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
	margin-left: 50px
}


#accordion dfn {
  font-style: italic;
}
#accordion h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#accordion mark {
  background: #ff0;
  color: #000;
}
#accordion small {
  font-size: 80%;
}
#accordion sub, #accordion sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#accordion sup {
  top: -0.5em;
}
#accordion sub {
  bottom: -0.25em;
}
#accordion img {
  border: 0;
}
#accordion svg:not(:root) {
  overflow: hidden;
}
#accordion figure {
  margin: 1em 40px;
}
#accordion hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#accordion pre {
  overflow: auto;
}
#accordion code, #accordion kbd, #accordion pre, #accordion samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#accordion button, #accordion input, #accordion optgroup, #accordion select, #accordion textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
#accordion button {
  overflow: visible;
}
#accordion button, #accordion select {
  text-transform: none;
}
#accordion button, #accordion html input[type="button"], #accordion input[type="reset"], #accordion input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
#accordion button[disabled], #accordion html input[disabled] {
  cursor: default;
}
#accordion button::-moz-focus-inner, #accordion input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#accordion input {
  line-height: normal;
}
#accordion input[type="checkbox"], #accordion input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
#accordion input[type="number"]::-webkit-inner-spin-button, #accordion input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#accordion input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#accordion input[type="search"]::-webkit-search-cancel-button, #accordion input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#accordion fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#accordion legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
#accordion textarea {
  overflow: auto;
}
#accordion optgroup {
  font-weight: bold;
}
#accordion table {
  border-collapse: collapse;
  border-spacing: 0;
}
#accordion td, #accordion th {
  padding: 0;
}
#accordion * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#accordion {
  width: calc(100% + 20px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
#accordion .jigsaw-pieces-list {
  margin: 0;
  padding: 0px 0;
}
#accordion .jigsaw-pieces-list > li {
  display: block;
}
#accordion .jigsaw-pieces-list > li header {
  padding: 26px 46px 26px 94px;
  background-size: 65px 65px;
  background-repeat: no-repeat;
  background-position: 13px 50%;
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 360px) {
  #accordion .jigsaw-pieces-list > li header {
    padding: 26px 48px 26px 98px;
    background-size: 65px 65px;
    background-position: 16px 50%;
  }
}
@media (min-width: 768px) {
  #accordion .jigsaw-pieces-list > li header {
    padding: 18px 140px 18px 160px;
    min-height: 104px;
    background-size: 65px 65px;
    background-position: 42px 50%;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
  }
  #accordion .jigsaw-pieces-list > li header:hover {
    background-size: 75px 75px;
    background-position: 40px 50%;
  }
  @supports ((-webkit-filter: blur(1px)) or (filter: blur(1px))) {
    #accordion .jigsaw-pieces-list > li header:hover {
      -webkit-filter: saturate(1.15);
      filter: saturate(1.15);
    }
  }
}
@media (min-width: 1200px) {
  #accordion .jigsaw-pieces-list > li header {
    min-height: 108px;
  }
}
#accordion .jigsaw-pieces-list > li header:after {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  right: 20px;
  margin-top: -3px;
  top: 50%;
}
@media (min-width: 360px) {
  #accordion .jigsaw-pieces-list > li header:after {
    right: 22px;
  }
}
@media (min-width: 768px) {
  #accordion .jigsaw-pieces-list > li header:after {
    width: 20px;
    height: 20px;
    right: 68px;
  }
}
#accordion .jigsaw-pieces-list > li header h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
  font-family: 'Opne Sans', sans-serif;
  display: block;
  letter-spacing: 0.2px;
}
@media (min-width: 360px) {
  #accordion .jigsaw-pieces-list > li header h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  #accordion .jigsaw-pieces-list > li header h4 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.4px;
	padding-bottom: 6px;
  }
  #accordion .jigsaw-pieces-list > li header h4:last-child {
    padding-bottom: 0;
  }
}
#accordion .jigsaw-pieces-list > li header h6 {
  display: none;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  max-width: 680px;
}
#accordion .jigsaw-pieces-list > li header h6:empty {
  display: none;
}
@media (min-width: 768px) {
  #accordion .jigsaw-pieces-list > li header h6 {
    display: block;
  }
}
#accordion .jigsaw-pieces-list > li .jigsaw-content {
  color: #333333;
  display: block;
  padding: 14px 16px;
  display: none;
  max-height: 67.5vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#accordion .jigsaw-pieces-list > ol .jigsaw-content {
  color: #333333;
  display: block;
  padding: 14px 16px;
  display: none;
  max-height: 67.5vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols .jigsaw-col-icon {
  text-align: center;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols .jigsaw-col-icon img {
  width: 70px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 400px) {
  #accordion .jigsaw-pieces-list > li .jigsaw-content {
    padding: 16px 20px;
  }
}
@media (min-width: 768px) {
  #accordion .jigsaw-pieces-list > li .jigsaw-content {
    padding: 28px 46px;
  }
  #accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols {
    width: 100%;
    display: flex;
  }
  #accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols.vcenter {
    align-items: center;
  }
  #accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols .jigsaw-col-25 {
    width: 25%;
    margin-right: 3%;
  }
  #accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols .jigsaw-col-25 img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  #accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols .jigsaw-col-75 {
    width: 72%;
  }
  #accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols .jigsaw-col-icon {
    flex: 0 0 auto;
    transform: translateX(-4px);
  }
  #accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols .jigsaw-col-icon img {
    margin: 0;
  }
  #accordion .jigsaw-pieces-list > li .jigsaw-content .jigsaw-cols .jigsaw-col-flex {
    flex: 1 1 auto;
    padding-left: 44px;
  }
}
#accordion .jigsaw-pieces-list > li .jigsaw-content strong {
  font-size: 15px;
  line-height: 18px;
  color: #00338D;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 20px 0;
}
@media (max-width: 450px) {
  #accordion .jigsaw-pieces-list > li .jigsaw-content img {
    max-width: none;
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}
#accordion .jigsaw-pieces-list > li .jigsaw-content > strong {
  font-size: 16px;
  line-height: 20px;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content > strong:not(:first-child) {
  margin-top: 30px;
  display: block;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content > strong + img {
  margin-top: 5px;
  margin-bottom: 5px;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}


#accordion .jigsaw-pieces-list > li .jigsaw-content p.intro {
    font-size: 18px;
    font-weight: bold;
	line-height: 26px;
	color: #00338D;
	margin-bottom: 30px;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content p.intro:last-child {
  margin-bottom: 0;
}


#accordion .jigsaw-pieces-list > li .jigsaw-content p.quote {
	font-size: 18px;
	font-weight: lighter;
	line-height: 32px;
	color: #333;
	margin-bottom: 10px;
	margin-left: 50px
}


#accordion .jigsaw-pieces-list > li .jigsaw-content p.quotename {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
	margin-left: 50px
}


#accordion .jigsaw-pieces-list > li .jigsaw-content p + p {
  margin-top: 15px;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content a {
  color: #005EB8;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content ul {
  margin: 7px 0 15px;
  padding: 0;
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  list-style-position: outside;
  padding-left: 18px;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content ul:last-child {
  margin-bottom: 0;
}
#accordion .jigsaw-pieces-list > li .jigsaw-content ul li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: disc;
}
#accordion .jigsaw-pieces-list > li.active header:after {
  margin-top: 2px;
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}
