.hidden{
  display:none;
}
h1{
    font-family: Lato,sans-serif;
    color: #ee4620!important;
    font-size:48px;
    font-weight:bold;
    text-align:center;
}
h2{
    font-family: Lato,sans-serif;
    color: #4f5859!important;
    font-size:32px;
    font-weight:bold;
    text-align:center;
}
p{
 text-align:center;
}
form{
 padding:10px 20px;
}
label{
    color: #707070;
    display: inline-block;
    float: none;
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: .5rem;
    width: auto!important;
}
input{
    border: 2px solid #b3b6b6;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none;
    color: #707070;
    font-family: Lato,sans-serif;
    font-size: 18px;
    max-width: 230px;
    max-height: 40px;
    min-width: 100%!important;
    padding: 5px 0 5px 5px;
    margin-left: -5px;
    width: auto!important;
}
.btn{
    background: #ee4620;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 24px;
    margin: 10px 0;
    max-height: unset;
    padding: 1rem 7rem;
    width: 100%;
    text-shadow: none;
}
.btn:hover {
    background-color: #da3611;
}
.item{
    padding-bottom:10px;
}
.help{
    position:relative;
    float: right;
    margin-right: 50px;
    margin-top: -30px;
}
.help span{
    background: #ee4620;
    background-image: none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 16px;
    padding: 10px 12px;
    position: relative;
    text-shadow: none;
    z-index: 1;
}
.arrow{
  background-color: #ee4620;
    border: 1px solid #ee4620;
  border-radius:2px;
    display:inline-block;
    height: 30px;
    transform: rotate(45deg);
    margin-top: 6px;
    margin-left: 20px;
    width: 30px;
}
.arrow-wrap{
    height: 24px;
    left: 20px;
    top: -7px;
    width: 30px;
    z-index: 0;
}
select{
    border: 2px solid #b3b6b6;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none;
    color: #707070;
    font-family: Lato,sans-serif;
    font-size: 18px;
    height: 36px;
    max-width: 312px;
    max-height: 40px;
    min-width: 100.8%!important;
    padding: 5px 0 5px 5px;
    margin-left: -5px;
    width: auto!important;
}
/*2 column layout*/
.two-column{
    max-width: 900px;
    margin: 0 auto;
}
.two-column label{
  display: block;
}
.two-column .btn{
  width: 99.4% !important;
}
.two-column input{
    max-width: 100%;
    max-height: 40px;
    min-width: 0 !important;
    padding: 5px 0 5px 5px;
    margin-left: 0;
    width: 96% !important;
}
.two-column select{
    width: 98.5% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.col-50{
  width:50%;
  float:left;
}
@media (max-width:768px){
  .col-50{
    width: 100%;
    float: none;
  }
}