/*
	Theme Name: VABreeze
	Description: DRPT VABreeze WordPress Theme
	Version: 1.0
	Author: Reingold
	Author URI: http://reingold.com

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#menu-main-navigation{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
body .va-agency-bar-container{
	z-index: 10000!important;
}
#bbarTranslate-menu ul li:before{
	content: none!important;
}
#bbarTranslate-menu ul li{
	margin-bottom: 0!important;
}

/* Skip Navigation Link - Accessibility */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:focus {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: auto;
	height: auto;
	padding: 1rem 1.5rem;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
	background: #002B5C;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.skiplink:focus {
	z-index: 50000;
	border-radius: 5px;
	top: 20px;
	left: 20px;
}
#carouselId[data-slides-count="0"], #carouselId[data-slides-count="1"] .carousel-indicators{
	display: none;
}