.main { height: 100%;}

/* main wrapper */
.cbp-contentslider {
	width: 100%;
	height: 98%;
	margin: 1em auto;
	position: relative;
	
}

.cbp-contentslider > ul {
	list-style: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

.cbp-contentslider > ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 70px;
	padding: 1em;
	background: #fff;
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
	z-index: 100;
}

.cbp-contentslider nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3.313em;
	z-index: 1000;
	 top:0px; -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; text-decoration:none;
	
}

.cbp-contentslider nav a {
	float: left;
	display: block;
	width: 20%;
	height: 100%;
	font-weight: 400;
	overflow: hidden;
	color: #587b01;
	background: #fff;
	outline: none;
	text-align: center;
	line-height: 4;
	position: relative;
	text-transform: uppercase;
border-top: 4px solid #debd9a;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; text-decoration:none; font-family:"Open Sans";color:#605d5d; font-size:16px;
}

.cbp-contentslider nav a span {
	display: block; color:#587b01
}

.cbp-contentslider nav a:last-child {
	border: none;border-top: 4px solid #debd9a;
	 /* fills gap caused by rounding */
}

.cbp-contentslider nav a:hover {
	border-top: 4px solid #d6a73b
}

.cbp-contentslider nav a.rc-active {
	border-top: 4px solid #d6a73b; font-weight:bold; color:#587b01
}

/* Iconfont for navigation and headings */
.cbp-contentslider [class^="icon-"]:before, 
.cbp-contentslider [class*=" icon-"]:before {
	font-family: "Open Sans";
	font-style: normal;
	text-align: center;
	speak: none;
	font-weight: normal;
	line-height: 2.5;
	font-size: 2em;
	position: absolute;
	left: 10%;
	top: 50%;
	margin: -1.250em 0 0 0;
	height: 2.500em;
	width: 2.500em;
	color: rgba(0,0,0,0.1);
	-webkit-font-smoothing: antialiased;
}


.cbp-contentslider [class^="icon-"].rc-active:before, 
.cbp-contentslider [class*=" icon-"].rc-active:before,
.cbp-contentslider nav a:hover:before {
	color: rgba(255,255,255,0.9);
}

.cbp-contentslider h3 {
	font-size: 4em;
	height: 2em;
	line-height: 1.7;
	font-weight: 300;
	margin: 0 0 0.3em;
	position: relative;
	text-align:left;
		padding: 0 0.2em 0 0;
	border-bottom: 4px solid #47a3da;color: #605d5d;
    font-family: "Open Sans";
    font-size: 24px;
}

.cbp-contentslider h3[class^="icon-"]:before, 
.cbp-contentslider h3[class*=" icon-"]:before {
	top: 0;
	left: 0;
	width: 2em;
	line-height: 1;
	height: 1.2em;
	margin: 0;
	color: #47a3da;
}

.cbp-contentslider li > div {
	position: absolute;
	top: 0;
	bottom: 3.313em;
	width: 1143px;
	left: 0;
	padding: 0 1em;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 1.8em; border-top: thin dashed #c3c3c3; padding-top:40px; overflow-x:hidden; overflow-y:auto
}

.cbp-contentslider .cbp-content {
	-webkit-column-rule: 1px dashed #47a3da;
	-moz-column-rule: 1px dashed #47a3da;
	column-rule: 1px dashed #47a3da;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	-o-column-gap: 1em;
	column-gap: 1em;
	vertical-align: top;	
	padding: 1em 0;
}

.cbp-contentslider p {
	color: #605d5d;
	padding: 0 0.5em 0.4em;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	line-height: 1.6; font-family:"Open Sans"
}
