/****** voiceGuide ******/
@media only screen and (max-width: 640px) {
	#globalHeader {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	}
	body > * {
	font-size: 1.2rem;
	}
	#globalHeader {
		width: 100%;
		padding: 0 15px;
		border-top: 4px solid #0357b7;
		background-color: #ffffff;
		z-index: 9999;
	}
	#globalHeader .logo img{
		width: 60%;
		height: auto;
	}
	#globalHeader .logo .tagline {
		text-align: left;
	}
	#globalNav {
		display: none;
	}
	#globalHeader .utilityNav {
		display: none;
	}
	.contentsContainer {
		max-width: 100%;
		min-width: 100%;
		margin: 0;
	}
	#mainVisual{
		float: none;
		width: 100%;
		min-height: 100%;
		margin:  0;
		border: none;
	}
	#mainVisual .bxslider {
		height: auto;
	}
	#mainVisual .bxslider li {
		height: auto;
	}
	#mainVisual .bxslider img{
		width: 100% !important;
		height: auto;
	}
	#mainVisual .bxslider li .leadText {
		top: 30%;
		right: 10px;
		z-index: 100;
		font-size: 1.5rem;
	}
	#mainVisual .bxslider li .leadText.small {
		top: 30%;
		font-size: 1.5rem;
	}
	.mainContainer {
		width: 100% !important;
	}
	#spContactArea {
		display: block;
	}
	#spContactArea ul {
		display: table;
		width: 100%;
		padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	}
	#spContactArea li {
		display: table-cell;
		width: 50%;
		padding: 0 5px;
		text-align: center;
		vertical-align: middle;
	}
	#spContactArea li a {
		display: block;
		width: 85%;
		font-size: 13px; 
		font-size: 1.3rem;
		color: #ffffff;
		margin: 0 auto;
		padding: 10px;
		border-radius: 4px;
		background:  #0357b7;
		text-align: center;
		transition: background-color 0.5s linear 0s;
	}
	#spContactArea li.contact a {
		font-size: 1.3px; 
		font-size: 1.3rem;
	}




	#pageContainer {
		position: relative;
		width: 100%;
		transition: all 0.7s ease 0s;
		overflow: hidden;

	}
	#pageContainer.on {
		margin-left: -70%;
	}


	.floatCol {
		float: left;
		width: 48%;
		margin: 1%;
	}
	.floatCol.double {
		float: left;
		width: 98%;
		margin: 1%;
	}
	.indexCol.double,
	.indexCol {
		width: 100%;
		margin: 0;
	}
	.indexCol h2 {
		font-size: 120%;
	}
	a .indexCol:hover {
		background: #eaeff6;
	}
	.indexCol:hover .hoverText {
		display: none;
	}
	a .indexCol:hover h2,
	a .indexCol:hover p {
		display: block;
	}
	#footerContainer {
		width: 94%;
		padding: 10px 3%;
	}
	.indexCol .topics dt {
		float: none;
	}
	.indexCol .topics dd {
		width: 	100%;
		padding-left: 0;
	}

	#spNav {
		display: block;
		position: fixed;
		top: 0;
		left: 100%;
		width: 70%;
		transition: left 0.7s ease 0s;
		z-index: 9999;
	}
	#spNav.open {
		left: 30%;
		transition: left 0.7s ease 0s;
	}
	#spNav ul li {
		border-bottom: 1px solid #ffffff;
		background-color: #0357b7;
		/*background: -moz-linear-gradient(bottom, #024DA1 20%, #0357b7 100%);
		background: -webkit-linear-gradient(bottom, #024DA1 20%, #0357b7 100%);
		background: -ms-linear-gradient(bottom, #024DA1 20%, #0357b7 100%);
		background: -o-linear-gradient(bottom, #024DA1 20%, #0357b7 100%);
		background: linear-gradient(bottom, #024DA1 20%, #0357b7 100%);*/
	}
	#spNav ul li a {
		display: block;
		padding: 15px 10px;
		color: #ffffff;
		font-size: 11px; 
		font-size: 1.1rem; 
	}
	#spNav .spSearchArea {
		padding: 5px;
		background: #ffffff; 
	}


	.spNavSwitch {
		display: block;
		position: absolute;
		top: 42px;
		right: 30px;
	}
	.spNavSwitch a {
		display: block;
	}

	#panel-btn-icon{
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 30px;
	  height: 4px;
	  margin: -8px 0 0 -15px;
	  background: #0357b7;
	  transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 30px;
	  height: 4px;
	  background: #0357b7;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -12px;
	}
	#panel-btn-icon:after{
	  margin-top: 8px;
	}
	#panel-btn .close{
	  background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: 0;
	}
	#panel-btn .close:before{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
	#navBtn {
		position: relative;
	}
	#navBtn .text {
		position: absolute;
		right: -18px;
		top: 9px;
		width: 36px;
		color: #0357b7;
		font-size: 8px; 
		font-size: 0.8rem;
		text-align: center;
	}
	#footerContainer .sitemapArea {
		display: none;
	}



}
/******clearFix ******/
*******:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}
*******:{
	display:block;
	zoom:1;
}
