section.primary_focus.cf {
    float: none !important;
    width: 100%;
}

p {
    font-size: 16px !important;
}

aside {
    display: none !important;
}

.apm-custom-html {
    border-top: none !important;
}

.mpr_content.cf {
    max-width: 95%;
    width: auto;
}

span.figure_credit {
    display: none;
}

.wFormContainer {
    max-width: none;
 }

h1:first-of-type{
 display: none;
}

nav.parent.children.bodytext {
    display: none;
}

.vv-temp-user-field-section > div:not([id]), div[id=""] {
    display: none;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: rgb(238, 239, 239);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #4298b5;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#action .actionnav {
  background: #000;
  text-align: center;
  padding: 10px 0;
  margin-top: -6px;
  border: 0;
}

#action .actionnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#action .actionnav li {
  display: inline-block;
  padding: 0 10px;
}

#action .actionnav a {
  color: #fff;
  text-decoration: none;
  padding: 0;
}

#action .hero-text {
  max-width: 700px;
  text-align: center;
  margin: 40px auto;
}

#action .hero-text strong {
  color: #000;
  display: block;
  font-size: 1.2rem;
  font-weight: 700
}

#action .panel li {
  margin-bottom: 20px;
}

#action .how-to-help {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

#action .how-to-help::after,
#action .how-to-help::before {
  display: none;
}

#action h2 {
  font-weight: 400;
  margin-top: 40px;
  color: #3896B4;
}

#action h3 {
  font-weight: 700;
  margin-top: 40px;
}

#action .how-to-help a.default {
  display: inline-block;
}

#action .col1 {
  width: 53%;
}

#action .col2 {
  width: 40%;
}

#action .embedform {
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 5px;
}

#action .graphics {
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 30px;
}

@media (max-width:992px) {
  #action .how-to-help {
    display: block;
  }

  #action .col1,
  #action .col2 {
    width: 100%;
    display: block;
  }

  #action .graphics {
    padding: 20px 10px;
    text-align: center;
  }
}
main>aside, main section>div:not(.bodytext):not(.member_focus):not([data-custom-class]), main section.secondary_focus {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}