<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************
HELPER CLASSES
**************************/
body{
	font-weight: 400;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #33495e;
}
h1, h2{
	margin-bottom: 25px;
}
h2{
	font-size: 36px;
	font-weight: 300;
	color: #33495e;
	text-align: center;
	margin: 0;
	margin-bottom: 50px;
}
h2 span{
	font-weight: 700;
}
p{
	font-size: 16px;
	line-height: 1.8;
}
p span{
	font-weight: 700;
}
ul{
	padding: 0 0 0 15px;
	margin: 0;
}
.logo{
	max-width: 25%;
}
.clear{
	clear: both;
}
.row{
	margin-right: 0;
	margin-left: 0;
}
.vp-hidden{
     opacity:0;
}
.vp-visible{
     opacity:1;
}

/**************************
HEADER
**************************/
#header .container{
	height: 425px;
	background: url(bkg-css/usbc/confused.png) right bottom no-repeat;
	padding-top: 50px;
	text-align: left;
}
#header .container.JP{
	background: url(bkg-css/usbc/confused-jp.png) right bottom no-repeat;
}
#header .container h2{
	text-align: left;
	margin: 20px 0 20px;
}
#header .container p{
	line-height: 1.5;
}
#header .container .bolded-sub-heading{
	font-weight: 700;
	font-size: 22px;
}
#header img{
	max-width: 45%;
}

/**************************
CTA
**************************/
#cta{
	background-color: #60cbff;
	color: #2c3d4f;
	padding: 12px 0;
}
#cta h2{
	text-align: left;
	margin-bottom: 0;
	font-weight: 600;
	color: #2c3d4f;
}
#cta p{
	margin-bottom: 0;
}
#cta a{
	border: 2px solid #2c3d4f;
	padding: 15px 30px;
	border-radius: 6px;
	color: #2c3d4f;
	font-size: 22px;
	font-weight: 600;
}
#cta a:hover{
	text-decoration: none;
	background-color: #2c3d4f;
	color: #60cbff;
}

/**************************
LINKS
**************************/
#links{
	background-color: #ebedec;
	padding: 50px 0;
}
#links .box{
	background-color: #fff;
	padding: 20px;
	position: relative;
	height: 300px;
	border-radius: 6px;
}

#links .box h3{
	color: #2c3d4f;
	font-size: 22px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.4;
}
#links .box a{
	font-weight: 600;
}

#links .box.usbc-box{
	text-align: center;
}
#links .box.usbc-box h3{
	margin-bottom: 150px;
}
.lang-JA #links .box.usbc-box h3{
	margin-bottom: 180px;
}
#links .box.usbc-box img{
	position: absolute;
	left: 0;
	top: 80px;
}

#links .box.tb3-box h3{
	margin-bottom: 0;
}
#links .box.tb3-box ul{
	margin: 40px 0;
	font-size: 16px;
	padding: 0;
}
#links .box.tb3-box ul li{
	list-style-type: none;
	margin: 4px 0;
}
#links .box.tb3-box img{
	position: absolute;
	bottom: 0;
	right: 50px;
}

/**************************
FOOTER
**************************/
#footer{
	margin: 50px;
}
#footer img{
	max-width: 100%;
}

@media (max-width: 1199px) {
	#header .container h2{
		font-size: 30px;
	}
	#header .container .bolded-sub-heading{
		font-size: 20px;
	}
	#header .container p{
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	#header .container{
		background: #fff;
		text-align: center;
	}
	#header .container h2{
		text-align: center;
	}
	#header img{
		max-width: 100%;
	}

	#cta h2{
		font-size: 30px;
	}
	#cta p{
		font-size: 14px;
	}
	#links .box{
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	#nav ul li{
		display: block;
		margin-right: 0;
		text-align: center;
	}
	#nav ul li.pull-right{
		float: none !important;
		position: static;
	}
	#cta .pull-right{
		width: 100%;
		text-align: center;
	}
	#links .box h3{
		font-size: 16px;
	}
	#links .box.tb3-box ul li{
		font-size: 14px;
	}
	#links .box.usbc-box img{
		max-width: 65%;
		top: 60px;
	}
	#links .box.tb3-box img{
		max-width: 18%;
	}
	#links .box.usbc-box h3{
		margin-bottom: 140px;
	}
	p{
		font-size: 14px;
		line-height: 1.6;
	}
}

.ie7-8 .container{
	width: 1150px;
}
.ie7-8 .col-sm-6{
	float: left;
	max-width: 500px;
}
.ie7-8 .col-lg-9{
	float: left;
	max-width: 750px;
}
.ie7-8 .col-lg-3{
	float: left;
	max-width: 250px;
}
.ie7-8 .col-md-4{
	max-width: 350px;
	float: left;
}
.ie7-8 #content-2 .col-xs-6{
	width: 525px;
}
.ie7-8 #links .box{
	margin-bottom: 20px;
}</pre></body></html>