/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #3d3d3d;
}
p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #3d3d3d;
}
.container {
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	font-weight: 700;
}

h1 { 
	font-size: 26px;
	color: #619f42;
}
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }

h1.title {
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #619f42;
}
a:hover, a:focus{
	color: #427226;
	transition: .3s;
}

/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
    border: 0px;
}
td, th {
    padding: 5px 10px;
    vertical-align: top;
}

/*--------------------------------------------------------
   Custom Buttons
--------------------------------------------------------*/
.green-btn {
    background-image: linear-gradient(180deg, #83cf5d, #619f42);
    color: #fff;
    border-radius: 5px;
    padding: 15px 45px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 4px 1px rgba(86, 138, 61,1);
    border-bottom: 1px solid rgba(131, 207, 93,0.01);
}
.green-border-btn {
    background-image: linear-gradient(180deg, #83cf5d, #619f42);
    color: #fff;
    border-radius: 5px;
    padding: 15px 45px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 4px 1px rgba(86, 138, 61,1);
    border: 1px solid rgba(80, 128, 57,1);
    border-bottom: 1px solid rgba(131, 207, 93,0.1);
}
.green-btn:hover, .green-border-btn:hover, .green-btn:focus, .green-border-btn:focus {
    color: #fff;
    text-decoration: none;
}



/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/
.header-content-wrap {
    padding: 10px 0;
}
.logo-wrap a {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 9px 9px 7px 9px;
    display: block;
    max-width: 200px;
}
.logo-wrap a svg {
    width: 203px;
    height: 90px;
}
.logo-wrap img {
    max-width: 100%;
    height: auto;
}
.social-login-search-wrap {
    text-align: right;
    margin-top: 11px;
}
.member-login {
    text-align: right;
    display: inline-block;
}
.social-media-links-wrap {
    display: inline;
    margin-right: 10px;
}
.social-login-search-wrap-mobile {
    text-align: center;
    background: #fff;
    padding: 20px 15px;
    border-radius: 2px;
    display: none;
}
.social-media-links-wrap a svg {    
	width: 34px;
    height: 34px;
}
.social-media-links-wrap a, #mobileMenuWrapper #mobile-menu .social-media-links-wrap a {
    width: auto;
}
.social-media-links-wrap a:hover, .social-media-links-wrap a:focus {
	text-decoration: none;
}
.social-media-links-wrap a svg:hover .fb-cls-2, .social-media-links-wrap a svg:focus .fb-cls-2,
.social-media-links-wrap a svg:hover .twitter-cls-2, .social-media-links-wrap a svg:focus .twitter-cls-2,
.social-media-links-wrap a svg:hover .linked-in-cls-2, .social-media-links-wrap a svg:focus .linked-in-cls-2 {
	fill: #fff;
	transition: .3s;
}
.social-media-links-wrap a svg:hover .fb-cls-1, .social-media-links-wrap a svg:focus .fb-cls-1,
.social-media-links-wrap a svg:hover .twitter-cls-1, .social-media-links-wrap a svg:focus .twitter-cls-1,
.social-media-links-wrap a svg:hover .linked-in-cls-1, .social-media-links-wrap a svg:focus .linked-in-cls-1 {
    fill: #619f42;
    transition: .3s;
}
.btn-cls a {
    color: #619f42;
    border: 2px solid #619f42;
    padding: 4px 9px;
    font-size: 15px;
    font-weight: 700;
    display: table;
    font-family: 'Lato', sans-serif;
}
.btn-cls a:hover {
	color: #fff;
	background-color: #619f42;
	transition: .3s;
	text-decoration: none;
}
.btn-cls a:focus {
	text-decoration: none;
    outline: 0;
}

/*Member Log In button Style*/
.login-modal .modal-dialog {
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
}
.modal-header {
    background: #0a4161;
    color: #fff;
    text-align: center;    
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.login-modal .close {
    color: #fff;
    text-shadow: none;;
    opacity: .8;
}
.login-modal .close:hover, .login-modal .close:focus {
    color: #619f42;
}
.login-modal .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.modal-title, .modal-body {
    font-size: 16px;
    text-align: center;
}
.login-modal {
    font-size: 16px;
}
.login-modal input {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #6D6D6D;
}
.login-modal input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #619f42;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#login a {
    text-decoration: underline;
    color: #619f42;
    font-weight: 400;
}
#login a:hover, #login a:focus {
    color: #427226;
}
.login-modal input[type="submit"] {
    background-color: #fff;
    color: #619f42;
    border: 2px solid #619f42;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 700;
    padding: 3px 8px 2px 8px;
    margin: auto;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
    width: 200px;
}
.login-modal input[type="submit"]:hover, #login input[type="submit"]:focus {
    background-color: #619f42;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.search-wrap {
    display: block;
    margin-top: 15px;
}
.search-input-wrap {
    border: 2px solid #619f42;
    border-radius: 1px;
    width: 260px;
    max-width: 260px;
}
#search-input {
    margin-left: auto;
    float: right;
}
input.search-input {
    height: 32px;
    border: none;
    border-radius: 1px;
    padding: 0px 10px;
    padding-left: 8px;
    font-size: 16px;
    background: transparent;
    color: #3d3d3d;
    box-shadow: none;
}
input.search-input:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-input-wrap input::-webkit-input-placeholder { color: #3d3d3d; }
.search-input-wrap input:-moz-placeholder { color: #3d3d3d; }
.search-input-wrap input::-moz-placeholder { color: #3d3d3d; }
.search-input-wrap input:-ms-input-placeholder { color: #3d3d3d; }
.search-input-wrap button, .search-input-wrap button:link {
    height: 32px;
    padding: 5px 6px;
    background: transparent;
    border: none;
}
.search-wrap .search-input-wrap button:hover, .search-wrap .search-input-wrap button:focus, 
.search-wrap .search-input-wrap .input-group-btn:focus, .search-wrap .search-input-wrap button:active {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    outline: none;
}
.glyphicon-search:before {
    content: url(../images/search-icon.png);
}
/*----------------------------------Search Bar*/

/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/
.nav.navbar-nav {
    width: 100%;
}
.nav-main-wrap {
    background-color: #0a4161;
    height: 50px;
}
.site-navbar-wrap .navbar-nav>li a, .site-navbar-wrap .navbar-nav>li a:link {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
    font-family: 'Lato', sans-serif;
}
.site-navbar-wrap .navbar-nav>li a:hover, .site-navbar-wrap .navbar-nav>li a:hover, .site-navbar-wrap .navbar-nav>li a.active-menu, #mobileMenuWrapper #mobile-menu a.active-menu {
    background-color: #619f42;
    transition: .3s;
    color: #fff;
}
.site-navbar-wrap .navbar-nav>li .dropdown-menu li>a.active-menu, #mobileMenuWrapper #mobile-menu .mDropdown li a.active-menu {
    background-color: #427226;
    transition: .3s;
    color: #fff;
}
.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover {
    background-color: #619f42;
    transition: .3s;
}
.navbar-nav>li a{
	color: ;
	font-family: ;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	background-color: transparent;
}
.site-navbar-wrap .navbar-nav>li>.dropdown-menu {
    background-color: rgba(97, 159, 66, 0.95);
    margin-top: 0px;
    border: none;
}
.site-navbar-wrap .navbar-nav>li>.dropdown-menu li a:hover, .site-navbar-wrap .navbar-nav>li>.dropdown-menu li a:focus {
	background-color: #427226;
}
.site-navbar-wrap .dropdown-menu li a {
    padding: 5px 15px;
}
#mobile-toggle {
    float: right;
    margin-top: 17px;
}
#mobile-toggle svg {
    cursor: pointer;
}
/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
/*----------------Slideshow----------*/
.main-slideshow-wrap {
    margin-top: -1px;
    display: inline-block;
    width: 100%;
}
#slide-row {
	margin-bottom: 10px;
}
.main-slideshow-wrap .carousel-control.left, .main-slideshow-wrap .carousel-control.right {
    margin: auto;
    margin-top: 15%;
    height: 40px;
    line-height: 31px;
    vertical-align: middle;
    left: initial;
    width: 40px;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=50);
    border: 1px solid #fff;
    background-color: rgba(97, 159, 66, 0.6);
    border-radius: 50%;
    background-image: none;
    position: absolute;
    opacity: 1;
}
.main-slideshow-wrap .carousel-control.left:hover, .main-slideshow-wrap .carousel-control.right:hover {
    opacity: 1;
    background-color: rgba(97, 159, 66, 1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.main-slideshow-wrap .carousel-control.left {
    margin-left: 25px;
    padding-left: -2px;
}
.main-slideshow-wrap .carousel-control.right {
    margin-right: 25px;
    padding-left: 2px;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover, .carousel-control:visited {
	background-image: none;
	z-index: 101;
    color: transparent;
    text-shadow: none;
    margin: auto;
}
.slideshow-img-wrap {
    width: 100%;
    max-height: 450px;
}
.carousel-inner>.item>.slideshow-img-wrap>a>img, .carousel-inner>.item>.slideshow-img-wrap>img,
.carousel-inner .slideshow-img-wrap img {
    width: 100%;
    max-height: 450px;
    max-width: 100% !important;
    object-fit: cover;
}
.carousel-control{
	top: ;
	width: ;
}
.carousel-caption { 
    min-height: 160px;
    position: relative;
    z-index: 100;
    background-color: #0a4161;
    padding: 15px 15px 25px 15px;
    left: 0;
    bottom: 0px;
    right: 0px;
    top: 0;
    width: 100%;
    text-align: center;
    text-shadow: none;
}
.carousel-caption p:first-of-type{
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    color: white;
    margin-bottom: 6px;
    font-family: 'Lato', sans-serif;
}
.carousel-caption p:last-of-type{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: white;
    margin-bottom: 10px;
}
.carousel-indicators {
    bottom: -10px;
    padding-bottom: 8px;
    z-index: 110;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
}
.carousel-indicators .active {
    margin: 0 3px;
    background-color: #619f42;
}
/*----------------End Slideshow------*/

/*--------------------------------------------------------
	EVENTS, MEMBERSHIP and NEWS
--------------------------------------------------------*/

#events-wrap, #membership-wrap, #news-wrap {
	text-align: center;
}
#events-wrap h2, #membership-wrap h2, #news-wrap h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}
#events-wrap h2 a:hover, #membership-wrap h2 a:hover, #news-wrap h2 a:hover {
	text-decoration: none;
}
#events-wrap h2:hover, #membership-wrap h2:hover, #news-wrap h2:hover {
    color: #427226;
    transition: .3s;
}
/*---------- 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 INNER PAGES
--------------------------------------------------------*/
.subpage {
    margin: 40px 0px;
}
.row_wrapper {
    margin: 40px 0;
    overflow-x: hidden;
}
.row_background_color {
	background-color: #0a4161;
}
.row_background_image .row {
	background: none;
	padding: 0;
}
.row_background_image {
    background: -webkit-linear-gradient(rgba(10, 65, 97, 0.75), rgba(10, 65, 97, 0.75) ), url(../images/welcome-statement-bg.png);
    background: -moz-linear-gradient(rgba(10, 65, 97, 0.75), rgba(10, 65, 97, 0.75) ), url(../images/welcome-statement-bg.png);
    background: -o-linear-gradient(rgba(10, 65, 97, 0.75), rgba(10, 65, 97, 0.75) ), url(../images/welcome-statement-bg.png);
    background: linear-gradient(rgba(10, 65, 97, 0.75), rgba(10, 65, 97, 0.75) ), url(../images/welcome-statement-bg.png);
    background-size: cover;
    padding: 40px 0;
}
.btn-cls-white {
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 7px;
    text-align: center;
}
.btn-cls-white a {
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 35px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
}
.btn-cls-white a:hover {
	text-decoration: none;
	color: #619f42;
	background-color: #fff;
	transition: .3s;
}
.btn-cls-white a:focus {
	text-decoration: none;
    outline: 0;
}
.subpage .form-horizontal .control-label {
    text-align: left;
}
/*--------------------------------------------------------
	Style for icons events, membership and news
--------------------------------------------------------*/
.events-icon-cls-1 {
	fill: none;
	stroke: #619f42;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}
.events-icon-cls-2 {
	fill: #619f42;
}
.membership-icon-cls-1, .membership-icon-cls-2 {
	fill: #619f42;
}
.membership-icon-cls-2 {
	stroke: #fff;
	stroke-width: 4.47px;
}
.membership-icon-cls-2, .membership-icon-cls-3 {
	stroke-miterlimit: 10;
}
.membership-icon-cls-3 {
	fill: none;
	stroke: #619f42;
	stroke-width: 4px;
}
.news-icon-cls-1 {
	fill: none;
	stroke: #619f42;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}
.news-icon-cls-2 {
	fill: #619f42;
}


/*--------------------------------------------------------
	President's Message
--------------------------------------------------------*/
.section-title {
    margin-bottom: 30px;
}
/*--------------------------------------------------------
	Sponsors
--------------------------------------------------------*/
.sponsors-slideshow {
    padding: 40px 15px 25px 15px;
    text-align: center;
    border-top: 1px solid #eaeaea;
}
.sponsors-slideshow h1 {
	margin-bottom: 35px;
}
.sponsors-slideshow .carousel-indicators, .sponsors-slideshow .carousel-control {
    display: none;
}
.sponsors-slideshow img {
    max-width: 230px
}
/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/
.footer-address-link {
    background-color: #0a4161;
    padding: 30px 0px;
}
#address-wrap {
    display: inline-block;
    margin: 1px 0 0 8px;
}
#footer-wrap p {
    color: #fff;
    margin-bottom: 5px;
}
#footer-wrap a {
    color: #fff;
    margin-bottom: 5px;
}
#address-icon-wrap {
    float: left;
}
.footer-links {
    text-align: right;
    margin-top: 10px;
}
.footer-site-info {
    background-color: #05283a;
    padding: 14px 0 9px 0;
}
p.org-name {
    float: left;
}
p.site-credits {
    float: right;
}
/*-----------------------------------Footer Menu*/

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

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/
@media (max-width: 992px) {
    .sponsors-slideshow .item>.row>[class*="col-"] {
        margin: 20px 0;
    }
    .carousel-caption {
        min-height: 190px;
    }
}
@media (max-width: 767px) {
    #address-icon-wrap {
        float: none;
        text-align: center;
    }
    #address-wrap {
        display: block;
        margin: 3px 0 0 0;
        text-align: center;
    }
    .footer-links {
        text-align: center;
        margin-top: 20px;
    }
    p.org-name, p.site-credits {
        float: none;
        text-align: center;
    }
    #events-wrap, #membership-wrap, #news-wrap {
        margin-bottom: 40px;
    }
    .main-slideshow-wrap .carousel-control.left, .main-slideshow-wrap .carousel-control.right {
        margin-top: 12%;
    }
    .carousel-caption {
        min-height: 215px;
    }
}
@media (max-width: 600px) {
    .logo-wrap {
        width: 100%;
    }
    .logo-wrap a {
        margin: auto;
    }
    .search-input-wrap {
        width: 200px;
        margin: auto;
    }
    #search-input {
        float: none;
    }
    .social-login-search-wrap {
        display: none;
    }
    .member-login {
        margin-top: 6px;
    }
    .social-login-search-wrap-mobile {
        display: block;
        margin-bottom: 15px;
    }
    .carousel-caption {
        min-height: 250px;
    }
}
@media (max-width: 480px) {
    .carousel-caption {
        min-height: 340px;
    }
}