

/* General
-----------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 24px;	
}

.material-icons{
    display: inline-flex;
    vertical-align: top;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-top;
	margin-top: -4px;
}

#txt{
 font-size:21px;
 line-height:24px;
}

p {
	font-size: 14px;
	line-height: 24px;	
}

h1, h2, h3, h4, h5, h6 { 

}

.home h2 {
	font-size: 48px;
  	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 54px;
	margin-bottom: 0px;
}

h2 {
	font-size: 48px;
  	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 54px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}


ul, ol, dl {
    font-size: inherit;
    line-height: inherit;
}

a {
	color: #B8C262;
}

a:hover, a:focus {
	color: green;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;	
}

hr {
    width: 100px;
    border: 2px solid #B8C262;
	display: inline-block;
    text-align: left;
}

span.wpcf7-list-item {display: block;}

.wpcf7-form strong {
	margin-bottom: 10px;
}

.wpcf7-form h2, .wpcf7-form h3, .wpcf7-form h4 {
	margin-bottom: 10px;
}

.wpcf7-form-control {
	margin-top: 10px;
    display: block;
}



/* Button
-----------------------------------------------------------*/
[type="email"], [type="text"], textarea {
    border: 1px solid #ccc;
    box-shadow: none;
    color: #000;
    height: auto;
    margin: 0 0 10px;
    padding: 15px 20px;
	border-radius: 0;
}

input::placeholder, textarea::placeholder {
    color: inherit;
}

.button {
    margin: 0 0 0rem 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	font-family: "Lato", sans-serif;
}

a.button, [type="submit"] {
    background: #B8C262;
    border: none;
	border-radius: 0;
    color: black;
    cursor: pointer;
    line-height: 1rem;
    margin: 0 0 10px;
    padding: 15px 20px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

a.button:focus, [type="submit"]:focus,
a.button:hover, [type="submit"]:hover {
	background: #000;
	color: #fff;
}




/* Header
-----------------------------------------------------------*/


/*--- Top ---*/
.top {
	font-family: "Lato", sans-serif;
}

.top ul {
	margin: 0;
}

.top ul li {
    float: left;
    list-style: outside none none;
}


/*--- Header ---*/

.header {
    height: 130px;
}

.logo{
    margin-top: -10px;
	max-width: 180px;
}



/*--- Nav ---*/

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

.dropdown.menu a {
	padding: 0.7rem 0rem 1.5rem;
    margin: 0 0 0 30px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
	letter-spacing: 1px;
}


.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 0px solid #cacaca;
    background: #fefefe;
}

.dropdown.menu .is-active>a {
	color: red;
}

.menu li ul li a {
    line-height: 0;
    text-decoration: none;
    display: block;
    padding: 0rem 0rem;
    color: #000;
}


.menu a {
    text-decoration: none;
	text-transform: uppercase;
    line-height: 0;
    display: block;
    padding: 0rem 0rem;
	color: #fff;
}

ul.nav.dropdown.menu {
    float: right;
}

ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
}

.secondarymenulink ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
    background: #8ac841;
}

.secondarymenulink ul.nav.dropdown.menu li a {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px;
}

.headeraddress .secondarymenulink li {
    padding: 0;
}

ul.nav.dropdown.menu li.current_page_item > a,
ul.nav.dropdown.menu li.current-menu-parent > a,
ul.nav.dropdown.menu li.current-menu-ancestor > a,
ul.nav.dropdown.menu li.current_page_item > a:hover,
ul.nav.dropdown.menu li.current-menu-parent > a:hover,
ul.nav.dropdown.menu li.current-menu-ancestor > a:hover {
	border-bottom: 3px solid #B8C262;
	color: #000;
}

ul.nav.dropdown.menu li > a:hover {
	border-bottom: 0px solid #B8C262;
	color: #ccc;
}

ul.nav.dropdown.menu li ul > li:hover {
	background: red;
	color: #fff;
}

ul.nav.dropdown.menu li ul li > a:hover {
	border-bottom: 0px solid #B8C262;
}


.menu-primary-container{
	margin-top: 45px;
}


.headeraddress {
    font-size: 14px;
    color: #000;
	font-weight: 600;
	letter-spacing: .5px;
}

.headeraddress li, .headeraddress a{
	color: #000;
	text-align: right;
	line-height: 13px;
}

.headeraddress li{
	padding: 0 0 0 8px;
}

.headeraddress ul{
	float: right;
}

.secondarymenu ul.nav.dropdown.menu li > a:hover {
	border-bottom: 0px solid #72963f;
}

.secondarymenu{
	padding: 23px 0 0; 
}

.secondarymenu ul{
	margin-top: 3px; 
}

.secondarymenu ul li a:hover{
	border-bottom: 0px solid #72963f;
}

.secondarymenu a{
	margin: 0;
	color: #797979;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}

.headeraddress li.socialmenu {
	padding: 0 0 0 0px;
}

.socialmenu {
    padding: 13px 0 0;
}

.socialmenu li a{
	margin-left: 10px;
	color: #395499;
}

.fa-envelope, .fa-phone {
	font-size: 14px;
}

.fa-stack {
	font-size: 18px;
}


/* Mobile menu style */

.position-right.is-transition-push {
    box-shadow: inset 0px 0 0px -13px rgba(10,10,10,.25);
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}



/* Home
-----------------------------------------------------------*/



.home table tbody, .home table tfoot, .home table thead {
    border: 0px solid #f1f1f1;
    background-color: #fefefe;
    background: transparent;
	text-align: left;
	font-weight: 700;
}

.home table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
    background: transparent;
}


/*----- Main -----*/

.black {
	background: url(../img/black.png);
	padding: 0 0 260px 0;
}

.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 650px;
	text-align: center;
	overflow: hidden;
}

.main h1{
	color: #fff;
	font-size: 72px;
	line-height: 80px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.main p{
	margin-top: 150px;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.orbit-slide {
    width: 100%;
    height: 650px;
}

.orbit-slide a{
}

.main .button{
	margin-top: 10px;
}



.backgrounds{
	-webkit-background-size: cover, auto;
	-moz-background-size: cover, auto;
	-o-background-size: cover, auto;
	background-size: cover, auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, bottom; 
}

.homefeature {
	padding: 40px;
	font-size: 14px;
	min-height: 222px;
	margin-bottom: 15px;
}

a .homefeature {
	color: #000;
}

a .homefeature h3 {
	font-size: 24px;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	color: #000;
}

.homemembers {
	background-color: #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}

.whyjoinrow {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.whyjoinrow .material-symbols-outlined {
	font-size: 130px;
}


.whyjoinrow .material-symbols-outlined {
  padding: 30px;
  border-radius: 50%;
  border-style: solid;
  border-width: 0px;
  background-color: #B8C262;
  margin-bottom: 30px;
}



/* Content
-----------------------------------------------------------*/
.content {
	min-height: 400px;
	padding: 50px 0;
}

.home .content {
	min-height: 500px;
	padding: 50px 0 0;
}

.header_title {
    color: #000;
	font-size: 48px;
    line-height: 80px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	text-align: center;
	padding: 50px 0;
	background: #eee;
}

.header_title h2 {
	margin-bottom: 0;
}

.board .content li, .events .content li{ 
	background: #fff; 
	list-style: none;
	padding: 5px 15px;
}

.board .content li:nth-child(odd), .events .content li:nth-child(odd){ 
	background: #eee; 
}

.inaction li {
    list-style: none;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 38px;
}


.inaction li:nth-child(odd) { 
	background: none;
}

.galleryimg {
	margin-bottom: 30px;
}
 

/* Members
-----------------------------------------------------------*/

.business {
	padding: 0px 10px 15px; 
	border: 1px solid #ccc; 
	text-align: left;
	margin-bottom: 15px;
}


.biztitle {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 21px;
	padding-top: 5px;
	color: #073e60;
}

.home .biztitle {
	position: absolute;
	bottom: 0;
}

.bizcontent {
    padding: 0 15px;
    line-height: 28px;
	color: #666;
}

.bizcontent i{
	color: red;
}

.memberlogo {
	padding: 40px 0 40px 40px;
}


.memberinfo {
	padding: 0 0 5px;
}

.members-template-default .content {
    min-height: 500px;
    padding: 0;
}

.single .content a {
	color: red;
}


/* Footer
-----------------------------------------------------------*/
.footer {
    background: #3C3C3C;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-top: 30px;
}

.home .footer {
    background: #3C3C3C;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-top: 0px;
}

.footer a{
	color: #fff;
	font-size: 11px;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	float: left;
	display: inline-block;
}

.footer ul li a {
	margin-right: 20px;
}

.footeraddress, .footeraddress a {
	font-size: 13px;
	line-height: 19px;
}







/* Bottom
-----------------------------------------------------------*/
.bottom {
    background: black;
    padding: 10px 0;
}

.bottom p {
	margin: 0;
}

.bottom a {
	background: url(../img/x.png) no-repeat center left;
   	color: white;
    font-size: 10px;
    padding: 0 0 0 20px;
}






@media only screen and (max-width: 63.9375em) { 


/* Header
-----------------------------------------------------------*/
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 1em !important;
}

.header {
    height: 130px;
}

.logo {
    margin-top: 10px;
    position: absolute;
    width: 320px;
}


.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: visible; // solves a bug where background image disappears in medium
}

a.menu_icon {
    color: #B8C262;
}

.menu_icon {
    margin: 0;
	font-size: 50px;
}

.menu_icon::after {
    display: none;
}

.menu-primary-container{
	margin-top: 30px;
}

#offCanvasMenu .close-button {
    background: #dfab29 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    font-size: 21px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 999;
}

#offCanvasMenu label {
    background: black none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    letter-spacing: 1px;
    padding: 8px 10px;
}

#offCanvasMenu ul.nav {
    float: none;
    margin: 0;
}

#offCanvasMenu ul.nav li {	
	border: none;
    border-bottom: 1px solid #ccc;
    float: none;
    margin: 0;
    padding: 0;
}

#offCanvasMenu ul.nav li a {
	font-family: "Lato", sans-serif;
    display: block;
    margin: 0;
    padding: 20px 20px;
	border: none;
	color: black;
	background: none;
	text-transform: uppercase;
	font-weight: 300;
}

#offCanvasMenu ul li {
	list-style: none;
	font-family: "Lato", sans-serif;
}


#offCanvasMenu ul.nav li:last-child  {
    border-bottom: 0px solid #ccc;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0rem;
}

.accordion-menu li {
    width: 100%;
    display: inline-block;
}

.socialmenu {
    padding: 0;
}

#offCanvasMenu a{
	color: #000;
}

#offCanvasMenu .secondarymenu ul{
	margin-top: 15px;
}

#offCanvasMenu .socialmenu {
    margin: 0 0 0 5px;
}

#offCanvasMenu .socialmenu li a {
    margin-right: 20px;
    color: #395499;
    float: left;
	font-size: 24px;
	color: #000;
}

.homemembers {
	background-color: #eee;
	padding-top: 0px;
	padding-bottom: 40px;
}


}









@media only screen and (max-width: 39.9375em) {

.main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
    text-align: center;
    overflow: hidden;
}

.main p{
	margin-top: 75px;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
}



.main h1 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.home h2 {
	font-size: 36px;
}


.header {
    height: 140px;
}

.logo {
    margin-top: 10px;
    position: absolute;
    width: 200px;
}

.menu_icon {
    margin: 0;
	font-size: 32px;
}


.membersdir {
	margin-top: 50px;
}

.inaction {
	margin-top: 50px;
}

.whyjoinrow .material-symbols-outlined {
    padding: 30px;
    border-radius: 50%;
    border-style: solid;
    border-width: 0px;
    background-color: #B8C262;
    margin-bottom: 0px;
}

.whyjoinfeatures {
	margin-bottom: 15px;
}

}










/* IE 
-----------------------------------------------------------*/
.ie8 .row               { width:1000px !important; }
.ie8 .row .row			{ width:100%   !important; }
.ie8 .row .row .row     { width:100%   !important; }
.ie8 .large-centered    { width:100%   !important; }
.ie8 .columns           { float:left; padding: 0 20px;}
.ie8 .large-1.columns   { width:  8%; }
.ie8 .large-2.columns   { width: 15%; }
.ie8 .large-3.columns   { width: 25%; }
.ie8 .large-4.columns   { width: 33%; }
.ie8 .large-5.columns   { width: 40%; }
.ie8 .large-6.columns   { width: 50%; }
.ie8 .large-7.columns   { width: 58%; }
.ie8 .large-8.columns   { width: 66%; }
.ie8 .large-9.columns   { width: 75%; }
.ie8 .large-10.columns  { width: 83%; }
.ie8 .large-11.columns  { width: 90%; }
.ie8 .large-12.columns  { width: 100%;}
.ie8 .hide-for-large-up { display:none; }





/* Visibility Classes 
-----------------------------------------------------------*/	

@media only screen { /* small displays */
	.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 40.063em) { /* medium displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 64.063em) { /* large displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 90.063em) { /* xlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 120.063em) { /* xxlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}