/* ################## */
/* # UI TESTING   CSS */
/* # Keep in mind: https://modernizr.com/ */
/* ################## */
@font-face {
	font-family: 'DIN';
	src:  url('../../js/2019/font-din/D-DIN.woff') format('woff'); /*Thanks to: https://www.datto.com/fonts/d-din/*/
	font-display: swap;
}
body, head {
	font-family: 'DIN', sans-serif;
}
.title-upper{
	text-transform: uppercase;
}
.content_narrow{
	margin-left:30px;
	margin-right:30px;
}
/*.content_narrow_blog{
	margin-top: 100px !important;
}*/
/*Wordpress RTE classes*/
img.alignleft { float: left; margin-right: 20px; }
img.alignright { float: right; margin-left: 20px; }
img{
	max-width: 100%;
    height: auto;
}
#sidebar{
	margin-left:30px;
	margin-right:30px;
}
.widget-area{
	padding-bottom: 20px;
}
.tools-col{
	padding-top:10px;
}
.tools-row{
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.tools-hr{
	margin-left: 30px;
	margin-right: 30px;
}
#test { 
	background: rgb(9, 236, 9);
}
#test-hover { 
	background: rgb(238, 106, 220);
}
#test-any-hover { 
	background: rgb(124, 131, 240);
}
.ghost-holder{
	display: none;
}
.jsglyph-maximize, .jsglyph-minimize, .jsglyph-chevron-down, .jsglyph-chevron-up{
	display:none;
}
@media (pointer: coarse) {
	#test::after{ 
		content: "pointer: coarse - The primary input mechanism of the device includes a pointing device of limited accuracy.";
	}  
}
@media (pointer: fine) {
	#test::after{
		content: "pointer: fine - The primary input mechanism of the device includes an accurate pointing device.";
	}
}
@media (pointer: none) {
	#test-hover::after{
		content: "pointer: fine - The primary input mechanism of the device does not include a pointing device.";
	}
}
@media (hover: none) {
	#test-hover::after{
		content: "hover: none - Primary input mechanism cannot hover at all or cannot conveniently hover (e.g., many mobile devices emulate hovering when the user performs an inconvenient long tap), or there is no primary pointing input mechanism ";
	}
}
@media (hover: hover) {
	#test-hover::after{
		content: "hover: hover - Primary input mechanism system can hover over elements with ease ";
	}
}
@media (any-hover: hover) {
	#test-any-hover::after{
		content: "any-hover: hover - One or more available input mechanism(s) can hover over elements with ease ";
	}
}
@media (any-hover: on-demand) {
	#test-any-hover::after{
		content: "any-hover: on-demand - One or more available input mechanism(s) can hover, but not easily (e.g., many mobile devices emulate hovering when the user performs a long tap)";
	}
}
@media (any-hover: none) {
	#test-any-hover::after{
		content: "any-hover: none - One or more available input mechanism(s) cannot hover (or there are no pointing input mechanisms)";
	}
}
@media (any-pointer: coarse) {
	#test-any-hover::after{
		content: "any-pointer: coarse - At least one input mechanism of the device includes a pointing device of limited accuracy.";
	}
}
@media (any-pointer: fine) {
	#test-any-pointer::after{
		content: "any-pointer: fine -  At least one input mechanism of the device includes an accurate pointing device.";
	}
}
@media (any-pointer: none) {
	#test-any-pointer::after{
		content: "any-pointer: none - The device does not include any pointing device.";
	}
}

/* ################## */
/* # BODY/GENERIC CSS */
/* ################## */
body {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
.moa-page-container{
    text-align: center;
}
.moa-page-row{
	/*font-size:19pt;
	max-width:660px;*/
	display: inline-block;
	text-align: left;
}
.moa-wom-page-row{
	display: inline-block;
	width:100%;
}
/* specail link style for front page and footer
.menu-col-header-div a, */
.footer-category-item a,
#breadcrumbs a{
	color:#000000;
}
.menu-col-header-div a{
	color:#000000;
}
.dashboard-recommendations a{
	color:#000000;
}
.moa-footer-links-col a, .moa-page-related-row a, .moa-breadcrumb-row a, .navbar-right a, .moa-menu-col a, #search-results a, .post h2 a{
	color:#000000;
	text-decoration: none;
}
.moa-footer-links-col a:hover, .moa-page-related-row a:hover, .moa-breadcrumb-row a:hover, .navbar-right a:hover, .moa-menu-col a:hover, #search-results a:hover, .post h2 a:hover{
	color: #fec62b;
	text-decoration: none;
}
a{
	color:#000000; /*#bcbdc0;*/
	text-decoration: underline;
	text-decoration-color: #fec62b;
}
a:hover{
	color: #fec62b;
	/*font-weight: bold;
	text-decoration: none;*/
}
a:focus{
	color: #252525;
	text-decoration: none;
}
.moa-h4{
	color:#252525;
	text-transform: uppercase;
	font-weight: bolder;
}
a[onclick="callJSPanel(this);"]:hover{
	cursor:pointer;
}
.jsPanel-content{
	border-top: 1px solid #fec62b !important;
}
.jsPanel-headerbar{
	background-color: white;
}
.jsPanel{
	position:relative;
}
.ghost{
	width: 0px;
	height: 0px;
	/*background-color: blue;*/
}
/* ################## */
/* # BOOTSTRAP    CSS */
/* ################## */
/* modal */
.moa-modal-full-page {
    background-color: #ffffff;
	margin: 2%;
	padding-top: 17px;
}
/* navbar */
@media (max-width: 1080px){
	#myNavbar{
		-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	}
}
.moa-navbar-fixed-top{
    background-color: #fff;
	border-color: #fff;
	height: 100px;
}
.moa-navbar-header{
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.moa-navbar-toggle {
	background-color: #252525 !important;
	border-color: #fec62b !important;
}
.moa-navbar-toggle:hover {
	background-color: #fec62b !important;
}
/* tablet/phone mode */
@media (max-width: 770px){
	.moa-logo-link{
		padding-left: 15px;
	}
	.moa-logo-link-img{
		width: 45%;
	} 
	.jsPanel-standard{
		width: 300px !important;
	}
}
@media (max-width: 570px){
	.moa-logo-link-img{
		width: 55%;
	} 
}
/* desktop mode */
@media (min-width: 771px){ 
	.moa-logo-link-img{
		height: 70px;
	}
}
.moa-search-newsletter{
	position: absolute;
    top: 0px;
}
.moa-search-newsletter-off{
    opacity: 0;
    z-index: -99;
}
.switcher-right{
	float:right;
	border: 0px solid grey;
    border-color: #bcbdc0;
    border-left-width: 1.5px;
}
#newsletter-search-switcher{
	display: inline-flex;
	padding-right: 12px;
	width: 100%;
}
#switcher-newsletter{
	width:54%;
}
#switcher-search{
	width:46%;
}

.newsletter-search-switcher-text{
	color: #bcbdc0;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    
    /* font-weight: bold; */
    height: 44px;
}
@media (max-width: 950px){
	.newsletter-search-switcher-text{
		font-size: 9pt;
	}
}
@media (min-width: 951px){
	.newsletter-search-switcher-text{
		font-size: 11pt;
	}
}
.newsletter-search-switcher-text:hover{
	background-color: #fec62b;
	color: #252525;
}
.engaged-switcher{
	background-color: #fec62b;
	color: #252525;
}
.moa-navbar-nav-right{
	float:right;
	padding:0 50px;
}
.moa-fa{
	color: #252525;
	font-size: 25px !important;
}
.moa-fa{
	color: #252525;
	font-size: 20px !important;
}
.fa-male{
	transform: translateX(8px) translateY(-6px) scaleX(1.2) scaleY(1.2) rotate(180deg);
}
.moa-fa-remove-report{
	color: #333 !important;
}
.moa-fa-add-report{
	color: #333 !important;
    left: -2%;
    top: 4px;
    position: relative;
}
.temp-video-message{
	position: relative;
	top: -10px;
	left: 10px;
	color: coral;	
}
.cart{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 30px;
	top: 3px;
	text-align: center;
	background-color: #fec62b;
	border-radius: 10px;
	font-size: 9pt;	
}
.cart-off{
	display:none;
}
.moa-fa-invisible{
	color: rgba(0, 0, 0, 0) !important;
	width:0px;
}
.testimonial_rotator_wrap.with-prevnext {
    padding: 5% 5% !important;
}
.testimonial_rotator_wrap {
    margin: 0 0 !important;
}
.fa-angle-up-open-close{
	-webkit-transition: transform 1s; /* Safari */
	transition: transform 1s;
	margin-right: 5px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > button:hover{
	background-color: #fec62b;
	color:#252525;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > button:focus{
	background-color: #ffedb9;
	color:#252525;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > button{
	background-color: #ffffff;
	border-style: solid;
    border-width: 0px;
    border-color: #bcbdc0;
	border-left-width: 1.5px;
	color:#252525;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-inverse .navbar-nav > li > button{
	width: 100%;
    text-align: left;
}
.nav > li > button {
    /* position: relative; */
    display: block;
    padding: 10px 15px;
}
.navbar-nav > li > button {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
	border-radius: 0px;
}
.navbar-nav > li > button:active:focus {
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
@media (min-width: 771px){
	.navbar-nav > li > button {
		padding-top: 18px;
		padding-bottom: 15px;
	}
	.navbar-right .dropdown-menu {
		right: -1px;
		height: calc(80vh - 100px);
		overflow-y: scroll;
	}
}
.open > .dropdown-toggle.btn-default:focus {
    color: #252525;;
    background-color: #fec62b;
}

/* frontpage video */
.moa-frontpage-video-row{
	margin-top:100px;
}
.moa-frontpage-video-col{
	padding: 0px;
	line-height:0;
}

/* page related*/
.moa-page-related-col{
	padding: 0px;
	line-height:0;
    float: right;
}
.moa-page-related-row{
	position: relative;
	top: -40px;
}

/* page */
.moa-page-content{
	padding-top: 0px;
	padding-bottom: 15px;
}
.divider{
	font-weight: bold;
	color: #bcbdc0;
}

/* footer */
.moa-footer-ribbon-row{
	margin-top:0px;
	background-color: #eeeeee;
    margin-top: 40px;
}
.moa-footer-ribbon-col{
	border-style: solid;
    border-width: 0px;
    border-color: #bcbdc0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	display: inline-flex;
    padding-left: 70px;
    padding-right: 70px;
	width: 100%;
	height: 50px;
}
.moa-footer-links-row{
	margin-top:0px;
	/*height:100%;*/
}
.moa-footer-buffer-row{
	height:30px;
}
.moa-footer-links-col{
    border-width: 0px;
	display: inline-flex;
    padding-left: 70px;
    padding-right: 70px;
	width: 100%;
	height: 100%;
}
.col-20-pct{
	width:20%;
	height: 100%;
}
.footer-category-title{
	line-height: 50px;
}
/* tablet context  */
@media (max-width: 770px){
	.footer-category-title{
		line-height: 6.5px;
		height: 20px;
		padding-top: 6px;
		padding-right: 18px;
		text-align: -webkit-center;
	}
	.personalization{
		content: 'PERSON- ALIZATION';
	}
	.front-page-title-2-mobile-friendly {
		font-size: 7px !important;
	}
	.moa-footer-ribbon-col {
		padding-left: 10px;
		padding-right: 10px;
	}
	.front-page-title-5 {
		font-size: 7px !important;
		margin-bottom: 5px;
	}
	.footer-category-item {
		margin-top: 0px !important;
	}
	.moa-footer-ribbon-row {
		margin-top: 0px;
	}
	.moa-footer-ribbon-col {
		height: 35px;
	}
	.moa-footer-links-col {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-category-item {
		margin-top: 15px;
		line-height: 8px;
	}
}
.widget_sp_image{
	display: flex;
	margin-bottom: 15px;
}
.widget_dashboard_widget{
	padding-bottom:15px;
}
.widget{
	list-style-type: none;
}
.footer-category-item{
	margin-top: 15px;
}

/* breadcrumb */
.moa-breadcrumb-row{
	margin-top:100px;
}
.moa-breadcrumb-col{
	border-style: solid;
    border-width: 0px;
    border-color: #bcbdc0;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.moa-breadcrumb{
	margin-bottom: 0px;
	background-color: rgba(254, 254, 254, 0);
	text-transform: uppercase;
}
#breadcrumbs{
	text-transform: uppercase;
	padding: 9px 30px;
	margin: 0 0 0px;
}
.breadcrumb_last{
	color: #777;
}
.active{
	font-weight: bold;
}
.moa-breadcrumb > li + li:before {
    color: #ccc;
    content: ">";
    padding: 0 5px;
}
/* buttons */
.moa-hdi-btn, .moa-hdi-btn:link{
	width:50%;
	padding: 5px 5px;
	border-radius: 0px;
	margin-left: -1px;
	margin-top: -1px;
	text-transform: uppercase;
	font-size:12px;
	height: 40px;
}
#resetMap{
	width: 100%;
}
.moa-hdi-btn:hover, .moa-hdi-btn-zoom:hover{
	background-color: #fec62b !important;
}
.zoom-label{
	width:40%;
}
.zoom-buttons{
	width:30%;
}

.moa-hdi-btn-zoom, .moa-hdi-btn-zoom:link{
	
	padding: 5px 5px;
	border-radius: 0px;
    margin-left: 0px !important;
    margin-top: 0px;
	text-transform: uppercase;
	font-size:12px;
	height: 40px;
}
/* Cleans out all the garbage bootstrap styles from after a click happens */
.moa-hdi-btn:active, .moa-hdi-btn:focus, .moa-hdi-btn-zoom:active, .moa-hdi-btn-zoom:focus {
	background-color: #ffffff;
	outline: 0px auto #fec62b !important;
	border-color: #bcbdc0 !important;
}
.moa-hdi-zoom-btn-group{
	width:100%; 
    margin-left: -1px;
    margin-top: -1px;
}
.leaflet-control-moa-zoom{
	width:120px;
}
.moa-hdi-btn-col{
	text-align: center;
	margin-top: 10px;
    margin-bottom: 10px;
}
.zoom-center, .zoom-center:hover {
	border-left-width: 0px;
	border-right-width: 0px;
	cursor: auto !important;
	background-color: #ffffff !important;
}
.zoom-right {
	border-left-width: 0px;
    font-size: 20px;
    font-weight: bold;
}
.zoom-left {
	border-right-width: 0px;
    font-size: 20px;
    font-weight: bold;
}
.zoom-disabled {
	cursor: not-allowed !important;
	color: #cccccc !important;
}

.input-zipcode-lookup {
    border: 0;
    outline: 0;
	background: transparent;
    border-bottom: 2px solid black;
    width: 100%;
}
/* Remove default rounding on iOS devices' text input*/
input {
    border-radius: 0;
}
/* HDI Calculator */
.moa-alert-success {
    color: #252525;
    background-color: #fbeba7;
	border-color: #fbeba7;
	border-radius: 0px;
}
@media (min-width: 771px){
	.moa-alert-success {
		margin-top: 45px;
	}
}
.moa-calculate-div{
    width: 55px;
    height: 53px;
    border-style: solid;
    border-width: 3px;
    border-color: #252525;
    justify-content: baseline;
    padding-top: 6px;
    padding-left: 8px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.moa-calculate-fa-icon{
	font-size:35px;
	color: #252525;
}
/* menu system */
/*.menu-col-header-div{
    padding-left: 13px;
}*/
.moa-menu-row{
	padding-right: 40px;
	padding-left: 40px;
}
.front-page-header-right{
	padding-right: 70px !important;
}
.front-page-header-left{
	padding-left: 70px !important;
	padding-right: 30px;
}
.front-page-header-left, .front-page-header-right{
	width: calc(100% + 40px);
}
.front-page-header-left{
	margin-left: -30pt;
}
.front-page-header{
	font-weight: 900;
	background-color: #000000;
	color: #ffffff;
	padding-left: 30px;
    padding-bottom: 15px;
	padding-top: 15px;
}
.front-page-content{
    color: #000000;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.header-dropdown-content{
    background-color: #ffffff;
	/*margin-bottom: -7px;*/
}
.dropdown-menu-header{
    padding: 0 0;
}
.front-page-title-1{
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
}
.front-page-title-2{
	font-weight:bold;
	font-size: 14px;
	/*text-transform: uppercase;*/
}
.front-page-title-2-mobile-friendly{
	font-weight:bold;
	font-size: 14px;
	/*text-transform: uppercase;*/
}
.front-page-title-3{
	font-size: 12px;
	color: #bcbdc0;
	/* overflow-wrap: break-word; Review - not sure if this is a good idea yet*/
}
.front-page-title-4{
	font-size: 14px;
}
.front-page-title-5{
	font-size: 14px;
}
.front-page-paragraph-1{
	font-size: 16px;
}
.landing-page-title-modifier{
	position: absolute;
	top: -25px;
}
.moa-see-more{
	float: right;
	color: #bcbdc0;
	text-transform: uppercase;
	text-decoration: underline;
}
.front-page-thumb-row{
	display: inline-flex;
	width: 100%;
	overflow-wrap: break-word;
}
.related-thumb-div{
    width: 45%;
    text-align: center;
    line-height: 1.25;
	margin-right: 2%;
	margin-bottom: 15px;
}
.front-page-thumb-div{
    width: 23%;
    text-align: center;
    line-height: 1.25;
	margin-right: 2%;
	margin-bottom: 15px;
}
.menu-page-thumb-div{
    width: 18%;
    text-align: center;
    line-height: 1.25;
	margin-right: 2%;
	margin-bottom: 15px;
	overflow-wrap: break-word;
}
[class~='row-pad-bottom']:last-of-type  {
	padding-bottom:25px;
}
.thumb-modifier{
	position: relative;
	top: -20px;
}
.thumb-modifier-dashboard{
	position: relative;
	/*top: -30px;*/
}
#basedOnZip{
	color: #bcbdc0;
}
#noReports{
	color: #bcbdc0;
}
.testimonial_rotator_quote{
	color:#333;
}
.testimonial_rotator_slide_title{
	color:#333;
}
.testimonial_rotator_nav {
    position: relative;
    bottom: 8px;
}
.front-page-thumb-div-landscape{
    width: 50%;
    text-align: center;
    line-height: 1.25;
    padding-right: 2.5%;
	padding-left: 2.5%;
	margin-bottom: 15px;
}
.front-page-thumb-img{
    width: 100%;
	margin-bottom: 4px;
}
.video-button{
	font-size: 50pt;
    position: relative;
    right: 20pt;
	bottom: 25pt;
	opacity: 0.8;
	cursor: pointer;	
}
.video-button-hidden{
	visibility:hidden !important;
	height:0px;
	width:0px;
}
.dropdown-video-element{
    height: 0px;
    padding-right: 30px;
    padding-left: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 300;
    width: 100%;
}
.dropdown-video-button{
    height: 40px;
    width: 190px;
    line-height: 40px;
    /* width: 33%; */
    background-color: #919191;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.9;
    cursor: pointer;
    z-index: 20;
}
.dropdown-related-button{
    height: 40px;
    width: 190px;
    line-height: 40px;
    /* width: 33%; */
    background-color: #919191;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.9;
    cursor: pointer;
    z-index: 20;
}
.dashboard-widget-button-remove{
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: -5px;
    left: calc(100% - 25px);
    opacity: 0.9;
    cursor: pointer;
    z-index: 20;
    border-width: 1px;
    border-style: solid;
    border-color: #9c9c9c;
    text-align: center;
    border-radius: 15px;
}
.dashboard-widget-button-remove:hover{
	background-color: #fec62b;
}
.dashboard-widget-button{
	height: 40px;
    width: 190px;
    line-height: 40px;
    width: 50%;
    background-color: #ffffff;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    font-size: 16px;
    font-weight: bold;
    color: #333;
    /* position: relative; */
    /* top: 0px; */
    /* left: 0px; */
    opacity: 0.9;
    cursor: pointer;
    z-index: 20;
    border-width: 1px;
    border-style: solid;
    border-color: #9c9c9c;
    text-align: center;
}
.dashboard-widget-button:hover{
	background-color: #fec62b;
}
.dashboard-recommendations-title{
	margin-top: 15px;
}
.dropdown-video-content{
	width: 100%;
}
.dropdown-related-content{
	width: 400px;
	height: 400px;
    top: 40px;
	background-color:#0c2ea7;
}
/*.dropdown-video-paragraph{*/
#dropdownVideoParagraph{
    width: 190px;
    background-color: #ffffff;
    opacity: 0.95;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    float: right;
    line-height: 18px;
    z-index: 15;
	top: 40px;
	/*height: 500px; use max-height to animate instead of height*/
    max-height: 800px;
    right: -30px;
    position: relative;
    overflow-y: scroll;
	-webkit-transition: opacity 0.5s, max-height 1s, line-height 1s; /* Safari */
	transition: opacity 0.5s, max-height 1s, line-height 1s;
	box-shadow: -2.5px 2.5px 2.5px 2.5px #09090959;
}

#dropdownRelatedContent{
    width: 190px;
    background-color: #ffffff;
    opacity: 0.95;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    float: right;
    line-height: 18px;
    z-index: 15;
	top: 40px;
	/*height: 500px; use max-height to animate instead of height*/
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    right: -30px;
	position: relative;
	-webkit-transition: opacity 0.5s, max-height 1s, line-height 1s; /* Safari */
	transition: opacity 0.5s, max-height 1s, line-height 1s;
	box-shadow: -2.5px 2.5px 2.5px 2.5px #09090959;
}

.dropdown-video-accordion-button{
	background-color: #f5f5f500 !important;
    border-color: #ddd0 !important;
}
.dropdown-video-accordion-panel{
	background-color: #f5f5f500 !important;
    border-color: #ddd0 !important;
}
.front-page-dropdown-img-closed {
	/*height: 0vh !important;*/
	width: 0% !important;
	opacity: 0 !important;
}
.dropdown-related-content-closed {
	max-height: 0px !important;
	line-height: 0px !important;
	/*width: 0% !important;*/
	opacity: 0 !important;
}
.front-page-dropdown-p-closed {
	max-height: 0px !important;
	line-height: 0px !important;
	/*width: 0% !important;*/
	opacity: 0 !important;
}
.front-page-dropdown-img {
    /*height: calc(100vh - 120px);*/
	width: 85%;
	min-width: 190px;
	position: absolute;
    right: 0px;
    z-index: 10;
	-webkit-transition: width 2s, opacity 2s; /* Safari */
	transition: width 2s, opacity 2s;
}
.front-page-dropdown-p {
	line-height:9pt;
    right: 0px;
	z-index: 15;
	-webkit-transition: width 2s, opacity 2s; /* Safari */
	transition: width 2s, opacity 2s;
}
@media (min-width: 993px){
	.moa-menu-col-center{
		border-right-width:1px !important;
		border-left-width:1px !important;
	}
}
.moa-menu-col-center{
	width: calc(33.33333333% - 1px);
}

.moa-menu-col-right{ /* keep for style reasons */
    width: calc(33.333333% + 4px);
    padding-left: 1px !important;
}
.moa-menu-col-modifier{
    padding-top: 30px;
}
.moa-menu-col-modifier-2{
    padding-top: 0px;
}
.moa-body-div{
	padding-right: 40px;
    padding-left: 40px;
}
.moa-menu-col{
	border-style: solid;
	border-width: 0px;
	border-color: #bcbdc0;
	border-radius: 0px !important;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: -1px;
}
.moa-menu-col-landing{
	border-style: solid;
	border-width: 0px;
	border-color: #bcbdc0;
	border-radius: 0px !important;
}
.moa-popup-col{
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-color: #bcbdc0;
    border-radius: 0px !important;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-left: -1px;
}
.moa-popup{
	height:100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.moa-input-group-search{
	width: 200px;
}   

button:focus {
	outline-color: #fec62b;
	outline-width: 0px;
	/*background-color:#ffedb9;*/
}
button:active {
	outline-color: #fec62b;
	outline-width: 0px;
}
a:focus {
	outline-color: #fec62b;
	outline-width: 0px;
}
a:active {
	outline-color: #fec62b;
	outline-width: 0px;
}

form.search-moa-site input[type=text]:focus {
	outline-color: #fec62b00;
}
form.search-moa-site input[type=email]:focus {
	outline-color: #fec62b00;
}

form.search-moa-site input[type=text] {
	padding: 10px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	border: 0px solid grey;
	float: right;
	width: 79%;
	background: #ffffff;
	height: 56px;
}
form.search-moa-site input[type=email] {
	padding: 10px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	border: 0px solid grey;
	float: right;
	width: 79%;
	background: #ffffff;
	height: 56px;
}

form.search-moa-site button {
	/*float: right;*/
	width: 21%;
	height: 56px;
	padding: 10px;
	background: #ffffff;
	color:#252525;
	font-size: 17px;
	border: 0px solid grey;
	border-color: #bcbdc0;
	border-left-width: 1.5px;
	cursor: pointer;
	min-width: 40px;
	text-align: center;
}

form.search-moa-site button:hover {
	background: #fec62b;
}

form.search-moa-site::after {
	content: "";
	clear: both;
	display: table;
}
.container-div{
	height:100%;
}
/* tablet context  */
@media (min-width: 1080px) and (max-width:  1260px){
	.front-page-thumb-div > text{
		overflow-wrap: break-word; 
	}
}
@media (max-width: 1080px){
	.search-moa-site {
		max-width: none;
	}
	form.search-moa-site input[type=text] {
		width: calc(100% - 50px);
	}	
	form.search-moa-site input[type=email] {
		width: calc(100% - 50px);
	}	
	form.search-moa-site button {
		width: 50px;
	}
	.navbar-nav {
		margin: 0px -15px;
		padding-left: 15px;
	}
}
.li-search-moa-site{
	background-color:#ffffff;
}
@media (max-width: 850px) and (min-width: 771px){
	.search-moa-site{
		/*margin: auto;
		max-width: 150px;*/
		max-width: none;
	}
	/*form.search-moa-site input[type=text] {
		max-width: 80px;
	}
	form.search-moa-site input[type=email] {
		max-width: 80px;
	}*/
}
@media (max-width: 950px) and (min-width: 851px){
	.search-moa-site{
		/*margin: auto;
		max-width: 200px;*/
		max-width: none;
	}
}
@media (min-width: 951px){
	.search-moa-site{
		/*margin: auto;*/
		max-width: 300px;
		min-width: 250px;
	}
}
.search-moa-site{
	-webkit-transition: opacity 0.5s, z-index 0.5s;
	transition: opacity 0.5s, z-index 0.5s;
}
/*@media (max-width: 770px){
	.moa-menu-col {
		margin-left: 1px;
		margin-right: 1px;
	}
}*/
/* popup elements */
.ball-container-div{
    height: 100%;
	width: 5px;
	display: inline-block;
}
.pipe-container-div{
    height: 100%;
	width: 5px;
	display: inline-block;
}
.moa-pipe-bit{
    height: 8.5%;
    width: 100%;
    /* margin-bottom: 81%; */
    background-color: #e0e0e0;
}
.moa-pipe-bit2{
    height: 1.5%;
    width: 100%;
    background-color: #fff;
}
.moa-pipe-cap{
    height: 0.5%;
    width: 10px;
    background-color: #333;
    position: relative;
    left: -3px;
}
.pipe-label{
	font-size: 12pt;
    color: #333;
    width: 100%;
    text-align: left;
    font-weight: bold;
    height: 20px;
    margin-bottom: 15px;
}
.ball-keeper{
	width: 0px;
	height: 0px;
	position: relative;
	top: calc(50% - 5px);
	-webkit-transition: top 2s; /* Safari */
	transition: top 2s;
}
.ball{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    position: relative;
	left: -2.5px;
	z-index:1;
}
#healthBall{
	background-color: #ff675d;
}
#hdiBall{
	background-color: #fec422;
}
#edBall{
	background-color: #00aac5;
}
#incomeBall{
	background-color: #b0b143;
}
#healthBallValue{
	color: #ff675d;
}
#hdiBallValue{
	color: #fec422;
}
#edBallValue{
	color: #00aac5;
}
#incomeBallValue{
	color: #b0b143;
}
.lateral{
    background-color: #e0e0e0;
    width: 60px;
    height: 2px;
    top: -6px;
    position: relative;
    z-index: 0;
}
.vertical-a{
    height: 50px;
    top: -50px;
}
.vertical{
	background-color: #e0e0e0;;
    width: 2px;
    left: 59px;
    position: relative;
	z-index: 5;
	-webkit-transition: height 2s; /* Safari */
	transition: height 2s;
}
.vertical-c{
    height: 50px;
    top: 0px;
}
#hdiLateral{
	left: -50px;
}
.icon-ball{
	width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    top: -28px;
	z-index: 1;
	-webkit-transition: top 2s; /* Safari */
	transition: top 2s;
}
#hdiIconBall{
	left: -70px;
	background-color: #fec422;
}
#healthIconBall{
	left: 40px;
	background-color: #ff675d;
}
#edIconBall{
	left: 40px;
	background-color: #00aac5;
}
#incomeIconBall{
	left: 40px;
	background-color: #b0b143;
}
.pipe-container-parent-div{
    height: calc(100% - 35px);
    width: 100%;
    left: calc(-15% - 2.5px);
    /* top: 10%; */
    text-align: center;
    position: relative;
}
.hdi-text-ball{
	position: relative;
	top: 2.5px;
    left: 0px;
    font-size: 17px;
	font-weight: bolder;
	line-height: 1;
	text-align: left;
}
.hdi-text-ball-label{
    position: relative;
	top: 2.5px;
    left: 0px;
    text-align: left;
    line-height: 1;
}
.text-ball{
	position: relative;
    top: -40px;
    left: 42.5px;
    font-size: 17px;
	font-weight: bolder;
	line-height: 1;
	text-align: left;
}
.text-ball-label{
    position: relative;
    top: -40px;
    left: 42.5px;
    text-align: left;
    line-height: 1;
}
.indicies-container-parent-div{
	height: 60%; /*calc(60% - 35px);*/
    width: 100%;
    left: calc(50% - 2.5px);
	top: 10%;
	/*text-align: center;*/
}
.indicies-label{
    font-size: 12pt;
    color: #333;
    width: 100%;
    text-align: left;
    font-weight: bold;
	height: 9%;
    /* margin-bottom: 5%; */
}
.label-bump{
	margin-top: 0%; /*10px;*/
}

.bar{
	background-color: #9C27B0;
    height: 100%;
	width: 0%;
	-webkit-transition: width 2s; /* Safari */
	transition: width 2s;
}
.bar-spacer{
	height:1%;
	width:100%;
}
.bar-keeper{
    background-color: #f1f3f4;
    height: 9%;
	width: 100%;
	/*margin-bottom: 1%;*/
}
.bar-value{
    position: absolute;
    right: 2%;
    bottom: 0%;
    width: 20%;
	text-align: right;
	color: #636363;
}
.bar-title{
    position: relative;
    left: 2%;
    width: 80%;
}
.bar-value-holder{
    position: relative;
    top: -90%;
}
.waffle-keeper{
	/*background-color: red;*/
    width: 50%;
    padding-top: 50%;
    margin-top: 15px;
	/*display: inline-block; uncomment to center the waffle*/
	position: relative;
}
.waffle-keeper-keeper-keeper{
	/* background-color: red;
    padding-left: 55%; */
    height: 100%;
    width: 100%;
    /*margin-top: 9%;
    display: inline-block;*/
}
.waffle-label-keeper{
	width: 50%;
   /* background-color: aqua;*/
    position: absolute;
    right: 0px;
}
.race-waffle-label-table{
	width: 100%;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.white-color{
	color: #8781bd !important;
}
.latino-color{
	color: #00aeef !important;
}
.black-color{
	color: #ee1e7b !important;
}
.asia-color{
	color: #0d9344 !important;
}
.native-color{
	color: #ffab2a !important;
}
.other-color{
	color: #bcbdc0 !important;
}
/* backgrounds of waffle circles */
.white-bk-color{
	background-color: #8781bd !important;
}
.latino-bk-color{
	background-color: #00aeef !important;
}
.black-bk-color{
	background-color: #ee1e7b !important;
}
.asia-bk-color{
	background-color: #0d9344 !important;
}
.native-bk-color{
	background-color: #ffab2a !important;
}
.other-bk-color{
	background-color: #bcbdc0 !important;
}
.waffle-label-table{
	width:100%;
}
.waffle-label-table-value{
    width: 30%;
    text-align: right;
	/*font-weight: normal;*/
	-webkit-transition: color 2s; /* Safari */
	transition: color 2s;
}
.waffle-label-table-title{
	width:70%;
	font-weight: normal;
	padding-left: 10%;
	-webkit-transition: color 2s; /* Safari */
	transition: color 2s;
}
.waffle-keeper-keeper{
	width: 100%;
	height: 91%;
	text-align: center;
}
.box{
	position: absolute;
	cursor: pointer;
    width: 9%;
    height: 9%;
    background-color: #e0e0e0;;
	border-radius: 100%;
	-webkit-transition: background-color 2s; /* Safari */
	transition: background-color 2s;
}	

.race-container-parent-div{
	height: 40%; /*calc(40% - 35px);*/
    width: 100%;
    left: calc(50% - 2.5px);
	top: 10%;
	text-align: center;
}
.race-container-divider{
	border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #bcbdc0;
    border-radius: 0px !important;
	margin-left: -15px;
	width: calc(100% + 30px);
}
#graduateBar, #bachelorBar, #highschoolBar, #lessthanBar, #enrollmentBar{
	background-color:#00aac5;
}
#lifeexpectancyBar{
	background-color:#ff675d;;
}
#incomeBar{
	background-color:#b0b143;
}

/* accordions */
.moa-well{
	background-image: none;	
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05), 0 0px 0 rgba(255, 255, 255, .1);
	padding: 0px;
	margin-right: -1px;
    margin-left: -1px;
}
.moa-panel-group{
	border-style: solid;
	border-width: 1px;
	border-color: #bcbdc0;
	border-radius: 0px !important;
}
.moa-panel {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.moa-panel-default {
	border-style: solid;
	border-width: 1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color: #bcbdc0;
	border-radius: 0px !important;
	margin-top: -1px;
}

.jsglyph-chevron-down::before {
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}
.jsglyph-chevron-up::before {
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e113";    /* adjust as needed, taken from bootstrap.css */
}
.jsglyph-close::before {
    /*content: "\e902";*/
    font-size: 28px;
    font-weight: bolder;
    content: "×";
    margin-right: 4px;
    font-family: 'Roboto Mono';
}
.moa-panel-heading .moa-accordion-toggle:before {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
	float: left;         /* adjust as needed */
	color: #252525;    /* adjust as needed */
	left: 0px;
	position: relative;
}
.moa-panel-heading .moa-accordion-toggle.collapsed:before {
	/* symbol for "collapsed" panels */
	content: "\e113";    /* adjust as needed, taken from bootstrap.css */
}
/*.moa-panel-heading {
	width: 90%;
}*/
.moa-panel-title {
	text-transform: uppercase;
	color: #252525;
}
.moa-panel-heading{
	font-size: 10pt;
	font-weight: bold;
	background-color: #ffffff;
	padding-left: 15px;
}
.moa-panel-default > .moa-panel-heading{
	background-color: #ffffff;
    border-width: 0px;
}
/* parameter links */
.parameter-list-header{
	color: #252525;
	font-weight:bolder;
	padding-left: 28px;
}
.parameter-list{
	list-style-type:none;
}
.parameter-list-li{
	color: #252525;
	cursor:pointer;
}
.parameter-list-li:hover { 
	background-color: #fec62b;
	color: #252525;
}
.parameter-list-li-selected-element { 
	background-color: #a0be3b;
	color: #252525;
}
.indent-parameter-list-li{
	padding-left: 15px;
}
.meta-geo-p{
	margin: 0 0 0px;
    font-size: 18pt;
    font-weight: bold;
	line-height: 28pt;
	padding-right: 25px;
}
.meta-header-p{
	margin: 0 0 0px;
    font-size: 18pt;
    font-weight: bold;
    /*line-height: 28pt;*/
}
.meta-data-p{
	margin: 0 0 0px;
    font-size: 13pt;
    /*line-height: 24pt;*/
    margin-bottom: 24pt;
	word-wrap: break-word;
}
.meta-text{
	font-weight: normal !important;
}
.meta-foi-display-p {
    margin-bottom: 28px !important;
}
.meta-display-p {
    margin: 0 0 0px;
    font-size: 18pt;
    line-height: 35pt;
    font-weight: bold;
}
.btn-meta-function:hover{
	background-color: #b3b3b3 !important;
}
.btn-meta-function{
    /*margin: 1.5%;*/
    height: 20px;
    line-height: 0;
    padding: 10px;
    border-radius: 0px;
    border-color: #333;
    width: 30%;
}
/* ################## */
/* # jsPanel      CSS */
/* ################## */
#jsPanel-1 {
	z-index: 9999 !important; /*changes done */ 
	/*min-width: 385px;
	min-height: 320px;*/
}
.jsPanel-theme-primary {
    background-color: #fec62b;
	border-color: #bcbdc0;
	border-radius: 0px
}
.jsPanel-content.jsPanel-content-nofooter {
    border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	overflow: visible;
	padding: 0 !important;
}
.jsPanel-btn-normalize{
	position: relative;
	left: 11px;
}
@media (min-width: 993px){
	.moa-menu-row{
		display: flex;
	}
}
@media (max-width: 770px){	
	.navbar-toggle {
		margin-right: 30px;
	}
}
.moa-page-col{
    margin-top: 25px;
    /*height: 100vh;
	background-color: #c8c6c6;*/
}
@media (min-width: 992px){	
	.moa-menu-col, .moa-menu-col-landing { /* formerly .col-md-4 */
		width: 100% !important;
	}
	
}

@media (min-width: 992px){	
	.moa-page-col-dashboard {
		position: relative;
		
	}
}
.moa-page-col-dashboard {
	padding-right: 0px;	
	padding-left: 0px;
	top: -1px;	
}
#myDashboardHDIChart{
	/*background-color:#00b5ce;*/
	padding-right: 0px;
	padding-left: 0px;
}
@media (min-width: 992px){
	#myDashboardHDIChart{	
		border-left-width: 1px !important;
		border-style: solid;
		border-width: 0px;
		border-color: #bcbdc0;
		border-radius: 0px !important;
		padding-right: 0px;
		padding-left: 0px;
	}
}
#content{
	margin-top: 30px;
}
/* responsive threshold */
@media (max-width: 992px){
	.jsPanel-content.jsPanel-content-nofooter {
		overflow-y: scroll;
	}
	.moa-menu-row {
		padding-right: 0px;
		padding-left: 0px;
	}
	.moa-menu-col-right{
		width:100%;
	}
	.moa-menu-col-center{
		width:100%;
		margin-left: 0px !important;
		margin-right: 1px !important;
	}
 	.front-page-header-right {
		width: 100%;
	}
}

.jsPanel-theme-primary>.jsPanel-hdr * {
    color: #252525;
}
.jsPanel>.jsPanel-hdr{
	z-index: 5;
	/*background-color: #a52a2a00;*/
	background-color: #00000017;
}
.jsPanel-theme-primary {
	background-color: #fec62b00;
}
.geo-name-jspanel{
	color: #ffffff !important;
	background-color: #252525;
	position: absolute;
	top: 0px;
    height: 39px;
    width: 50%;
    min-width: 140px;
    max-width: 200px;
	padding: 10px;
	text-transform: uppercase;
}
.meta-name-jspanel{
	color: #ffffff !important;
	background-color: #252525;
	position: absolute;
	top: 0px;
    height: 39px;
    width: 50%;
    min-width: 140px;
    max-width: 200px;
	padding: 10px;
	text-transform: uppercase;
}
.jsPanel-titlebar>h3 {    
	margin: 0px !important;
}
/* # SDGs (Sustainable Development Goals) */
.sdg-image{
	width:100%;
}
.sdg-image-square{
	width:100%;
	border-radius: 4px;
}
.sdg-modal-button{
	cursor:pointer;	
}
.sdg-modal-button-text{
    margin-left: 7px;
    margin-right: 3px;
}
.sdg-row{
	margin-right: -17px;
    margin-left: 0px;
}
@media (max-width: 770px){
	.cdg-spacer-off{
		display:none;
	}
	.col-xs-4 {
		margin-bottom: 15px;
	}
}
@media (min-width: 771px){
	#sdgColA{
		padding-left:0px;
	}
	#sdgColB{
		padding-top:15px;
	}
	#sdgCol1{
		padding-left:30px;
		padding-right:0px;
	}
	#sdgCol3{
		padding-left:0px;
		padding-right:30px;
	}
	#sdgCol5{
		padding-left:30px;
		padding-right:0px;
	}
	.sdg-text-label-parent{
		position: relative
	}
	.sdg-text-label{
		text-align: -webkit-center;
		width: 100%;
	}
	.width-300{
		width: 320%;
	}
	.width-200{
		width:200%
	}
	.width-100{
		width:100%
	}
	.sdg-membership-line{
		height:2px;
		width:100%
	}
	/*#sdgCol2, #sdgCol4, #sdgCol7, #sdgCol8, #sdgCol9, #sdgCol10{
		border: 5px solid red;
		height: 263px;
	}*/
}
.sdg-text-label-parent{
	margin-top: 15px;
}
#sdgColParagraph{
	padding-right: 30px;
}
#sdgColMore{
	padding-right: 85px;
	padding-top: 15px;
}
.modal-button-close {
	font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #ffffff;
    background-color: #c31f33;
    border-radius: 3px;
    position: fixed;
    bottom: 33px;
    right: 50px;
    z-index: 500;
}
#closeAboutModalX{
	right: 8px;
	position: relative;
}
/* ################## */
/* # HISTOGRAM    CSS */
/* ################## */
/* to put the highlight above the selection */
#histogramHighlight{
	z-index:999;
}
.popup-div{
	width: 100%;
	height: 100%;
}
.histogram-div{
	width: 100%;
	height: 100%;
}
.histogram-avg{
    width: 2px;
    height: 100%;
    background-color:rgba(129, 128, 129, 0.85);
    position: relative;
	top: 0%;
}
.histogram-highlight-select{
    position: absolute;
    left: 85%;
	top: 0%;
}
.histogram-highlight-select-square{
    width: 100px;
    height: 38px;
    top: -19px;
    padding-left: 3px;
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}
.select-square{
	background-color: #231f20;
	color:#fff;
}
.highlight-square{
	background-color: #fff;
	border-color:  #231f20;
}

.histogram-highlight-select-arrow-left {
	width: 0; 
	height: 0; 
	position: absolute;
    left: -7px;
    top: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:8px solid #fff; 
}
.select-arrow{
	border-right-color: #231f20;
	color:#fff;
}
.highlight-arrow{
	border-right-color: #fff; 
}

/* overwrite color of below stroke when needed */
.highlight-black-stroke {
	border-right:10px solid #231f20 !important;
}
/* defines the (fake) "stroke" of both arrowheads*/ 
.histogram-highlight-select-arrow-left-stroke {
	width: 0; 
	height: 0; 
	position: absolute;
    left: -9px;
    top: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #fff; 
}
/*.select-arrow-stroke{
	border-right-color: #051eff;
}*/
/*.highlight-arrow-stroke{
	border-right-color: #fff;
}*/
#histogramDiv{
	height: 60vh;
}
.moa-histogram-col{
	z-index: 999;
	/*box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);*/
	background-color:#f2f3f4;
	padding-right:0px;
}
.histogram-avg-div{
    width: 100%;
    height: 100%;
	clear: both;
	float: left;
	pointer-events: none;
}
.histogram-best-worst{
    width: 100%;
    height: 100%;
	clear: both;
	float: left;
}
.histogram-best-worst-top{
	top: 5%;
    right: 0%;
    position: absolute;
    width: 85px;
    text-align: center;
	color: rgba(54, 50, 50, 0.8);
}
.histogram-best-worst-bottom{
	bottom:5%;
    right: 0%;
    position: absolute;
    width: 85px;
    text-align: center;
	color: rgba(54, 50, 50, 0.8);
}

/* ################## */
/* # MAP          CSS */
/* ################## */
#map {
	height: 60vh;
}
.moa-map-col{
    padding-left: 0px;
}
.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white; 
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2); 
	border-radius: 5px; 
} 

.info h4 { 
	margin: 0 0 5px; 
	color: #777; 
}
.progress-indicators{
	width: 36px;
    height: 36px;
    /*background-color: red;*/
    position: absolute;
    left: 25%;
}
.zip-load-spinner{
	font-size: 36px !important;
    right: 0px;
    bottom: 28px;
    position: absolute;
    z-index: 999;
    color: #00b5ce;
    text-shadow: 0 0px 10px rgba(0,0,0,0.55);
}
#dashboardAddedReports{
	margin-bottom: 20px;
}
#dashboardZipInput{
	margin-bottom: 20px;
}
.zip-load-check{
	font-size: 36px !important;
    right: 0px;
    bottom: 28px;
    position: absolute;
    z-index: 999;
    color: #afbd00;
    text-shadow: 0 0px 10px rgba(0,0,0,0.55);
}
.rec-load-spinner {
    font-size: 36px !important;
    top: 2px;
    left: 40%;
    position: relative;
    z-index: 999;
    color: #f36323;
    text-shadow: 0 0px 10px rgba(0,0,0,0.55);
}
.map-load-spinner{
	font-size: 36px !important;
    top: 2px;
    right: 25%;
    position: absolute;
    z-index: 999;
    color: #fec62b;
    text-shadow: 0 0px 10px rgba(0,0,0,0.55);
}

.map-load-check{
	font-size: 36px !important;
    top: 2px;
    right: 25%;
    position: absolute;
    z-index: 999;
    color: #afbd00;
    text-shadow: 0 0px 10px rgba(0,0,0,0.55);
}
.popup-load-spinner{
	font-size: 50px !important;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
	position: absolute;
	z-index: 999;
	color: #252525;
	text-shadow: 0 0px 10px rgba(0,0,0,0.55);
}
.map-indicator-title{
    font-size: 12pt;
    position: absolute;
    z-index: 999;
    color: #333;
    width: 100%;
	text-align: center;
	font-weight: bold;
}

/* leaflet popup 
.leaflet-tooltip-callout-line-left{
	width: 120px;
	height: 2px;
	position: absolute;
	transform: rotate(50deg);
	background-color: aqua;
	top: 76px;
	left: 22px;
}
.leaflet-tooltip-callout-line-right{
	width: 120px;
	height: 2px;
	position: absolute;
	transform: rotate(-50deg);
	background-color: aqua;
    top: 76px;
    left: -91px;
}
.leaflet-tooltip-left {
    margin-left: -6px;
    top: -108px;
    left: -74px;
}
.leaflet-tooltip-right {
    margin-left: -6px;
    top: -108px;
    left: 74px;
}*/

/* leaflet */
.leaflet-container {
    background-color:#ffffff;
}

.z-ind-imp{
	z-index:200000 !important;
}
.ch-info-button {
	cursor: pointer;
    display: inline-flex;
    font-size: 14pt;
    padding-left: 3px;
}

.leaflet-container a {
    color: #333;
}
.leaflet-container a:hover {
    color: #fec62b;
}

.leaflet-bottom{
	z-index: 900;	
}

.legend {
	text-align: left; 
	line-height: 18px; color: #555; 
}

.legend i { 
	width: 18px; 
	height: 18px; 
	float: left; 
	margin-right: 8px; 
	opacity: 0.7; 
}
.extra-class{
	/*cursor: not-allowed;
	text-decoration: line-through;*/
	pointer-events: none; /*This will turn off the not-allowed cursor though*/
	color: #bcbdc0;

}
.wom-link{
	color: #252525;
}
.wom-link:hover {
    color: #555; 
}
@media (max-width: 1080px) {
	.navbar-inverse .navbar-nav > li > a{
		border-left-width: 0px;
	}
	form.search-moa-site button {
		border-left-width: 0px;
	}
}

/*@media (max-width: 1080px) {
	.cart {
		top: 0px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	 This chunk caused the navbar to disappear when it opens, leaving in case useful for triage in future. 
	.navbar-collapse.collapse {
        display: none !important;
	}
	
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
	}
	
}*/

@media (min-width: 768px) and (max-width: 1080px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		/*margin: 7.5px -15px;*/
		/*margin: 7.5px 50px 7.5px -15px*/
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
/* START image map for the HDI index interactive image*/
.image-map-container{
	position: relative;
}
.image-map-container-popup{
    width: 500px;
    height: 500px;
    background-color: #ffffff;
    position: absolute;
    top: 130px;
    left: calc(50% - 250px);
    border-style: solid;
    border-color: #afbd21;
    border-width: 1px;
}
.image-map-container-tabs{
    width: 500px;
    height: 43px;
    position: absolute;
    top: 86px;
    left: calc(50% - 250px);
    pointer-events: none;
}
.image-map-tab{
    height: 100%;
    width: 130px;
    background-color: #ffffff;
    position: absolute;
    bottom: -1px;
    font-weight: bold;
}
.white-text{
    color: #ffffff !important;
}
#access-to-knowledge-tab{
    left: 187.5px;
}
#decent-standard-of-living-tab{
    right: 0px;
    width: 137px;
}
.image-map-container-close-button{
    color: #afbd21;
    position: absolute;
    right: 0px;
    /* top: 5px; */
    margin: -1px;
    border-color: aquamarine;
    border-width: 1px;
    border-style: solid;
}
.image-map-closed{
    display:none;
}
.image-map-content{
    text-align:left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    display: none;
} 
.image-map-content-p{
    font-weight:bold;
}
.moa-fa-popupclose{
	font-size: 25px !important;
	width: 25px;
}
.image-map-content-close-button{
	cursor:pointer;
}
/* END image map for the HDI index interactive image*/
