* {
	border: 0;
	margin: 0;
	padding: 0;
}


iFrame {
  position: relative;
  width: 100%;
  height: 100%;

}

#dataviz {

	min-width: 850px;
    min-height: 850px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#pgHome #title img {
	width: 100%;
}

body {
    /* font-family: 'Mulish', 'Helvetica Neue', sans-serif; */
	font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: .035em;
    min-height: 100%;
    max-height: 120%;
    background-color: #C7C7C7;
}


#container {
	background-size: cover;
	margin: 2em auto;
	max-width: 950px;
	width: 100%;
	max-height: 120%;
}
#pgHome  {
    max-height: 5000px;
    background-color: #C4C5C8;
}
#pgHome #container {
	max-width: 950px;
	background-color: #FFFFFF;

}
#container #data {
	padding-left: 40px;
	padding-right: 40px;
}
.data_files_container {
	margin: 0 auto;
	width: 100%;
}

.inner_container {
	background: #fff;
	overflow: hidden;
	padding: 10px 20px;
}

.content {
	max-width: 880px;
	padding: 0 3em;
	width: 100%;
}
.contentwithline {
	max-width: 950px;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0px;
	border-bottom: 6px solid #b1063a;
	margin-bottom: 0px;
}
#pgHome .content {
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 1.5em; */
	overflow: hidden;
	/* [disabled]max-width: 950px; */
	width: 100%;
}

.homeContent{
	margin-top: 2em;
	padding: 0 3em;
}
.dataVizContent{
	margin-top: 2em;
	padding: 0 2em;
}

.header {
	margin: 1em 0 4em;
	overflow: hidden;
}

#pgHome .header {
	height: 395px;
	margin: 1em 0 0;
	padding-bottom: 0;
	position: relative;
}

.logo {
	position: absolute;
	right: 0;
}

.header_content {
	height: 16em;
}

.data_files_container {
	margin: 0 auto;
	width: 100%;
}


.clear {
	clear: both;
}


/* Home TOC ---------------------------------------------------------------------------------------------------*/
.column1 {
	float: left;
	width: 48%;
	font-size: 9px;
	letter-spacing: normal;
	text-align: left;
	line-height: 12px;
}

.column2 {
	float: right;
	width: 50%;
	font-size: 9px;
	letter-spacing: normal;
	text-align: left;
	line-height: 12px;
	padding-right: 0px !important;
	margin-right: 0px;
}

.split1 {
	float: left;
	width: 49%;
	font-size: 9px;
	letter-spacing: normal;
	text-align: left;
	line-height: 12px;
	padding-left: 0px;
}
.split2 {
	float: right;
	width: 48%;
	font-size: 9px;
	letter-spacing: normal;
	text-align: left;
	line-height: 12px;
}
/* Buttons ---------------------------------------------------------------------------------------------------*/
.primary_btn {
    background: none;
    border: 1px solid #BDBDBD;
    color: #00427a;
    display: block;
    font-size: 1.6em;
    line-height: 30px;
    height: 30px;
    margin: 3px auto 1em;
    padding-top: .25em;
    /* [disabled]padding-right: 0.3em; */
    padding-left: 1em;
    padding-bottom: .25em;
    text-align: center;
    width: 97.5%;
    font-weight: 600;
}

.primary_btn_big {
	background: none;
	border: 1px solid #BDBDBD;
	color: #00427a;
	display: block;
	font-size: 1.6em;
	line-height: 25px;
	height: 50px;
	margin: 3px auto 1em;
	padding-top: .25em;
	/* [disabled]padding-right: 0.3em; */
	padding-left: 1em;
	padding-bottom: .25em;
	text-align: center;
	width: 97.5%;
	font-weight: 600;
}

.primary_btn:hover,
.primary_btn_big:hover {
    background-color: #00427a;
    color: #ffffff;
    border: 1px solid #00427a;
}

.secondary_btn {
	background: none;
	border: 1px solid #BDBDBD;
	color: #00427a;
	display: block;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.15em;
	height: 25px;
	margin-bottom: 1em;
	padding-top: .25em;
	padding-right: 0;
	/* [disabled]padding-left: 1em; */
	padding-bottom: .25em;
	text-align: center;
	width: 50%;
}
.tertiary_btn {
	background: none;
	border: 1px solid #BDBDBD;
	color: #00427a;
	display: block;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.3em;
	height: 25px;
	margin-bottom: 1em;
	margin-top: .5em;
	padding-top: 0.3em;
	padding-right: 0em;
	/* [disabled]padding-left: 1em; */
	padding-bottom: .1em;
	text-align: center;
	width: 95%;
}
.secondary_btn:hover,
.tertiary_btn:hover {
    background-color: #00427a;
    color: #FFFFFF;
    border: 1px solid #00427a;
}

.primary_btn span,
.secondary_btn span {
	font-size: .65em;
	color: #333333;
	margin-bottom: 0;
	padding-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 800;
	padding-top: 6px;
	line-height: 2em;
	margin-top: 4px;
}
.primary_btn:hover span,
.secondary_btn:hover span {
	color: #ffffff;
}

.primary_btn.app_title {
	height: 80px;
	line-height: 1.25em;
	padding-top: 0.25em;
	color: #0078a9;
	text-align: left;
	padding-bottom: 0.25em;
	/* [disabled]max-height: 5em; */
	/* [disabled]min-height: 3.75em; */
}
.primary_btn.app_title:hover {
	color: #ffffff;
}

.primary_btn.app_b_title {
	height: 65px;
    line-height: 1.25em;
	padding-top: 15px;
}


/* Typography ---------------------------------------------------------------------------------------------------*/
p, li, td {
	color: #000;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.55em;
	margin-bottom: 10px;
	text-align: left;
}
.contentwithline p a:link {
	font-weight: 500;
}


ul {
	margin: 1.5em 0;
}

li {
	margin-bottom: 8px;
	padding-left: 17px;
	text-indent: -15px;

}


h1 {
	color: #0078a9;
	font-size: 3em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35em;
	margin: 0 0 15px;
	padding-top: 0;
	text-align: left;
}

.header h1 {
	color: #fff;
	font-size: 6.85em;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 0;
	margin: .6em 0 .25em;
	padding: 0;
	text-align: center;
}

h2 {
	color: #00427a;
	font-size: 2.35em;
	font-weight: 600;
	line-height: 1.25em;
	margin: .75em 0 .35em;
}

#pgHome h2 {
	color: #fff;
	/* font-family: 'Mulish', 'Helvetica Neue', sans-serif; */
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 6.9em;
	letter-spacing: .1em;
	line-height: 0em;
	margin: .65em 0 0;
	padding-bottom: 0;
	text-align: center;
}


h3 {
	/* font-family: 'Mulish', 'Helvetica Neue', sans-serif; */
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.7em;
	margin-top: .5em;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 0;
	text-align: left;
}
h3 span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
	color: #4d4d4f;
}



#pgHome h3 {
    color: #89267a;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.25em;
    margin-top: 0;
    text-align: left;
    max-width: none;
}

h4 {
	color: #4e7e8a;
	font-size: 1.85em;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: left;
}

.header h4 {
	color: #fff;
	font-weight: 400;
	font-size: 2.8em;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

h4.chapter {
	color: #808080;
	margin: 20px 0 0;
	padding-bottom: 0;
}

#pgHome h4 {
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	margin-top: 1em;
	padding: 0;
}

h5 {
    color: #00427a;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
    border-top: 6px solid #50c2dc;
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 9px;
}


.nav li {
	padding-left: 0;
	text-indent: 0;
}

p em {
	/* font-family: 'Be Vietnam', 'Helvetica Neue', sans-serif; */
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 0.95em;
}
h3 em {
	/* font-family: 'Be Vietnam', 'Helvetica Neue', sans-serif; */
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 1.0em;
}

a {
    color: #00427a;
    text-decoration: none;
}

a:hover {
    color: #b1063a;
}

strong {
	font-weight: 600;
}

sup {
	font-size: 10px;
}

#pgHome h1.title {
	color: #fff;
	/* font-family: 'Mulish', 'Helvetica Neue', sans-serif; */
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 14.6em;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.25em;
	margin: 0 0 5px;
	padding-top: 0;
	text-align: center;
}

#pgHome .data_title {
	font-size: 2.5em;
	letter-spacing: .1em;
	margin-bottom: 0;
	padding: 0 0 .5em .5em;
	text-align: left;
	text-transform: uppercase;
}



.term {
	font-weight: 600;
}

.note {
	margin: 1.25em 0;
	padding: 5px 0;
}

.note p {
	font-size: 1.25em;
	line-height: 1.3em;
	margin-bottom: 3px;
	text-indent: -8px;
	padding-left: 10px;
}

.note .note_line {
	border-top: 1px solid #db8338;
	font-size: 0;
	line-height: 5px;
	margin: 0;
	padding: 0;
	width: 100px;
}


/* Back to Top -------------------------------------------------------------------------------------------------------*/

#top_btn {
	background-color: #00427a;
	bottom: 50px;
	color: #fff;
	display: block;
	font-size: 1.5em;
	right: 30px;
	padding: 3px 8px;
	position: fixed;
	text-transform: uppercase;
}

#top_btn:hover {
	background: #0078a9;
}

/* Lists -------------------------------------------------------------------------------------------------------*/
.content ul {
	list-style-type: none;
	margin-left: 0;
}

.content ul li::before {
	color: #0078a9;
	content: "\00BB";
	padding-right: 5px;
}

/* TOC menu ---------------------------------------------------------------------------------------------------*/

.toc {
	margin-top: 5px;
}

.toc li {
	font-size: 1.55em;
	font-weight: 400;
	margin-bottom: 3px;
}

.toc a {
	color: #0078a9;
	text-decoration: none;
}

.toc a:hover {
	color: #e0bf2f;
}


/* Navigation menu ---------------------------------------------------------------------------------------------------*/
.nav ul .active{
	background: #e29700;
}

.nav ul .active:hover {
	background: #41babf;
}

.nav ul a.active  {
	color: #fff;
}

/* nav - responsive ---------------------------------------------------------------------------------------------------*/
.nav .menu {
	padding-left: 10px;
}

.nav li {
	color: #000;
	list-style-type: none;
	margin-bottom: 3px;
}

.nav li:first-child {
	margin-left: 0;
}

.nav ul {
	padding-left: 0;
	margin-left: 0;
}

.nav ul li {
	display: inline-block;
	width: 100% !important;
	margin-right: 1.5em;
}

.nav ul li strong {
	font-weight: 500;
}

.nav ul li a {
	color: #000;
	display: inline-block;
	line-height: 16px;
	margin: 5px 0;
	padding: 5px;
	text-decoration: none;
	width: 100%;
}

.nav ul li a:hover {
	background: #41babf;
	color: #fff;
}

.nav ul a.active {
	background: #e29700;
	color: #fff;
}

/*.nav ul a.active:hover {
	background: #5eb06c;
}*/

.nav ul a.active {
	color: #fff;
}

.menu_heading {
	color: #faee31;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
}

label {
	color: #faee31;
	display: none;
	font-size: 15px;
	text-transform: uppercase;
	padding-left: 10px;
}

#toggle {
	display: none;
}

#toggle:not(:checked) ~ .menu {
	display: block;
}

.menu li {
	display: inline-block;
}

.menu_block {
	float: left;
	max-width: 215px;
	padding-top: .5em;
	width: 100%;
}

.menu_block .nav {
	width: 100%;
	float: left;
}






/* Data area -------------------------------------------------------------------------------------------------------*/

.data {
	background: #fff;
	border-top: 3px solid #e29700;
	border-collapse: collapse;
	margin: 2.5em 0 0;
	padding-bottom: 10px;
}

.data .data_header {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 0 0;
}

.data_header .figure_no {
	color: #808080;
}

.data .data_header h5 {
	color: #e29700;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.15em;
	margin-top: 0;
	padding-top: 0;
}

.data .data_table {
	border-collapse: collapse;
}

.data .data_table tr {
	border-bottom: 1px solid #7c7c7c;
	border-spacing: 10px;
}

.data_table td {
	text-align: left !important;
}

.data_table td:first-child {
	width: 60px;
}

.data_table td:nth-child(2) {
	padding: 0 10px 0 5px;
}

.data_table td:last-child {
	padding-right: 0 !important;
}


/* Image styles -------------------------------------------------------------------------------------------------------*/

.photo {
	float: left;
	margin: 0 15px 0 0;
    padding: 8px 0;
    width: 110px;
}

.photo img {
    border: 2px solid #44ad4d;
}

.photo .caption {
    font-size: 11px;
    font-style: italic;
    text-align: left;
}

.figure img.icon {
	padding: 0 10px;
	width: 22px;
}



/* -------------------------------------- footer --------------------------------------------- */
.footer {
    margin: 15px auto 30px;
    /* [disabled]max-width: 950px; */
    width: 100%;
    background-color: #C4C5C8;
    color: #000000;
}

.footer p {
    color: #000;
    font-weight: 500;
    font-size: 1em;
    line-height: 2em;
    padding: 15px 0 12px;
    text-align: right;
}

.footer p a {
    color: #007DA5;
}

.footer p a:hover {
    color: #7F78B8;
    text-decoration: underline;
}

.footer img {
	float: left;
	margin: 15px 10px 10px 0;
	width: 150px;
}



/* media queries */


/* media ------------------------------------------------------------------------------- 650 -----------------------------*/
@media (max-width: 650px) {

	#title img {
	max-width: 100%;
	}	
	
	#pgHome h1.title {
		font-size: 13em;
	}

	#pgHome h2 {
		font-size: 6.15em;
	}

	.header {
		margin: 1em 0 0;
	}

	#pgHome .content {
		max-width: 625px;
		margin: 0 auto;
	}

	#pgInterior .content {
		float: none;
	}

	.header h1 {
		font-size: 4.5em;
	}

	.header h3 {
		font-size: 2.7em;
	}

	.inner_container {
		padding: 0;
	}
	.primary_btn.app_title {
	height: 105%;
	line-height: 1.25em;
	padding-top: 10px;
	padding-bottom: 20px;
}

	.menu_block {
		float: none;
		max-width: 570px;
		width: 100%;
	}

	.nav ul {
		border-top: 2px solid #e29700;
		border-bottom: 2px solid #e29700;
		margin-left: 10px;
		width: 85%;
	}

	.nav ul li {
		display: block;
		width: 90%;
	}

	.nav ul li a {
		margin-left: 10px;
		padding-left: 0;
		width: 100%;
	}

	.nav ul li a:hover {
		background-color: #50c2dc;
		color: 231f20;
	}

	label {
		color: #fff;
		padding: 1em 1.5em 0;
		display: inline-block;
		width: 100%;
	}

	#toggle {
		display: none;
	}

	.menu {
		display: none;
	}

	#toggle:checked ~ #menu {
		display: block;
	}

	.container {
		padding: 1em;
		max-width: 400px;
	}

	#pgInterior .content {
		float: none;
		margin-top: 50px;
		max-width: 550px;
		width: 100%;
	}

	.learn_more {
		background: url("/deployedfiles/FactBook/Site%20Properties/images/2020/20_fb_learnmore_650px.png") repeat-y;
		background-size: cover;
		height: 90px;
		margin: 15px 0;
		padding-bottom: 5px;
		width: 425px;
	}

	.learn_more h5 {
		font-size: 15px;
		margin-bottom: 0;
		padding: 5px 0 0 10px;
	}

	.learn_more p {
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		line-height: 18px;
		padding: 0 0 2px 10px;
		max-width: 400px;
	}

	.learn_more a {
		color: #faee31;
		font-weight: 400;
		text-decoration: none;
	}


}

/* media ------------------------------------------------------------------------------- 450 -----------------------------*/


@media (max-width: 450px) {
	
	#title img {
	max-width: 100%;
	}	

	.header {
		margin: 1em 0 0;
	}

	.inner_container {
		padding: 0;
	}

	.nav .menu {
		padding-left: 10px;
	}

	.nav li {
		color: #000;
		list-style-type: none;
		margin-bottom: 3px;
		margin-left: -15px;
	}

	.nav li:first-child {
		margin-left: -15px;
	}

	.nav ul {
		padding-left: 0;
		margin-left: 0;
	}

	.nav ul li {
		display: inline-block;
		width: 98% !important;
	}

	.nav ul li strong {
		font-weight: 500;
	}

	.nav ul li a {
		color: #000;
		display: block;
		line-height: 16px;
		margin: 5px 0;
		padding: 5px;
		text-decoration: none;
		width: 100%;
	}

	.nav ul li a:hover {
		background: none;
		color: #444;
	}

	.nav ul .active{
		background: #e29700;
	}

	.nav ul .active a {
		color: #fff;
	}

	.menu_heading {
		color: #faee31;
		display: block;
		font-size: 15px;
		text-transform: uppercase;
	}

	.nav ul {
		margin-left: -30px;
		border-top: 2px solid #e29700;
		border-bottom: 2px solid #e29700;
		width: 100%;
	}

	label {
		color: #faee31;
		display: block;
		font-size: 15px;
		text-transform: uppercase;
		padding-left: 10px;
		margin-left: -10px;
	}

	#toggle {
		display: checked;
	}

	#toggle:not(:checked) ~ .menu {
		display: block;
	}

	.menu li {
		display: inline-block;
	}

	.menu_block {
		float: none;
		max-width: 435px;
		padding-top: .5em;
		width: 100%;
	}

	.menu_block .nav {
		width: 100%;
		float: left;
		margin-left: 10px;
	}

	.container {
		padding: 1em;
		max-width: 400px;
	}

	.column1, .column2 {
		float: none;
		width: 93%;
	}

	#pgHome .content {
		margin: auto;
		width: 90%;
	}

	#pgInterior .content {
		float: none;
		margin-top: 50px;
		max-width: 450px;
		width: 92%;
	}

	.research_staff .staff_photo,
	.memoriam .staff_photo {
		float: left;
		margin: 5px 8px 7px 0;
	}

	.learn_more {
		background: url("/deployedfiles/FactBook/Site%20Properties/images/2020/20_fb_learnmore_bg_450px.png") repeat-y;
		background-size: 100%;
		height: 65px;
		margin: 15px 0;
		padding-bottom: 5px;
		width: 410px;
	}

	.learn_more h5 {
		font-size: 1.35em;
		margin-bottom: 0;
		padding: 5px 0 0 10px;
	}

	.learn_more p {
		color: #fff;
		font-size: 1.35em;
		font-weight: 500;
		line-height: 1.25em;
		padding: 0 0 2px 10px;
		max-width: 275px;
	}

	.learn_more a {
		color: #faee31;
		font-weight: 400;
		text-decoration: none;
	}

	#pgHome h1.title {
		font-size: 6em;
		line-height: 1.25em;
	}

	#pgHome h2 {
		font-size: 2.83em;
	}

	#pgHome h3 {
		font-size: 1.95em;
	}

	#pgHome h4 {
		font-size: 1.5em;
		margin-top: 2em;
	}

	#pgHome .header {
		height: 225px;
	}

	#pgHome .logo {
		max-width: 120px;
		width: 25%;
	}

	.header_content {
		height: 10.5em;
	}

	.header h1 {
		font-size: 2.75em;
	}

	.header h3 {
		font-size: 1.45em;
	}

	.header h4 {
		font-size: 1.5em;
		margin-top: 20px;
	}

	.primary_btn {
	width: 93%;
	float: left;
	}


	.figure table {
		max-width: 450px;
	}

	.figure table td:first-child {
		max-width: 100px;
		text-align: left;
		font-size: 1.35em;
		line-height: 1.25em;
		padding-left: .5em;
	}

	.figure table th {
		font-size: 1.35em;
		line-height: 1.25em;
		padding: 0 .5em;
	}

	.figure table td {
		max-width: 75px;
		text-align: left;
		font-size: 1.35em;
		line-height: 1.25em;
	}

	.then_now_banner {
		width: 100%;
	}

	.figure .then_now .info_number span {
		font-size: 1.75em;
	}

	.footer {
		clear: both;
		max-width: 550px;
	}

	.footer img {
		float: none;
		margin: 10px 35%;
		width: 100px;
	}

	.footer p {
		font-size: 1.25em;
		margin-left: 0;
	}

	#pgHome .footer p {
		margin-left: 0;
		text-align: left;
		line-height: 1.7;
		padding: 0 10px;
	}

	#top_btn {
		display: none;
	}
}

/* media ------------------------------------------------------------------------------- 400 -----------------------------*/


@media (max-width: 400px) {
	
	#title img {
	max-width: 100%;
	}	

	h1 {
		font-size: 2.85em;
	}

	h2 {
		font-size: 2.25em;
	}

	p {
		font-size: 1.5em;
	}

	.header h1 {
		font-size: 2.75em;
	}

	.header h3 {
		font-size: 1.45em;
	}

	.header h4 {
		font-size: 1.5em;
		margin-top: 0;
	}

	.header_content {
		height: 8.75em;
	}

	.menu_block {
		max-width: 300px;
		float: none;
		margin: 5px 10px;
	}

	#pgInterior .content {
		width: 360px;
		margin: 0;
	}

	.nav ul li a:hover {
		background: none;
		color: #444;
	}

	.nav ul li a {
		font-size: 14px;
	}

	#top_btn {
		display: none;
	}

	.staff_photo img {
		width: 80%;
	}

	.research_staff .staff_photo,
	.memoriam .staff_photo {
		float: left;
		margin: 5px 8px 7px 0;
	}

	.learn_more {
		background: url("/deployedfiles/FactBook/Site%20Properties/images/2020/20_fb_learnmore_bg_450px.png") repeat-y;
		background-size: 94%;
		height: 42px;
		margin: 15px 0;
		padding-bottom: 5px;
		width: 375px;
	}

	.learn_more h5 {
		font-size: 1.15em;
		margin-bottom: 0;
		padding: 5px 0 0 10px;
	}

	.learn_more p {
		color: #fff;
		font-size: 1.15em;
		font-weight: 500;
		line-height: 1.25em;
		padding: 0 0 2px 10px;
		max-width: 275px;
	}

	.learn_more a {
		color: #faee31;
		font-weight: 400;
		text-decoration: none;
	}

	.figure_header h5 {
		font-size: 1.6em;
	}

	.figure table {
		max-width: 100%;
	}

	.callout .figure table {
		max-width: 100%;
	}

	.figure table td:first-child {
		max-width: 75px;
		text-align: left;
		font-size: 1.35em;
		line-height: 1.25em;
		padding-left: .5em;
	}

	.figure table th {
		font-size: 1.35em;
		line-height: 1.25em;
		text-align: center;
		padding: 0 .5em;
	}

	.figure table td {
		max-width: 75px;
		text-align: center;
		font-size: 1.35em;
		line-height: 1.25em;
	}

	.figure table td.indent {
		padding-left: 10px;
	}

	.figure table td.indent2 {
		padding-left: 20px;
	}

	.footer img {
		float: none;
		margin: 10px 35%;
		width: 100px;
	}

	.footer p {
		font-size: 1.25em;
		margin-left: 0;
	}
}

/* media ------------------------------------------------------------------------------- 375 -----------------------------*/


@media (max-width: 375px) {
	#title img {
	max-width: 100%;
	}	
	h2 {
		font-size: 2.5em;
	}

	p {
		font-size: 1.5em;
	}

	.header h1 {
		font-size: 2.5em;
	}

	.header h3 {
		font-size: 1.51em;
	}

	.header h4 {
		font-size: 1.5em;
		margin-top: 0;
	}

	.header_content {
		height: 8.75em;
	}

	.menu_block {
		max-width: 335px;
		float: none;
		margin: 5px 12px;
	}

	.menu_block .menu {
		margin-left: 0;
		width: 100%;
	}

	#pgInterior .content {
		width: 335px;
		margin: 0;
	}

	.nav ul li a:hover {
		background: none;
		color: #444;
	}

	.nav ul li a {
		font-size: 14px;
	}

	.research_staff .staff_photo,
	.memoriam .staff_photo {
		float: left;
		margin: 5px 8px 7px 0;
	}

	.staff_photo img {
		width: 65%;
	}

	#top_btn {
		display: none;
	}

	.learn_more {
		background: url("/deployedfiles/FactBook/Site%20Properties/images/2020/20_fb_learnmore_bg_450px.png") repeat-y;
		background-size: 94%;
		height: 50px;
		margin: 15px 0;
		padding-bottom: 5px;
		width: 350px;
	}

	.learn_more h5 {
		font-size: 1.15em;
		margin-bottom: 0;
		padding: 2px 0 0 10px;
	}

	.learn_more p {
		color: #fff;
		font-size: 1.15em;
		font-weight: 500;
		line-height: 1.25em;
		padding: 0 0 2px 10px;
		max-width: 275px;
	}

	.learn_more a {
		color: #faee31;
		font-weight: 400;
		text-decoration: none;
	}

	.callout .figure table {
		max-width: 100%;
	}

	.figure_header h5 {
		font-size: 1.6em;
	}

	.figure table {
		max-width: 100%;
	}

	.figure table td:first-child {
		max-width: 75px;
		text-align: left;
		font-size: 1.35em;
		line-height: 1.25em;
		padding-left: .5em;
	}

	.figure table th {
		font-size: 1.35em;
		line-height: 1.25em;
		text-align: center;
		padding: 0 .5em;
	}

	.figure table td {
		max-width: 75px;
		text-align: center;
		font-size: 1.35em;
		line-height: 1.25em;
	}

	.figure table td.indent {
		padding-left: 10px;
	}

	.figure table td.indent2 {
		padding-left: 20px;
	}

	.footer img {
		float: none;
		margin: 10px 35%;
		width: 100px;
	}

	.footer p {
		font-size: 1.25em;
		margin-left: 0;
	}
}

/* media ------------------------------------------------------------------------------- 320 -----------------------------*/


@media (max-width: 320px) {
	
	#title img {
	max-width: 100%;
	}	
	.header h1 {
		font-size: 2em;
	}

	.header h3 {
		font-size: 1.13em;
	}

	.header h4 {
		font-size: 1.15em;
	}

	.header_content {
		height: 8em;
	}

	.menu_block {
		max-width: 300px;
		float: none;
		margin: auto;
	}

	#pgInterior .content {
		width: 285px;
		margin: 0;
	}

	.nav ul li a:hover {
		background: none;
		color: #444;
	}

	.nav ul li a {
		font-size: 14px;
	}

	#top_btn {
		display: none;
	}

	.research_staff .staff_photo,
	.memoriam .staff_photo {
		float: left;
		margin: 5px 8px 7px 0;
	}

	.learn_more {
		background: url("/deployedfiles/FactBook/Site%20Properties/images/2020/20_fb_learnmore_bg_450px.png") repeat-y;
		background-size: 94%;
		height: 42px;
		margin: 15px 0;
		padding-bottom: 5px;
		width: 300px;
	}

	.learn_more h5 {
		font-size: 1.15em;
		margin-bottom: 0;
		padding: 5px 0 0 10px;
	}

	.learn_more p {
		color: #fff;
		font-size: 1.15em;
		font-weight: 500;
		line-height: 1.25em;
		padding: 0 0 2px 10px;
		max-width: 275px;
	}

	.learn_more a {
		color: #faee31;
		font-weight: 400;
		text-decoration: none;
	}

	.callout .figure table {
		max-width: 100%;
	}

	.figure table {
		max-width: 300px;
	}

	.figure table td:first-child {
		max-width: 75px;
		text-align: left;
		font-size: 1.35em;
		line-height: 1.25em;
		padding-left: .5em;
	}

	.figure table th {
		font-size: 1.35em;
		line-height: 1.25em;
		padding: 0 .5em;
	}

	.figure table td {
		max-width: 75px;
		text-align: left;
		font-size: 1.35em;
		line-height: 1.25em;
	}

	.footer img {
		float: none;
		margin: 10px 35%;
		width: 100px;
	}

	.footer p {
		font-size: 1.25em;
		margin-left: 0;
	}
}


/********************** Media queries ********************************/
@media only screen and (max-width: 981px) {
	.secondary_btn{
		height: 65px;
	}
}
