/*
Theme Name: 	DataCenter
Description: 	Custom theme for the Data Center
Version: 		1.0
Author: 		Erin Allen and Southpaw Creative
Author URI: 	http://erin-allen.com and http://southpawcreative.com
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */





@import "css/reset.css";

*,
*:before,
*:after {
	box-sizing: border-box; *behavior: url(https://www.datacenterresearch.org/a/wp-content/themes/DataCenter/js/boxsizing.htc);
}
div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background-color:#9EB23B !important; color:#fff; display: inline; }
::selection, 
:before::selection,
:after::selection,
li::selection		{ background-color:#9EB23B !important; color:#fff; display: inline;  }


#ss-form [class^="ss-"]:before {
	content: "" !important;
}


.group .twentytwenty-container {
	min-height: 352px !important;
	
}


.twentytwenty-overlay:hover:before {
	content: "Click and drag the circular button in the middle of the map to slide horizontally between data sets." ;
	position: absolute;
	top: 100px;
	width: 200px;
	left: 70px;
	display: block;
	color: #fff;
	z-index: 7000000;
	background: rgba(0, 0, 0, 0.5);
	padding: 1.25em;
	line-height: 1.6em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}   

.group {
	visibility: visible;
	margin-top: 2em;
	
	
}

.group.off {
	margin-top: 0em;
	visibility: hidden;
	height: 0px !important;
}

.group.on {
	margin-bottom: 2em;
}


.icon:before {
	font-family: 'filetypes';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.downloads a[href*=".doc"]:before {
	content: "\e600";
}
.downloads a[href*=".xls"]:before {
	content: "\e601";
}
.downloads a[href*=".zip"]:before {
	content: "\e602";
}
.downloads a[href*=".ppt"]:before {
	content: "\e603";
}
.downloads a[href*=".xml"]:before {
	content: "\e604";
}
.downloads a[href*=".css"]:before {
	content: "\e605";
}
.downloads a[href*=".pdf"]:before {
	content: "\e606";
}

#print-header {
	display: none;
}


[class*="column"] + [class*="column"]:last-child {
    float: left;
    }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6					{ font-weight:normal; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }


body {
	font-family: 'Asap', sans-serif; 
	font-weight: 400;
	font-style: normal;
	color: #002F45;
}

a {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}

.main a {
	white-space: pre-wrap; /* css-3 */    
	    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	    white-space: -pre-wrap; /* Opera 4-6 */    
	    white-space: -o-pre-wrap; /* Opera 7 */    
	    word-wrap: break-word; /* Internet Explorer 5.5+ */
	
}


.right,
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.left,
.alignleft {
	float: left;
	margin: 0 1em 1em 0 ;
}


button, 
.button a, 
button, 
input[type="submit"], 
input[type="button"],
input[type="reset"],
#page-header .button,
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
.cse .gsc-search-button input.gsc-search-button-v2, 
input.gsc-search-button-v2   {
  cursor: pointer;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: .5em 1em;
  font-size: .95em;
  background-color: #9EB23B !important;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
 font-weight: 300;
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  border: 2px solid #5D893C !important;
  text-transform: uppercase;
  letter-spacing: .1em;
  width: auto !important;
  background-image: none !important;
   }
   
.cse .gsc-search-button input.gsc-search-button-v2, 
input.gsc-search-button-v2 {
	height: auto !important;
	background-image: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
   
   
  button:hover, 
  button:focus, 
  .button a:hover, 
  .button a:focus,
  input[type="submit"]:hover, 
  input[type="button"]:hover,
  input[type="reset"]:hover,
  #page-header .button:hover,
  .ui-button:hover,
  .cse .gsc-search-button input.gsc-search-button-v2:hover, 
input.gsc-search-button-v2:hover {
    background-color: #5D893C !important;
    color: white; }
  
  
 .button a {
 	color: #fff;
 	text-decoration: none;
 } 

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }



.close {
	float: right;
	display: inline-block;
	margin-left: 1em;
}

.search-form {
	font-family: "SSStandard";
	margin-top: .75em;
}

.search-form input {
	display: inline-block;
	padding: .5em 1em !important;
	margin: 0px !important;
}

#s {
	width: 110px;
    border: 3px white solid;
    font-family: 'Asap', sans-serif; 
}

#searchsubmit {
	border-radius: 0px !important;
	font-family: "SSStandard";
	padding: .5em 1em !important;
	margin-bottom: 0 !important;
}

	
/* ---------------------------------------------------------------------------------------------------------- 
Main ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


.main {
	padding-top:4em ;
	padding-bottom: 4em;
}

.main .large-9 {
	padding-right: 3em !;
}

.main p {
	color: #002F45;
}

.main p,
.main h2,
.main h3,
.main h4,
.featured-reports p {
	margin-bottom: .5em;
}

.main p {
	margin-bottom: 1.2em;
}

.main h1 {
	font-size: 3em;
	color: #002F45;
	font-family: "ff-scala-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: .25em;
}

.main h2,
.ui-dialog-title {
	font-size: 1.55em;
	color: #002F45;
	font-family: "ff-scala-web",sans-serif;
	font-style: italic;
	font-weight: 400;
	border-bottom: 1px solid #002F45;
	margin-top: 1.3em;
}


.main h3 {
	font-size: 1.125em;
	color: #4A6576;
	font-weight: 800;
	margin-bottom: .25em;
	margin-top: 1.3em;
	display: block;
}

.main h4 {
	font-size: 1em;
	color: #002F45;
	font-weight: 800;
	margin-bottom: .25em;
	margin-top: 1.3em;
}

.main .detail h4 {
	margin-top: .25em;
}

.main ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-bottom: .5em;
}


.main ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-bottom: .5em;
}

.main ul[class*="block-grid-"] li {
	list-style: none;
	margin-left: 0em;
}

.main ul.listing li {
	padding: 1em 0 ;
	border-bottom: 1px solid #f1f1f1;
}

.featured-reports a,
.main a {
	color:#9EB23B;
	font-weight: 800;
}

.inline-twitter-link,
.featured-reports .inline-twitter-link, 
.main .inline-twitter-link {
	color:#002F45;
	font-weight: normal;
}

.dashicons-inline-tweet-sharer {
	color: #9EB23B;
}

.featured-reports a:hover,
.main a:hover {
	color: #5D893C;
}


.main p.button a {
	color: #fff;
}

/*
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)*/




table {
	font-size: .9em;
}



.author {
}

.author:last-child:before {
	content: " and ";
	
}

.three-or-more .author:before {
	content: ", ";
}


.three-or-more .author:first-child {
	display:inline;
}


.three-or-more .author:last-child:before {
	content: ", and ";
	
	
	
}

.author:first-child:before {
	content: none;
}

.author-org {
	display: inline-block;
}

.author-org:before {
	content: none !important;
}

.author-org:after {
	content: ',';
	position: relative;
	right: .2em;
}

.author-org:last-child:before {
	content: "and " !important;
}

.author-org:last-child:after {
	content: none;
}


.children {
	display: none;
}

.current_page_item .children,
.current_page_ancestor .children {
	display: block;
}

/* ---------------------------------------------------------------------------------------------------------- 
Sitewide Message ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* -------- Sitewide Alert ------ */

#sitewide-message {
	background: #9eb23b;
	padding: 1em 0 ;
	color: #002f45;
	display: none;
}

#sitewide-message.on {
	display: block;
}

#sitewide-message a {
	font-weight: 700;
	text-decoration: none;
	color: #002f45;
	
}

/* ---------------------------------------------------------------------------------------------------------- 
Header ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#page-header {
	background:  #002f45;
	color: #d4effc;
	padding: .5em 0 ;
	text-align: center;
}

#page-header header .columns:first-child {
}

#page-header header .columns:last-child {
}


.site-menu {
	display: none;
}



.logo {
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}

.logo a {
	display: block;
	max-width: 400px;
	margin: 0 auto;
}

.tagline {
	padding-top: .5em;
	padding-bottom: 1em;
	
	letter-spacing: .1em;
	line-height: 1.4em;
	font-family: 'Verlag 4r', 'Verlag A', 'Verlag B'; 
	font-weight: 400; 
	font-style: normal;
	font-size: 1em;
}

/* -------- Main Nav ------ */


#menu-main-nav {
	font-family: "ff-scala-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

#menu-main-nav li {
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 1em;
	padding-top: 1em;
	border-top: 1px solid #4A6576;
}


#menu-main-nav > li  .sub-menu {
		display: none;
		opacity: 0;
		position: absolute;
		z-index: 0;
		background: #002F45;
		margin-left: 0em;
		left: -.5em;
		top: 70%;
		padding: 1em 1em;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		transition: all 300ms ease-out;

		
	}



#menu-main-nav li.on .sub-menu {
		opacity: 1;
		top: 100%;
		z-index: 2000000;
	}
	
#menu-main-nav .sub-menu li {
		display: block;
		font-family: 'Asap', sans-serif; 
		font-weight: 400;
		font-style: normal;
		font-size: .9em;
		padding: 1em 0;
		border-top: 1px solid #4A6576;
	}

#menu-main-nav .sub-menu {
	display: none;
}
#menu-main-nav li a {
	color: #fff;
	display: block;
	position: relative;
}

#menu-main-nav li a:hover {
	color: #9EB23B;
}

.ss-action {
	display: inline-block !important;
}
.ss-action:before {
	float: right;
	padding-left: .25em;
	font-size: 1.2em;
	opacity: .8;
	position: relative;
	top: .1em;
}



/* -------- Secondary Nav ------ */

#secondary-header {
	background:  #d4effc;
	color: #002f45;
	position: relative;
}

/*#secondary-header:before {
	display: block;
	position: absolute;
	bottom: 100%;
	height: 20px;
	background: #f5f5f5;
	z-index: 60000;
	content: '.';
	text-indent: -9999px;
	width: 100%;
}*/


#menu-secondary-nav li, 
#menu-secondary-nav-1 li {
	display: inline-block;
	font-family: "ff-scala-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.125em;
	
}


#menu-secondary-nav-1 li a { 
	color: #002f45;
	display: block;
	padding: 1em .75em;
}


#menu-secondary-nav li a { 
	color: #D4EFFC;
	display: block;
	padding: 1em 0 0 ;
	border-top: 1px solid #4A6576;
	
}

#menu-secondary-nav li a:hover,
#menu-secondary-nav-1 li a:hover {
	color: #9EB23B;
}


.support-us.button {
	padding: 1em .75em 1em 0;
	margin-bottom: 0px !important;
}

.support-us.button a {
	margin-bottom: 0px !important;
}

/* ---------------------------------------------------------------------------------------------------------- 
Homepage ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



/* -------- Featured Slideshow  ------ */

.featured-reports {
	margin-top: 3em;
	margin-bottom: 0em;
	z-index: 1;
}

.featured-reports article {
	width: 100%;
	background: #002f45;
	margin-bottom: 1em;
	color: #fff;
	font-size: 1.2em;
	
}

.featured-reports article { display: none }
.featured-reports article:first-of-type { display: block }



.featured-reports article .kicker {
	font-size: .9em;
	margin-bottom: .25em;
	font-weight: 800;
	text-transform: uppercase;
}

.featured-reports article h2 {
	color: #9eb23b;
	font-family: 'Asap', sans-serif; 
	font-weight: 800;
	font-size: 1.2em;
}

.featured-reports a:hover {
	color:#ABE1FA;
	
}

.featured-reports .image {
	width: 100%;
	overflow: hidden;
	
}

.slide .image img  {
	width: 100%;
}
.featured-reports .blurb {
	padding: 2em 1.5em;
	background-color: #002f45;
		
}


.image-bg {
		
	}



#slide-pager,
#prev,
#next  {
	margin-top: 1em;
	z-index: 2000;
}

#slide-pager a,
#prev,
#next {
	display: inline-block;
	padding: .5em .75em;
	background: #9eb23b;
	color: #fff;
	margin: 0 .25em;
	font-weight: 400;
}

#slide-pager a:hover,
#slide-pager .cycle-pager-active a {
	background: #002f45;
	
}
#prev,
#next  {
	position: absolute;
	top: 40%;
	padding: 1em .75em .75em;
	font-weight: 800;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#prev:hover,
#next:hover  {
	background: #5D893C;
	}
#prev {
	left: 0px;
}

#next  {
	right: 0px;
}

.categories {
	margin-bottom: 3em;
}

.category {
	padding-top: 1em ;
	padding-bottom: 1em ;
}

.category h3 {
	margin-top: 0px;
}

.category h3,
.category a {
	
}


.category a:hover {
	/*color: #ABE1FA;*/
}

.category .column:first-child {
	padding-right: 0px !important;
}

.category-icon {
	padding-bottom: 1em;
}

#menu-homepage-sidebar-links {
	margin-bottom: 3em;
	margin-left: 0px;
}

#menu-homepage-sidebar-links li {
	list-style: none;
	font-size: 1em;
	padding: .5em 0 ;
	margin-left: 0px;
}	

.ask-expert p {
	padding-top: 1em;
}



/* ---------------------------------------------------------------------------------------------------------- 
Section index  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.featured-content .columns:first-of-type {
	
}

.featured-content article {
	margin-bottom: 2em;
	
}

.main .featured-content article h3 {
	margin-top: 0em;
	
}

.featured-content article:nth-child(odd) {
	clear: both;
}

.featured-image {
	max-height: 220px;
	overflow: hidden;
}



/* ---------------------------------------------------------------------------------------------------------- 
Neighborhood data  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.breadcrumbs {
	margin-top: 1em;
	margin-bottom: 2em;
}

.main div.source {
	margin-bottom: 3em;
}
.main .source,
.main p.source  {
	font-size: .8em;
	font-style: italic;
	line-height: 1.3em;
}

.data-1,
.data-2,
.data-3,
.data-analysis,
.data-profiles,
.data-led {
	font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}



.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #9eb23b;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #9eb23b;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.main p.links {
	font-size: .8em;
	margin-top: 2em;
	margin-bottom: .5em;
}

.main .links p,
.main .links p.links {
	font-size: .8em;
	margin-bottom: .5em;
}

.main div.links {
	margin-top: 2em;
	margin-bottom: .5em;
}


table {
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.main table + h2 {
	margin-top: 2em;
}

table.moe {
	text-align: left;
}

table td,
table th {
	vertical-align: middle;
	/*border-right: 1px solid #002F45;*/
}

table.moe td,
table.moe th {

	border-right: none;
}

table thead {
	text-align: center;
}

.neighborhood-data table th:first-child {
	width: 30%;
	padding-right: 2em;
}

.neighborhood-data table td:first-child {
	width: 30%;
	padding-right: 2em;
	text-align: left;
	font-weight: 800;
}

table thead tr:first-child {
	text-align: center;
	background: #002F45;
	color: #fff;
}

.neighborhood-data.content {
	float: right;
}


tr.alt, 
table tr:nth-of-type(even) {
background: #CFD8DE;
}




tr.alt, 
table tr:hover {
background: #9EB23B;
}

table.moe tr:nth-of-type(even),
table.moe tr:hover {
background: none;
}


table thead tr:nth-child(2) {
	text-align: center;
	background: #4A6576;
	color: #fff;
}

table thead tr th, 
table thead tr td, 
table tfoot tr th, 
table tfoot tr td {
	color: inherit;
	text-align: center;
}

table thead tr th:first-child {
	text-align: left;
	
}

table tr th,
table tr td {
	color: inherit;
	padding: 0.5625em 0.625em;
	}
	
.neighborhood-data td.separator {
	/*border-right: 1px solid #002F45;*/
}


table.content-table tr {
	background: none;
}

table.content-table td {
	border-right: none;
	border-top: 1px solid #F1F1F1;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------------------------------------------- 
Reports ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.author,
.date-published,
.collaborations,
.publication {
	font-family: 'Asap', sans-serif; 
	font-weight: 400;
	font-style: italic;
	font-size: 1.125em;
}

.date-published {
	
}

.footnotes {
	border-top: 1px solid #f1f1f1;
	margin-top: 2em;
	padding-top: 2em;
	
}

.footnotes p,
.footnotes li {
	font-size: .8em;
}

.footnotes b {
	padding-right: 1em;
}

.highlight {
	padding: 1.25em 2em;
	margin: 1em 0 ;
	background: #d4effc;
}

.main .highlight h2:first-child,
.main .highlight h3:first-child,
.main .highlight h4:first-child {
	margin-top: .25em;
}


.new-group {
	border-top: 1px dotted #ccc;
	
	margin: 2em  0 0 0  ;
}


/* ---------------------------------------------------------------------------------------------------------- 
Show Hide ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.show-btn {
	cursor: pointer;
	
	padding: .5em;
	
	  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  
  margin-bottom: 0px !important;
}

.show-btn:hover {
}

.show-btn:after {
	content:"\F501";
	font-family: "SSStandard";
	font-style: normal;
	font-size: .7em;
	float: right;
	display: block;
	position: relative;
	top:5px;
	
	  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
	
}

.show-btn.on:after {
	content:"\F500";
	
}

.show-hide {
	padding-bottom: 1.5em;
	margin-top: 1em;
}

.show-hide + .show-btn {
	margin-top: 0px;
}


.p-002F45:hover, 
.p-002F45.on { 
	background: #002F45;
	color: white;
}

.p-4A6576:hover, 
.p-4A6576.on { 
	background: #4A6576;
	color: white;
} 

.p-6892AB:hover, 
.p-6892AB.on { 
	background: #6892AB;
	color: white;
} 

.p-ABE1FA:hover, 
.p-ABE1FA.on { 
	background: #ABE1FA;
}  

.p-D4EFFC:hover, 
.p-D4EFFC.on { 
	background: #D4EFFC;
}



.s-166E95:hover, 
.s-166E95.on { 
	background: #166E95;
	color: white;
}

.s-35A39B:hover, 
.s-35A39B.on { 
	background: #35A39B;
	color: white;
}  

.s-5D893C:hover, 
.s-5D893C.on { 
	background: #5D893C;
	color: white;
}  

.s-9EB23B:hover, 
.s-9EB23B.on { 
	background: #9EB23B;
	color: white;
}

.s-F1C62B:hover, 
.s-F1C62B.on { 
	background: #F1C62B;
}

.s-EF812C:hover, 
.s-EF812C.on { 
	background: #EF812C;
	color: white;
}

.s-E65E3F:hover, 
.s-E65E3F.on { 
	background: #E65E3F;
	color: white;
}  

.s-E61C43:hover, 
.s-E61C43.on { 
	background: #E61C43;
	color: white;
}  

.s-B13F80:hover, 
.s-B13F80.on { 
	background: #B13F80;
	color: white;
} 

.s-71266E:hover, 
.s-71266E.on { 
	background: #71266E;
	color: white;
} 

.t-425535:hover, 
.t-425535.on { 
	background: #425535;
	color: white;
}   

.t-D7892C:hover, 
.t-D7892C.on { 
	background: #D7892C;
	color: white;
}       

.t-F99D33:hover, 
.t-F99D33.on { 
	background: #F99D33;
	color: white;
} 

.t-F47640:hover, 
.t-F47640.on { 
	background: #F47640;
	color: white;
} 

.t-A84837:hover, 
.t-A84837.on { 
	background: #A84837;
	color: white;
} 



/* ---------------------------------------------------------------------------------------------------------- 
Tabs ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


.main ul#tabs,
ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabs li,
ul#tabs li {
    display: inline-block;
    background-color: #32c896;
    border-bottom: solid 5px #238b68;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabs li:hover,
ul#tabs li:hover  {
    background-color: #238b68;
}
.main ul#tabs li.active,
ul#tabs li.active {
    background-color: #238b68;
}
.main ul#tab,
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main ul#tab li,
ul#tab li {
    display: none;
	margin-left: 0px;
}

.main ul#tab li.active,
ul#tab li.active  {
    display: block;
}




.main ul#tabsteal,
ul#tabsteal {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsteal li,
ul#tabsteal li {
    display: inline-block;
    background-color: rgba(53, 163, 155, .8);
    border-bottom: solid 5px #35A39B;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsteal li:hover,
ul#tabsteal li:hover  {
    background-color: #35A39B;
}
.main ul#tabsteal li.active,
ul#tabsteal li.active {
    background-color: #35A39B;
}



.main ul#tabsorange,
ul#tabsorange {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsorange li,
ul#tabsorange li {
    display: inline-block;
    background-color: rgba(239, 129, 44, .8);
    border-bottom: solid 5px #EF812C;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsorange li:hover,
ul#tabsorange li:hover  {
    background-color: #EF812C;
}
.main ul#tabsorange li.active,
ul#tabsorange li.active {
    background-color: #EF812C;
}



.main ul#tabsyellow,
ul#tabsyellow {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsyellow li,
ul#tabsyellow li {
    display: inline-block;
    background-color: rgba(241, 198, 43, .8);
    border-bottom: solid 5px #F1C62B;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsyellow li:hover,
ul#tabsyellow li:hover  {
    background-color: #F1C62B;
}
.main ul#tabsyellow li.active,
ul#tabsyellow li.active {
    background-color: #F1C62B;
}



.main ul#tabsmagenta,
ul#tabsmagenta {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsmagenta li,
ul#tabsmagenta li {
    display: inline-block;
    background-color: rgba(230, 28, 67, .8);
    border-bottom: solid 5px #E61C43;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsmagenta li:hover,
ul#tabsmagenta li:hover  {
    background-color: #E61C43;
}
.main ul#tabsmagenta li.active,
ul#tabsmagenta li.active {
    background-color: #E61C43;
}

.main ul#tabsredorange,
ul#tabsredorange {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsredorange li,
ul#tabsredorange li {
    display: inline-block;
    background-color: rgba(230, 94, 63, .8);
    border-bottom: solid 5px #E65E3F;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsredorange li:hover,
ul#tabsredorange li:hover  {
    background-color: #E65E3F;
}
.main ul#tabsredorange li.active,
ul#tabsredorange li.active {
    background-color: #E65E3F;
}


.main ul#tabslime,
ul#tabslime {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabslime li,
ul#tabslime li {
    display: inline-block;
    background-color: rgba(158, 178, 58, .8);
    border-bottom: solid 5px #9EB23B;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabslime li:hover,
ul#tabslime li:hover  {
    background-color: #9EB23B;
}
.main ul#tabslime li.active,
ul#tabslime li.active {
    background-color: #9EB23B;
}




.main ul#tabsgreen,
ul#tabsgreen {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsgreen li,
ul#tabsgreen li {
    display: inline-block;
    background-color: rgba(158, 178, 58, .8);
    border-bottom: solid 5px #5D893C;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsgreen li:hover,
ul#tabsgreen li:hover  {
    background-color: #5D893C;
}
.main ul#tabsgreen li.active,
ul#tabsgreen li.active {
    background-color: #5D893C;
}







.main ul#tabsviolet,
ul#tabsviolet {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsviolet li,
ul#tabsviolet li {
    display: inline-block;
    background-color: rgba(177, 63, 128, .8);
    border-bottom: solid 5px #B13F80;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsviolet li:hover,
ul#tabsviolet li:hover  {
    background-color: #B13F80;
}
.main ul#tabsviolet li.active,
ul#tabsviolet li.active {
    background-color: #B13F80;
}


.main ul#tabsblue,
ul#tabsblue {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsblue li,
ul#tabsblue li {
    display: inline-block;
    background-color: rgba(22, 110, 149, .7);
    border-bottom: solid 5px #166E95;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsblue li:hover,
ul#tabsblue li:hover  {
    background-color: #166E95;
}
.main ul#tabsblue li.active,
ul#tabsblue li.active {
    background-color: #166E95;
}



.main ul#tabspurple,
ul#tabspurple {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabspurple li,
ul#tabspurple li {
    display: inline-block;
    background-color: rgba(113, 38, 110, .7);
    border-bottom: solid 5px #71266E;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabspurple li:hover,
ul#tabspurple li:hover  {
    background-color: #71266E;
}
.main ul#tabspurple li.active,
ul#tabspurple li.active {
    background-color: #71266E;
}


.main ul#tabsgold,
ul#tertiarygold {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsgold li,
ul#tabsgold li {
    display: inline-block;
    background-color: rgba(249, 157, 51, .7);
    border-bottom: solid 5px #F99D33;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsgold li:hover,
ul#tabsgold li:hover  {
    background-color: #F99D33;
}
.main ul#tabsgold li.active,
ul#tabsgold li.active {
    background-color: #F99D33;
}


.main ul#tabsdarkblue,
ul#tabsdarkblue {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.main ul#tabsdarkblue li,
ul#tabsdarkblue li {
    display: inline-block;
    background-color: rgba(0, 47, 69, .7);
    border-bottom: solid 5px #002F45;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
}
.main ul#tabsdarkblue li:hover,
ul#tabsdarkblue li:hover  {
    background-color: #002F45;
}
.main ul#tabsdarkblue li.active,
ul#tabsdarkblue li.active {
    background-color: #002F45;
}












/* ---------------------------------------------------------------------------------------------------------- 
General Pages ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.main article.detail {
	border-top: 1px solid #f1f1f1;
	padding-top: 2em;
	margin:2em 0;
}

.main article.detail h3 {
	margin-top: 0px;
}

.main article.detail.featured {
	background: rgba(212, 239, 252, 0.5);
	padding: 2em;
}

.main article.detail.featured:before {
	content: "Featured";
	font-size: 1.1em;
	padding-bottom: 1em;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
}



.bio-extras {
	float: right;
	margin: 0 0 2em 2em;
	width: 35%;
	max-width: 200px;
}

.bio-extras img {
	margin-bottom: 1em;
}

.main p.email {
	margin-bottom: 1.5em;
	color: #4A6576;
}


.detail .large-3 {
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 1em;
}





/* ---------------------------------------------------------------------------------------------------------- 
Sidebar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


.main .sidebar h2 {
	margin-top: 0px;
}


.main .sidebar h2 a {
	color: #002F45;
	
}
.downloads h2,
.main .downloads h2 {
	color: #fff;
	border-bottom-color: #fff;
	margin-top: 0px;
}

.downloads,
.shareTools {
	padding: 1em;
	color: #fff;
} 

.downloads a,
.shareTools a {
	color: #fff;
	font-weight: 400;
} 


.downloads {
	background: #9EB23B;
	/*background: #E65E3F;*/
	margin-top: 2em;
	margin-bottom: 4em;
}



.shareTools {
	background: #002F45;
	margin-bottom: 4em;
}

.main-content .shareTools {
	margin-top: 1em;
	display: block;
	max-width: 200px;
	margin-bottom: 1em;
	clear: both;
}



.iconic[data-glyph].iconic-md:before {
	font-weight: 500;
	font-size: 30px;
	/* display: inline-block; */
	/* float: left; */
	padding-right: .25em;
	margin-bottom: 0em;
	clear: both;
	position: relative;
	top: .1em;
}




.downloads a[href*='.pdf']:before {
	content: "";
}



.related,
.promo,
.cover-image {	
	margin-bottom: 4em;
}

.sidebar ul {
	margin-bottom: 2em;
}

.sidebar .downloads ul {
	margin-bottom: 1em 
}

.main .sidebar li {
	list-style: none;
	margin-left: 0px;	
	font-size: 1.125em;
	padding: .4em 0 ;
	line-height: 1.3em;
}

.main .sidebar li ul {
	margin-left: 0px;
	padding-left: 1em;
	margin-bottom: .5em;
}

.main .sidebar li ul li {
	list-style: circle;
	font-size: .9em;
}

.main .sidebar li li a {
	font-weight: 400;
	
}

.main .sidebar li.extra,
.main .sidebar ul.extra {
	border-top: 1px dotted #ccc; 
	padding-top: .5em; 
	margin-top: .5em;
}

.related p a {
	font-size: .8em;
}

.related article {
	margin: 1em 0 2em ;
}

.related article a  {
	display: inline-block;
}

.related article h3  {
	margin-top: .25em;
}

.related .intro {
	font-style: italic;
}

.related.categories .new-orleans-index {
	display: none;
}

/* ---------------------------------------------------------------------------------------------------------- 
Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#connect {
	background:  #d4effc;
	color: #002f45;
	padding: .75em;
}

a.ss-icon  {
	color: #002f45;
	font-size: 1.4em;
	padding: .25em ;
	position: relative;
	top: .25em;
}


a.ss-icon:hover  {
	color: #9eb23b;
}



#footer {
	background:  #002f45;
	color: #fff;
	padding: 2em 0 2em 0;
}

#footer h2 {
	font-family: "ff-scala-web", serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	font-size: 1.4em;
	margin-bottom: .5em;
	margin-top: 1em;
}

#footer .logo {
	max-width: 300px;
	display: block;
	margin-top: 4em;
	text-align: center;
}

#footer a { 
	color: #9eb23b;
	font-weight: 800;
}
#footer a:hover { 
	color: #D4EFFC;
}



.research-categories {
	margin-bottom: 2em;
}

.research-categories li {
	font-size: 1.2em;
	padding-bottom: .75em;
	line-height: 1.3em;
}



.site-info {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #fff;	
}

.site-info p {
	
	font-size: .85em;
	padding-top: 1em;
}

.site-info a {
	padding: 0 .25em 0 .25;
	display: inline-block;
}

.site-info a:after {
	content: ' |';
	padding: 0 0 0 .25em;
	color: #fff;
	font-weight: 400;
}

.site-info a:last-child:after {
	content: '';
}

/* ---------------------------------------------------------------------------------------------------------- 
TOC Styling ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


.tr-toc-wrapper {
 background: none !important; 
 border: none !important; 
 padding: 0px !important; 
 margin-bottom: 0px !important; 

}

#nh-toc .tr-toc-wrapper {
	margin-top: 1.5em;
}

.tr-toc {
	padding-left: 1.5em !important;
	margin-bottom: 2em;
}
.main .list-col li,
.tr-toc li {
	list-style: none !important;
	font-size: 1em !important;
}

.tr-toc {
	padding-left: 0px !important;
}

.tr-toc li {
	margin: 0 !important;
	padding-top: .5em;
	padding-right: 1em;
}

.tr-toc-header strong {
	display: block;
	font-size: 1.55em;
	color: #002F45;
	font-family: "ff-scala-web",sans-serif;
	font-style: italic;
	font-weight: 400;
	border-bottom: 1px solid #002F45;
}

.tr-toc a:hover, 
.tr-toc-header a:hover {
	text-decoration: none !important;
}

.scroll-top {
	text-align: center;
	background: rgba(255, 255, 255, .85);
	padding: .5em;
	
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 9999;
	display: block;

}

.scroll-top a {
	margin: 0 auto;
}

.scroll-top p:before {
	content: "Back to Top";
	text-align: center;
	display: inline-block;
	
}




.cd-top {
  display: block;
  color: #002f45;
  position: fixed;
  height: 70px;
  width: 60px;
  bottom: 40px;
  left: 10px;
  padding-top: 25px;
  
  text-align: center;
  /* image replacement properties */
  
  white-space: nowrap;
  background: #9eb23b url(http://www.datacenterresearch.org/a/wp-content/themes/DataCenter/images/cd-top-arrow.svg) no-repeat center 10%;
  visibility: hidden;
  opacity: 0;
  
  z-index: 1000000;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.cd-top p {
	line-height: 1.1em !important;
}

.cd-top a {
	color: #fff;
	font-weight: normal;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	}
.cd-top a:hover {
	color: #fff;
	}	
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .8s 0s, visibility 0s 0s;
  -moz-transition: opacity .8s 0s, visibility 0s 0s;
  transition: opacity .8s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.cd-top:hover {
  background-color: #5D893C;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 70px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}





.content .toc ul {
	-moz-column-count: 3;
	-moz-column-gap: undefinedpx;
	-webkit-column-count: 3;
	-webkit-column-gap: undefinedpx;
	column-count: 3;
	column-gap: undefinedpx;
	}
.content .toc ul li {
	-webkit-column-break-inside: avoid;	
	 break-inside: avoid-column;
	 
}
.content .table-of-contents {
	border-top: 1px solid #002F45;
	border-bottom: 1px solid #002F45;
	margin: 1em 0 2em 0;
	padding-bottom: 1em;
	
}

#toc .tr-toc {
	margin: 0px;
}


.content .toc h2 {
	border-bottom: none;
	margin-top: 1em;
	margin-bottom: 0px;
}	


.list-col {
	float: left;
	width: 30%;
}

.tr-toc-wrapper:after {
	content: "-";
	text-indent: -9999px;
	display: block;
	clear: both;
}


.main .table-of-contents li,
.main .sidebar .table-of-contents li {
	font-size: 1em;
	list-style: none;
	margin-left: 0px;
	margin-right: 1em;
	line-height: 1.3em;
	padding-top: .75em;
}


/* ---------------------------------------------------------------------------------------------------------- 
Form Styling ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
form {
	margin-top: 1em;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
	width: 100%;
	padding: .5em;
	color: #496576;
	margin: 0 0 .75em;
	border: 1px solid #999;
}

.e2ma_signup_form_label,
label {
	margin-bottom: .35em;
}

#footer .e2ma_signup_form_label,
#footer label {
	color: #6892AB;
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 1em;
}

#footer .e2ma_signup_form_element {
	float: right;
	width: 70%;
}

#footer .e2ma_signup_form_row {
	clear: both;
}


#footer form {
	margin-top: 0px;
}

.e2ma_signup_form_required_asterix,
.required {
	color: #9eb23b;
	
}

.e2ma_signup_form_required_footnote {
	margin-bottom: 1em;
	font-style: italic;
	color: #6892AB;
	text-align: right;
	font-size: .9em;
	
}

#footer .e2ma_signup_form_required_footnote {
	color: #6892AB;
	clear: both;
}

#footer .e2ma_signup_form_button_row {
	text-align: right !important;
	 
}

#footer .e2ma_signup_form_button_row input {
	font-family: Asap, sans-serif !important ;
	}


.moe select {
	width: auto;
}

.form {
	margin-top: 1em;
}
.form p {
	margin-bottom: 1em;
}




#ss-form label.ss-q-title {
	font-size: 1.125em;
	color: #4A6576;
	font-weight: 400;
	margin-bottom: .05em;
	margin-top: 1em;
	display: block;
}

#ss-form label.ss-q-help {
	font-style:italic ;
	font-size: .9em;
	display: block;
	margin: .75em 0 ;
}


.main #ss-form .ss-choice-item {
	list-style: none;
}



/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



/* 400 and up */
@media screen and (min-width:400px) {

	

		
}

	

@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
	
	
}	

@media screen and (max-width:40.062em) {
	#menu-main-nav > li .sub-menu {
		display: none !important;
	}
	
	
	.sidebar {
		margin-top: 3em;
	}
	
	.featured-content article {
		margin-bottom: 2em;
		margin-top: 1em;
		padding-bottom: 2em;
		border-bottom: 1px solid #f1f1f1;
	}
	
	.detail .large-3 img {
		max-width: 160px;
		
	}
	
	
}



/* Special cases for categories in phone landscape view */

@media screen and (max-width:400px) {
	
	
	.category .column:first-child {
		padding-right: 1.25em !important; 
	}
}
	
@media screen and (min-width:400px) and (max-width:40.062em) {

	.category .column:first-child {
		width: 25%;
		float: left;
		padding-right: 0px!important ;
	}
	
	.category .category-description {
		width: 75%;
		float: left;
	}
	
	
	
	.featured-content article .description {
		width: 75%;
		float: left;
	}


		
}


@media only screen and (min-width: 40.063em) {  /* min-width 641px, medium screens */
	
	.featured-content article .featured-image {
		width: 25%;
		float: left;
		padding-right: 0px!important ;
	}
	
	#page-header {
		text-align: left;
	}
	
	
	.site-menu {
		display: block;
	}
	
	

	
	#menu-main-nav > li {
		font-size: 1.3em;
		line-height: 1.2em;
		display: table-cell;
		padding: .25em .5em .25em;
		vertical-align: bottom;
		width: 25%;
		border-left: 1px solid #fff;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		background: #002F45;
	}
	
	
	

	
	

	
	#menu-secondary-nav-1 {
		z-index: 1000;
	}
	
	
	#menu-main-nav li,
	#menu-secondary-nav li a {
		border-top: none;
	}
	
	.site-menu {
		max-width: 600px;
		margin: 0 auto;
	}
	
	#page-header,
	#menu-secondary-nav-1 {
		text-align: center ;
	}
	
	.tagline {
		padding-bottom: 2em;
	
	}
	
	.featured-reports .image {
		display: table-cell;
		width: 55%;
		
		overflow: hidden;
		
	}
	
	.featured-reports .image img { 
		width: auto;
		max-width: 200%;
	}
	
	
	.featured-reports .blurb {
		display: table-cell;
		vertical-align: middle;
	
	}
	
	.downloads {
		margin-top: 0em;
	}
	
	.slide-wrap {
		display:table; 
		height: 100%; 
		min-height: 450px;
	}
	
	.image-bg {
		height: 100%; 
		width: 50%; 
		display: table-cell;
	}
	
	.table-blurb {
		height: 100%; 
		width: 50%; 
		display: table-cell;
	}
}


@media only screen and (min-width: 64.063em) { 
	
	#menu-main-nav li:hover .sub-menu {
		display: block;
	}	
	
	.tagline {
		text-align: left;
	}
	.featured-reports .image {
		display: block;
		float: left;
		width: 69%;
		margin-right: 30px;
		overflow: hidden;
		
	}
	
	.featured-reports .blurb {
		display: block;
		}

	#page-header,
	#menu-secondary-nav-1 {
		text-align: left ;
	}
	
	.site-menu {
		max-width: auto;
		margin: 0;
	}
	
	
	.logo {
		padding-right: 3.25em !important;
	}
	
	#footer .logo {
		margin-top: 2em;
		padding-right:0em !important
	}
	
	#menu-main-nav .sub-menu {
		width: 150%;
		
	}
	
	
	
	#menu-secondary-nav {
		text-align: left;
	}
	

	
	.tagline {
		padding-left: 2em;
		padding-top: 1.5em;
		padding-bottom: 3.5em;
	}
	
	
	#footer .logo {
		max-width: 100%;
	}
	
	#menu-main-nav li:last-child .sub-menu {
		width: 120%;
	}
	
	.main .featured-content article h3 {
		margin-top: 1em;
		
	}
	
	.featured-content article .featured-image {
		width: auto;
		float: none;
		padding-right: 1.25em !important ;
	}
	
	.f-nav {
		position: fixed;
		top: 30px;
		width: 200px !important;
		float: none !important;
		
		
	}
	
	#nh-toc .tr-toc-wrapper {
		
	}
	
	#nh-toc2 {
		}
	
	.image-bg {
		width: 60%; 
		display: table-cell;
	}
	
	.table-blurb {
		width: 100%;
		display: table-cell !important;
		
	}

} /* min-width 1025px, large screens */



@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */



@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens */




/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }
}
.tabs li { 
  /* Makes a horizontal row */
  float: left; 
	
  /* So the psueudo elements can be
     abs. positioned inside */
  position: relative; 
}
.tabs a { 
  /* Make them block level
     and only as wide as they need */
  float: left; 
  padding: 10px 40px; 
  text-decoration: none;
  
  /* Default colors */ 
  color: black;
  background: #ddc385; 
  
  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; 
}
.tabs .active {
  /* Highest, active tab is on top */
  z-index: 3;
}
.tabs .active a { 
  /* Colors when tab is active */
  background: white; 
  color: black; 
}
.tabs li:before, .tabs li:after, 
.tabs li a:before, .tabs li a:after {
  /* All pseudo elements are 
     abs. positioned and on bottom */
  position: absolute;
  bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,   .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after,   .tabs .active:before, 
.tabs .active a:after, .tabs .active a:before {
  content: "";
}
.tabs .active:before, .tabs .active:after {
  background: white; 
  
  /* Squares below circles */
  z-index: 1;
}
/* Squares */
.tabs li:before, .tabs li:after {
  background: #ddc385;
  width: 10px;
  height: 10px;
}
.tabs li:before {
  left: -10px;      
}
.tabs li:after { 
  right: -10px;
}
/* Circles */
.tabs li a:after, .tabs li a:before {
  width: 20px; 
  height: 20px;
  /* Circles are circular */
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  border-radius:         10px;
  background: #222;
  
  /* Circles over squares */
  z-index: 2;
}
.tabs .active a:after, .tabs .active a:before {
  background: #ddc385;
}
/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
  background: #222;
}
.tabs li a:before {
  left: -20px;
}
.tabs li a:after {
  right: -20px;
}

#at20mc {
	z-index: 1000000;
    position: absolute !important;
    top: 0 !important;
}




/* ---------------------------------------------------------------------------------------------------------- 
GOOGLE SEARCH STYLING ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.ui-dialog {
	z-index: 10000;
	font-family: 'Asap', sans-serif !important; 
	font-weight: 400 !important;
	font-style: normal !important;
	text-align: left;
	border: 0px !important;
}

.ui-dialog table,
.ui-dialog table td { 
	border: white;
}
.gsc-search-box table td,
.gsc-search-box table tr {
	border: 0px;
	padding: 0px !important;
}
.gsc-search-box table td:hover,
.gsc-search-box table tr:hover,
.ui-dialog table td:hover,
.ui-dialog table tr:hover {
	background: none;
}
.ui-dialog-titlebar {
	border: 0px !important;
	background: #002F45;
	color:white;
	padding: 2em 2em;
	border-radius: 0px !important;
	
}

.ui-dialog-title {
	color: white;
}

.ui-dialog-titlebar .ui-button {
	margin-bottom: 0px;
	float: right;
	background-image: none;
	font-size: .8rem;
	
}
.ui-dialog-content {
	border: 0px !important;
	
	background: white;
}

.gsc-control-cse {
	padding: 0em;
	border: 1px #002F45 solid;
	font-family: 'Asap', sans-serif !important; 

}

.gsc-webResult .gsc-result {
	border-bottom: 1px solid #ebebeb !important;
}

.gsc-webResult.gsc-result:hover {
	border-color: white;

}

.gsc-control-wrapper-cse {
	padding: 0em;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0em !important;
}

.gsc-result-info,
.gsc-result-info-container {
	padding: 0em !important;
}

.gs-title,
.gs-fileFormat {
	text-align: left;
}


.gs-result .gs-title, .gs-result .gs-title * {
	text-decoration: none; 

}
.gs-title a {
	font-weight: 600;
	text-decoration: none; 
	color: #9EB23B !important;

}

.gs-title a:hover {
	color: #002F45 !important;
}

.gs-title b {
	text-decoration: underline;
	color: #5D893C !important; 
}

.gsc-control-cse .gsc-table-result {
	font-family: 'Asap', sans-serif !important; 
}

.gsc-results .gsc-cursor-box {
	margin-top: 1em;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding: .5em 1em;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #9EB23B;
	cursor: default;
    color: white !important;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    padding: .5em 1em;
}

form.gsc-search-box {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100%;
    padding: 0em;
    margin: 1.25em 0px .5em !important;
    
}

.gsc-input-box {
	border: none !important;
	padding: .25em;
	height: 28px !important;
	
}
input.gsc-input {
    border: none !important;
    width: 99%;
    margin: .1em !important;
    
}

input.gsc-search-button {
 	margin-bottom: 0px;
    height: auto;
}

#___gcse_2 .gsc-selected-option-container {
	max-width: 100% !important;
	width: auto !important;
}

#___gcse_2 tr:hover {
	background: transparent !important;
	
}

#___gcse_2 td {
	border: none;
	
}
#menu-secondary-nav-1 {
	float: right;
	margin-right: 1em;
}

.search-wrapper  {
	width: 250px;

	float: right;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color: #999 !important;
}