

/* Everything else */



h1, h2, h3, body, .titleFirstSection, .formTitle, div.subTitle a, .faq a {
	font-family: 'Work Sans', sans-serif !important;
}
body {
	background-color: #fafafa;
}
a{
	color: #000 !important;
}

.faq a {
	font-weight: 400;
}

input[type="reset"] {
	display: none;
}

input[type="text"], select {
	border-radius: 2px !important;
	padding: 5px 10px !important;
	border: 1px solid #e2e2e2 !important;
	color: #737373 !important;
	background-color: #f6f6f6 !important;
	box-shadow: none !important;
}
#subwrapper {
	background-color: white;
	border:1px solid #ddd;
	padding: 20px;
	border-radius: 4px;
	box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 0px 20px 0px;	
	margin-top: 40px !important;
	margin-bottom: 10px !important;
	
	
}

.titleFormIsbn {
	color: black !important;
}
.textLight {
	font-weight: 200 !important;
}

.formTitle {
	font-size: 1.8em !important;
}

.tempInfo {
	font-weight: 400 !important;
	text-align: center !important;
	padding: 15px !important;
	
}
.fieldName label {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 400;
	font-size: 1.0em;
}
div.fieldName {
	width: 250px;
}
div#main {
	width: 810px;
}
div#wrapper {
	width: 855px;
	border-radius: 10px;
}
.fieldDisclaimer {
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}
.fieldDisclaimer input {
	margin-right: 5px;
	
}
.fieldDisclaimer label {
	display: inline !important;
}
.footer {
	width: 100% !important;
}
.footer, .footer .copyright, .footer .footerAddress {
	color: #999 !important;
	font-weight: 400;
}
.copyright {
	width: 49% !important;
}
.footerAddress {
	width: 49% !important;
}
.logoHeaderRight img {
	display: none;
}
div.subTitle, input[type="submit"] {  
  font-size: 12px !important; 
  border: 1px solid #ddd !important;
  background-color: #7097B4FF !important;
  padding: 10px;
  font-weight: 400 !important;
  box-shadow: none !important;
  color: white !important;
}
input[type="submit"] {
	padding: 15px 30px;
	font-size: 16px !important;
}
div.subTitle a {
  color: white !important;
}
div#header {
	width: 800px !important;
}
.submit {
	text-align: center !important;
}

input[type="submit"]:hover, div.subTitle:hover {
	background-color: #506984FF !important;
}

div.submit {
	margin-left: 0;
}

/* MOBILE */
@media (max-width: 980px) {
	div#headerRight {
		width: 400px;
	}
	div.logoHeaderRight {
		width: 400px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	div#wrapper {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	div#main, div#header, div.fieldDisclaimer {
		width: 100% !important;
	}
	div#header, div#headerLeft {
		height: inherit !important;
	}
	div#headerLeft {
		width: 100% !important;
		float: none !important; 
	}
	div.language, div.faq, div.logoHeaderLeft {
		float: none !important;
	}

	div#headerRight {
		float: none !important;
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
	}
	div.language, div.faq {
		text-align: center !important;
	}
	div.logoHeaderLeft {
		padding-left: 0 !important;
		padding-top: 0 !important;
		text-align: center !important;
	}
	
	div.faq, .titleFormIsbn, .tempInfo, .titleFirstSection, .fieldName, .fieldDisclaimer label, .fieldError, .titleSection, .subTitle a, .gdprPrivacyPolicy, .copyright, .footerAddress {
		font-size: 2.0em !important;
	}
	div.fieldName {
		width: 400px !important;
	}
	input[type="submit"], input[type="text"], input[type="reset"], select {
		font-size: 2.0em !important;
		width: 350px !important;
	}
	div.gdprPrivacyPolicy {
		float: none !important;
		text-align: center !important;
	}
}