.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('../img/youtube-placeholder.svg');
    background-size: cover;
    background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

p {
    margin-bottom: 25px;
}

.body {
    background-color: hsla(60, 7%, 86%, .51);
    font-family: Rokkitt, sans-serif;
    color: #2c535c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.body.rh {
    background-image: none;
    font-size: 18px;
    line-height: 24px;
}

.main-nav {
    background-color: hsla(60, 7%, 86%, .51);
}

.top-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-nav.login {
    padding-top: 12px;
    padding-bottom: 12px;
}

.nav {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .88)), to(hsla(0, 0%, 100%, .88))), url('../img/NHBPC2C-Icon.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, .88)), url('../img/NHBPC2C-Icon.svg');
    background-position: 0px 0px, 94% 1%;
    background-size: auto, 300px;
    background-repeat: repeat, no-repeat;
}

.login-nav {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 4px solid #fdce09;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

.login-nav:hover {
    border-bottom-color: #2c535c;
    color: #25bbad;
}

.nav-logo {
    width: 450px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.nav-logo:hover {
    opacity: 0.75;
}

.nav-logo.w--current {
    width: 450px;
}

.image {
    width: 450px;
}

.nav-bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    padding-left: 14px;
    background-color: #2c535c;
    font-family: Rokkitt, sans-serif;
    color: #c5e6e0;
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
}

.single-public_resource .nav-bar,
.tax-public_resource_types .nav-bar,
.tax-public_resource_categories .nav-bar {
    padding-bottom: 0;
}

.nav-lnk.join {
    color: #fdce09;
}

.nav-lnk.join:hover {
    color: #75cdd6;
}

.home-slider {
    position: relative;
    z-index: 50;
    display: block;
    height: 600px;
    max-width: 1400px;
    min-width: 940px;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    background-color: #2c535c;
    background-image: url('../img/NHBPC2C-Icon_Reversed.svg');
    background-position: 50% 50%;
    background-size: 95px;
    background-repeat: no-repeat;
    box-shadow: 0 0 30px 0 rgba(44, 83, 92, .65);
}

.tabs {
    width: 100%;
    height: 600px;
}

.tabs-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(37, 187, 173, .75);
    text-align: center;
}

.tab-pane-tab-1 {
    height: 600px;
}

.tab-content {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 900px) {

    .tab-content {
        background-size: auto 100%;
        background-position: center center;
    }

}

.tab-content.slide-1 {
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, transparent), to(#2c535c)), url('../img/About-Tab.jpg');
  background-image: linear-gradient(180deg, transparent 14%, #2c535c), url('../img/About-Tab.jpg'); */
    background-position: 0px 0px, 50% 40%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab-content.slide-2 {
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), to(#2c535c)), url('../img/iStock-941321266.jpg');
  background-image: linear-gradient(180deg, transparent 15%, #2c535c), url('../img/iStock-941321266.jpg'); */
    background-position: 0px 0px, 50% -77px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab-content.slide-4-video {
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), to(#2c535c)), url('../img/Hero-3.jpg');
  background-image: linear-gradient(180deg, transparent 34%, #2c535c), url('../img/Hero-3.jpg'); */
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab-content.slide-4-video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), to(#2c535c)), url('../img/Hero-4_Blur.jpg');
  background-image: linear-gradient(180deg, transparent 15%, #2c535c), url('../img/Hero-4_Blur.jpg'); */
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.tab-slider-link {
    background-color: #fdce09;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.tab-slider-link:hover {
    background-color: #c5e6e0;
}

.tab-slider-link.w--current {
    background-color: #2c535c;
    color: #c5e6e0;
}

.tab-slider-link.w--current:hover {
    background-color: #c5e6e0;
    color: #2c535c;
}

.tab-slider-link.last,
.tabs-menu a:last-of-type {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.tab-slider-link.first,
.tabs-menu a:first-of-type {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.top-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
}

.tab-slide-content {
    margin-bottom: 150px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.slider-video {
    display: block;
    width: 600px;
    margin-right: auto;
    margin-bottom: 29px;
    margin-left: auto;
    background-color: #2c535c;
    box-shadow: 0 0 15px 0 rgba(44, 83, 92, .65);
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.slider-video:hover {
    opacity: 0.85;
}

.home-content {
    position: relative;
    z-index: 1;
    padding: 60px 30px;
    background-color: #fff;
}

.home-content.anchor {
    padding-top: 80px;
}

.generic-button {
    margin-top: 15px;
    border-radius: 100px;
    background-color: #fdce09;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.generic-button:hover {
    background-color: #2c535c;
    color: #ddddd8;
}

.generic-button.small {
    font-size: 14px;
    line-height: 14px;
}

.nav-content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mini {
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    color: #25bbad;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.mini.left {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 20px;
    color: #2c535c;
    text-align: left;
}

.large-text {
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
}

.large-text.centered {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.home-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-sections.mt {
    margin-top: 60px;
}

.home-section-block {
    width: 33.333333%;
    padding: 25px;
    background-color: #f2f2f2;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.home .home-section-block {
    /* Changed from 33% to 50% */
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .home .home-section-block {
        width: 100%;
    }
}

.home-section-block:hover {
    opacity: 0.9;
}

.home-section-block._1,
.home-section-block:nth-of-type(1),
.home-section-block:nth-of-type(7) {
    background-color: #2c535c;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    color: #fff;
}

.home-section-block._2,
.home-section-block:nth-of-type(2),
.home-section-block:nth-of-type(8) {
    background-color: #75cdd6;
    color: #fff;
}

.home-section-block._3,
.home-section-block:nth-of-type(3),
.home-section-block:nth-of-type(9) {
    background-color: #25bbad;
    color: #fff;
}

.home-section-block._4,
.home-section-block:nth-of-type(4),
.home-section-block:nth-of-type(10) {
    background-color: #c5e6e0;
}

.home-section-block._5,
.home-section-block:nth-of-type(5),
.home-section-block:nth-of-type(11) {
    background-color: #25696e;
    color: #fff;
}

.home-section-block._6,
.home-section-block:nth-of-type(6),
.home-section-block:nth-of-type(12) {
    background-color: #ddddd8;
}

/* Bottom CTAs */

.home-sections.bottom-ctas .home-section-block._1 {
    background-color: #2c535c;
}

.home-sections.bottom-ctas .home-section-block._2 {
    background-color: #75cdd6;
}

.home-sections.bottom-ctas .home-section-block._3 {
    background-color: #25bbad;
}

.home-sections.bottom-ctas .home-section-block._4 {
    background-color: #c5e6e0;
}

.home-sections.bottom-ctas .home-section-block._5 {
    background-color: #25696e;
}

.home-sections.bottom-ctas .home-section-block._6 {
    background-color: #ddddd8;
}

.home-sections.bottom-ctas .home-section-block._1,
.home-sections.bottom-ctas .home-section-block._2,
.home-sections.bottom-ctas .home-section-block._3,
.home-sections.bottom-ctas .home-section-block._4,
.home-sections.bottom-ctas .home-section-block._5 {
    color: #fff;
}

.home-sections.bottom-ctas .home-section-block._6 {
    color: #2c535c;
}

.home-box-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin-bottom: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #59858f;
}

.news-resources-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.home-news {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.home-news.home-news-second-col {
    /* Hides HP resources and events */
    display: none;
}

.column-divider {
    width: 30px;
}

.home-news-entry {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddddd8;
}

.home-news-entry p {
    margin-bottom: 0;
}

.home-news-h3 {
    margin-top: 3px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #25bbad;
    font-size: 21px;
}

.home-news-date {
    color: #25696e;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}

.link {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #25bbad;
    font-weight: 700;
    text-decoration: none;
}

.link:hover {
    color: #75cdd6;
}

.scrolled-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 50px;
    background-color: #e3f1ef;
    box-shadow: 0 0 15px 0 rgba(44, 83, 92, .45);
    opacity: 0;
}

.fixed-nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fn-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image-2 {
    width: 150px;
}

.fn-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #2c535c;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
}

.fn-nav-link:hover {
    color: #25bbad;
}

.fn-nav-link.member-login {
    border-bottom: 5px solid #fdce09;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.learn-more-text-hero {
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #fdce09;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.learn-more-text-hero-2 {
    color: #fdce09;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.learn-more-text-hero:hover,
.learn-more-text-hero-2:hover {
    color: #25bbad;
}

.learn-more-text-hero.dark {
    color: #2c535c;
}

.learn-more-text-hero.dark:hover {
    color: #fff;
}

.home-resource {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #c5e6e0;
}

.home-resource-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 50px;
    margin-top: 0px;
    padding-top: 4px;
    padding-right: 9px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-icon {
    height: 50px;
}

.home-resource-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.home-resource-link {
    display: block;
    margin-top: 0px;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.home-resource-link:hover {
    color: #25bbad;
}

.footer {
    position: relative;
    z-index: 0;
    margin-top: -40px;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #2c535c;
}

.newsletter-wrap {
    color: #ddddd8;
}

.heading {
    margin-top: 0px;
    margin-bottom: 21px;
    font-size: 34px;
    line-height: 40px;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-field {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    padding-left: 25px;
    border-radius: 100px;
    color: #2c535c;
    font-weight: 700;
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding-top: 40px;
    border-top: 1px solid #507d88;
    color: #75cdd6;
}

.footer-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-col.links {
    padding-top: 18px;
    font-size: 16px;
    line-height: 22px;
}

.logo-footer {
    width: 300px;
    margin-bottom: 20px;
}

.copyright {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
}

.footer-link {
    display: inline-block;
    margin-right: 25px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #fdce09;
    text-decoration: none;
}

.footer-link:hover {
    color: #75cdd6;
}

.footer-link.w--current {
    margin-bottom: 15px;
}

.footer-legal-links,
#menu-footer-menu-2 li {
    display: inline-block;
    margin-right: 25px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #75cdd6;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

#menu-footer-menu-1,
#menu-footer-menu-2,
#menu-footer-menu-resource-hub {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

#menu-footer-menu-1 li,
#menu-footer-menu-2 li,
#menu-footer-menu-resource-hub li {
    margin: 0 25px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

#menu-footer-menu-1 a,
#menu-footer-menu-resource-hub a {
    color: #fdce09;
}

#menu-footer-menu-2 a {
    color: #75cdd6;
    font-size: 14px;
    line-height: 20px;
}

.footer-legal-links:hover {
    color: #c5e6e0;
}

.footer-legal-links.w--current {
    margin-bottom: 15px;
}

.social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.social-link {
    width: 50px;
    height: 50px;
    padding: 10px 20px 10px 0px;
    opacity: 0.5;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.social-link:hover {
    opacity: 1;
}

.m-menu-link {
    display: none;
}

.mobile-menu-button {
    display: none;
}

.text-block-2 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.secondary-big-hero {
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    max-width: 1400px;
    min-width: 940px;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #c5e6e0;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(44, 83, 92, .7))), url('../img/improving-quality.jpg');
  background-image: linear-gradient(180deg, transparent 40%, rgba(44, 83, 92, .7)), url('../img/improving-quality.jpg'); */
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    box-shadow: 0 0 30px 0 rgba(44, 83, 92, .65);
}

.sec-big-hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 174px;
    padding-right: 45px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sbh-content {
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(253, 206, 9, .75);
    color: #2c535c;
    font-size: 32px;
    line-height: 35px;
}

.text-block-3 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 21px;
}

.small-logo-icon {
    display: inline-block;
    width: 30px;
}

.hero-logo-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-image-wide {
    /* height: 300px; */
    margin-bottom: 45px;
    /* background-image: url('../img/example-bg.png'); 
  background-position: 50% 50%; */
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 75px 0 rgba(44, 83, 92, .37);
}

.content-image-wide.issue {
    /*  background-image: url('../img/Hero-3.jpg'); 
  background-position: 50% 0px; */
    box-shadow: inset 0 0 75px 0 rgba(44, 83, 92, .67);
}

.content-image-wide.common {
    /* background-image: url('../img/Common-Goal.jpg');
  background-position: 50% 27%; */
}

.issue-callout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    margin-bottom: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.issue-callout.reversed {
    margin-top: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.issue-image {
    width: 300px;
    height: 300px;
    /* background-image: url('../img/example-bg.png');
  background-position: 50% 50%; */
    background-size: cover;
    background-repeat: no-repeat;
}

.issue-image.senior-issue {
    /*   background-image: url('../img/Senior-Alone.jpg');
  background-position: 0px 50%; */
}

.issue-image.senior-solution {
    /* background-image: url('../img/Hero-2.jpg');
  background-position: 0px 50%; */
}

.issue-image.palliative-issue {
    /* background-image: url('../img/Hero-4.jpg'); */
}

.issue-content {
    margin-top: 45px;
    margin-left: -65px;
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(253, 206, 9, .7);
}

.issue-content.reversed {
    margin-right: -65px;
    margin-left: 0px;
}

.issue-title {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
}

.secondary-hero {
    position: relative;
    z-index: 50;
    display: block;
    height: 400px;
    max-width: 1400px;
    min-width: 940px;
    margin-top: -155px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #c5e6e0;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(44, 83, 92, .7))), url('../images/secondary-hero-2.jpg');
  background-image: linear-gradient(180deg, transparent 40%, rgba(44, 83, 92, .7)), url('../images/secondary-hero-2.jpg'); */
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    box-shadow: 0 0 30px 0 rgba(44, 83, 92, .65);
}

.secondary-hero.team {
    /*  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(44, 83, 92, .7))), url('../img/Team-Hero-2.jpg');
  background-image: linear-gradient(180deg, transparent 40%, rgba(44, 83, 92, .7)), url('../img/Team-Hero-2.jpg'); */
    background-position: 0px 0px, 50% 0px;
}

.secondary-hero.partners {
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(44, 83, 92, .7))), url('../img/Partners.jpg');
  background-image: linear-gradient(180deg, transparent 40%, rgba(44, 83, 92, .7)), url('../img/Partners.jpg'); */
    background-position: 0px 0px, 46% 28%;
}

.secondary-hero.generic {
    /*  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(44, 83, 92, .7))), url('../img/secondary-hero-14.jpg');
  background-image: linear-gradient(180deg, transparent 40%, rgba(44, 83, 92, .7)), url('../img/secondary-hero-14.jpg'); */
    background-position: 0px 0px, 0px 42%;
}

.secondary-hero.news {
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(44, 83, 92, .7))), url('../img/secondary-hero-7.jpg');
  background-image: linear-gradient(180deg, transparent 40%, rgba(44, 83, 92, .7)), url('../img/secondary-hero-7.jpg'); */
}

.sh-content {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40%;
    margin-right: 30px;
    padding: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(60, 7%, 86%, .9);
    color: #2c535c;
    font-size: 32px;
    line-height: 35px;
}

.sec-hero-content {
    position: relative;
    display: block;
    height: 100%;
    margin-top: 100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.team-bios-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-card {
    display: block;
    width: 33.33333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 10px solid #c5e6e0;
    background-color: #fff;
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease;
    color: #2c535c;
    text-align: center;
    text-decoration: none;
}

.team-card:hover {
    border-color: #2c535c;
    background-color: #fff;
}

.team-bio-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.team-bio-pic {
    height: 250px;
    /* background-image: url('../img/Bios-Portrait-Base.jpg'); */
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-bio-pic.detail {
    width: 250px;
    border: 10px solid #ddddd8;
}

.team-bio-pic.christine {
    /* background-image: url('../img/Bios-Portrait-Christine.png'); */
}

.team-bio-pic.jeff {
    /* background-image: url('../img/Leff-Bruce_web.png'); */
}

.bio-content {
    padding: 30px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}

.bio-name {
    margin-bottom: 7px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddddd8;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.view-bio {
    margin-top: 16px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #75cdd6;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.view-bio:hover {
    color: #2c535c;
}

.bio-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #ddddd8;
}

.bio-content-detail {
    padding-top: 15px;
    padding-left: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bio-title {
    font-size: 16px;
    line-height: 20px;
}

.bio-text {
    margin-top: 25px;
}

.rh-top-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.rh-top-links:hover {
    color: #25bbad;
}

.lout-nav {
    padding: 15px;
    border-bottom: 4px solid #fdce09;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    line-height: 16px;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

.lout-nav:hover {
    border-bottom-color: #2c535c;
    color: #25bbad;
}

.rh-home-nav {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 80px;
    background-color: #fff;
    background-image: url('../img/Abstract-Background.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.rh-logo {
    width: 400px;
}

.rh-logo.sec {
    width: 230px;
}

.rh-home-search.sec {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.rh-home-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.rh-home-nav-wrap.sec {
    margin-bottom: 0px;
}

.search-field {
    height: 30px;
    margin-bottom: 0px;
    padding: 30px 30px 30px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: 21px;
    line-height: 21px;
}

.search-field.sec {
    width: 350px;
    height: auto;
    padding: 10px 20px 10px 25px;
    background-color: hsla(60, 7%, 86%, .51);
    font-size: 16px;
    line-height: 16px;
}

.form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-submit {
    padding: 20px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #2c535c;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.search-submit:hover {
    background-color: #fdce09;
    color: #2c535c;
}

.search-submit.sec {
    padding: 12px 18px;
    font-size: 13px;
    line-height: 13px;
}

.rh-home-nav-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.rh-home-nav-link {
    padding-left: 20px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
}

.rh-home-nav-link:hover {
    color: #25bbad;
}

.rh-home-nav-link.w--current {
    color: #25bbad;
    font-weight: 700;
}

.large {
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    color: #25bbad;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.topics-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.resources-content {
    position: relative;
    z-index: 5;
    margin-top: -40px;
    padding: 60px 30px;
    border-top: 10px solid #75cdd6;
    background-color: #fff;
}

.page-template-page-resources-public .resources-content {
    padding: 40px 30px;
    border-top: none;
}

.resources-content.sec {
    margin-top: 0px;
    padding-top: 20px;
}

.resources-content.sec.no-border {
    border-top-style: none;
}

.resources-content.over {
    z-index: 100;
}

.resources-content.sec-members {
    margin-top: 0px;
    padding-top: 50px;
}

.rh-home-topic-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333333%;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 200px;
    background-color: #c5e6e0;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.link-block:hover {
    background-color: #25bbad;
}

.rh-home-latest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-bottom: 45px;
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: -10px;
}

.rh-home-resource-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 10px;
    color: #2c535c;
    text-decoration: none;
}

.rh-resource-content {
    position: relative;
    padding: 20px 20px 45px;
    background-color: hsla(60, 7%, 86%, .51);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    width: 100%;
}

.rh-resource-content:hover {
    background-color: rgba(197, 230, 224, .66);
}

.resource-card-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rh-card-icon {
    width: 45px;
    margin-top: 9px;
}

.card-top-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 17px;
}

.author-block {
    display: none;
}

/* Hides author on resource tiles */

.card-top-resource-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #25bbad;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
}

body .topic-wf,
body .topic-wf a {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

body .topic-wf:hover,
body .topic-wf a:hover {
    color: #25bbad;
}

.text-block-4 {
    margin-bottom: 6px;
}

.view-resource {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #25bbad;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
}

.view-resource:hover {
    background-color: #2c535c;
}

.rh-home-section-block {
    width: 50%;
    padding: 25px;
    background-color: #f2f2f2;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.rh-home-section-block:hover {
    opacity: 0.9;
}

.rh-home-section-block._1 {
    background-color: #2c535c;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    color: #fff;
}

.rh-home-section-block:nth-of-type(2) {
    background-color: #75cdd6;
    color: #fff;
}

.rh-home-nav-sec {
    position: relative;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    background-color: #fff;
}

.form-block {
    margin-bottom: 0px;
}

.rh-sec-topic-dd {
    position: relative;
    z-index: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.rh-sec-topic-dd:hover {
    color: #25bbad;
}

.rh-sec-topic-dd.w--open {
    color: #25bbad;
}

.dropdown-list {
    z-index: 500;
}

.dropdown-list.w--open {
    z-index: 500;
}

.dd-link {
    z-index: 500;
    background-color: #2c535c;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #c5e6e0;
    font-weight: 500;
}

.dd-link:hover {
    background-color: #25bbad;
}

.rh-topic-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 20px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #25696e;
    color: #fff;
}

.rh-topic-hero.small {
    padding-top: 15px;
    padding-bottom: 15px;
}

.topic-h1 {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.topic-h1.small {
    font-size: 24px;
    line-height: 24px;
}

.rh-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.content-col {
    padding-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-col.full-width-content {
    padding-right: 20px;
    padding-left: 20px;
}

.side-col {
    width: 250px;
}
.side-col-inner{
    background-color: hsla(60, 7%, 86%, .51);
    padding: 20px;
}

.side-col-title {
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #25bbad;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.side-col-title.mt {
    margin-top: 0;
}

.widget {
    margin-bottom: 35px;
}

.widget .menu-item {
    text-align: left;
    display: block;
}

.side-col-link,
.side-col .menu li a,
.side-col .widget li a {
    display: block;
    margin-bottom: 8px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #2c535c;
    text-decoration: none;
}



.side-col-link:hover,
.side-col .menu li a:hover,
.side-col .widget li a:hover {
    color: #25bbad;
}

.side-col .menu,
.side-col .menu li,
.side-col .widget ul,
.side-col .widget li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-col-link.w--current,
.side-col .widget li.active > a {
    color: #25bbad;
    font-weight: 700;
}

.rh-list-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 17px;
}

.rh-list-meta.mb {
    margin-bottom: 45px;
}

.rl-view-resource {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    margin-top: 5px;
    padding: 12px 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #25bbad;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.rl-view-resource:hover {
    background-color: #2c535c;
}

.rl-resource-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #75cdd6;
}

.rl-resource-item:last-child {
    border-bottom: none;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #c5e6e0;
}

.pagination-link,
.pagination a,
.pagination > li > a,
.pagination > li > span {
    padding-right: 13px;
    padding-left: 13px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #2c535c;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}

.pagination-link:hover,
.pagination a:hover,
.pagination > li > a:hover,
.pagination > li > span.current,
.pagination-link:focus,
.pagination a:focus,
.pagination > li > a:focus,
.pagination > li > span.current:focus {
    color: #25bbad;
    background-color: transparent;
}

.pagination-link.current,
.pagination > li > span.current {
    color: #25bbad;
    background-color: transparent;
}

.rl-list-title {
    margin-top: 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5e6e0;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 16px;
    line-height: 21px;
}

.rc-nav-sec {
    background-color: hsla(60, 7%, 86%, .51);
}

.rc-resource-title {
    padding: 20px 30px;
    background-color: #75cdd6;
    color: #c5e6e0;
}

.rc-view-all-topic-bar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #c5e6e0;
    text-align: right;
    text-decoration: none;
}

.rc-view-all-topic-bar:hover {
    color: #fff;
}

.rc-resource-detail-title {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 500;
}

.rl-resource-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #75cdd6;
}

.rc-resource-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-right: 9px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rc-video {
    margin-bottom: 45px;
}

.resource-image {
    margin-bottom: 45px;
    border-bottom: 5px solid #75cdd6;
}

.resource-image-caption {
    margin-bottom: 0px;
    border-bottom: 5px solid #75cdd6;
}

.image-caption,
figcaption {
    margin-bottom: 45px;
    margin-top: 0;
    padding: 20px;
    background-color: #ddddd8;
    text-align: left;
}

.block-quote {
    margin-bottom: 45px;
}

.resource-download {
    display: block;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #2c535c;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #c5e6e0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.resource-download:hover {
    background-color: #75cdd6;
    color: #fff;
}

.rc-icon {
    width: 50px;
}

.partner-card {
    display: block;
    width: 50%;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 10px solid #c5e6e0;
    background-color: #fff;
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease;
    color: #2c535c;
    text-align: center;
    text-decoration: none;
}

.partner-card:hover {
    border-color: #2c535c;
    background-color: #fff;
}

.partner-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    padding: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.partner-copy {
    font-size: 16px;
    line-height: 21px;
}

.partner-logo-image {
    width: 300px;
}

.join-us-side-bar {
    width: 100%;
    margin-top: 30px;
    padding: 40px 20px 20px;
    background-color: #2c535c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 83, 92, .87)), to(rgba(44, 83, 92, .87))), url('../img/Partners.jpg');
    background-image: linear-gradient(180deg, rgba(44, 83, 92, .87), rgba(44, 83, 92, .87)), url('../img/Partners.jpg');
    background-position: 0px 0px, 57% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #c5e6e0;
    text-decoration: none;
}

.join-promo-title {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #fdce09;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-l-title {
    margin-top: 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5e6e0;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 28px;
    line-height: 27px;
}

.news-categories {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.text-block-5 {
    margin-bottom: 25px;
}

.tags {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 6px;
}

.tags.small {
    font-size: 16px;
    line-height: 16px;
}

.body-h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5e6e0;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.login-box {
    display: block;
    margin-top: 38px;
    margin-bottom: 45px;
    padding: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: hsla(60, 7%, 86%, .51);
}

.form-block-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.rh-member {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #75cdd6;
}

.rh-member.nhpc2c {
    display: none;
}

.member-name {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5e6e0;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.member-contact-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: hsla(60, 7%, 86%, .51);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Montserrat, sans-serif;
    color: #2c535c;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.member-contact-btn:hover {
    background-color: #2c535c;
    color: #c5e6e0;
}

.team-box {
    margin-bottom: 38px;
    padding: 23px;
    background-color: #ebf7f8;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #25bbad;
    font-size: 32px;
    line-height: 32px;
}

.dropdown-toggle {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #c5e6e0;
}

.dropdown-toggle:hover {
    color: #fdce09;
}

.dropdown-toggle.w--open {
    height: 100%;
}

.dropdown {
    color: #c5e6e0;
}

.dd-link-main {
    z-index: 500;
    background-color: #25bbad;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #2c535c;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.dd-link-main:hover {
    background-color: #c5e6e0;
}

.dd-link-main.w--current {
    color: #c5e6e0;
}

.mobile-layer {
    position: fixed;
    overflow: scroll;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5000;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c535c;
    opacity: 0;
    color: #c5e6e0;
}

.mm-logo {
    margin-bottom: 20px;
}

.image-3 {
    width: 230px;
}

.mm-section-link {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #c5e6e0;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.mm-section-link.join {
    color: #fdce09;
    font-weight: 600;
}

.mm-section-link.sub {
    font-family: Rokkitt, sans-serif;
    color: #75cdd6;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
}

.mm-section-link.close {
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
}

.mm-section-link.hub {
    color: #2c535c;
}

.mobile-layer-hub {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5000;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c535c;
    opacity: 0;
    color: #c5e6e0;
}

.mobile-layer-resource {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5000;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ddddd8;
    opacity: 0;
    color: #c5e6e0;
}

@media (max-width: 991px) {
    h2 {
        font-size: 21px;
        line-height: 27px;
    }

    .nav-logo {
        width: 350px;
        margin-left: 0px;
    }

    .image {
        width: 350px;
    }

    .nav-lnk {
        font-size: 18px;
        line-height: 18px;
    }

    .home-slider {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .tab-slider-link {
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }

    .top-message {
        font-size: 14px;
    }

    .generic-button {
        font-size: 14px;
        line-height: 14px;
    }

    .generic-button.small {
        font-size: 12px;
        line-height: 12px;
    }

    .large-text.centered {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .home-news-h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .scrolled-nav {
        display: none;
        opacity: 0;
    }

    .image-2 {
        width: 130px;
    }

    .fn-nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .heading {
        font-size: 26px;
        line-height: 30px;
    }

    .copyright {
        font-size: 12px;
    }

    .footer-link.w--current {
        margin-right: 15px;
    }

    .m-menu-link {
        display: none;
    }

    .mobile-menu-button {
        display: none;
    }

    .text-block-2 {
        font-size: 21px;
        line-height: 27px;
    }

    .secondary-big-hero {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .sec-big-hero-content {
        width: 100%;
        padding-right: 25px;
        padding-bottom: 0px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .secondary-hero {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .team-card {
        width: 50%;
    }

    .team-bio-pic {
        height: 275px;
    }

    .rh-logo {
        width: 275px;
    }

    .search-field {
        height: 25px;
        font-size: 18px;
        line-height: 18px;
    }

    .search-field.sec {
        width: 250px;
    }

    .search-submit {
        padding-top: 21px;
        padding-bottom: 21px;
        font-size: 18px;
        line-height: 18px;
    }

    .rh-home-nav-cont {
        padding-left: 0px;
    }

    .rh-home-nav-link {
        font-size: 15px;
        line-height: 15px;
    }

    .resources-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .link-block {
        font-size: 16px;
        line-height: 16px;
    }

    .rh-home-resource-card {
        width: 50%;
    }

    .card-top-resource-title {
        height: 95px;
    }

    body .topic-wf {
        font-size: 11px;
        line-height: 11px;
    }

    .rh-sec-topic-dd {
        font-size: 14px;
    }

    .rh-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rh-cols.members {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .content-col {
        padding-right: 0px;
    }

    .side-col {
        width: 100%;
    }

    .rl-list-title {
        font-size: 18px;
        line-height: 24px;
    }

    .resource-image {
        width: 100%;
    }

    .resource-image-caption {
        width: 100%;
    }

    .partner-card {
        width: 50%;
    }

    .partner-logo-image {
        width: 200px;
    }

    .news-l-title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .top-nav {
        padding-right: 15px;
    }

    .nav {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-bar {
        display: none;
    }

    .home-slider {
        margin-top: 0px;
    }

    .tabs-menu {
        bottom: 16px;
        height: auto;
        padding: 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tab-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tab-slider-link {
        width: 100%;
        text-align: center;
    }

    .tab-slider-link.last,
    .tabs-menu a:last-of-type {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .tab-slider-link.first,
    .tabs-menu a:first-of-type {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .top-message {
        display: none;
    }

    .tab-slide-content {
        margin-bottom: 110px;
    }

    .tab-content {
        height: 500px;
    }

    .slider-video {
        width: 90%;
    }

    .home-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-content {
        text-align: center;
    }

    .home-section-block {
        width: 50%;
    }

    .news-resources-home {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-news {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .column-divider {
        display: none;
    }

    .scrolled-nav {
        display: none;
        opacity: 0;
    }

    .fn-logo.w--current {
        padding-left: 15px;
    }

    .fn-nav-link {
        display: none;
    }

    .fn-nav-link.member-login {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-col {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .m-menu-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-family: Montserrat, sans-serif;
        font-size: 21px;
        line-height: 21px;
        font-weight: 700;
    }

    .text-block {
        font-size: 21px;
        line-height: 27px;
    }

    .text-block-2 {
        font-size: 18px;
        line-height: 24px;
    }

    .secondary-big-hero {
        margin-top: 0px;
        background-position: 0px 0px, -83px 50%;
    }

    .sec-big-hero-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sbh-content {
        padding: 20px;
    }

    .text-block-3 {
        margin-top: 10px;
    }

    .secondary-hero {
        margin-top: 0px;
        /* background-position: 0px 0px, -83px 50%; */
    }

    .sh-content {
        padding: 20px;
    }

    .team-bio-pic.detail {
        width: 150px;
        height: 200px;
    }

    .rh-home-nav {
        padding-right: 15px;
        padding-left: 15px;
        background-image: url('../img/Abstract-Background.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .rh-home-nav-wrap.sec {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .rh-home-nav-cont {
        display: none;
    }

    .rh-home-nav-link {
        font-size: 13px;
        line-height: 13px;
    }

    .resources-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .resources-content.sec {
        padding-bottom: 0px;
    }

    .resources-content.sec-members {
        padding-bottom: 0px;
    }
    
    .rh-home-latest {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}


    .rh-home-topic-card {
        width: 50%;
    }

    .rh-home-resource-card {
        width: 50%;
    }

    .rh-home-section-block {
        width: 50%;
    }

    .rh-home-nav-sec {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rh-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-col {
        width: 100%;
        padding-right: 0px;
    }

    .side-col {
        width: 100%;
    }

    .partner-card {
        width: 100%;
    }

    .partner-logo {
        height: 200px;
    }

    .partner-logo-image {
        width: 300px;
    }

    .div-block-4 {
        font-family: Montserrat, sans-serif;
        font-weight: 800;
    }
}

@media (max-width: 479px) {
    .nav {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-logo {
        width: 300px;
    }

    .nav-logo.w--current {
        width: 100%;
    }

    .image {
        width: 300px;
    }

    .home-slider {
        height: 500px;
    }

    .tabs {
        height: auto;
    }

    .tab-content {
        height: 550px;
    }

    .tab-slider-link {
        text-align: center;
    }

    .tab-slide-content {
        margin-bottom: 200px;
    }

    .slider-video {
        width: 90%;
    }

    .home-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .large-text.centered {
        font-size: 16px;
        line-height: 24px;
    }

    .home-section-block {
        width: 100%;
    }

    .news-resources-home {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column-divider {
        display: none;
    }

    .link {
        font-size: 18px;
        line-height: 21px;
    }

    .home-resource-icon {
        width: auto;
        height: auto;
        margin-bottom: 18px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .text-field {
        width: 100%;
        margin-right: 0%;
    }

    .secondary-big-hero {
        height: 500px;
        background-position: 0px 0px, -99px 0px;
    }

    .content-image-wide.issue {
        background-position: -15px 0px;
    }

    .content-image-wide.common {
        background-position: -23px 0px;
    }

    .issue-image {
        width: 170px;
    }

    .issue-image.senior-issue {
        background-position: 50% 50%;
    }

    .issue-image.senior-solution {
        background-position: -98px 0px;
    }

    .secondary-hero {
        height: 300px;
        /* background-position: 0px 0px, -231px 0px; */
    }

    .secondary-hero.team {
        height: 300px;
        background-position: 0px 0px, -74px 50%;
    }

    .secondary-hero.partners {
        height: 300px;
    }

    .secondary-hero.generic {
        height: 300px;
        background-position: 0px 0px, 26% 50%;
    }

    .sh-content {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

    .team-card {
        width: 100%;
    }

    .team-bio-pic.detail {
        margin-left: 25px;
    }

    .team-bio-pic.detail.jeff {
        height: 200px;
    }

    .team-bio-pic.jeff {
        height: 300px;
        background-size: cover;
    }

    .bio-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rh-top-links {
        font-size: 14px;
        line-height: 14px;
    }

    .lout-nav {
        font-size: 14px;
        line-height: 14px;
    }

    .rh-home-nav {
        padding-bottom: 55px;
    }

    .rh-logo {
        width: 300px;
    }

    .rh-home-nav-wrap.sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .search-field {
        height: 20px;
        margin-bottom: 18px;
        padding: 28px 26px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        font-size: 16px;
        line-height: 16px;
    }

    .form-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-2.sec {
        margin-top: 17px;
    }

    .search-submit {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-top: 11px;
        padding-bottom: 11px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        font-size: 16px;
        line-height: 16px;
    }

    .rh-home-nav-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .resources-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rh-home-topic-card {
        width: 100%;
        padding: 10px 0px;
    }

    .rh-home-resource-card {
        width: 100%;
    }

    .card-top-resource-title {
        height: 95px;
    }

    .rh-home-section-block {
        width: 100%;
    }

    .rh-home-nav-sec {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #f5f5ed;
        background-image: none;
    }

    .rh-topic-hero {
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .topic-h1 {
        margin-right: 0px;
    }

    .rl-resource-item {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rc-icon {
        width: 50px;
    }

    .partner-card {
        width: 100%;
    }

    .partner-logo {
        height: 180px;
    }

    .partner-logo-image {
        width: 250px;
    }

    .login-box {
        padding: 30px;
    }

    .member-contact-btn {
        position: relative;
        margin-top: 17px;
    }

    .mobile-layer-resource {
        display: none;
        opacity: 0;
    }

    .news-l-title {
        font-size: 20px;
    }
}
