.gradient {
	background: white;
}

.textGreen {
	color: #009B3F;
}

.textOrange {
	color: #FF9100;
}

.bgOrange {
	background-color: #FF9100;
}

.bgGreen {
	background-color: #009B3F;
}

.borderGreen {
	border-color: #009B3F;
}

.sectionShade {
	background-color: #F9FAFC;
}

.textDark {
	color: #6C625B
}

.footerBg1 {
	background-color: #594A40;
	color: #FFFFFF;
}

.footer1DarkText {
	color: #594A40;
}

.footerBg2 {
	background-color: #43362E;
	color: #F2F4F8;
}

.footerLightText {
	color: rgba(242, 244, 248, 0.5);
}

a:hover {
	font-weight: bolder;
}

.add-shadow {
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.35);
}

.eachTeamMember {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.eachTeamMember:hover {
	cursor: pointer;
}

.eachTeamMember:hover img {
	border: 6px solid green;
}

.eachTeamMember:hover p {
	font-weight: bolder;
}

.eachTeamMember:hover h4 {
	font-weight: bolder;
}

.modalIntroImage {
	background-repeat: no-repeat;
	background-position: center top;
	/* background-attachment: fixed; */
	background-size: cover;
	-webkit-box-shadow: 0px 10px 17px -14px rgba(46,30,15,1);
-moz-box-shadow: 0px 10px 17px -14px rgba(46,30,15,1);
box-shadow: 0px 10px 17px -14px rgba(46,30,15,1);
}
@media (max-width:767px) {
	
.modalIntroImage {
	background-size: contain;
	/* filter: blur(8px);
  -webkit-filter: blur(8px); */
	}
}

.descScroll {
	flex-basis: 0;
	/* height: 417px; */
}

.modalBulImage {
	background-repeat: no-repeat;
	background-position: center top;
	/* background-attachment: fixed; */
	background-size: 100% auto;
}

/* .bulImg {
			background-color: #5f665b;
		}
		
		.bulImg.lazy-bg-loaded {
			background-image: url('../images/bul_form.jpg');
		} */

.top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}

.innerTitle {
	background-color: #2d5a38;
}

.innerTitle.lazy-bg-loaded {
	background-image: url('../images/bginnertitle.jpg');
	background-size: cover;
	background-attachment: fixed;
}

.container {
	widows: 100% !important;
}

@media (max-width:1023.9px) {
	.hiddenLG {
		display: none;
	}
}

@media (min-width:1024px) {
	.hiddenLG {
		display: block;
	}
}

.tab-selected {
	background: rgb(75, 85, 99) !important;
	color: white !important;
}

.partnersBorder {
	border-right: 2px solid #EEEEEE;
	border-bottom: none;
}
@media (max-width:767px) {
	.partnersBorder {
		border-bottom: 2px solid #EEEEEE;
		border-right: none;
	}
}

.article-image {
	
	max-height: 256px;
	object-fit: contain;
}


.card-hide {
    display: none;
}

.card-holder{
    cursor:pointer;
}

    .card-holder:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
        border-radius: 10px;
    }

.card-holder:hover .card-hide{
    display:inline;
}


.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.p-12
{
	padding: 3rem;
}

.pb-8 {
	margin-bottom: 2rem;
}

.responsive-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 42%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#navBarMain {
    z-index: 2 !important;
    left: 0px;
    right: 0px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
 
}

.blogPostPreviewCard {
	background-color: #f6f6f6;
	max-width: 1100px;
}

.blurBlogTitleImageBg{
	/* filter: blur(8px);
  -webkit-filter: blur(8px); */
}
.titleLayerBgColorOverlay {
	/* background-color: rgba(0, 0, 0, 0.8); */
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+19,000000+100&0.9+13,0.6+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 13%, rgba(0,0,0,0.88) 19%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 13%,rgba(0,0,0,0.88) 19%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 13%,rgba(0,0,0,0.88) 19%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */

}
