
body{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	margin: 0;
}

div{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}

h1, h3{
	color:#191b36;
}

h2{
	color:#ffffff;
}

label {
  cursor: pointer;
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
}

#page-container{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0;

}

#main-content{
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 0;
	text-align: center;
}
@media (min-width: 600px) {
  #main-content{
	position: relative;
	max-width: 1200px;
	margin: auto;
	padding: 0;
  }
}

#ePermissionLabel {
    float: left;
    padding: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 25px;
    width: 80%;
}

@media (min-width: 600px) {
    #ePermissionLabel {
        margin-right: 15px;
        width: 95%;
    }
}

.desktop{
	display:none;
}
@media (min-width: 600px) {
  .desktop {
    display:block;
  }
}

.mobile{
	display:block;
}
@media (min-width: 600px) {
  .mobile{
	display:none;
  }
}

* {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}

a.text{
	color:#191b36;
	text-decoration:none;
}
a:hover.text{
	text-decoration:underline;
}

a.legal{
	color:#191b36;
	font-size:0.9em;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover{
	text-decoration:underline;
}

.footer{
	margin:0px;
	width:100%; 
	padding: 10px 20px;
	line-height:40px;
}
@media (min-width: 600px) {
  .footer{
  }
}

.slido{
	width:100%;
}
@media (min-width: 600px) {
  .slido{
	width:50%;
  }
}

.form_content {
  padding: 20px;
  text-align: left;
  color: #ffffff;
}

.form_content a{
	color:white;
}

.button {
  display: inline-block;
  padding: 9.6px 30px;
  margin: 0;
  width: auto;
  height: auto;
  border: 0 none;
  border-radius: 10px;
  border-color:#123049;
  background-color: #123049;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 1.3;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: bolder;
  transition: 0.25s all;
}

.button:hover{
	background-color:#ffffff;
	text-decoration:underline;
	color: #191b36;
}

.button, .button:focus, .button:active {
  outline: none;
}

.button:disabled {
  background-color: #a0a0a0;
  background-image: none;
  cursor: default;
}

.button--full {
  width: 100%;
}
