@charset "UTF-8";
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v0.10.4
* Docs at http://davidtheclark.github.io/scut
*/
/*
-----------------------------------------------
Consumer Action MoneyWise Layout 
by Joe Chellman and Alnisa Allgood 
v 4.0 April 2015
----------------------------------------------- */
/* @group Body Structure */
/* Logo Header
----------------------------------------------- */
#header {
  border-bottom-width: 0; }
  @media (max-width: 480px) {
    #header {
      background: #223119; } }

#logo {
  height: 72px;
  width: 100%;
  background-color: #000;
  border-width: 0; }
  
  #logo a {
    border-width: 0;
    display: block;
    text-decoration: none; }

  #logo h1 {
    font-family: 'myriad-pro-condensed',sans-serif;
    font-size: 2.25em;
    font-weight: 600;
    color: #9C3;
    margin: 0 0 0 10px;
    line-height: 1;
  }

  #logo .take-action {
    float: right;
  }
 

/* Top Navigation Bar
----------------------------------------------- */
/* @end */
/* @group Navigation */
/* Main Navigation
----------------------------------------------- */
#nav, #menu {
  zoom: 1; }

#nav:after, #menu:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media (max-width: 480px) {
  #nav {
    padding-bottom: 0.1em; } }
#nav #site-nav-toggle {
  display: none; }
  @media (max-width: 480px) {
    #nav #site-nav-toggle {
      display: block;
      padding: 0.3em;
      text-align: right;
      border-bottom-width: 0;
      font-weight: bold;
      color: #a2da5e;
      position: relative;
      height: 24px;
      border-width: 2px;
      border-style: solid;
      border-color: #3a532a #0b0f08 #0b0f08 #3a532a; }
      #nav #site-nav-toggle .w {
        position: absolute;
        top: 6px;
        right: 10px;
        background: transparent url(/images/menu-hb4.png) no-repeat left 4px;
        width: auto;
        background-size: 16px 16px;
        padding-left: 22px; } }

#menu {
  margin: 0 0 0 20px;
  padding: 0;
  font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
  font-size: 85%;
  font-weight: bold;
  position: relative; }
  #menu.hide {
    display: block; }
  @media (max-width: 480px) {
    #menu {
      margin: 0.5em;
      font-size: 108%; }
      .js-ready #menu.hide {
        display: none; } }
  #menu li {
    list-style: none;
    background-image: none;
    padding: 0;
    margin: 0 0.1em 0 0;
    display: inline-block; }
    #menu li.show-small {
      display: none; }
    @media (max-width: 480px) {
      #menu li {
        display: block;
        margin-bottom: 0.5em; }
        #menu li.show-small {
          display: block; } }
    #menu li a {
      border-width: 0;
      display: inline-block;
      background: transparent;
      padding: 0.5em 0.75em; }
      #menu li a:visited {
        color: #993300; }
      #menu li a:hover, #menu li a:focus, #menu li a.current-page {
        background: #365224;
        color: #f6bc0e;
        border-width: 0; }
      @media (max-width: 480px) {
        #menu li a {
          background: none;
          padding: 0;
          display: block;
          color: #a2da5e; }
          #menu li a.current-page {
            background: transparent;
            color: white; }
          #menu li a:after {
            content: ' » '; }
          #menu li a:visited {
            color: #a2da5e; }
          #menu li a:hover, #menu li a:focus {
            background: transparent;
            color: #fff; } }
    #menu li ul {
      background: #365224;
      display: none;
      text-align: left;
      font-size: 93%;
      margin: 0; }
      @media (max-width: 480px) {
        #menu li ul {
          background-color: transparent;
          padding-top: 0.25em; } }
      #menu li ul.show {
        display: block; }
      @media (max-width: 480px) {
        #menu li ul li {
          margin-bottom: 0; } }
      #menu li ul li a {
        color: #f6bc0e;
        font-size: 85%;
        font-weight: bold;
        border-width: 0; }
        @media (max-width: 480px) {
          #menu li ul li a {
            background-color: transparent;
            color: #ccc;
            padding: 0.25em 0 0.25em 1em;
            margin: 0;
            font-size: 93%;
            display: block;
            font-weight: normal; }
            #menu li ul li a:after {
              content: ''; } }
        #menu li ul li a:visited {
          color: #c6b171; }
          @media (max-width: 480px) {
            #menu li ul li a:visited {
              color: #b6bfac; } }
        #menu li ul li a:hover, #menu li ul li a:focus {
          color: #fff; }

body.section-0 #menu ul#subnav-0,
body.section-1 #menu ul#subnav-1,
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4,
body.section-5 #menu ul#subnav-5,
body.section-6 #menu ul#subnav-6,
body.section-7 #menu ul#subnav-7,
body.section-8 #menu ul#subnav-8,
body.section-9 #menu ul#subnav-9,
body #menu li ul.active {
  display: block;
  position: absolute;
  z-index: 1;
  top: 34px;
  top: 2.125rem;
  left: 0;
  width: 100%; }
  @media (max-width: 740px) {
    body.section-0 #menu ul#subnav-0,
    body.section-1 #menu ul#subnav-1,
    body.section-2 #menu ul#subnav-2,
    body.section-3 #menu ul#subnav-3,
    body.section-4 #menu ul#subnav-4,
    body.section-5 #menu ul#subnav-5,
    body.section-6 #menu ul#subnav-6,
    body.section-7 #menu ul#subnav-7,
    body.section-8 #menu ul#subnav-8,
    body.section-9 #menu ul#subnav-9,
    body #menu li ul.active {
      top: 68px;
      top: 4.25rem; } }
  @media (max-width: 480px) {
    body.section-0 #menu ul#subnav-0,
    body.section-1 #menu ul#subnav-1,
    body.section-2 #menu ul#subnav-2,
    body.section-3 #menu ul#subnav-3,
    body.section-4 #menu ul#subnav-4,
    body.section-5 #menu ul#subnav-5,
    body.section-6 #menu ul#subnav-6,
    body.section-7 #menu ul#subnav-7,
    body.section-8 #menu ul#subnav-8,
    body.section-9 #menu ul#subnav-9,
    body #menu li ul.active {
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent; } }

body #menu li ul.active {
  z-index: 10; }

/* @end */
/* @group Calendar Group */
/* Events Calendar
----------------------------------------------- */
#calendar {
  width: 100%;
  margin-bottom: 0;
  padding: 2px; }

p.calendar {
  padding-top: 1px;
  padding-bottom: 2px;
  margin: 0 0 .25em;
  font: medium Trebuchet MS, Tahoma, Arial, Helvetica, Verdana, sans-serif;
  color: #000;
  border-bottom: none; }

h2.calendar {
  padding-top: 12px;
  padding-bottom: 2px;
  margin: 0 0 .25em;
  font: bold italic 250%/1.25em "myriad-pro-condensed",sans-serif;
  font-stretch: condensed;
  color: #195404;
  border-bottom: 1px solid #A2C911; }

h3.calendar {
  margin: 0 0 .25em;
  padding-top: 8px;
  font: bold 160%/1.3em Times, Times New Roman,Georgia,Serif;
  font-stretch: ultra-condensed;
  color: #660000;
  border-bottom: 1px dotted #aaa; }

.small {
  margin: 0 0 .25em;
  padding-top: 8px;
  font: normal 80% Arial, San Serif;
  font-stretch: condensed;
  color: #999999; }

h4.calendar {
  border-bottom: 1px dotted #aaa;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 120%; }

h5.calendar {
  font-size: 110%;
  border-bottom: 1px dotted #aaa;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0; }

.calendarcol {
  float: left;
  width: 100%;
  background-color: #fff;
  font-family: "Lucida Grande" , Arial, Tahoma, Helvetica, Verdana, sans-serif;
  font-size: 90%;
  line-height: 1.0em;
  overflow: hidden;
  display: inline; }

.calendarBG {
  background-color: #fff;
  border: 1px solid #fff; }

.calendarBlank {
  background-color: #fff; }

.calendarHeader {
  font-family: "Lucida Grande" , Arial, Tahoma, Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  height: 48px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff; }

.calendarMonthLinks {
  font-family: "Lucida Grande" , Arial, Tahoma, Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff; }

.calendarMonthLinks a {
  color: #000;
  text-decoration: none;
  background-color: transparent; }

.calendarMonthLinks a:visited {
  color: #666;
  text-decoration: none;
  background-color: transparent; }

.calendarMonthLinks a:hover {
  color: #6BBB26;
  text-decoration: underline;
  background-color: transparent; }

.calendarDayHeading {
  font-family: Lucida Sans, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  height: 25px;
  background-color: #660000;
  text-align: center;
  vertical-align: middle; }

.calendarToday {
  font-family: Lucida Sans, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #999;
  background-color: #FFF;
  overflow: hidden;
  border-color: #E8E8E8; }

.calendarCell {
  width: 110px;
  height: 100px;
  font-family: Lucida Sans, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #999;
  background-color: #fff;
  overflow: hidden;
  border-color: #E8E8E8; }

.daynumTOC, .todayTOC {
  padding: 2px;
  margin-bottom: 2px;
  background: #EBE9DB;
  border-bottom: 1px solid #C6C5AF;
  text-align: left; }

.todayTOC {
  /* today's style */
  color: white;
  font-weight: bold;
  background: #E8E8E8; }

.titleTOC {
  color: #333300;
  width: 100px;
  padding-left: 10px;
  font-size: 1.0em;
  overflow: hidden;
  white-space: normal;
  background: url("/images/layout/event_arrow.gif") 0 0.4em no-repeat; }

.titleTOC:hover {
  color: #6BBB26; }

.calendarCell a {
  color: #333300;
  text-decoration: none;
  background-color: transparent; }

.calendarCell a:visited {
  color: #999;
  text-decoration: none;
  background-color: transparent; }

.calendarCell a:hover {
  color: #6BBB26;
  text-decoration: none;
  background-color: transparent; }

/* @end */
/* @group Columns Group */
/* Column Structure
----------------------------------------------- */
#columns .first_wdth {
  padding-right: 10px; }

#columns .second_wdth {
  float: left; }

#three_columns li a span.catcount {
  display: inline;
  color: #999;
  border-bottom-width: 0;
  background: white; }

/* @end */
/* @group News & Articles Group */
/* News & Article Listings
----------------------------------------------- */
#home p {
  margin: .5em 0; }

#newslist p {
  margin: 0 0 1em; }

h4.date {
  clear: left; }

.dateline {
  zoom: 1; }

.dateline:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* @end */
/* @group Lists */
/* Lists
----------------------------------------------- */
ul {
  margin: .5em 0 1em;
  padding: 0; }

ol {
  margin-top: .5em;
  margin-bottom: 1em; }

ul li {
  margin: 0 0 0 0px;
  padding: 0 0 5px 12px;
  line-height: 1.5;
  list-style: none; }

ol li {
  padding: 0;
  line-height: 1.5; }

.maincol ol {
  margin-left: 30px;
  padding-left: 0px; }

.maincol ul li {
  margin-left: 12px;
  padding-left: 18px; }

/* @end */
/* @group Links */
/* Links
----------------------------------------------- */
a.noborder {
  text-decoration: none !important;
  border-width: 0 !important; }

/* @end */
/* @group Breadcrumbs & Pagination */
/* Breadcrumbs & Pagination
----------------------------------------------- */
/* @end */
/* @group Typography */
/* Titles
----------------------------------------------- */
/* h1 {
  margin: 0 0px 10px 0px;
  border-bottom-color: silver;
  color: #660000; }  */

h2 {
  /*color: #356184;*/
  font-family: "myriad-pro-condensed",sans-serif;
  font-size: 250%;
  line-height: 1.25em;
  font-weight: 200; }

h2.category {
  font-stretch: ultra-condensed; }

h3 {
  font-stretch: ultra-condensed;
  font-family: "Times New Roman" ,Georgia,Serif;
  font-size: 140%;
  line-height: 1.3em;
  font-weight: bold; }

/* Paragraph Classes
----------------------------------------------- */
/* @end */
/* @group Side Bar */
/* Side Bar  
----------------------------------------------- */
#side {
  max-width: 210px;
  padding: 9px; }
  


.sidebar-email-list {
    width: 100%;
    padding-bottom:8px;
}

.sidebar-email-list .action-title {
    border-bottom: 1px solid #77a809;
    margin-bottom: 10px;
}

/* @end */
/* @group Footer */
/* Footer
----------------------------------------------- */
.archivetop {
  clear: both; }

/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
#archive ul li {
  font: bold 90%/110% "lucida grande" , tahoma, arial, verdana, sans-serif;
  background: none;
  margin-left: 0;
  padding-left: 12px;
  display: list-item; }

#archive ul li a {
  float: none;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  list-style: none;
  text-decoration: none; }

#archive li a:hover a:visited {
  display: block; }

/* @end */
/* @group Tables */
/* CROSSTABULAR DATA
----------------------------------------------- */
thead th {
  background: #e8e8e8; }

/* TABLE W/ LIGHT BROWN HEADER */
/* CROSSTABULAR DATA
----------------------------------------------- */
/* TABLE W/ LIGHT GREY HEADER */
/* @end */
/* @group Gallery */
/* Gallery CSS
----------------------------------------------- */
#gallery th {
  font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
  background-color: #466432; }

#gallery td {
  font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif; }

#gallery .powered {
  margin: 15px;
  font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
  font-size: 10px;
  background-color: transparent;
  text-align: center; }

.gallery {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin: 5px 0 0 0;
  clear: both;
  height: 102px;
  overflow: hidden; }

.gallery-image {
  width: 115px;
  height: 86px;
  overflow: hidden;
  border: 1px solid silver;
  padding: 1px;
  float: left;
  margin-top: 5px;
  margin-right: 3px; }

/* @end */
/* @group Entango */
#transact .required {
  color: red; }

#transact table {
  width: 500px; }

#transact table td.rowFirst {
  width: 130px; }

#transact input {
  width: 90%; }

#transact input#transAmount {
  width: 100px; }

#transact input.auto {
  width: auto; }

#transact #btn_donate {
  padding: 10px; }

#transact td {
  padding-bottom: 5px; }

/* @end */
.dots {
  border-bottom: 1px dotted silver;
  clear: both; }

.byline {
  width: 100%;
  font-family: "Gill Sans", "Futura Condensed", Impact, Tahoma, sans serif;
  font-size: 11px;
  display: table;
  margin-bottom: 15px;
  background-color: #E8E8E8; }

.byline A {
  font-weight: bold; }

#author, #pubDate {
  font-family: "Gill Sans", "Futura Condensed", Impact, Tahoma, sans serif;
  margin: 4px 2px; }

.center {
  text-align: center; }

/* @group Order Form */
.publications-order-form h3 {
  margin-bottom: 0.5em; }

.publications-order-form table {
  width: 60%;
  margin-bottom: 1em; }

.publications-order-form table td {
  width: 5%; }

.publications-order-form table td.cart-title {
  width: 90%; }

.publications-order-form .form-field {
  margin-bottom: 1em; }

.publications-order-form .form-field .fieldLabel {
  font-size: 0.9em; }

/* @end */
/* @group Freeform Composer Defaults */
.ff_composer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ff_composer .line,
.ff_composer .line:last-child,
.ff_composer .last_unit {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1; }

.ff_composer .unit {
  float: left;
  padding: 10px;
  *padding: 0;
  /*because ie7 doesn't do border-box*/ }

.ff_composer .unit_right {
  float: right; }

.ff_composer .size1of1 {
  float: none; }

.ff_composer .size1of2 {
  width: 50%; }

.ff_composer .size1of3 {
  width: 33.33333%; }

.ff_composer .size2of3 {
  width: 66.66666%; }

.ff_composer .size1of4 {
  width: 25%; }

.ff_composer .size3of4 {
  width: 75%; }

.ff_composer .line:last-child,
.ff_composer .last_unit {
  float: none;
  width: auto; }

.ff_composer p,
.ff_composer h1,
.ff_composer h2,
.ff_composer h3,
.ff_composer h4,
.ff_composer h5,
.ff_composer h6 {
  margin-top: 0; }

.ff_composer .required_item {
  margin-left: 4px;
  color: red; }

.ff_composer textarea,
.ff_composer input[type="text"],
.ff_composer input[type="email"],
.ff_composer input[type="url"],
.ff_composer input[type="number"],
.ff_composer input[type="password"],
.ff_composer input[type="search"] {
  width: 75%; }

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

/* @end */
/* @group Freeform Composer Overrides */
#stylized.ff_composer input[type="text"],
#stylized.ff_composer textarea,
#stylized.ff_composer select {
  float: none;
  margin-bottom: 4px; }

.ff_composer .form-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

#stylized.ff_composer .form-item .error input[type="text"],
#stylized.ff_composer .form-item .error textarea,
#stylized.ff_composer .form-item .error select {
  border-color: #900; }

.ff_composer .line .unit {
  padding: 0; }

.ff_composer .line .field_label {
  font-size: 93%; }

.ff_composer p.submit {
  text-align: right; }

/* @end */
