@charset "utf-8";

.topic {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.text {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #666666;
	font-style: normal;
}
.text_italic {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
.text_quote {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	text-align: right;
	margin-left: 185px;
}

.text_black {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #000000;
}
.text_hyperlink {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #3399FF;
}


.header_content {
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.h1 {
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.header_content_2 {
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.h2 {
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.sitemap {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #666666;
	line-height: 130%;
}
.sitemap_header {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	font-weight: normal;
	line-height: 130%;
}
.sitemap_address {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #666666;
	font-style: normal;
}
.sitemap_address_mobile_small {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #666666;
	font-style: normal;
}
.footnote {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 10px;
	color: #666666;
	line-height: 125%;
}
.footnote_address {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #666666;
	font-style: normal;
}




/* Wrap text in table cell */
td {
  word-break: normal;
}



/* Small screen size style update iPhone xs 414px */
/* @media screen and (max-width: 814px){ */ 

@media screen and (max-device-width: 414px){
	.topic {
		font-size: 21px;
	}
	
	.text {
		font-size: 21px;
	}
	
	.text_italic {
		font-size: 21px;
	}
	
	.text_quote {
		font-size: 21px;
	}
	
	.text_bold {
		font-size: 21px;
	}
	
	.text_black {
		font-size: 21px;
	}
	
	.text_hyperlink {
		font-size: 21px;
	}
	
	.header_content {
		font-size: 30px;
	}

	.h1 {
		font-size: 30px;
	}
	
	.header_content_2 {
		font-size: 25px;
	}

	.h2 {
		font-size: 25px;
	}
	
	.sitemap {
		font-size: 16.5px;
	}


	.sitemap_header {
		font-size: 18px;
	}
	
	.sitemap_address {
	font-size: 18px;
	} 
	
	.sitemap_address_mobile_small {
	font-size: 16.5px;
	} 

	.footnote {
	font-size: 13px;
	font-stretch: normal;
	}
	
	.footnote_address {		
		font-size: 18px;
	} 

}



/* Sitemap columns */

#CONTAINER {
	float: left;
	width: 853px;
	height: auto;
}

#BOX1 {
	float: left;
	width: 39%;
	height: auto;
}
#BOX2 {
	float: left;
	width: 26%;
}
#BOX3 {
	float: left;
	width: 22%;
	height: auto;
}
#BOX4 {
	float: left;
	width: 13%;
	height: auto;
}
