.tooltipck-tip {
	min-height: max-content;
    background: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
    color: rgb(102, 102, 102);

}

.tooltipck-tip:before {
	content: "Footnote";
/* 	position: absolute; */
	background: #82282b;
	color: #fff;
	width: 100%;
	display: block;
	padding: 5px 10px;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	font-weight: bold;
	
}

.tooltipck-inner {
	padding: 5px;
	
}

a {
	color: #82282b;
	
}

@media (max-width: 768px) {
	.tooltipck-tip {
		position: absolute;
		margin-left: auto !important;
		margin-right: auto !important;
		left: 0 !important;
		right: 0;
		
	}
	
}

/* Fixing small title issues on blog posts */
@media (max-width: 767px) {
	.et_pb_portfolio_item h2, .et_pb_post h2, .et_pb_title_container h1 {
		font-size: 26px;
		
	}
	
}


/* Newsletter Footer Updates 1/24 -JF */
.newsletter-box {
	display: block;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #c0805a;
	padding: 15px;
	
}

.newsletter-content {
	margin-bottom: 15px;
	display: block;
	color: #666666;
	text-align: center;
	
}

a.btn.newsletter-btn {
	display: block;
	white-space: nowrap;
	transition: 250ms;
	padding: 15px;
	background: #fff;
	color: #82282b !important;
	border: 1px solid #82282b;
	border-radius: 5px;
	
}

a.btn.newsletter-btn:hover {
	color: #fff !important;
	background: #82282b;
	transform: scale(1.05);
	box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, .25);
	
}

.footer-widget:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.sidebar-newsletter-box a.btn.newsletter-btn {
	text-align: center;
	
}

@media (min-width: 450px) {
	.newsletter-box {
		display: flex;
		justify-content: space-around;
		
	}
	
	.newsletter-signup {
		display: flex;
		align-self: center;
		
	}
	
}

@media (min-width: 1080px) {
	.newsletter-box {
		display: block;
		
	}
	
	.newsletter-signup {
		display: block;
		
	}
	
}

@media (min-width: 980px) and (max-width: 1200px) {
	.newsletter-box.sidebar-newsletter-box {
		display: block;
		
	}
	
	.sidebar-newsletter-box a.btn.newsletter-btn {
		white-space: initial;
		padding: 15px;
		text-align: center;
		
	}
	
}

a.download-link {
	text-decoration: none;
	transition: 250ms;
	background: #82282b;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #82282b;
	
}

a.download-link:hover {
	box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, .25);
	color: #82282b;
	background: #fff;
	
}

@media (max-width: 500px) {
	body img.alignleft {
		display: block;
		width: 100%;
		
	}
	
	body img.alignright {
		display: block;
		width: 100%;
		
	}
	
}