
.site-header, .main-menu,div#content-footer-section, footer#colophon  {
    display: none !important;
}
section.topbar {
    padding: 30px 0;
    background: #fff;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}
.rsco-content-top {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}
.rsco-content-top p {
    font-size: 20px;
}
section.footer-content {
    clear: both;
    padding-top: 100px;
    padding-bottom: 30px;
}
.privacy {
    text-align: center;
}
.privacy a {
    padding: 10px;
}
.readMore {
    clear: both;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
span#read-more-button:hover {
    color: #289641;
}
.rsco-content-top h1 {
    font-size: 45px;
    font-weight: 400;
}
.buttons-widg a {
    display: block;
    font-weight: 700;
    background-color: #008855;
    border-radius: 5px;
    border: 0px solid #000000;
    font-family: Roboto,arial,sans-serif;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    color: #ffffff;
    width: 100%;
    -ms-flex-negative: 1;
    -webkit-box-flex: 1 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    background-image: url(http://myretirement.world/wp-content/uploads/2024/01/arr-1.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 20px;
}
.buttons-widg a:hover {
    background-color: #008577;
    color: #ffffff;
}
.buttons-widg {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
section.Widget-sec {
    padding: 50px 0;
}
section.Widget-sec .si133 {
    font-weight: 400;
    background-color: #FFFFFF;
    border-radius: 2px;
    font-family: "Roboto Condensed",arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 5px;
    color: #757575;
}
/* Mobile break point */
@media only screen and (max-width: 767px) {
    section.topbar {
        padding: 5px 0;
      }
      .rsco-content-top h1 {
        font-size: 18px;
        margin-top: 0;
      }
      .rsco-content-top p {
        font-size: 14px;
      }
      .readMore {
        padding: 10px;
        font-size: 16px;
      }
      .rsco-content-top h3, .rsco-content-top h2 {
        font-size: 16px;
        margin: 0 0 10px;
      }
      .buttons-widg a{
        font-size: 16px;
      }
  }