/* CSS to over ride styles */

.wvtf-custom-1 { /* Page class */

	.vt-wordMark,
	.vt-actions-header,
	.vt-breadcrumbs,
	.vt-logo-text,
	.vt-one-headerRow {
		display: none;
	}
	
	.header {
		
		.vt-skip-navLink:focus {
			background-color: #237BBD;
			outline-color: black;
			color: white;
		}
	
		.vt-one-preHeader { /* eyebrow */
			background: white;
			justify-content: space-between;
	
			:focus {
				outline-color: black;
			}
	
			.vt-universal-access .vt-access-toggle-icon {
				filter: invert(1);
			}
		}
	}
	
	.vt-page-path {
		background-color: #237BBD !important; /* True Blue */
		padding: 1em 0;
	}

	footer {
		background-color: #237BBD;
		
		.vt-footer-bottom,
		.vt-footer-row:first-child {
			display: none;
		}
	
		.footer-content.active {
			background-color: #237BBD;
		}
	}
}

.wvtf-custom-2 { /* Page class */
	.vt-wordMark,
	.vt-actions-header,
	.vt-breadcrumbs,
	.vt-logo-text,
	.vt-one-headerRow {
		display: none;
	}
	.header {
		border-bottom: 0;
		
		.vt-skip-navLink:focus {
			background-color: #237BBD;
			outline-color: black;
			color: white;
		}
	
		.vt-one-preHeader { /* eyebrow */
			background: white;
			justify-content: space-between;
	
			:focus {
				outline-color: black;
			}
	
			.vt-universal-access .vt-access-toggle-icon {
				display: none;
			}
		}
	}
	.vt-page-path {
		display: none;
	}
	footer {
		display: none;
	}
	#vt_main .wvtf-ctaLink { /* Custom links */
		background-color: #D62021;
		border-color: #D62021;
		text-transform: uppercase;
		&:hover {
			background-color: #cf4b4c;
		}
	}
}
