.logo-mobile {
	height:16px;
} 

.logo-desktop {
	height:40px; 
	margin:5px; 
	float:left;
	position: relative;
	top: 50%;
	transform: translateY(30%);
} 


.home-icon {
	height:16px; 
	width:16px;
	margin-bottom:5px;
}

.language-code {
	font-weight: normal; display:inline-block;
}

.language-code-selected {
	text-decoration: underline;	
}

.hamburger-sign {
	float:right;
}

.kebab-sign {
	height:16px; 
	width:16px;
}

.footer {
	display: block;
	background-color: #484646;
	color: white; 
	margin-left:1px;
	clear: both;
}

.footer a {
	text-decoration: none;	
}

.footer .footer-container {
	padding-bottom: 50px; 
	padding-top: 50px; 
	position: relative;
}
	
.footer .disclaimer {
	font-size: 11px;
	position: absolute;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.footer .email {
	font-size: 11px;
	position: absolute;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.footer .email img {
	border: 0px; 
	width: 20px; 
	height: 11px;
}



.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#container {
  text-align: justify;
  padding-left:20px;
  padding-right:20px;
}
#container > div {
  display: inline-block;
  vertical-align: top;

  /* IE fix. */
  *display: inline;
  zoom: 1;
}
#container:after {
  content: "";
  width: 100%;
  display: inline-block;
}

.mobile-version-slogan {
	display:none !important;
}

.card-selected:hover > img {
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.product-selected:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}


.country-profiles-list {
	width: 100%; 
	height: 50vh; 
	display: flex !important; 
	flex-wrap: wrap; 
	flex-direction: column;
}

.article-container {
	background-color: white;
	display: flex;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}

.article-row {
  display: flex;
  width:100%;
}

.article-description-column {
  flex: 60%;
  position: relative;
  display: flex;
  flex-flow:column;
  height:100%;
}

.article-visual-column {
  flex: 40%;
}

.article-visual-column a {
	display:flex;
	justify-content:center;
	text-decoration:none;
}

.article-visual-column a img{
	width: 300px;
	padding-left:10px;
}

.article-intro-row {
	flex: 0 1 auto;
}

.article-type {
	color:#ED1575;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:0px;
}

.article-intro {
	display: block;
	color:#494949;
	font-size:15px;
	letter-spacing:-1px;
	text-decoration:none;
}

.article-title {
	display: block;
	color:black;
	font-size:18px;
	font-weight:900;
	letter-spacing:-1px;
	margin-bottom:20px;
	text-decoration:none;
}

.article-info-row {
	flex: 1 1 auto;
	display: flex;
	padding-top:30px;	
}

.article-info {
	left:0;
	width:100%;
	display:inline-block;
	align-self:flex-end;
}

.article-publishing-date {
	float:left;
	color:#494949;
	font-size:12px;
	letter-spacing:-1px;
}

.article-read-full-story {
	float:right;
}

.article-read-full-story a {
	text-decoration:underline;
	color:black;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;	
}

.secondary-product-container{
	background-color:#D0E9F6;
	display:flex;
	padding:20px;	
}
.desktop-slogan{
	flex: 45%;
}

.desktop-slogan-primary {
	color:#494949;
	font-weight: bold;
	margin-bottom:20px;
	font-size:18px;
}

.desktop-slogan-secondary {
	color:#494949;
	font-size:16px;
}

.desktop-slogan-secondary {
	
}


.secondary-products{
	flex: 55%;
}
.secondary-products a{
	float:right;
	font-size:15px;
	padding:3px;
	text-decoration:none;
	border:1px solid lightgray;
	border-radius:5px;
	background-color:white;
	margin:5px;
	display:inline-block;
	height:130px;
	width:120px;
}
.secondary-product-description {
	text-align:center;
	height:90px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#494949;
	font-size:15px;	
}
.secondary-product-image-container{
	display:inline-block;
}
.secondary-product-image {
	height:30px;
	float:right;
	filter: invert(30%) sepia(97%) saturate(1017%) hue-rotate(178deg) brightness(98%) contrast(78%);
}

.primary-product-center a {
	text-decoration: none;	
}
.primary-product-center img {
	width:200px;
	margin-bottom:10px;
	border:1px solid lightgray;
}
.primary-product-center .primary-product-upper {
	margin-top:20px;
}
.primary-product-center .primary-product-lower {
	margin-top:50px;
}
.primary-product-center .product-name{
	text-decoration:none;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#494949;
	font-size:14px;
}








/* Modal Content/Box */
.modal-content {
	background-color: darkgreen; /*#fefefe;*/
	color: white;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
	border: 1px solid lightgrey;
	border-radius: 10px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}

.btn-n {
	background-color: green;
	color: white;
}

	.btn-n:hover,
	.btn-n:focus {
		background-color: darkgreen;
		text-decoration: none;
		cursor: pointer;
	}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}







@media only screen and (max-width: 1100px) {
	.desktop-slogan{
		flex: 40%;
	}
	.primary-product-center .primary-product-lower {
		margin-top:20px;
	}	
	.secondary-products{
		flex: 60%;
	}
}

@media only screen and (max-width: 930px) {
	.country-profiles-list li {
		width: 30%;
	}

	.mobile-version-slogan {
		display: block !important;
		color:#494949;
		font-weight: bold;
		font-size:15px;
		text-align: center;
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
	}

	.article-description-column {
	  flex: 100%;
	}
	.article-visual-column {
	  display:none;
	}
	.secondary-product-container{
		width:100%;
	}	
	.desktop-slogan{
		display: none;
	}
	
	.secondary-products{
		display: flex;
		flex-flow: row wrap; 
		justify-content: center;
		align-items: center;
	}

	.secondary-products a {
		float:none;
		display: flex;
		justify-content: center;
		align-items: center;
		width:200px;
		height:100px;
	}
	.secondary-product-image {
		height:50px;
		float: none;
		display:inline-block;
		margin-left: 10px;
	}

	.secondary-product-image-container{
		display:inline-block;
	}
	.secondary-product-description{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	
}


@media screen and (max-width: 800px) {
	.modal-content {
		width: 80%;
	}
}


@media only screen and (max-width: 550px) {
	.primary-product-center {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
}

