﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
    color: #011e41;
    font: normal normal 700 2.5em "Barlow Condensed", "Open Sans Condensed", Arial, sans-serif;
    letter-spacing: inherit;
    line-height: 1;
    text-align: inherit;
    text-transform: uppercase;
    margin: 0 auto;
}

p {
    color: inherit;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: inherit;
    font-weight: normal;
    line-height: 100%;
    text-align: inherit;
    text-decoration: inherit;
}

label {
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    text-decoration: inherit;
}

.form-button {
    background-color: #011e41;
    color: #fff;
    border: none;
    border-radius: 7px;
    font: bold 15px "Spartan", "Open Sans", sans-serif;
    letter-spacing: .15em;
    margin: 2px auto;
    min-width: 0;
    padding: 1.2em 1.5em 1em;
    text-transform: uppercase;
    cursor: pointer;
}

    .form-button.disabled {
        background-color: #ccc; /* Light grey background */
        color: #6c757d; /* Dark grey text color */

        opacity: .3;
    }

.form-control {
    background: #fff;
    border-radius: 0.5em;
    border: 1px solid #011e41;
    color: #011e41;
    display: flex;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 2em;
    /*justify-content: center;*/
    margin: 10px 1px 15px;
    min-height: 3.2em;
    min-width: 12em;
    padding: 0.5em;
    position: relative;
    vertical-align: middle;
    width: 100%;
    max-width: 500px
}

.logo {
    margin: 1em auto;
    width: 100vw; /* Set width to 100% of the viewport width */
    max-width: 100%;
    height: 55px;
    max-width: 240px;
    text-align: center;
    display: block;
}

.contact-info {
    max-width: 700px;
/*    text-align: center;*/
    margin: 0 auto;
}

.hideLabel {
    display: none;
}

.hideField {
    display: none;
}

.showField {
    display: block;
}

.dept-topper {
    padding: .1em;
/*    width: 100%;*/
}

    .dept-topper > div > h1 {
        position: relative;
        margin: 0;
    }

.od-form {
    text-align: center;
    padding: 20px;
}

.radio input:first-child {
    opacity: 1;
    width: 21px;
    margin-left: 66px;
    margin-right: -26px;
}

label span {
    color: #e62003;
}

.infusion-multiselect {
    min-width: 0%;
}

::placeholder,
select {
    text-transform: capitalize;
}

#inf_field_Phone1,
#inf_field_Email {
    &::placeholder

{
    text-transform: none;
}

}

.field-error {
    border: 1px solid #E62003;
    &::placeholder

{
    color: #E62003;
}

}

select {
    min-height: 33px;
    padding: 10px 15px;
    font-weight: 400;
    color: #555;
    width: 100%;
}

option {
    padding: 5px 0px;
}

.JobOpportunityIntent {
    padding: 0px 12px;
}
.infusion-field {
    margin-bottom: 15px; /* Add some spacing between fields */
}
.form-container {
    max-width: 100%;
    width: 500px; /* Adjust as needed */
    margin: 0 auto;
}
/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
    .infusion-field {
        margin-right: 0; /* Remove right margin to stack fields vertically */
    }

        .infusion-field label {
            margin-right: 0; /* Remove right margin for labels */
        }

        .infusion-field input {
            width: 100%; /* Make inputs full width */
        }

    .infusion-submit {
        margin-top: 20px; /* Add some spacing above the submit button */
    }
}
#inf_custom_Whatisyouranticipatedgraduationyear,
#inf_custom_HowDidYouHearAboutUsOtherSelected,
#inf_custom_Whichbestdescribesme,
#inf_custom_Howdidyouhearaboutus {
    min-width: 100%;
    display: grid;
    margin-bottom: 10px;
}

.required-field-disclaimer {
    margin-top: 10px;
}

    .required-field-disclaimer span {
        color: #e62003;
    }

