header {
    position: relative;
}

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

@media (min-width: 1200px) {
    .social-header .btn-quick-book {
        margin-right: 15px !important;
    }
}

.sticky-header {
    background: #fff;
}

.social-header {
    background-color: #484848;
}

#maplink {
    position: absolute;
    top: -38px;
    right: 175px;
    padding: 0;
    margin: 0;
    background: none;
    width: fit-content;
}

#maplink a#toggle-search-bar,
#maplink a#toggle-search-bar:hover {
    text-decoration: none;
}

#maplink a#toggle-search-bar:hover:after,
#maplink a#toggle-search-bar:hover .glyphicon-search {
    color: #cdcdcd;
}

#maplink a#toggle-search-bar:after {
    content: 'Search';
    color: #fff;
    margin-left: 10px;
    transition: all 0.3s ease;
}

#maplink .glyphicon-search {
    background: none;
    color: #fff;
    padding: 0;
    border: none;
    transition: all 0.3s ease;
}

.pop-search-bar {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}

body.search-bar-open .pop-search-bar {
    max-height: 100px;
}

.search-bar-open #maplink .glyphicon-search:before {
    content: "\e014";
}

.sticky-header .contact-details {
    margin: 24px 0 20px;
    border-radius: 12px;
    padding: 16px 32px;
    transition: all 0.3s ease;
    background-image: linear-gradient(#f9f9f9, #e6e6e6);
}

.contact-details span.contact-title {
    font-size: 18px;
    color: #4d4d4d;
}

.contact-details span.telephone {
    font-size: 35px;
    transition: all 0.3s ease;
}

.intro-text h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 40px;
}

header .contact-details a.email {
    display: inline-block;
    margin-top: 5px;
    font-weight: 600 !important;
    font-size: 17px;
    transition: all 0.2s ease;
    margin-top: -4px;
}

header .contact-details a.email:hover {
    color: #4a73ab;
}

.contact-details span.telephone.one a {
    color: #4a73ab;
    transition: all 0.2s ease;
}

.contact-details span.telephone.one a:hover {
    color: #90aacf;
}

.contact-details span.telephone.two a {
    color: #053165;
    transition: all 0.2s ease;
}

.contact-details span.telephone.two a:hover {
    color: #4a73ab;
}

.ridgway-logo img {
    margin: 30px 0 28px 15px;
    transition: all 0.3s ease;
}

@media (min-width: 1020px) {
    .whitebg.nomargin {
        margin-top: 20px !important;
    }

    .sticky-header .contact-details {
        display: flex;
        align-items: center;
        justify-content: space-around;
        text-align: left;
        padding: 8px 20px;
        width: 420px;
        margin: 20px 0 20px;
    }

    .sticky-header .contact-details span.contact-title {
        max-width: 150px;
        padding-right: 20px;
    }
}

@media (min-width: 1020px) {
    .whitebg.nomargin {
        margin-top: 200px !important;
    }

    #mega-menu-header-nav {
        display: flex !important;
        justify-content: space-between;
    }

    #mega-menu-wrap-header-nav #mega-menu-header-nav>li.mega-menu-item:last-of-type {
        margin-right: 0;
    }

    #mega-menu-wrap-header-nav #mega-menu-header-nav>li.mega-menu-item>a.mega-menu-link {
        padding: 0 10px 5px 10px;
    }
}

@media (min-width: 1200px) {
    #mega-menu-wrap-header-nav #mega-menu-header-nav>li.mega-menu-item>a.mega-menu-link {
        padding: 0 28px 5px 28px;
    }
}

@media (max-width: 991px) {
    .contact-details span.telephone {
        display: block;
        line-height: 35px;
        margin-top: 3px;
    }

    .ridgway-logo img {
        margin: 15px;
    }

    .whitebg.nomargin {
        margin-top: 0 !important;
    }

    .sticky-header .col-md-6.col-xs-8 {
        display: none;
    }
}

@media (max-width: 1020px) {
    .social-header {
        display: block !important;
        padding-top: 3px;
    }

    .social-header .next-day-notice {
        width: 100%;
        justify-content: center;
    }

    .social-header .quick-link {
        display: none;
    }
}

.grecaptcha-badge {
    bottom: 80px !important;
    z-index: 99;
}

/* show only on desktop */
@media (max-width: 1020px) {
    #main-menu-desktop {
        display: none;
    }
}

@media (min-width: 1021px) {
    #main-menu-desktop {
        display: block;
        height: 60px;
    }
}

/* top bar */
#main-menu-desktop .desktop>ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    gap: 8px;
}

/* make each menu item take equal space */
#main-menu-desktop .desktop>ul>li {
    flex: 1;
    text-align: center;
    position: relative;
}

/* links inside top level */
#main-menu-desktop .desktop>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    background: linear-gradient(to bottom, #093975, #004594);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    height: 100%;
    gap: 8px;
    text-transform: uppercase;
    font-size: 15px;
}

@media (min-width: 1020px) and (max-width: 1200px) {
    #main-menu-desktop .desktop>ul>li>a {
        font-size: 14px;
    }
}

#main-menu-desktop .desktop>ul>li.menu-item-has-children>a::after {
    content: " ▾";
}

#main-menu-desktop .desktop .sub-menu .menu-item-has-children>a::after {
    content: " ▸";
    float: right;
}

/* level 2 dropdown */
#main-menu-desktop .desktop>ul>li>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    padding: 1px 0;
    list-style: none;
    margin: 0;
    text-align: left;
}

#main-menu-desktop .desktop>ul>li:hover>.sub-menu,
#main-menu-desktop .desktop>ul>li:focus-within>.sub-menu {
    display: block;
}

/* level 2 items (blue column) */
#main-menu-desktop .desktop>ul>li>.sub-menu>li {
    position: relative;
}

#main-menu-desktop .desktop>ul>li>.sub-menu>li>a {
    display: block;
    background: linear-gradient(to bottom, #093975, #004594);
    color: #fff;
    text-decoration: none;
    padding: 4px 12px;
    border-top: 1px solid #fff;
    border-radius: 0;
    width: 333px;
    text-transform: uppercase;
    font-size: 14px;
}

#main-menu-desktop .desktop>ul>li>.sub-menu li:hover>a,
#main-menu-desktop .desktop>ul>li>.sub-menu li:focus-within>a {
    background: #f18a1b !important;
    color: #0b3a69;
}

/* level 3 flyout (grey column) */
#main-menu-desktop .desktop>ul>li>.sub-menu>li>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 400px;
    padding: 0;
    margin: 0 0 0 2px;
    list-style: none;
}

#main-menu-desktop .desktop>ul>li>.sub-menu>li:hover>.sub-menu,
#main-menu-desktop .desktop>ul>li>.sub-menu>li:focus-within>.sub-menu {
    display: block;
}

#main-menu-desktop .desktop>ul>li>.sub-menu>li>.sub-menu>li>a {
    display: block;
    background: #4e4e4e;
    color: #fff;
    text-decoration: none;
    padding: 4px 12px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
}

/* level 4+ (keep grey) */
#main-menu-desktop .desktop .sub-menu .sub-menu .sub-menu>li>a {
    background: #5f5f5f;
}

.current-menu-item>a {
    background: #f7931c !important;
    color: #fff;
}

footer .current-menu-item>a {
    background: unset !important;
    color: #1e4b98;
}

.mobile-header {
    display: none;
}

@media (max-width: 1020px) {

    .social-header,
    .sticky-header .col-md-7.col-xs-8,
    .sticky-header #maplink {
        display: none;
    }

    .sticky-header .col-md-4.col-xs-12 {
        padding-top: 20px;
    }

    .mobile-header {
        background-color: #fff;
        display: flex;
        position: sticky;
        top: 0;
        z-index: 99999;
        margin-bottom: -44px;
    }

    .mobile-header .ridgway-logo {
        width: calc(100% - 90px);
        max-width: 280px;
        margin-right: auto;
    }

    .mobile-header #mobile-menu {
        position: absolute;
        right: 15px;
        z-index: 99999;
    }

    .mobile-header #mega-menu-wrap-header-nav .mega-menu-toggle {
        justify-content: end;
        background: transparent;
        margin-top: 4px;
    }

    .mobile-header #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label,
    .mobile-header #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-1:after {
        color: #004594;
    }

    .mobile-header #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-blocks-right,
    .mobile-header #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-blocks-left {
        display: none;
    }
}

@media (max-width: 480px) {
    .mobile-header {
        margin-bottom: 0;
    }
}

#menu-header-main-menu {
    border-radius: 8px;
}

.mobile-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 0;
    padding: 6px 4px;
    color: #0b3a69;
    margin-right: 15px;
}

.mobile-menu-icon,
.mobile-menu-icon::before,
.mobile-menu-icon::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #0b3a69;
    position: relative;
}

.mobile-menu-icon::before {
    position: absolute;
    top: -6px;
    left: 0;
}

.mobile-menu-icon::after {
    position: absolute;
    top: 6px;
    left: 0;
}

.mobile-menu-trigger[aria-expanded="true"] .mobile-menu-icon {
    background: transparent;
}

.mobile-menu-trigger[aria-expanded="true"] .mobile-menu-icon::before {
    transform: translateY(6px) rotate(45deg);
}

.mobile-menu-trigger[aria-expanded="true"] .mobile-menu-icon::after {
    transform: translateY(-6px) rotate(-45deg);
}

/* panel */
.mobile-menu-panel {
    position: absolute;
    right: 0;
    top: 36px;
    width: 300px;
    max-height: 80vh;
    overflow: auto;
    padding: 10px;
}

/* reset */
.mobile-nav,
.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav ul li {
    position: relative;
}

/* level 1 items */
.mobile-nav>ul>li>a {
    background: #0C3165;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    padding: 8px 12px;
}

/* simple caret button */
.mobile-nav .menu-item-has-children>.submenu-toggle {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    border: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 4px
}

.submenu-toggle::before {
    content: "▾";
}

.menu-open>.submenu-toggle::before {
    transform: rotate(180deg);
    display: inline-block;
}

.mobile-nav li>ul {
    display: none;
}

.mobile-nav li.menu-open>ul {
    display: block;
}

/* level 2+ items */
.mobile-nav li>ul>li>a {
    display: block;
    background: #103A78;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #fff;
}

/* level 3 and deeper */
.mobile-nav li>ul>li>ul>li>a {
    background: #5f6670;
}

/* highlight open parent like mockup */
.mobile-nav li.menu-open>a {
    background: #0C3165;
    color: #fff;
    display: block;
    padding: 8px 12px;
}

.mobile-nav li.menu-open li.menu-open>a {
    background: #F8931D;
    color: #fff;
    display: block;
    padding: 8px 12px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 5px 20px;
}

#cookie-law-info-bar .cli-style-v2 {
    justify-content: center;
}

.pop__notification-register-form form .checkbox {
    margin: 0 0 15px 0;
}

.pop__notification-register-form form .checkbox label {
    position: relative;
    padding-left: 40px;
}

.pop__notification-register-form form .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pop__notification-register-form form .checkbox label .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    transform: translateY(-50%);
}

.pop__notification-register-form form .checkbox label:hover input~.checkmark {
    background-color: #CCC;
}

.pop__notification-register-form form .checkbox label input:checked~.checkmark {
    background-color: #12ca18;
}

.pop__notification-register-form form .checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.pop__notification-register-form form .checkbox label input:checked~.checkmark:after {
    display: block;
}

.pop__notification-register-form form .checkbox label .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.enquiry-attachments-upsell-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999999;
    align-items: center;
    justify-content: center;
}

.enquiry-attachments-upsell-wrapper.is-visible {
    display: flex;
}

.enquiry-attachments-upsell-wrapper .attachments-content {
    padding: 30px;
    background-color: #FFF;
    display: inline-block;
    max-width: 800px;
    text-align: center;
}

#sign-in-prompt {
    padding: 15px;
    background: #024a9d;
    color: #FFF;
    margin-bottom: 15px;
}

#sign-in-prompt:hover {
    text-decoration: none;
}

#sign-in-prompt p {
    margin-bottom: 0;
}

.btn-quick-book {
    background: #024a9d !important;
    margin: 0 5px 0 0 !important;
}

.btn-quick-book:hover {
    background: #333 !important;
}

.mega-current-page-ancestor>a,
.mega-current_page_item>a,
#mega-menu-wrap-header-nav #mega-menu-header-nav>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu .mega-current-menu-item>a {
    background-color: #f7931c !important;
}

footer a {
    overflow-wrap: anywhere;
    word-break: break-word;
}


input[type=email],
input[type=password],
input[type=search],
input[type=text],
select {
    width: 100%;
}

footer {
    font-size: 16px;
}

footer a {
    color: #b3b3b3;
    transition: all 0.2s ease;
}

footer a strong,
footer li.regdetails strong {
    color: #fff;
}

footer a:hover,
footer a:hover strong {
    color: #1e4b98;
    text-decoration: none;
}

footer li.regdetails {
    color: #b3b3b3;
}

footer h3 {
    color: #1e4b98;
    font-weight: 600;
}

.footer-copyright {
    padding-top: 20px;
    padding-bottom: 50px;
    background-image: linear-gradient(#4c4c4c, #323232);
    color: #b3b3b3;
}

.footer-copyright a {
    color: #b3b3b3;
    transition: all 0.2s ease;
}

.footer-copyright a:hover {
    text-decoration: none;
    color: #1e4b98;
}

.cta {
    background-color: #1e4b98;
    color: #fff;
    padding: 8px 24px;
    font-size: 18px;
    text-transform: uppercase;
    border: #1e4b98 2px solid;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.2s ease;
    min-width: 265px;
    text-align: center;
}

.cta:hover {
    background-color: #053165;
    color: #fff;
    text-decoration: none;
}

.cta.cta-clear {
    background-color: transparent;
}

.cta.cta-clear:hover {
    background-color: #1e4b98;
}

.mb-16 {
    margin-bottom: 4rem;
}

footer .footer-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .footer-ctas {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

footer .coreg {
    max-width: 265px;
    margin: auto;
    color: #fff;
}

footer .coreg li {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
}

footer .coreg li img {
    width: 20px;
    transition: all 0.2s ease;
}

footer .coreg li a img:hover {
    filter: brightness(0) saturate(100%) invert(21%) sepia(90%) saturate(1358%) hue-rotate(201deg) brightness(91%) contrast(92%);
}

footer .coreg .social-icons-bar {
    margin-left: 32px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    gap: 5px
}

footer .coreg .social-icons-bar img.facebook {
    width: 15px;
}

footer .brochure-desktop {
    display: none;
}

footer .brochure-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
    border-radius: 0 0 30px 30px;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin: 0 0 60px;
}

footer .footer-menu-left {
    padding-left: 50px;
}

footer .footer-menu-right {
    padding-right: 50px;
}

footer .footer-menu ul {
    margin: 0;
}

footer .footer-menu li {
    margin-bottom: 10px;
}

footer .ridgway-logo img {
    background-color: #fff;
    width: 100%;
    padding: 15px 40px;
    border-radius: 10px;
}

@media (min-width: 767px) {
    .footer-copyright {
        padding-bottom: 5px;
        padding-top: 5px;
        height: auto;
    }

    .footer-copyright .row {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1020px) {
    .md\:text-left {
        text-align: left;
    }

    footer .brochure-mobile {
        display: none;
    }

    footer .ridgway-logo img {
        margin: 0 0 25px 0;
    }

    footer .brochure-desktop {
        text-align: center;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
        border-radius: 0 0 30px 30px;
        padding: 0 10px 10px;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .brochure-desktop img {
        margin: auto;
    }

    footer .main-footer-col {
        padding-right: 40px;
    }

    footer .footer-container {
        padding-top: 75px;
        padding-bottom: 25px;
    }
}

.search-results .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-results .result {
    display: block;
}

.search-results .result img {
    margin-bottom: 15px;
    border: 1px solid #CCC;
    width: 300px;
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
}

.search-results .result h2 {
    color: #014594;
}

@media(min-width: 1020px) {
    .comp__image-gallery .flex-row {
        justify-content: center;
    }

    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .break {
        flex-basis: 100%;
        height: 0;
    }
}

.comp__cols-blocks .content_block {
    margin-bottom: 30px;
}

.comp__grid-of-cards .content_block {
    text-align: center;
    margin-bottom: 30px;
}

.comp__grid-of-cards .content_block img {
    display: block;
    margin: 0 auto 15px auto;
    max-height: 225px;
}

.comp__grid-of-cards .content_block ul,
.comp__grid-of-cards .content_block ol {
    display: inline-block !important;
    text-align: left !important;
}

.wpcf7 form {
    padding: 15px;
    background-color: #EEE;
    margin-bottom: 30px;
}

.wpcf7 form input,
.wpcf7 form textarea {
    width: 100%;
}

a.btn.quick-book {
    padding: 8px 14px;
}

.pop__signup-options {
    background: #004593 !important;
    padding: 30px 0
}

.pop__notification-footer-register-form .title {
    font-size: 24px;
    line-height: 1.4
}

.pop__notification-footer-register-form .title .glyphicon {
    top: 4px;
    margin-right: 5px
}

.pop__notification-footer-register-form .title+p {
    margin-bottom: 30px
}

.pop__signup-options form .checkbox {
    margin: 0 0 15px 0
}

.pop__signup-options form .checkbox label {
    position: relative;
    padding-left: 40px
}

.pop__signup-options form .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.pop__signup-options form .checkbox label .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    transform: translateY(-50%)
}

.pop__signup-options form .checkbox label:hover input~.checkmark {
    background-color: #CCC
}

.pop__signup-options form .checkbox label input:checked~.checkmark {
    background-color: #12ca18
}

.pop__signup-options form .checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.pop__signup-options form .checkbox label input:checked~.checkmark:after {
    display: block
}

.pop__signup-options form .checkbox label .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.pop__signup-options form textarea {
    margin: 0
}

.pop__signup-options form .btn-submit {
    background-color: #FFF;
    color: #333
}

.pop__signup-options form .btn-submit:hover,
.pop__signup-options form .btn-submit:focus {
    background-color: #CCC;
    color: #333
}

.pop__signup-options .col-md-6 {
    padding: 0 15px
}

@media(min-width:1020px) {
    .pop__signup-options .row.flex.items-center {
        align-items: center
    }

    .pop__signup-options .row.flex.items-end {
        align-items: flex-end
    }
}

.pop__news-feed-grid .first-post {
    display: block;
    background: #004594;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.pop__news-feed-grid .first-post img,
.pop__news-feed-grid .other-post img {
    transition: transform 0.5s ease;
}

.pop__news-feed-grid .first-post:hover,
.pop__news-feed-grid .other-post:hover {
    text-decoration: none;
}

.pop__news-feed-grid .first-post:hover img,
.pop__news-feed-grid .other-post:hover img {
    transform: scale(1.1);
}

.pop__news-feed-grid .first-post .top,
.pop__news-feed-grid .first-post .bottom {
    padding: 30px;
    color: #FFF;
}

.pop__news-feed-grid .first-post h2 {
    margin-top: 0;
}

.pop__news-feed-grid .first-post h2,
.pop__news-feed-grid .first-post p {
    color: #FFF;
}

.pop__news-feed-grid .first-post ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.pop__news-feed-grid .other-post {
    display: block;
    background: #e6e6e6;
    height: 100%;
    overflow: hidden;
}

.pop__news-feed-grid .other-post-col {
    margin-bottom: 30px;
}

.pop__news-feed-grid .other-post .top {
    padding: 15px;
}

.pop__news-feed-grid .other-post .top small {
    font-size: 12px;
}

.pop__news-feed-grid .other-post h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #004594;
    font-weight: bold;
}

.pop__news-feed-grid .other-post p {
    font-size: 14px;
    line-height: 1.4;
}

.pop__news-feed-grid .first-post img,
.pop__news-feed-grid .other-post img {
    width: 100%;
}

.pop__news-feed-grid .glyphicon {
    display: none;
}

@media(min-width: 768px) {
    .pop__news-feed-grid .glyphicon {
        display: inline-block;
    }

    .pop__news-feed-grid .other-post-col:nth-child(3),
    .pop__news-feed-grid .other-post-col:nth-child(4) {
        margin-bottom: 0;
    }

    .pop__news-feed-grid .first-post,
    .pop__news-feed-grid .other-post {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pop__news-feed-grid .first-post .top,
    .pop__news-feed-grid .first-post .bottom {
        padding: 40px 30px;
    }

    .pop__news-feed-grid .other-post h3 {
        max-width: 90%;
    }
}

a.btn.download-page {
    float: left;
    clear: right;
    text-transform: uppercase;
    padding: 8px 40px 8px 10px;
    font-size: 14px;
    background-image: url(https://ridgway.wpenginepowered.com/wp-content/uploads/2025/12/btn-download.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0;
    margin-right: 10px;
    margin-top: 6px;
}