/* #Site Styles

font-family: 'Raleway', sans-serif;
font-family: 'Nexa_Free_Bold', sans-serif;

================================================== */
body {
    background: url(../Userfiles/template/water-bg.jpg) 0 / cover fixed;
    background-position: center;
}

/* HEADER */
.header-wrap {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.header-top {
    position: relative;
    z-index: 300;
}

.header-left {
    top: 0;
    position: absolute;
    box-sizing: border-box;
}

.header-right {
    float: right;
    padding-left: 100px;
    box-sizing: border-box;
    text-align: right;
    position: relative;
    height: 75px;
}

#logo {
    position: relative;
    text-align: center;
    z-index: 0;
}

#logo img {
    position: relative;
    text-align: left;
    display: block;
    height: 170px;
    padding: 10px 0;
    transition: all ease 0.3s
}

.stuck #logo img {
    height: 50px;
}

.nav {
    position: relative;
    float: left;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-bottom {
    text-align: right;
    padding: 0;
    background: #F6D055;
    width: 100%;
    bottom: 0;
    padding: .5rem 0;
    box-sizing: border-box;

}

/* HERO */
.hero-wrap {
    background: url(../Userfiles/hero-images/hero-base.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

.hero-wrap .container {
    min-height: 300px;
    display: flex ;
    flex-direction: column ;
    align-content: center;
    justify-content: center;
}

.hero-wrap .button {

font-size: 1.5rem;
    line-height: 1;
    padding: 1rem 2rem;
    max-width: 300px;
    margin: 0 auto;
    margin-top:2rem;
}



/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .hero-wrap .container {
        height: 30vh;
        min-height: 300px;
    }
    
    .hero-wrap .button {
align-self: flex-start;
        margin: 0;
            margin-top:2rem;
}


}

.hero-wrap h1 {
    color: rgba(255, 255, 255, 1);
    width: 100%;
    font-size: 3rem;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    z-index: 30;
    box-sizing: border-box;
    margin: 0;
}




/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .hero-wrap h1 {
        max-width: 800px;
        min-width: 300px;
        font-size: 5rem;
        text-align: left;
    }
}

/* BANNER */
.banner-wrap {
    text-align: center;
    padding: 4rem 0;
    background: rgba(0, 14, 36, 0.85);
    position: relative;
    z-index: 3;
    border-top: 1rem solid #fff;
    color: #fff;
}

.banner-wrap h2 {
    margin: 0;
    display: block;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.banner-wrap p {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.banner-wrap a {
    color: #fff;
    text-decoration: underline;
}

/* CONTENT */
.content-wrap {
    position: relative;
    text-align: left;
    padding: 5rem 0;
    background: #fff;
}

.page-pages .content-wrap {
    padding: 5rem 0;
    min-height: 400px;
}

/* Feature */
.feature-wrap {
    padding: 3rem 0;
    position: relative;
    background: rgba(246, 208, 85, 0.9);
}

.logged-in .feature-wrap {
display: none;
}

.feature-left {
    text-align: center;
    padding-bottom: 2rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .feature-left {
        text-align: left;
        padding-bottom: 0;
    }
}

.feature-left h3 {
    margin: 0
}

.feature-right input {
    line-height: 40px;
    border: 0;
    float: left;
    width: 100%;
    padding: 0 2rem;
    margin: 0;
    color: #002147;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.2)
}

.feature-right .button {
    width: 100%;
}

.feature-right p {
    margin: 0
}

/* MORW INFO */
.info-wrap {
    padding: 4rem 0;
    background: rgba(0, 14, 36, 0.7);
    color: #002147;
}

/* FOOTER */
.footer-wrap {
    background: rgba(0, 14, 36, 0.8);
    position: relative;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.footer-wrap .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-wrap .container .footer-left {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.footer-wrap .footer-left img {
    max-width: 170px;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
}

.footer-right {
    text-align: left;
    padding: 0 2rem;
    font-size: 1.5rem;
}

.footer-wrap .social {
    color: #fff;
    position: relative;
    z-index: 300;
    text-align: center;
}

.footer-wrap .social a {
    color: #fff;
    font-size: 1;
    text-align: center;
    line-height: 30px;
    padding: 0;
    margin: 0 .5rem;
    background: transparent;
    width: 30px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100px;
    transition: all ease .3s
}

.footer-wrap .social a:hover {
    background: #fff;
    color: #002147;
}

/* CREDITS */
.credits-wrap {
    background: rgba(0, 14, 36, 0.85);
    padding: 2rem 0;
    color: rgba(255, 255, 255, 0.4);
    z-index: 300;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
}

.footer-nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
}

/* #Page Specific Styles
================================================== */
/* Home Slider */
.slider-wrap {
    position: relative;
    background: #fff;
}

.owl-nav, .owl-dots {
    display: none;
}

.hero-wrap:before {
    height: 100%;
}

.slider-wrap .gal-image-wrap {
    position: relative;
    min-height: 500px;
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.slider-wrap .gal-image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-wrap .gal-image-wrap p {
    margin: 0;
}

.slider-wrap .gal-image-wrap .button {
    margin: 0;
    margin-top: 2rem
}

.slider-wrap .galDescription h3 {
    font-size: 3vmax;
    color: #fff;
    margin: 0;
    orphans: 3;
}

.slider-wrap .galDescription {
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    padding: 4rem;
    line-height: 1.2;
    box-sizing: border-box;
    width: 50%;
    font-size: 2rem;
    z-index: 300;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-wrap .gal-image-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 100px #000;
    z-index: 3;
}

.slider-wrap .blur {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    margin: -45px 0 -45px 0;
    background-size: 200%;
    background-position: 0;
    background-repeat: no-repeat;
    filter: blur(10px);
    z-index: 2;
}

.slider-button {
    position: absolute;
    bottom: 2rem;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.7);
    z-index: 300;
    text-align: center;
    cursor: pointer;
    transition: all ease .2s;
    border-radius: 100px;
    width: 50px;
    line-height: 50px;
}

.slider-button:hover {
    color: rgba(255, 255, 255, 1);
}

.prev-button {
    left: 4rem
}

.next-button {
    left: 8rem
}

/* Member Form */
.member-form > tbody > tr > td {
    background: #eee;
    padding: 2rem;
    border-radius: 1rem;
    box-sizing: border-box;
}

.member-form div[id$="_panellist"] {
    padding: 2rem 1rem;
    padding-top: 1rem;
    border-radius: 1rem;
    border: 2px solid #ccc;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 3rem;
    box-sizing: border-box;
}

#data1104oo937_p0 {
    display: none;
}

.member-form, .member-form table, div[id$="_panellist"] {
    width: 100%;
}

.member-form table, .member-form table tbody, .member-form table tr, .member-form table td, .member-form table label {
    display: block;
    padding: 0;
    margin: 0;
}

.member-form input {
    margin: 0;
}

.member-form input[type="submit"] {
    margin: 0 auto;
    display: block;
}

.member-form label {
    font-weight: 400;
}

.member-form .listlabel {
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
}

.member-form input[type="text"], .member-form textarea {
    width: 100% !important;
}

.member-form .radioList tr {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.member-form .radioList td {
    display: flex;
    align-items: center;
    gap: .5rem;
}

div[id$="_panellist"] .listPanel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5px;
}

div[id$="_panellist"] .listPanel input {
    border-bottom: 1px solid #ccc;

}

div[id$="_panellist"] .listPanel:last-of-type {
    border-bottom: 0px solid #ccc;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    div[id$="_panellist"] .listPanel {
        flex-wrap: nowrap;
    }

    .member-form .listlabel {
        max-width: 300px;
    }

    .member-form input[type="text"], .member-form textarea {
        width: 100% !important;
        max-width: 500px;
    }
}

div[id$="_panellist"] .listPanel input[type=text] {
    line-height: auto;
    height: 34px;
    z-index: 0;
}

/* Blog Input Form */

#blogInputForm {}

#blogInputForm .row {
    margin-bottom:2rem;
}

#blogInputForm label {
font-weight: normal;
}

#blogInputForm h4 {
margin-bottom: 0;
    margin-bottom: 1rem;
}

.checkboxes-wrap {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
}

.checkboxes-wrap div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 160px;
    max-width: 140px;
    gap: 1rem;
}

.checkboxes-wrap input, .checkboxes-wrap label {
    margin: 0;
    font-weight: normal;
}








