@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
* {
	outline: 0;
	text-decoration: none;
}

body {
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	background: #e3e3e3;
}

.bg-gray {
	background: #f2f2f2;
}

p {
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2a7c49 !important;
	font-family: 'Poppins', sans-serif !important;
	margin: 0;
	font-weight: 600;
}

h3 {
	font-size: 48px;
	margin-bottom: 10px;
}

h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

.container {
	width: 100%;
	max-width: 1180px;
	padding: 0 15px;
	margin: 0 auto;
}

.big-buttons .container {
    max-width:1400px;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

a {
	color: #3a3a3a;
}

a:hover {
	color: #28714e;
}

a,
a:hover,
button {
	text-decoration: none;
	transition: .3s;
}

*,
div,
input {
	outline: 0 !important;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.img-full {
    width: 100%;
    height: auto;
}

header {
	background-color: #fff;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
	height: 72px;
	position: relative;
	z-index:55;
}

#menu>li {
	position: relative;
}

#menu>li.has-megamenu {
	position: static;
}

#menu>li:hover .submenu,
#menu>li:hover .has-megamenu {
	opacity: 1;
	visibility: visible;
}

.submenu {
	position: absolute;
	background: #fff;
	z-index: 444;
	width: 200px;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
	padding: 15px 0;
}

.submenu li {
	position:relative;
}
		
.submenu .submenu {
	top: 0;
    left: 100%;
    opacity: 0 !important;
    visibility: hidden !important;
}

.submenu li a {
	font-size: 12px;
	padding: 5px 20px;
	display: table;
}

.submenu li:hover .submenu {
	opacity:1 !important;
	visibility:visible !important;
}

.submenu li.menu-item-has-children {
	padding-right:30px;
}

.submenu li.menu-item-has-children:after {
	content: "\f0da";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 13px;
    margin-top: -10px;
}

#menu>li:hover>a,
#menu>li>a:hover {
	color: #fff;
	background: #2a7c49;
}

.has-megamenu {
	background: #2a7c49;
	position: absolute;
	top: 72px;
	width: 100%;
	left: 0;
	height: initial;
	z-index: 0;
	padding: 35px 0;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
	display:none;
	min-height:365px;
}

#menu>li:hover .has-megamenu {
	z-index: 3333;
	display:block;
}

#menu>li:last-child .submenu .submenu {
    left: -100%;
}

.has-megamenu .container {
    max-width: 980px;
    min-height: 300px;
}

.megamenu .col-md-12 > a {
	color: #9ec3ba;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	display: table;
}

.megamenu .col-md-12.menuact > a,
.megamenu .col-md-12.menuact:hover > a ,
.megamenu .col-md-12.menuact > a:hover {
	color: #fff !important;
}

.megamenu .col-md-12 > a:after {
	content: "";
	background: #fff;
	width: 0%;
	right: 0;
	left: auto;
	bottom: 4px;
	position: absolute;
	height: 1px;
	transition: .4s;
}

.megamenu .col-md-12.menuact > a:after,
.megamenu .col-md-12.menuact:hover > a:after ,
.megamenu .col-md-12.menuact > a:hover:after {
	width: 100%;
	transition: .4s;
	right: auto;
	left: 0;
}

.megamenu .col-md-12 ul li a {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	display: table;
}

.megamenu .col-md-12.menuact ul li:not(:last-child) a:hover {
	color: #fff !important;
}

.megamenu .col-md-12 ul li:not(:last-child) a:after {
	content: "";
	background: #fff;
	width: 0%;
	right: 0;
	left: auto;
	bottom: 4px;
	position: absolute;
	height: 1px;
	transition: .4s;
}

.megamenu .col-md-12.menuact ul li:not(:last-child) a:hover:after {
	width: 100%;
	transition: .4s;
	right: auto;
	left: 0;
}

@media only screen and (min-width: 1201px) {

.megamenu .col-md-12 ul li:last-child {
    margin-left: -222px !important;
}

}

@media only screen and (max-width: 991px) {

/*
.col-md-12 ul {
	left:0 !important;
	margin:10px 0 25px 15px;
}

.col-md-12 ul li:last-child {
	margin-top:15px;
}

.col-md-12 ul {
    display: none;
} */

.col-md-12.menuact ul {
	display:block;
}

}
	
@media only screen and (min-width: 992px) {

.header-event {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	opacity:0;
	visibility:hidden;
	transition:0.4s all;
}	

.megamenu .col-md-12 ul {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: 0.4s all;
    position: absolute;
    top: 0;
    z-index: 44;
    width: calc(100% - 280px);
    right: 0;
}

.has-megamenu .container {
	position:relative;
}

.megamenu .col-md-12 {
    position: static;
}

.megamenu .col-md-12 ul li:last-child {
    display: block;
    width: calc(100% - 211px);
    position: absolute;
    top: 0;
    right: 0;
}

.megamenu .col-md-12.menuact ul ,
.megamenu .col-md-12.menuact .header-event {
	opacity:1;
	visibility:visible;
	transition:0.4s all;
}	

}

.menu-lower ul ul {
	margin-bottom: 15px;
	padding-left: 25px;
}

.menu-lower ul ul a {
	position: relative;
}

.menu-lower ul ul a:before {
	content: "";
	background: #fff;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 10px;
	left: -12px;
	border-radius: 50%;
}

.header-event .thumb {
	position: relative;
}

.header-event .thumb img:not(.img-full) {
	position: absolute;
	bottom: -30px;
	right: -10px;
}

.header-event p {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	margin: 15px 0 0;
}

.header-event a {
	font-size: 12px;
	line-height: 21px;
	color: #9ec3ba;
	border-bottom: 1px solid #9ec3ba;
	display: table;
}

.header-event a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.logo {
	float: left;
	height: 72px;
	padding: 18px 0;
}

#menu>li {
	float: left;
	border-right: 1px solid #f2f2f2;
}

#menu>li>a {
    font-size: 14px;
    color: #252122;
    line-height: 72px;
    padding: 0 12px;
    display: table;
}

#menu>li>a span {
	margin-left: 10px;
}

.top-search {
	border-bottom: 1px solid #28714e;
	position: absolute;
	top: 12px;
	right: -190px;
	max-width: calc(1150px - 190px);
	margin: 0 auto;
	left: 0;
	background: #fff;
	z-index: 44;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}

body.search-act #menu {
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}

body.search-act .top-search {
	opacity: 1;
	visibility: visible;
	transition: .2s;
}

.top-search form input {
	height: 47px;
	border: none;
	width: 100%;
	font-size: 28px;
	padding: 0 60px 0 0;
}

.top-search form button {
	background: transparent;
	border: none;
	color: #28714e;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 47px;
	width: 60px;
	text-align: center;
}

.page_header {
	background: #2a7c49 no-repeat right center;
	padding: 35px 0;
	background-size: cover !important;
	background-position: left center !important;
}

.page_header2 {
	background: #2a7c49 url(../images/header-2.jpg) no-repeat right center;
	padding: 45px 0;
}

.page_header3 {
	background: #2a7c49 url(../images/header-3.jpg) no-repeat right center;
	padding: 70px 0 40px;
}

.page_header.page_header2 h1,
.page_header.page_header3 h1 {
	background: none;
}

.page_header.page_header3 h1 {
    font-size: 64px;
    font-weight: 700;
    position: relative;
    z-index: 44;
}

.page_header h1 {
	color: #fff;
	font-size: 52px;
	line-height: 52px;
	font-weight: 600;
	padding-right: 25px;
	background: url(../images/arrow.png) no-repeat right 85%;
	display: table;
}

.gap10 {
	margin-bottom: 10px;
}

.gap20 {
	margin-bottom: 20px;
}

.gap30 {
	margin-bottom: 30px;
}

.gap40 {
	margin-bottom: 40px;
}

.gap50 {
	margin-bottom: 50px;
}

.gap60 {
	margin-bottom: 60px;
}

.gap70 {
	margin-bottom: 70px;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

p.small {
	font-size: 14px;
	line-height: 21px;
}

p.large {
	font-size: 20px;
	line-height: 32px;
}

hr {
	border-top: 1px solid #d3d3d3;
	margin: 45px 0;
}

.inner-content {
	padding: 95px 0;
}

ul.link li a {
	padding-left: 30px;
	position: relative;
	background: url(../images/arrow-right.png) no-repeat left center;
	line-height: 44px;
	font-size: 20px;
	display: table;
}

.button {
	display: inline-block;
	line-height: 49px;
	background-color: #2a7c49;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 27px;
}

.button i {
	float: right;
	line-height: 49px;
}

.button:hover {
	background-color: #1d563b;
	color: #fff;
}

.button-alt {
	display: inline-block;
	line-height: 49px;
	background-color: #006225;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 60px;
	letter-spacing: 0.14em;
}

.button-alt:hover {
	background-color: #d9382d;
	color: #fff;
}

.cta {
	background: #ffffff;
	padding: 52px 0;
}

.cta p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.cta p a {
	margin-left: 25px;
}

#footer {
	background: #dbdbdb;
	padding: 80px 0 60px;
}

#footer h5 {
	color: #252122;
	font-size: 10px;
	letter-spacing: 0.12em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 23px;
}

#footer,
#footer p,
.footer-menu li a {
	color: #252122;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
}

.footer-menu li a:hover {
	color: #006225;
}

.footer-menu li a:after {
	content: "";
	background: #006225;
	width: 0%;
	right: 0;
	left: auto;
	bottom: 0;
	position: absolute;
	height: 1px;
	transition: .4s;
}

.footer-menu li a:hover:after {
	width: 100%;
	transition: .4s;
	right: auto;
	left: 0;
}

#footer .social a {
	color: #3c3c3c;
	margin-right: 16px;
	font-size: 20px;
}

#footer a:hover,
#footer .social a:hover {
	color: #006225;
}

.newsletter {
	height: 32px;
	padding-right: 125px;
	position: relative;
}

.newsletter i {
	color: #3c3c3c;
	font-size: 14px;
	position: absolute;
	top: 0;
	line-height: 30px;
	left: 0;
}

.newsletter input {
	width: 100%;
	background: transparent;
	padding: 0 20px 0 25px;
	border: none;
	border-bottom: 1px solid #1b1b1b;
	font-size: 12px;
	height: 32px;
}

.newsletter input:focus {
	border-bottom: 1px solid #2a7c49;
}

.newsletter input[type=submit] {
	background: #2a7c49;
	line-height: 32px;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.14em;
	border: none;
	width: 98px;
	position: absolute;
	top: 36px;
	right: 0;
}

.newsletter input[type=submit]:hover {
	background: #006225;
	color: #fff;
}

.newsletter label.gfield_label {
	position:relative;
	font-size:0px;
	font-weight:400;
	top:36px;
	margin-top:-36px;
	display:table;
}

.newsletter label.gfield_label:before {
	content:"\f0e0";
	font-family:Fontawesome;
	font-size:15px;
	padding-right:15px;
}

#footer hr {
	border-top: 1px solid #cfccc5;
	margin: 30px 0 35px;
}

#footer>.container>.row:first-child .col-md-7 {
	border-right: 1px solid #cfccc5;
}

#footer .col-md-7 {
	padding-right: 30px;
}

#footer .col-md-5 {
	padding-left: 30px;
}

.footer-bottom {
	background: #d0d0d0;
	padding: 30px 0;
}

.footer-bottom p {
	margin: 0;
	color: #696768;
	font-size: 12px;
}

.footer-bottom ul li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}

.footer-bottom ul li:not(:first-child):before {
	content: "";
	width: 4px;
	height: 4px;
	background: #696768;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: -19px;
}

.footer-bottom ul li a {
	color: #696768;
	font-size: 12px;
}

.footer-bottom ul li a:hover {
	color: #2a7c49;
}

.bcrumb {
	display: table;
}

.bcrumb li {
	float: left;
	margin-right: 24px;
	position: relative;
}

.bcrumb li span,
.bcrumb li a {
	color: #fff;
	font-size: 12px;
}

.bcrumb li:not(:last-child):after {
	content: "";
	background: #fff;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 11px;
	right: -14px;
	border-radius: 50%;
}

blockquote {
	background: #fff;
	border: none;
	margin-bottom: 20px;
	padding: 45px 35px 30px 55px;
	position: relative;
}

blockquote:before {
	content: "";
	background: url(../images/quote.png) no-repeat center;
	width: 47px;
	height: 38px;
	position: absolute;
	top: 75px;
	left: -15px;
}

blockquote h4 {
	margin-bottom: 20px;
}

.fb-like {
	padding: 0 40px 0 70px;
	line-height: 48px;
	background: #ffffff;
	position: relative;
	display: table;
	color: #2a7c49;
	margin: 22px auto;
}

.fb-like i {
	width: 50px;
	height: 48px;
	font-size: 27px;
	background: #f5f5f5;
	color: #2a7c49;
	line-height: 48px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.fb-like:hover {
	background: #2a7c49;
	color: #fff;
}

.join-us div {
	background-size: cover !important;
}

.color-primary {
	color: #2a7c49 !important;
}

.join-us {
	background: #fff;
	overflow: hidden;
}

.join-us [class*="col-"] {
	padding: 50px 80px;
}

.custom-form label {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px;
	display: block;
}

.custom-form br {
	display:none;
}

.custom-form_wrapper input ,
.custom-form input {
	width: 100%;
	border: 1px solid #e3e3e3;
	height: 36px;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 0 15px;
}

.custom-form button {
	background: #2a7c49;
	width: 155px;
	color: #fff;
	font-size: 14px;
	height: 45px;
	border: none;
	margin-top: 18px;
}

.custom-form button:hover {
	background: #015440;
	color: #fff;
}

.heading {
	font-size: 36px;
	margin-bottom: 25px;
}

.heading+p {
	margin-top: -12px;
}

.event-item {
    background: #ffffff;
    margin-bottom: 25px;
    overflow: hidden;
}

.event-item .thumb {
	position: relative;
}

.event-item .thumb h2 {
    font-size: 37px;
    color: #fff;
    position: absolute;
    bottom: 35px;
    left: 50px;
    line-height: 50px;
    width: calc(90% - 50px);
    z-index: 11;
}

.event-item .thumb span {
	position:relative;
	display:table;
}

.event-item .thumb span:before {
	content: "";
	background: #80b2a4;
	width: calc(100% + 130px);
	height: calc(100% + 20px); 
	position: absolute;
	top: -10px;
	left: -100px;
	z-index: -1;
}

.event-place {
	background: #2a7c49;
	padding: 15px;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.event-place span {
    display:block;
}

.event-place br {
	display:none;
}

p:empty {
	display:none;
}

.event-item .excerpt {
	padding: 50px 100px;
}

.event-upitem .button-alt,
.event-item .button-alt {
	line-height: 44px;
	text-align: left;
	padding: 0 20px;
}

.button-alt i {
	margin-left: 20px;
}

.event-item:last-child {
	margin-bottom: -25px;
}

.event-single {
	position: relative;
}

.event-single .event-place {
    padding: 20px;
    top: 20px;
    right: 20px;
    color: #66a495;
    font-size: 12px;
    min-width: 240px;
    max-width: 400px;
}

.event-single .event-place span {
	display: block;
	font-size: 8px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.38em;
	line-height: 16px;
	margin: 3px 0 -3px;
}

ul.list li, .chapter-content ul li {
	font-size: 14px;
	line-height: 21px;
	color: #3a3a3a;
	padding-left: 20px;
	position: relative;
	margin-bottom: 15px;
}

ul.list li:before, .chapter-content ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #2a7c49;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 50%;
}

.event-single .excerpt {
	padding: 50px 60px 40px;
	background: #fff;
}

.event-single .excerpt h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}

.event-footer {
	padding: 25px 60px;
	background: #f2f2f2;
}

a.link {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #2a7c49;
	border-bottom: 1px solid #2a7c49;
	margin-top: 10px;
	display: table;
}

.qa {
	padding: 60px 0;
}

.qa a {
	margin: 40px 0 0;
}

.qa h4 {
	font-size: 26px;
	font-weight: 400;
}

.qa p {
	font-size: 14px;
	line-height: 21px;
}

.event-upitem {
	margin-bottom: 100px;
}

.event-upitem .thumb {
	background-size: cover !important;
}

.event-single .event-upitem .excerpt {
	padding: 30px 30px 35px;
	background: #fff;
}

.event-single .event-upitem .excerpt h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
}

.event-single .event-upitem .event-place {
	top: auto;
	bottom: -75px;
	left: 0;
	right: 0;
	width: 85%;
	margin: 0 auto;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.staff-info {
	padding-bottom: 45px;
	margin: 60px 0 35px;
	border-bottom: 1px solid #2a7c49;
}

.staff-info h4 {
	color: #3a3a3a;
	margin: 0 0 5px;
}

.staff-info p {
	margin: 0 0 10px;
}

.staff-info a {
	color: #2a7c49;
	font-weight: 600;
}

.staff-info a i {
	margin-right: 10px;
}

.dir-head {
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 15px;
	position: relative;
	padding-left: 170px;
	padding-bottom: 50px;
}

.dir-head h3 span {
	color: #3a3a3a;
	font-size: 24px;
	display: block;
	font-weight: 600;
}

.dir-head a {
	color: #f6303e;
	font-weight: 600;
}

.dir-head img {
	width: auto;
	height: 147px;
	position: absolute;
	top: 0;
	left: 0;
}

.board-of-directors h5 {
	font-size: 32px;
	margin-bottom: 45px;
}

.board-of-directors h5 span {
	font-size: 20px;
	display: block;
}

.dir-item.no-image {
	padding-top:20px;
	padding-left:20px;
}

.dir-item {
	background: #fff;
	margin-bottom: 5px;
	padding: 20px 165px 20px 135px;
	position: relative;
}

div:not(.board-of-directors) .dir-item img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50% !important;
    left: 20px;
    transform: translateY(-50%);
    max-height: 45px;
    max-width: 100%;
}

div.board-of-directors .dir-item img {
    height: auto;
    position: absolute;
    top: 50% !important;
    left: 20px;
    transform: translateY(-50%);
    max-height: inherit;
    max-width: 97px;
    width:inherit;
}

.dir-item span.designation {
	font-size: 14px;
	font-weight: 600;
	color: #2a7c49;
	margin-bottom: 23px;
	padding-right: 16px;
	background: url(../images/arrow.png) no-repeat right 63%;
	display: table;
	background-size: 8px;
}

.dir-item h4 {
	color: #3a3a3a;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.dir-item p {
	font-size: 12px;
	color: #727272;
	line-height: 16px;
	font-weight: 600;
	margin: 0;
}

.dir-item a {
	color: #2a7c49;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	position: absolute;
	right: 25px;
	bottom: 55px;
}

.dir-item a:last-child {
	bottom:30px;
}

.dir-table {
	background: #fff;
	width: 100%;
}

.dir-table tr:nth-child(even) {
	background: #f9f9f9;
}

.dir-table tr td {
	font-size: 14px;
	color: #3a3a3a;
	font-weight: 500;
	padding: 18px 24px;
	border: 2px solid #e3e3e3;
}

.color-dark {
	color: #3a3a3a !important;
}

.extra-large {
	font-size: 36px;
	line-height: 36px;
}

blockquote .small:before,
blockquote .small:after {
	display: none;
}

.link-alt {
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
	font-weight: 500;
}

.custom-hover {
	line-height: 29px;
}

.custom-hover a {
	position: relative;
}

.custom-hover a:hover {
	color: #2a7c49;
}

.custom-hover a:after {
	content: "";
	background: #2a7c49;
	width: 0%;
	right: 0;
	left: auto;
	bottom: 0;
	position: absolute;
	height: 1px;
	transition: .4s;
}

.custom-hover a:hover:after {
	width: 100%;
	transition: .4s;
	right: auto;
	left: 0;
}

.search-listing {
	background: #ffffff;
	padding: 85px;
}

span.results {
	display: block;
	color: #999;
	margin-bottom: 10px;
}

.search-listing h4 {
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 25px;
}

.page-nav {
	text-align: center;
	margin-top: 40px;
}

.page-numbers {
	text-align: center;
	margin-top: 40px;
    margin-bottom:70px;
}

.page-nav li, .page-numbers li {
	display: inline-block;
	margin: 0 15px;
}

.page-nav li a, .page-numbers li a, .page-numbers li span {
	color: #3a3a3a;
	font-size: 20px;
}

.page-nav li a:hover,
.page-nav li.active a,
.page-numbers li a:hover, 
.page-numbers li .current {
	color: #2a7c49;
}

.search-listing .item {
	border-bottom: 1px solid #e3e3e3;
	padding: 37px 0 5px;
}

.search-listing .item a {
	color: #2a7c49;
	font-size: 20px;
	font-weight: 500;
	display: table;
	margin-bottom: 5px;
}

.blog-listing .col-sm-9,
.blog-listing .col-sm-4 {
	padding: 0;
}

.blog-item {
	padding: 0 25px 50px 25px;
	position: relative;
	border: 4px solid #e3e3e3;
	border-width: 3px 0 0 3px;
	background: #fff;
}

.blog-item img {
	margin: 0 -25px 20px;
	width: calc(100% + 50px);
}

.post-meta {
	color: #252122;
	font-size: 12px;
	font-weight: 500;
	opacity: 0.5;
	margin-bottom: 25px;
}

.post-meta span {
	position: relative;
	margin-right: 15px;
}

.post-meta span:not(:last-child):after {
	content: "";
	background: #252122;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 8px;
	right: -11px;
	border-radius: 50%;
}

.blog-item h4 {
	font-weight: 500;
	font-size: 20px;
	color: #2a7c49;
	margin-bottom: 25px;
}

.blog-item p {
	font-size: 14px;
	line-height: 21px;
}

aside {
	position: relative;
	z-index: 11;
}

aside:after {
    content: "";
    background: #2a7c49;
    width: 1000px;
    position: absolute;
    right: 15px;
    height: calc(100% + 1000px);
    top: -1000px;
    z-index: -1;
}

.side-widget {
	margin-bottom: 55px;
}

.side-widget h5 {
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	opacity: 0.5;
}

.side-widget ul {
	padding:0;
}

.side-widget ul li {
	border-top: 1px solid #1a7660;
	padding: 12px 15px 12px 0;
}

.side-widget ul li a {
	color: #fff;
	font-size: 14px;
	padding-left: 25px;
	background: url(../images/arrow-white.png) no-repeat left 7px;
	display: table;
}

.side-widget ol {
	padding:0;
}

.side-widget ol li {
	border-top: 1px solid #1a7660;
}

.side-widget ol li.sub a:not(:first-child) {
    background: #025944;
    padding: 12px 15px;
    border-top: 1px solid #1a7660;
	display:none;
}

.side-widget ol li.sub.active a:not(:first-child) {
	display:block;
}

.side-widget ol li.sub a:not(:first-child).active ,
.side-widget ol li.sub a:not(:first-child):hover {
    background: #004e3b;
}

.side-widget ol li:first-child {
	border-top:0px;
}

.side-widget ol li a {
	font-size:14px;
	color:#fff;
	padding:17px 45px 17px 14px;
	display:block;
	position:relative;
}

.side-widget ol li.active a ,
.side-widget ol li a:hover {
	color:#fff;
	background:#80b3a6;
}

.side-widget ol li a span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.side-widget form {
	position: relative;
}

.side-widget .searchform input {
	background: #004234;
	height: 50px;
	width: calc(100% - 20px);
	border: none;
	font-size: 14px;
	color: #fff;
	padding: 0 72px 0 17px;
}

.side-widget .searchform input:focus {
	color: #fff;
}

.side-widget .searchform #searchsubmit {
	width: 55px;
	height: 50px;
	color: #fff;
	opacity: 0.3;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 14px;
}

.side-widget .searchform #searchsubmit:hover {
	opacity: 1;
}

.aside-fr .side-widget .searchform #searchsubmit {
    right:40px;
    width:100px;
}

.side-widget .searchform input::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.5;
}

.side-widget .searchform input::-moz-placeholder {
	color: #fff;
	opacity: 0.5;
}

.side-widget .searchform input:-ms-input-placeholder {
	color: #fff;
	opacity: 0.5;
}

.side-widget .searchform input:-moz-placeholder {
	color: #fff;
	opacity: 0.5;
}

div.single-post {
	padding: 75px 0 75px 100px;
}

.single-post-inner {
	background: #ffffff;
	position: relative;
	padding: 0 70px 85px;
}

.single-post-inner img.img-full {
	margin: 0 -70px 70px;
	width: calc(100% + 140px);
}

.single-post-inner table, .single-post-inner table tbody, .single-post-inner table tr, .single-post-inner table td {
    padding:15px;
}

.single-post-inner ul {
    margin-bottom:25px;
}

.single-post-inner ul li {
    list-style-type:disc;
    margin-left:17px;
    margin-bottom:10px;
}

.prev-next {
	margin: 70px 0 0px;
	display: table;
	width: 100%;
}

.prev-next a {
	font-size: 20px;
}

.prev-next a i {
	font-size: 15px;
	position: relative;
}

.prev-next a i.fa-arrow-left {
	margin-right: 15px;
}

.prev-next a i.fa-arrow-right {
	margin-left: 15px;
}

.single-post-inner h2 {
	font-size: 47px;
	line-height: 1.1;
	font-weight: 500;
	margin-bottom: 5px;
}

.cinfo li {
	border-top: none !important;
	border-bottom: 1px solid #1a7660;
	padding-left: 35px !important;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 50px !important;
	margin-bottom: 30px;
}

.cinfo li:last-child {
	border-bottom: none;
}

.cinfo li a {
	background: none !important;
	padding: 0 !important;
	font-size: 24px !important;
	font-weight: 600;
	margin-top: 20px;
}

.cinfo li i {
	color: #e3e3e3;
	font-size: 20px;
	position: absolute;
	top: 17px;
	left: 0;
}

.map-wrap {
	background: #2a7c49;
	min-height: 290px;
	position: relative;
	padding-left: 60%;
	margin-bottom: 3px;
	overflow: hidden;
}

#map {
	width: 60%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
}

address {
	padding: 40px 30px;
	color: #fff;
	font-size: 24px;
}

.contact-form {
	background: #fff;
	padding: 45px 60px;
}

.contact-form form label {
	font-size: 14px;
	line-height: 21px;
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}

.contact-form textarea,
.contact-form input {
	min-height: 55px;
	padding: 0 20px;
	font-size: 13px;
	width: 100%;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
}

.contact-form textarea {
	padding: 15px 20px;
}

.transform-none {
	text-transform: capitalize !important;
}

.hero-carousel .item {
    background-size: cover !important;
}

.intro {
	display:table;
    width: 100% !important;
}

.hero-caption {
	padding: 210px 0 120px;
}

.hero-caption .button-alt {
	letter-spacing: 0.44em;
	padding: 0 65px;
}

.hero-caption h2 {
	color: #fff;
	font-size: 92px;
	line-height: 86px;
	margin-bottom: 55px;
}

.hero-carousel .slick-dots {
	position: absolute;
	bottom: 125px;
	right: 75px;
	z-index: 11;
}

.hero-carousel .slick-dots li {
	float: left;
	margin: 0 3px;
}

.hero-carousel .slick-dots li button {
	background: #fff;
	font-size: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	border: none;
	opacity: 0.4;
}

.hero-carousel .slick-dots li.slick-active button {
	opacity: 1;
}

.pages-list {
	padding: 70px 0;
}

.pages-list .item {
	margin-bottom: 25px;
	background: #fff;
}

.pages-list .item .inner {
	padding: 30px 30px 25px;
}

.pages-list .item h4 {
	color: #1b1b1b;
	font-size: 28px;
	font-weight: bold;
	min-height: 60px;
	margin-bottom: 0px;
	max-height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

body:not(.home) .pages-list .item .inner {
	padding: 30px 20px 25px;
}

body:not(.home) .pages-list .item h4 {
	font-size:24px;
}

.pages-list .item .thumb {
	position: relative;
}

.pages-list .item .thumb .latest {
	position: absolute;
	top: 0;
	left: 0;
	background: #2a7c49 url(../images/arrow.png) no-repeat 92% 60%;
	padding: 0 30px 0 20px;
	line-height: 43px;
	color: #fff;
	font-weight: 600;
	background-size: 10px;
}

.wwa-list li {
	height: 190px;
	position: relative;
	background-size: cover !important;
}

.wwa-list li h4 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	position: absolute;
	top: 35px;
	left: 35px;
}

.wwa-list li a.button-alt {
	line-height: 35px;
	padding: 0 10px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.wwa-list li.col-sm-6 a.button-alt {
	bottom: 20px;
	right: auto;
	left: 20px;
}

.wwa-list li.col-sm-6 h4 {
	left: 20px;
	top: 25px;
	bottom: auto;
}

.wwa-list li.col-sm-6.alt h4 {
	left: 20px;
	top: auto;
	bottom: 57px;
}

.bg-white {
	background: #fff;
}

.wwa-inner {
	padding: 0 100px 50px;
}

.wwa-inner h3 {
	font-size: 80px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -42px 0 25px -17px;
	display: table;
	background: url(../images/arrow.png) no-repeat right 90%;
	padding-right: 20px;
}

.home-event{
	margin-bottom: 90px;
}

div.events-list {
	padding: 15px 15px 10px;
}

div.events-list .filter {
	padding: 10px 0 30px;
}

div.events-list .filter span {
	color: #9b9b9b;
	font-size: 14px;
	line-height: 37px;
}

div.events-list .filter select {
	width: 100%;
	height: 37px;
	padding: 0 15px;
	border: 1px solid #e3e3e3;
	color: #9b9b9b;
	font-size: 14px;
	line-height: 37px;
}

div.events-list .filter select:focus {
	border: 1px solid #2a7c49;
	color: #3a3a3a;
}

div.events-list ul li {
	position: relative;
	padding-left: 145px;
	margin-bottom: 15px;
}

div.events-list ul li p {
	color: #9b9b9b;
	font-size: 14px;
	line-height: 37px;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	padding-bottom: 5px;
}

div.events-list ul li:last-child p {
	border-bottom: none;
	padding-bottom: 5px;
}

div.events-list ul li h6 {
	font-size: 17px;
}

div.events-list ul li span {
    color: #2a7c49;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 131px;
}

.bcover {
	background-size: cover !important;
}

.home-event {
	padding: 0 15px;
}

.home-event .container {
	position: relative;
}

.home-event h3 {
	font-size: 80px;
	color: #2a7c49;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	top: -42px;
	left: 29px;
	z-index: 4;
	background: url(../images/arrow.png) no-repeat right 80%;
	padding-right: 20px;
}

.home-partners {
	background: #fff;
	margin: 100px -15px;
	padding: 85px 60px;
	position: relative;
}

.home-partners h3 {
	font-size: 80px;
	color: #2a7c49;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	top: -50px;
	right: 29px;
	z-index: 4;
	background: url(../images/arrow.png) no-repeat right 80%;
	padding-right: 20px;
}

.partners-carousel .item {
	padding: 0 15px;
}

.partners-carousel .item img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 46px;
    transform: translateY(-50%);
    max-height: 80px;
    width: auto;
    max-width: 100%;
}

.partners-carousel .slick-prev {
	display: block;
	color: #28714e;
	padding: 0;
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
}

.partners-carousel .slick-next {
	display: block;
	color: #28714e;
	padding: 0;
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
}

.bg-wrapper {
	background: #000;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5555;
	visibility: hidden;
	transition: .3s;
}

body.act .bg-wrapper {
	opacity: 0.8;
	visibility: visible;
	transition: .3s;
}

.home-popup {
	background: #fff;
	padding: 30px 15px 0px 240px !important;
	min-height: 452px;
	font-family: Poppins, sans-serif !important;
}

.home-popup.webinar-popup {
	padding: 35px 40px 35px 40px !important;
}

body.act .popup {
	opacity: 1;
	visibility: visible;
}

.home-popup .img {
	width: 132px;
	margin: 0 0 20px !important;
}

.home-popup br {
display:none;
}

.home-popup h3 {
	color: #1b1b1b;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 10px;
	padding-right: 50px;
	line-height: 1.3;
}

.home-popup div.custom-form_wrapper ,
.home-popup div.custom-form {
	position: relative;
	margin-top:25px;
}

.home-popup div.custom-form > div {
	width:49%;
	float:left;
}

.home-popup div.custom-form > div + div {
	width:49%;
	margin-left:2%;
}

.home-popup input:not([type="submit"]) {
	height: 50px;
	padding: 0 50px 0 15px;
	margin-bottom: 10px;
}

.home-popup .fa-envelope {
	color: #b0b0b0;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 50px;
	z-index:4;
}

.home-popup .custom-form_wrapper input[type="submit"] ,
.home-popup .custom-form input[type="submit"] {
	background: #2a7c49;
	color: #fff;
	font-size: 14px;
	height: 45px;
	border: none;
	margin: 0;
	min-width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.44em;
	font-size: 12px;
    border-radius:0px;
}

.home-popup .custom-form_wrapper input[type="submit"]:hover ,
.home-popup .custom-form input[type="submit"]:hover {
	background: #015440;
	color: #fff;
}

.popup-img {
    width: 227px;
    height: calc(100% + 30px);
    position: absolute;
    top: -15px;
    left: -15px;
    background-size: cover !important;
}

.popup-close {
	color: #626262;
	width: 30px;
	height: 30px;
	border: 1px solid #626262;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.7;
	cursor: pointer;
	transition: .3s;
}

.popup-close:hover {
	opacity: 1;
	transition: .3s;
}

.top-social {
	padding-left: 10px;
	float: left;
}

.top-social a {
	line-height: 95px;
	font-size: 20px;
	margin-left: 15px;
}

.enter-site {
	float: right;
	line-height: 95px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 600;
}

.enter-site i {
	color: #f6303e;
	font-size: 10px;
	margin-left: 15px;
}

.enter-site:hover {
	color: #f6303e;
}

.landing {
	background: #fff;
}

.landing header {
	box-shadow: 0px 6px 14.88px 1.12px rgba(0, 0, 0, 0.11);
	height: 95px;
}

.landing .logo {
	float: left;
	height: 92px;
	padding: 30px 0;
}

.landing-left {
	background: #522f91 url(../images/overlay-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 90px 60px;
	position:relative;
}

.landing-left:before {
	content:"";
	background:#522f91;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.85;
	z-index:0;
}

.pd-week {
	max-width: 460px;
	margin: 0 auto;
	padding: 15px 0;
	position:relative;
	z-index:2;
}

.pd-week h1 {
	color: #fff;
	font-weight: bold;
	font-size: 80px;
	line-height: 70px;
}

.pd-week h1 span {
	background: #522e91;
	position: relative;
	left: -15px;
	z-index: 11;
	top: 15px;
	padding: 0 15px;
}

.pd-week h1 span:last-child {
	background: transparent;
	position: relative;
}

.pd-week h1 span:last-child:before {
	content: "";
	background: #522e91;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 60%;
	z-index: -1;
}

.pd-week .content {
	background: #fff;
	padding: 0 50px 50px;
	position: relative;
}

.pd-week .content img {
	margin: 0 -50px;
	width: calc(100% + 100px);
	margin-bottom: 40px;
}

.pd-week .content a {
	background: #0084a9;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.44em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 48px;
	padding: 0 50px;
	position: absolute;
	bottom: -38px;
	right: -30px;
}

.pd-week .content a:hover {
	background: #28714e;
	color: #fff;
}

.pd-sponsors ul li {
	width: 33.3333%;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

.pd-sponsors ul li img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
}

.pd-sponsors ul li span {
	display: block;
	font-size: 12px;
	color: #1b1b1b;
	font-weight: 500;
}

.pd-sponsors h5 {
	color: #0084a9;
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	margin-bottom: 10px;
}

.pd-sponsors {
	max-width: 517px;
	padding: 60px 50px;
	margin: 0 auto;
	display: table;
}

.copyright {
	font-size: 12px;
	font-weight: 500;
	line-height: 21px;
	color: #040404;
	text-align: center;
	padding: 0 15px;
	display: table;
	width: 100%;
	margin: 20px 0;
}

.search-trigger {
    color: #28714e;
    padding: 0 0 0 15px;
    line-height: 72px;
    cursor: pointer;
}

.top-search .fa-close {
	display: none;
}

.menu-close {
	display: none;
}

.menu-close:before {
	content: "X";
}

.megamenu-parent {
	position:static !important;
}

@media only screen and (min-width: 250px) and (max-width: 550px) {
	
	.top-social {
		padding-left: 10px;
		position: absolute;
		top: -19px;
		right: 10px;
	}

	.enter-site {
		float: right;
		line-height: 95px;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 0;
		font-weight: 600;
		margin-top: 16px;
	}
	
	.top-social a {
		margin-left: 0;
		margin-right: 5px;
	}
	
	.pd-sponsors ul li {
		width: 50%;
	}
	.dir-item a {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 25px;
		display: table;
	}
}

@media only screen and (min-width: 250px) and (max-width: 600px) {
	.dir-head img {
		position: relative;
		margin-bottom: 30px;
	}
	.dir-head {
		padding-left: 0;
	}
}

@media only screen and (min-width: 800px) and (max-width: 850px) {
	.popup {
		padding: 130px 20px 30px 20px;
		overflow: auto;
	}
	.popup-img {
		width: 100%;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.popup-close {
		color: #fff;
		border: 1px solid #fff;
		opacity: 1;
	}
	.popup h3 {
		font-size: 26px;
		padding-right: 0px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.page_header.page_header3 h1 {
		font-size: 47px;
	}	
	.contact-form .button {
		margin-top:30px;
	}
	.search-listing {
		padding: 50px 20px;
	}
	.single-post {
		padding: 30px 15px 50px;
	}
	.single-post-inner {
		padding: 0 15px 40px;
	}
	.single-post-inner img {
		margin: 0 -15px 30px;
		width: calc(100% + 30px);
	}
	.single-post-inner h2 {
		font-size: 33px;
	}
	.blog-listing .col-sm-9,
	.blog-listing .col-sm-4 {
		padding: 0 15px;
	}
	aside:after {
		right: 0;
	}
	.side-widget {
		padding-top: 30px;
	}
	.pd-sponsors {
		padding: 60px 15px;
	}
	.pd-week .content a {
		padding: 0 30px;
		right: -5px;
	}
	.landing-left {
		padding: 30px 30px 60px;
	}
	.pd-week h1 {
		font-size: 52px;
		line-height: 51px;
	}
	.home-partners {
		margin-left: 0;
		margin-right: 0;
	}
	.home-partners h3 {
		font-size: 44px;
		top: -25px;
		right: 22px;
	}
	div.events-list ul li span {
		font-size: 16px;
		margin-bottom: 10px;
		position: relative;
		display: block;
	}
	div.events-list ul li {
		padding-left: 0;
	}
	div.events-list .filter select {
		margin-bottom: 10px;
	}
	.home-event h3 {
		font-size: 58px;
		top: -30px;
		left: 15px;
	}
	.home-event .bcover {
		min-height: 200px;
	}
	.wwa-inner {
		padding: 25px 15px 50px;
	}
	.wwa-inner h3 {
		font-size: 58px;
		margin: 0px 0 25px 0px;
	}
	.hero-carousel .slick-dots {
		bottom: 15px;
		right: auto;
		left: 15px;
	}
	.hero-caption {
		padding: 100px 0;
	}
	.hero-caption h2 {
		font-size: 53px;
		line-height: 56px;
		margin-bottom: 34px;
	}
	.popup {
		padding: 130px 20px 30px 20px;
		overflow: auto;
	}
	.popup-img {
		width: 100%;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.popup-close {
		color: #fff;
		border: 1px solid #fff;
		opacity: 1;
	}
	.popup h3 {
		font-size: 26px;
		padding-right: 0px;
	}
	.dir-table tr td {
		padding: 18px 18px;
		line-height: 21px;
	}
	.dir-item img {
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 30px;
	}
	.dir-item {
		padding: 20px 20px;
	}
	.event-upitem {
		margin-bottom: 20px;
	}
	.event-upitem .thumb {
		height: 250px;
	}
	.event-single .event-upitem .event-place {
		bottom: 20px;
		width: inherit;
		max-width: inherit;
		display: table;
		left: 20px;
	}
	.event-footer {
		padding: 25px 15px;
		text-align: center;
	}
	a.link {
		display: inline-block;
	}
	.event-footer .button-alt {
		margin: 20px auto 0;
		max-width: 300px;
	}
	.event-item .thumb h2 {
		font-size: 30px;
		bottom: 15px;
		left: 15px;
		line-height: 33px;
		width: 100%;
		z-index: 11;
	}
	.event-item .thumb h2:before {
		display: none;
	}
	.event-single .thumb,
	.event-item .thumb {
		overflow: hidden;
	}
	.event-single .thumb img,
	.event-item .thumb img {
		min-height: 300px;
		width: inherit;
		min-width: 767px;
	}
	.event-item .excerpt {
		padding: 40px 15px;
	}
	.event-single .excerpt {
		padding: 35px 15px 30px;
		background: #fff;
	}
	p.large {
		font-size: 17px;
		line-height: 28px;
	}
	.join-us [class*="col-"] {
		padding: 40px 35px;
	}
	.page_header h1 {
		font-size: 42px;
		line-height: 42px;
	}
	.cta p a {
		margin: 15px auto 0;
		display: table;
	}
	#footer .col-md-7 {
		padding-right: 15px;
	}
	#footer .col-md-5 {
		padding-left: 15px;
	}
	#footer .widget {
		margin-bottom: 20px;
	}
	.footer-bottom,
	.footer-bottom .text-right {
		text-align: center !important;
	}
	.footer-bottom ul li {
		margin: 0 15px;
	}
}

@media only screen and (min-width: 551px) and (max-width: 767px) {
	
#footer h5 {
    margin-top: 20px;
}

#footer {
    padding: 50px 0 60px;
}
	
	#footer .col-md-7 .col-sm-4 {
		width: 33.3333%;
		float: left;
	}
	#footer .col-md-5 .col-sm-6 {
		width: 50%;
		float: left;
	}
	#footer .social a {
		margin-right: 13px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
	.header-event .thumb img:not(.img-full) {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media only screen and (min-width: 250px) and (max-width: 1020px) {
	.nav-trigger {
		color: #28714e;
		position: absolute;
		top: 24px;
		right: 45px;
		z-index: 44;
		display: inline !important;
	}	
	
	.submenu {
		position: relative;
		right: 0;
		top: 0;
		min-width: 100%;
		opacity: 1;
		visibility: visible;
		max-height: 0px;
		overflow: hidden;
		transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
		padding: 0;
	}
.submenu .submenu {
    top: 0;
    left: 0;
    opacity: 1 !important;
    width: 100%;
    visibility: visible !important;
    display: table;
}

.submenu li.menu-item-has-children:after {
    content: "\f0d7";
    top: 0;
    margin-top: 6px;
}

	.has-megamenu {
		position: relative;
		right: 0;
		top: 0;
		min-width: 100%;
		opacity: 1;
		visibility: visible;
		max-height: 0px;
		overflow: hidden;
		transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
		padding: 0;
	}
	#menu>li.act>.submenu {
		max-height: 10000px;
		overflow: hidden;
		transition: max-height 1s ease-in-out;
	}
	#menu>li.act>.has-megamenu {
		max-height: 10000px;
		overflow: hidden;
		transition: max-height 1s ease-in-out;
		padding: 10px 0 25px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	.megamenu .col-md-3,
	.megamenu .col-md-6 {
		padding: 15px 15px;
	}
	body.menu-act .menu-close {
		display: inline;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 44444;
		color: #fff;
		font-size: 21px;
		line-height: 50px;
		padding: 0 16px;
		cursor: pointer;
		opacity: 0.5;
	}
	#menu {
		position: fixed;
		top: 0;
		right: -285px;
		width: 280px;
		background: #28714e;
		margin: 0;
		height: 100vh;
		overflow: auto;
		z-index: 555;
		padding-top: 50px;
		transition: .4s;
	}
	body.menu-act #menu {
		right: 0px;
		transition: .4s;
	}
	#menu:before {
		content: "MENU";
		height: 50px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		line-height: 50px;
		text-align: center;
		font-weight: 700;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 17px;
	}
	#menu>li {
		float: none;
		margin-left: 0px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}
	#menu>li:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 55px;
		height: 55px;
		z-index: 22;
		opacity: 0;
	}
	#menu>li>a {
		padding: 25px 70px 25px 15px;
		display: table;
		line-height: 0;
		width: 100%;
		position: relative;
		color: #fff;
	}
	#menu>li>a span {
		height: 55px;
		width: 55px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 55px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 20px;
	}
	
}

@media only screen and (min-width: 250px) and (max-width: 991px) {

	.contact-form {
		padding: 30px 20px;
	}
	#map {
		width: 100%;
		height: 200px;
	}
	.map-wrap {
		padding: 211px 0 0;
	}
	.cinfo li a {
		font-size: 16px !important;
	}

	.top-search {
		border-bottom: none;
		position: fixed;
		top: 0;
		right: 0;
		max-width: 100%;
		margin: 0;
		left: 0;
		background: #fff;
		z-index: 4444;
		transition: .2s;
		height: 100%;
	}
	.top-search form input {
		font-size: 20px;
		padding: 0 60px 0 20px;
	}
	.top-search form {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.top-search .fa-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 17px;
		display: inline;
		opacity: 0.6;
		cursor: pointer;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.single-post {
		padding: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.footer-bottom .text-right,
	.footer-bottom {
		text-align:center;
	}	
	#footer .container > .row + hr + .row > .col-md-7 {
		width:50%;
	}

	#footer .container > .row + hr + .row > .col-md-5 {
		width:50%;
	}

	#footer .container > .row + hr + .row > .col-md-7 .col-sm-4:nth-child(2) {
		display:none;
	}

	#footer .container > .row + hr + .row > .col-md-7 .col-sm-4 {
		width:55%;
	}

	#footer .container > .row + hr + .row > .col-md-7 .col-sm-4:last-child {
		width:45%;
	}	
	.single-post-inner {
		padding: 0 15px 40px;
	}
	.single-post-inner img {
		margin: 0 -15px 30px;
		width: calc(100% + 30px);
	}
	.single-post-inner h2 {
		font-size: 33px;
	}
	.blog-listing .col-sm-3 {
		width: 33%;
	}
	.blog-listing .col-sm-9 {
		width: 67%;
	}
	.blog-listing .col-sm-4 {
		width: 50%;
	}
	.home-partners h3,
	.home-event h3,
	.wwa-inner h3 {
		font-size: 55px;
	}
	.home-partners h3,
	.home-event h3 {
		top: -25px;
	}
	.wwa-inner {
		padding: 0 30px 50px;
	}
	.pages-list .item h4 {
		font-size: 18px;
	}
	.home-partners {
		margin-left: 0;
		margin-right: 0;
	}
	#footer .social a {
		margin-right: 10px;
		font-size: 16px;
	}
	.top-search form input {
		font-size: 35px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
	.cinfo li a {
		font-size: 16px !important;
	}
	.home-partners {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#menu>li>a {
		font-size: 13px;
		line-height: 72px;
		padding: 0 9px;
	}
	#menu>li>a span {
		margin-left: 5px;
		font-size: 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
	.top-search {
		border-bottom: 1px solid #28714e;
		position: absolute;
		top: 12px;
		right: -210px;
		max-width: calc(100% - 210px);
		left: -20px;
	}
	.top-search form input {
		font-size: 19px;
	}
	.search-trigger {
		padding: 0 0 0 15px;
	}
}

@media only screen and (min-width: 767px) {
	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.equal-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (min-width: 992px) {
	.equal-height-ipad {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.resources-inner {
	padding:55px 0 95px 95px;
}

.resources-inner h3 {
	font-weight:800;
	margin-bottom:30px;
}

.resources-inner h3 span {
	font-size:24px;
	display:block;
	font-weight:600;
}

.resources-inner h4 {
	margin-bottom:25px;
}

.resources-inner ,
.resources-inner ul li,
.resources-inner p {
	font-size:14px;
	line-height:21px;
	color:#3a3a3a;
}

.resources-inner p {
	margin-bottom:25px;
}

.resources-inner ul {
	margin-bottom:40px;
}

.resources-inner li  {
    padding-left: 25px !important;
}

.resources-inner p strong {
	font-weight:500;
	display:block;
	font-size:16px;
	margin-bottom:5px;
}

.resources-inner a.link {
	text-transform:none;
	font-size:16px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	border:10px solid #fff;
	margin:30px 0;
}

.video-container iframe,   
.video-container object,
.video-container video, 
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.saying .item {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 30px;
    margin-bottom: 45px;
    position: relative;
    min-height: 90px;
    display: inline-block;
    width: 100%;
}

.saying .item p {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 19px;
}

.saying .item cite {
	color:#3a3a3a;
	font-size:16px;
	font-style:normal;
}

.resources-inner ul.link li {
	padding-left:0px !important;
}

.resources-inner ul.link li a {
    line-height: 38px;
    font-size: 16px;
}

.resources-inner ul.link li a span {
	border-bottom:1px solid transparent;
	transition:.4s;
}

.resources-inner ul.link li a:hover span {
	border-bottom:1px solid #28714e;
	transition:.4s;
}

.accordion-toggle {
	cursor: pointer;
	background:#7d7d7d;
	color:#fff;
	font-size:20px;
	margin:2px 0 0 !important;
	padding:20px 35px 20px 25px;
	font-weight:400;
	position:relative;
}

.accordion-toggle:after {
    content: "+";
    font-size: 26px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
    font-weight: 400;
}

.accordion-toggle.act:after {
    content: "-";
}

.accordion-toggle.act {
	background:#2a7c49;
}

.accordion-content {
	display: none;
	background:#ffffff;
}

.accordion-content table {
	margin:0 -2px;
}

.accordion-content table tr:nth-child(even) {
	background:#f9f9f9;
}

.accordion-content table tr td {
	padding:25px 30px;
	vertical-align:top;
	border:2px solid #e3e3e3;
}

.accordion-content table tr td:first-child {
	font-size:20px;
}

.accordion-content table tr td p:last-of-type {
	margin-bottom:10px !important;
}

.accordion-content table tr td ul {
    margin: 0;
}

.accordion-content.default {display: block;}

.annual-reports .row {
	margin:0 -1px;
}

.annual-reports .col-sm-4 {
	padding:0 1px 2px;
}

.reports-item {
	padding:30px 30px 20px;
	background:#fff;
	height:100%;
	text-align:center;
}

.reports-item .img {
	min-height:194px;
	margin-bottom:15px;
}

.reports-item a {
	color:#2a7c49;
	font-size:14px;
	display:table;
	margin:0 auto 10px;	
}
	
.reports-item a:hover {
	text-decoration:underline !important;
}
 
.e-Journal .col-sm-9, 
.e-journal .col-sm-9 {
	padding-left:25px;
}

.e-Journal ul ,
.e-journal ul {
    margin: -10px 0 0;
}

.e-Journal hr ,
.e-journal hr {
    margin: 25px 0 30px;
}

.e-Journal h5 ,
.e-journal h5 {
    font-size: 26px;
    color: #3a3a3a;
    margin: 105px 0 30px;
}

.e-Journal a.button-alt ,
.e-journal a.button-alt {
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    bottom: 0px;
    right: 0px;
}

.e-Journal p.large ,
.e-journal p.large {
	color:#2a7c49;
	font-size:24px;
	line-height:1.2;
	margin-top:70px;
}

.nos-top {
    background: #003c2d url(../images/21.jpg) no-repeat center;
	background-size:cover;
    color: #fff;
    padding: 40px 40px 50px;
    display: table;
    width: 100%;
}

.nos-top span {
	font-weight:600;
	margin-bottom:15px;
	display:block;
}

.nos-top a {
	color:#e3e3e3;
	font-weight:600;
}

.nos-top a:hover {
	color:#fff;
}

.nos-top li {
	width:50%;
	float:left;
	color:#e3e3e3;
	font-size:24px;
}

.nos-top li:last-child {
	border-left:1px solid #fff;
	padding-left:20px;
}

.national-staff .dir-table {
	margin:0 -2px 40px;
	width:calc(100% + 4px);
}

.national-staff .dir-table:last-child {
	margin-bottom:0px;
}

.national-staff .dir-table tr td {
    vertical-align: middle;
    padding: 15px 20px;
    width: 50%;
}

.national-staff h4 {
	margin-bottom:20px;
}

.national-staff h3 {
	font-size:32px;
	font-weight:700;
	margin-bottom:30px;
}

.national-staff .staff-info {
	position:relative;
	padding:0 0 0 80px;
	min-height:66px;
	border:none;
	margin:0;
}

.national-staff .staff-info img {
	width:66px;
	height:66px;
	border-radius:50%;
	position:absolute;
	top:0px;
	left:0;
}

.national-staff .staff-info p {
	color:#3a3a3a;
	font-size:16px;
	font-weight:600;
	margin:0px 0 0px;
}

.national-staff .staff-info span {
	display:block;
	font-size:14px;
	color:#848484;
}

.staff-contact a {
    color: #2a7c49;
    font-size: 16px;
    font-weight: 600;
    display: block;
    height: 21px;
}

.staff-contact a:last-child {
	font-size:14px;
	color:#848484;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

.saying .item p {
    font-size: 19px;
    padding-right: 0;
}

.nos-top li {
    font-size: 18px;
}

.nos-top li i {
	margin-right:10px;
}

.resources-inner {
    padding: 0px 0 50px 0px;
}

.e-Journal h5 ,
.e-journal h5 {
    margin: 15px 0 30px;
}

.e-Journal .col-sm-9 ,
.e-journal .col-sm-9 {
    padding-left: 15px;
}

}

@media only screen and (min-width: 551px) and (max-width: 767px) {

.col-xsl-4 {
	width:25%;
	float:left;
}
 
.col-xsl-8 {
	width:75%;
	float:left;
}
 
}
 
@media only screen and (min-width: 250px) and (max-width: 550px) {

.saying .item {
    padding-left: 0;
    padding-top: 150px;
}

.nos-top li {
    width: 100%;
    float: none;
}

.nos-top li:last-child {
    border-left: none;
    padding-left: 0px;
    padding-top: 15px;
}

.national-staff .dir-table tr td {
    width: 100%;
    display: block;
}

}


.annual-reports .col-sm-4 img {
	max-width:100%;
	height:auto;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

.reports-item .img {
    min-height: 162px;
    margin-bottom: 15px;
}

.reports-item {
    padding: 15px;
}

.resources-inner {
    padding: 50px 30px 50px 15px;
}

.annual-reports .col-sm-4 {
	width:33.3333%;
}

.e-Journal h5 ,
.e-journal h5 {
    margin: 30px 0 30px;
}

}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

.e-Journal h5 ,
.e-journal h5 {
    margin: 83px 0 30px;
}

.resources-inner {
    padding-left: 15px;
    padding-right: 30px;
}

}

.featured-image {
	margin:95px 0 -45px 0;
}

.big-buttons {
    margin:25px 0;
}

.big-buttons a {
    padding:100px 50px;
    background:purple;
    color:#fff;
    font-size:24px;
    text-align:center;
}

.inner-content table tr td {
    width:50%;
}


@media only screen and (min-width: 992px) {

.resources-inner .equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.resources-inner .equal-height [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

.resources-inner .equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.resources-inner .equal-height [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}

@media only screen and (max-width: 767px) {

.resources-inner .equal-height [class*="col-"] {
	width:50%;
	float:left;
	min-height: 324px;
}

.resources-inner .equal-height [class*="col-"] > div {
    min-height: 324px;
}

}

@media only screen and (min-width: 768px) {
	
.pages-list .col-sm-4:nth-child(3n+1) {
	clear:both;
}
	
.dir-item img {
    top: 24px;
}

body#chapter .dir-item img {
    top: 50%;
    transform:translateY(-50%);
    max-height:35px;
    width:auto;
    height:auto;
}

}

.inner-content table tr td {
    vertical-align: top;
}

body .tribe-bar-views-inner {
    background: transparent;
}

[id*="tribe-events-daynum-"] br,
body .tribe-events-nav-pagination p,
body .tribe-events-sub-nav p {
	display:none;
}

body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] a {
	background:transparent;
}

body #tribe-events-content table.tribe-events-calendar {
    background: #fff;
}

[id*="tribe-events-daynum-"] p {
	margin:0px;
}

body .tribe-events-calendar div[id*=tribe-events-daynum-],
body .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background-color: #f5f5f5;
    color: #000;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.2 !important;
}

[id*="tribe-events-daynum-"] p {
    color: #000;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.2 !important;
}	

body #tribe-events .tribe-events-button,
body #tribe-events .tribe-events-button:hover,
body #tribe_events_filters_wrapper input[type=submit],
body .tribe-events-button, .tribe-events-button.tribe-active:hover,
body .tribe-events-button.tribe-inactive, .tribe-events-button:hover,
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #2a7c49;
}

body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] a {
    background: transparent;
	color:#fff;
}

body #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    font-family: Poppins, sans-serif;
	color:#000;
	font-weight:500;
}

body #tribe-events-content .tribe-events-calendar td {
    border: 1px solid #e5e5e5;
    transition: all .2s cubic-bezier(.55,.085,.68,.25);
}

body .tribe-events-calendar thead th {
    background-color: #006225;
    color: #fff;
    border-left: 1px solid #006225;
    border-right: 1px solid #006225;
}

body #tribe-events .tribe-events-button {
    margin: 0;
}

body #tribe-events {
    margin: -70px 0 -130px;
}

body .tribe-events-title-bar {
    padding-top:100px;
    width:100%;
    text-align:center;
    display:block;
}

body .tribe-events-page-title {
    font-size: 50px;
    margin-bottom: 50px;
}

body .tribe-bar-views-inner {
    margin: 0;
    padding: 0;
}

body #tribe-bar-filters-wrap p {
    margin-bottom: 0;
}

body #tribe-bar-form .tribe-bar-submit input[type=submit] {
    margin-top: 14px;
}

.inner-content .event-single table tr td {
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.inner-content .event-single table {
	margin-bottom:25px;
}


@media only screen and (min-width: 1021px) {

#menu>li:nth-last-child(3) ,
#menu>li:nth-last-child(2) ,
#menu>li:last-child {
    float: left;
    border-right: none;
}

#menu>li:nth-last-child(2) a,
#menu>li:last-child a {
	background:#00503d;
	color:#fff;
	margin:0 2px;
	line-height:35px;
	margin-top:18px;
	width:35px;
	padding:0;
	text-align:center;
	text-decoration:none;
}

#menu>li:nth-last-child(2) a:hover,
#menu>li:last-child a:hover,
#menu>li.current-lang a {
	background:#28714e !important;
	color:#fff;
}

#menu>li:nth-last-child(2) {
    margin-left: 8px;
}

}

.intro {
    position: relative;
    z-index: 22;
}

.intro + .page_header {
	background:transparent;
}

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 {
	margin-top:-150px;
}

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 .resources-inner {
	padding:50px 0 50px 50px;
}

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 .resources-inner td {
	vertical-align:top;
}

.intro + .page_header + .resources-wrapper .blog-listing .pages-list .row {
    margin: 0 -10px;
}

.intro + .page_header + .resources-wrapper .blog-listing .pages-list .col-sm-4 {
    padding: 0 10px;
}

.intro + .page_header + .resources-wrapper .blog-listing .pages-list {
    padding: 40px 0;
}

.intro + .page_header + .resources-wrapper .blog-listing .pages-list .container {
	padding:0;
}

@media only screen and (min-width: 600px) {

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 .resources-inner td {
	width:50%;
}
}

.pricing-table {
    background: #fff;
    width: 100%;
    margin-bottom: 0px;
}

.pricing-table td {
	border:none;
	padding:20px;
	text-align:center;
	vertical-align:middle;
}

.pricing-table td p {
	margin-bottom:0;
}

.pricing-table tr:first-child {
	background:#2a7c49;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
}

.pricing-table td:first-child > span {
	text-transform:uppercase;
	font-weight:bold !important ;
	font-size:16px;
}

.pricing-table tr:nth-child(even) {
	background:#f5f5f5;
}

.program-accordion .accordion-content table td:first-child {
	width:28%;
	font-size:15px;
    padding: 25px;
}

.resources-inner .program-accordion .accordion-content table td h3 {
	font-size:20px;
	line-height:1.3;
	margin-bottom:10px;
	font-weight:600;
}

.form-new label.gfield_label {
	display:none;
}

.form-new label {
	font-weight:400;
}

.form-new ul {
	margin-bottom:10px !important;
}

.form-new li {
	padding:0 !important;
}

.form-new textarea,
.form-new input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    min-height: 45px;
    padding: 0 20px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.form-new textarea {
	padding:15px 20px;
	min-height:120px;
}

.form-new input[type="submit"] {
	display: inline-block;
	line-height: 49px;
	background-color: #2a7c49;
	border:none;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 27px;
}

.form-new input[type="submit"]:hover {
	background-color: #1d563b;
	color: #fff;
}

.form-new span.wpcf7-list-item {
    display: inline-block;
    margin: 4px 0 15px;
}

.form-new input[type=checkbox],
.form-new input[type=radio] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.accordion-content table tr td .more-text {
	padding-bottom:15px;
	position:relative;
}

.accordion-content table tr td .more-text > span {
	display:none !important;
}

.accordion-content table tr td .more-text > p:not(.expand) + span {
	color:#1b6653;
	font-weight:500;
	font-size:13px;
	display:table !important;
	cursor:pointer;
	margin-top:-5px;
}

a.big-button {
	font-size:17px;
	padding:5px 60px;
	font-weight:700;
}

.inner-content .col-md-10.col-md-offset-1 ul {
	margin-bottom:25px;
}

.inner-content .col-md-10.col-md-offset-1 li {
	list-style:disc;
	margin-left:30px;
	margin-bottom:5px;
	font-size:15px;
}

.error-content {
	padding:150px 0;
	text-align:center;
}

.error-content .col-sm-8 {
	margin:0 auto;
	display:table;
	float:none;
}

.error-content h1 {
	font-size:100px;
	margin-bottom:20px;
}

.error-content p {
	max-width:700px;
	margin:0 auto;
}



#psmw-palette aside:after {
    background: #305AD0;
}

#psmw-palette .side-widget ul li {
    border-top: 1px solid #fff;
}

#psmw-palette h1, 
#psmw-palette h2, 
#psmw-palette h3, 
#psmw-palette h4, 
#psmw-palette h5, 
#psmw-palette h6 {
    color: #305ad0;
}

#psmw-palette a:hover {
    color: #305AD0;
}

#psmw-palette ul.list li:before, 
#psmw-palette .chapter-content ul li:before {
    background: #305ad0;
}

#psmw-palette .newsletter button:hover {
    background: #029d9a;
    color: #fff;
}

#psmw-palette .newsletter input:focus {
	border-bottom: 1px solid #305AD0;
}

#psmw-palette .newsletter button {
    background: #00CDC9;
}

#psmw-palette .hero-caption h2 {
    color: #fff !important;
}

#psmw-palette .pages-list .item h4 {
    color: #1b1b1b !important;
}

#psmw-palette .footer-menu li a:after {
    background: #305ad0;
}

#psmw-palette .fb-like {
	color: #305AD0;
}

#psmw-palette .fb-like i {
	color: #305AD0;
}

#psmw-palette .fb-like:hover {
	background: #305AD0;
	color: #fff;
}

#psmw-palette .color-primary {
	color: #305AD0 !important;
}

#psmw-palette .page_header.page_header3 h1 ,
#psmw-palette .side-widget ul li a {
    color: #fff !important;
}

#psmw-palette #menu>li:hover>a,
#psmw-palette #menu>li>a:hover {
    color: #fff;
    background: #305AD0;
}

#psmw-palette .dir-item h4 {
    color: #3a3a3a !important;
}

#psmw-palette .dir-item a ,
#psmw-palette .dir-item span.designation {
    color: #305AD0;
}

#psmw-palette .has-megamenu {
    background: #305AD0;
}

#psmw-palette #menu>li:nth-last-child(2) a,
#psmw-palette #menu>li:last-child a {
	background:#43168f;
}

#psmw-palette #menu>li:nth-last-child(2) a:hover,
#psmw-palette #menu>li:last-child a:hover,
#psmw-palette #menu>li.current-lang a {
	background:#305AD0 !important;
	color:#fff;
}

#psmw-palette .megamenu .col-md-12 > a {
    color: #aeceff;
}

#psmw-palette .search-trigger {
    color: #305AD0;
}

#psmw-palette .header-event a {
    color: #aeceff;
    border-bottom: 1px solid #aeceff;
}

#psmw-palette .header-event a:hover {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
}

#psmw-palette .pricing-table tr:first-child {
    background: #5e00d2;
}

#psmw-palette .button-alt {
    color: #fff;
}

#psmw-palette .button-alt:hover {
	background-color: #d9382d;
	color: #fff;
}

#psmw-palette .accordion-toggle.act {
    background: #305AD0;
}

#psmw-palette .accordion-toggle {
	color:#fff;
}

#psmw-palette .page_header3 {
    background: #305AD0 url(../images/header-3-purple.jpg) no-repeat right center;
}

#psmw-palette .intro + .page_header {
    background: transparent !important;
}

#psmw-palette .button-alt {
	background:#00CDC9;
   }

#psmw-palette .button-alt:hover {
	background:#029d9a;
   }

#psmw-palette .accordion-content table tr td .more-text > p:not(.expand) + span {
    color: #305AD0;
}

#psmw-palette .top-search form button {
    color: #305AD0;
}

#psmw-palette .top-search {
    border-bottom: 1px solid #305AD0;
}

 #psmw-palette #footer .social a:hover {
    color: #305AD0;
}

#courses-palette .newsletter input:focus {
	border-bottom: 1px solid #f68026;
}

#courses-palette aside:after {
    background: #f68026;
}

#courses-palette .side-widget ul li {
    border-top: 1px solid #fff;
}

#courses-palette h1, 
#courses-palette h2, 
#courses-palette h3, 
#courses-palette h4, 
#courses-palette h5, 
#courses-palette h6 {
    color: #f68026;
}

#courses-palette #footer a:hover,
#courses-palette #footer .social a:hover ,
#courses-palette a:hover {
    color: #f68026;
}

#courses-palette .newsletter button {
    background: #f68026;
}

#courses-palette .hero-caption h2 {
    color: #fff !important;
}

#courses-palette .pages-list .item h4 {
    color: #1b1b1b !important;
}

#courses-palette .footer-menu li a:after {
    background: #faa25f;
}

#courses-palette .fb-like {
	color: #f68026;
}

#courses-palette .fb-like i {
	color: #f68026;
}

#courses-palette .fb-like:hover {
	background: #f68026;
	color: #fff;
}

#courses-palette .color-primary {
	color: #f68026 !important;
}

#courses-palette .page_header.page_header3 h1 ,
#courses-palette .side-widget ul li a {
    color: #fff !important;
}

#courses-palette #menu>li:hover>a,
#courses-palette #menu>li>a:hover {
    color: #fff;
    background: #f68026;
}

#courses-palette .dir-item h4 {
    color: #3a3a3a !important;
}

#courses-palette .has-megamenu {
    background: #f68026;
}

#courses-palette .top-search form button {
    color: #f68026;
}

#courses-palette .top-search {
    border-bottom: 1px solid #f68026;
}

#courses-palette #menu>li:nth-last-child(2) a,
#courses-palette #menu>li:last-child a {
	background:#faa25f;
}

#courses-palette #menu>li:nth-last-child(2) a:hover,
#courses-palette #menu>li:last-child a:hover,
#courses-palette #menu>li.current-lang a {
	background:#f68026 !important;
	color:#fff;
}

#courses-palette .megamenu .col-md-12 > a {
    color: #fff;
}

#courses-palette .search-trigger {
    color: #f68026;
}

#courses-palette .header-event a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#courses-palette .header-event a:hover {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
}

#courses-palette .button-alt {
	background:#949599;
    color: #fff;
}

#courses-palette .button-alt:hover {
	background-color: #797a7e;
	color: #fff;
}

#courses-palette .page_header {
    background: #f68026 url(../images/header-orange.jpg) no-repeat right center;
    background-size: cover !important;
    background-position: left center !important;
}

#courses-palette .intro + .page_header {
    background: transparent !important;
}

#courses-palette .page_header h1 {
    color: #fff !important;
    background: transparent !important;
}

.event-item .thumb h2 {
    color: #fff !important;
}

#courses-palette .event-place, #courses-palette .event-item .thumb span:before {
    background: #f68026;
    color: #000;
}

.event-single ol ,
.event-single ul {
	margin-bottom:25px;
	padding:0 0 0 20px;
}

.event-single ol li ,
.event-single ul li {
	line-height: 21px;
	color: #3a3a3a;
	padding-left: 20px;
	position: relative;
	margin-bottom: 12px;
}

.event-single li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #2a7c49;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 50%;
}

.speaker {
    margin-top: 30px;
    background: #fff !important;
    display: table;
    width: 100%;
    padding: 30px 15px 10px;
}

.speaker-title {
margin-top:-18px;
}

body.page-id-1176#psmw-palette .accordion-content table td {
	border:none;
	width:100%;
	display:block;
}

body.single-speakers#psmw-palette .page_header h1 {
	color:#fff;
}

body.single-speakers#psmw-palette .page_header {
    background: #305AD0 url(../images/header-3-purple.jpg) no-repeat right center;
}

.tribe-events-calendar .tribe-events-tooltip h3 {
	font-size:18px;	
}

 .tribe-fr + div .tribe-events-ical.tribe-events-button {
 	font-size:0px !important;
 }

 .tribe-fr + div .tribe-events-ical.tribe-events-button:before {
 	content:"+ Exporter les événements";
 	font-size:11px;
	text-align:center;
	display:block; 	
 }
 
 .wp-caption.alignnone.center {
    margin: 0 auto;
}

table.history-table { margin-bottom:30px;}

table.history-table td { border: 1px solid #ccc; }
table.history-table thead td { background-color: #d7a900;color: #fff;font-weight: bold;padding: .75em;}
table.history-table tbody td {padding: .75em;}
table.history-table tbody tr:nth-child(even) { background-color: #eee;}

.more-reports {
    border: 5px solid #2a7c49;
    font-size: 34px;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
    background: transparent;
    cursor:pointer;
}

.more-reports span {
	color:#2a7c49;
	position:relative;
	top:50%;
}

.annual-reports .col-sm-4:not(:first-of-type) {
	display:none;
}

.annual-reports .col-sm-4:last-child {
	display:inline;;
}

.annual-reports.expand .col-sm-4:not(:first-of-type) {
	display:inline;
}

.annual-reports.expand .col-sm-4:last-child {
	display:none;
}

.e-Journal.expand .row:not(:first-of-type) {
	display:none;
}

.e-Journal.expand  h4:not(:first-of-type) {
	display:none;
}

.e-Journal.expand  hr:not(:first-of-type) {
	display:none;
}

.e-Journal .see-all-journals {
	display:none;
}

.e-Journal.expand .see-all-journals {
	display:inline-block;
}

.page-id-1406 .side-widget .subpages > li:first-child ,
.page-id-105 .side-widget .subpages > li:first-child {
	display:none;
}

.full-bio[href*="/fr/"] {
	font-size:0px;
}

.full-bio[href*="/fr/"] i {
	font-size:12px;
	margin-left:7px;
}

.full-bio[href*="/fr/"]:before {
	content:"Biographie complète";
    color: #2a7c49;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.custom-table {
	background:#fff;
	border:1px solid #ccc;
	margin-top:-40px;
}

.custom-table td {
	padding:20px;	
	vertical-align:top;
	border:1px solid #ccc;
}

.custom-table td h4 {
	margin-bottom:0;
}

.custom-table td img {
	display:block;
	margin:0 auto;
	text-align:center;
	float: none;
}

.event-item .event-place {
display:none;}

.tribe-events-calendar .tribe-events-tooltip .tribe-event-categories {
	clear:both;
	margin-top:-10px;
	display:block;
}

.tribe-events-calendar .tribe-events-tooltip .tribe-event-categories + dt {
	font-size:14px;
	color:#000;
	font-weight:700;
}

.tribe-events-calendar .tribe-events-tooltip .tribe-event-categories + dt + a {
	font-size:15px;
	display:table;
	margin-bottom:15px;
}

.home-popup div.custom-form_wrapper {
	position:relative;
    margin-top:15px;
}

.home-popup .custom-form_wrapper label.gfield_label {
	position:relative;
	font-size:0px;
	float:right;
	top:38px;
	font-weight:400;
}

.home-popup .custom-form_wrapper label.gfield_label:before {
	content:"\f0e0";
	font-family:Fontawesome;
	font-size:15px;
	padding-right:15px;
}

.contact-form form {
	margin:0 -15px;
}

@media only screen and (max-width: 599px) {

.contact-form input[type="submit"] {
	margin:20px 15px 0;
	width:calc(100% - 30px);
}

}

@media only screen and (min-width: 600px) {

.contact-form {
	padding-bottom:35px;
	display:table;
}

.contact-form .col-sm-6 {
	width:50%;flot:left;
}

.contact-form input[type="submit"] {
	margin:-30px 15px 0 0;
	width: 50%;
	float:right;
}

}


.snp-pop-665 .gform_fields {
	padding-top:22px;
}

.snp-pop-665 .gform_fields input {
    outline: 0;
    height: 48px;
    font-family: Open Sans;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding: 20px;
    background-position: center center;
    background-repeat: repeat;
    width:100%;
    margin-bottom:14px;
}

.snp-pop-665 .gfield_label {
	display:none;
}

.snp-pop-665 input[type="submit"] {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    letter-spacing: 0.44em !important;
    font-weight: 600 !important;
    border:none;
    text-transform:uppercase;
    width:100%;
}

#snp-pop-665-overlay {
    opacity: 0.93 !important;
}

.snp-pop-5325 .snp-bld-step-1 ,
.snp-pop-5326 .snp-bld-step-1 {
    outline: 0;
    border-width: 0px;
    background-color: #ffffff !important;
    background-position: center center;
    background-repeat: repeat;
}

#snp-pop-5325-overlay ,
#snp-pop-5326-overlay {
    opacity: 0.93 !important;
}

.snp-pop-5325 .gform_fields input ,
.snp-pop-5326 .gform_fields input {
    outline: 0;
    height: 48px;
    font-family: Open Sans;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding: 20px;
    background-position: center center;
    background-repeat: repeat;
    width:100%;
    margin-bottom:14px;
}

.snp-pop-5326 .gfield_label ,
.snp-pop-5325 .gfield_label {
	display:none;
}

.snp-pop-5326 input[type="submit"] ,
.snp-pop-5325 input[type="submit"] {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    letter-spacing: 0.44em !important;
    font-weight: 600 !important;
    border:none;
    text-transform:uppercase;
    width:100%;
}

.snp-pop-5324 .gform_fields {
	padding-top:22px;
}

.snp-pop-5324 .gform_fields input {
    outline: 0;
    height: 48px;
    font-family: Open Sans;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding: 20px;
    background-position: center center;
    background-repeat: repeat;
    width:100%;
    margin-bottom:14px;
}

.snp-pop-5324 .gfield_label {
	display:none;
}

.snp-pop-5324 input[type="submit"] {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    letter-spacing: 0.44em !important;
    font-weight: 600 !important;
    border:none;
    text-transform:uppercase;
    width:100%;
}

#snp-pop-5324-overlay {
    opacity: 0.93 !important;
}

.snp-pop-5324 .snp-bld-step-1 {
    outline: 0;
    border-width: 0px;
    background-color: #ffffff !important;
    background-position: center center;
    background-repeat: repeat;
}



.cp-modal-popup-container .popup_form img {
	margin:0;
}

.cp-modal-popup-container .popup_form p {
	font-size:16px;
}

.cp-modal-popup-container .popup_form input {
    outline: 0;
    height: 48px;
    font-family: Open Sans;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding: 20px;
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    margin-bottom: 14px;
    border-radius:0px;
	font-family:Poppins, sans-serif;
}

.cp-modal-popup-container .popup_form .gfield_label {
	display:none;
}

.cp-modal-popup-container .popup_form input[type="submit"] {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    letter-spacing: 0.44em !important;
    font-weight: 600 !important;
    border: none;
    text-transform: uppercase;
    width: 100%;
    height: 48px;
    border-radius:0px;
    color: #ffff;
    padding: 0 20px;
}

.cp-modal-body ol, .cp-modal-body ol li, .cp-modal-body ul, .cp-modal-body ul li {
	margin:0 !important;
}

.validation_error {
	background: red;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: -15px 0 15px;
}

.gfield_description.validation_message {
	color: red;
	font-size: 13px;
	margin: -5px 0 10px;
}

.instruction.validation_message {
	display:none;
}

.cp-modal-popup-container .popup_form form {
	font-family:Poppins, sans-serif;
}

#courses-palette h4 ul.list li:before,
#courses-palette h4 .chapter-content ul li:before {
    background: #f68026;
}

body.home .validation_error {
display:none !important;
}

.show-en {
display:block;
}

.show-fr {
display:none;
}

body.content-fr .show-fr {
display:block;
}

body.content-fr .show-en {
display:none;
}

.popup_form h3 {
    font-size: 23px;
    margin: 25px 0 15px;
    font-weight: bold;
    color: #1b664e !important;
    font-family: Poppins, sans-serif;
}

.popup_form {
    padding-top: 20px;
    text-align: left;
}


@media only screen and (max-width: 599px) {

	body .home-popup {
		padding: 120px 0 0 !important;;
		text-align:left;
	}

.popup-img {
    width: calc(100% + 30px);
    height: 100px;
    position: absolute;
    top: -5px;
    left: -15px;
}
	
.home-popup h3 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-right: 50px;
    line-height: 1.3;
}
	
	.home-popup form {
		margin: -25px 0 15px
	}	
	
	.home-popup .custom-form_wrapper label.gfield_label {
		top:37px;
	}	
	
	.home-popup input:not([type="submit"]) {
		padding-right:55px !important;;
	}	
	
}

@media only screen and (min-width: 600px) and (max-width: 767px) {


	body .home-popup {
		padding: 140px 0 0 !important;;
		text-align:left;
	}

.popup-img {
    width: calc(100% + 30px);
    height: 100px;
    position: absolute;
    top: -5px;
    left: -15px;
}
	
.home-popup h3 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-right: 50px;
    line-height: 1.3;
}
	
	.home-popup form {
		margin: -25px 0 0px;
	}	
	
	.home-popup .custom-form_wrapper label.gfield_label {
		top:39px;
	}	
	
	.home-popup input:not([type="submit"]) {
		padding-right:55px !important;;
	}	
}

.gform_confirmation_message {
    color: #1b664e;
    border-top: 1px solid #1b664e;
    border-bottom: 1px solid #1b664e;
    text-align: center;
    padding: 15px;
}

.wpuf-dashboard-navigation, h2.page-head {
	display:none;
}

.wpuf-dashboard-content {
	float:none;
	width:100% !important;
}

.wpuf-dashboard-content strong {
	display:inline !important;
}



.page-id-5749 h3 {
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
}

.page-id-5749 .wpuf-message {
	max-width:400px;
	margin:0 auto 15px;
	text-align:center;
}

#lostpasswordform,
#loginform {
	background:#fff;
	padding:30px 30px 15px;
	max-width:400px;
	margin:0 auto;
}

#lostpasswordform + p,
#loginform + p {
	text-align:center;
	margin-top:25px;
	font-size:14px;
}

#loginform + p {
	font-size:0px;
}

#loginform + p a {
	font-size:14px;
}

#loginform + p a:first-child {
	display:none;
}


#lostpasswordform + p {
	font-size:0px;
}

#lostpasswordform + p a {
	font-size:14px;
}

#lostpasswordform + p a:last-child {
	display:none;
}


#lostpasswordform + p a,
#loginform + p a {
	margin:0 10px;
}

#lostpasswordform input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) ,
#loginform input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    min-height: 45px;
    padding: 0 20px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #e3e3e3;
}

#lostpasswordform input[type="submit"] ,
#loginform input[type="submit"] {
	display: inline-block;
	line-height: 49px;
	background-color: #2a7c49;
	border:none;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 27px;
}

#lostpasswordform input[type="submit"]:hover ,
#loginform input[type="submit"]:hover {
	background-color: #1d563b;
	color: #fff;
}

#lostpasswordform br,
#loginform br {
	display:none;
}

#lostpasswordform label,
#loginform label {
	margin:0 0 10px;
}

[for="wpuf-rememberme"] {
	font-size:13px;
	font-weight:500;
}

#wpuf-rememberme {
	position:relative;
	top:2px;
}

.page-template-account table {
	background:#fff;
}

.page-template-account table p {
	margin:0;
}

.page-template-account table td{
	border:1px solid #ddd !important;
	vertical-align:middle;
	padding:15px 25px !important;
}

.page-template-account table th {
	background:#1b664e;
	color:#fff;
	padding:15px 25px !important;
}

.wpuf-pagination {
	margin-top:25px;
}

.wpuf-pagination br {
	display:none;
}

.wpuf-pagination span {
	background:#1b664e !important;
	color:#fff !important;
	padding:3px 10px !important;
}

.wpuf-pagination a {
	color:#1b664e !important;
	border:1px solid #aaa !important;
	padding:3px 10px !important;
}

.wpuf-update-profile-form  {
	padding:30px;
	background:#fff;
}

.wpuf-update-profile-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.page-template-account .wpuf-form-add input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    min-height: 45px;
    padding: 0 20px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #e3e3e3;
}

.page-template-account .wpuf-form-add {
    padding: 20px 30px;
    background: #fff;
}

.wpuf-update-profile-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	margin-bottom:10px;	
}

.wpuf-update-profile-form label {
	margin:0;
}

#wpuf-account-update-profile,
.page-template-account .wpuf-form-add input[type="submit"] {
	display: inline-block;
	line-height: 49px;
	background-color: #2a7c49;
	border:none;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 27px;
	float:right;
}

#wpuf-account-update-profile {
	float:none;
	margin-top:15px;
}

#wpuf-account-update-profile:hover ,
.page-template-account .wpuf-form-add input[type="submit"]:hover {
	background-color: #1d563b;
	color: #fff;
}

.wpuf-form.wpuf-update-profile-form br,
.page-template-account .wpuf-form-add br {
	display:none;
}

.page-template-account .wpuf-form-add .wpuf-submit {
	padding:0 15px;
}

#wpuf-post-draft {
    color: #1d563b;
    box-shadow: none;
    font-weight: 500;
    border-bottom: 1px solid #1d563b;
    padding: 0;
    margin-top: 10px;
    border-radius: 0px;
}

.page-template-account .wpuf-form-add ul.wpuf-form li {
	padding:0 !important;
}

.wpuf-form.wpuf-update-profile-form ul.wpuf-form li {
	padding:0px 15px !important;
}

.wpuf-user-loggedin {
	text-align:center;
}

@media only screen and (max-width: 767px) {

.page-template-account table.items-table {
    min-width: 100%;
}

}

@media only screen and (max-width: 767px) {
  
.hero-caption .button-alt {
    padding: 0 15px;
}

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 .resources-inner {
    padding: 0;
}

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 {
    margin-top: 0;
}

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 .resources-inner td {
	display:block !important;
	width:100% !important;
}
}

@media only screen and (max-width: 480px) {

div.board-of-directors .dir-item img {
    position: relative;
    top: 0px;
    left: 0;
    transform: none;
    margin-bottom: 15px;
}

.board-of-directors .dir-item a {
    position: relative;
    right: 0;
    bottom: 0 !important;
}

.page-id-1327 table,
.page-id-1327 table td {
	display: table !important;
	width:100% !important;
	text-align:center;
}	

.page-id-1327 table td a {
	display: table !important;
	margin:0 0 20px;
}	

.page-id-1327 table td a img {
	height:auto;
	width:auto;
	max-width:200px;
	margin:0;
}

}

@media only screen and (min-width: 481px) and (max-width: 991px) {

.page-id-1327 table {
	display: table !important;
	width:100% !important;
	text-align:center;
}	

.page-id-1327 table td a {
	display: table !important;
	margin:0 0 20px;
}	

.page-id-1327 table td a img {
	height:auto;
	width:auto;
	max-width:140px;
	margin:0;
}

div.board-of-directors .dir-item img {
    top: 25px !important;
    transform: none;
}

.board-of-directors .dir-item {
    padding: 20px 20px 20px 135px;
}

.board-of-directors .dir-item a {
    position: relative;
    right: 0;
    bottom: 0 !important;
}


}

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 {
    padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.intro + .page_header + .resources-wrapper .blog-listing .col-sm-9 .resources-inner {
    padding: 0px 0 50px 0px;
}

}


.wpuf-dashboard-content .wpuf-fields input[type=checkbox] ,
.wpuf-dashboard-content .wpuf-fields input[type=radio] {
	width:auto !important;
	min-width:auto !important;
	margin:0 5px 0 0 !important;
	position:relative;
	top:1.5px;
}

[data-type="radio"] p,
[data-type="checkbox"] p {
	margin-bottom:0;
}

.wpuf-dashboard-content .wpuf-fields select {
    min-height: 45px;
    padding: 0 20px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #e3e3e3;
}

.wpuf-dashboard-content .wpuf-fields textarea {
    min-height: 120px;
    padding: 15px 20px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #e3e3e3;
}

ul.wpuf-form li .wpuf-section-wrap h2.wpuf-section-title {
    margin: 0;
    font-size: 20px;
    display: block;
}

ul.wpuf-form li .wpuf-section-wrap.full {
	min-width:100%;
}

ul.wpuf-form li .wpuf-fields p {
  margin:0;
}

.sponsors-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sponsors-list .item:not(:first-child) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.landing {
    position: fixed;
    top: 0;
    z-index: 7777;
    width: 100%;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
	opacity:1;
	visibility:visible;
	transition:0.4s;
}

.landing.act {
	opacity:0;
	visibility:hidden;
	transition:0.4s;
}

html, body {
	width:100%;
	height:100%;
}

.hero-carousel .carousel-indicators {
	position: absolute;
	bottom: 25px;
	right: 75px;
	z-index: 11;
}

.hero-carousel .carousel-indicators li {
	float: left;
	margin: 0 3px;
	background: #fff;
	font-size: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	border: none;
	opacity: 0.4;
}

.hero-carousel .carousel-indicators li.active {
	opacity: 1;
}

@media only screen and (min-width: 250px) and (max-width: 551px) {

.sponsors-table tr td{
	display:block;
	width:100% !important;
	height:auto !important;
	padding:10px 20px;
}

.sponsors-table tr td img {
	height:auto;
	max-height:80px;
	max-width:130px;
	width:auto;
	margin:0 auto;
	display:block;
	float:none !important
}

}

@media only screen and (min-width: 552px) and (max-width: 991px) {

.sponsors-table {
	width:100%;
}

.sponsors-table tr td{
	width:auto !important;
	height:auto !important;
	padding:10px 20px;
}

.sponsors-table tr td img {
	height:auto;
	max-height:80px;
	max-width:130px;
	width:auto;
	margin:0 auto;
	display:block;
	float:none !important
}

}

[data-slide-to="0"]:last-child {
	display:none;
}

.landing .pd-week h1 span:last-child {
    background: transparent;
    position: relative;
    top: 20px;
    line-height: 70px !important;
    display: table;
    padding-bottom: 17px;
}


.contact-form {
	padding-bottom:150px;
}

.contact-form .ginput_recaptcha {
	position:absolute;
	bottom:130px;
	right:60px;
}

.contact-form .captcha-wrap .gfield_label {
	display:none !important;
	visibility:hidden
}

body .contact-form .gform_footer {
	top: 100px !important;
	position: relative;
}

.contact-form {
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.contact-form .ginput_recaptcha {
	position:absolute;
	bottom:130px;
	right:5px;
	transform:scale(0.9);
}

}

body.disable-popup {
	overflow:auto;
}

.disable-popup .cp-module {
	display:none !important;
}

.event-footer .button-alt {
	font-size:11px;
}

.page-id-7046 .more-reports {
	display:none;
}

.page-template-templatesevent-submit-php .acf-form .panel-default>.panel-heading {
    color: #fff;
    background-color: #1b674e;
    border:none;
}

.page-template-templatesevent-submit-php .acf-form .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.page-template-templatesevent-submit-php .acf-form .panel-default {
    border:none;
}

.page-template-templatesevent-submit-php .acf-form  .panel {
    margin-bottom: 30px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-template-templatesevent-submit-php .acf-form .panel-title {
	margin:0;
	text-transform:uppercase;
	font-size:20px;
	padding:8px 15px;
}

.page-template-templatesevent-submit-php .acf-form .panel-title a {
	pointer-events:none;
}

.page-template-templatesevent-submit-php .acf-field select,
.page-template-templatesevent-submit-php .acf-form input[type="text"] {
	border:1px solid #ddd;
	height: 40px;
	padding:0 20px !important;
}

.page-template-templatesevent-submit-php .acf-form textarea {
	border:1px solid #ddd;
	height: 100px;
	padding:15px 20px !important;
}

.page-template-templatesevent-submit-php .acf-field-wysiwyg textarea {
    resize: vertical;
    max-height: 150px !important;
    border: none;
}

.page-template-templatesevent-submit-php .acf-editor-wrap .wp-editor-container {
    border: 1px solid #ddd !important;
}

.page-template-templatesevent-submit-php .acf-button.button {
	display:table;
	padding: 0 25px !important;
	line-height:45px;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	margin-top:15px;
	margin-left: 0;
}

.page-template-templatesevent-submit-php .acf-button.button:hover {
	color:#fff !important;
	background:#12553f;
}

.page-template-templatesevent-submit-php .acf-table .acf-button.button {
	width: 150px;
	text-align:center;
}

.page-template-templatesevent-submit-php .acf-form .panel-group .panel+.panel {
    margin-top: 35px;
}

.page-template-templatesevent-submit-php .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.page-template-templatesevent-submit-php .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 0;
}

.page-template-templatesevent-submit-php .select2-container .select2-selection--single {
    height: 40px;
}

.page-template-templatesevent-submit-php .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}


.wpuf-dashboard-container th {
	background:#1b674e;
    border:1px solid #1b674e !important;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
    padding: 15px 25px !important;
}

.wpuf-dashboard-container tr td {
    border:1px solid #aaa !important;
    color:#000 !important;
    vertical-align: middle;
    padding: 15px 25px !important;
    background:#fff;
}    

.wpuf-dashboard-container tr td:last-child {
	text-align:center;
}    

.wpuf-dashboard-container tr td:last-child a {
    color:#1b674e;
    position:relative;
}    

.wpuf-dashboard-container tr td:last-child a:after {
	content: "";
	background: #1b674e;
	width: 0%;
	right: 0;
	left: auto;
	bottom: 0;
	position: absolute;
	height: 1px;
	transition: .4s;
}

.wpuf-dashboard-container tr td:last-child a:hover:after {
	width: 100%;
	transition: .4s;
	right: auto;
	left: 0;
}

ol[style*="lower-alpha"] {
	margin-bottom:20px;
}

ol[style*="lower-alpha"] li {
    list-style: lower-alpha;
    margin-bottom:10px;
    padding-left: 10px !important;
}

.accordion-content table tr td .more-text p:last-child ,
.accordion-content table tr td .more-text p:nth-last-child(2),
.accordion-content table tr td .more-text p:nth-last-child(3),
.accordion-content table tr td .more-text p:nth-last-child(4),
.accordion-content table tr td .more-text p:nth-last-child(5) {
	display:none;
}

.accordion-content table tr td .more-text p:first-child,
.accordion-content table tr td .more-text p:nth-child(2) {
	display:block !important;
}

.accordion-content table tr td .more-text p.expand {
    display:block !important;
}

.ui_tpicker_second {
	display:none !important;
}

.accordion-content table {
    margin: 0 0px;
    width: 100%;
}

.page-template-blog .blog-listing .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.page-template-blog .blog-item {
	height:100%;
	padding-bottom:15px;
}

.page-template-blog .blog-item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height:110px;
}

.page-template-blog .blog-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

div#app-body span.errorMessage {
	display:none;
}
.form-horizontal .control-label{
	text-align: left;
	width:172px;
}
.lang-active {
	font-weight: bold;
	text-decoration: underline;	
}
.pull-right a{margin:0 10px;}
[id^=popover]{width: max-content;max-width:320px;}
.event_popover_title, .event_popover_description {
  word-break: break-word;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
}
.tribe-bar-submit-active {
	background: #E7A513 !important;
}
.tribe-bar-submit input[type=submit].tribe-bar-submit-active:hover {
	background: #DA9806 !important;
}
.fc-header-left{
	width:100% !important;
}
.fc-button-next{
	float:right;
}
.fc-prev,.fc-next{
	font-size: 15px;
	font-weight: 700;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.tribe-bar-submit input[type=submit]:hover {
	background-color: #006225 !important;
}

.fc-event {
	background-color: #FAECCF !important;
	color:#000 !important;
}
.fc-view .fc-widget-header {
	background-color: #006225 !important;
	color: #fff;
	border-left: 1px solid #006225 !important;
	border-right: 1px solid #006225 !important;
	padding: 1em 5px !important;
}

.fc-event-type-Important{
	background-color:rgb(153 217 234) !important;
}
