/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Zilla Slab', sans-serif;
	font-size: 17px;
	color: #222e3f;
}
p {
    font-family: 'Zilla Slab', sans-serif;
    font-size: 17px;
    color: #222e3f;
    
}
.container{
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #221f20;
	margin: 0px;
	padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 32px;
    padding-bottom: 20px;
}
h2 {
    font-size: 28px;
}
h2 a {
    color: #265A98;
    text-decoration: underline;
}
h2 a:hover {
    text-decoration: none;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}

h1.title{
	margin-top: 15px;
	display: none;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
    color: #04955f;
    font-family: 'Zilla Slab', sans-serif;
    text-decoration: underline;
    font-weight: 500;
}
a:hover, a:focus{
	color: ;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

#main-header {
    background: #3F3F3F;
    padding: 18px 0px;
}
#logo-wrap {
    margin-top: 3px;
    margin-bottom: 3px;
}
/*#logo-wrap svg {
    max-width: 100%;
    width: 331px;
    height: 70px;
    margin-top: 5px;
    vertical-align: unset;
}*/

#right-side-wrap {
    text-align: right;
    margin-top: 13px;
}


.club-mem-wrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Lora', sans-serif;
    font-size: 16px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .club-mem-wrap {
            font-size: 14px;
        }
    }


/* Member Login Form */

.member-login-wrap {
    display: inline-block;
    vertical-align: middle;
}
.login-form span {
    display: none;
}
.login-form .input-group {
    display: inline-block;
}

.member-login-wrap  .input-upf {
    display: inline-block;
    vertical-align: middle;
}
.member-login-wrap  .input-login {
    display: inline-block;
    vertical-align: top;
}
.input-forgot {
    position: relative;
    left: -35px;
    top: 5px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .input-forgot {
            left: 10px;
        }
    }


.mobile-login-wrap {
    margin-top: 15px;
    border-bottom: 0px !important;
}
.mobile-login-wrap .login-form input {
    width: 100% !important;
    margin-left: 0px;
    height: 31px;
    font-size: 14px;
    border: 1px solid #096841;
    margin-bottom: 15px;
    color: #000000 !important;
}
    .mobile-login-wrap .login-form ::-webkit-input-placeholder {
       color: #000000 !important;
    }
    .mobile-login-wrap .login-form :-moz-placeholder  { /* Firefox 18- */
       color: #000000 !important;  
    }
    .mobile-login-wrap .login-form ::-moz-placeholder{  /* Firefox 19+ */
       color: #000000 !important;  
    }
    .mobile-login-wrap .login-form :-ms-input-placeholder {  
       color: #000000 !important;  
    }
.mobile-login-wrap .login-form a {
    background: #000000 !important;
    width: 22px !important;
    color: #00AAA0 !important;
    display: inline-block !important;
    margin-left: 0px !important;
    font-size: 16px !important;
}
.mobile-login-wrap .login-form input[type="submit"] {
    width: 72px !important;
    display: block;
    height: 30px;
    margin-top: 10px;
    margin-left: 0px !important;
    background: #3f3f3f !important;
    border: 1px solid #3f3f3f !important;
    color: #04955f !important;
}
.mobile-login-wrap .login-form .input-forgot {
    left: 0px;
    top: -8px;
}
.mobile-login-wrap .login-form .input-forgot a {
    background: transparent !important;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 600 !important;
    width: 100% !important;
}




svg#burger-menu {
    width: 32px;
}


/* Search Bar */

#search-social-wrap {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 3px;
}
#search-input {
    max-width: 230px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
    @media (max-width: 380px) {
        #search-input {
            max-width: 175px;
        }
    }
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
.search-input {
    background: transparent;
    border: 2px solid #fff;
}
#search-input ::-webkit-input-placeholder {
   color: #221F20;
}

#search-input :-moz-placeholder { /* Firefox 18- */
   color: #221F20;  
}

#search-input ::-moz-placeholder {  /* Firefox 19+ */
   color: #221F20;  
}

#search-input :-ms-input-placeholder {  
   color: #221F20;
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #221f20;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Zilla Slab', sans-serif;
    padding: 0px 10px;
}
#search-input button {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 3px 9px 0px;
    height: 31px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.input-group.search-input-wrap {
    border: 1px solid #096841;
    background: #04955F;
    border-radius: 0px;
}


#fb-icon-wrap {
    display: inline-block;
    vertical-align: top;
}
svg#fb-icon {
    width: 32px;
    height: 33px;
    vertical-align: unset;
}


/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a{
	color: ;
	font-family: ;
}
.nav>li>a:hover, .nav>li>a:focus {
}

/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/

/*----------------Slideshow----------*/

.slideshow-wrap .container {
    width: 100%;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}

.carousel-control {
    display: none;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}
.carousel-control{
    top: ;
    width: ;
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    padding: 5px 15px 30px;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-shadow: none;
}
.carousel-indicators {
    bottom: 3px;
    text-align: center;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 0px;
    margin: 0 auto;
    margin-left: 8px;
    border-radius: 10px;
}
.carousel-indicators .active {
    background: transparent;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #00AAA0;
}
.carousel-control {
    display: none;
}


@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption{
        
    }
}
@media (max-width: 990px){
    .carousel-caption{
        
    }
    #slide-row .col-md-12{
        
    }
}
.carousel-caption p:first-of-type {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.carousel-caption p:last-of-type {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    padding: 0px 180px;
}
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    background:  #fff;
    color: #3D3D3D; 
    text-decoration: none;
}


/*----------------End Slideshow------*/

/*---------- news_feed_pages function ----*/
div#news-button-container {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
div#news-button-verbiage {
	margin-right: 10px;
	display: inline-block;
	color: #5DB2D7;
}
div#news-button-container:active{	
	margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #5DB2D7;
	color: black;
	border: 1px solid black;
	border-radius:5px;
	margin: 0px;
}
div.nb-number:hover {
	opacity:0.7; /*buttons move toward backgound color when hovered over*/
	cursor: pointer;
}
div.nb-number:active {
	/* make buttons look like they are being pressed when clicked*/
	opacity:0.6;
	border-width:2px 0px 0px 2px; 
}
div.nb-selected {	
	/* style the selected button */
	opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
	background-color: transparent;
	color: #5DB2D7;
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
/*---------- END: news_feed_pages ----*/



/*----------------------------------Primary-Content*/


/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/

#welcome-section-wrap {
    padding: 40px 0px;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 282px);
    padding-top: 30px;
    padding-bottom: 40px;
}

/* Custom Member Menu */
hr.line{
    background-color: #04955F;
    height: 6px;
    position: relative;
    margin: 0 auto;
}

p.title{
    background-color: #FFFFFF;
    margin-top: -15px;
    margin-left: 30px;
    width: auto;
    position: relative;
    display: inline-block;
    float: left;
    font-family: Verdana;
    font-size: 18px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 250px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
.login-form input {
    width: 150px !important;
    height: 30px;
    border-radius: 1px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #b5b5b5;
    padding: 0px 8px;
    margin-left: 15px;
    background: transparent;
    font-size: 13px;
    font-family: 'Lora', sans-serif;
    color: #fff !important;
    box-shadow: none !important;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .login-form input {
        width: 105px !important;
        }
    }

    .login-form ::-webkit-input-placeholder {
       color: #fff !important;
    }
    .login-form :-moz-placeholder  { /* Firefox 18- */
       color: #fff !important;  
    }
    .login-form ::-moz-placeholder{  /* Firefox 19+ */
       color: #fff !important;  
    }
    .login-form :-ms-input-placeholder {  
       color: #fff !important;  
    }

.login-form input[type="submit"] {
    background: #04955f;
    color: #161515 !important;
    border: 1px solid #04955f!important;
    border-radius: 1px !important;
    padding: 0px;
    width: 69px !important;
    font-size: 14px !important;
    font-weight: normal;
    margin-left: 10px;
    outline: none;
    font-weight: bold;
}
.login-form input[type="submit"]:hover {
    background: #04955f;
    border: 1px solid #04955f !important;
    color: #161515;
}

.login-form a {
    font-size: 14px;
    color: #04955f;
    text-decoration: underline;
    font-family: 'Lora', sans-serif;
}
.login-form input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #1e93d8;
    font-size: 24px;
    font-weight: 700;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

.footer-content-wrapper {
    background: #04955f;
    color: #161515;
    font-family: 'Zilla Slab', sans-serif;
    font-size: 17px;
    line-height: 24px;
    padding: 24px 0px 10px;
    margin-top: 20px;
}
.footer-logo-wrap {
    display: inline-block;
    vertical-align: middle;
}
.footer-org-wrap {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #161515;
    padding-left: 25px;
    margin-left: 30px;
}
svg#footer-logo {
    width: 107px;
    height: 60px;
}
.footer-content-wrapper p {
    color: #161515;
    font-size: 16px;
    line-height: 24px;
}
.footer-content-wrapper a, .footer-content-wrapper p a {
    color: #161515;
    text-decoration: underline;
}
.footer-content-wrapper a:hover, .footer-content-wrapper p a:hover {
    text-decoration: none;
}
.footer-content-wrapper .text-right {
    margin-top: 20px;
}




/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/

/*----------- MEDIA QUERY --------------------*/


@media (min-width: 1000px) {
	.container {}

}


@media (min-width: 990px) and (max-width: 1199px) {
	.container {}


}
@media (min-width: 991px) {

}

@media (min-width: 768px) and (max-width: 990px) {
	.container {}

    #logo-wrap {
        margin-top: 12px;
    }

}


@media (max-width: 767px) {
	.container {}

    #logo-wrap {
        text-align: center;
        margin: 0 auto;
    }
    #logo-wrap img {
        margin: 0 auto;
    }
    .footer-content-wrapper .text-left, .footer-content-wrapper .text-right {
        text-align: center;
    }
}


@media (max-width: 480px) {
	.container {}


}

@media (max-width: 394px) {
    .container {}

    .footer-logo-wrap {
        width: 100%;
    }
    .footer-org-wrap {
        border-left: 0px;
        margin-left: 0px;
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, svg#main-logo {
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    
}