
.child-pages-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .child-page {
        flex-grow: 1;
        flex-basis: 0;
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .child-page {
        width: 50%;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .child-page {
        width: 100%;
    }
}

.child-pages-wrapper .child-page img {
    margin-bottom: 20px;
}

.child-pages-wrapper .child-page h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: center;
}

.sibling-navigation {
    display: flex;
    justify-content: space-between;
}

.sibling-navigation .sibling-nav {
    flex-grow: 1;
    flex-basis: 0;
    padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sibling-navigation .sibling-nav {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .sibling-navigation .sibling-nav {
        width: 100%;
    }
}

.sibling-navigation .sibling-nav img {
    width: 100%;
}

.parent-child-pages-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.parent-child-pages-wrapper.mobile-block {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}

.parent-child-pages-wrapper .parent-child-page {
    width: 33.3%;
    padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .parent-child-pages-wrapper .parent-child-page {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .parent-child-pages-wrapper .parent-child-page {
        width: 100%;
        margin-bottom: 20px;
    }
    .parent-child-pages-wrapper.mobile-block {
        display: flex;
    }
    .parent-child-pages-wrapper {
        display: none;
    }
}

.parent-child-pages-wrapper .parent-child-page .parent-child-inner-block {
    padding: 20px;
    margin: 10px;
    border: 2px solid #e6e8ee;
    transition: all .4s ease-in-out;
}

.parent-child-pages-wrapper .parent-child-page:hover .parent-child-inner-block {
    border-color: #2B2E6E;
}

.parent-child-pages-wrapper .parent-child-page img {
    width: 100%;
    margin-bottom: 40px;
}

.parent-child-pages-wrapper .parent-child-page h3 {
    color: #474747;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
}
.parent-child-pages-wrapper .parent-child-page a:hover {
    text-decoration:  none !important;
}

.navigation-head-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.navigation-head-section .heading-container {
    width: 50%;
}
.navigation-head-section .button-container {
    width: 50%;
}
.navigation-head-section .button-container .button-block {
    text-align: right;
}
.navigation-head-section .button-container.mobile-container .button-block {
    padding-top: 20px;
    text-align: center;
    display: none;
}
.navigation-head-section .button-container .button-block .button {
    background-color: #c62033;
    padding: 16px 20px;
    text-decoration: none !important;
    color: #fff;
}
.navigation-head-section .button-container .button-block a.button:hover {
    text-decoration: none !important;
}

.navigation-footer-section {
    display: none;
}

.navigation-footer-section .button-container .button-block {
    text-align: center;
}
.navigation-footer-section .button-container.mobile-container .button-block {
    padding-top: 20px;
    text-align: center;
}
.navigation-footer-section .button-container .button-block .button {
    background-color: #c62033;
    padding: 16px 20px;
    text-decoration: none !important;
    color: #fff;
}
.navigation-footer-section .button-container .button-block a.button:hover {
    text-decoration: none !important;
}

@media (max-width: 767px){
    .navigation-head-section .heading-container {
        width: 100%;
    }
    .navigation-head-section .button-container {
        display: none;
    }
    .navigation-head-section .button-container.mobile-container .button-block {
        display: block;
    }
    .navigation-footer-section {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-header-mini #Top_bar #logo {
        height: 80px !important;
        line-height: 80px !important;
        margin: 5px 0;
    }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.posts_group .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    object-fit: cover;
    height: 190px !important;
}

.retirement-calculator input {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

#psg-calc button {
    margin-top: 20px !important;
    padding: 10px 20px !important;
    background: #2b2e6e !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
}

a.retirement-disclaimer {
    color: #2b2e6e !important;
}

a.retirement-disclaimer:hover {
    color: #e51c23 !important;
}

.pum-container .pum-close {
    scale: 0.7;
}

.pum-content h3 {
    color: #000 !important;
    font-size: 26px !important;
}

.pum-content h4 {
    color: #000 !important;
    font-size: 20px !important;
}

.pum-content p,
.pum-content ol li {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 300;
}

.pum-theme-584 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 50px 50px 80px 50px !important;
}

.section-post-related .post-related img.scale-with-grid.wp-post-image {
    height: 300px;
    object-fit: cover;
}

.parent-child-pages-wrapper .parent-child-page:nth-child(1) .parent-child-inner-block h3 {
    width: 80%;
    margin: 0 auto 15px auto;
}

.wrap.mcb-wrap.mcb-wrap-29c2d8011.one.tablet-one.laptop-one.mobile-one.intro-hero-heading.mfn-nested-wrap.clearfix {
    position: absolute;
}

@media (max-width: 767px) {
    .intro-hero > .section_wrapper {
        padding: 0 !important;
    }
}