/* custom styles */

body {
	font-family: 'Lato' !important;
}
h1, h2, h3, h4, h5, h6, h1 small {
	font-family: 'Oswald' !important;
}
#js-disclaimer h3{
	font-family: 'Oswald' !important;	
	background-color: #1D1740;	
}



:root {
	--accent-color: #1D1740;
	--accent-color-rgb: 29, 23, 64;
}

.font-nav,
.button,
#menu ul li,
.zoom-control{
	font-family: 'Inter', sans-serif !important;
	font-weight: 600;
	font-style: normal;
}

#building, #management { background-image: url('/themes/all/img/background-04.jpg') }
.parcel-details h6, a, section h3, .box.white h4, .section-title h2, .section-title [class*=" icon-"], .section-title [class^=icon-], header.scrolled #menu ul li a.active, .download {
	color: #1D1740 ;
}

.download{
color: #1D1740 !important;	
}

a:hover {
	color: #000000;
}
#menu ul li a:hover, .hamburger-menu header.scrolled #menu ul li a:hover, #menu ul li.active a {
	color: #1D1740 !important;
}
#client-login-button a.button:hover {
	color: white !important;
	background-color: #040027 !important;
}
#client-login-button a.button:hover .arrow:after {
	border-top-color: #040027 !important;
}
#downloads .table a,#downloads .table a .download{
	color:black !important;
}
#downloads .table a:hover,#downloads .table a .download:hover{
	color: #1D1740 !important;	
}

button, .button, #hero .container:before, #video .blue-stripe, .floor-plan, section.floating-title .section-title, .zoom-control, #linked-sites, #linked-sites-mobile .handle, #linked-sites-mobile .content,.file-type {
	background-color: #1D1740 !important;	
}
.button:focus{
	background-color: #1D1740;	
}
#js-disclaimer h3{ background:#1D1740;	}

#menu ul li:not(:last-child) a:focus{
	background:transparent;
}
#hero h1 {
	
	}
.floor-plan:hover, button:hover, .button:hover {
	background-color: #000000;	
}
.hamburger-menu header.scrolled #menu ul li a.button:hover {
	background-color: #000000;	
	color: #FFF;
}
#menu ul li a.button .arrow:after {
	border-top-color: #1D1740;	
}
#menu ul li a.button:hover .arrow:after {
	border-top-color: #000000;
}
#gallery-content .col a .overlay {
		background-color: rgba(rgb(29,23,64),.8);
}
#video .icon-play {
	color: #FFF;
}
#map-tooltip.building{
	background-color: #1D1740;	
	color:White;
}
#map-tooltip.building:after{
	border-color: rgba(rgb(29,23,64), 0);
	border-bottom-color:#1D1740;
}
#map-tooltip.building h3{
	color:white !important;
}
	/* fontscale override */
	@media only screen and (min-width: 64em) {
		#hero h1 {
			font-size: 80px;
		}
		#hero h1 small {
			font-size: 27px;
		}
	}


	/* Cushman & Wakefield Metro Area Capital Markets */
	#demographics table thead th{
		font-family: 'Lato';
	    font-weight: normal;
		text-transform: none;
		font-size: 16px;
	    color: #1D1740;
	}
	#demographics table td{
		font-size: 17px;
	    font-weight: bold;
		font-family: Lato,sans-serif;
	    color: #1D1740;
	}
	@media screen and (max-width: 600px){
		table td::before{
		    color: #1D1740;
		}
	}


