body {
    color: #404040;
    font-size: 16px;
    line-height: 26px;
    font-family: Ubuntu;
    max-width: 100%;
    overflow-x: hidden;
    text-decoration: none;
    background-color: #fff;}

@font-face {
    font-family: UbuntuLight;
    font-weight: lighter;
    src: url(../fonts/Ubuntu-Light.woff);}

@font-face {
    font-family: UbuntuBold;
    font-weight: bold;
    src: url(../fonts/Ubuntu-Bold.woff2);}

@font-face {
    font-family: Ubuntu;
    font-weight: lighter;
    src: url(../fonts/Ubuntu.woff);}

a{
	color: #f47920;
 	text-decoration: none;
 	cursor: pointer;}

a:hover{
	text-decoration: underline;}

h1{
	color: #404040;
	font-family: UbuntuLight;
	font-weight: lighter;
	line-height: 46px;
	margin: 0;
	clear: both;}

h2{
	font-family: UbuntuLight;
	font-weight: lighter;
	line-height: 2rem;}

h2 i{
	color: #f47920;}

h2 span{
	color: #f47920;}

h2 a{
	color: #f47920;}

h2 a:hover{
	text-decoration: underline;}

.article{
	position: relative;
/*  width: 75%;*/
  flex: 1;
}

.main{
	clear: right;}

.sectionTitle{
	font-family: Ubuntu;
	font-size: 20px;
	line-height: 22px;}

.os{
	font-size: 18px;
	color: #f47920;
	padding-top: 10px;
	border-top: 1px solid #d1d1d1;}

ol{
    margin-left: 0;
    padding-right: 0;}

ol li p{
	margin-bottom: 4px;}

ul{
	list-style-image: url(../images/bullet.png);
	padding-right: 1rem;
  text-align: left;}

ul li a{
	color: #f47920;}

ul li a:hover{
	text-decoration: underline;}

/*========================== FORM ==========================*/

form .row div{
  margin: 0;
}

form label + input,
form label + select {
  flex: 1;
}

.form{
  text-align: left;
  background-color: #f0f0f0;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding: 1rem;
}

.form h1{
   font-size: 2rem;
   line-height: 2.5rem;
 }

.form h1,
.form h2,
.form h3{
  padding: 0 0 1rem 0;
  margin: 0;
  width: 100%;
}

.form form p{
	padding: 0 1rem 0 0;}

input,
select{
   font-family: Ubuntu;
   font-weight: bold;
   width: 100%;
   height: initial;
}

label{
	width: 8rem;
	text-align: right;
	padding: 0.5rem 1rem 0 1rem;
}

.form div{
  width: auto;
  align-items: baseline;
}

.form .country div select{

  padding-left: 3rem;
  width: 100%;
}

.form .country div {
  position: relative;
  width: 100%;
}

input[type="text"], input[type="password"],
select,
textarea{
  z-index: 23;
	font-family: ubuntu;
  outline: none;
  border: 2px solid white;
  border-radius: 5px;
	padding: 0 0 0 1rem;
	background-color: white;
  transition: box-shadow 100ms ease-in-out;
  width: auto;
  margin-bottom: 1rem;
}

textarea{
	padding: 0.8rem 1rem 1rem 1rem;}

input[type="text"], input[type="password"], select{
	clear: right;
  padding: 1rem;
}

input[type="text"]:hover, input[type="password"]:hover{
   transition: box-shadow 150ms ease-in-out;
   box-shadow: 0 0 10px rgba(0,0,0,0.2);}

input[type="text"]:focus, input[type="password"]:focus{
   border-color: #f47920;
   transition: box-shadow 150ms ease-in-out;
   box-shadow: 0 0 10px rgba(219,107,57,0.2);}

.form button{
    margin: 0 0 1em 0;}

.form button{
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}

/* RADIO BUTTONS DEFINITION */

input[type=radio]{
      display: none;
}

input[type=radio] + label{
      display: block;
      position: relative;
      margin: 0 1rem 0.5rem 30px;
      cursor: pointer;
      padding: 0;
      text-align: left;
}

input[type=radio] + label::before,
input[type=radio]:checked + label::after{
      content: "";
}

input[type=radio] + label::before{
    	position: absolute;
    	width: 20px;
    	height: 20px;
    	background-color: #c8c8c8;
    	z-index: 2;
    	display: inherit;
    	margin-right: 0.5rem;
    	border-radius: 50%;
    	left: -30px;
    	border: 1px solid #c8c8c8;
    	box-sizing: border-box;
      transition: background-color 150ms ease-in-out, border 150ms ease-in-out;
}

input[type=radio] + label:hover::before{
      border: 5px solid #c8c8c8;
      background-color: transparent;
}

input[type=radio]:checked + label::before{
  border: 5px solid #F47920;
  background-color: #f0f0f0;
}


@media screen and (max-width: 800px){

  h1{
  	font-size: 2rem;
  	line-height: 2.4rem;}

  p{
  	font-size: 1rem;
  	line-height: 1.4rem;
  }

}
