.custom-hs-form {
    max-width: 650px;
    margin: 0 auto;
  font-family: 'Roboto', Arial, sans-serif;"
}

.custom-hs-form input.hs-input {
    height: 46px;
    width: 100% !important;
  font-size: 16px;
}

.custom-hs-form textarea {
 width: 100% !important;
  background-color: #fff;
  font-size: 16px;
  height: 120px;
  margin-bottom: 20px;
}

.custom-hs-form label {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.custom-hs-form .form-columns-2,
.custom-hs-form .form-columns-1 {
    max-width: none !important;
    
}

.custom-hs-form input,
.custom-hs-form select{
  margin-bottom: 20px;
}

.custom-hs-form input.hs-button {
 background-color: #C1282D;
  color: #fff;
  font-size: 22px;
  font-family: 'Oswald', San-serif;
  padding: 15px 35px;
  font-weight: 400;
  display: block;
  margin: 40px auto 0;
  border-radius: 4px;
}

.custom-hs-form input:hover {
  background-color: #fff;
	color: #000;
}


.custom-hs-form .hs-error-msgs {margin: -15px 0 10px 0;}
.custom-hs-form .hs-error-msgs li {list-style-type: none; border-left: 2px solid #ccc; padding-left: 5px;}
.custom-hs-form .hs-error-msgs li label {font-size: 13px; color: #ccc;}

.custom-hs-form select.hs-input {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100% !important;
  background: #fff url("http://hpf.darrenhardy.wpengine.com/wp-content/uploads/sites/2/2019/02/drop-arrow@2x.png") no-repeat 97% 50% !important;
  background-size: 15px 10px  !important;
}    .custom-hs-form select.hs-input {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 16px 15px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 0px;
        background: #ffffff;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .custom-hs-form select.hs-input::-ms-expand {
            display: none;
        }
        .custom-hs-form select.hs-input:hover,
        .custom-hs-form select.hs-input:focus {
            color: #000000;
            background: #ffffff;
        }
        .custom-hs-form select.hs-input:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.custom-hs-form .hs-fieldtype-select .input::after {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #D8D8D8 transparent transparent transparent;
}
.custom-hs-form select.hs-input:hover ~ .select_arrow,
.custom-hs-form select.hs-input:focus ~ .select_arrow {
    border-top-color: #000000;
}
.custom-hs-form select.hs-input:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

@media (max-width: 479px) {
  
}