.gs-form {
    margin: 30px 0;
}

.gs-form .input {
    margin: 15px 0;
    width: 50%;
}

.gs-form .input label {
    width: 100%;
    line-height: 1.75rem;
}

.gs-form .input abbr {
   color: #dc0c15;
}

.gs-form .input label input, .gs-form .input select {
    width: 100%;
    line-height: 2.4rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.gs-form .input select {
    padding: 15px;
}

.gs-form .input .radio label, .gs-form .checkboxes p, .gs-form .checkboxes label {
    line-height: 1.75rem;
}
.gs-form .input .radio .options,  .gs-form .checkboxes .checkbox {
    width: 100vw;
}

.gs-form .input .radio .options .option,  .gs-form .checkboxes .checkbox {
    line-height: 1rem;
}

.gs-form .input .radio .options .option input, .gs-form .checkboxes .checkbox input {
    width: 50px;
}

.gs-form .form-btn {
    padding: 10px 25px;
    background-color: #dc0c15;
    color: white;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

.gs-form .form-btn:hover {
    background-color: green;
    color: black;
}

.gs-form {
    margin: 30px 0;
}

.gs-form .input {
    margin: 15px 0;
    width: 50%;
}

.gs-form .input label {
    width: 100%;
    line-height: 1.75rem;
}

.gs-form .input abbr {
   color: #dc0c15;
}

.gs-form .input label input, .gs-form .input select {
    width: 100%;
    line-height: 2.4rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.gs-form .input select {
    padding: 15px;
}

.gs-form .input .radio label, .gs-form .checkboxes p, .gs-form .checkboxes label {
    line-height: 1.75rem;
}
.gs-form .input .radio .options,  .gs-form .checkboxes .checkbox {
    width: 100vw;
}

.gs-form .input .radio .options .option,  .gs-form .checkboxes .checkbox {
    line-height: 1rem;
}

.gs-form .input .radio .options .option input, .gs-form .checkboxes .checkbox input {
    width: 50px;
}

.gs-form .form-btn {
    padding: 10px 25px;
    background-color: #dc0c15;
    color: white;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

.gs-form .form-btn:hover {
    background-color: green;
    color: black;
}

/*marketing preferences*/
.enquiry-form input[type='checkbox'],
.enquiry-form__form-wrap input[type='radio'] {
    width: 5%;
}

.enquiry-form .gs-form p {
    padding: 10px 0px;
    margin:0;
}

.enquiry-form .gs-form,
.gs-form .form-btn {
    margin-top: 20px;
}

.enquiry-form .opt-in-link {
    text-decoration: underline;
    font-weight:bold;
    cursor: pointer;
}

.enquiry-form .modalContent {
    overflow: hidden;
}

.enquiry-form .closeModal button {
    margin: 10px;
    font-weight: bold;
    font-size: 1.5rem;
}

.enquiry-form #firstOptInMessage,
#secondOptInMessage {
    display:none;
    padding-top: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
