﻿

@font-face {
    font-family: Nunito;
    src: url(/_fonts/NunitoSans_10pt-Light.ttf);
}

@font-face {
    font-family: NunitoBold;
    src: url(/_fonts/NunitoSans_10pt-Bold.ttf);
}


body {
    font-family: Nunito, sans-serif;
    font-size: 19px; /* 14pt */
    color: var(--navy);    
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
    background-color:var(--navy);

}

.subBodyForm {
    background-color: white;
}

#coreContent{
    height:auto;
}

#pageInfo {
    padding:2rem;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: var(--navy);
}

    a:hover {
        color: var(--deepblue) !important;
    }

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

#coresection a {
    font-family: NunitoBold;
}

a.card {
    font-family: Nunito !important;
}

.clubTitle{    
    padding:2rem 0px 0px 2rem;
}

.newsPanel{
    padding:2rem;
}

.centerMe {
    margin-left: auto;
    margin-right: auto;
}

.CTA_Button1 {
    border: 1px var(--navy) solid;
    display: block;
    border-radius: 15px;
    padding: 0px 15px 0px 15px;
    text-align: center;
    color: var(--navy) !important;
    text-decoration: none !important;
    margin-bottom: 15px;
    width: 250px;
}

.alert-danger h1, .alert-danger h2, .alert-danger h3 {
    color: #990000;
}

.alert-info {
    background-color: var(--neutral);
}


.is-wrapper {
    opacity:1.0;
}

#coresection {
    display: flex;
    width: 100%;
}

.btn.btn-third {
    background-color: var(--green);
    color: var(--navy);
}

    .btn.btn-third:hover {
        background-color: var(--black);
        color: var(--green);
    }

#pnTopPageBanner {
    position: relative;
}

    #pnTopPageBanner img {
        width: 100%;
        margin: 0px;
    }

    #pnTopPageBanner .headliner {
        color: white;
        display: block;
        position: absolute;
        bottom: 50px;
        left: 120px;
        font-size: 3em;
        font-weight: bold;
    }


.LHSPageMenu {
    background-color: var(--deepblue);
    color: white;
    /*width: 280px;*/
    width: 15%;
    padding: 15px;
}

.LHSPageMenu a {
    color:white;
    text-decoration:none;
}

    .LHSPageMenu a:hover {
        color: var(--brightgreen) !important;
    }


    .RHSContentSection {
        width: 85%;
        min-height: 400px;
    }



.container {
    max-width: 1500px;
}

.nav_logo {
    width: 300px;
}

.social_media_buttons{
    width:170px;
}

.social_media_button{
    width:40px;
    margin-right:5px !important;
}

    h1, h2, h3, h4 {
        font-family: NunitoBold;
        color: var(--deepblue);
    }

h1, h2 {
    font-size:43px; /* 32pt*/
}

h4{
    font-size:1.3rem;
}

img.maxWidth{
    width:100%;
}

.nav-emphasise {
    color: var(--brightgreen) !important;
    font-family: NunitoBold;
}

#MountainLog {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/_images/2025/back_mountainlog.jpg);
    background-size: cover;
}

#ReasonsToJoin {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/_images/2025/back_reasonstojoin.jpg);
    background-size: cover;
}

#OurMemberClubs {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: NunitoBold;
    background-image: url(/_images/2025/back_memberclubs.jpg);
    background-size: cover;
}

    #OurMemberClubs h2 {
        color: white;
    }

    #OurMemberClubs .btn-primary {
        background-color: white;
        color: var(--navy);
        border-color: white;
    }

#IrishPeaks {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/_images/2025/back_irishPeaks.jpg);
    background-size: cover;
    color: white;
    font-family: NunitoBold;
}

    #IrishPeaks h2 {
        color: var(--brightgreen);        
    }


#SomethingForEveryone {
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar {
    padding-top:0px;
    padding-bottom:0px;
}

.navbar hr  {
    color:white;
}

.top-nav {
    background: white;
    padding: 10px 0;
    font-size: 14px;
}
            .top-nav ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

                .top-nav ul li {
                    display: inline;
                    margin-right: 15px;
                    font-size:1rem;
                }

                    .top-nav ul li a {
                        color: var(--navy);
                        text-decoration:none;
                        letter-spacing:1.5px;
                    }

                        .top-nav ul li a:hover {
                            text-decoration: none;
                        }

        .secondary-nav {
            background: var(--navy);
            color:white;
            
        }

            .secondary-nav a {
                color: white;
                margin-right: 15px;
                letter-spacing:1.5px;
            }

        .hero-section {
            text-align: center;
            font-family: NunitoBold;
        }

            .hero-section .banner {
                max-height: 60vh;
                overflow: hidden;
            }

        .hero-section img {

        }

            .hero-section .banner {                
                overflow: hidden;
            }

            .hero-section .cta {
                padding-top: 50px;
                padding-bottom: 50px;
                background-image: url(/_images/2025/back_reasonstojoin.jpg);                
                background-size: cover;
            }


ul li::marker {
    color: var(--brightgreen); /* Bullet color only */
}

.btn {
    border-radius: 25px;
    padding: 5px 30px;
    font-size: 19px;    
}

.btn-sm {
    border-radius: 15px;
    padding: 3px 15px;
    font-size: 12px;
}

    .btn-primary {
        color: var(--navy);
        font-family: NunitoBold;
    }

    .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: var(--brightgreen);
        border-color: var(--brightgreen);
    }





    .card {
        position:relative;
        display:block;
        margin-bottom: 20px;
        padding: 0px;
        border:none;
        background-color:var(--neutral);
        height:350px;
        overflow:hidden;
        border-radius:0px;
        }

        a.card {
            text-decoration:none;
        }


.card:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.card-body {
    color:var(--navy);
    position:relative;
}

.card-img {
}

    .card-img img {
        
        margin:0px;
        width:100%;       
        image-rendering: crisp-edges; /* Improves sharpness in some browsers */
        image-rendering: -webkit-optimize-contrast; /* For better rendering on WebKit browsers */
    }

.card-img, .card-img-bottom {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
}

.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.threecolList .card-title, .fourcolList .card-title {
    height: 50px;
    overflow: hidden;
}

.threecolList .card-date, .fourcolList .card-date {
}

.threecolList .card-readmore, .fourcolList .card-readmore{
    font-weight: bold;
    bottom: 1rem;
    left: 1rem;
    position: absolute;
}

.threecolList .card {
    height: 450px;
}

.fourcolList .card {
    height:300px;
}

.fourcolList .card {
    height:300px;
}

.threecolList .card-img {
    height: 300px;
    overflow: hidden;
}

.threecolList .card-img img{    
    max-width:600px;
    width:auto;
}

.fourcolList .card-img {
    height: 150px;
    overflow: hidden;
}

.fourcolList .card-img img {
    width:100%;
}




.footer {
    padding: 50px 0;
    background-image: url(/_images/2025/back_footer.jpg);
    background-size: cover;
    color: white;
}

        .footer a {
            color:white;
            text-decoration:none;
        }

.footer_2 {
    background-color:var(--navy);
    text-align:center;
}

.navbar-toggler-icon {
    filter: invert(1);
}



.container, .cta {
    padding-left:5%;
    padding-right:5%;
}

.discountblock {
    background-color: var(--neutral);
    padding: 10px;
    margin-right: 15px;
    width: 300px;
    height: 300px;
    font-size:1.2rem;
}

    .discountblock h3 {
        font-size: 1.5rem;
    }

.dirtygreen {
    background-color: var(--green) !important;
}

    .dirtygreen a {        
    }

.navyBlock a {
    
}

.balance_BAD {
    background-color: #ff0000;
    color: white;
    display: block;
    padding: 10px;
    font-weight: bold;
}

.balance_GOOD {
    background-color: white;
    color: var(--green);
    display: block;
    padding: 10px;
    font-weight: bold;
}

.memberTotals {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#lbBalanceMessage {
    display: block;
    margin-top: 0px;
}

    #lbBalanceMessage h3 {
        text-align: left;
        margin-top: 0px;
    }

.totalsbox .row {
    width: 100% !important;
    background-color: white;
}

.clubAccountBtn {
    background-color: var(--green);
    padding: 10px;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    width: 90%;
    margin-left: auto;
}

    .clubAccountBtn:hover {
        color: var(--dirtygreen);
    }



.footerLinkHeader {
    font-weight:bold;
    margin-bottom:1rem;    
}

.ph-15{
    padding-left:15%;
    padding-right:15%;
}

ul.spacedlist  li {
    margin-bottom: 15px;
}

#rhsFloatingButtons {
    position: fixed;
    right: 15px;
    z-index: 2;
    top: 500px;
}

#pnJoinNow a, #pnBuyIrishPeaks a, #pnRegisterAwardNow a {
    display: block;
    width: 150px;
    background-color: var(--white);
    color: var(--navy);
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    border: 4px solid;
    border-radius:15px;
    border-color: var(--brightgreen);
    text-align:center;
    opacity:.8;
}

#rhsFloatingButtons a:hover{
    opacity:1;
}

/* CMS Fixes */
.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text, h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li
{
    color: var(--deepblue) !important;
}

    .is-dark-text * {
        color: var(--navy) !important;
    }



/* End CMS Fixes*/
@media (max-width: 768px) {
    .hero-section img {
        height: 30vh;
    }

    .footerLinkHeader {
        margin-top:1rem;
        margin-bottom:0px;
    }
        .discountblock {
        padding: 10px;
        margin-right: 15px;
        width: 100%;
        height: auto;
    }

    #pnTopPageBanner .headliner {
        top: 5px;
        bottom: 10px;
        left: 10px;
        font-size: 1.2em;
    }


    .threecolList .card-img, .fourcolList .card-img {
        height: auto;
    }

        .threecolList .card-img img, .fourcolList .card-img img {
            width: 100%;
        }

    .threecolList .card-title, .fourcolList .card-title {
        height: auto
    }

    .threecolList .card-readmore, .fourcolList .card-readmore {
        position:relative;
    }

#coresection{
    display:block;
}
    .LHSPageMenu {
        width: 100%;
        max-height: 300px;
        overflow: auto;
        padding: 0px;
    }

    .RHSContentSection {
        width: 100%;
    }

    #mobileLHSSelector {
        width: 100%;
        background-color: var(--navy);
        padding: 10px;
        padding-top: 15px;
        position: sticky;
        top: 0px;
    }


    .footer_2 img {
        width:100%;
    }

    .card {
        height:auto !important;
    }

    .nav_logo {
        width: 230px;
    }

    h1, h2 {
        font-size: 30px;
    }

    body {
        font-size:16px;
    }

    .navbar-brand img {
        width:190px;
        margin-top:13px;
    }

    .ph-15 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .navbar-nav {
        padding-bottom:15px;
    }

}

@media (max-width:1400px)
{
    .secondary-nav ul {
        margin-top: 35px !important;
    }
}