/* Traveler's Notes
---------------------------------------------------*/
#mainContent figure#hero figcaption { padding-left: 80px;}
#mainContent figure#hero figcaption strong {	margin: 58px 0px 34px;}
#mainContent figure#hero img { position: relative; margin: -60px 78px 30px auto;}

div.grid_wrap	{
	display: table;
	margin: 30px auto 70px;
}
div.grid_wrap	div.gridx3	{
	display: table-cell;
	width: 298px;
	padding: 0;
	border-right:solid 50px #FFF;
}
div.grid_wrap	div.gridx3:last-of-type	{
	border-right: none;
}

div.grid_wrap	div.gridx3	h2	{
	margin: 0 auto 20px;
	color: rgba(0,103,154,1.0);
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height:1.0;
	white-space: nowrap;
}
div.grid_wrap	div.gridx3	h2	sup	{
	display: inline-block;
	float: left;
	width: 98px !important;
	background-color: rgba(241,81,0,1.0);/*(0,103,154,1.0)*/
	color: #FFF;
	margin: 8px auto 0;
	padding: 5px 0 5px 7px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	position:relative;
	top: -12px;
}

div.grid_wrap	div.gridx3	h2	sup:after, div.grid_wrap	div.gridx3	h2	sup:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.grid_wrap	div.gridx3	h2	sup:after {
	border-color: rgba(241,81,0,0);
	border-left-color: #F15100;
	border-width: 15px;
	margin-top: -15px;
}
div.grid_wrap	div.gridx3	h2	sup:before {
	border-color: rgba(241,81,0,0);
	border-left-color: #F15100;
	border-width: 15px;
	margin-top: -15px;
}

div.grid_wrap	div.gridx3	h2	sub	{
	clear:both;
	display: block;
}
div.grid_wrap	div.gridx3	p	{
	display: block;
	height: 130px;
	line-height: 1.4 !important;
}
div.grid_wrap	div.gridx3	p	span	{
	font-size: 80%;
}
div.grid_wrap	div.gridx3	figure	{
	display: block;
	margin: 0 auto;
	padding-bottom: 45px;
background: rgb(0,103,154);
background: -moz-linear-gradient(top,  rgba(0,103,154,1) 31%, rgba(169,219,229,1) 63%, rgba(255,255,255,1) 97%);
background: -webkit-linear-gradient(top,  rgba(0,103,154,1) 31%,rgba(169,219,229,1) 63%,rgba(255,255,255,1) 97%);
background: linear-gradient(to bottom,  rgba(0,103,154,1) 31%,rgba(169,219,229,1) 63%,rgba(255,255,255,1) 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00679a', endColorstr='#ffffff',GradientType=0 );
}
div.grid_wrap	div.gridx3	figure	img	{
}

