/* Move the main background image for better read */
.hc-portal-background-image {
  background-position: 0% -45% !important;
}

/* Improve logo rendering for mobile devices */
@media print, screen and (max-width: 64em) {
  .header__navigation__menu-container--logo a img {
      max-height: 40px !important;
      min-width: 40px !important;
  }
  
  .header__navigation .title-bar {
    padding-left: 1rem;
    padding-right: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;    
  }
}

/* Hack to avoid scrolls bars arround gliffy diagrams */
iframe.gliffy-html5-container.full-width {
  display: none
}

/* Change default text color */
body {
  color: rgb(0, 33, 71);
}

/* Increase the CTA button size */
.button.hollow.primary:not(.cookiesAccepted) {
  font-size: 16px !important;
  padding: 4px !important;
}

/* Improve cookies look and feel */
#cookies {
  width: 350px;
  padding-bottom: 0px !important;
}

#cookies>h3 {
  font-size: 1.2rem !important;
}

#cookies>p {
  font-size: 0.8rem !important;
  margin-bottom: 1rem !important;
}

.button--white-on-black span:hover {
  color: rgb(255,255,255) !important;
}


/* Change the space overview title */
.space-overview__detail__intro--description {
  color: rgb(22, 87, 136);
}

.space-overview__content__heading h2 {
  color: rgb(198, 12, 48);
}

/* Articles */
/*
.tile {
  background-color: transparent;
}

.tile:hover,
.tile:active,
.tile:focus {
  box-shadow:0 0 5px 0 #dfe1e6;
  background-color: transparent;
}
*/
/* Articles */
.tile { 
  background-color: #fff !important;
  background-clip: border-box !important;
  border: .0625rem solid rgba(231,234,243,.7) !important;
  border-radius: .50rem !important;
  box-shadow: 0 6px 12px rgba(140,152,164,.075) !important;
  transition: 0.3s !important;
  min-width: calc(45%);
  padding: 26px;
}

.tile:hover {
  background-color: #fff !important;
  box-shadow: 0 6px 12px rgba(140,152,164,.25) !important;
}

/* Add right margin to space correctly the image and the content */
.tile--compact img {
  margin-right: 10px;
}

/* Increase the footer logo size */
.footer__logo {
  max-width: 200px;
  margin-right: 24px;
}

.footer__links--separator {
  visibility: hidden;
}

.footer__links--separator:after {
  content:'-'; 
  visibility: visible;
}

/* Social footer */
.socials-footer-title {
  display: inline;
  font-size:14px;
  font-weight: bold;
  text-transform: uppercase;
  //margin-bottom: 20px;
}

ul.socials-footer {
  padding: 0;
  margin: 0;
}

ul.socials-footer li {
	display: inline-block;
	vertical-align: top;
	margin: 3px;
}

ul.socials-footer li a {
	display: inline-block;
	width: 35px;
	height: 35px;
}

ul.socials-footer li a.sbg {
	background: url('../images/sprite-icons.png') -65px -155px;
}

ul.socials-footer li a.sbg:hover {
	background: url('../images/sprite-icons.png') -120px -155px;
}

ul.socials-footer li a.twitter {
	background: url('../images/sprite-icons.png') -10px -155px;
}

ul.socials-footer li a.twitter:hover {
	background: url('../images/sprite-icons.png') -178px -10px;
}

ul.socials-footer li a.linkedin {
	background: url('../images/sprite-icons.png') -10px -100px;
}

ul.socials-footer li a.linkedin:hover {
	background: url('../images/sprite-icons.png') -65px -100px;
}

ul.socials-footer li a.youtube {
	background: url('../images/sprite-icons.png') -178px -65px;
}

ul.socials-footer li a.youtube:hover {
	background: url('../images/sprite-icons.png') -120px -100px;
}
