@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500,600,700,800,900');

/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*loader start */
@import url('https://fonts.googleapis.com/css?family=Inria Serif:100,200,300,400,500,600,700,800,900');



/* Setup snippet */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

button,
input,
select {
  font-family: "Inria Serif", sans-serif;
  font-size: 26px !important;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.txt-center {
	text-align: center;
}


.srOnly {
  position: relative;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 1px solid #000;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.out{
	
	display: none;
}

/* General Styles */
html {
  font-size: 100%;
}

body {
  background: #FFFF;
  color: #9d9f53;
  font-family: "Inria Serif", sans-serif;
  font-size: 30px;
}

.wrapper {
  
  width: 100%;
  margin: 0 auto;
	text-align: center;
}

.topo {
	text-align: center;
}

/* Header */
header {
  margin: 10px 0;
}

h1,
h2 {
  font-family: "Inria Serif", sans-serif;
}

h1 {
  text-transform: uppercase;
  font-size: 65px;
  position: relative;
}

h2 {
  font-size: 35px;
}

.interests {
	display: none !important;
}

/* After pseudo element to create bolded red line under heading */
h1::after {
  content: "";
  background: #d02035;
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 10px;
  width: 300px;
}

/* Main */
main {
  padding-bottom: 100px;
}

p:not(.errorMessage) {
  margin-bottom: 70px;
  line-height: 30px;
}

form {
  display: flex;
  flex-direction: column;
}

input,
select,
button {
  font-family: "Inria Serif", sans-serif;
  padding: 18px 1px;
	
}

.flexContainer {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

input,
select {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
  font-size: 22px;
  color: #434c2f;
}

input {
  margin-right: 20px;
}

.errorMessage {
  position: absolute;
  bottom: 50px;
  right: 52%;
  font-size: 16px;
  z-index: 10;
}

.hidden {
  display: none;
}

select {
  cursor: pointer;
  appearance: none;
  background: url("https://image.flaticon.com/icons/png/512/25/25243.png")
    no-repeat #e5e5e5;
  background-size: 12px;
  background-position: 95% center;
}

button {
  background: #9da33a;
  border: none;
  border-radius: 0px;
  font-weight: bold;
  color: #fff !important;
	text-transform: uppercase!important;
  cursor: pointer;
  transition: all 0.3s ease;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
}

button:hover,
button:focus {
  background: #454e31;
}

button i {
  margin-left: 10px;
  font-size: 1.6rem;
  transition: all 0.3s ease;
	
}

button:hover i,
button:focus i {
  transform: translateX(6px);
}

.introPara {		
		font-size: 33px!important;
	line-height: 38px !important;
	color: #424c29 !important;
	}


.nota {
	text-align: center;
}


@media screen and (max-width: 767px) {
	
	.container {
    width: 100%;
}
	
	
	
.srOnly {

    line-height: 50px !important;
}	
	
	
	
input
 {
  font-family: "Inria Serif", sans-serif;
  font-size: 130% !important;
  line-height: 1.15;
  margin: 0;
}
	
    .introPara {		
		font-size: 60px!important;
	}
	
	input,
	select,
	button { 
	font-size: 36px !important;
		padding: 38px 35px !important;
}
	
	
	input, select, button {   
    padding: 47px 37px !important;
}
	.wrapper {
	max-width: 90% !important;
    width: 100%;
  
}
	
	
}





