@charset "UTF-8";
/* living pixels  web site CSS document developed by Gardenia Gonzalez Gil */

/* global styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #16284C;
	background-color: #d4d7df;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.hiddenup {
	position: absolute;
	top: -10000px;
}

.hiddenleft {
	text-indent: -10000px;
}

.wrapper {
	margin: 0px auto;
	max-width: 1200px;
}

/* header */

#mainHeader {
	height: 111px;
	width: 100%;
	background-color: #16284C;
	border-bottom: #eeedef 1px solid;
    position: relative;
}

/* main navigation */

#mainNav ul {
	height: 110px;
    margin: 0 50px;
    display: grid;
	grid-template-columns: 250px 1fr repeat(4, 74px);
	grid-template-rows: 100px;
	align-content: center;
	text-align: center;
  }

#mainNav ul li {
	height: 100px;
	line-height: 100px;
	overflow: hidden;
  }

  #mainNav ul li#logo {
    background: url(../_images/logo.png) no-repeat center center;
  }

#mainNav li a {
	display: block;
	color: #f5f5f6;
	transition: all .1s ease-in-out;
}

#mainNav li a:hover {
	margin-top: 10px;
}

#mainNav li a.current, #mainNav li a.currentm {
	color: #F64040;
}

#mainNav li a.current:hover {
	margin-top: 0;
	cursor: default;
}

/* hamburger navigation */

#hamburger {
	position: absolute;
	right: 20px;
	top: 42px;
}

#hamburgerMenu{
	height:100%;
	width:0;
	position:fixed;
	z-index:1;
	top:0;
	right:0;
	background: linear-gradient(#16284C 110px, rgba(33,62,117,0.9) 110px 100%);
	padding-top:110px;
	transition:0.5s;
	overflow: hidden;
}
  
#hamburgerMenu li {
	border-bottom: 1px solid rgb(158, 188, 228);
}

#hamburgerMenu a{
	padding:25px 25px 25px 50px;
	text-decoration:none;
	font-size: 1.2rem;
	color:#f5f5f6;
	display:block;
	transition:0.3s;
}

#hamburgerMenu a#hamburgerClose:hover {
	background-color: transparent;
}
  
#hamburgerMenu a:hover{
	color:#16284C;
	background-color: rgb(158, 188, 228);
}
  
#hamburgerMenu #hamburgerClose{
	position:absolute;
	top:32px;
	right:20px;
}

#hamburgerMenu h2 {
	color: #f5f5f6;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	padding: 30px;
}

/* footer */
#pageFooter {
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-color: #eeedef;
	line-height: 1.8;
	width: 100%;
}

p.footer {
	text-align: center;
	font-size: .9rem;
}

#pageFooter a {
	color: #16284C;
	text-decoration: none;
}

#pageFooter a:hover {
	text-decoration: none;
	color: #770c0c;
	cursor: pointer;
}

#copyhidden{
	background: rgba(33,62,117,0.9);
	width: 100%;
	height: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: 0.5s;
	overflow: hidden;
}

#copyhidden div.close {
    position: absolute;
	top: 20px;
	right: 20px;
    cursor: pointer;
}

#copyright h3, #copyright p{
	padding-left: 3.5em;
	padding-right: 3.5em;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 300;
	color: #f5f5f6;
}

#copyright h3 {
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

/* contact content */

#fwrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 5px 150px 5px;
	background: url(../_images/transcriptionS.png) no-repeat;
	background-position: 100px 0px;
}

#formwrap  {
	margin: 0 auto;
	max-width: 460px;
}

#fwrappertitle{
	margin-top: 30px;
	margin-left: 10px;
}

#fwrappertitle h1{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 8px;
}

form {
	width:100%;
	padding: 5px;
}

.image {
    margin-top:30px;
	padding-left: 6px;
}

.g-recaptcha {
	margin-top: 30px;
}

input, textarea {
	width: 100%;
	background:#f5f5f6;
	padding: 10px;
	border-radius: 6px;
}

textarea {
	height: 213px;
}

input:invalid, textarea:invalid {
	border: 1px solid #97a1b4;
}

input:focus, textarea:focus {
    border: 1px solid #97d6eb;
}

input:valid, textarea:valid {
	border: 1px solid rgb(154, 211, 70);
}

#fsubmit {
    width: 127px;
    height: 38px;
	margin-top: 30px;
	font-size: 1rem;
	color: #fff;
	cursor:pointer;
	border: 1px solid #97a1b4;
	background-color: #97a1b4;
	border-radius: 6px;
	transition: all 0.4s ease-in-out;
}

#fsubmit:hover {
	color: #16284C;
	background-color:#f5f5f6;
}

.feedbackalert {
	border: 2px solid #770c0c;;
	width: 100%;
	background:#f5f5f6;
	padding: 10px;
	border-radius: 6px;
	margin: 10px 0px 50px 0px;
	font-weight: 600;
	color: #770c0c;
}

/* thank you content */

#thxcontent {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 1200 px;
	padding: 0px 5px 400px 5px;
	display: flex;
	justify-content: center;
	background: url(../_images/translationS.png) no-repeat;
	background-position: 130px 0px;
}

#msg {
	margin: 60px auto;
	padding-left: 20px;
	padding-right: 10px;
}

#msg h1 {
	font-size: 2.5rem;
	font-weight: 600;
}
#msg h2 {
	font-size: 1.7rem;
	line-height: 1.8;
	padding-top: 20px;
	font-weight: 400;
}

/* 404 content */

#error {
	margin: 60px auto;
	max-width: 460px;
	padding-left: 15px;
	padding-right: 10px;
}

#error h1 {
	font-size: 1.8rem;
	font-weight: 600;
}

#error p{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 20px;
}

/* media queries for devices */

@media (max-width:1000px) {
	#fwrapper, #thxcontent {
		background-position: left top;
	}
}

@media (max-width:710px) {
	#fwrapper, #thxcontent {background: transparent;}

	#msg, #error {
		font-size: 1.1rem;
		margin: 20px auto;
	}
}

@media(max-width:680px){
	#mainNav ul {margin: 0px 20px;}
}

@media(max-width:620px){
	#mainNav ul li.hide {display: none;}

	#mainNav ul li#logo {
		background-size: 80%;
		background-position: left center;
	}

	#copyright h3, #copyright p{
		padding-left: 20px;
		padding-right: 20px;
		font-size: .95rem;
	}
	#copyright h3 {padding-bottom: 10px;}

	.grid {grid-template-columns: 1fr;}
}
  
  @media(min-width:620px){
	#hamburger {display: none}
  }