* {
    margin: 0;
    padding: 0;
}

/* --------- Club Site General Styles -------------
--------------------------------------------------- */

body {
	font-family: 'Poppins', Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #636363;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/*
24Oct2024 DLB - removing the styles that are overriding boootstrap

.btn {
	font-size: 18px;
	font-weight: 400;
	min-width: 150px;
	padding: 8px 25px;
	text-align: center;
	text-transform: uppercase;
}
*/

.btn {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}



.btn-primary {
	border: 2px solid white;
}

.btn-primary:hover {
	border: 2px solid white;
}

.button_epage {
	font-size: 18px;
	font-weight: 400;
	min-width: 150px;
	padding: 8px 25px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em !important;
	text-decoration: none !important;
	border-radius: 5px;
	color: #1e1e1e !important;
}
/**/


.text_over {
    color: #ffffff;
}
.text_over:hover {
    color: #cc2222;
}

.image_over > img {
    height:40px;
}
.image_over:hover > img {
    opacity: .5;
}

.image_parent_over > img {
    height:40px;
}
.image_parent_over:hover > img {
    opacity: .5;
}

/* 24Oct2024 DLB - removing the styles that are overriding boootstrap
*/
.epage_power {
    float:right;  border:0px red solid;  vertical-align: middle;  padding-left:6px; padding-top:10px;
}
/**/

.epage_signin {
    float:right;  border:0px red solid;  padding:6px;
    text-align: right;  vertical-align: middle;
	font-size:16px;
    line-height:1;
}

.clubemail {
	padding-top: 5px;
	margin-bottom: -30px;
	font-size: 13px;
}

.navarea {

}

.signinarea {
	padding-top: 24px;
	padding-bottom: 9px;
	min-height: 80px;
}

.signinjoin {
	text-align: right;
}

@media (max-width: 575px) {
	.signinjoin {
		font-size: 14px;
		text-align: right;
	}
}

.signinbutton {
	border: none;
	background: white;
	padding: 3px 8px;
	border-radius: 3px;
}

.profilebutton {
	float: right!important;
	margin-top: 2px;
}

.dropdown-menu-right {
	margin-right: 15px;
}
.clubbrandlogo {
	max-height: 50px;
	max-width: 80px;
	margin-top: -10px;
}

.clubnav {
	padding: 18px 0 5px 0;
}
.epage_social {
    display:inline-block; padding:2px; border: 0px yellow solid;  text-align: left; color:white;
}

.clubtopbar {
	padding:0px;
	margin:0px;
	border: 0px green solid;
	background: #e1e1e1;
}

.epage_tabs_on {
    background-color: #ffdddd;
}

.number {
    float: left; vertical-align: top;
}

.title {
    width:290px;
}

.noheadertitlebar {
	background: black;
	color: white;
	padding-top: 120px;
	padding-bottom: 60px;
}

.clubh1 {
	color: white;
	font-size: 40px;
	font-weight: 300;
}

.side_margin { width: 10%; }

.body_margin { width: 80%; margin-left: auto; margin-right: auto; }


/* --------- Club Page Banner Content -------------
--------------------------------------------------- */

.clubhomebanner {
	margin-top: 80px;
}

.clubbannercontent {
	z-index: 20;
	position: relative;
	padding-top: 100px;
	padding-bottom: 70px;
	overflow: hidden;
}

.banneroverlay {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(114deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.9416141456582633) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(114deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.9416141456582633) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(114deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.9416141456582633) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.bannertitle {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

.bannersubtitle {
	font-size: 24px;
	line-height: 28px;
	font-weight:300;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-style: italic;
}

.bannersubtitlelarge {
	font-size: 50px;
	line-height: 52px;
	margin: 10px auto 40px auto;
	font-style: italic;
	padding: 0;
	word-wrap: break-word;
}

.bannertitlesmall {
	font-size: 15px;
	line-height: 28px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	text-transform: uppercase;
}

.bannerbuttons {
	margin-top: 30px;
}





.event_desc_div_parent {
    display: inline; white-space: normal; border: 0px blue solid; background-color: transparent; color:white
}

.event_logo_div {
    float:left;
    display:table-cell;
    vertical-align: top;
    width:150px;
    padding:10px;
    background-color: #ffffff;
    border-radius: 5px;

}

.event_desc_div {
    float:left;
    display:table-cell;
    max-width: 60%;
    padding-left:20px;
    white-space: normal;
    border: 0px red solid;
    background-color: transparent;
    color:white;
    border:0px yellow solid;
}

.event_sponsor_div {
    float:right;
    border:000px red solid;
    display:table-cell;
    vertical-align: top;
    width:200px;
    padding-left:20px;

}
.event_logo {
    width:100%;
    border: 0px blue solid;
}

.event_flag {
    background-color: red;
    height:2px;
}

.epage_header_divider {
    height: 80px;
}

.epage_header_section {
    padding-bottom:60px;
    display:inline-block;
    border: 0px orange solid;
    background-color: transparent;
    color:white;
}

.clubbannercontentcenter {
	background-color: transparent;
	color:white;
	text-align: center;
	position: relative;
	z-index: 20;
	max-width: 1000px;
	margin: 0 auto;
	padding: 130px 30px;
	overflow: hidden;
}



.clubbannercontentleft {
	text-align: left;
	background-color: transparent;
	color:white;
	position: relative;
	z-index: 20;
	max-width: 85%;
	margin: 0 auto;
	padding: 130px 30px;
	overflow: hidden;
}

.clubbannerlogo {
	max-width: 150px;
	margin: 20px auto;
	padding: 15px;
	border-radius: 4px;
	background: white;
}

/*
.clubbannercontentleft .clubbannerlogo {
	margin: 20px 0;
}
*/


.clubbannercontentcenter.withsponsor {
	width: 72%;
	margin: 0;
	float: left;
	max-width: none;
}

.clubbannercontentleft.withsponsor {
	width: 72%;
	margin: 0;
	float: left;
	max-width: none;
}



.section1sponsor {
	width:28%;
	float: left;
	background: black;
	padding:135px 20px 100px 20px;
	z-index: 20;
	text-align: center;
}

.sponsoredby {
	font-width: 300 !important;
	color: white;
	font-style: italic;
}


#sponsor_header {
    display:none; font-weight:bold; font-size:24px; padding:10px; padding-top: 14px; background-color: #000000; border:1px #c1c1c1 solid; color: #ffffff; text-align: center;
}

.navbar-collapse {
	border: none;
	margin-top: 5px;
}

.navbar-toggle {
    background-color:white;
	margin-right: 0;
	float: left;
}

.navbar-toggle:hover {
    color: #cc2222;
    background-color: #cc2222;
}


@media screen and (max-width: 767px) {

    #nav-header { display:inline-block; }

    #sponsor_header {
        display:block; font-weight:bold; font-size:24px; margin-top:20px; margin-bottom:10px; padding:10px; padding-top: 14px; background-color: #000000; border:1px #c1c1c1 solid; color: #ffffff; text-align: center;
    }
    
    .signinbutton {
	    margin-top: 10px;
    }
	.clubbannercontentcenter.withsponsor  {
		padding:80px 20px 60px 20px;
		width: 100%;
		float: none;
	}
	.section1sponsor {
		width:100%;
		float: none;
		background: black;
		padding:20px 20px 30px 20px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.clubbannercontentcenter.withsponsor  {
	padding:80px 20px 60px 20px;
	width: 60%;
	float: left;
}
	.section1sponsor {
		width:40%;
		float: left;
		background: black;
		padding:80px 20px 60px 20px;
	}
}

@media screen and (min-width: 500px) and (max-width: 767px) {

    .event_flag {
        background-color: purple;
        height:2px;
    }


    .event_sponsor_div {
        display:block;
        width:100%;
        margin-top: 20px;
        border: 000px purple solid;

    }
    .event_logo_div {
        display:block;
        width:100%;
        border: 000px purple solid;
    }

    .event_desc_div {
        display:block;
        width:100%;
        max-width: 100%;
        white-space: normal;

        margin:20px auto;
        border: 000px purple solid;
        padding: 10px;

        background-color: white; color:black
    }


}
@media (min-width:768px) {
	.signinbutton {
		margin-right: 10px;
	}
}

@media screen and (max-width: 500px) {

    .event_flag {
        background-color: yellow;
        height:2px;
    }

    .event_sponsor_div {
        display:block;
        width:100%;
        margin-top: 20px;
        border: 000px yellow solid;

    }

    .event_logo_div {
		float: none;
        display:block;
        width:200px;
	    margin-left: auto;
	    margin-right: auto;
        border: 000px yellow solid;
    }

    .event_desc_div {
        display:block;
        width:100%;
        max-width: 100%;
        white-space: normal;

        margin:20px auto;
        border: 000px yellow solid;
        padding: 20px;
        background-color: white; color:black
    }

    .epage_header_divider {
        height: 0px;
    }

    .epage_header_section {
        padding-bottom:0px;
        display:inline-block;
        border: 0px orange solid;
        background-color: transparent;
        color:white;
    }

    .side_margin { width: 2%; }

    .body_margin { width: 94% }

}



/* To stylize the header portion of the page */

#clubnavigationbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 25;
	background: white;
}

.navbar-default .navbar-nav>li>a {
   font-size: 16px;
	color: #0b0a0b;
	padding: 10px 10px;
}

.navbar {
	border: none;
	margin-bottom: 0;
	border-radius: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background-color: transparent;
	/* background-color: #252525;
	color: white;
	 */
}

.navbar-brand {
	/*color:white !important;*/
	/*font-weight: 300 !important;*/
	padding: 10px 6px;
}

/*
.nav li ul {
	background: #444444;
}
*/

#rr_clubnav.navbar-light .navbar-nav .nav-link {
	color: black;
}


.navemail {
	padding: 0 10px;
}

.gpage_menu_li {
	padding: 0 !important;
}


.dropdown-menu>li>a {
	/*color: white !important;*/
	padding: 8px 10px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	/*color: #262626;*/
	/*text-decoration: none;*/
	/*background-color: #252525;*/
}

.epage_header_section {
	padding-bottom: 60px;
	display: inline-table;
	border: 0px orange solid;
	background-color: transparent;
	color: white;
	position: relative;
	margin: 0;
}

.event_header_container {
	border: 0px red solid;
	background-color-x: rgba(0, 0, 0, .4);
	margin: 0;
	padding: 0;
	position: relative;
}

.event_header_menu_container {
	border:000px yellow solid;
	background-color: transparent;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: white;
	background-color: #444444;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: white;
	background-color: #444444;
}

.rritemmenu .dropdown-item i {
	text-align: center;
	width: 30px;
}

/* -------- gpage styles ---------- */

.gpage-section-container {

}

.gpage-section {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 18px !important;
	line-height: 1.7em;
	position: relative;
	overflow: hidden;
}

.gpage-section a {
	/*color: #387AB5;*/
    /*text-decoration: underline;*/
}

.gpage-color-overlay-dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
}

.gpage-color-overlay-light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.8;
}



.gpage-section .grp_title {
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 20px;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	line-height: 50px;
	color: #565656;
}

.gpage-column {
	margin-bottom: 15px;
}

/*.gpage-section .grp_title::after {
	content: "";
	position: absolute;
	left: 45%;
	width: 10%;
	height: 1px;
	bottom: 0;
	margin-bottom: -.5em;
	background: grey;
}*/

.gpage-image {
	width:100%;
	display: block;
	margin: 0 auto 30px auto;
}

.gpage-section:nth-of-type(even) {
	background-color: #f1f1f1;
}

.gpage-section ul {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}

.bg-light-text, .bg-light-text .grp_title {
	color: white;
}

.gpage-about {

}

.gpage-whyjoin {

}

.gpage-coach {

}

.gpage-blocktext {

}

.gpage-social {

}



.gpage-full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-top: 70px;
	padding-bottom: 80px;
}

.gpage-image-container {
	float:left;
	display:inline-block;
	padding:4px;
	margin-top:10px;
	margin-right:20px;
	width:40%;
	max-width:400px;
	min-width:300px;
}

.gpage-content-conteainer {
	float:left;
	display:inline-block;
	padding:4px;
	margin-top:10px;
	width:40%;
	max-width:600px;
	min-width:300px;
}

.gpage-footer {
	background: black;
	margin-top: 50px;
	color: white;
}

.gpage-prefooter {
	background: #636363;
	padding: 60px;
	color: white;
}

.gpage-postfooter {
	padding: 15px;
	text-align: center;
}



 .wrapper {width:auto ;}
.left {
	float:left;
	width:25%;
	background:orange;
}
.right {
	background:red;
	float:right;
}
.clear {clear:both;}


.bottombar {
	text-align: center;
	background:#000000;
	padding:10px;
	color:#ffffff;
	font-size:14px;
}

.footerrrlogo {
	max-width:150px;
}




