body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

#site-body p.global-error {
	background: #fee;
	border: #dcc 1px solid;
	box-sizing: border-box;
	color: #900;
	font-size: 12px;
	margin: 0 auto 24px;
	padding: 8px;
}

#site-body p.global-success {
	background: #efe;
	border: #cdc 1px solid;
	box-sizing: border-box;
	color: #090;
	font-size: 12px;
	margin: 0 auto 24px;
	padding: 8px;
}

#site-body .banner {
	font-size: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#site-body .banner + .banner {
	margin-top: 24px;
}

#site-body .banner span.left {
	background: url('../images/left.png') 0 0 no-repeat;
	cursor: pointer;
	height: 46px;
	left: 28px;
	opacity: .6;
	position: absolute;
	top: calc(50% - 23px);
	width: 30px;
}

#site-body .banner span.left:hover {
	opacity: 1;
}

#site-body .banner span.right {
	background: url('../images/right.png') 0 0 no-repeat;
	cursor: pointer;
	height: 46px;
	opacity: .6;
	position: absolute;
	right: 28px;
	top: calc(50% - 23px);
	width: 30px;
}

#site-body .banner span.right:hover {
	opacity: 1;
}

#site-body .banner ul.images {
	font-size: 0;
	margin: 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

#site-body .banner ul.images li {
	background: none;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: initial;
}

#site-body .banner ul.images li:before {
	content: '';
}

#site-body .banner ul.images li > a {
	display: block;
	line-height: 0;
}

#site-body .banner ul.images li > div {
	margin: 0 20px;
	text-align: left;
}

#site-body .banner ul.images li > img {
	display: block;
	max-width: 100%;
}

#site-body .banner .over-image {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#site-body .banner.stretch ul.images li > img,
#site-body .banner.stretch ul.images li > a img,
#site-body .col-origin-full .banner ul.images li > img,
#site-body .col-origin-full .banner ul.images li > a img,
#site-body .col-origin-0 .banner ul.images li > img,
#site-body .col-origin-0 .banner ul.images li > a img {
	width: 100%;
}

.band {
	overflow-x: hidden;
	padding: 50px 0;
}

.container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 56px;
	width: 100%;
}

.column-wrapper {
	box-sizing: border-box;
	font-size: 0;
	margin: 0 -12px;
	padding: 0;
	width: calc(100% + 24px);
}

.column-wrapper .column {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 0 12px;
	position: relative;
	vertical-align: top;
}

.column-wrapper .column img,
.column-wrapper .column svg {
	height: auto;
	max-width: 100%;
}

.columns {
	box-sizing: border-box;
	font-size: 0;
	margin: 0 -12px;
	padding: 0;
	width: calc(100% + 24px);
}

.columns > div {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 0 12px;
	position: relative;
	vertical-align: top;
}

.columns > div.eighty, td.eighty, th.eighty { width: 80%; }
.columns > div.eighty-five, td.eighty-five, th.eighty-five { width: 85%; }
.columns > div.fifteen, td.fifteen, th.fifteen { width: 15%; }
.columns > div.fifty, td.fifty, th.fifty { width: 50%; }
.columns > div.fifty-five, td.fifty-five, th.fifty-five { width: 55%; }
.columns > div.five, td.five, th.five { width: 5%; }
.columns > div.fourty, td.fourty, th.fourty { width: 40%; }
.columns > div.fourty-five, td.fourty-five, th.fourty-five { width: 45%; }
.columns > div.hundred, td.hundred, th.hundred { width: 100%; }
.columns > div.ninety, td.ninety, th.ninety { width: 90%; }
.columns > div.ninety-five, td.ninety-five, th.ninety-five { width: 95%; }
.columns > div.seventy, td.seventy, th.seventy { width: 70%; }
.columns > div.seventy-five, td.seventy-five, th.seventy-five { width: 75%; }
.columns > div.sixty, td.sixty, th.sixty { width: 60%; }
.columns > div.sixty-five, td.sixty-five, th.sixty-five { width: 65%; }
.columns > div.sixty-six, td.sixty-six, th.sixty-six { width: 66.6%; }
.columns > div.ten, td.ten, th.ten { width: 10%; }
.columns > div.thirty, td.thirty, th.thirty { width: 30%; }
.columns > div.thirty-five, td.thirty-five, th.thirty-five { width: 35%; }
.columns > div.thirty-three, td.thirty-three, th.thirty-three { width: 33.3%; }
.columns > div.twenty, td.twenty, th.twenty { width: 20%; }
.columns > div.twenty-five, td.twenty-five, th.twenty-five { width: 25%; }
