@import url(https://fonts.googleapis.com/css?family=Roboto:500,400,300,300italic,700);

a{
    color: #15a1d1;
}
h1{
    color: #15a1d1;
    margin-bottom: 50px;
    text-transform: uppercase;
}
form{
    font: 400 1.2em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #15a1d1;
}
form > ul > li{
    padding: 30px 0;
}
ul{
    list-style: none;
}
label{
    width: 25%;
    float: left;
    padding: 15px 0px 0px 5px;    
    display: inline-block;
    text-transform: uppercase;
}
label::after{
    content: ":"
}
input[type="text"]{
    display: block;
    width: 50%;
    float: left;
    margin-left: 5px;
    padding: 20px 0 5px 15px;
    margin: 0 0 10px 0;
    border: none;
    font: 500  1em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: rgba(100, 100, 100, .8);
    border-bottom: 1px solid rgba(200, 200, 200, .7);
}
input[type="radio"]{
    margin-right: 10px;
    display: inline-block;
}
textarea{
    display: block;
    width: 50%;
    float: left;
    margin-left: 5px;
    padding: 20px 0 5px 15px;
    margin: 0 0 10px 0;
    border: none;
    font: 500  1em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: rgba(100, 100, 100, .8);
    border-bottom: 1px solid rgba(200, 200, 200, .7);
}
.radiobtn{
    float: left;
    margin-left: 0%;
    width: 100%;
}
::-webkit-input-placeholder {
    font: 300 italic .9em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: rgba(200,200,200, .7);
}
button{
    text-align: center;
    height: 50px;
    width: 300px;
    border: #15a1d1 5px solid;
    background: none;
    color: #15a1d1;
    font: 400 24px "Roboto", sans-serif;
    color: #15a1d1;
    display: block;
    position: relative;
    margin: 20px auto;
    float: right
}
button:hover{
    background-color: #15a1d1;
    color: #fafafa;
    font-weight: 500;
    transition: all 256ms ease-out 0s;
}
@media screen and (max-width: 1140px) {
    input[type="text"]{
        width: 100%;
    }
    label{
        width: 100% !important;
    }
    textarea{
        width: 100% !important;
    }
}
/*___________________Contact_____________________*/
.twoColumn {
/*    width: 50%;*/
    padding: 0 10px 10px 10px;
    float: left;
    font: 300 1em 'Roboto', 'Helvetica', 'Arial', sans-serif;
    margin-bottom: 20px;
}
.twoColumn:nth-of-type(1){
    border-right: 1px solid rgba(150, 150, 150, 1);
}
#map {
        width: 100%;
        height: 300px;
      }
h3{
    color: #98bb32;
}
h4{
    margin-bottom: 0;
    padding-left: 20px;
    color: rgba(50, 50, 50, 1);
}
.twoColumn > p{
    padding-left: 20px;
    color: #15a1d1;
    line-height: 1.2em;
}

.twoColumn > p:nth-of-type(1){
    margin-top: 0;
    padding-left: 20px;
    color: #15a1d1;
    line-height: 1.2em;
}