/*
	Companion Web Site CMS will dynamically add the following variables:
		$base: #B8AB74; [set via CMS]
		$header-background: #222; [set via CMS]
		$header-image: '../images/backgrounds/background-ED9B30Nuts.jpg'; [set via CMS]
		- N.B. remove reference from [class="header-site"] in header.inc
		
	
	The output file will be named <fv_cms_sitename_code>.css

*/
@font-face {
  font-family: 'sosa';
  src: url('../fonts/sosa-regular-webfont.eot');
  src: url('../fonts/sosa-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sosa-regular-webfont.woff') format('woff'), url('../fonts/sosa-regular-webfont.ttf') format('truetype'), url('../fonts/sosa-regular-webfont.svg#sosaregular') format('svg');
  font-weight: normal;
  font-style: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  /*  Resets + Element Defaults  */ }

html, body, figure, fieldset, nav ul, nav ul li, footer li {
  margin: 0px;
  padding: 0px; }

menu ul li, nav ul li, footer ul li {
  list-style-type: none; }

b {
  font-weight: 300; }

i {
  font-style: normal; }

a {
  cursor: pointer;
  color: #444;
  text-decoration: underline; }

a:hover {
  color: #000;
  text-decoration: underline; }

a img {
  border: 0px; }

img {
  display: block;
  max-width: 100%; }

fieldset {
  border: 0px; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit; }

address {
  font-style: normal; }

address span {
  display: block; }

dl, dt, dd {
  margin: 1em 0;
  padding: 0; }

::selection {
  background: rgba(255, 255, 255, 0.2); }

html {
  position: relative; }

body {
  font-family: 'Verdana', sans-serif;
  font-size: 95%;
  color: #555;
  background: #ebf1f7;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }
  body .touch {
    -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5 {
  font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size-adjust: 0.47;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1;
  color: #2b2b2b; }

h1 {
  font-size: 1.5em; }
  @media (min-width: 30em) and (min-height: 25em) {
  h1 {
    font-size: 2em; } }
  @media (min-width: 45em) and (min-height: 35em) {
  h1 {
    font-size: 2.5em; } }

h2 {
  color: #777;
  font-size: 1.35em; }
  @media (min-width: 30em) and (min-height: 25em) {
  h2 {
    font-size: 1.75em; } }
  @media (min-width: 45em) and (min-height: 35em) {
  h2 {
    font-size: 2em; } }

h3 {
  color: #777;
  font-size: 1.2em; }
  @media (min-width: 30em) and (min-height: 25em) {
  h3 {
    font-size: 1.35em; } }
  @media (min-width: 45em) and (min-height: 35em) {
  h3 {
    font-size: 1.5em; } }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

.intro {
  color: #444;
  font-size: 1.05em; }
  @media (min-width: 30em) {
  .intro {
    font-size: 1.2em; } }

blockquote {
  position: relative;
  background: #dae5f0;
  padding: 1em 0.75em;
  margin: 2em 0;
  font-size: 1.2em;
  line-height: 1.25; }
  @media (min-width: 30em) and (min-height: 25em) {
  blockquote {
    padding: 1.5em 1em;
    font-size: 1.35em; } }
  blockquote:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1em solid #dae5f0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    margin-right: -1em;
    right: 99%;
    top: 0; }
    @media (min-width: 50em) {
  blockquote:before {
    font-size: 1.5em; } }
  blockquote q {
    position: relative;
    display: block;
    font-family: 'Georgia', 'Times New Roman', serif;
    padding-left: 2em;
    color: #222; }
    blockquote q:before {
      content: '\201C';
      color: #1165b2;
      position: absolute;
      left: 0;
      top: -0.2em;
      font-family: 'Arial' sans-serif;
      font-size: 4em; }
    blockquote q:after {
      content: ''; }
  blockquote cite {
    font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
    font-size-adjust: 0.47;
    font-weight: normal;
    font-style: normal;
    display: block;
    font-size: 0.7em;
    margin: 0.5em 0 0.5em 2.75em; }

.breakout {
  background: #dae5f0;
  padding: 1em 0.75em;
  margin: 2em 0;
  font-size: 1.2em;
  line-height: 1.25;
  font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size-adjust: 0.47;
  font-weight: normal;
  font-style: normal;
  border-left: 3px solid #1165b2;
  color: #222; }
  @media (min-width: 30em) and (min-height: 25em) {
  .breakout {
    padding: 1.5em 1em;
    font-size: 1.35em; } }
  .breakout p {
    padding: 0 1em; }

hr {
  margin: 3em auto 0;
  clear: both;
  color: transparent;
  background: transparent;
  border: 0px transparent;
  border-top: 2px solid #1165b2; }

ul, ol {
  margin: 1.5em 0 2em;
  padding: 0;
  border-top: 1px solid #1165b2;
  border-bottom: 1px solid #1165b2; }

li {
  list-style-position: inside;
  padding: 0.5em 0;
  border-top: 1px solid #bfd3e5; }
  li:first-child {
    border-top: 0; }

ul li {
  list-style-type: square; }

nav ul, nav li {
  border: 0; }

label {
  display: block; }

input[type=search] {
  -webkit-appearance: textfield; }

figure {
  margin: 2em auto; }
  figure img {
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25); }

@media (min-width: 35em) {
  .left, .right {
    float: left;
    max-width: 35%;
    padding: 0;
    margin: 0 1.5em 1em 0; }

  .right {
    float: right;
    margin: 0 0 1em 1.5em; } }

figcaption {
  padding: 0.5em 0;
  border-bottom: 1px solid #1165b2; }

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

table {
  font-size: 0.8em;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }
  table th, table td {
    border: 1px solid #fff;
    background: #e8f1fa;
    padding: 0.75em 0.5em;
    text-align: left; }
  table th {
    background: #d4e5f5; }

.wf-loading body {
  visibility: hidden; }

.meta i, .meta span {
  display: block;
  line-height: 1.25; }

.button {
  font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size-adjust: 0.47;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 0.9em;
  display: inline-block;
  padding: 0.35em 0.75em;
  margin: 0.25em 0;
  background: #bdbdbd;
  color: #222;
  text-decoration: none;
  text-transform: uppercase; }
  .button:hover {
    color: #000; }
  .button.big {
    font-size: 1.2em;
    text-transform: none; }
    @media (min-height: 30em) {
  .button.big {
    padding: 0.65em; } }
  .button.pointy {
    padding-right: 3em; }
    .button.pointy:after {
      position: absolute;
      top: 50%;
      margin-top: -0.8em;
      right: 0.35em;
      font-size: 1.5em;
      float: right;
      content: ' >';
      color: #1165b2;
      z-index: 1; }
  .button.block {
    display: block;
    margin: 1em 0; }
  .button.accent {
    border-left: 0.25em solid #1165b2; }
  .button.highlight {
    background: #1165b2;
    color: #fff; }
    .button.highlight:after {
      color: #222;
      color: #fff; }

.icon-standalone {
  text-decoration: none;
  font-size: 1.5em;
  text-align: center; }
  .icon-standalone:hover {
    text-decoration: none; }
  .icon-standalone:after {
    font-family: 'sosa';
    text-transform: none; }

.icon-facebook:after {
  content: 'v'; }

.icon-twitter:after {
  content: 't'; }

.icon-mail:after {
  content: 'h'; }

.icon-linkedin:after {
  content: '\013C'; }

.icon-featured:after {
  content: 'e'; }

.icon-locked:after {
  content: '\00e8'; }

.icon-new:after {
  font-size: 0.8em;
  padding: 0.5em;
  content: 'NEW'; }

.wrap, .header-tools nav, .footer-legal nav, .footer-copyright p {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 1em; }
  @media (min-width: 1060px) {
  .wrap, .header-tools nav, .footer-legal nav, .footer-copyright p {
    padding: 0 5%; } }

.header-site {
  font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size-adjust: 0.47;
  font-weight: normal;
  font-style: normal;
  background-color: #1165b2;
  background-image: url('../img/backgrounds/transparent.png');
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0.5em 0;
  margin-bottom: 2px;
  color: #bdbdbd;
  font-size: 0.8em; }
  @media (min-width: 40em) {
  .header-site {
    font-size: 1.1em;
    margin-top: 2.25em; } }
  @media (min-height: 40em) {
  .header-site {
    padding: 1.5em 0; } }
  .header-site .title {
    color: #fff;
    margin: 0; }
  .header-site .sub {
    margin: 0;
    color: #777; }
  .header-site .series-link {
    display: block;
    font-size: 0.95em;
    color: #bdbdbd; }

.no-js .nav-main .toggle {
  display: none; }

.js .nav-main, .js .nav-main ul ul {
  display: none; }

.nav-main ul {
  font-size: 0.9em; }
  .nav-main ul ul {
    font-family: 'Arial', sans-serif; }
  .nav-main ul .toggled ul {
    display: block; }
  .nav-main li {
    position: relative; }
  .nav-main a {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-top: -1px; }
    .nav-main a:hover {
      background: #eee; }
  .nav-main > ul > li > a {
    font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
    font-size-adjust: 0.47;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding: 1em; }
    .nav-main > ul > li > a:before {
      position: relative;
      content: '>';
      font-size: 1.5em;
      float: left;
      padding-right: 0.75em;
      top: -0.35em;
      color: #1165b2; }
  .nav-main .toggle {
    position: absolute;
    display: block;
    top: 1em;
    left: 0.75em;
    padding: 0.1em 0.35em 0.65em 0.3em;
    width: 1em;
    height: 1em;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    z-index: 1; }
    .nav-main .toggle:before {
      content: '+';
      text-align: center; }
    .nav-main .toggle:hover {
      background: #fff; }
      .nav-main .toggle:hover:before {
        color: #555; }
  .nav-main .toggled .toggle {
    padding: 0.1em 0.15em 0.65em 0.5em; }
    .nav-main .toggled .toggle:before {
      content: '-'; }
  .nav-main .current {
    background: #e8f1fa; }
  .nav-main .current .current {
    background: #d4e5f5;
    font-weight: bold; }
  .nav-main + .nav-site {
    margin-bottom: 2.5em; }

.nav-site-toggle {
  float: right;
  margin: 1.5em 0.25em 1em 1em;
  background: #555;
  color: #fff;
  padding: 0.65em; }
  .nav-site-toggle:after {
    content: '';
    display: block;
    border-top: 3px solid #fff;
    border-bottom: 10px double #fff;
    height: 4px;
    width: 20px; }
  .nav-site-toggle.toggled {
    background: #f0f0f0; }
    .nav-site-toggle.toggled:after {
      border-color: #555; }
  @media (min-width: 40em) {
  .nav-site-toggle {
    display: none; } }

@media (min-width: 40em) {
    .nav-tools {
      position: absolute;
      /* overrides JS */
      display: block !important;
      top: 0;
      left: 0;
      right: 0;
      border-top: 5px solid #666;
      /* Old browsers */
      background: #eee;
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #fff));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
      /* Opera 11.10+ */
      background: -o-linear-gradient(top, #eee 0%, #fff 100%);
      /* IE10+ */
      background: -ms-linear-gradient(top, #eee 0%, #fff 100%);
      /* W3C */
      background: linear-gradient(to bottom, #eee 0%, #fff 100%);
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0); }
      .nav-tools ul {
        max-width: 1010px;
        margin: 0 auto;
        padding: 0 1em;
        /*  HTML5 for old browsers  */
        padding-bottom: 0.35em; }
        .nav-tools ul:after {
          content: '';
          display: table;
          clear: both; }
      .nav-tools li {
        float: right;
        padding: 0.25em; }
      .nav-tools .to-parent {
        float: left; }
      .nav-tools a {
        display: inline;
        color: #888;
        padding: 0;
        border: 0; }
        .nav-tools a:hover {
          background: none;
          text-decoration: underline; }
        .nav-tools a:before {
          display: none; }
        .nav-tools a:after {
          content: ' >';
          margin-right: 0.5em; }
      .nav-tools > ul > li > a {
        font-family: 'Verdana', sans-serif;
        font-size: 0.9em;
        text-transform: none;
        padding: 0; } }
  @media (min-width: 40em) and (min-width: 1060px) {
        .nav-tools ul {
          padding: 0 5%; } }
  @media (min-width: 40em) and (min-width: 1060px) {
        .nav-tools ul {
          padding-bottom: 0.35em; } }

@media (min-width: 40em) {
    .nav-site {
      /* overrides JS */
      display: block !important;
      float: left;
      width: 27.5%;
      margin-right: 2.5%; } }
  @media (min-width: 45em) {
  .nav-site {
    margin-right: 3.5%;
    width: 24%; } }
  @media (min-width: 50em) {
  .nav-site {
    width: 21.5%; } }

@media (min-width: 40em) {
    .nav-main + main {
      float: right;
      width: 70%; } }
  @media (min-width: 45em) {
  .nav-main + main {
    width: 72.5%; } }
  @media (min-width: 50em) {
  .nav-main + main {
    width: 75%; } }

@media (min-width: 50em) {
    main > article {
      float: left;
      width: 72.5%;
      margin-right: 5%; }
    main > aside {
      float: right;
      width: 22.5%; } }
  @media (min-width: 60em) {
  main > article {
    width: 70%; }
  main > aside {
    float: right;
    width: 25%; } }
  main article.wide {
    float: none;
    width: 100%; }
  @media (min-width: 800px) {
    main article.wide iframe {
      height: 480px !important; } }

.wrap-content {
  background: #fff;
  padding-top: 1px;
  padding-bottom: 2em; }
  .wrap-content:after {
    content: '';
    display: table;
    clear: both; }
  .wrap-content iframe {
    /* override inline styles */
    width: 100% !important;
    /* override inline styles */
    height: 280px !important; }
  @media (min-width: 500px) {
    .wrap-content iframe {
      height: 320px !important; } }

.footer-site {
  clear: both;
  background: #333;
  color: #eee;
  padding-bottom: 1em; }
  .footer-site section {
    padding: 1em 0; }
  .footer-site h3 {
    color: #eee; }
  .footer-site .about {
    background: #555;
    padding: 0.5em 2em;
    font-size: 0.9em;
    line-height: 1.35; }
  .footer-site .button {
    background: #555;
    color: #fff;
    border-color: #fff; }
  .footer-site .button:after {
    color: #fff; }
  .footer-site .social {
    /*  HTML5 for old browsers  */ }
  .footer-site .social:after {
    content: '';
    display: table;
    clear: both; }
  .footer-site .social ul, .footer-site .social li {
    border: 0;
    padding: 0; }
  .footer-site .social li {
    float: left;
    margin-right: 0.5em; }
  .footer-site .social .button {
    padding: 0.25em 0.5em; }
  .footer-site .social .button:after {
    color: #fff; }
  @media (min-width: 40em) {
  .footer-site {
    /*  HTML5 for old browsers  */ }
    .footer-site section {
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

    .footer-site:after {
      content: '';
      display: table;
      clear: both; }

    .footer-site .help, .footer-site .about {
      float: left;
      width: 47.5%; }

    .footer-site .help {
      clear: both; }

    .footer-site .about {
      margin: -2em 0 0 5%; } }
  @media (min-width: 50em) {
  .footer-site .social, .footer-site .help, .footer-site .about {
    float: left;
    width: 30%;
    margin: 0 7.5% 0 0;
    clear: none; }
  .footer-site .social {
    width: 22.5%; }
  .footer-site .about {
    margin: 1.5em 0 0 0; } }

.footer-legal {
  background: #999;
  color: #ccc;
  font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size-adjust: 0.47;
  font-weight: normal;
  font-style: normal; }
  .footer-legal ul {
    border: 0;
    font-size: 0.85em;
    padding: 1em 0; }
  .footer-legal li {
    border: 0;
    display: inline; }
  .footer-legal li:before {
    padding: 0 0.5em;
    content: '/'; }
  .footer-legal li:first-child:before {
    padding: 0;
    content: ''; }
  .footer-legal a {
    color: #fff;
    text-decoration: none; }
  .footer-legal a:hover {
    text-decoration: underline; }

.footer-copyright {
  background: #fff;
  padding: 1em 0 2em;
  font-size: 0.65em; }

.nav-inline-buttons {
  margin: 2em 0; }

.resources li {
  clear: both;
  position: relative;
  list-style-type: none;
  font-size: 0.85em;
  padding: 1.25em 3em 1.25em 0; }
  .resources a {
    text-decoration: none; }
  .resources .icon-file-type {
    height: 4.5em;
    float: left;
    width: 10%;
    margin: 0.5em 1.5em 1em 0; }
  .resources .meta {
    font-size: 0.85em; }
  .resources .indicators {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3em;
    background: #d4e5f5;
    padding: 0.5em 0;
    text-align: center; }
  .resources .indicators i {
    color: #5e83a4; }

.icon-file-type img {
  box-shadow: none; }

.accordion-toggle {
  text-decoration: none; }

.js .accordion-toggle {
  display: block;
  padding: 0.75em 1em 0.75em 3em;
  margin: 0.5em 0;
  background: #d4e5f5;
  text-decoration: none; }
  .js .accordion-toggle:hover {
    background: #aacceb; }
  .js .accordion-toggle:before {
    display: block;
    float: left;
    margin: 0.15em 0 0 -2.25em;
    width: 1em;
    height: 1em;
    line-height: 1;
    content: '+';
    padding: 0.1em 0.25em 0.3em 0.15em;
    text-align: center;
    background: #fff;
    border: #eee;
    color: #1165b2; }
  .js .accordion-toggle.toggled:before {
    content: '-'; }
  .js .accordion-toggle h3 {
    margin: 0; }

.accordion-content {
  padding: 1px 0; }