@charset "UTF-8";
/* CSS Document */

/* Fonts */

@font-face {
    font-family: 'merriweatherbold';
    src: url('../fonts/merriweather-bold-webfont.eot');
    src: url('../fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-bold-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-bold-webfont.woff') format('woff'),
         url('../fonts/merriweather-bold-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-bold-webfont.svg#merriweatherbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweatherlight';
    src: url('../fonts/merriweather-light-webfont.eot');
    src: url('../fonts/merriweather-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-light-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-light-webfont.woff') format('woff'),
         url('../fonts/merriweather-light-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-light-webfont.svg#merriweatherlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweatherregular';
    src: url('../fonts/merriweather-regular-webfont.eot');
    src: url('../fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-regular-webfont.woff') format('woff'),
         url('../fonts/merriweather-regular-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-regular-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold-webfont.woff2') format('woff2'),  url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),  url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Light-webfont.woff2') format('woff2'),  url('../fonts/OpenSans-Light-webfont.woff') format('woff'),  url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),  url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),  url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Semibold-webfont.woff2') format('woff2'),  url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),  url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* --------- */


* {
	padding: 0;
	margin: 0;
	outline: none;
}
/* Common */


body {
    height: calc(100vh - 132px);
	padding: 0;
	margin: 0;
	font: normal 14px/24px 'open_sansregular', sans-serif, Helvetica, Arial;
	color: #222;
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
}

h1, h2, h3, h4, h5, ul, ul li, p {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: 'open_sanslight', sans-serif, Helvetica, Arial;
    color: #000;
    font-weight: 300;
}
h1 {
    font-size: 42px;
    line-height: 48px;
}
ul li {
	margin-left: 30px;
	list-style: none;
}
footer section nav ul li {
	margin-left: 4px;
	list-style: none;
}
a {
	text-decoration: none;
	color: #1066C9;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
a:hover {
	color: #007bff;
}
*:before, *:after {
	font-family: 'FontAwesome';
}

button, .btn2{
	background:#1066C9;
	color:#fff;
	cursor:pointer;
	border:none;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	padding:9px 30px;
	font-size:18px;
	font-family: 'open_sanslight', sans-serif, Helvetica, Arial;
}
button:hover, .btn2:hover{
	background:#0d4c93;
	color:#fff;
}

button, .btn{
	background:#1066C9;
	padding:10px 30px;
	color:#fff;
	cursor:pointer;
	border:none;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
button:hover, .btn:hover{
	background:#0d4c93;
	color:#fff;
}
table {
	border-right: 1px solid #ffff;
	margin-bottom:40px;
	border: none;
}
table th {
	background: #000;
	border-bottom: 5px solid #999;
	padding: 10px;
	text-align: left;
	color: #fff;
	font-family: 'open_sansbold';
	font-weight: normal;
	border: none;
}
table td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-left: 1px solid #ffff;
	border-right: 1px solid #ffff;
	border-bottom: 1px solid #ffff;
	position: relative;
	font-family: 'open_sanslight';
	border: none;
}
table td .btn{
	display:inline-block;
	border: none;
}
table td .green:before, table td .red:before, table td .yellow:before {
	content: "";
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background: #00a651;
	border-radius: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
}
table td .red:before {
	background: #e44c4c;
}
table td .yellow:before {
	background: #fcd116;
}
input[type="text"], input[type="password"], input[type="email"], textarea{
	border:none;
	background:#fff;
	padding:10px;
	width:480px;
}
.center{
	text-align:center !important;
}
.hide{
	display:none !important;
}
.show { display: none; }

#wrapper {
	width: 100%;
}
.container {
	width: 1004px;
	margin: 0 auto;
}
/* Header */

header {
	background: #000;
	z-index: 1;
	padding: 0px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.logo {
	float: left;
	margin-top: -10px;
}
.logo img {
	height: 80px;
}
nav.primary {
	float: right;
}
nav.primary > ul > li {
	float: left;
	padding-left: 1px;
	position: relative;
}
nav.primary > ul > li > label {
	color: #fff;
	cursor:pointer;
	text-transform: uppercase;
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
	line-height:18px;
	display: block;
	padding: 29px 1px;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
nav.primary > ul > li > label:hover {
	color: #1066C9;
}
nav.primary > ul > li.active > label, nav.primary > ul > li input:checked + label{
	color: #3de397;
}
nav.primary > ul > li.active:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 10px solid #e5e6e6;
	position: absolute;
	left: calc(50% - 15px + 20px);
	bottom: -2px;
}
.download nav.primary > ul > li.active:after{
	border-bottom: 10px solid #fff;
}
nav.primary > ul > li > ul {
	position: absolute;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	max-height: 0px;
	overflow: hidden;
	margin-top: -30px;
	opacity: 0;
}
nav.primary > ul > li > ul:before {
	content: '';
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 10px solid #1066C9;
	position: relative;
	z-index: 99;
	top: -5px;
	left: 23px;
}
nav.primary > ul > li:hover > ul {
	max-height: 500px;
	margin-top: -22px;
	opacity: 1;
}
nav.primary > ul > li > ul li label {
	background: #1066C9;
	color: #fff;
	min-width: 100px;
	display: block;
	padding: 5px 10px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	font: normal 14px/18px 'open_sansregular', sans-serif, Helvetica, Arial;
}
nav.primary > ul > li > ul li label:hover {
	background: #0d4c93;
}
/* Body */

#body {
	margin-top: 70px;
    min-height: calc(100vh - 225px);
}
#body > section {
	padding: 40px 0;
	overflow: hidden;
	clear: both;
}
#body > section.grey{
	background: #e5e6e6;
}
#body > section .accordion label{
	display:block;
	cursor:pointer;
	font-size:14px;
	position:relative;
	padding:10px 0 10px 50px;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
#body > section .accordion label:hover{
	color:#1066C9;
}
#body > section .accordion label:before{
	content:'+';
	position:absolute;
	color:#ccc;
	font-size:36px;
	text-align:center;
	display:inline-block;
	margin-right:10px;
	background:#f6f6f6;
	border-radius:50px;
	width:40px;
	line-height:32px;
	padding-bottom:8px;
	left:0;
	top:0;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
#body > section .accordion input:checked + label:before{
	content:'-';
}
#body > section .accordion label:hover:before{
	color:#1066C9;
}
#body > section .accordion label + .content{
	padding:20px;
	max-height:0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	overflow:hidden;
	opacity:0;
}
#body > section .accordion input:checked + label + .content{
	opacity:1;
	max-height:1000px;
}
#body > section .accordion label + .content ul{
	margin-left:30px;
}
#body > section .accordion label + .content ul li{
	list-style:disc inside;
	padding:5px 0;
}
#body > section h2{
	font-size:24px;
	line-height:30px;
	padding-bottom:30px;
}
#body > section h2 + span{
	display:block;
	padding-bottom:5px;
}
#body > section.content{
	min-height:150px;
}
#body > section.content ul{
	margin-left:50px;
}
#body > section.content ul li{
	list-style:disc inside;
	padding:5px 0;
	font-size:14px;
}
.blog-post #body > section.content ul li{
	font:normal 17px/30px "merriweatherregular", Georgia,Cambria,"Times New Roman",Times,serif;
}
#body > section.content ul{
	padding-bottom:10px;
}
#body > section.content ul.our-strength, #body > section.content ul.our-service{
	margin:0;
}
#body > section.content ul.our-strength li, #body > section.content ul.our-service li{
	list-style:none;
	overflow:hidden;
	padding-bottom:70px;
}
#body > section.content ul.our-strength li .feature, #body > section.content ul.our-service li .service{
	font-size:24px;
	font-family: 'open_sanslight', sans-serif, Helvetica, Arial;
	padding-bottom:20px;
}
#body > section.content ul.our-service li .service{
	font-size:30px;
}
#body > section.content ul.our-strength li .col{
	width:calc(100%/2 - 10px - 25px);
	margin-right:20px;
	float:left;
	position:relative;
	padding-left:25px;
}
#body > section.content ul.our-strength li .col:before{
	content:'What we do';
	font-size:12px;
	font-family: 'open_sansbold', sans-serif, Helvetica, Arial;
	display:block;
	padding-bottom:2px;
	position:relative;
	left:-25px;
}
#body > section.content ul.our-strength li .col.wad:before{
	content:'What others do';
}
#body > section.content ul.our-strength li .col:after{
	content:'';
	width:15px;
	min-height:54px;
	height:calc(100% - 20px);
	background:#00b294;
	display:block;
	position:absolute;
	left:0;
	top:20px;
}
#body > section.content ul.our-strength li .col.negative:after{
	background:#ed676b;
}
#body > section.content ul.our-strength li .col.neutral:after{
	background:#f7941d;
}
#body > section.content ul.our-strength li .col:last-of-type{
	margin-right:0;
}
#body > section.content ul.our-service li ul{
	margin-left:20px;
	margin-bottom:20px;
}
#body > section.content ul.our-service li ul li{
	list-style:disc inside;
	padding-bottom:10px;
}
#body > section.content ul.our-service li .content a{
	display:inline-block;
}
#body > section.content ul.our-service li p{
	padding-bottom:5px;
}
#body > section p{
	padding-bottom:15px;
	font-size:14px;
	line-height:24px;
}
#body > section .container > img{
	margin:10px 0 20px;
}
#body > section .content > div{
	overflow:hidden;
	padding-bottom:40px;
}
#body > section .content > div > span{
	display:block;
	float:left;
	padding-right:20px;
}
#body > section .content > div > span > *{
	display:block;
}
#body > section.content h2 {
	padding-bottom:20px;
	font-size:24px;
}
#body > section.content ul + h2{
	padding-top:20px;
}
#body > section.banner {
	background: #e5e6e6;
	padding: 60px 0;
}
.blog-post #body > section.banner{
	padding-bottom:10px;
}
#body > section.banner .container {
	background: url(../images/banner-layer1-v2.png) no-repeat right center;
}
.training #body > section.banner .container {
	background: url(../images/trainimage3.png) no-repeat right center;
	background-size:420px auto;
}
.join-us #body > section.banner .container {
	background: url(../images/image.jpg) no-repeat right center;
	background-size:auto 400px;	
}
.join-us #body > section.banner .container .content{
	padding:100px 510px 100px 0;
}
.inner #body > section.banner .container {
	background: none;
}
#body > section.banner .content {
	padding-right: 510px;
}
.training #body > section.banner .content {
	padding-right: 410px;
}
.inner #body > section.banner .content {
	padding-right: 0px;
}
#body > section.banner h2 {
	font-size: 24px;
	font-family: 'open_sansregular', sans-serif, Helvetica, Arial;
	line-height: 32px;
	padding-bottom: 20px;
	color: #000;
}
.download #body > section.banner h2, .about-us #body > section.banner h2, .about-us #body > section.content h2, .about-us #body > section h2{
	font:normal 42px/60px 'open_sanslight', 'open_sansregular', sans-serif, Helvetica, Arial;
}
#body > section.banner h2 span{
	color:#fff;
	background:#000;
	display:inline-block;
	padding:0 10px;
}
#body > section.banner *{
	font-family: 'open_sansregular', sans-serif, Helvetica, Arial;
}
.download #body > section.banner *{
	font:normal 14px/24px 'open_sansregular', sans-serif, Helvetica, Arial;
}
#body > section.banner p {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
}
#body > section.banner a.btn {
	display: inline-block;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	background: #1066C9;
	line-height: 50px;
	text-indent: 15px;
	margin-top: 20px;
	color: #fff;
	padding: 0 15px 0 0;
}
#body > section.banner a.btn:hover {
	padding-left: 10px;
	background:#0d4c93;
}
#body > section.banner a.btn:before {
	content: "\f019";
	float: left;
	display: inline-block;
}
#body > section.tile {
	overflow: hidden;
	padding-bottom:30px;
}
#body > section.tile ul li {
	float: left;
	width: calc(100%/3 - 14px);
	margin-left: 20px;
}
.training #body > section.tile{
	background:#fff;
}
.training #body > section.tile h2{
	padding-bottom:30px;
	font-size:24px;
	text-align:center;
}
.training #body > section.tile ul li{
	background:#ffe8ab;
	padding:20px;
	text-align:center;
	width: calc(100%/3 - 54px);
	font-size:14px;
	line-height:22px;
	font-family: 'open_sansregular', sans-serif, Helvetica, Arial;
}
.training #body > section.tile ul li:nth-child(2){
	background:#e1e68d;
}
.training #body > section.tile ul li:nth-child(3){
	background:#efb7a0;
}
#body > section.tile ul li:first-child {
	margin-left: 0;
}
#body > section.blocks .container .block {
	float: left;
	width: calc(100%/2 - 20px);
}
#body > section.blocks .container .tile ul li {
	float: left;
	padding: 0;
}
#body > section.tile ul li .category-header{
	position:relative;
	padding-bottom:40px;
	background:#f26c4f;
	-webkit-transition: 0.1s, background-color 0.5s ease;
	-moz-transition: 0.1s, background-color 0.5s ease;
	-o-transition: 0.1s, background-color 0.5s ease;
	transition: 0.1s, background-color 0.5s ease;
}
#body > section.tile ul li.training .category-header{
	background-color: #3DB498;
}
#body > section.tile ul li.join-us .category-header{
	background-color: #3c599b;
}
#body > section.tile ul li .category-header span{
	background:rgba(0,0,0,0.1);
	position:absolute;
	bottom:0;
	left:0;
	width:calc(100% - 20px);
	padding:10px;
	color:#fff;
	display:block;
	font-family: 'open_sanslight', sans-serif, Helvetica, Arial;
	text-align:center;
}
#body > section.tile ul li .category-header:before {
	display: block;
	-webkit-transition: 0.1s, background-color 0.5s ease;
	-moz-transition: 0.1s, background-color 0.5s ease;
	-o-transition: 0.1s, background-color 0.5s ease;
	transition: 0.1s, background-color 0.5s ease;
	text-align: center;
	line-height: 230px;
	text-transform: uppercase;
	height: 140px;
	background: url(../images/icon-audit.png) no-repeat center 30px;
	color: #fff;
	background-size: auto 65px;
	content:'';
}
#body > section.tile ul li.training .category-header:before {
	background-image: url(../images/icon-training.png);
}
#body > section.tile ul li.join-us .category-header:before {
	background-image: url(../images/icon-join.png);
}
#body > section.tile ul li .content{
	padding:10px 20px 20px;
	background:#f5f6f6;
}
#body > section.tile ul li a{
	display:block;
	background:#f26c4f;
	color:#fff;
	text-transform:uppercase;
	font:normal 14/18px 'open_sanslight', 'open_sansregular', sans-serif, Helvetica, Arial;
	padding:10px 0;
	text-align:center;  
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#body > section.tile ul li.training a{
	background-color:#3DB498;
}
#body > section.tile ul li.join-us a{
	background-color:#3c599b;
}
#body > section.tile ul li:hover .category-header{
	/*background-color: #1066C9;*/
}
#body > section.tile ul li:hover .category-header:before{
	background-size: auto 60px;
	background-position: center;
}
#body > section.tile ul li a:hover {
	/*background-color: #0d4c93;*/
	background-size: auto 60px;
	background-position: center;
}
#body > section.blocks h2 {
	font-size: 24px;
	padding: 5px 0 20px;
	text-transform: uppercase;
	margin-top:-11px;
}
#body > section.blocks .help {
	margin-right: 40px;
}
#body > section.blocks .help li {
	position: relative;
	padding-left: 35px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	background: rgba(184, 191, 201, 0.25);
	padding: 20px 20px 20px 65px;
	margin-bottom: 5px;
}
#body > section.blocks .help li:before, .download #body > section.banner ul li:before {
	content: "\f046";
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 30px;
	font-size: 36px;
	color: #1066c9;
}
.download #body > section.banner .container{
	background-image:url(../images/download1.png);
	background-size:auto 320px;
}
.download #body > section.banner .container .content{
	padding-right:310px;
}
.download #body > section.banner label{
	display:block;
	padding-bottom:10px;
	padding-top:10px;
	font: normal 14px/24px 'open_sansbold', 'open_sansregular', sans-serif, Helvetica, Arial;
}
.download #body > section.banner ul li{
	padding-bottom:20px;
	line-height:18px;
	position:relative;
	padding-left:35px;
	font: normal 14px/24px 'open_sansregular', sans-serif, Helvetica, Arial;
}
.download #body > section.banner ul li:before{
	font-size:24px;
	top:4px;
	left:0;
}
.download #body > section.grey .container{
	margin:0 auto;
}
.download #body > section.grey .container h2{
	font-weight:bold;
	font-family:'open_sansbold';
}
.download #body > section.grey .container button{
	width:100%;
	display:block;
	text-align:center;
}
#body > section.news, #body > section.video {
	background: #e5e6e6;
}
#body > section.video h2{
	padding-bottom:30px;
	font-family: 'open_sanslight';
}
#body > section.news .container {
	background: url(../images/a-200x200.png) no-repeat 0 center;
	padding-left: 250px;
	width: calc(1004px - 250px);
	padding-top: 50px;
	position: relative;
	top: -40px;
}
#body > section.news h2 {
	padding-bottom: 10px;
}
#body > section.news .post {
	border: 1px solid #D3DAE4;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#body > section.news .post:last-of-type{
	margin-bottom:20px;
}
#body > section.news .post a {
	float: right;
}
#body > section.news .post .date {
	position: absolute;
	left: 10px;
	bottom: 5px;
	opacity: 0.5;
}
#body > section.news h4 {
	font-size: 14px;
	padding: 20px 0 5px;
}
input[type="text"] {
	padding: 10px;
}
#body > section.news input[type="text"] {
	width: calc(100% - 150px);
	padding:12px;
	float: left;
}
#body > section.news button {
	border: none;
	background: #1066C9;
	padding: 12px 41px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#body > section.news button:hover {
	background-color: #0d4c93;
}
#body > section.partner {
	background: #fff;
}
#body > section.partner h2{
	padding-bottom:30px;
	font-size:24px;
}
#body > section.partner ul {
	text-align: center;
}
#body > section.partner ul li {
	display: inline-block;
	padding-right: 10px;
}
#body > section.partner ul li:last-child {
	padding: 0;
}
#body > section.partner ul li a {
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	min-height: 50px;
	position: relative;
	min-width: 200px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity:0.75;
}
#body > section.partner ul li a:hover {
	opacity: 1;
}
#body > section.partner ul li img {
	max-height: 100px;
	max-width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#body > section.partner ul li a[title="Free Software Foundation"], #body > section.partner ul li a[title="German Space Agency"] {
	min-height: 120px;
	min-width: 200px;
}
#body > section.partner ul li a[title="Free Software Foundation"] img {
	max-height: 150px;
	max-width: inherit;
}
#body > section.partner ul li a[title="German Space Agency"] img {
	max-height: 190px;
	min-width: 180px;
	max-width: inherit;
}
.row{
	padding:5px 0;
}
.row + .end-stripe{
	padding-top:10px;
}
#body .blog-list{
	
}
#body .blog-list > ul > li{
	float:left;
	width:calc(100%/3 - 46px);
	margin-right:20px;
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:20px;
}
#body .blog-list > ul > li:nth-child(3n+3){
	margin-right:0;
}
#body .blog-list ul li .title{
	overflow:hidden;
}
.read-more{
	float:right;
}
#body .blog-list ul li .title h2{
	font: normal 20px/24px 'open_sanssemibold', sans-serif, Helvetica, Arial;
	padding-bottom:10px;
}
/*#body .blog-list ul li .title h2 a:before{
	content:"\f044";
	font-size:40px;
	display:block;
	float:left;
	width:42px;
	text-align:right;
	line-height:50px;
	margin-right:10px;
}*/
#body .blog-list ul li .title > ul > li{
	float:left;
}
#body .blog-list ul li .title > ul > li label{
	color:#666;
	cursor:pointer;
}
#body .blog-list ul li .title > ul > li label:hover{
	color:#1066C9;
}
#body .blog-list ul li .title > ul > li input:checked + label{
	color:#00a651;
}
#body .blog-list ul li .title > ul > li label:before{
	content:"\f164";
	font-size:14px;
	display:inline-block;
	margin-right:8px;
}
#body .blog-list ul li .title > ul > li ul{
	position:absolute;
	border:1px solid #1066C9;
	padding:0 10px;
	border-radius:3px;
	z-index:99;
	background:#fff;
	display:none;
}
#body .blog-list ul li .title > ul > li:hover ul{
	display:block;
}
#body .blog-list ul li .title > ul > li ul li a{
	display:block;
	border-bottom:1px solid #ccc;
	line-height:30px;
	min-width:60px;
}
#body .blog-list ul li .title > ul > li ul li a:before{
	content:"\f099";
	display:inline-block;
	margin-right:5px;
}
#body .blog-list ul li .title > ul > li ul li:last-child a{
	border:none;
}
#body .blog-list ul li .title > ul > li label[for="share"]:before{
	content:"\f1e0";
}
#body .blog-list ul li .title > ul > li:after{
	content:'';
	display:inline-block;
	height:10px;
	width:1px;
	background:#000;
	margin:0 10px;
}
#body .blog-list ul li .title > ul > li:last-child:after{
	display:none;
}
#body .blog-list ul li .title .date{
	color:#666;
}
#body .blog-list ul li .content{
	clear:both;
	overflow:hidden;
}
.blog-post #body > section p, .blog-post #body > section.banner p{
	font:normal 17px/30px "merriweatherregular", Georgia,Cambria,"Times New Roman",Times,serif;
	padding-bottom:30px;
}
.blog-post #body > section.banner a{
	font:normal 17px/30px "merriweatherregular", Georgia,Cambria,"Times New Roman",Times,serif;
}
/* Footer */

footer {
	background: #313D4D;
}
footer section {
	overflow: hidden;
	padding: 30px 0 10px;
	text-align: center;
}
footer section > nav {
	width: auto;
	display: inline-block;
	margin-right: 30px;
	padding-right: 40px;
	min-height: 50px;
	border-right: 1px solid rgba(255,255,255,0.1);
}
footer section > nav:nth-of-type(2) {
}
footer section > nav:last-of-type {
	margin: 0;
	position: relative;
	top: -13px;
	border: none;
	padding-right: 0;
}
footer section nav h2 {
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}
footer section nav ul li {
	margin-bottom: 2px;
	text-align: left;
	display: inline-block;
}
footer section nav ul li:after {
	content: '/';
	display: inline-block;
	margin: 0 10px;
	font-size: 18px;
	position: relative;
	top: 3px;
	color: rgba(255,255,255,0.1);
}
footer section nav ul li:last-child:after {
	display: none;
}
footer section nav ul li a {
	color: #8E99AD;
	font-size: 12px;
	line-height: 20px;
}
footer section nav a.btn {
	background: #1066C9;
	padding: 12px 41px;
	color: #fff;
	margin-top: 4px;
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
footer section nav a.btn:hover {
	background: #0d4c93;
}
footer section nav ul li a:hover {
	color: #007bff;
}
footer .copyright {
	background: #000;
	text-align: center;
	color: #8E99AD;
	font-size: 11px;
	padding: 10px 0;
}
*.mobileController{
	display:none !important;
}


/* 800 Resolution */

@media only screen and (max-width: 800px){
	.container{
		width:100%;
	}
	.logo{
		float:none;
		text-align:center;
		padding:20px 0 0px;
	}
	nav.primary{
		float:none;
	}
	nav.primary ul{
		text-align:center;
	}
	nav.primary ul li{
		display:inline-block;
		float:none;
		position:static;
	}
	nav.primary > ul > li > ul{
		max-height:inherit;
		left:0;
		background:#1066C9;
		width:100%;
		margin-top:0;
		display:none;
		text-align:center;
	}
	nav.primary > ul > li:hover > ul{
		opacity:0;
		display:none;
		margin:0;
	}
	nav.primary > ul > li input:checked + label + ul{
		opacity:1;
		display:block;
	}
	nav.primary > ul > li > ul:before{
		display:none;
	}
	nav.primary > ul > li > ul > li{
		display:inline-block;
	}
	nav.primary ul li:first-child{
		padding-left:0;
	}
	nav.primary > ul > li > ul li label{
		padding:20px;
		cursor:pointer;
	}
	nav.primary > ul > li.active:after{
		left:inherit;
		bottom:inherit;
		margin-top:-10px;
		margin-left:-15px;
	}
	nav.primary > ul > li.active.sub:after{
		border-bottom-color:#1066C9;
	}
	nav.primary > ul > li.active.sub > label, nav.primary > ul > li.sub > input:checked + label{
		color:#1066C9;
	}
	nav.primary > ul > li.sub ul li input:checked + label{
		position:relative;
	}
	nav.primary > ul > li.sub ul li input:checked + label:after{
		border-left:15px solid transparent;
		border-right:15px solid transparent;
		border-bottom:10px solid #e5e6e6;
		content:'';
		width:0;
		height:0;
		display:block;
		position:absolute;
		left:calc(50% - 15px);
		bottom:0;
	}
	.download nav.primary > ul > li.sub ul li input:checked + label:after{
		border-bottom-color:#fff;
	}
	#body, .pricing #body, .audit #body, .training #body, .download #body, .about-us #body, .join-us #body{
		margin-top:174px;
	}
	#body > section.banner{
		padding:20px;
	}
	#body > section.banner .container{
		background-position:center 120px;
		text-align:center;
	}
	#body > section.banner .content{
		padding-right:0;
	}
	#body > section.banner h2{
		padding-bottom:350px;
		text-align:center;
		padding-top:20px
	}
	.inner #body > section.banner h2{
		padding-bottom:30px;
	}
	#body > section.banner p{
		text-align:center;
	}
	#body > section{
		padding:40px 20px;
	}
	#body > section.news .container{
		width:calc(100% - 250px);
	}
	#body > section.partner ul li a{
		min-width:120px;
	}
	#body > section.partner ul li img{
		max-width:120px;
	}
	#body > section.partner ul li a[title="Free Software Foundation"], #body > section.partner ul li a[title="Solenix"]{
		min-width:190px;
		min-height:120px;
	}
	#body > section.partner ul li a[title="Free Software Foundation"] img, #body > section.partner ul li a[title="Solenix"] img{
		max-height:120px;
	}
	footer section{
		padding:30px;
	}
	footer section > nav{
		width:calc(100%/3 - 50px);
		float:left;
	}
	footer section nav ul li{
		display:block;
	}
	footer section nav ul li:after{
		display:none;
	}
	button, .btn{
		padding:10px;
	}
	#body > section.content ul{
		margin-left:10px;
	}
	#body > section.content .container img{
		width:100%;
	}
	.training #body > section.banner .content, .download #body > section.banner .container .content, .join-us #body > section.banner .container .content{
		padding:0;
	}
	.training #body > section.banner .container{
		background-position:center 100px;
	}
	.download #body > section.banner .container{
		background-position:center 70px;
	}
	.join-us #body > section.banner .container{
		background-position:center 100px;
	}
	.join-us #body > section.banner h2{
		padding-bottom:500px;
	}
	.download #body > section.banner ul li{
		text-align:left;
	}
	#body .blog-list > ul > li{
		width:calc(100%/2 - 46px);
	}
	#body .blog-list > ul > li:nth-child(3n+3){
		margin-right:20px;
	}
	#body .blog-list > ul > li:nth-child(2n+2){
		margin-right:0px;
	}
	#body > section.content ul.our-strength li .feature{
		line-height:36px;
	}
}


/* 768 Resolution */

@media only screen and (max-width: 768px){
	#body > section.partner ul li a[title="Free Software Foundation"], #body > section.partner ul li a[title="Solenix"]{
		min-width:170px;
	}
}


/* 640 Resolution */

@media only screen and (max-width: 640px){
	#body > section.blocks .container .block{
		float:none;
		width:calc(100%);
		padding-bottom:40px;
	}
	#body > section.news .container{
		width:calc(100%);
		padding:250px 0 0;
		background-position:center 20px;
	}
	#body > section.partner ul li{
		display:block;
		float:left;
		width:calc(50% - 10px);
	}
	#body > section.partner ul li a{
		min-width:inherit;
	}
	#body > section.partner ul li img{
		max-width:200px;
	}
	footer section nav a.btn{
		padding: 10px 30px;
	}
}


/* 640 Resolution */

@media only screen and (max-width: 600px){
	.mobileController{
		display:block !important;
	}
	#body, .pricing #body, .audit #body, .training #body, .download #body, .about-us #body, .join-us #body{
		margin-top:78px;
	}
	header{
		height:78px;
		position:fixed;
	}
	.logo{
		padding:0;
		float:left;
	}
	label.menuSwitch{
		font-size:0;
		position:fixed;
		right:0px;
		top:0px;
		z-index:2;
	}
	label.menuSwitch:before{
		content:"\f0c9";
		color:#fff;
		font-size:36px;
		text-align:center;
		display:block;
		width:80px;
		padding:30px 0;
		cursor:pointer;
		-webkit-transition: color 0.5s;
		-moz-transition: color 0.5s;
		-o-transition: color 0.5s;
		transition: color 0.5s;
	}
	input:checked + label.menuSwitch:before{
		color:#3de397;
	}
	nav.primary{
		position:fixed;
		z-index:1;
		right:-80%;
		top:0;
		background:#222;
		width:80%;
		height:100%;
		-webkit-transition: right 0.5s;
		-moz-transition: right 0.5s;
		-o-transition: right 0.5s;
		transition: right 0.5s;
	}
	nav.primary ul{
		padding-top:78px;
	}
	nav.primary ul li{
		display:block;
		float:none;
		padding:0;
	}
	input:checked + label + nav.primary{
		right:0;
	}
	nav.primary > ul > li > label{
		padding-left:30px;
		padding-right:30px;
		font:normal 18px/18px 'open_sanslight', sans-serif, Helvetica, Arial;
		text-align:right;
		border-bottom:1px solid #111;
	}
	nav.primary > ul > li > label:before{
		content:"\f19d";
		display:block;
		float:left;
		font-size:24px;
		color:#666;
	}
	nav.primary > ul > li:hover > label:before{
		color:#0d4c93;
	}
	nav.primary > ul > li > input:checked + label:before{
		color:#3de397;
	}
	nav.primary > ul > li > label[title="Services"]:before{
		content:"\f025";
	}
	nav.primary > ul > li > label[title="Company"]:before{
		content:"\f1ad";
	}
	nav.primary > ul > li > label[title="Contact"]:before{
		content:"\f095";
	}
	nav.primary > ul > li > label.mobileController + label{
		display:none;
	}
	nav.primary > ul > li > ul{
		display:none;
		position:static;
		padding:0;
		opacity:1;
	}
	nav.primary > ul > li:hover > ul{
		max-height:inherit;
		display:none;
		opacity:1;
		margin:0;
	}
	nav.primary > ul > li.active:after, nav.primary > ul > li:hover > ul:before, nav.primary > ul > li.sub ul li input:checked + label:after, nav.primary > ul > li.active.sub:after{
		display:none;
	}
	nav.primary > ul > li > input:checked + label ~ ul{
		display:block;
	}
	nav.primary > ul > li > ul > li{
		float:none;
		display:block;
	}
	nav.primary > ul > li.active.sub > label, nav.primary > ul > li.sub > input:checked + label{
		color:#3de397;
	}
	nav.primary > ul > li > ul li input:checked + label{
		background:#3de397;
		color:#222;
	}
	nav.primary > ul > li > ul > li label{
		color:#fff;
		background:#333;
		font:normal 18px/18px 'open_sanslight', sans-serif, Helvetica, Arial;
		text-align:right;
		border-bottom:1px solid #222;
		padding-right:30px;
		padding-left:30px;
		text-transform:uppercase;
	}
	nav.primary > ul > li > ul > li label:before{
		content:"\f080";
		color:#111;
		display:block;
		font-size:24px;
		float:left;
	}
	nav.primary > ul > li > ul > li label[title="Training"]:before{
		content:"\f16a";
	}
	nav.primary > ul > li > ul > li label[title="Download"]:before{
		content:"\f0ed";
	}
	nav.primary > ul > li > ul > li label[title="Pricing"]:before{
		content:"\f155";
	}
	nav.primary > ul > li > ul > li label[title="About Us"]:before{
		content:"\f05a";
	}
	nav.primary > ul > li > ul > li label[title="Join Us"]:before{
		content:"\f0c1";
	}
	#body > section.banner{
		padding:20px;
	}
	#body > section.banner h2{
		padding-top:0px;
		padding-bottom:60%;
	}
	#body > section.banner .container{
		background-size:80%;
	}
	#body > section.banner a.btn{
		margin-bottom:10px;
		margin-top:10px;
	}
	#body > section{
		padding:20px;
	}
	#body > section.tile ul li{
		float:none;
		width:calc(100% - 0px);
		margin:0 0 20px;
	}
	#body > section.tile ul li .category-header:before{
		height:130px;
	}
	#body > section.tile ul li a{
		padding:20px 0;
	}
	#body > section.partner ul li{
		float:none;
		width:auto;
		padding:10px 0 0;
	}
	#body > section.partner h2{
		text-align:center;
		padding-bottom:10px;
	}
	#body > section.partner ul li a{
		padding:0 0 40px;
	}
	footer section{
		padding:20px;
	}
	footer section > nav{
		width:100%;
		float:none;
		padding:0 0 40px;
		border:none;
	}
	footer section nav h2{
		font-size:18px;
	}
	footer section nav ul li a{
		font-size:14px;
		display:block;
		padding:15px;
		background:#3a485a;
	}
	footer section nav a.btn{
		padding:20px 40px;
		font-size:18px;
		font-family: 'open_sanslight', sans-serif, Helvetica, Arial;
	}
	footer section > nav:last-of-type{
		padding:0;
	}
	.training #body > section.banner .container{
		background-position:center 70px;
	}
	.training #body > section.tile ul li{
		width:calc(100% - 40px);
		font-size:18px;
		line-height:30px;
	}
	#body > section .accordion label + .content ul li, #body > section.content ul li, .download #body > section.banner ul li, #body > section h2 + span, #body > section.tile ul li .category-header span, #body > section p, #body > section.banner p{
		font-size:18px;
		line-height:30px;
	}
	button, .btn{
		padding:20px 40px;
		font-size:18px;
		font-family:'open_sanslight', sans-serif, Helvetica, Arial;
	}
	footer section nav ul li a{
		font-size:16px;
	}
	table td{
		font-size:16px;
		line-height:24px;
	}
	table td .green:before, table td .red:before, table td .yellow:before{
		margin:15px auto auto;
	}
	.container iframe{
		width:100% !important;
	}
	.download #body > section.banner h2{
		padding-bottom: 65%;
	}
	.download #body > section.banner .container{
		background-position:center 50px;
	}
	.download #body > section.banner label{
		text-align:left;
		font-size:24px;
		padding-bottom:30px;
		padding-top:20px;
		line-height:30px;
	}
	.download #body > section.grey .container button, input[type="text"], input[type="password"], input[type="email"], textarea{
		padding:20px;
		font-size:18px;
		font-family:'open_sanslight', sans-serif, Helvetica, Arial;
		width:calc(100% - 40px);
	}
	.download #body > section.grey .container button{
		display:block;
		width:calc(100% - 0px);
		margin-bottom:20px;
	}
	table td .btn{
		text-align:center;
	}
	.inner #body > section.banner h2{
		padding-bottom:20px;
	}
	#body > section .accordion label{
		font-size:18px;
		line-height:20px;
	}
	textarea{
		height:200px;
	}
	#body .blog-list > ul > li{
		width:calc(100% - 30px);
		float:none;
		margin-right:0;
	}
	#body > section.content ul.our-strength li .col{
		width:calc(100% - 30px);
		float:none;
		margin:0 0 20px;
	}
	#body > section.content ul.our-strength li .col:before{
		font-size:16px;
	}
	#body > section.content ul.our-strength li .col:after{
		height:calc(100% - 40px);
		top:40px;
	}
	#body > section.content ul.our-strength li{
		padding-bottom:20px;
	}
	#body > section.content ul.our-strength li .feature{
		font-family: 'open_sansregular', sans-serif, Helvetica, Arial;
	}
	#body > section.content ul.our-service li .content a{
		display:block;
		text-align:center;
		padding-left:0;
		padding-right:0;
	}

}
