/* hide irrelevancies */
h2.hdg.hdg_2.mix-hdg_sm,
.header,
.footer,
.grid-col_5of16,
.breadcrumbs,
.btn,
.js-print,
.sidebar-hd:after,
.accordion-hd:after {
  display: none;
}

/* normalize padding */
html,
.page,
.footer,
.footer-inner,
.listing_spaced,
.listing-bd,
.mix-listing-hd_push,
ul.accordion,
.content {
  margin: 0;
  padding: 0;
}

body {
  background: none;
  margin: 40px;
}

.select2-display-none {
  display: block;
}

.page {
  background: none;
}

.wrapper {
  width: 800px; /* width the generator outputs */
}

.mix-listing-hd_push {
  margin-bottom: 0;
}

.listing-hd img {
  width: 100%;
  height: auto;
}

.hidden-logo {
  background-color: #82a477;
  padding: 20px 30px 30px;
  overflow: hidden;
  height: 70px;
}

.hidden-logo img {
  width: 105px;
  float: left;
}

.hidden-logo h3 {
  color: #ffffff;
  font-size: 32px;
  padding: 26px 0 25px;
  float: right;
}

.hidden-footer {
  padding: 20px 0;
}
.hidden-footer p {
  float:  left;
  line-height:  3;
}

.hidden-footer a {
  color: #000000;
}

.hidden-footer img {
  float: right;
  width: 160px;
}

.page .accordion-hd {
  padding: 10px 27px;
  opacity:  1;
  background-color: #86aa7b;
}

.page .mix-accordion-hd_colorSecondary {
  background-color: #fd945e;
}

.accordion-hd-title {
  color: #FFFFFF;
  opacity: 1;
  font-family: sans-serif;
  font-size: 30px;
}

.accordion-hd:after {
  content: "";
}

.page,
.grid-col {
  width: 100%;
}

.accordion-content {
  border: none;
  padding: 20px 27px 5px;
}

.accordion_isClosed .accordion-content {
  display: block;
}

h3, h4,
h3.hdg_2,
hdg_3.mix-hdg_sm {
  padding-left: 5px;
}

.sidebar-hd.mix-listing-hd_push {
  padding: 5px 5px 5px 0;
}

.sidebar-hd .hdg_2 {
  padding: 20px 28px 10px;
}

.sidebar-hd .hdg_2 a {
  font-size: 32px;
  font-weight: 400;
}

.sidebar-hd .wysiwyg td {
  padding-left: 30px;
  padding-top: 8px;
}

.sidebar-hd .wysiwyg td,
.sidebar-hd .wysiwyg td > * {
  font-size: 18px;
}

h3 {
  font-size: 1.2em;
  padding: 0px 9px;
}

h4.hdg_3.mix-hdg_sm,
h4 {
  font-size: 20px;
  padding-left: 30px;
  font-weight: 400;
}

.donateWidget,
.resources {
  display: none;
}

.wysiwyg * {
  font-family: sans-serif;
  font-size: 14px;
}

.wysiwyg ul, .wysiwyg li, .wysiwyg p {
  float: none;
  color: #585246;
}

.wysiwyg p {
  line-height: 1.5;
}

.wysiwyg img {
  float: none !important;
  width: auto;
}

.wysiwyg ul {
  list-style-type: none;
}

.content .wysiwyg ul > li {
  position: relative;
  color: #585246;
  background: url(../../../images/pdf-bullet.png) 0 50% no-repeat;
  padding-left: 30px;
  margin-left:  0;
  background-size: 15px;
}

.content .wysiwyg h3 {
  padding-left: 0;
  font-size: 24px;
}

body * {
  font-family: sans-serif;
}

.break-after {
  page-break-after: always;
  page-break-before: avoid;
}

.break-before {
  page-break-after: avoid;
  page-break-before: always;
}

.break-none {
  page-break-inside: avoid;
}