.chair-photo {
    float: left;
    margin: 0 20px 15px 0;
}

.newsletter-substory-image {
    float: left;
    margin: 0 20px 15px 0;
    width: 190px;
}

.section.container.sub-story-starter,
.section.container.member-benefits {
    border-top: 2px solid #6ab333;
    padding-top: 50px;
}

.newsletter-paragraphs h3 {
    font-weight: 700;
    color: #58585a;
}

.section.container.member-benefits h2,
.section.container.member-benefits p,
.section.container.member-benefits li {
    text-align: center;
}

.section.container.member-benefits-events img {
    display: table;
    margin: 0 auto 10px auto;
}

.section.container.member-benefits-events > .three.columns.section > div,
.section.container.member-benefits-events > .three.columns.section > p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

#menu-newsletter-side-menu {
    list-style: none;
    margin: 0 0 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

#menu-newsletter-side-menu > li {
    margin-bottom: 5px;
}

#menu-newsletter-side-menu > li > a {
    text-decoration: none;
    font-size: 18px;
    color: #58585a;
    text-transform: uppercase;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

#menu-newsletter-side-menu > li > a:hover,
#menu-newsletter-side-menu > li.current-menu-item > a {
    color: #6ab333 !important;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

.newsletter-list {
    list-style: none;
    padding: 4px;
    display: table;
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    margin: 0 0 20px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.newsletter-list li {
    display: table-cell;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.newsletter-list li:last-child > a {
    font-size: 18px;
    line-height: 28px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.newsletter-list:hover {
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.newsletter-list li:first-child {
    width: 120px;
    font-weight: 400;
    color: #58585a;
}

.newsletter-list li:last-child > a {
    font-weight: 400;
    text-decoration: none;
    color: #6ab333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.newsletter-list li:last-child:hover > a {
    color: #58585a;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}