/* CSS Document */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

a { 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.fa {
    margin-right: 0.6em;
}

/* Responsive Video */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 3em;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* WordPress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Table maker */

.wpsm-comptable th {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 500;
	font-size: 18px;
	background-color: #ddd;
	color: #444;
}

.wpsm-comptable td {
	font-family: 'Source Sans Pro', sans-serif; /* 400 600 700 */
    font-weight: 400;
	font-size: 18px;
}

.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td {
    background-color: transparent;
}

.wpsm-comptable td:first-child{
	width:220px !important
}

/* Member section */

.member-box {
	/*border: 1px solid #eee;*/
    overflow: hidden;
    /*padding: 25px;*/
	margin-bottom: 50px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 10px rgba(0,0,0,.06);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 10px rgba(0,0,0,.06);
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 10px rgba(0,0,0,.06);
}

.member-box img {
	margin-top: 5px;
	margin-bottom: 36px;
}

.member-box .numbers {
	text-align: right;
}

.member-box .numbers p {
	font-size: 1.1em;
}

@media (max-width: 767px) {
	
	.member-box .numbers {
		text-align: left;
	}
	
}

.member-box-top {
	background: #eee;
    overflow: hidden;
    padding: 15px 25px;
}

.member-box-bottom {
	/*border: 1px solid #eee;
	border-top: none;*/
    overflow: hidden;
    padding: 25px;
	/*margin-bottom: 30px;*/
}


.example-block {
    /*background: #eeeeee;*/
    /*font-size: 10px;*/
    overflow: hidden;
    /*margin-bottom: 20px;*/
    /*padding: 10px 0;*/
    /*text-align: center;*/
}

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 600;
    font-size: 30px;
    color: #444;
    margin: 0 0 0 0;
}

h2 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 600;
    font-size: 25px;
    color: #444;
    margin: 0 0 0 0;
}

h3 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 600;
    font-size: 20px;
    color: #444;
    margin: 0 0 0 0;
}

p {
    font-family: 'Source Sans Pro', sans-serif; /* 400 600 700 */
    font-weight: 400;
    font-size: 18px;
    color: #444;
    margin: 0 0 0 0;
}

hr {
	background: #ccc;
	height: 1px;
	margin: 25px 0 25px 0;
	border: none;
}

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

#header {
    padding: 15px 0;
	/*background-color: #F3F3F3;*/
	background-color: #fff;
}

#header .container {
    display: flex;
	align-items: center;
}

#header h2 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 16px;
    color: #444;
    margin: 10px 0 0 0;
}

#header .fa {
	color: #087C41;
}

#header .left {
	text-align: left;
}

#header .middle {
	/*text-align: center;*/
}

#header .right {
	text-align: right;
}

#header a.btn {
    margin-top: 12px;
}

/* NAV -----------------------*/
/* NAV -----------------------*/

#nav {
    /*background: orange;*/
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 500;
    font-size: 14px;
}

#menu li {
    position: relative;
    display: inline;
}

#menu a {
    display: inline-block;
    margin: 0 0px;
    padding: 10px 15px 10px 15px;
    color: #444;
    text-decoration: none;
    /*margin-right: -4px;*/
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
}

#menu li:hover a {
    color: #087C41;
}

/**/

#menu li:hover ul a {
    text-decoration :none;
    background: #087C41;
    color: #FFF;
    border: none;
    border-bottom: 1px solid;
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.2);
}

#menu li:hover ul a:hover {
    text-decoration: none;
    background: #066A38;
	/*color: #FFB801;*/
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-bottom: 2px solid #fff;
    padding: 8px 15px;
}

/**/

#menu .sub-menu .sub-menu,
#menu .sub-menu li:hover .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /*margin-left: 3px;*/
}

#menu .sub-menu li:hover .sub-menu, 
#menu .sub-menu li .sub-menu li:hover .sub-menu {
    display: block;
}

/**/

/*#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
    color: #FFB801;
}*/

/* SLICKNAV */

.slicknav_menu {
    display: none;
}

/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER--------------------*/

#slider {
    position: relative;
}

/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/

#crumbtrail {
    padding: 40px 0;
    background: #f3f3f3;
}

#crumbtrail p {
    font-size: 16px;
}

#crumbtrail a {
    text-decoration: underline;
	color: #087C41;
}

#crumbtrail a:hover {
    color: #087C41;
}

p#breadcrumbs span.divider:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-left: 10px;
    padding-right: 10px;
    color: #087C41;
}

/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/

#content {
    padding: 70px 0;
    background-color: #fff;
}

#content a {
	font-weight: 600;
	text-decoration: underline;
	color: #087C41;
}

#content a:hover {
    text-decoration: underline;
}

#content h1 {
    position: relative;
	margin-bottom: 50px;
}

#content h1::after {
    border-bottom: 3px solid #087C41;
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}

#content h2 {
    margin: 0 0 20px 0;
    line-height: 1.5em;
}

#content h3 {
    margin: 0 0 20px 0;
    line-height: 1.5em;
}

#content p {
    line-height: 1.5em;
    margin-bottom: 25px;
}

/*#content p.date {
	font-size: 0.8em;
	text-transform: uppercase;
}*/

/**/

#content ol {
	list-style: none;
	padding: 0 0 0 0px;
}

#content ol li {
	font-family: 'Source Sans Pro', sans-serif; /* 400 600 700 */
    font-weight: 600;
	font-size: 18px;
	counter-increment: item;
	margin-bottom: 10px;
}

#content ol li:before {
	font-family: 'Source Sans Pro', sans-serif; /* 400 600 700 */
    font-weight: 600;
	margin-right: 10px;
	content: counter(item);
	/*background: lightblue;*/
	border-radius: 100%;
	width: 20px;
	text-align: center;
	display: inline-block;
	color: #087C41;
}

/**/

#content ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
	
	/*columns: 2;*/
}

#content li {   
    font-family: 'Source Sans Pro', sans-serif; /* 400 600 700 */
    font-weight: 400;
    font-size: 18px;
    color: #333;
    padding: 0;
    margin: 0 0 10px 15px;
    line-height: 1.5em;
}

#content li:before {
    content: "\f105"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -15px; /* same as padding-left set on li */
    width: 15px; /* same as padding-left set on li */
    color: #087C41;
}

/* blog */

#content .article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#content .article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

/*#content p.date {
    line-height: 2em;
    margin-bottom: 0.5em;
}*/

/* blockquote */

#content blockquote {
    margin: 0 0 40px 0;
    padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}

#content blockquote cite {
	font-weight: 600;
    font-style: normal;
    color: #474C54;
    font-size: 18px;
    display: block;
    margin: 20px 0 30px 0;
}

#content blockquote cite p {
    margin: 0 0 0 0;
}

/**/

#content a.btn {
    font-family: 'Montserrat', sans-serif;  /* 300 400 500 600 700 */
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
	background: #087C41;
	border-radius: 5px;
    text-decoration: none;
    padding:  1em 2em;
    display: inline-block;
    margin-bottom: 20px;
}

#content a.btn:hover {
    color: #fff;
	background: #444;
	text-decoration: none;
}

/* MEMBER DIRECTORY MAP ------*/
/* MEMBER DIRECTORY MAP ------*/
/* MEMBER DIRECTORY MAP ------*/
/* MEMBER DIRECTORY MAP ------*/

#member-directory-map {
    padding: 60px 0em;
    background-color: #f7f7f7;
}

#member-directory-map h2 {
    position: relative;
	margin-bottom: 40px;
}

#member-directory-map h2::after {
    border-bottom: 3px solid #087C41;
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
}

/* BECOME A MEMBER -----------*/
/* BECOME A MEMBER -----------*/
/* BECOME A MEMBER -----------*/
/* BECOME A MEMBER -----------*/

#become-a-member {
    padding: 40px 0;
    background-color: #087C41;
}

#become-a-member .right {
    text-align: right;
}

#become-a-member h2 {
	font-size: 1.4em;
    color: #fff;
    line-height: 55px;
}

#become-a-member .fa {
	margin: 0 0 0 10px;
	font-size: 1.4em;
}

#become-a-member a.btn-white {
    font-family: 'Montserrat', sans-serif;  /* 300 400 500 600 700 */
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
    text-decoration: none;
    padding:  15px 30px;
    display: inline-block;
    margin: 0.5em 0;
}

#become-a-member a.btn-white:hover {
	border: 1px solid #fff;
    background-color: #fff;
	color: #087C41;
}

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

#footer {
    padding: 80px 0em 20px 0em;
    background-color: #eee;
}

#footer a {
    text-decoration: none;
    color: #444;
}

#footer a:hover {
    color: #087C41;
}

#footer .box {
    margin-bottom: 50px;
}

#footer h2 {
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 25px;
}

#footer p {
    color: #444;
    font-size: 18px;
    line-height: 2em;
    margin: 0 0 0 0;
}

/* SOCIAL */

#footer .social {
    list-style-type: none;
    margin: 0.75em 0 0 0;
    padding: 0;
}

#footer .social a {
    color: #fff;
}

#footer .social a:hover {
    color: #028EC9;
}

#footer .social li {   
    font-size: 0.75em;
    color: #fff;
    display: inline-block;
    margin: 0 0.75em 0 0;
    padding: 0 0 0 0;
}

/* QUICK LINKS */

#footer .quick-links {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

#footer .quick-links li {   
    font-family: 'Source Sans Pro', sans-serif; /* 400 600 700 */
    font-weight: 400;
    font-size: 18px;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1); 
    padding: 0;
    margin: 0 0 5px 0px; /*0 0 15px 25px*/
    line-height: 1.5em;
}

/*
#footer .quick-links li:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; 
    width: 25px;
    color: #087C41;
}
*/

/* LIST */

#footer ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

#footer ul li {
    font-family: 'Source Sans Pro', sans-serif; /* 400 600 700 */
    font-weight: 400;
    font-size: 18px;
    color: #444;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 1.5em;
}

/* COPYRIGHT */

#footer .copyright hr {
    border: none;
    height: 1px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1); 
    margin: 0 0 25px 0;
}

#footer .copyright span {
    margin: 0 25px;
}

#footer .copyright p {
    color: rgb(0, 0, 0);
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 0 0;
}

#footer .copyright a {
    color: rgb(0, 0, 0);
    color: rgba(0, 0, 0, 0.5);
}

#footer .copyright a:hover {
    color: #087C41;
}


.footer-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.footer-logos__img {
	margin: 10px;
}

/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE VERTICAL */
@media (max-width: 400px) {}

/* MOBILE HORIZONTAL */
@media (max-width: 767px) {

    /* HEADER */
	
	#header h2 {
    	font-family: 'Montserrat', sans-serif;
    	font-weight: 400;
    	font-size: 0.9em;
    	margin: 18px 0 0 0;
	}
	
	#header .left {
        text-align: center;
    }	

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }
	
	/* BECOME A MEMBER */

	#become-a-member h2 {
		text-align: center;
		margin-bottom: 20px;
		line-height: 1.5em;
	}

	#become-a-member .right {
    	text-align: center;
	}

    /* TESTIMONIALS --------------*/

	#testimonials {
    	padding: 50px 30px 55px 30px;
	}
	
	/* CONTENT */
	
	

    /* FOOTER */

    #footer .right {
        text-align: left;
    }

    #footer .box {
        margin-bottom: 30px;
    }
	
	.footer-logos {
		justify-content: left;
	}
	
	.footer-logos__img {
		margin: 10px 20px 10px 0px;
	}

}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

    /* HEADER */
	
	
	
	/* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    /* FOOTER */

    #footer .right {
        text-align: left;
    }

}

/* DESKTOP */
@media (min-width: 1025px) {}


