/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* COMMON */
body {
  background: #343434;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.clear-after:after {
  content: '';
  clear: both;
  display: block;
  height: 1px;
  width: 100%;
}

a {
  color: #005082;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

.custom-content {
  font-size: 16px;
  line-height: 24px;
	padding-bottom: 20px;
}

.custom-content p {
  padding-bottom: 20px;
}

.custom-content strong,
.custom-content b {
	font-weight: 700;
}

.custom-content em,
.custom-content i {
	font-style: italic;
}

.custom-content ul {
	list-style-type: disc;
	padding-bottom: 20px;
	padding-left: 20px;
}

.custom-content ol {
	list-style-type: decimal;
	padding-bottom: 20px;
	padding-left: 20px;
}

.custom-content a {
	text-decoration: underline;
}

.custom-content blockquote {
	border-left: 1px solid #eee;
	color: #888;
	font-size: 15px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 35px;
}

.custom-content blockquote:before {
	content: '\201C';
	color: #ddd;
	font-family: Arial, sans-serif;
	font-size: 100px;
	left: -40px;
	position: absolute;
	top: 30px;
}

.custom-content h1,
.custom-content h2,
.custom-content h3,
.custom-content h4,
.custom-content h5,
.custom-content h6 {
	color: #005081;
	font-weight: 700;
	padding-bottom: 20px;
}

.custom-content h1 {
	font-size: 30px;
}

.custom-content h2 {
	font-size: 24px;
}

.custom-content h3 {
	font-size: 18px;
	font-weight: 400;
}

.custom-content h4 {
	font-size: 17px;
}

.custom-content h5 {
	font-size: 16px;
	font-weight: 400;
}

.custom-content h6 {
	font-size: 14px;
	font-weight: 400;
}

.custom-content .alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.custom-content .alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.read-more {
  color: #005081;
  font-size: 13px;
}

.read-more:after {
  content: '';
  background: url('../img/sprite-blog.png') -200px 0;
  display: inline-block;
  height: 17px;
  margin-left: 10px;
  vertical-align: middle;
  width: 17px;
}

.read-more:hover {
  color: #ff6e00;
}

.read-more:hover:after {
  background-position: -200px -25px;
}

/* HEIMDAL HEADER & FOOTER */
.heimdal-header {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #ddd;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height:100px;
}

.heimdal-header a {
  font-family: 'Roboto', sans-serif;
}

.heimdal-header .placeholder {
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
  width: 1020px;
  padding: 25px 30px 0 30px;
}

.heimdal-header .logo {
  float: left;
  /* margin-right: 15px;
  padding-top: 5px; */
}
.logo img {
  max-width:150px;
  height:auto;
}
#header-menu {
  padding-top:8px;
}
.heimdal-header ul {
  float: left;
}
.heimdal-header li:first-child {
  padding-left:50px;
}
.heimdal-header li {
  float: left;
  position:relative;
}
.heimdal-header li.has-dropdown:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  content: "\f0d7";
  color: #004f81;
  font-size:13px;
}
.header-nav-dropdown {
  display:none;
  position: absolute;
  min-width: 150px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  display: none;
  top: 100%;
  z-index: 1100;
  margin-left: -10px;
}
li.has-dropdown:hover > ul{
	display:block;
}
.header-nav-dropdown li {
  float:none;
  padding:0 !important;
  margin-left:10px;
  height:30px;
  line-height:30px;
}
.heimdal-header li a {
  /* color: #777; */
  /* display: block; */
  font-size: 13px;
  /*padding: 30px 15px;*/
  text-decoration: none;
  padding: 5px 0 0 20px;
  color: #004f81;
  text-transform: uppercase;
  font-weight:500;
}

.heimdal-header li a:hover {
  /* color: #ff6e00; */
  text-decoration: underline;
}

.heimdal-header li a.selected {
  color: #666;
}

.heimdal-header .extra-link {
  background: #999;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}

.heimdal-header .extra-link:after {
  content: ' \2193';
}

.heimdal-header.open .extra-link:after {
  content: ' \2191';
}

.heimdal-header .extra-link.red {
  background-color: #ff2a2c;
}

.heimdal-header .extra-link:hover {
  background: #ff6e00;
}

.data-leakage {
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f2f2 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f2f2f2 0%,#e5e5e5 100%); /* W3C */
  display: none;
  overflow: hidden;
  padding: 15px 0;
}

.data-leakage .placeholder {
  font-family: 'MaxLF-Book', 'Roboto', sans-serif;
  min-height: 145px;
}

.data-leakage .placeholder:before {
  content: '';
  background: url('../img/sprite-header-footer.png') no-repeat;
  display: block;
  height: 145px;
  position: absolute;
  right: 70px;
  top: 0;
  width: 120px;
}

.data-leakage .close {
  background: url('../img/sprite-header-footer.png') -200px 0;
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

.data-leakage .check-button {
  background: #ff2a2c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px 0;
  color: #fff;
  float: right;
  margin-right: 190px;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 1px;
  text-transform: uppercase;
  width: 180px;
}

.data-leakage .title {
  color: #ff0000;
  display: block;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 20px;
}

.data-leakage .subtitle {
  color: #555;
  font-size: 23px;
}

.data-leakage p {
  color: #555;
  font-size: 14px;
}

.data-leakage p strong {
  font-family: 'MaxLF-Bold', 'Roboto', sans-serif;
}

.heimdal-footer {
  background: #666666; /* Old browsers */
  clear: both;
  width: 100%;
}

.heimdal-footer .placeholder {
  color: #fff;
  font-family: 'MaxLF-Book', 'Roboto', sans-serif;
  margin: 0 auto;
  padding: 15px 0;
  width: 1020px;
}

.heimdal-footer a {
  color: #fff;
  text-decoration: none;
}

.heimdal-footer a:hover {
  text-decoration: underline;
}

.heimdal-footer .column {
  float: left;
  font-size: 14px;
  padding-bottom: 15px;
  width: 16.66%;
}
.heimdal-footer .column4 {
  float:left;
  font-size: 10px;
  width: 25%;
  font-weight:500;
  font-family:'Roboto',serif;
}
.heimdal-footer .license-links {
  position:relative;
  height:52px;
  bottom:0;
}
.heimdal-footer .license-links a {
  display:inline-block !important;
  padding-right:20px;
  line-height:70px;
}
.heimdal-footer .column2 {
  float:right;
  width:50%;
  text-align:right;
}
.heimdal-footer .social-button {
  height: 52px;
  width: 52px;
  background-color: #ADBBC7;
  border-radius: 4px;
  border-bottom: 2px solid #86A0B9;
  position:relative;
  text-align:center;
  float:right;
  margin-right:10px;
}
.heimdal-footer .social-button a:after {
  content:'';
  display:inline-block;
  position:relative;
  color:#FFFFFF;
  font-family:'FontAwesome';
  font-size:26px;
  line-height:54px;
  width:100%;
}
.social-button a.twitter:after {
  content:"\f099";
}
.social-button:hover > a.twitter:after {
  background-color:#55acee;
  border-radius: 4px;
}
.social-button a.facebook:after {
  content:"\f09a";
}
.social-button:hover > a.facebook:after {
  background-color: #3b5998;
  border-radius:4px;
}
.social-button a.google-plus:after {
  content: "\f0d5";
}

.social-button:hover > a.google-plus:after {
  background-color: #DC4E41;
  border-radius:4px;
}
.social-button a.linkedin:after {
  content:"\f0e1";
}
.social-button:hover > a.linkedin:after {
  background-color: #0077b5;
  border-radius:4px;
}

.heimdal-footer .footer-title {
  color:#DDDDDD;
  position:relative;
  padding-top:20px;
}
.heimdal-footer .footer-title:after {
  border-bottom: 1px solid #848484;
  display: block;
  content: '';
  margin-bottom: 20px;
  margin-right: 40px;
}
.heimdal-footer .column.last {
  text-align: right;
}
.heimdal-footer .column4 a {
  display:block;
}
.heimdal-footer .column a {
  display: block;
}

.heimdal-footer .strong {
  font-family: 'MaxLF-Bold', 'Roboto', sans-serif;
  margin-bottom: 10px;
}

/*.heimdal-footer .facebook:after {
  content: '';
  background: url('../img/sprite-header-footer.png') -300px 0;
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
}*/

.heimdal-footer .info {
  border-top: 1px dotted #bbb;
  clear: both;
  font-size: 13px;
  overflow: hidden;
  padding-top: 15px;
}

.heimdal-footer .info p {
  float: left;
  width: 500px;
}

.heimdal-footer .info .secured-by {
  color: #999;
  float: right;
  font-size: 12px;
  line-height: 18px;
  margin-right: 30px;
}

.heimdal-footer .info .secured-by .icon-lock {
  background: url('../img/sprite-header-footer.png') -400px 0;
  display: inline-block;
  height: 15px;
  position: relative;
  vertical-align: middle;
  top: -2px;
  width: 16px;
}

.heimdal-footer .info .legal {
  float: right;
}

@media(max-width:1039px) {
  .heimdal-header .placeholder {
    padding: 10px;
    width: auto;
  }

  .heimdal-header nav {
    float: right;
  }

  .heimdal-header .extra-link {
    margin-right: 10px;
  }

  .heimdal-header .data-leakage .placeholder {
    min-height: 0;
    padding: 0 10px;
  }

  .heimdal-header .data-leakage .placeholder:before {
    display: none;
  }

  .heimdal-header .data-leakage .check-button {
    bottom: 0;
    margin-right: 0;
    position: absolute;
    left: 620px;
  }

  .heimdal-header .data-leakage .close {
    right: 10px;
  }

  .heimdal-footer .placeholder {
    padding: 15px 10px;
    width: auto;
  }

  .heimdal-footer .info .secured-by {
    clear: right;
    margin-right: 0;
  }
}

@media(max-width:799px) {
  .heimdal-header .placeholder {
    padding: 0px 25px;
  }

  .heimdal-header nav {
    border-bottom: 1px dotted #bbb;
    border-top: 1px dotted #bbb;
    clear: both;
    display: none;
    float: none;
    overflow: hidden;
    padding: 10px;
  }

  .heimdal-header nav li {
    float: none;
  }

  .heimdal-header nav a {
    padding: 10px 0;
  }

  .heimdal-header .extra-link {
    left: 50%;
    margin-left: -100px;
    margin-right: 0;
    padding: 2px 0;
    text-align: center;
    width: 200px;
  }

  .heimdal-header .show-menu-button {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 18px;
    width: 50px;
  }

  .heimdal-header .show-menu-button:before,
  .heimdal-header .show-menu-button:after{
    content: '';
    border-bottom: 2px solid #bbb;
    display: block;
    height: 6px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 30px;
  }

  .heimdal-header .show-menu-button:before {
    border-top: 2px solid #bbb;
    top: 11px;
  }

  .heimdal-header .show-menu-button:after {
    top: 21px;
  }

  .heimdal-header .show-menu-button:hover {
    background: #eee;
  }

  .heimdal-header.menu-open nav {
    display: block;
  }

  .heimdal-header .data-leakage .placeholder {
    padding-bottom: 70px;
    padding-top: 30px;
  }

  .heimdal-header .data-leakage .check-button {
    bottom: 0;
    left: 10%;
    right: auto;
    width: 80%;
  }

  .heimdal-footer .column {
    padding-bottom: 15px;
    width: 100%;
  }

  .heimdal-footer .column .strong {
    margin-bottom: 0;
  }

  .heimdal-footer .info p {
    padding-bottom: 30px;
    width: 100%;
  }

  .heimdal-footer .secured-by,
  .heimdal-footer .legal {
    clear: both;
    padding: 5px 0;
    text-align: center;
    width: 100%;
  }
  .heimdal-footer .column2,
  .heimdal-footer .column4 {
    width:100%;
  }
}

/* THE BLOG */
.blog-placeholder {
  background: #ddd;
  float: left;
  border-top: 100px solid #fff;
  width: 100%;
}

.the-blog {
  background: #fff;
  margin: 0 auto;
  position: relative;
  width: 1020px;
}

.categories-mobile {
  display: none;
}

.breadcrumbs {
  border-bottom: 1px solid #ddd;
  color: #aaa;
  font-size: 10px;
  padding: 20px 30px;
  text-transform: uppercase;
}

.breadcrumbs .item {
  color: #005080;
  margin: 0 10px;
  text-decoration: none;
}

.breadcrumbs .item:hover {
  text-decoration: underline;
}

.breadcrumbs .item:first-child {
  margin-left: 0;
}

.breadcrumbs .item.selected {
  color: #666;
  cursor: default;
  text-decoration: none;
}

.breadcrumbs strong {
  color: #000;
}

.main-content {
  border-right: 1px solid #cbcbcb;
  float: left;
  width: 639px;
}

.articles .item {
  border-top: 1px solid #ddd;
  padding: 20px 30px;
}

.articles .item:first-child {
  border-top: 0;
}

.articles .item .title {
  color: #005081;
  font-family: 'Roboto Slab';
  font-size: 32px;
  line-height: 37px;
}

.articles .item .title a {
  color: #005081;
}

.articles .item .title a:hover {
  color: #ff6e00;
}

.articles .item .share {
  padding: 15px 0 30px 0;
}

.articles .item .share .button {
	float: left;
	position: relative;
	width: 120px;
}

.articles .item .share .button.facebook {
	top: -2px;
}

.articles .item .user-info {
  float: left;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

.articles .item .user-info > a {
  display: block;
  margin-bottom: 20px;
}

.articles .item .user-info .image {
  background: url('../img/sprite-blog.png');
  height: 80px;
  margin: 0 auto 10px auto;
  width: 80px;
}

.articles .item .user-info .image img {
  display: block;
  height: 100%;
  width: 100%;
}

.articles .item .user-info .name {
  color: #000;
  display: block;
  font-size: 13px;
}

.articles .item .user-info a:hover .name {
  text-decoration: underline;
}

.articles .item .user-info .description {
  color: #666;
  display: block;
  font-size: 10px;
  line-height: 14px;
}

.articles .item .user-info .profile a {
  background: url('../img/sprite-blog.png');
  border: 10px solid #fff;
  display: block;
  height: 25px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -500px;
  width: 25px;
}

.articles .item .user-info .profile .twitter {
  background-position: -100px 0;
}

.articles .item .user-info .profile .linkedin {
  background-position: -100px -75px;
}

.articles .item .user-info .profile .gplus {
  background-position: -100px -25px;
}

.articles .item .user-info .profile .twitter:hover {
  background-position: -125px 0;
}

.articles .item .user-info .profile .linkedin:hover {
  background-position: -125px -75px;
}

.articles .item .user-info .profile .gplus:hover {
  background-position: -125px -25px;
}

.articles .item .article-content {
  margin-left: 130px;
}

.articles .item .article-image img {
  width: 100%;
}

.articles .item .article-content .article-info {
  color: #666;
  display: block;
  font-size: 10px;
  line-height: 20px;
  padding: 5px 0 20px 0;
  text-transform: uppercase;
}

.articles .item .article-content .article-info a {
  color: #005081;
}

.articles .item .article-content .article-info a:hover {
  text-decoration: underline;
}

.pagination {
  background: #f6f6f6;
  height: 80px;
  overflow: hidden;
  padding: 0 30px;
}

.pagination .placeholder {
  border-top: 1px solid #ddd;
}

.pagination .page-numbers {
  border-top: 1px solid transparent;
  color: #005081;
  float: left;
  font-size: 10px;
  height: 80px;
  padding: 20px 10px 0 10px;
  position: relative;
  text-transform: uppercase;
  top: -1px;
  vertical-align: top;
}

.pagination a.prev,
.pagination a.next {
  padding: 20px;
}

.pagination a span {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin: 0 5px;
  position: relative;
  vertical-align: top;
  top: -8px;
}

.pagination a:hover {
  background: #eee;
  border-color: #000;
}

.pagination .current {
  border-color: #000;
  color: #000;
}

.sidebar {
  float: right;
  width: 380px;
}

.strapline {
  background: #ededed;
  border-bottom: 1px solid #cbcbcb;
  padding: 30px;
}

.strapline .placeholder {
  background: #2f7cbb;
  border-bottom: 2px solid #236cb5;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  position: relative;
  text-align: left;
}

.strapline .placeholder div {
	overflow: hidden;
	position: relative;
}

.strapline .placeholder:after {
  content: '';
  border: 7px solid transparent;
  border-top: 7px solid #2f7cbb;
  bottom: -14px;
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
}

.strapline .placeholder span {
	display: inline-block;
	position: relative;
	width: 190px;
}

.categories {
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(left,  #d7d7d7 0%, #eeeeee 10%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d7d7d7), color-stop(10%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #d7d7d7 0%,#eeeeee 10%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #d7d7d7 0%,#eeeeee 10%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #d7d7d7 0%,#eeeeee 10%); /* IE10+ */
  background: linear-gradient(to right,  #d7d7d7 0%,#eeeeee 10%); /* W3C */
}

.categories a {
  color: #005082;
  display: block;
  font-size: 13px;
  left: -1px;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
}

.categories a:before {
  content: '';
  background: #ddd; /* Old browsers */
  background: -moz-linear-gradient(left,  #cbcbcb 0%, #ddd 10%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cbcbcb), color-stop(10%,#ddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #cbcbcb 0%,#ddd 10%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #cbcbcb 0%,#ddd 10%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #cbcbcb 0%,#ddd 10%); /* IE10+ */
  background: linear-gradient(to right,  #cbcbcb 0%,#ddd 10%); /* W3C */
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.categories a:hover,
.categories a.selected {
  background: #fff;
}

.search,
.subscribe,
.connect,
.top-read {
  background: #e0e0e0; /* Old browsers */
  background: -moz-linear-gradient(left,  #c8c8c8 0%, #e0e0e0 10%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c8c8c8), color-stop(10%,#e0e0e0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #c8c8c8 0%,#e0e0e0 10%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #c8c8c8 0%,#e0e0e0 10%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #c8c8c8 0%,#e0e0e0 10%); /* IE10+ */
  background: linear-gradient(to right,  #c8c8c8 0%,#e0e0e0 10%); /* W3C */
  padding: 30px;
}

.search .title,
.subscribe .title,
.connect .title,
.top-read .title {
  font-size: 10px;
  text-transform: uppercase;
}

.search .placeholder,
.subscribe .placeholder {
  margin-top: 10px;
  position: relative;
}

.search input[type=text],
.subscribe input[type=text],
.subscribe input[type=email] {
  background: #fff;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  padding: 15px;
  padding-right: 60px;
  width: 100%;
}

.search input[type=text]:focus,
.subscribe input[type=text]:focus,
.subscribe input[type=email]:focus {
	border-color: #ff6e00;
	outline: 0;
}

.search button,
.subscribe button {
  background: #12202b;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.search button:hover,
.subscribe button:hover {
  background-color: #ff6e00;
}

.search button .icon-search {
  background: url('../img/sprite-blog.png') -200px -50px;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 15px;
}

.subscribe,
.connect,
.top-read {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left,  #e4e4e4 0%, #ffffff 10%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4e4e4), color-stop(10%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #e4e4e4 0%,#ffffff 10%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #e4e4e4 0%,#ffffff 10%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #e4e4e4 0%,#ffffff 10%); /* IE10+ */
  background: linear-gradient(to right,  #e4e4e4 0%,#ffffff 10%); /* W3C */
  border-top: 1px solid #ddd;
}

.subscribe input[type=text] {
  padding-right: 115px;
}

.subscribe button {
  width: 100px;
}

.subscribe .error {
	color: red;
	display: none;
	font-size: 11px;
	padding: 10px 0 0 0;
}

.subscribe .error.success {
	color: green;
}

.subscribe .mce_inline_error {
	bottom: -20px;
	left: 0;
	position: absolute;
}

.connect .title,
.top-read .title {
  display: block;
  padding-bottom: 10px;
}

.connect .placeholder {
  margin: 0 auto;
  overflow: hidden;
  width: 315px;
}

.connect .placeholder .item {
  background: url('../img/sprite-blog.png');
  border: 9px solid #eee;
  float: left;
  height: 45px;
  overflow: hidden;
  text-indent: -500px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 45px;
}

.connect .placeholder .item.facebook {
  background-position: 0 -200px;
}

.connect .placeholder .item.twitter {
  background-position: -50px -200px;
}

.connect .placeholder .item.gplus {
  background-position: -100px -200px;
}

.connect .placeholder .item.linkedin {
  background-position: -150px -200px;
}

.connect .placeholder .item.rss {
  background-position: -200px -200px;
}

.connect .placeholder .item.facebook:hover {
  border-color: #3b5998;
}

.connect .placeholder .item.twitter:hover {
  border-color: #0066ff;
}

.connect .placeholder .item.gplus:hover {
  border-color: #dc4a38;
}

.connect .placeholder .item.linkedin:hover {
  border-color: #0097bd;
}

.connect .placeholder .item.rss:hover {
  border-color: #ff6600;
}

.banner {
  position: relative;
}

.banner img {
  display: block;
  max-width: 100%;
}

.banner .additional-link {
  background: url('../img/blank.gif');
  display: block;
  position: absolute;
}

.top-read .item {
  font-size: 13px;
  padding: 0 0 15px 30px;
  position: relative;
}

.top-read .item.last {
  padding-bottom: 0;
}

.top-read .item a {
  color: #005082;
}

.top-read .item a:hover {
  text-decoration: underline;
}

.top-read .item:before {
  color: #005082;
  display: block;
  font-size: 26px;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: -3px;
}

.top-read .item1:before {
  content: '1';
}

.top-read .item2:before {
  content: '2';
}

.top-read .item3:before {
  content: '3';
}

.top-read .item4:before {
  content: '4';
}

.top-read .item5:before {
  content: '5';
}

.top-read .item:hover:before {
  color: #ff6e00;
}

.detailed-user-info {
  background: #f6f6f6;
  overflow: hidden;
}

.detailed-user-info .placeholder {
  border-top: 1px solid #ddd;
  margin-left: 160px;
  padding: 30px 30px 30px 0;
  position: relative;
}

.detailed-user-info .placeholder .image {
  background: url('../img/sprite-blog.png');
  height: 80px;
  left: -110px;
  position: absolute;
  top: 30px;
  width: 80px;
}

.detailed-user-info .name {
  color: #666;
  display: block;
  font-size: 21px;
  padding-bottom: 10px;
}

.detailed-user-info .follow {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.detailed-user-info .location {
  color: #666;
  font-size: 13px;
}

.detailed-user-info .description {
  display: block;
  font-size: 13px;
  padding: 10px 0;
}

.detailed-user-info .url a {
  color: #005082;
  font-size: 13px;
}

.detailed-user-info .url a:hover {
  text-decoration: underline;
}

.nothing-found {
  background: #f6f6f6;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}

.nothing-found strong {
  font-weight: 700;
}

.disqus-comments {
  padding: 15px;
}

.other-articles {
  background: #f6f6f6;
  padding: 20px;
}

.other-articles .placeholder {
  overflow: hidden;
}

.articles .other-articles .item {
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 33.33%;
}

.articles .other-articles .item img {
  max-width: 100%;
}

.articles .other-articles .item .title {
  font-size: 13px;
  line-height: 18px;
  padding: 5px 0;
}

.articles .other-articles .item .title:hover {
  color: #ff6e00;
}

/* TABLET & MOBILE VERSIONS */
@media(max-width: 1039px) {
  .blog-placeholder {
    border-top: 102px solid #fff;
  }

  .the-blog {
    margin: 0 10px;
    width: auto;
  }

  .main-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -380px;
    padding-right: 380px;
    width: 100%;
  }

  .articles .item .share {
    padding-bottom: 0;
  }

  .articles .item .user-info {
    float: none;
    overflow: hidden;
    padding: 20px 0;
    width: auto;
  }

  .articles .item .user-info .image {
    display: block;
		height: 32px;
		margin: 0 auto 10px auto;
		width: 32px;
  }

  .articles .item .user-info > a {
    margin-bottom: 0;
    margin-top: 5px;
  }

	.articles .item .user-info .profile.first {
		clear: both;
	}

	.articles .item .user-info .profile {
		float: left;
		width: 33.33%;
	}

  .articles .item .article-content {
    margin-left: 0;
  }

  .sidebar {
    float: right;
  }

  .detailed-user-info .location {
    display: block;
  }

  .articles .other-articles .item {
    float: none;
    overflow: hidden;
    padding: 20px 10px;
    width: auto;
  }

  .articles .other-articles .item img {
    float: left;
    height: 50px;
    margin-right: 15px;
  }
}

@media(max-width: 799px) {
  body {
    min-width: 320px;
  }

  .blog-placeholder {
    /*border-top: 81px solid #fff;*/ /*VOTE FOR HEIMDAL */
  }

  .the-blog {
    margin: 0;
    padding-top: 136px;
  }

  .main-content {
    border-right: 0;
    float: none;
    margin: 0;
    padding: 0;
  }

  .categories-mobile {
    display: block;
    font-size: 16px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
  }

	.articles .item .share .button {
		height: 30px;
		padding-top: 10px;
	}

  .sidebar {
    float: none;
    width: auto;
  }

  .strapline {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

	.strapline .placeholder {
		text-align: center;
	}

	.strapline .placeholder span {
		display: block;
		width: auto;
	}

  .categories {
    display: none;
  }

  .connect {
    background: #eee;
    padding: 30px 0;
  }

  .connect .title {
    text-align: center;
  }

  .banner {
    padding: 20px 0;
    text-align: center;
  }

  .banner img {
    display: inline-block;
    max-width: 90%;
  }

  .detailed-user-info .placeholder {
    margin-left: 0;
    padding: 30px;
  }

  .detailed-user-info .placeholder .image {
    display: block;
    padding-bottom: 10px;
    position: static;
  }

  .detailed-user-info .placeholder .image img {
    display: block;
    height: 100%;
    width: 100%;
  }
}

/* WIDE VERSION */
@media(min-width: 1160px) {
  .heimdal-header .placeholder {
    width: 1140px;
  }

  .data-leakage .check-button {
    margin-right: 240px;
    position: relative;
    top: -25px;
  }

  .the-blog {
    width: 1140px;
  }

  .main-content {
    width: 759px;
  }

  .heimdal-footer .placeholder {
    width: 1140px;
  }
}

#wpstats {
  bottom: 0;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

/* SUBSCRIBE POPUP */
.subscribe-popup {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.subscribe-popup .background {
  background: #000;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.subscribe-popup > .placeholder {
  background: url('../img/popup.png') no-repeat bottom right #eee;
  font-family: 'Roboto', sans-serif;
  margin: 140px auto 0 auto;
  max-width: 570px;
  position: relative;
  top: -1000px;
  z-index: 10000;
}

.subscribe-popup .background,
.subscribe-popup > .placeholder {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.subscribe-popup.visible .background {
  opacity: 0.95;
}

.subscribe-popup.visible > .placeholder {
  top: 0;
}

.subscribe-popup .close {
  background: #2c2c2c;
  color: #acacac;
  display: block;
  font-size: 11px;
  height: 29px;
  line-height: 11px;
  position: absolute;
  padding: 20px 0 0 20px;
  right: 0;
  top: -49px;
  width: 113px;
}

.subscribe-popup .close:after {
  content: '';
  background: url('../img/sprite-blog.png') 0 -300px;
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 14px;
}

.subscribe-popup .close:hover {
  background: #666;
}

.subscribe-popup .subtitle {
  background: #005081;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 20px 30px;
}

.subscribe-popup > .placeholder > .title {
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 30px;
}

.subscribe-popup ul {
  color: #005081;
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
}

.subscribe-popup li {
  padding-bottom: 10px;
  position: relative;
}

.subscribe-popup li:before {
  content: '';
  background: url('../img/sprite-blog.png') -100px -300px;
  height: 7px;
  left: -15px;
  position: absolute;
  top: 7px;
  width: 10px;
}

.subscribe-popup .subscribe {
  background: none;
  border:  none;
  padding-top: 20px;
}

.subscribe-popup .subscribe .title {
  font-weight: 700;
}

.subscribe-popup .subscribe input[type=email] {
  font-size: 14px;
  margin: 0;
}

.subscribe-popup .note {
  display: block;
  font-size: 11px;
  font-weight: 700;
  padding: 30px;
  padding-top: 0;
}

@media (max-width: 590px) {
  .subscribe-popup > .placeholder {
    margin: 59px 10px 10px 10px;
  }
}

/* GO TO TOP */
.go-to-top {
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  bottom: 30px;
  color: #fff;
  font-size: 11px;
  height: 70px;
  opacity: 0;
  position: fixed;
  right: -100px;
  text-align: center;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 70px;
  z-index: 9000;
}

.go-to-top.visible {
  opacity: 0.8;
  right: 30px;
}

.go-to-top:before {
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: block;
  height: 0;
  margin: 8px auto 10px auto;
  width: 0;
}

.go-to-top:hover {
  background: #005081;
}

.go-to-top.visible-depending-on-footer {
  bottom: 180px;
}

@media (max-width: 799px) {
  .go-to-top {
    display: none;
  }
}

/* EUROPEAN SECURITY BLOGGER AWARDS */
.vote-for-heimdal {
	background: url('../img/European_Security_Blogger_Awards_2016.png');
    margin: 0 auto;
    color: #FFF;
	text-align:center;
	max-width:1140px;
	width:100%;
}
.vote-for-heimdal a {
	display:block; 
	color:#FFF; 
	text-decoration:none;
}
.vote-for-heimdal .black {
	font-family:'Roboto'; 
	font-weight:900; 
	font-size:36px; 
	line-height:40px; 
	padding-top: 25px
}
.vote-for-heimdal .light {
	font-family:'Roboto'; 
	font-weight:300; 
	font-size:36px; 
	line-height:40px; 
	padding-bottom: 25px;
}
@media (max-width:731px) {
	.vote-for-heimdal .black,
	.vote-for-heimdal .light {
		font-size: 28px;
		line-height:32px;
	}
}
@media (max-width:405px) {
	.vote-for-heimdal .black,
	.vote-for-heimdal .light {
		font-size: 21px;
		line-height:25px;
	}
}