body {
	line-height: 1;
}

.a3-top-navbar {
	display: block;
}


	.a3-top-navbar ul {
		list-style: none;
	}

	.a3-top-navbar, .a3-top-navbar div, .a3-top-navbar a, .a3-top-navbar ul, .a3-top-navbar li {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

/* Demo Styles */
html, body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #212529;
	text-align: left;
	background-color: #fff;
}


/* Navbar Styles */

.hidden {
	display: none !important;
}

.a3-top-navbar {
	background: #344250;
	color: white;
	height: 60px;
	border-bottom: 4px solid #0074c8;
}

	.a3-top-navbar .property-nav {
		background: #344250;
		color: white;
	}

		.a3-top-navbar .property-nav ol {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			list-style: none;
			border-radius: .25rem;
			background: #344250;
			border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		}

		.a3-top-navbar .property-nav li {
			font-size: 12px;
			font-weight: 500;
			text-transform: uppercase;
			border-right: 1px solid rgba(255, 255, 255, 0.2);
		}

		.a3-top-navbar .property-nav a {
			color: white;
			display: block;
			padding: 1rem 1.5rem;
			text-decoration: none;
		}

			.a3-top-navbar .property-nav a.text-primary {
				color: #ff9500 !important;
			}

	.a3-top-navbar .d-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		background: #344250;
		color: white;
	}

	.a3-top-navbar .headerContainer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-top: 0;
	}

	.a3-top-navbar .brand {
		display: block;
		height: 60px;
		width: 160px;
		background-size: 150px;
		background-position: center -7px;
		margin: 0 auto;
	}

	.a3-top-navbar .left-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.a3-top-navbar .right-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

		.a3-top-navbar .right-group a {
			font-size: 1.25em;
			display: block;
			padding: 1.5rem 1.25rem;
			color: white;
			text-transform: uppercase;
			text-decoration: none;
		}

	.a3-top-navbar .primary {
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

		.a3-top-navbar .primary > li > a {
			display: block;
			padding: 1.5rem 0.83rem;
			color: white;
			text-transform: uppercase;
			text-decoration: none;
			margin-top: -4px;
		}

		.a3-top-navbar .primary > li:hover a, .a3-top-navbar .primary > li.active a {
			background-color: #0074c8;
			border-bottom: 4px solid transparent;
			border-top: 4px solid #0074c8;
		}

			.a3-top-navbar .primary > li:hover a#joinMeLoginLink {
				background-color: transparent !important;
				border-bottom: 4px solid transparent !important;
				border-top: 4px solid transparent !important;
			}

		.a3-top-navbar .primary > li.active a {
			border-top: 4px solid #ff9500;
		}

		.a3-top-navbar .primary > li.active a {
			margin-top: -4px;
		}

		.a3-top-navbar .primary > li .level-two a {
			border: 0;
		}

		.a3-top-navbar .primary > li:hover .level-two {
			display: block;
		}

	.a3-top-navbar .chevron {
		position: absolute;
		top: 2px;
		right: 1rem;
		font-size: 2em;
	}

	.a3-top-navbar .dropdown {
		margin: 0;
		padding: 0;
		display: none;
		position: absolute;
		background: #0074c8;
		min-width: 160px;
		-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
		width: 220px;
	}

		.a3-top-navbar .dropdown li {
			border-left: 0;
		}

	.a3-top-navbar .right-group .dropdown {
		display: none;
		position: absolute;
		top: 61px;
		right: 0;
		min-width: 160px;
		-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.a3-top-navbar .level-two > li {
		position: relative;
		text-align: left;
	}

		.a3-top-navbar .level-two > li > a {
			display: block;
			padding: 1rem;
			color: white;
			text-transform: uppercase;
			text-decoration: none;
		}

			.a3-top-navbar .level-two > li > a:hover {
				background: rgba(255, 255, 255, 0.1);
			}

	.a3-top-navbar .level-two li.child:hover > a {
		background: rgba(255, 255, 255, 0.1);
	}

	.a3-top-navbar .level-two li.child:hover .level-three {
		display: block;
	}

	.a3-top-navbar .level-three {
		top: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

		.a3-top-navbar .level-three > li {
			position: relative;
		}

			.a3-top-navbar .level-three > li > a {
				display: block;
				padding: 1rem;
				color: white;
				text-transform: uppercase;
				text-decoration: none;
			}

				.a3-top-navbar .level-three > li > a:hover {
					background: rgba(255, 255, 255, 0.1);
				}

	.a3-top-navbar .user {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

		.a3-top-navbar .user li {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			border-left: 1px solid rgba(255, 255, 255, 0.2);
			height: 70px;
		}

		.a3-top-navbar .user .dropdown li {
			height: auto;
		}

	.a3-top-navbar ul.secondary .ico-20 {
		font-size: 20px;
		display: block;
	}

	.a3-top-navbar ul.secondary .ico-16 {
		font-size: 16px;
		vertical-align: sub;
		margin-right: 5px;
	}

	.a3-top-navbar .user li:last-of-type a {
		position: relative;
		margin-top: 0px;
		width: 100%;
		display: block;
		height: 21px;
	}

		.a3-top-navbar .user li:last-of-type a img {
			display: block;
			z-index: 99;
			width: 22px;
			margin-top: -5px;
		}

	.a3-top-navbar .user img {
		position: relative;
		width: 16px;
		margin-top: 2px;
	}

	.a3-top-navbar .user .icon-wrap {
		position: relative;
	}

	.a3-top-navbar .badge {
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		position: absolute;
		top: 13px;
		right: 7px;
		width: 15px;
		height: 15px;
		font-size: 9px;
		font-weight: 500;
		padding: 0;
		line-height: 13px;
		border-radius: 100%;
		border: 1px solid #39433f;
		background: #ff9500;
		color: white;
	}

	.a3-top-navbar ul.secondary .dropdown li.agency-info, .a3-top-navbar ul.secondary .dropdown li a {
		padding: 1rem !important;
	}

	.a3-top-navbar ul.secondary .dropdown li.agency-info {
		border-bottom: 1px solid rgba(255,255,255,1);
	}

	.a3-top-navbar ul.secondary .dropdown h3 {
		font-size: 16px;
		font-weight: 700;
		margin-top: 0;
		margin-bottom: 10px;
		color: white;
		float: none;
	}



.sub-header-text {
	background: #e6f0f7;
	color: #0074c9;
	font-size: 11px;
	font-weight: 700;
	padding: 0.7rem 0rem !important;
}

	.sub-header-text div {
		padding: 0 15px;
	}


/* secondary */
.a3-top-navbar .secondary {
	margin: -4px 0 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

	.a3-top-navbar .secondary > li > a {
		display: block;
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		margin-top: -1px;
	}

	.a3-top-navbar .secondary > li > a {
		padding-top: 24px;
	}

	.a3-top-navbar .secondary > li:hover a,
	.a3-top-navbar .secondary > li.active a {
		background-color: #0074c8;
		border-top: 0px solid transparent;
	}

.secondary li .dropdown a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.secondary .dropdown a {
	font-size: 12px;
}

.a3-top-navbar .secondary > li .level-two a {
	border: 0;
}

.a3-top-navbar .secondary > li:hover .level-two {
	display: block;
}
/* switch */
.a3-top-navbar .switch {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 35px;
	margin-right: 1.25rem;
	margin-top: -3px;
}

	.a3-top-navbar .switch:before {
		display: block;
		position: absolute;
		top: 4px;
		left: 50%;
		font-size: 8px;
		font-weight: 500;
		content: "Off";
		color: #ff9500;
		z-index: 10;
		text-transform: uppercase;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.a3-top-navbar .switch:after {
		display: block;
		position: absolute;
		bottom: 4px;
		left: 50%;
		font-size: 8px;
		font-weight: 500;
		content: "On";
		color: white;
		z-index: 10;
		text-transform: uppercase;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.a3-top-navbar .switch input {
		opacity: 0;
		visibility: hidden;
	}

	.a3-top-navbar .switch .slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: white;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

		.a3-top-navbar .switch .slider:before {
			position: absolute;
			content: "";
			height: 16px;
			width: 16px;
			left: 4px;
			bottom: 4px;
			background-color: #ff9500;
			-webkit-transition: .3s;
			-o-transition: .3s;
			transition: .3s;
			z-index: 20;
		}

	.a3-top-navbar .switch input:checked + .slider {
		background-color: #ff9500;
	}

	.a3-top-navbar .switch input:focus + .slider {
		-webkit-box-shadow: 0 0 1px #ff9500;
		box-shadow: 0 0 1px #ff9500;
	}

	.a3-top-navbar .switch input:checked + .slider:before {
		-webkit-transform: translateY(-11px);
		-ms-transform: translateY(-11px);
		transform: translateY(-11px);
		background-color: white;
	}

/*Isolated Switch */
.toggle-switch-vertical {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 35px;
	margin-right: 1.5rem;
	border: 1px solid #ddd;
}

	.toggle-switch-vertical:before {
		display: block;
		position: absolute;
		top: 4px;
		left: 50%;
		font-size: 8px;
		font-weight: 500;
		content: "Off";
		color: #ff9500;
		z-index: 10;
		text-transform: uppercase;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.toggle-switch-vertical:after {
		display: block;
		position: absolute;
		bottom: 4px;
		left: 50%;
		font-size: 8px;
		font-weight: 500;
		content: "On";
		color: white;
		z-index: 10;
		text-transform: uppercase;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.toggle-switch-vertical input {
		opacity: 0;
		visibility: hidden;
	}

	.toggle-switch-vertical .slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: white;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

		.toggle-switch-vertical .slider:before {
			position: absolute;
			content: "";
			height: 16px;
			width: 16px;
			left: 4px;
			bottom: 4px;
			background-color: #ff9500;
			-webkit-transition: .3s;
			-o-transition: .3s;
			transition: .3s;
			z-index: 20;
		}

	.toggle-switch-vertical input:checked + .slider {
		background-color: #ff9500;
	}

	.toggle-switch-vertical input:focus + .slider {
		-webkit-box-shadow: 0 0 1px #ff9500;
		box-shadow: 0 0 1px #ff9500;
	}

	.toggle-switch-vertical input:checked + .slider:before {
		-webkit-transform: translateY(-11px);
		-ms-transform: translateY(-11px);
		transform: translateY(-11px);
		background-color: white;
	}

/*# sourceMappingURL=navbar.css.map */

.company-logo {
	display: inline-block;
	width: 160px;
	margin-top: -3px;
}

#joinMeLoginLink img {
	width: 34px;
	height: auto;
}

.a3-top-navbar li a, .a3-top-navbar li a:active, .a3-top-navbar li a:hover {
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
	color: #fff !important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	line-height: 1.5 !important;
}

/* Tooltip container */
.tooltip_Header {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	cursor: pointer;
}

	/* Tooltip text */
	.tooltip_Header .tooltiptext {
		visibility: hidden;
		min-width: 150px;
		background-color: #000;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 4px;
		/* Position the tooltip text */
		position: absolute;
		z-index: 1;
		top: 100%;
		left: 50%;
		margin-left: -75px;
		/* Fade in tooltip */
		opacity: 0;
		transition: opacity 0.3s;
		text-transform: capitalize;
	}

		/* Tooltip arrow */
		.tooltip_Header .tooltiptext::after {
			content: " ";
			position: absolute;
			bottom: 100%; /* At the top of the tooltip */
			left: 50%;
			margin-left: -5px;
			border-width: 5px;
			border-style: solid;
			border-color: transparent transparent black transparent;
		}

	/* Show the tooltip text when you mouse over the tooltip container */
	.tooltip_Header:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	}
