@font-face {
  font-family: 'Batch Icons';
  src: url('../fonts/batch/batch-icons-webfont.eot');
  src: url('../fonts/batch/batch-icons-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/batch/batch-icons-webfont.woff') format('woff'), /* Modern Browsers */
   url('../fonts/batch/batch-icons-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/batch/batch-icons-webfont.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;/* IE9 Compat Modes */
  /* Legacy iOS */
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #f9f9f9;
	color: #555;
	margin: 0;
	padding: 0;
	font-family: 'Barlow', 'Raleway', 'Arial', sans-serif;
	font-family: "hk grotesk";
	font-size: 18px;
	
}
.block {
	display: block;
}
span.new {
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-weight: 400;
	padding: 2px 4px;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 10px;
	border-radius: 3px;
	margin-left: 10px;
	position: relative;
	top: -14px;
}
.title-label {
	background: #1a86f0;
	color: #ffffff;
	margin-left: 12px;
	font-weight: 400;
	padding: 5px 7px;
	border-radius: 3px;
	font-size: 0.7rem;
	line-height: 1;
	display: inline-block;
}
.title-label.required {
	background: #2e8b57;
}
.title-label.recommended {
	background: #b33edd;
}

h1,h2,h3,h4,h5,h6 {
	/*font-family: Assistant, sans-serif;*/
	font-family: "europa", sans-serif;
	font-family: "soleil", sans-serif;
	/*font-family: "europa", sans-serif;

	/*
	font-family: "sofia-pro";
	font-family: "zeitung";*/
	font-weight: 700;
	color: #111;
}
	

/* Links
----------*/

a:link,
a:visited {
	color: #1a86f0;
	text-decoration: none;
}

a:hover {
	color: #155ea5;
}

/*Clearfix
----------*/

.clearfix:after {
	content: ".";
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0px;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Container */
.super_container {
	display: flex;
}
.main {
	width: 70%;
}

/* Info
-----------*/
.info {
	background-color: #f1f9fc;
	padding: 24px;
	border-radius: 3px;position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info .text p {
	padding:0;
	margin:0;
}
.info .text {
	margin:0;
	padding:0;
	color:#4588c9;
	font-size:16px;
	width:90%;
}
.info .text p {
	color: #4588c9;
}
.info .icon {
	width:5%;
	display:block;
	text-align: center;
}
.exclaim:before  {
	line-height: 1;
	padding:0;
	font-style: normal;
	font-family: 'Batch Icons';
	content: '\F15B';
	color:#278df0;
}


/*
Button
-----------*/
.buttons {
	background: #000;
	color: #fff;
	padding: 16px 24px;
	border-radius: 5px;
	display: inline-block;
	line-height: 1;
	margin-right: 12px;
	display: inline-flex;
	align-items: center;
}
.buttons:link,
.buttons:visited {
	color: #fff;
}
.buttons i {
	font-size: 0.8rem;
	margin-right: 12px;
}


/*
Top Header
-----------*/
.top-header {
	background: #fff;
}
.top-header-inside {
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #ddd;

}
.top-header .content {
	padding-top: 72px;
	padding-bottom: 72px;
}
.top-header .content h2 {
	margin-bottom: 10px;
	font-size: 3rem;
}
.top-header .content p {
	margin-top: 0;
	max-width: 60%;
	margin-bottom: 32px;
}

/* Top Menu */
.top-menu {
	border-bottom: 0px solid #ddd;
}
.top-menu nav {
	font-weight: 700;
	font-size: 16px;

}
.top-menu nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.top-menu nav ul li {
	margin-right: 24px;
}

/* Sidebar
-----------*/

.sidebar {
	width: 30%;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.sidebar .content {
	padding: 42px;
	top: 0;
    bottom: 0;
    left: 5%;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
}

.sidebar .content h1 {
	font-size: 36px;
	margin: 0 0 12px 0;
}

.sidebar .content .subtitle {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 400;
	/*letter-spacing: 1px;
	text-transform: uppercase;*/
}

.sidebar .content ol {
	list-style: none;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.sidebar .content a:link,
.sidebar .content a:visited {
	color: #000;
}
.sidebar .overview_nav {
	/*font-family: Assistant, sans-serif;*/
}
.sidebar .overview_nav li {
	margin-bottom: 5px;
	display: block;
}
.sidebar .overview_nav li a {
	display: flex;
	align-items: center;
}
.sidebar .overview_nav li i {
	margin-right: 32px;
	opacity: 0.25;
	width: 24px;

}
.sidebar .overview_nav .sub-menu {
	display: none;
	padding-left: 56px;
	padding-top: 6px;
}
.sidebar .overview_nav li.active .sub-menu {
	display: block;
}
.sidebar .overview_nav li.active i {
	opacity: 1;
}
.sidebar .overview_nav li.active > a:link,
.sidebar .overview_nav li.active > a:visited {
	color: #1a86f0;
}
.sidebar .overview_nav li.active > .sub-menu li.active a:link,
.sidebar .overview_nav li.active > .sub-menu li.active a:visited {
	color: #1a86f0;
}
.sidebar .overview_nav > li > a {
	font-weight: bold;
}
.sidebar .overview_nav li span {
	background:rgba(255,255,255,0.1);
	color:#fff;
	padding:2px 5px;
	font-size:10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 10px;
	border-radius:5px;
	margin-left:10px;
	position: relative;
	top:-3px;
}
.sidebar .overview_nav li ul {
	list-style:none;
}
.sidebar .overview_nav li ul li:first-of-type {
	padding-top:10px;
}
.sidebar .overview_nav li ul li {
	padding:5px 0;
}
.sidebar .overview_nav li ul li:last-of-type {
	padding-bottom:0;
}

/*Container
-----------*/

.container {
	padding:0 150px;
	margin:auto;
}

.container.main {
	background-color:#375E66;
}

.box {
	background: #fff;
	border-bottom:1px solid #ddd;
}

.box:last-of-type {
	border:0;
}

/*Header
--------*/

.header {
	padding:100px 0;
}

.header h1 {
	font-size: 82px;
	font-weight: 400;
	/*text-transform: uppercase;*/
	margin:20px 0 0 0;
	padding:0;
	color:#fff;
}

.header h2 {
	color:rgba(0,0,0,0.5);
	font-size: 16px;
	margin:0 0 50px 0;
	padding:0;
}

.header h3 {
	color:rgba(0,0,0,0.5);
	font-size: 20px;
	line-height:30px;
	margin-top:45px;
	font-weight: 400;
	text-align: center;
}

/* Content
-----------*/
.content {
	padding: 42px 0;
}

.content h2 {
	font-size:32px;
	font-weight: 600;
	margin-top:0;
}
.content h3 {
	font-size:24px;
	padding-top: 42px;
	padding-bottom: 10px;
	border-bottom:1px solid #ddd;
}
.content h4 {
	display: inline-flex;
	align-items: center;
}
.content p {
	line-height: 1.7;
}

.content dd {
	margin:0 0 15px 0;
	padding:0;
}

/* Overview
-----------*/

.overview_nav {
	font-size: 16px;
	margin-top: 50px;
	padding-left: 22px;
}

.overview_nav li {
	padding: 12px 0;
}

/* Instructions
-----------*/

.instructions {
	width:750px;
	margin:auto;
}

.instructions .flexslider {
	border:none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.instructions .flexslider.loading {
	background-color: #fff;
	min-height: 500px;
	background-image: url(../img/spinner.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.instructions .flex-caption {
	padding:25px;
	margin:0;
	font-size: 14px;
	color:#777;
}

.instructions .flex-direction-nav a {
	background-image: url(../img/arrows.png);
	width:120px;
	height:100%;
	margin:0;
	top:0;
	opacity:0.1;
}

.flexslider .flex-next {
	right:-120px;
	background-position:-140px center;
}

.flexslider .flex-prev {
	left:-120px;
	background-position:0 center;
}

.flexslider:hover .flex-next {
	right:-120px;
	background-position:-140px center;
}

.flexslider:hover .flex-prev {
	left:-120px;
	background-position:0 center;
}

.instructions .flex-control-paging li a {
	height:7px;
	width:7px;
	box-shadow: none;
}

.instructions .flex-control-paging li a.flex-active {
	background-color: #439CA2;
}



/*Theme Options
---------------*/


.tb-themeoptions {
	background-color: #eee;
	border-collapse: collapse;
	margin: 75px 0;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	border-radius: 5px;
	width: 100%;
}

.tb-themeoptions td {
	border-left: 0px solid #ddd;	
	border-right: 0px solid #ddd;
	border-bottom: 1px solid #ddd;	
	vertical-align: top;
	padding: 60px 30px 60px 30px;
	border-radius: 5px;
}

.tb-themeoptions tr:last-of-type td {
	border:none;
}

.tb-themeoptions td.name {
	width: 200px;
}
.tb-themeoptions td p {

}
.tb-themeoptions td.name p {

}
.tb-themeoptions ul {
	font-size: 18px;
	line-height: 30px;
	margin:0;
}

.tb-themeoptions p {
	margin:0;
}

/*Content
---------*/

.main .content ul,
.main .content ol {
	line-height: 1.7;
	margin:0;
}

/*Tabs Navigation
-----------------*/

#tabs .tab_nav {
	margin:0;
	padding:0;
	list-style: none;
	width:245px;
	float: left;
	background-color:#375E66;
	font-weight: 600;
}

#tabs .tab_nav li {
	background-color:#375E66;
	padding:0;
}

#tabs .tab_nav li:hover {
	background-color: #294A51;
}

#tabs .tab_nav li.ui-state-active {
	background-color:#fff;
}

#tabs .tab_nav li.ui-state-active a:link,
#tabs .tab_nav li.ui-state-active a:visited {
	padding:20px 30px;
	display:block; 
	color:#4B757D;
}

#tabs .tab_nav li a:link,
#tabs .tab_nav li a:visited {
	padding:20px 30px;
	display:block; 
	color:#fff;
}


/*Single Tabs
-----------------*/

#tabs .ui-tabs-panel {
	background:#fff;
	width: 865px;
	float: right; 
	padding:15px;
}

#tabs .ui-tabs-panel .content {
	padding:20px;
}

#tabs .ui-tabs-panel .content h1 {
	padding:10px 0 5px 0;
	margin:0;
	font-weight: 700;
	color:#444;
}

#tabs .ui-tabs-panel .content h2 {
	padding:25px 0 5px 0;
	margin:0;
	font-weight: 600;
	color:#999;
}

#tabs .ui-tabs-panel .content h3 {
	padding:10px 0 20px 0;
	margin:0;
	font-weight: 300;
}

#tabs .ui-tabs-panel .content h4 {
	padding:10px 0 20px 0;
	margin:0;
	font-weight: 300;
}

#tabs .ui-tabs-panel .content h5 {
	padding:10px 0 20px 0;
	margin:0;
	font-weight: 300;
}

#tabs .ui-tabs-panel .content h6 {
	padding:10px 0 20px 0;
	margin:0;
	font-weight: 300;
}
#tabs .ui-tabs-panel .content p {
	line-height: 26px;
}