﻿/* ARTICLE-CONTENT */
article h2{
	font-size: 40px;
	line-height: 40px;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
  margin-top: 0px;
	margin-bottom: 20px;
  color: #ffffff !important;
  padding: 5px 25px;
  background: linear-gradient(to left, #99cc33 0%, #7aab17 100%);
}
article h4{
	font-family: linottesemibold;
	margin-top: 12px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 20px;
  color: #3fd7ff;
}
article h3{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}
article h3 b{
	font-weight: 600;
}
article .content {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Ubuntu', sans-serif;
    color: #333333;
    width: 90%;
    margin: 0 auto;
}
article .content ul{
    list-style-type: none;
	padding-left: 25px;
}
article .content li{
	display: table;
	padding-left: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 9px;
	background-image: url(images/icons/BlokGray.png);
}
article .table tr.success td{
	background-color: #cce8f5 !important;
	font-weight: 600;
}
article .table tr.active td{
	background-color: #f5f5f5 !important;
	font-weight: 600;
}
@media screen and (max-width: 425px) {
    article h2{
      text-align: left;
      font-size: 30px;
      line-height: 30px;
      padding: 5px 5%;
    }
    article h4{
      margin-top: -35px;
      font-size: 40px;
      line-height: 0px;
      font-weight: 500;
      color: #3fd7ff;
      margin-bottom: 0px;
    }
    article .content{
      font-size: 16px;
    }
    article .content ul {
      padding-left: 0px;
    }
    .img-50-left {
      width: 100%;
    }
    .img-50-right {
      width: 100%;
    }
    .img-25-left {
      width: 100%;
    }
    .img-25-right {
      width: 100%;
    }
}
/* IMAGE POSITIONS */
.img-100-center{
	padding-left: 0px;
	padding-right: 0px;
 	width: 100%;
    margin-bottom: 20px;
}
.img-50-left{
	width: 50%;
	margin-bottom: 16px;
	margin-right: 16px;
	margin-left: 5%;
	display: block;
	float: left;
}
.img-50-right{
	width: 50%;
	margin-bottom: 16px;
	margin-left: 16px;
  margin-right: 5%;
	display: block;
	float: right !important;
}
.img-25-left{
	width: 25%;
	margin-bottom: 16px;
	margin-right: 16px;
	margin-left: 5%;
	display: block;
	float: left;
}
.img-25-right{
	width: 25%;
	margin-bottom: 16px;
	margin-left: 16px;
  margin-right: 5%;
	display: block;
	float: right;
}
.img-in-header{
	display: none;
}
@media screen and (max-width: 425px) {
    .img-50-left {
      width: 90%;
    }
    .img-50-right {
      width: 90%;
    }
    .img-25-left {
      width: 90%;
    }
    .img-25-right {
      width: 90%;
    }
}
/* ARTICLE FILES */
.article-file {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 13px;
    padding-right: 8px;
    padding-left: 13px;
    border-bottom-width: 1px;
    line-height: 34px;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}
.article-file .icon{
	font-size: 20px;
	display: inline-block;
	margin-right: 8px;
}
.article-file span{
	display: inline;
	margin-right: 8px;
}
.article-file .name{
  font-weight: 600;
  font-family: 'Open Sans';
  color: #7aab17;
}
.article-file .btn{
  color: #ffffff;
  font-size:16px;
  text-transform:uppercase;
  background: linear-gradient(to left, #99cc33 0%, #7aab17 100%);
  border: none;
  border-radius: 50px;
  transition: 0.5s;
}
