form {
  font-size: 0;
  display: block;
  overflow: hidden;
  margin: 30px 30px 20px 30px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background: #fff;
}

form>div>label {
  font-size: 16px;
  /*wut*/
  display: table;
  padding: 10px 10px 10px;
  cursor: pointer;
  vertical-align: top;
  color: #555;
  font-weight: normal;
}

/*For the Swipe Slider (this is now gone, we're using a dropdown)*/

.slow .toggle-group {
    transition: left 0.7s;
    -webkit-transition: left 0.7s;
}

.success .btn-primary {
    background-color: #337B48;
}

.Questions {
    font-size: 18px;
    font-weight: bold;
}

.dropdown {
    font-size: 16px;
    /*wut*/
    display: table;
    padding: 18px 14px 10px;
    cursor: pointer;
    vertical-align: top;
    color: #555;
    font-weight: normal;
}

.dropdown-menu {
    top:90%;
    left:20px;
}

#dropdownMenu1 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    color: #555;
    padding: 8px 8px;
}

.topInfo {
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  padding-top: 2%;
  text-align: center;
  background: url('../Images/CP_logo_transparent.png') no-repeat 10%;
  background-size: 49.8px 60px;
}

.bottomInfo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.col-2, .col-3, .col-4, .col-1, .col-6, .col-5 {
  border-bottom: 1px solid #e4e4e4;
}

form>div>.col-4, .col-5 {
  height: 86px;
}

label>input, label>textarea, div>input {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 27px;
  margin: 5px -5px 0;
  padding: 3px 3px 3px;
  transition: all linear .3s;
  opacity: .6;
  color: #555;
  border: none;
  outline: none;
}

label>textarea {
  height: 54px;
}

.modal-dialog {
  width: 750px;
  font-size: 18px;
  margin: 20% auto;
}

.col-submit {
  text-align: center;
}

label>select {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin: 16px 0 6px;
  padding: 0;
  transition: all linear .3s;
  opacity: .4;
  color: #555;
  border: none;
  outline: none;
  background: transparent;
}

label>input:focus, label>select:focus, label>textarea:focus {
  opacity: 1;
}

@media(min-width: 850px) {
  form>div {
    /*display: contents;*/
    display: inline-block;
  }
  .col-submit {
    display: block;
  }
  .col-2, .col-3, .col-4, .col-1, .col-6, .col-5 {
    border: none;
    box-shadow: 1px 1px #e4e4e4;
  }
  .col-2 {
    width: 50%;
  }
  .col-1 {
    width: 100%;
  }
  .col-3 {
    width: 33.3333333333%;
  }
  .col-6 {
    width: 66.6666666666%;
  }
  .col-4 {
    width: 25%;
    height: 101px;
  }
  .col-5 {
    width: 20%;
    height: 101px;
  }
  .col-submit {
    width: 30%;
    padding:8px;
    margin: 0 auto;
    height: 60px;
    font-size: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }
}
@media(max-width:767px)
{
    label>input, label>textarea, div>input {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
}
    form>div>label{
        padding:5px 5px 10px;
        font-size:14px;
    }
    .modal-content{
        width:300px;
    }
    .modal{
        left:12%;
    }
     .topInfo {
        font-size:15px;
        background: url('../Images/CP_logo_transparent.png') no-repeat 8%;
        background-size: 38px 45px;
    }
    .Questions{
        font-size:15px;
    }
}
@media(max-width:350px)
{
    label>input, label>textarea, div>input {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
}
    form>div>label{
        padding:5px 5px 10px;
        font-size:14px;
    }
    .modal-content{
        width:300px;
    }
    .modal{
        left:2%;
    }

    .topInfo {
        font-size:13px;
        background: url('../Images/CP_logo_transparent.png') no-repeat 1%;
        background-size: 30px 35px;
    }

}
input.submitbtn{
    border-radius:5px;
    margin-bottom:10px;
    background-color:#999;
    color:#fff;
}


/* hide input */

input.radio:empty {
  margin-left: -1999px;
}


/* style label */

input.radio:empty~label {
  position: relative;
  float: left;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.radio:empty~label:before {
  position: absolute;
  display: block;
  top: 20px;
  bottom: 10px;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 4px 4px 4px 4px;
}


/* toggle hover */

input.radio:hover:not(:checked)~label:before {
  content: '\2714';
  text-indent: .7em;
  color: #fff;
}

input.radio:hover:not(:checked)~label {
  color: #888;
}


/* toggle on */

input.radio:checked~label:before {
  content: '\2714';
  text-indent: .7em;
  color: #000;
  background-color: #4DCB6D;
}

#radio5:checked~label:before{
    background-color:red;
}
#radio1:checked~label:before{
    background-color:yellow;
}
#radio3:checked~label:before{
    background-color:red;
}
#radio8:checked~label:before{
    /*display: contents;*/
    background-color:blue;
}
/*#radio9:checked~label:before{
    display: contents;
    background-color:green;
}*/

input.radio:checked~label {
  color: #000;
}


/* radio focus */

input.radio:focus~label:before {
  box-shadow: 0 0 0 3px #999;
}

.placeholderError {
    background: Red;
    color:white;
}
.placeholderErrorRadio {
    border: 3px solid red

}