@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?60581312');
  src: url('../font/fontello.eot?60581312#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?60581312') format('woff2'),
       url('../font/fontello.woff?60581312') format('woff'),
       url('../font/fontello.ttf?60581312') format('truetype'),
       url('../font/fontello.svg?60581312#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 0em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: right;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 0px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border: 0px solid #47a3da;
	box-shadow: inset 0 2px #47a3da;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #054b71;
	display: block;
	font-size: 14px;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
	font-weight: 400;
}

.tabs nav a:hover {
	color: white;
	background-color: #91d2f4;
}

.tabs nav li.tab-current a {
	color: white;
	background-color: #47a3da;
	font-weight: bold;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'fontello';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.navtab1:before {
	content: '\f1c0';
}

.navtab2:before {
	content: '\f0e8';
}

.navtab3:before {
	content: '\f132';
}

.navtab4:before {
	content: '\e801';
}

.navtab5:before {
	content: '\f2ce';
}

.navtab1 {
	text-transform: uppercase;
}

.navtab2 {
	text-transform: uppercase;
}

.navtab3 {
	text-transform: uppercase;
}

.navtab4 {
	text-transform: uppercase;
}

.navtab5 {
	text-transform: uppercase;
}

/* Content */
.tabscontent section {
	font-size: 1.25em;
	padding-top: 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.tabscontent section:before,
.content section:after {
	content: '';
	display: table;
}

.tabscontent section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.tabscontent section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs-title {
		display: none;
	}
	
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
	
	.tabs nav li.tab-current a {
		color: white;
		background-color: #47a3da;
		font-weight: bold;
		text-align: center:
	}
	
	.navtab1 {
		text-align:center;
	}

	.navtab2 {
		text-align:center;
	}

	.navtab3 {
		text-align:center;
	}

	.navtab4 {
		text-align:center;
	}

	.navtab5 {
		text-align:center;
	}
}

@media screen and (max-width: 760px) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
	
	.tabs nav li.tab-current a {
		color: white;
		background-color: #47a3da;
		font-weight: bold;
		text-align: center:
	}
	
	.navtab1 {
		text-align:center;
	}

	.navtab2 {
		text-align:center;
	}

	.navtab3 {
		text-align:center;
	}

	.navtab4 {
		text-align:center;
	}

	.navtab5 {
		text-align:center;
	}
}