/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* STYLES */

body {
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	line-height: 1.5em;
	font-size: 16px;
}

a {
	text-decoration: none !important;
}

p {
	margin-left:25px;
	margin-right:25px;
}

img.profile {
	height:250px;
	width:250px;
	border-radius:100%;
}

ol {
	margin-right:50px;
	margin-left:50px;
}

strong {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.row {
	width: 1200px !important;
	margin: 0 auto !important;
}

.red {
	background-color: #c13332;
	color: #fff;
}

.red a {
	color: #fff;
}

.green {
	background-color: #23964b;
	color: #fff;
}

.green a {
	color: #fff;
}

.header img {
	display: block;
	margin: 0 auto;
}

.banner {
	background-image: url('img/banner.jpg');
	background-size: cover;
	background-position: center bottom;
	height: 560px;
	padding-top: 20px;
}

.banner-text {
	width: 100%;
}

.banner-text img {
	display: block;
	margin: 0 auto;
}

.jumps {
	margin-top: -90px;
	margin-bottom: 140px;
}

.jump {
	float: left;
	width: 24%;
	background-color: #fff;
	border: 1px solid #535454;
	margin: 10px 0;
}

.jump + .jump {
	margin-left: 12px;
}

.jump .head .coming-soon {
    position: absolute;
    top: 0;
    right: 0;
    background: url(img/coming-soon.png) left top no-repeat;
    width: 276px;
    height: 100px;
}

.jump .head {
    position: relative;
	height: 200px;
	box-sizing: border-box;
	padding: 50px 30px;
    background-position: right top;
}

.jump .number {
	font-size: 48px;
}

.jump h2 {
	font-size: 22px;
	line-height: 26px;
}

.jump .mid {
	min-height: 330px;
}

.jump .mid ul {
	list-style: disc;
	padding: 30px;
}

.jump .footer {
	padding: 30px;
	font-size: 20px;
	line-height: 20px;
}

.jump .footer .arrow {
	display: block;
	margin-top: -2px;
	/* padding-right: 140px; */
	float: right;
}

/* Internal */

.banner-internal {
	height: 260px;
}

.content {
	padding: 60px !important;
}

.content h2 {
	font-size: 24px;
	color: #fff;
	clear: both;
	background-color: #23964b;
	padding: 22px 25px 25px;
	margin: 60px 0 40px;
}

.content p {
	overflow: hidden;
}

.content ul {
	list-style: disc;
	padding: 20px 0 0 30px;
}

.content ul li {
	margin-bottom: 8px;
}

.space {
	padding: 20px;
}

.align-right {
	float: right;
	padding: 0 0 20px 20px;
}

.align-left {
	float: left;
	padding: 0 20px 0 20px;
}

a.button {
	color: #fff;
	background-color: #c13332;
	font-size: 20px;
	padding: 8px;
	margin-top: 60px;
}

a.back {
	color: #fff;
	background-color: #515153;
	font-size: 20px;
	padding: 8px;
	margin-top: 60px;
}

.side-nav {
	width: 91px;
	position: absolute;
	right: 5px;
	top: 480px;	
}

.clearfix:after {
	visibility: hidden !important;
	display: block !important;
	font-size: 0 !important;
	content: " " !important;
	clear: both !important;
	height: 0 !important;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.site-footer { text-align: center; padding: 10px 0; }
.site-footer .copyright { font-size: 12px; }
.footer-links { text-align: center; margin-bottom: 20px !important; }
.footer-links h3 { font-weight: bold; font-size: 16px; margin: 20px 0 10px; }
.footer-links h3:first-of-type { margin: 0 0 10px; }
.footer-links a { padding: 0 5px; text-decoration: underline !important; }