@import 'https://fonts.googleapis.com/css?family=Lato:300,500,400,900';
@import 'https://fonts.googleapis.com/css?family=Raleway:500,400,600,900';

/* Template Overrides */
.hi-icon-effect-3b .hi-icon { font-size: inherit; }
.add-cart:focus { background: #333; color: #fff; }
#addedtocart { background: #005490; }
.content .not-home-page .imageContainer {
    text-align: center;
    margin-bottom: 20px;
}
.primaryContent a { color: #005490; }
.primaryContent a:hover { text-decoration: underline; }
.product-intro .mani-btn:focus { color: #fff; background: #333; }

.yellow-background { background: #fecf07; }
.grey-boarder { border: 1px solid #eeeeee; }
.pd-5-20 { padding: 5px 20px; }
.pd-5-20-20 { padding: 5px 20px 20px; }
.mt-20 { margin-top: 20px ;}

/* GLOBAL */
body { font-family: 'Lato', sans-serif; }
h1 { font-size: 23px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
p { font-size: 16px; }

.form-control {
    font-size: 16px;
    background: #f0f0f0;
    border: 1px solid #cacaca;
    color: #666;
    height: 45px;
    padding: 15px 20px;
}

.headingBg {
    font-size: 23px;
    line-height: 23px;
    font-weight: 500;
    color: #333;
    background: #fecf07;
    padding: 13px 40px;
    text-align: center;
    margin: 0 auto 30px;
    text-transform: uppercase;
    display: inline-block;
}

.btn {
    letter-spacing: normal;
    text-transform: none;
    background: #333;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    padding: 10px 40px;
    white-space: normal;
}
.btn:hover { color: #fff; }
.btn.alt {
    font-size: 23px;
    line-height: 17px;
    font-weight: normal;
    color: #333;
    background: #fecf07;
    padding: 13px 40px;
}
    .btn:hover {
        background: #103957;
        color: #fff;
    }


/* Top Bar */
#bar {
    padding: 7px 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    background: #005490;
}
    #bar .left a {
        color: inherit;
        padding: 8px 10px;
        margin: 0 5px;
        display: inline-block;
        line-height: 12px;
    }
        #bar .left a:hover { text-decoration: underline; }
        #bar .left a:first-child {
            padding-left: 0;
            margin-left: 0;
        }

        @media only screen and (max-width: 767px) {
            #bar .left {
                padding-left: 0;
                font-size: 12px;
                margin: 0;
                padding-right: 0;
                width: auto;
            }
                #bar .left a { padding: 8px 2px; }
        }

    #bar .right .socialIcons { float: right; }
        #bar .right .social-icon { border: none; }
            #bar .right .social-icon-facebook { background: #537ABC; }
            #bar .right .social-icon-linkedin { background: #1384c7; }

            @media only screen and (max-width: 767px) {
                #bar .right {
                    width: auto;
                    padding-left: 0;
                    padding-right: 0;
                }
                #bar .right .socialIcons { min-width: 70px; }
                #bar .right .social-icon {
                    font-size: 12px;
                }
            }



/* HEADER */
    header {
        position: fixed;
        top: 0;
        z-index: 9999;
        background: #fff;
        width: 100%;
        border-bottom: solid 1px #ccc;
    }
    #header > .container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    #header .header-actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #header .headerlogo {
        padding:0;
    }
        #header .headerlogo img {
            padding: 0;
            max-width: 100%;
            width: 250px;
        }
    @media(max-width: 1440px) {
        #header .headerlogo img {
            padding: 0;
        }
    }
    @media(max-width: 1200px) {
        #header .headerlogo img {
            padding: 10px 0;
        }
        #header > .container {
            flex-direction: column;
            width: 100%;
        }
            #header > .container .navigation {
                width: 100%;
                text-align: center;
            }
        #header .header-actions {
            justify-content: space-between;
        }
        #header .headerlogo {
            text-align: center;
        }
    }
    @media(max-width: 767px) {
        #header .headerlogo {
            padding-top: 15px;
            padding-bottom: 10px;
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media(max-width: 767px) {
        #header .header-actions {
            padding: 0;
            flex-direction: column-reverse;
        }

    }
    @media(max-width: 425px) {
        #header .header-logo {
            padding: 0;
        }
            #header .headerlogo img {
                padding: 0px;
            }
    }

    #header .cart {
        text-align: right;
        padding: 5px 0 10px;
    }
        #header .cart a {
            /*display: inline-block;*/
            padding: 5px 10px;
            color: #1F1F1F;
            display: none;
        }
            #header .cart a:hover { background: #F4F4F4; }
        #header .cart .total::before { content: '('; }
        #header .cart .total::after { content: ')'; }

        @media(max-width: 767px) {
            #header .cart {
                /*text-align: left;
                padding: 5px 0 10px;
                float: left;
                margin-bottom: -20px;*/
                display: none;
            }
        }


    #header .search-bar {
        float: left;
        padding: 12px 0 7px;
        position: relative;
    }
        #header .search-bar input {
            background: #f6f7f9;
            border-radius: 10px;
            border: none;
            padding: 0 35px 0 15px;
            line-height: 30px;
            width: 100%;
        }
        #header .search-bar button {
            border-radius: 50%;
            line-height: 30px;
            width: 30px;
            color: #fff;
            background: #1f1f1f;
            text-align: center;
            border: none;
            height: 30px;
            position: absolute;
            top: 10px;
            right: 0;
            z-index: 1;
        }
            #header .search-bar button:hover { background: #005490; }

            @media (max-width: 767px) {
                #header .search-bar {
                    clear: left;
                    max-width: 50%;
                    min-width: 0;
                }
            }

    #header .members { float: right; margin-left: 10px; display: none; }
        #header .members .btn {
            font-size: 14px;
            text-transform: uppercase;
            padding: 18px 17px;
            font-family: 'Raleway', sans-serif;
            line-height: 14px;
            min-width: initial;
            font-weight: 600;
        }
        #header .members .nv-icon {
            color: #fff;
            padding-right: 5px;
        }

        @media (max-width: 767px) {
            #header .members {
                max-width: 50%;
            }
            #header .members .btn {
                padding: 10px;
                margin: 12px 0;
            }
        }

/* NAVIGATION */
.navigation {
    padding: 0;
    margin: 0;
    border: none;
}
    .navbar .menu-label { display: none; }
    .header-logo .navbar-brand { display: none; }
    .header-menu-container, #menu.nav.navbar-nav { float: none; }
    .header-menu-container {
        width: 100%;
        padding-bottom: 0;
        padding: 0;
    }

    #menu.nav.navbar-nav {
        position: relative;
        line-height: 30px;
    }
        #menu.nav.navbar-nav li a {
            padding: 0 10px;
            line-height: 90px;
            color: #2C2C2C;
        }
        #menu.nav.navbar-nav li:hover a {
            background: #fecf08;
        }
        #menu.nav.navbar-nav.members-nav li a {
            padding: 0 13px;
        }
        @media(max-width: 1200px) {
            #menu.nav.navbar-nav {
                /*width: fit-content;*/
                margin: 0px auto;
                display: flex;
                justify-content: center;
            }

                #menu.nav.navbar-nav li a {
                    line-height: 60px;
                }
        }
        @media(max-width: 1024px) {
            #menu.nav.navbar-nav li a {
                padding: 0 5px;
                line-height: 60px;
            }
        }

            #menu.nav.navbar-nav li.selected a,
            #menu.nav.navbar-nav li a:hover,
            #menu.nav.navbar-nav li a:focus {
                background: #fecf07;
                color: #2C2C2C;
            }

    .navbar-toggle,
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background: #fecf08;
    }
    @media only screen and (max-width: 767px) {
        .header-logo { padding: 10px 0; }
        .header-logo .navbar-toggle { margin-right: 15px; }
        .navbar .menu-label, .header-logo .navbar-toggle { display: block; }
        .navbar .menu-label {
            float: left;
            padding: 14px;
            font-size: 16px;
        }

        .navbar .container {
            padding-left: 0;
            padding-right: 0;
        }
            #navbar {
                padding-left: 0;
                padding-right: 0;
            }
            #menu.nav.navbar-nav {
                flex-direction: column;
                border-top: 1px solid #2d2d2c1c;
                width: 100%;
                margin-top: 0px; /* Needs to be specific to override classic default styles */
                margin: 0px;
            }

                #menu.nav.navbar-nav li a {
                    padding: 15px 6px;
                    border-top: 1px solid #fff;
                    line-height: 30px;
                }
    }


    /* Dropdown Menus */

    #menu.nav.navbar-nav > li.dropdown {
        position: static;
        font-size: 15px;
        font-weight: 600;
    }
        #menu.nav.navbar-nav > li.dropdown #sub-menu.dropdown-menu {
            display: none;
        }

        #menu.nav.navbar-nav li:nth-child(1):hover > #sub-menu.dropdown-menu,
        #menu.nav.navbar-nav li:nth-child(1):focus > #sub-menu.dropdown-menu,
        #menu.nav.navbar-nav li:nth-child(2):hover > #sub-menu.dropdown-menu,
        #menu.nav.navbar-nav li:nth-child(2):focus > #sub-menu.dropdown-menu,
        #menu.nav.navbar-nav li:nth-child(3):hover > #sub-menu.dropdown-menu,
        #menu.nav.navbar-nav li:nth-child(3):focus > #sub-menu.dropdown-menu,
        #menu.nav.navbar-nav li:nth-child(4):hover > #sub-menu.dropdown-menu,
        #menu.nav.navbar-nav li:nth-child(4):focus > #sub-menu.dropdown-menu {
            display: block;
            padding: 15px;
            border: 0;
            border-radius: 0px;
            background-color: #fecf07;
            color: #2C2C2C;
            left: 0;
            right: 0;
            position: absolute;
        }

            #menu.nav.navbar-nav li > #sub-menu.dropdown-menu li,
            #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li,
            #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li > ul,
            #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li > a,
            #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu > li,
            #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu > li > ul,
            #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu > li > a {
                display: block;
            }

                /* All Dropdown Menu Items */
                #menu.nav.navbar-nav li > #sub-menu.dropdown-menu li a {
                    background: transparent;
                }

                /* Dropdown Top-Level Items */
                #menu.nav.navbar-nav li > #sub-menu.dropdown-menu > li > a {
                    text-transform: uppercase;
                    white-space: normal;
                    font-weight: 600;
                    line-height: 30px;
                    padding: 5px 0px;
                }

                #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li > ul,
                #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu > li > ul {
                    padding-left: 0px;
                }

                    @media only screen and (max-width: 1190px) {
                        #menu.nav.navbar-nav > .dropdown:hover ul.dropdown-menu > li > a {
                            font-size: 12px;
                        }
                    }

                    @media only screen and (min-width: 768px) and (max-width: 991px) {
                        #menu.nav.navbar-nav > li.dropdown {
                            font-size: 13px;
                        }
                    }

                    @media only screen and (max-width: 767px) {
                        #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu,
                        #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu {
                            display: none !important;
                        }
                    }

                        @media only screen and (max-width: 1190px) {
                            #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li > a,
                            #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu > li > a,
                            #menu.nav.navbar-nav li.selected > #sub-menu.dropdown-menu > li > a {
                                font-size: 12px;
                            }
                        }

                        #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li:hover > a,
                        #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li:focus > a,
                        #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li > ul > li:hover > a,
                        #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu > li > ul > li:focus > a,
                        #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu > li > ul > li.selected > a,
                        #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li.selected > a {
                            text-decoration: underline;
                        }
                            #menu.nav.navbar-nav li:hover > #sub-menu.dropdown-menu > li > ul > li > a,
                            #menu.nav.navbar-nav li:focus > #sub-menu.dropdown-menu > li > ul > li > a {
                                font-weight: 400;
                                line-height: 25px;
                                text-transform: capitalize;
                                padding-left: 0px;
                            }


/* BANNER */

    /* MAIN BANNER */
    body > .content {
        margin-top: 90px;
    }
    .content section.main-slider:first-child .bx-viewport {
        height: 610px !important;
    }
    .main-slider .bxslider li .container {
        padding: 0;
    }
    .content section.main-slider:first-child .bxslider li .container .slider-cta {
        width: 50%;
        padding: 30px;
        background: rgba(0, 0, 0, 0.5804);
        height: auto;
        top: 25%;
        left: 8%;
    }
    .content section.main-slider:first-child h3 {
        line-height: 60px;
    }
    @media(max-width: 1440px) {
        .content section.main-slider:first-child .bxslider li .container .slider-cta {
            width: 60%;
        }
    }
    @media(max-width: 1200px) {
        .content section.main-slider:first-child .bx-viewport {
            height: 500px !important;
        }
        body > .content {
            margin-top: 145px;
        }
        .content section.main-slider:first-child .bxslider li .container .slider-cta {
            width: 75%;
            left: 6%;
        }
    }
    @media(max-width: 992px) {
        .content section.main-slider:first-child .bxslider li .container .slider-cta {
            top: 14%;
        }
            .content section.main-slider:first-child h3 {
                font-size: 50px;
            }
            .content section.main-slider:first-child h4 {
                font-size: 30px;
            }
    }
    @media(max-width: 425px) {
        .content section.main-slider:first-child .bx-viewport {
            height: 590px !important;
        }
    }
    @media(max-width: 320px) {
        .content section.main-slider:first-child .bxslider li .container .slider-cta {
            width: 85%;
            left: 7%;
        }
        .content section.main-slider:first-child .bxslider li .container .slider-cta {
            width: 90%;
        }
    }

section.main-slider .bx-viewport { height: 443px !important; }
section.main-slider .bxslider li .container .slider-cta {
    width: 770px;
    height: 250px;
    top: 120px;
    max-width: 100%;
}
    section.main-slider h3,
    section.main-slider h4 {
        color: #fff;
        margin: 0;
        display: inline;
    }
    section.main-slider h3 {
        text-transform: uppercase;
        font: 60px/44px 'Raleway', sans-serif; /* fontsize/line height */
        font-weight: 900;
        margin-bottom: 5px;
        padding-right: 10px;
    }
    section.main-slider h4 {
        font-size: 40px;
        font-weight: 300;
    }
        section.main-slider h4 a {
            color: #fecf07;
            font-style: italic;
        }
            section.main-slider h4 a:hover { text-decoration: underline; }

    @media(max-width: 767px) {
        section.main-slider h3,
        section.main-slider h4 {
            display: block;
        }
        section.main-slider h3, .content section.main-slider:first-child h3 {
            font-size: 30px;
            line-height: 40px;
        }
        section.main-slider h4 { font-size: 20px; }

        .main-slider .bxslider li .container {
            padding: 0 15px;
        }
        section.main-slider .bxslider li .container .slider-cta {
            box-sizing: border-box;
            padding-right: 30px;
        }
    }
    @media(max-width: 425px) {
        section.main-slider .bx-viewport {
            height: 343px !important;
        }
    }

    section.main-slider .bx-pager {
        bottom: 0;
        margin: 0 auto;
        max-width: 1030px;
        position: relative;
        background: #1f1f1f;
        padding: 20px 0;
        line-height: 10px;
    }
    section.main-slider .bx-wrapper .bx-pager.bx-default-pager a {
        border: none;
        background: #fff;
        width: 10px;
        height: 10px;
        margin: 0 7px;
    }
        section.main-slider .bx-wrapper .bx-pager.bx-default-pager a.active { background: #fecf07; }

.banner-container {
    background: none;
    padding: 25px 0 55px;
    text-align: left;
}
    .banner-container .blockContent {
        text-align: center;
    }
    .banner-container .mediaItems .imageContainer {
        padding: 0;
        text-align: left;
        z-index: 1;
        position: relative;
    }
    section.main-slider:first-child + .banner-container h2 {
        background: #fecf07;
        color: #333;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 15px;
        text-align: center;
        display: block;
        width: 100%;
        max-width: 60%;
        margin: 25px auto 48px;
    }
    .banner-container p {
        font-size: 16px;
        margin-bottom: 20px;
        color: #333;
    }
        .banner-container p:last-child { margin-bottom: 0; }

.banner-container.newsletter {
    background: #002040;
}
    .banner-container.newsletter .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .banner-container.newsletter .blockContent .servicesContent,
        .banner-container.newsletter .blockContent .servicesContent p {
            color: #fff;
        }
        .banner-container.newsletter .newsletter-form {
            text-align: right;
        }
            .banner-container.newsletter .newsletter-form #mc_embed_signup #mc_embed_signup_scroll {
                display: flex;
            }
                .banner-container.newsletter .newsletter-form #mc_embed_signup #mc_embed_signup_scroll #mc-embedded-subscribe {
                    height: 42px;
                    background: #fecf08;
                    color: #002140;
                    font-weight: 500;
                    font-size: 19px;
                    border: none;
                    display: inline-block;
                    width: 200px;
                    padding: 0;
                }
            .banner-container.newsletter .newsletter-form input.email {
                width: 300px;
                height: 42px;
                padding: 10px;
                margin-right: 8px;
                text-align: center;
                background: #14385a;
                border: none;
            }
            .banner-container.newsletter .newsletter-form button {
                height: 42px;
                line-height: 1px;
                background: #fecf08;
                color: #002140;
                font-weight: 500;
                font-size: 16px;
            }
                .banner-container.newsletter .newsletter-form input::placeholder {
                    color: #fff;
                    font-weight: 300;
                }
                @media(max-width: 1024px) {
                    .banner-container.newsletter .newsletter-form {
                        margin-top: 20px;                        
                        padding-left: 0;
                    }
                    .banner-container.newsletter .newsletter-form input {
                        width: 260px;
                    }
                    .banner-container.newsletter .newsletter-form #mc_embed_signup #mc_embed_signup_scroll #mc-embedded-subscribe {
                        width: 100%;
                        padding: 0 20px;
                    }
                    .banner-container.newsletter .container {
                        flex-direction: column;
                    }
                }
                @media(max-width: 768px) {
                    .banner-container.newsletter .newsletter-form {
                        text-align: center;
                    }
                    .banner-container.newsletter .newsletter-form button {
                        margin-top: 15px;
                    }
                }
                @media(max-width: 425px) {
                    .banner-container.newsletter .container {
                        display: block;
                    }
                        .banner-container.newsletter .newsletter-form {
                            padding-right: 0;
                        }
                            .banner-container.newsletter .newsletter-form input {
                                width: 100%;
                            }
                            .banner-container.newsletter .newsletter-form input.email {
                                margin-left: 0;
                                width: 100%;
                            }                        
                                .banner-container.newsletter .newsletter-form #mc_embed_signup #mc_embed_signup_scroll {
                                    flex-direction: column;
                                }
                }

.logo-block .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
    @media(max-width: 425px) {
        .logo-block .container {
            flex-direction: column;
        }
    }

/* FOOTER */
footer {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
    footer > .container { padding-top: 0; }

        footer .footer-block:first-child {
            text-align: left;
        }
        footer .footer-block:last-child {
            text-align: right;
        }

        footer h3 {
            font-size: 23px;
            text-transform: uppercase;
        }
        footer .footer-block p {
            padding-left: 0;
            line-height: 19px;
            font-size: 16px;
        }
        footer .links a {
            display: block;
            color: #fff;
            padding: 2px 0;
            text-align: left;
        }
        footer  a:hover,
        footer  a:focus,
        .footer-bottom a:hover,
        .footer-bottom a:focus {
            color: #fecf08 !important;
        }
        footer .phone { text-transform: uppercase; }
        footer .footer-block .socialIcons { padding-top: 10px; }
            footer .footer-block .socialIcons i {
                color: #00548F;
                background: #fff;
                border: none;
            }

            @media only screen and (max-width: 992px) {
                footer .footer-block:last-child {
                    margin-top: 0;
                }
            }
            @media only screen and (max-width: 767px) {
                footer .footer-block { float: none; }
                footer .footer-block:first-child, footer .footer-block:last-child {
                    text-align: center;
                }
            }
            @media(max-width: 425px) {
                footer .links a {
                    text-align: center;
                }
            }


#netvalue {
    text-align: center;
    background: #103957;
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    margin: 0;
}
.footer-bottom {
    background: #002040;
    color: #fff;
}
    .footer-bottom p { margin: 0; }
    .footer-bottom p:first-child, .footer-bottom p:first-child a { color: #fff; text-align: center; }
    .footer-bottom .right {
        text-align: right;
        font-size: 14px;
    }

    @media(max-width: 767px) {
        .footer-bottom .container > div { text-align: center; }
    }

/* HOME - NEWS */
.home .service-container.news { background: #f4f4f4; }
.home .service-container.news .service-block { margin: 0; }
.home .service-container.news h2 {
    text-transform: uppercase;
    border-bottom: 3px solid #fc0;
    line-height: 18px;
    padding-bottom: 19px;
    font-size: 23px;
    margin: 0 0 40px;
}
.home .service-container.news .service-image {
    text-align: center;
    background: #fff;
    overflow: hidden;
}
    .home .service-container.news .service-image img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
.home .service-container.news .service-desc {
    background: none;
    text-align: left;
    margin: 0;
    min-height: initial;
    padding: 25px 20px 0;
}
.home .service-container.news h4, .home .service-container.news p { color: #666; }
.home .service-container.news p.date {
    display: block;
    color: #999;
    font-size: 14px;
    margin: 0 0 5px;
}
.home .service-container.news h4 {
    text-transform: none;
    line-height: 22px;
    font-weight: 900;
    margin: 0 0 2px;
}
.home .service-container.news p { display: inline; }
.home .service-container.news .service-btn {
    padding: 0;
    position: relative;
    width: auto;
    display: inline;
    bottom: 0;
}
    .home .service-container.news .service-btn a {
        font-size: 14px;
        font-style: italic;
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        padding: 0;
        line-height: normal;

        background: none;
        color: #00539D;
        text-transform: lowercase;
        text-decoration: underline;
        margin-left: 5px;
    }

/* HOME - CONTACT FORM */
section.contactform-container {
    padding: 50px 0;
    background: #f5f5f5;
}
    .contact-form {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        font-size: 18px;
    }
    section.contactform-container .contact-form .form-control {
        border: 1px solid #BBBBBB;
    }
    section.contactform-container .contact-form .btn-submit {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
    }
    section.contactform-container .contact-form .form-control::placeholder {
        color: #666666;
    }
    .contact-form form .form-controls:last-child { text-align: center; }
    @media(min-width: 768px) {
        .contact-form form .col-sm-6:nth-child(4), .contact-form form .col-sm-6:nth-child(6) { padding-left: 7px; }
        .contact-form form .col-sm-6:nth-child(3), .contact-form form .col-sm-6:nth-child(5) { padding-right: 7px; }
    }

/* Secondary Pages */
body > .bread-container { display: none; }
.not-home-page { min-height: 385px; }
    .content .not-home-page h1 {
        border-bottom: 3px solid #FECF07;
        text-transform: uppercase;
        font-size: 23px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .content .not-home-page .imageContainer {
        padding: 0px;
        float: right;
        padding: 0 20px;
    }
        .content .not-home-page .imageContainer img {
            width: 100%;
        }
        @media(max-width: 425px) {
            .content .not-home-page .imageContainer {                
                float: none;                
            }
        }

    .featured-text {
        background: #f5f5f5;
        padding: 20px 25px;
        margin: 30px auto;
        line-height: 28px;
    }


/* News Overview - Custom colours */

    .sidebar .box .heading, .sidebar .box p {
        background: #fecf07;
        color: #585959;
        /* background: #005691;
        color: #fff; */
        font-weight: 600;
        padding: 15px 20px;
        border-bottom: 1px solid #fff;
    }

    .sidebar .box ul {
        background-color: #002040;
        color: #fff;
    }

        .sidebar .box ul li a,
        .sidebar .box ul li span {
            color: #fff;
            border-bottom: 1px solid #fff;
        }

        .sidebar .box ul ul li a {
            background: #EEEEEE;
            color: #333333;
            font-weight: normal;
        }

        .sidebar .box ul li a.active {
            background: #fecf07;
            color: #fff;
        }

            .sidebar .box  ul li div > ul > li > div > a {
                padding-left: 25px;
            }

                .sidebar .box  ul li div > ul > li > div > ul > li > div > a {
                    padding-left: 35px;
                }

        /* Minor Variation for the News pages */
        .news .sidebar .box ul li a.active {
            color: #585959;
            background-color: #ddd;
        }


        li.accordion.open .title:hover .arrow-down:before {
            border-bottom-color: #005691;
        }


        li.accordion.collapsed .arrow-down:after,
        li.accordion.collapsed .arrow-down:before {
            border-top: 10px solid #005691;
        }

            li.accordion.collapsed .title:hover .arrow-down:before {
                border-top-color: #005691;
            }

    li.accordion.open .arrow-down:after,
    li.accordion.open .arrow-down:before {
        border-bottom: 10px solid #005691;
    }

        li.accordion.open .title:hover .arrow-down:before {
            border-bottom-color: #005691;
        }

            li.accordion.collapsed .title:hover .arrow-down:after,
            li.accordion.collapsed .title:hover .arrow-down:before {
                border-top-color: #ddd;
            }

            li.accordion.collapsed .arrow-down:before {
                border-right: 10px solid transparent;
                border-top: 10px solid #FFFFFF;
                border-left: 10px solid transparent;
                bottom: -12px;
                margin-left: -10px;
            }

                li.accordion.collapsed .title:hover .arrow-down:before {
                    border-top-color: #000;
                }


            li.accordion.open .title:hover .arrow-down:after,
            li.accordion.open .title:focus .arrow-down:before {
                border-bottom-color: #ddd;
            }

        li.accordion.open .arrow-down:before {
            border-right: 10px solid transparent;
            border-bottom: 10px solid #FFFFFF;
            border-left: 10px solid transparent;
            top: -12px;
            margin-right: -10px;
        }

            li.accordion.open .title:hover .arrow-down:before {
                border-bottom-color: #000;
            }

            /* Members Home */
            .members-home-map {
                text-align: center;
                min-width: 715px;
            }

            .row.stores {
                clear: both;
            }

            .club-page.sidebar .children .sidebar-row a {
                color: #2C2C2C;
                border: none;
            }

                .club-page.sidebar .children .sidebar-row a.active {
                    background: #005490;
                    color: #fff;
                }

                .club-page.sidebar .children .sidebar-row:first-child {
                    background: #fecf07;
                }

                    .club-page.sidebar .children .sidebar-row:first-child a {
                        font-weight: bold;
                    }

                .club-page.sidebar .children .sidebar-row:not(:first-child) {
                    background: #ddd;
                }
                    .club-page.sidebar .children .sidebar-row:not(:first-child) a:hover {
                        background: #005490;
                        color: white;
                    }



/* District Landing Page */

    .district {}
    .district .banner { margin-bottom: 20px; }

    .contact-profile {
        padding: 15px;
        border: 1px solid #eee;
        margin: 30px 0px;
    }

    .contact-profile .contact-info {
        min-height: 200px;
        color: #525252;
    }
        .contact-profile .contact-info h3 {
            font-size: 16px;
            font-weight: 500;
        }

        .contact-profile .contact-info .details p {
            margin-bottom: 3px;
            font-size: 14px;
            word-wrap: break-word;
        }

/* District - Clubs Overview */

    .district .clubs-overview {}
    .district .clubs-overview .zone { margin: 10px 0; }

    .district .clubs-overview .zone .club-preview {
        padding-left: 0;
        padding-right: 0;
    }
    .district .clubs-overview .zone .club-link {
        display: block;
        margin: 1px 2px;
        padding: 7px 14px;
        background: #E9E8E4;
    }

    @media(min-width: 992px) {
        .district .clubs-overview .zone .club-preview:nth-child(3n+1) .club-link {
            margin-left: 0;
        }
        .district .clubs-overview .zone .club-preview:nth-child(3n+2) .club-link {
            margin-left: 1px;
            margin-right: 1px;
        }
        .district .clubs-overview .zone .club-preview:nth-child(3n+0) .club-link {
            margin-right: 0;
        }

        .district .clubs-overview .zone .club-preview:nth-child(6n+0) .club-link,
        .district .clubs-overview .zone .club-preview:nth-child(6n+5) .club-link,
        .district .clubs-overview .zone .club-preview:nth-child(6n+4) .club-link {
            background: #F9F8F7;
        }
    }

    @media(min-width: 767px) and (max-width: 991px) {
        .district .clubs-overview .zone .club-preview:nth-child(odd) .club-link {
            margin-left: 0;
        }
        .district .clubs-overview .zone .club-preview:nth-child(even) .club-link {
            margin-right: 0;
        }

        .district .clubs-overview .zone .club-preview:nth-child(4n+0) .club-link,
        .district .clubs-overview .zone .club-preview:nth-child(4n+3) .club-link {
            background: #F9F8F7;
        }
    }

    @media(max-width: 767px) {
        .district .clubs-overview .zone .club-link {
            margin: 1px 0;
        }
        .district .clubs-overview .zone .club-preview:nth-child(even) .club-link {
            background: #F9F8F7;
        }
    }



/* Magazine / Downloads */

    .downloads { }
    .downloads .imageContainer {  }
    .downloads .imageContainer a {
        display: block;
        padding: 15px 5px;
        border: 1px solid #EEEEEE;
        margin: 15px 15px 5px 15px;
    }
    .downloads .imageContainer .image-wrapper {
        display: block;
        margin-bottom: 10px;
        padding: 5px 30px;
    }
    .downloads .imageContainer .image-title {
        text-align: center;
        display: block;
    }
    .downloads .imageContainer .image-title span:first-child {  }
    .downloads .imageContainer .image-title span:last-child { font-weight: 600; }


    @media(min-width: 992px) {
        .downloads .imageContainer:nth-child(3n+1) a {
            margin-left: 0;
            margin-right: 14px;
        }
        .downloads .imageContainer:nth-child(3n+2) a {
            margin-left: 7px;
            margin-right: 7px;
        }
        .downloads .imageContainer:nth-child(3n+0) a {
            margin-right: 0;
            margin-left: 14px;
        }
    }

    @media(min-width: 501px) and (max-width: 991px) {
        .downloads .imageContainer:nth-child(odd) a {
            margin-left: 0;
        }
        .downloads .imageContainer:nth-child(even) a {
            margin-right: 0;
        }
    }

    @media(max-width: 500px) {
        .downloads .imageContainer {
            width: 100%;
            float: none;
            margin: 15px 0;
        }
    }

/* Bulletins */

.bulletin-group-tabs { float: right; }
.bulletin-group-tabs .bulletin-group-tab {
    float: left;
    padding: 5px 15px;
    background: #DDDDDD;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.bulletin-group-tabs .bulletin-group-tab:last-child { margin-right: 0; }
.bulletin-group-tabs .bulletin-group-tab.active {
    background: #F0F0F0;
}

.bulletin-group { display: none; }
.bulletin-group.active { display: block; }
.bulletin-group h2 {
    font-size: 23px;
    color: #333333;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.bulletins .bulletin-group ul {
    padding-left: 0;
    margin-left: 0;
}

.bulletins .bulletin-group li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0;
    margin-left: 0;
}
    .bulletins .bulletin-group li a {
        font-size: 16px;
        font-weight: bold;
    }

    .bulletins .bulletin-group li a:before {
        content: '';
        background-image: url('/images/file.png');
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 22px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 4px;
    }
    .bulletins .bulletin-group li a.pdf:before {
        background-image: url('/images/pdf.png');
    }

/* Payment */
.payment h3 {
    margin: 0;
    font-size: 16px;
}

.payment input[type=checkbox] {
    width: 20px;
    height: 20px;
    display: inline-block;
}

/* Find A Club */
.find-a-club .search .actionButton:focus {
    color: #fff;
}

/* Search */
.search .childItem {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
    .search .childItem .childBody {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .search .childItem .childBody .childTitle {
            font-size: 15px;
        }

/* Product */
.product-search .categories .heading  {
    display: block;
    background: #fecf07;
    color: #585959;
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    text-transform: none;
    font-size: 16px;
}
.product-search .categories #productcategories  {
    padding-right: 0;
    margin: 0
}
    .product-search .categories #productcategories  li {
        border-bottom: 1px solid #fff;
        background-color: #005691;
    }
        .product-search .categories #productcategories  li a {
            color: #fff;
            padding: 12px 15px;
        }

        .product-search .categories #productcategories .selected .dropdown-menu {
            display: block;
            position: relative;
            width: 100%;
            background: #ddd;
            margin: 0;
            padding: 0;
        }
            .product-search .categories #productcategories .selected .dropdown-menu > li {
                background: #ddd;
                border-bottom: none;
            }
            .product-search .categories #productcategories .selected .dropdown-menu > li > a {
                color: #585959;
            }
            .product-search .categories #productcategories .selected .dropdown-menu > li > a:focus,
            .product-search .categories #productcategories .selected .dropdown-menu > li > a:hover {
                background: inherit;
            }

/* Home Service Blocks */
.home-service-blocks {
    padding-bottom: 0;
    padding-top: 1px;
}
    .home-service-blocks .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
        .home-service-blocks .container::before,
        .home-service-blocks .container::after {
            display: none;
        }
        .home-service-blocks .container .service-block {
            width: 16.525%;
            margin-bottom: 15px;
        }
        @media(max-width: 992px) {
            .home-service-blocks .container .service-block {
                width: 33.2%;
                margin-bottom: 3px;
            }
        }
        @media(max-width: 768px) {
            .home-service-blocks .container .service-block {
                width: 33.2%;
            }
        }
        @media(max-width: 425px) {
            .home-service-blocks .container .service-block {
                width: 100%;
            }
        }
    .home-service-blocks .service-image {
        position: relative;
    }
        .home-service-blocks .service-image a {
            display: inline-block;
        }
        .home-service-blocks .service-image span {
            position: absolute;
            bottom: -1px;
            text-align: center;
            background: #fecf08;
            display: inline-block;
            padding: 15px;
            font-size: 16px;
            font-weight: 600;
            width: 100%;
        }
        .home-service-blocks .service-image span:hover {
            background: #002040;
            color: #fff;
        }

/* Main Bxslider */
section.main-bxslider .bx-pager {
    display: none;
}
    section.main-bxslider .bx-wrapper .bx-next,
    section.main-bxslider .bx-wrapper .bx-prev {
        z-index: 999;
    }
    section.main-bxslider .bx-wrapper .bx-next {
        background: url('/images/right-arrow.png') no-repeat;
    }
    section.main-bxslider .bx-wrapper .bx-prev {
        background: url('/images/left-arrow.png') no-repeat;
    }

/* Contact Us */
.contact-us-page .row {
    margin-top: 25px;
}
    .contact-us-page .contact-form-container {
        padding-top: 0px;
    }

    .contact-us-page .contact-form-container #contact-us {
        display: flex;
        flex-wrap: wrap;
    }
        .contact-us-page .contact-form-container #contact-us .halt {
            width: 50%;
        }
        .contact-us-page .contact-form-container #contact-us .full {
            width: 100%;
            text-align: left;
        }
            .contact-us-page .contact-form-container #contact-us .full input {
                text-transform: capitalize;
                font-size: 20px;
                padding: 11px 35px;
                font-weight: 500;
            }
        .contact-us-page .contact-form-container #contact-us .left-margin {
            width: 48%;
            margin-right: 2%;
        }
            .contact-us-page .contact-form-container #contact-us .form-controls .form-control {
                background: #fff;
                font-size: 16px;
                padding: 10px;
            }
            .contact-us-page .contact-form-container #contact-us .form-controls .form-control::placeholder {
                color: #444444;
            }
/* Records */
.records-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #002040;
}
    .records-menu ul li {
        padding: 15px 20px;
        font-weight: 600;
    }
    .records-menu ul li:first-child {
        color: #333333;
        background: #fecf08;
    }
        .records-menu ul li a {
            font-weight: 600;
            color: #fff;
        }

/* Find A Club */
.finda .search {
    margin-top: 45px;
}
    .finda .search #address {
        background: #fff;
    }
    .finda .search #address::placeholder {
        color: #333333;
    }
    .finda .store a {
        padding: 10px 15px;
    }
        .finda .store a p {
            margin-bottom: 0;
        }


/* Links Page */
.links-pane {
    margin-top: 30px;
}
.links-pane .nav.nav-pills {
    border-bottom: 3px solid #0373BC;
}
    .links-pane .nav.nav-pills li a {
        background: #DDDDDD;
        border-radius: 0;
        color: #333333;
        padding: 12px 25px;
    }
    .links-pane .nav.nav-pills li.active a {
        background: #0373BC;
        color: #fff;
    }
.links-pane .tab-content .tab-pane .block-pane {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .links-pane .tab-content .tab-pane .block-pane .block-pane-body {
        width: 90%;
    }
    .links-pane .tab-content .tab-pane .block-pane .block-pane-link {
        width: 10%;
        text-align: center;
        background: #002140;
        padding: 8px;
    }
        .links-pane .tab-content .tab-pane .block-pane .block-pane-link a {
            color: #fff;
        }
        @media(max-width: 425px) {
            .nav-pills>li {
                float: none;
            }
            .nav-pills>li+li {
                margin-left: 0;
            }
            .links-pane .tab-content .tab-pane .block-pane {
                flex-direction: column;
            }
                .links-pane .tab-content .tab-pane .block-pane .block-pane-body,
                .links-pane .tab-content .tab-pane .block-pane .block-pane-link {
                    width: 100%;
                }
        }

/* Gallery */
.gallery {
    background-color: #ffffff;
    color: #241F1F;
}
    .gallery .gallery-container {
        display: flex;
        justify-content: space-between;
    }
.gallery.block {
    padding: 65px 0px;
}
    .gallery .content h2 {
        text-transform: uppercase;
        color: #666666;
        font-size: 40px;
        font-weight: 300;
        padding-bottom: 25px;
    }
        .gallery .content h2 span {
            color: #8C8C00;
            font-weight: 600;
        }

    .gallery .content .body {
        padding-bottom: 30px;
    }

    .gallery-nav {
        width: 20%;
        list-style: none;
        font-size: 16px;
        text-align: left;
        padding: 0;
        height: fit-content;
    }
        .gallery-nav li {
            background: #002040;
            padding: 15px 20px;
            color: #fff;
            border-bottom: 2px solid #FFE;
        }
        .gallery-nav .gallery-click:hover {
            cursor: pointer;
        }
        .gallery-nav .gallery-click.active {
            background: #fecf08;
            color: #333333;
        }

.gallery .images {
    width: 78%;
    min-height: 500px;
}

    .gallery .images > div {
        margin-bottom: 25px;
        overflow: hidden;
        height:230px;
    }
        .gallery .images > div > a {
            overflow: initial !important;
            position: unset !important;
        }

            .gallery .images img {
                width: 93% !important;
                min-height: 230px;
            }

            @media only screen and (max-width: 1199px) and (min-width: 992px) {
                .gallery .images img {
                    min-height: 160px;
                }
                .gallery .images > div {
                    height:160px;
                }
                .gallery .images .col-md-6 img {
                    min-height: 400px;
                }
                .gallery .images > .col-md-6 {
                    height: 400px;
                }
            }

            @media only screen and (max-width: 991px) {
                .gallery .images img {
                    min-height: 250px;
                }
                .gallery .images > div {
                    height: 250px;
                }
            }

            @media only screen and (max-width: 767px) {
                .gallery .images img {
                    height: auto;
                    min-height: auto;
                }
                .gallery .images > div {
                    height: auto;
                }
            }
            @media(max-width: 425px) {
                .gallery .gallery-container {
                    flex-direction: column;
                    align-items: center;
                }
                .gallery .images,
                .gallery-nav {
                    width: 100%;
                }
                .gallery .images {
                    min-height: auto;
                }
                .gallery .images > div {
                    height: 250px;
                }
                .gallery .images img {
                    width: 100% !important;
                }
            }

/* Faqs */
.faqs .frequent-questions {
    margin-top: 30px;
}
    .faqs .frequent-questions .accordion {
        border: 1px solid #EEEEEE;
        border-bottom: 0;
    }
    .faqs .frequent-questions .accordion:last-child {
        border-bottom: 1px solid #EEEEEE;
    }

    .faqs .frequent-questions .accordion .accordion-heading {
        background-color: #fff;
        padding: 15px 40px;
    }
    .faqs .frequent-questions .accordion .accordion-heading:before {
        top: 35%;
    }
        .faqs .frequent-questions .accordion .accordion-heading a {
            color: #0070BE;
            line-height: 20px;
            font-weight: 600;
        }
        .faqs .frequent-questions .accordion .accordion-body.accordioncontent {
            background: #EEEEEE;
            padding: 15px 60px;
        }
            .faqs .frequent-questions .accordion .accordion-body.accordioncontent p {
                padding-bottom: 0;
            }

/* Our People */
.our-people .members-block {
    display: flex;
    margin-bottom: 20px;
}
.our-people .members-block:last-child {
    margin-bottom: 0px;
}
.our-people .member-block-title {
    font-size: 20px;
    color: #333333;
    margin: 40px 0 20px;
}
    .our-people .members-block .member {
        width: 23%;
        margin-right: 2%;
        text-align: center;
        border: 1px solid #EEEEEE;
        padding: 15px;
    }
        .our-people .members-block .member img {
            margin-bottom: 10px;
            max-width: 100%;
        }
        .our-people .members-block .member p {
            margin-bottom: 5px;
        }
        .our-people .members-block .member .role {
            color: #0077BA;
        }
        .our-people .members-block .member .email a {
            font-size: 14px;
        }
        @media(max-width: 768px) {
            .our-people .members-block .member {
                width: 50%;
                margin-right: 0;
                margin-bottom: 20px;
            }
        }
        @media(max-width: 425px) {
            .our-people .members-block {
                flex-direction: column;
            }
                .our-people .members-block .member {
                    width: 100%;
                    margin-right: 0;
                    margin-bottom: 20px;
                }
        }

/* Fishery */
.fishery-page {

}
    .fishery-page .fishery-container {
        display: flex;
        justify-content: space-between;
    }
        .fishery-page .fishery-container .fishery-menu {
            width: 26%;
            height: fit-content;
            background: #002140;
        }
            .fishery-page .fishery-container .fishery-menu #menu li {
                border-bottom: 1px solid #fff;
            }
                .fishery-page .fishery-container .fishery-menu #menu li.has-children > a {
                    position: relative;
                }
                    .fishery-page .fishery-container .fishery-menu #menu li.has-children > a::after {
                        position: absolute;
                        content: '';
                        background-image: url('/images/navigate-up-arrow.png');
                        width: 12px;
                        height: 12px;
                        background-size: cover;
                        right: 18px;
                        top: 20px;
                    }
                    .fishery-page .fishery-container .fishery-menu #menu li.show-children > a::after,
                    .fishery-page .fishery-container .fishery-menu #menu li.activated.has-children > a::after,
                    .fishery-page .fishery-container .fishery-menu #menu li.show-children > .nav > .activated.has-children a::after {
                        transform: rotate(180deg);
                    }
                .fishery-page .fishery-container .fishery-menu #menu li.has-children .nav > li > a {
                    padding-left: 35px;
                }
                    .fishery-page .fishery-container .fishery-menu #menu li.has-children .nav > li > .nav > li > a {
                        padding-left: 55px;
                    }
                .fishery-page .fishery-container .fishery-menu #menu li:last-child {
                    border-bottom: none;
                }
                .fishery-page .fishery-container .fishery-menu #menu li ul {
                    display: none;
                }
                .fishery-page .fishery-container .fishery-menu #menu li.activated.has-children > ul,
                .fishery-page .fishery-container .fishery-menu #menu li.show-children.has-children > ul {
                    display: block
                }
                .fishery-page .fishery-container .fishery-menu #menu li.activated > a {
                    background: #fecf08;
                    color: #002240;
                }
                .fishery-page .fishery-container .fishery-menu #menu li.activated > ul.dropdown-menu {
                    display: block;
                    position: relative;
                    padding: 0;
                    overflow: initial;
                }
                    .fishery-page .fishery-container .fishery-menu #menu li.activated > ul.dropdown-menu > li > ul {

                    }
                .fishery-page .fishery-container .fishery-menu #menu li .dropdown:hover ul.dropdown-menu,
                .fishery-page .fishery-container .fishery-menu #menu li .dropdown:focus ul.dropdown-menu {
                    padding-bottom: 0px;
                }
                .fishery-page .fishery-container .fishery-menu #menu li.activated > a,
                .fishery-page .fishery-container .fishery-menu #menu li.activated > ul.dropdown-menu > li.activated > a {
                    background: #fecf08;
                    color: #333333;
                }
                .fishery-page .fishery-container .fishery-menu #menu li a {
                    color: #fff;
                    padding: 15px 20px;
                    font-weight: 600;
                }
                .fishery-page .fishery-container .fishery-menu #menu li:hover a,
                .fishery-page .fishery-container .fishery-menu #menu li.activated a {
                    background: #002240;
                    color: #ffffff;
                }
                .fishery-page .fishery-container .fishery-menu #menu li.activated > a,
                .fishery-page .fishery-container .fishery-menu #menu li:hover > a,
                .fishery-page .fishery-container .fishery-menu #menu li:focus > a,
                .fishery-page .fishery-container .fishery-menu #menu li > a:hover,
                .fishery-page .fishery-container .fishery-menu #menu li > a:focus {
                    background: #fecf08;
                    color: #333333;
                }
        .fishery-page .fishery-container .fishery-body {
            width: 72%;
            border-bottom: 1px solid #DDDDDD;
        }
            .fishery-page .fishery-container .fishery-body .fishery-block {
                clear: both;
                display: flex;
                border-top: 1px solid #DDDDDD;
                padding-top: 25px;
                padding-bottom: 15px;
            }
                .fishery-page .fishery-container .fishery-body .primaryContent {
                    margin-bottom: 35px;
                }
                    .fishery-page .fishery-container .fishery-body .primaryContent .title {
                        margin: 0 0 30px 0;
                        font-size: 23px;
                    }
                .fishery-page .fishery-container .fishery-body .fishery-block .additionalContent {
                    width: 80%;
                }
                    .fishery-page .fishery-container .fishery-body .fishery-block .additionalContent p.intro {
                        color: #0074BF;
                        font-weight: 600;
                    }
                    @media(max-width: 768px) {
                        .fishery-page .fishery-container .fishery-menu {
                            width: 35%;
                        }
                        .fishery-page .fishery-container .fishery-body {
                            width: 60%;
                        }
                    }
                    @media(max-width: 425px) {
                        .fishery-page .fishery-container {
                            flex-direction: column;
                        }
                        .fishery-page .fishery-container .fishery-menu,
                        .fishery-page .fishery-container .fishery-body {
                            width: 100%;
                        }
                    }

/* Login Register Page */
.login-page .auth-container {
    display: flex;
    justify-content: space-evenly;
    margin: 45px 0 20px;
}
    .login-page .auth-container .login,
    .login-page .auth-container .register {
        width: 45%;
        padding: 5px 25px;
        border: 1px solid #dddddd85;
    }
        .login-page .auth-container .login h2,
        .login-page .auth-container .register h2 {
            color: #0171bd;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 25px;
        }

    .login-page .auth-container .register .register-btn {
        margin-top: 20px;
    }
        .login-page .auth-container .register .register-btn a {
            display: inline-block;
            background: #333333;
            color: #fff;
            padding: 18px;
            font-size: 20px;
        }
    .login-page .auth-container .login #login-form {
        width: 80%;
    }
        .login-page .auth-container .login #login-form .form-control {
            background: none;
        }
        .login-page .auth-container .login #login-form input[type=submit] {
            border: none;
            padding: 15px 35px;
            margin: 10px 0;
            font-size: 20px;
            font-weight: 400;
        }
        .login-page .auth-container .login .forgot-password a {
            font-size: 14px;
            border-bottom: 1px solid #333;
        }
        @media(max-width: 425px) {
            .login-page .auth-container {
                flex-direction: column;
            }
            .login-page .auth-container .login,
            .login-page .auth-container .register {
                width: 100%;
                padding: 5px 25px 25px;
                margin-bottom: 20px;
            }
        }

/* Club */
.club-info .club-breadcrumbs {
    height: initial;
    background: #fff;
}
    .club-info .club-breadcrumbs .text-container {
        padding: 0;
        background: #fff;
    }
        .club-info .club-breadcrumbs ul li a {
            color: #0171bd;
            font-size: 14px;
        }
    .club-info .primaryContent > .club-page {
        display: flex;
        justify-content: space-between;
    }
        .club-info .primaryContent > .club-page .club-right {
            width: 35%;
        }
        .club-info .primaryContent > .club-page .club-left {
            width: 60%;
        }
            .club-info .primaryContent > .club-page .club-right .club-details {
                padding: 20px;
                background: #fecf08;
            }
                .club-info .primaryContent > .club-page .club-right .club-images {
                    text-align: center;
                }
                    .club-info .primaryContent > .club-page .club-right .club-images img {
                        max-width: 100%;
                        margin-bottom: 20px;
                    }
        .club-info .club-details ul {
            list-style: none;
            padding: 0;
        }
        @media(max-width: 992px) {
            .club-info .primaryContent > .club-page {
                flex-direction: column;
            }
                .club-info .primaryContent > .club-page .club-left {
                    width: 100%;
                    margin-bottom: 10px;
                }
                .club-info .primaryContent > .club-page .club-right {
                    width: 100%;
                }
        }

/* Club Event */
    .clubevent .event tr td {
        padding: 8px 35px 8px 0px;
    }

/* Team Member */
.team-member img {
    top: 0;
}
.team-member .info {
    padding: 15px 15px 85px 45px;
}
    .team-member .info .title {
        border-color: #fecf08;
    }
@media(max-width: 550px) {
    .team-member .info .title {
        margin-right: 0;
    }
    .team-member .info .mani-btn {
        position: initial;
    }
}
