/*
WWE Website Stylesheet
Author: SBC
*/
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-thin.woff2') format('woff2'),
         url('montserrat-thin.woff') format('woff'),
         url('montserrat-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-thinitalic.woff2') format('woff2'),
         url('montserrat-thinitalic.woff') format('woff'),
         url('montserrat- thinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-light.woff2') format('woff2'),
         url('montserrat-light.woff') format('woff'),
         url('montserrat-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-lightitalic.woff2') format('woff2'),
         url('montserrat-lightitalic.woff') format('woff'),
         url('montserrat-lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-regular.woff2') format('woff2'),
         url('montserrat-regular.woff') format('woff'),
         url('montserrat-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-italic.woff2') format('woff2'),
         url('montserrat-italic.woff') format('woff'),
         url('montserrat-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-medium.woff2') format('woff2'),
         url('montserrat-medium.woff') format('woff'),
         url('montserrat-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-mediumitalic.woff2') format('woff2'),
         url('montserrat-mediumitalic.woff') format('woff'),
         url('montserrat-mediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-semibold.woff2') format('woff2'),
         url('montserrat-semibold.woff') format('woff'),
         url('montserrat-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat';
    src: url('montserrat-semibolditalic.woff2') format('woff2'),
         url('montserrat-semibolditalic.woff') format('woff'),
         url('montserrat-semibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Main properties */
body {
	margin: 0;
	margin-top: 100px;
}
section {
	/*! width: 100%; */
}
* {
    font-family: 'montserrat';
}
figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

/* Sections */
.view.full.sol {
	padding: 50px 0 80px 0;
	background-color: #113b49;
	color: white;
	border-bottom: #008FC1 5px solid;
	border-top: #008FC1 5px solid;
}
.view.full.sol.ind {
	padding: 50px 0 50px 0;
}
.view.full.illustration.ind {
	padding-bottom: 80px;
}
.view.full.illustration {
	padding: 50px 0 65px 0;
	background-color: rgba(0,0,0,0.06);
}
.view.sol .wrapper .separator {
	border-bottom: 1px solid white;
}
.separator {
	border-bottom: 1px solid black;
}
.footer {
  /*! background-color: #113b49; */
  /*! color: white; */
  border-top: 5px solid #008fc1;
  /*! border-bottom: 5px solid #008fc1; */
}
/* Links */
a {
	text-decoration: none;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
.moreinfo {
	text-align: center;
}
article p .moreinfo.yellow {
	color: #F39C12;
	text-decoration: none;
	font-weight: 500;
}
article a.moreinfo.white {
	color: #F39C12;
	border-style: solid;
	border-color: #F39C12;
	text-decoration: none;
    border-width: 1px;
	padding: 15px;
	max-width: 100px;
	text-align: center;
	margin-top: 34px;
	display: block;
}
article a.moreinfo.black {
	color: black;
	border-style: solid;
	border-color: black;
	text-decoration: none;
    border-width: 1px;
	padding: 15px;
	max-width: 100px;
	text-align: center;
}
.solutions article a.moreinfo.white:hover {
	background-color: white;
	color: #144d60;
	border-color: white;
	transition: 500ms;
}
.more{
	display: flex;
	justify-content: space-around;
}
.more a{
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	color: white;
	cursor: pointer;
	text-align: center;
}
.scroller {
	display: none;
}
.articles article figure.contain img {
	object-fit: contain;
}
/* Header */
.logo.company {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("../assets/img/logo_wwe_horizontal_long.png");
}
header#menu {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
header#menu .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
header#menu a.logo {
  display: block;
  font-size: 0;
  width: 300px;
  height: calc(100% - 10px);
}
header#menu nav {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
header#menu nav a,
header#menu nav .menu {
  text-transform: uppercase;
  color: #777;
}
header#menu nav a.current,
header#menu nav .menu.current a {
  font-weight: 500;
  color: #F39C12;
}
header#menu nav a:hover,
header#menu nav .menu:hover {
  background-color: rgba(0,0,0,0.02);
}
header#menu nav>a,
header#menu nav>.menu {
  display: block;
  padding: 0 18px;
  line-height: 100px;
  font-weight: 500;
}
header#menu nav>.menu {
  z-index: 92;
  text-align: center;
  justify-content: center;
  position: relative;
}
header#menu nav>.menu::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../assets/img/dropdown.png");
  content: "";
  height: 12px;
  width: 12px;
  margin-left: 8px;
  display: inline-block;
}
header#menu nav>.menu .content {
  position: absolute;
  top: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  background-color: #434f62;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  visibility: hidden;
  transition: 250ms;
  max-height: 0px;
  overflow: hidden;
  z-index: 90;
  width: 100%;
  margin: 0 -18px;
}
header#menu nav>.menu .content a {
  padding: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 50px;
}
header#menu nav>.menu:hover .content {
  visibility: visible;
  max-height: 500px;
  transition-delay: 0ms;
}
header#menu nav a,
header#menu nav a:visited {
  text-decoration: none;
}
header#menu button.togglemenu {
  display: none;
}
/* Wrappers */
.wrapper {
	padding: 0 15px;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
}
.wrapper.foot h2 {
	margin-bottom: 50px;
}

/* Homeland */
.homeland {
	display: flex;
	justify-content: center;
	height: 55vh;
}
.homeland .index {
	width: 100%;
}
.homeland.tech{
	height: auto;
	min-height: 260px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -11px;
}
.homeland.tech .landing {
	width: 22.1%;
	min-width: 250px;
	min-height: 240px;
	background-size: cover;
	display: block;
	margin-right: 2px;
	filter: saturate(50%);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	border: 7px solid #008fc1;
	margin: 11px;
}

.homeland.tech .landing:hover {
	filter: saturate(110%);
	transition: 300ms;
	blur: 5px;
}
.homeland.tech .landing > div {
	width:100%;
	display: flex;
	/*! padding: 15px; */
	box-sizing: border-box;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	height: 270px;
	background-color: rgba(0,0,0,0.3);
	flex-direction: column;
	justify-content: space-around;
}
.homeland.tech .landing h1 {
	margin-top: 20px;
	font-size: 35px;
	font-weight: 600;
	margin: 0;
}
.homeland.tech .landing h3 {
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 15px 0;
}
.homeland.tech .landing .logo {
	height: 55px;
	margin: 15px auto;
	background-size: contain;
	background-repeat: no-repeat;
}
.homeland.tech .landing p {
	font-weight: 400;
}
.homeland .landing.home {
	background-image: url("../assets/img/picture_water_desert.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.homeland .landing.page .content {
	width: 325px;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	border-left: #008FC1 15px solid;
	color: white;
	height: 100%;
}
.homeland .landing.page .content .logo{
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.homeland .landing .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.homeland .landing .content h1.title {
	font-size: 45px;
	font-weight: 400;
	margin: 0;
}

/*  */
.landing {
	width: 100%;
}
.landing .wrapper > * {
	flex-basis: auto;
}
.claimer .wrapper {
	display: flex;
}
.claimer h2{
	display: block;
	color: black;
	text-align: center;
	width: 100%;
	line-height: 70px;
	height: 100%;
	font-size: 32px;
	font-weight: 500;
    color: #223552;
	text-transform: uppercase;
	margin: 30px 0;
}
.claimer p {
  text-align: justify;
  /*! font-weight: 500; */
  /*! font-size: 14.5px; */
  line-height: 22px;
}
.illustration .claimer h2 {
	margin:0 0 50px 0;
}
.articles.patch.widget h3 {
	color: #223552;
}
.articles.patch.process h3 {
	font-size: 18px;
}
.articles.patch.widget article p {
	max-width: 350px;
	text-align: justify;
	hyphens: auto;
	line-height: 19px;
	font-size: 15px;
	font-weight: 400;
	color: #2c2c2c;
}
.header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header h2 {
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}
.view .header .separator {
	border-bottom: 1px solid black;
	width: 20%;
	margin: 30px auto 40px auto;
}
.articles figure {
    height: 300px;
    margin: 0;
	width: 100%;
}
.illustration .articles article figure.larger {
	height: 450px;
}
.articles h3 {
    font-size: 22px;
    display: block;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
}
.view article figure {
    overflow: hidden;
    position: relative;
}
.wrapper .articles.patch {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
	margin: 0 -10px;
}
.articles .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.articles.patch article {
	align-items: center;
	width: 297px;
}
.articles.patch article figure {
    min-width: 200px;
    max-width: 200px;
    max-height: 100px;
	display: flex;
	justify-content: space-around;
}
.articles.patch article figure img {
    width: 65%;
    height: 90%;
    object-fit: contain;
}
.articles.process {
	display: flex;
}
.articles.process article figure {
    max-height: 150px;
	display: flex;
	justify-content: space-between;
}
.articles article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity 1s ease-in-out;
        transition-property: opacity;
    transition-property: opacity;
}
.articles article figure.layer img {
	object-fit: contain;
}
.view article figure img.bottom , .view article figure img.top {
	position: absolute;
	top: 0;
	left: 0;
}
.view article figure img.top:hover {
	opacity:0;
}
.articles p.demo {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	color: #194b5c;
	margin: 0;
}
.articles article:last-child {
    margin-right: 0;
}
.articles article:first-child {
    /*! margin-left: 0; */
}
.articles .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.articles article {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    height: 50%;
    flex-grow: 4;
    margin: 0 10px;
}
.articles.media article {
	width: 100%;
}
.wrapper.qrfw {
	max-width: 600px;
}
.articles.solutions.qrfw figure {
	max-width: 444px;
}
.articles.solutions.qrfw p {
	max-width: 380px;
}
.articles.solutions article {
    width: 100%;
	align-items: center;
}
.view.technology {
	padding: 50px 0 50px 0;
	background-color: rgba(0,0,0,0.06);
}
.view.tech {
	background-color: rgba(0,0,0,0.06);
	padding: 50px 0 65px 0;
}
.view .articles.solutions p {
    color: white;
    padding: 0 10px;
	font-weight: 400;
	font-size: 14.5px;
    line-height: 22px;
}
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.container img {
	object-fit: contain;
}
.container .human{
	height: auto;
}
.articles.wide article .text {
    text-align: justify;
    flex-shrink: 5.5;
    padding: 0;
    position: relative;
}
.articles.wide.tech .wrapper{
	flex-wrap: wrap;
	max-width: 800px;
}
.articles.wide.tech.white .text p{
	color: white;
}
.articles.wide.tech .text {
	margin-bottom: 25px;
}
.articles.wide article .wrapper > * {
    flex-basis: auto;
    width: 100%;
    margin: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.articles.wide.tech article .wrapper > * {
    flex-basis: auto;
    width: 100%;
    margin: 0 0 25px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.articles.wide article .text p {
    /*! font-weight: 500; */
    font-size: 16.5px;
    line-height: 22px;
}
.articles.wide.tech article .text p {
    color: black;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 22px;
}
.articles.wide article .text p:first-child {
    margin-top: 0;
}
.articles.wide article .wrapper figure, .articles.wide article .wrapper .video-wrapper {
    flex-shrink: 4.5;
    overflow: hidden;
}
.articles.wide article .video-wrapper video {
    width: 100%;
    background-color: black;
    height: 100%;
}
.publications .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.publications a {
	height: 60px;
	padding: 15px;
}
.publications a .source {
	height: 100%;
	filter: saturate(0%);
	object-fit: contain;
}
.publications a .source:hover {
	filter: saturate(80%);
}
.banner .header {
	display: flex;
	flex-direction: column;
	background-color: #0f2b35;
	color: white;
	border-bottom: #F39C12 10px solid;
}
section footer p {text-align: justify;font-size: 16px;line-height: 22px;}
section.team {padding: 50px 0;}
section.team .members {display: flex;/*! flex-direction: column; */flex-wrap: wrap;margin: 0 -15px;/*! width: 100%; */box-sizing: border-box;overflow: hidden;}
section.team article {margin: 22px auto;/*! width: 100%; */margin: 20px;/*! border: 7px solid #008fc1; */padding: 30px;flex-shrink: 2;flex-basis: 320px;flex-grow: 2;box-shadow: 0 0 10px #0003;background-color: #113b49;color: #f3f3f3;}
section.team article img {float: left;height: 120px;object-fit: cover;width: 90px;margin-right: 23px;box-shadow: 0 0 10px #0000004d;/*! border: 10px solid #05454c; *//*! border: 2px solid #000000b3; */margin-bottom: 12px;filter: saturate(0%);}
section.team article .name {font-weight: bold;font-size: 20px;padding-left: 20px;margin-top: 0;}
section.team article .biography {text-align: justify;line-height: 21px;font-size: 15px;hyphens: auto;hyphenate-after: 4;}


/* Projects */
.project-list {
    width: 100%;
    display: flex;
    max-height: 1500px;
    align-items: center;
}
.list {
	font-size: 25px;
	line-height: 30px;
	height: 400px;
	width: 250px;
	overflow: hidden;
	overflow-y: scroll;
}
.list.long {
}
.list li{
	list-style-type: none;
}
.list ul {
	padding:0;
}
.map {
	width: 100%;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
	margin: 30px 0;
}
xml {
	width: 85%;
	object-fit: contain;
	overflow: hidden;
}
.country {
	text-transform: uppercase;
	color: white;
	margin: 30px;
	font-weight: 500;
	font-size: 40px;
}
#project-articles article{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
}
#project-articles article figure img {
	width: 35px;
}
#project-articles article figure {
	justify-content: center;
	display: flex;
}
#project-articles article .text{
	display: flex;
	flex-direction: column;
	margin: 20px auto 20px auto;
	align-items: center;
}
.header {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
}
.header .wrapper.facts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}
.facts dl {
	margin: 30px;
}
.facts dd {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	margin: 0;
}
.facts dt {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: #aaa;
	margin-top: 5px;
}
.project-data {
	width: 100%;
	flex-direction: column;
}
#project-info {
	background-color: #194b5c;
	border-bottom: #F39C12 10px solid;
}
.partner {
	height: 80px;
	padding: 20px;
	filter: saturate(0%);
}
.partners .partner {
	height: 60px;
	padding: 30px;
}
.partners .partner:hover {
    filter: saturate(80%);
    transition: 500ms;
}
.partners .wrapper:last-child {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.partners {
	/*! box-shadow: 0 0 5px rgba(0,0,0,0.2); */
	padding: 50px 0;
	border-top: 4px solid #0f2b35;
}
#project-articles article .attachments .header .icon {
	display: block;
	background-image: url("../assets/img/icon_documents_blue.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 60px;
	width: 45px;
}
#project-articles article .attachments .header h3 {
	color: gray;
	font-size: 30px;
}
#project-articles article .attachments .attachment {
	display: block;
	text-align: center;
}
#project-articles article .text p{
	max-width: 70%;
	text-align: justify;
	font-weight: 500;
}
#project-articles article .text h2, #project-articles article .content.text a{
	text-transform: uppercase;
	color: #2A307A;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}
#project-articles article .text a {
	margin: 30px auto 20px auto;
}

/* Media */
section.media {
	margin: 50px 0;
}
.articles.media .wrapper article .video-wrapper {
	flex-shrink: 8;
	overflow: hidden;
}
.articles.media .wrapper article .video-wrapper video,
.articles.media .wrapper article .video-wrapper iframe {
	height: 300px;
	width: 100%;
	background-color: black;
}
.articles.media {
	color: black;
	margin: 10px 0 10px 0;
}
.articles.media h3 {
	color: white;
	margin-top: -5px;
	background-color: black;
	margin-bottom: 10px;
}

/* About */
section.about {
	background-color: #0f2b35;
	min-height: 115px;
	display: flex;
	border-bottom: #008FC1 10px solid;
	padding: 15px 0;
}
section.about p {
	color: white;
	/*! padding: 15px; */
}
.footer .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/* Contact/Company */
.human {
	max-width: 300px;
    background-color: rgba(171, 171, 171, 0.5);
    padding: 30px;
	border-top: #194b5c 10px solid;
}
.contact .wrapper {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 15px;
}
.contact article {
	display: inline-block;
	vertical-align: top;
	margin: 15px;
}
.contact .contact-human {
	flex-shrink: 16;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-around;
}
.contact .contact-company{
	box-sizing: border-box;
	min-width: 250px;
}
.contact .contact-company .video-wrapper {
	flex-shrink: 8;
	overflow: hidden;
}
.contact .contact-company .video-wrapper h3 {
	margin-top: 0;
}
.contact .contact-company .video-wrapper video {
	width: 100%;
	background-color: black;
	max-height: 250px;
}
.articles.solutions .video-wrapper video {
	height: 300px;
	background-color: black;
	width: 100%;
}
.contact .contact-company .video-wrapper video {
	margin: 25px 0;
}
.contact .contact-company .contact-bio {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
}
.contact-name {
	margin-top: 0px;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
.contact-jobtitle {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	text-align: right;
}
.contact-phone{
	font-type: normal;
	font-size: 14px;
	text-align: right;
}
.contact-email {
	font-type: normal;
	font-size: 12px;
	text-align: right;
	font-weight: 600;
}
.contact-bio {
	font-type: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
.contact-bio:last-child  {
	margin-bottom: 0px;
}
.contact-photo {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 0px
}
.contact-logo {
	float: left;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 0px
}
.human {
	max-width: 300px;
    background-color: rgba(171, 171, 171, 0.5);
    padding: 30px;
}
section.contact {
	background-color: rgba(0,0,0,0.1);
    padding: 50px 0;
}

/* Press list */
section .press {
	width: 100%;
	margin: 50px 0;
}
section .press ul {
	width: 100%;
	list-style-type: none;
	padding-inline-start: 0px;
	margin-bottom: 0;
	padding-left: 0;
}
section .press li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 5px;
	line-height: 50px;
	height: 50px;
}
section .press a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	flex-wrap: wrap;
}
section .press a .source {
	height: 100%;
	filter: saturate(0%);
	object-fit: contain;
}
section .press ul li.even {
	background-color: white;
}
section .press ul li.odd {
	background-color: #C3C3C3;
}
section .press ul li:hover {
	background-color: rgba(0,0,0,0.5);
}

/* Legal */
.legal {
	line-height: 40px;
	font-size: 12px
}
.legal-link {
	cursor: pointer;
}
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	display: flex;
}
.modal.hidden{
	display: none;
}
.modal-filter {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    color: black;
	z-index: 100;
}
.modal-header {
    padding: 2px 16px;
    background-color: rgb(5, 69, 76);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close {
    color: #e1e1e1;
    font-size: 49px;
    /*! font-weight: normal; */
    transition: 200ms;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0px 0 20px white;
}
.modal h1{
	font-weight: 500;
	font-size: 28px;
}
.modal-body {
	padding: 2px 16px;
	text-align: justify;
	overflow-y: auto;
	height: 55vh;
}
#site {
	margin-top: 30px;
}
#site p{
	text-align: center;
	font-weight: normal;
	font-size: 12px
}
.modal p {
	font-weight: 500;
	font-size: 15px
}
.modal h2{
	font-size: 18px;
	font-weight: normal;
}

/* Social */
.social {
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: right;
}
.social .icon {
	height: 30px;
	width: 30px;
	margin: 0 10px;
	font-size: 0;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
}
.linkedin {
	background-image: url("../assets/img/logo_linkedin.svg");
}

/* Small screen devices */
@media (max-width: 1008px){
  header#menu .wrapper {
    margin: 0;
    width: 100%;
    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  }
  header#menu a.logo {
    margin-left: 10px;
  }
  header#menu nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    background-color: #05454c;
    max-height: 0px;
    overflow: hidden;
    transition: 300ms;
    z-index: 90;
  }
  header#menu nav a,
  header#menu nav .menu {
    color: #fff;
  }
  header#menu nav a:hover,
  header#menu nav .menu:hover {
    color: #02B3F1;
    background-color: rgba(0,0,0,0.2);
  }
  header#menu nav>.menu .content {
    position: relative;
    left: auto;
    top: 0px;
    box-shadow: none;
    visibility: hidden;
    transition: 500ms;
    transition-delay: 250ms;
    max-height: 0px;
    overflow: hidden;
    z-index: 90;
	width: 100%;
	border-left: 10px #F39C12 solid;
  }
  header#menu nav > a, header#menu nav > .menu {
	line-height: 80px;
  }
  header#menu nav>.menu .content a {
    height: 50px;
    padding: 0 20px;
    color: #fff;
  }
  header#menu nav > .menu::after {
	display: none;
  }
  header#menu nav>.menu .content a:hover {
    background-color: rgba(0,0,0,0.05);
  }
  header#menu nav>.menu:hover,
  header#menu nav>.menu.active {
    height: auto;
  }
  header#menu nav>.menu:hover .content,
  header#menu nav>.menu.active .content {
    visibility: visible;
    height: auto;
    max-height: 500px;
    background-color: rgba(0,0,0,0.2);
  }
  header#menu nav.showmenu {
    max-height: 1000px;
    visibility: visible;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  }
  header#menu button.togglemenu {
    display: block;
    height: 50px;
    width: 50px;
    margin: 20px;
    padding: 0;
    background: none;
    border: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../assets/img/icon_menu.svg");
    border-radius: 1px;
  }
  main header .wrapper {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  header#menu nav > .menu {
	text-align: left;
  }
  main header .wrapper .button {
    margin-left: auto;
    margin-right: auto;
  }
  .navigation .wrapper {
      flex-wrap: wrap;
      padding: 0 12px;
  }
  .homeland.tech {
      height: auto;
      flex-wrap: wrap;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
  }
  .homeland.tech .landing {
    margin: 0;
    background-size: stretch;
    display: block;
    filter: saturate(50%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    max-width: none;
  	/*! margin: 5px; */
  	width: calc(50% - 10px);
    border: none;
    /*! border-top: 2px solid white; */
  }
  .articles.media .wrapper {
  	flex-wrap: wrap;
  }
  .articles.media .wrapper article {
  	margin: 20px;
  }
  .articles.media .wrapper article .video-wrapper {
  	min-width: 300px;
  }
  .homeland.tech .landing > div {
      width: 100%;
      height: 100%;
      display: block;
      margin-top: 6vh;
      padding: 15px;
      box-sizing: border-box;
      color: white;
      text-shadow: 0 0 5px rgba(0,0,0,0.9);
      height: 250px;
  }
  .view.full.illustration .articles article {
  	padding: 20px 0;
  	width: 100%;
  }
  .view.full.illustration {
  	padding: 50px 0 30px 0;
  }
  .view.full.illustration .articles.widget article {
  	width: auto;
  }
  .articles.wide article .text {
  	display: flex;
  	flex-direction: column;
  }
  .articles.wide article .text p, .view .articles.solutions p {
  	padding: 0 15px;
  	text-align: justify;
  	padding-left: 0;
  }
  .contact .wrapper {
  	flex-wrap: wrap;
  }
  .contact .contact-company {
  	margin-right: 0;
  }
  .contact .contact-company {
  	width: 100%;
  }
  .contact .wrapper {
  	padding: 0;
  }
  article a.moreinfo.white {
  	margin: 15px;
  }
  .claimer p {
    padding: 0 15px;
  }
}
/* Small screen devices */
@media (max-width: 800px){
.wrapper {
	padding: 0;
}
.footer .wrapper {
	padding: 0 15px;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
}
/*
header#menu a.logo {
	width: 212px;
}
*/
section .press a {
	width: auto;
}
.articles.solutions article {
	margin: 0;
	margin-bottom: 20px;
}
.articles.solutions article:last-child {
	margin-bottom: 0;
}
.articles h3 {
	margin-bottom: 5px;
}
article a.moreinfo.white {
	margin: 20px auto 50px auto;
}
.articles.media .wrapper article {
	margin: 20px 0;
}
.view.full.illustration {
	padding: 50px 0;
}
.articles.patch article:last-child {
	margin-bottom: 0;
	margin-right: 10px;
}
.articles.patch.widget h3 {
	margin: 20px 0 10px 0;
}
.articles .wrapper {
	flex-wrap: wrap;
}
.articles.wide article .wrapper > * {
	margin: 0;
}
.articles.wide article .text p:first-child {
    margin-top: 20px;
}
.articles figure.large {
	height: auto;
	min-height: 200px;
}
.homeland.tech {
	flex-wrap: wrap;
}
.homeland.tech {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin: auto;
}
.articles.media .wrapper article .video-wrapper {
	min-width: 240px;
}
.homeland.tech .landing {
    margin-bottom: 2px;
    background-size: cover;
    display: block;
    filter: saturate(50%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
}
.homeland.tech .landing > div {
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
}
.homeland .landing.page .content {
	width: auto;
	border-bottom: #008FC1 10px solid;
	border-left: none;
}
.homeland .landing .content h1.title {
	font-size: 37px;
}
.header h2 {
	font-size: 34px;
	font-weight: 500;
}
  header#menu button.togglemenu {
	  height: 40px;
	  width: 40px;
  }
.view.full.sol.ind {
	padding: 50px 0 30px 0;
}
.illustration .articles article figure.larger {
	height: auto;
	width: auto;
	padding: 0 15px;
}
.articles article figure.layer {
	max-height: 170px;
}
.banner .header h1 {
	padding: 0 15px;
}
.wrapper.project-list {
	flex-wrap: wrap;
	justify-content: center;
}
#project-articles article .text p {
	max-width: 100%;
	padding: 0 15px;
}
.list {
	margin-bottom: 50px;
}
section .press ul li.odd {
    background: none;
}
section .press ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.press .title {
    visibility: hidden;
    display: none;
}
.press .date {
    visibility: hidden;
    display: none;
}
.source {
    min-width: 125px;
    max-width: 175px;
    width: 20vw;
}
section .press ul li {
    height: auto;
    line-height: auto;
    margin: 15px 10px;
}
section .press ul li:hover {
    background: none;
}
.view.full.sol {
    padding: 50px 0 10px 0;
}
.view.illustration .articles figure.scroll {
	overflow-x: scroll;
	position: relative;
	overflow-y: hidden;
}
.view.illustration .articles figure.scroll img {
	width: auto;
	max-height: 300px;
}
.illustration .claimer h2 {
	font-size: 24px;
	line-height: 22px;
	font-weight: 600;
}
.scroller {
	display: block;
}
.articles p.demo.scroller {
	margin-top: 20px;
}
.publications .wrapper {
	justify-content: center;
}
section.view .header p {
    margin-left: 10px;
    margin-right: 10px;
}
section .wrapper .articles.patch {margin: 0 0;}
section footer p {
 margin: 20px 10px;
}
section.about {
	padding: 15px;
}
section.team .members {margin: auto;}
section.team article {margin: 10px auto;text-align: center;border-bottom: 2px solid #0000001a;padding: 18px;flex-basis: 100%;}
section.team article img {float: none;height: 180px;object-fit: cover;width: 140px;margin-right: 0;}
section.team article .name {font-weight: bold;font-size: 20px;padding-left: 0;margin-top: 20px;}
section.team article .biography {text-align: justify;}
section.team article:last-child {border-bottom: none;}
}
