.page-header.has-featured-image .button {
	border-color: #fff;
}

.page-header.has-featured-image .button:hover,
.page-header.has-featured-image .button:focus {
	border-color: #36a7e4;
}

.pre-load {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* Adding Anniversary Logo to Footer - 4/27/20 */

.footer-widgets .wrap {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.footer-widget-area {
	width: auto;
}

.footer-widgets-2 {
	width: auto;
	float: left;
}

.footer-widget-area:first-of-type {
	-webkit-flex: 1 1 30%;
	    -ms-flex: 1 1 30%;
	        flex: 1 1 30%;
}

.footer-widget-area:nth-of-type(2) {
	margin: 0 50px;
	-webkit-flex: 1 1 calc(15% - 100px);
	    -ms-flex: 1 1 calc(15% - 100px);
	        flex: 1 1 calc(15% - 100px);
}

.footer-widget-area:last-of-type {
	-webkit-flex: 25%;
	    -ms-flex: 25%;
	        flex: 25%;
}

@media only screen and (max-width: 1279.98px) {
	.footer-widget-area:first-of-type {
		-webkit-flex: 0 1 50%;
		    -ms-flex: 0 1 50%;
		        flex: 0 1 50%;
	}

	.footer-widget-area:nth-of-type(2) {
		margin: 0 0 0 50px;
		-webkit-flex: 1 1 calc(50% - 50px);
		    -ms-flex: 1 1 calc(50% - 50px);
		        flex: 1 1 calc(50% - 50px);
		max-width: 200px;
	}

	.footer-widget-area:last-of-type {
		-webkit-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
}
/*
@media only screen and (max-width: 1279.98px) {
	.footer-widget-area:first-of-type {
		-webkit-flex: 0 1 50%;
		    -ms-flex: 0 1 50%;
		        flex: 0 1 50%;
	}

	.footer-widget-area:nth-of-type(2) {
		margin: 0 0 0 50px;
		-webkit-flex: 1 1 calc(50% - 50px);
		    -ms-flex: 1 1 calc(50% - 50px);
		        flex: 1 1 calc(50% - 50px);
		max-width: 200px;
	}

	.footer-widget-area:last-of-type {
		-webkit-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
}
*/
@media only screen and (max-width: 1279.98px) {
	.footer-widget-area:first-of-type {
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}

	.footer-widget-area:nth-of-type(2) {
		margin: 0 50px 0 0;
		-webkit-flex: 1 1 calc(50% - 50px);
		    -ms-flex: 1 1 calc(50% - 50px);
		        flex: 1 1 calc(50% - 50px);
		max-width: 200px;
	}

	.footer-widget-area:last-of-type {
		-webkit-flex: 50%;
		    -ms-flex: 50%;
		        flex: 50%;
	}
}

/* Hide Sharpspring pre-load div */

.pre-load {
	display: none;
}



/* Cards with Background used on Careers page */

.card-with-background {
	text-align: left;
	background-size: cover !important;
	
	.card-text-header {
		width: 100%;
		color: #fff;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		
		img {
			width: 40px;
			height: auto;
			margin-bottom: 0;
		}
		
		h4 {
			color: #fff;
			text-transform: uppercase;
			font-size: 24px;
			padding-left: 20px;
			margin: 0;
			margin-bottom: 0;
		}
	}
	
	.card-text {
		width: 100%;
		color: #fff;
		margin-top: auto;
		padding-top: 100px;
		
		p {
			line-height: 1.2;
			font-size: 20px;
			margin-bottom: 0;
		}
	}
}

/* Make inline links in CTA section white */

.entry-cta p a:not(.button),
.entry-cta p a:not(.button):visited,
.entry-cta p a:not(.button):focus,
.entry-cta p a:not(.button):hover {
	color: #fff;
	text-decoration: underline;
}



/* Gravity Forms fixes */
.gform_wrapper.gravity-theme label {
	margin: 0;
	margin-bottom: 8px;
}