/* 
***********************************
Page: NDQ Overwrite
Category: N/A
Search: 0
Track: 0
Version: 9.7.0 
Author: Jonathan Hagan
Date: June 1, 2014
***********************************
*/
@charset "utf-8";


.sidebarToggle {
	margin-top:20px;
	cursor:pointer;
}
.sidebarToggle h3 {
	color:#000;
	-webkit-transition:all 0.4s ease;
	   -moz-transition:all 0.4s ease;
	     -o-transition:all 0.4s ease;
	        transition:all 0.4s ease;
			font-family: "DINBuster",Arial;
    font-size: 16px; font-weight:normal;
}
.sidebarToggle h3:hover {
	color:#e04e39;
}
.sidebarToggle.active h3 {
	color:#e04e39;
}
#ndq-tools li a {color:#000; text-decoration:none; font-family: "DINBuster",Arial; font-weight:100; cursor:pointer;}

/* Overlay */
#ndq-content div.ndq-dialog-overlay, #ndq-tools div.ndq-dialog-overlay { position: fixed; top:0; right:0; bottom:0; left:0; height:100%; width:100%; margin:0; padding:0; background:#000000; opacity:.15; filter:alpha(opacity=15); -moz-opacity:.15; z-index:1; display:none; }
#ndq-content div.ndq-dialog, #ndq-tools div.ndq-dialog { display:none; position:absolute; width:auto; /*max-width:30%; */margin-left:0; background-color:#ffffff; border:2px solid #666; padding:10px; z-index:2; }
#ndq-content a.ndq-close-dialog:before, #ndq-tools a.ndq-close-dialog:before {font-size:1.1em;}
#ndq-content a.ndq-close-dialog, #ndq-tools a.ndq-close-dialog {color:#666; float:right; margin:-10px -8px 0 0; font-weight:bold; text-decoration:none; cursor:pointer; }
#ndq-tools a.ndq-close-dialog {margin:-10px -10px 0 0;}
#ndq-content.ndq-committees div.ndq-dialog, #ndq-content.ndq-eventdetail div.ndq-dialog { margin-left:0; }
#ndq-content.ndq-committees div.ndq-dialog { width:30%; }
#ndq-content div.ndq-dialog h1 {margin-top:0;}

input[type="submit"]{
  background-color: #e04e39;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0;
  padding: 2px 6px;
  text-transform: capitalize;
}