/* FORM STYLE INITIALIZATION */
.enterpriseform .field-wrapper {}
.enterpriseform .field {background: #fff; border: 1px solid #707070; margin-bottom: 1.2em;  padding: .4em .5em; border-radius: 0.125rem}
.enterpriseform .field:active, .enterpriseform .field:focus, .enterpriseform .field:focus-within {border-color: #003B5D;}
.enterpriseform .field.alert_border {border-color: #700000;}
.enterpriseform .field > .inner {position: relative;}
.enterpriseform .actions .field {background: none; border: 0; padding: 0; text-align: center;}
.enterpriseform .field-wrapper[data-field-type="checkbox"] .field,
.enterpriseform .field-wrapper[data-field-type="radios"] .field {background: none; border: 0; padding: 0;}
.enterpriseform .step:first-child {display: block;}
.enterpriseform .step {background: none; border: 0; -khtml-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; display: none; margin: 0; padding: 0; top: 0;}
.enterpriseform .step > legend {background: none; border: 0; -khtml-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; color: inherit; display: block;  float: none; font-family: inherit; left: 0; line-height: 1em; margin: 0; -webkit-padding-start:0; -webkit-padding-end:0; padding: 0; position: relative; text-indent: 0; text-shadow: none; top: 0; width: auto;}
.enterpriseform .step.current {display: block;}
.enterpriseform .step:first-of-type .laststep{display: none;}
.enterpriseform .step:last-of-type .nextstep{display: none;}
.enterpriseform label {color: #003B5D; display: block; font-weight: bold; margin-bottom: 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;}
.enterpriseform div.error {font-size: .8em; font-style: italic; line-height: 1em; margin-bottom: .3em; margin-top: -1.3em;}
.enterpriseform .option label,
.enterpriseform .option label {display: inline; margin-left: 4px; vertical-align: middle;}
.enterpriseform .actions {background: none; border:0; clear: both; padding: 0;}
.enterpriseform .placeholder {bottom:0; display: none; left: 0; margin-bottom: 0; overflow: hidden; position: absolute; right:0; top:0; white-space:nowrap; z-index: 0;}
.enterpriseform input[type=email],
.enterpriseform input[type=number],
.enterpriseform input[type=tel],
.enterpriseform input[type=text],
.enterpriseform select,
.enterpriseform textarea {-moz-appearance: none; -webkit-appearance: none; appearance:none; border:0; display: block; margin:0; outline: none!important; padding: 0; position: relative; max-width: 100%; width:100%; z-index: 1; }
.enterpriseform input,
.enterpriseform select,
.enterpriseform textarea {-webkit-padding-after: 0px; -webkit-padding-before: 0px; -webkit-padding-end: 0px; -webkit-padding-start: 0px; -webkit-margin-after: 0px; -webkit-margin-before: 0px; -webkit-margin-end: 0px; -webkit-margin-start: 0px;}
.enterpriseform input[type=checkbox],
.enterpriseform input[type=radio] {padding: 0; margin: 0; vertical-align: middle; width: 30px; height: 30px;}
.enterpriseform input[type=number] {-moz-appearance:textfield; -webkit-appearance: textfield; appearance: textfield;}
.enterpriseform input[type=number]::-webkit-inner-spin-button,
.enterpriseform input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; margin: 0;}
.enterpriseform .placeholder,
.enterpriseform input,
.enterpriseform select {font-family: inherit; font-size: 1em; font-weight: normal; height: 1.3em;  line-height: 1.3em; }
.enterpriseform textarea {font-family: inherit; font-size: 1em; font-weight: normal; height: 4.2em; letter-spacing: 0px; line-height: 1.4em;}
.enterpriseform select {line-height: 1.3em;     background: transparent;}
/* .enterpriseform [data-field-type="select"] .inner:after {color: #333; content: '\25bc'; display: block; font-size: .85em; line-height: 1em;  position: absolute; top: 23%; right: 3%; z-index:0;} */
.enterpriseform .placeholder-show input,
.enterpriseform .placeholder-show textarea,
.enterpriseform .placeholder-show select { background: transparent!important; }
.enterpriseform .placeholder-show .placeholder { display:block; }
.enterpriseform .placeholder-show select {color: #888;}
.enterpriseform .placeholder {color: #888; text-align: left!important;}
.enterpriseform ::-webkit-input-placeholder {color: #888; line-height: 1.4em;}
.enterpriseform :-moz-placeholder {color: #888; line-height: 1.4em; opacity: 1;}
.enterpriseform ::-moz-placeholder {color: #888; line-height: 1.4em; opacity: 1;}
.enterpriseform :-ms-input-placeholder {color: #888; line-height: 1.4em;}
.enterpriseform :focus::-webkit-input-placeholder {color: #333;}
.enterpriseform :focus:-moz-placeholder {color: #333;}
.enterpriseform :focus::-moz-placeholder {color: #333;}
.enterpriseform :focus:-ms-input-placeholder {color: #333;}
.enterpriseform input:focus,
.enterpriseform select:focus,
.enterpriseform input:focus + .placeholder {background:transparent; color: #333; outline: none!important;}
.enterpriseform select:focus optgroup,
.enterpriseform select:focus option {color: #000;}
.enterpriseform select:focus {width: auto\9; max-width: 350px\9; min-width: 100%\9;}
/* Form Edits start */
.enterpriseform .field > .inner 
{
    padding: 4px 3px;
    font-size: 0;
}
.enterpriseform [data-field-type="select"] .inner:after 
{
    transform: scale(1,.65);
    font-size: 18px;
}
.enterpriseform input[type=email],
.enterpriseform input[type=number],
.enterpriseform input[type=tel],
.enterpriseform input[type=text],
.enterpriseform select,
.enterpriseform textarea 
{
    border-radius: 0;
    font-size: 16px;
    display: inline-block;
}
.enterpriseform #BirthDate {
    width: 100%;
    font-size: 16px;
    border: none;
}
.enterpriseform [data-field-type="select"] .inner:after 
{
    transform: scale(1,.65);
}
.enterpriseform .step > legend
{
    display: none;
}
.enterpriseform .field
{
    padding: .1em .2em;
    margin-bottom: 7px;
}

fieldset 
{
    border:0 !important;
}
.req_text
{
    font-size: 11px;
    display: none;
}
.steps_text
{
    font-size: 11px;
    color: #fff;
}
.step1 .actions
{
    text-align: center;
}
.goback
{
    float: left;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}
.step2 .steps_text
{
    float: right;
}
.step2 .actions .field
{
    width: 100%;
    display: inline-block;
}
.single_step .sub_action
{
    display: none;
}
.enterpriseform .field-wrapper
{
    display: inline-block;
    width: 100%;
}
.enterpriseform .field-wrapper[data-field-name="FirstName"],
.enterpriseform .field-wrapper[data-field-name="Email"],
.enterpriseform .field-wrapper[data-field-name="City"],
.enterpriseform .field-wrapper[data-field-name="Zip"]
{
    width: 48%;
    display: inline-block;
    float: left;
}
.enterpriseform .field-wrapper[data-field-name="LastName"],
.enterpriseform .field-wrapper[data-field-name="DayPhone"],
.enterpriseform .field-wrapper[data-field-name="State"],
.enterpriseform .field-wrapper[data-field-name="MilitaryStatus"]
{
    width: 48%;
    display: inline-block;
    float: right;
}
.__cf_email__{
    color: black !important;
    text-decoration: none !important;
}
.disclaimer
{
    display: none;
}
.privacy
{
    margin: 0;
    font-family: 'Arial',  sans-serif;
    font-size: 14px;
    text-align: center;
    color: #003B5D;
}
.privacy a
{
    color: #fff;
}
/* Real Time Error Start*/
.enterpriseform .field-wrapper 
{
    position: relative;
}
.enterpriseform div.error
{
    position: absolute;
    top: 5px;
    right: 4px;
    margin-top: 0px;
    font-weight: bold;
    z-index: 999;
    width: 25px;
    font-size: 14px;
    text-align: center;
    background: #d40001;
    padding: 5px;
    color: #fff;
}
.error .err_msg 
{
    display: block;
    width: auto;
    background: #d40001;
    color: #fff;
    white-space: nowrap;
    font-weight: normal;
    top: -22px;
    right: -18px;
}
.error .err_msg:after
{
    color: #d40001;
    content: '\25bc';
    display: block;
    font-size: 14px;
    line-height: 1em;
    position: absolute;
    top: 14px;
    right: 25px;
    min-height: 19px;
}
.err_msg {
    display: none;
    font-size: 13px;
    position: absolute;
    top: -27px;
    right: -18px;
    padding: 2px 5px 0;
    background: #efc740;
    color: #1f3e75;
    z-index: 5;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.53);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.53);
}
.err_msg:after {
    color: #d40001;
    content: '\25bc';
    display: block;
    font-size: 14px;
    line-height: 1em;
    position: absolute;
    top: 16px;
    right: 28px;
    min-height: 19px;
}
.error:hover + .err_msg {

}
.city_state_wrapper{
    display:none;
}
#requestinfo_section
{
	width: 100%;
    float: left;	
}
#requestinfo_section .container
{
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
#requestinfo_section #requestinfo {
	
    background: #EDEBE5 !important;
    padding: 10px 20px;
	
}

#requestinfo header
{
	font-size: 30px;
    font-family: "TradeGothic_Bold";
	text-align: center;
	padding: 0;
	color: #003B5D;
}
#requestinfo button#submit{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 40px;
    background: #B6A36B;
    border: solid 1px #B6A36B;
    color: black;
    border-radius: 0.125rem;
    margin-top: 40px;
	margin-bottom: 40px;
    cursor: pointer;
}
#requestinfo button#submit:hover{
	color: #fff;
    background: #857542;
    text-decoration: underline #fff 2px;
    text-underline-offset: 5px;
}

/* #requestinfo header::before
{
    content: "Get Started";
    position: relative;
    top: 0;
    left: 0;
    color: #ccc;
} */
.sticky_btn
{
    display: none;
}

    /*Fast Track*/
    .field-wrapper[data-field-name="FastTrack"] .field,
    .field-wrapper[data-field-name="NursingLicense"] .field,
    .field-wrapper[data-field-name="ParamedicLicense"] .field {
        background-color: transparent;
        border: none;
    }
    .radio-group {
        display: flex;
        flex-direction: row;
        gap: 0 20px;
        background-color: transparent;
    }
    .radio-group  .radio {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0 10px;
    }
    input[type='radio'] {
        background-color: #000;
    }
    /*Fast Track ends*/

@media only screen and (max-width:999px){
    .enterpriseform .field {
        padding: 0 .2em;
    }
    .enterpriseform input, .enterpriseform select {
        height: 34px;
    }
    .sticky_btn
    {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        padding: 15px 5px;
        margin: 0;
        text-align: center;
        font-size: 24px;
        background: blue;
        color: white;
        z-index: 99998;
    }
    .sticky_btn a
    {
        color: #fff;
        text-decoration: none;
    }
    /* Top Sticky */
    .sticky_btn#top_place
    {
        top: 0;
    }
    /* Bottom Sticky */
    .sticky_btn#bottom_place
    {
        bottom: 0;
    }
    /* Bottom Sticky */
    .sticky_btn#no_place
    {
        display: none !important;
    }
}

@media only screen and (min-width:1000px) {

    #requestinfo_section #requestinfo
    {
        position: absolute;
        top: -700px;
        right: 0;
        width: 500px;
        min-height: 700px;
    }
    .sticky_btn
    {
        display: none !important;
    }

}

.enterpriseform .field-wrapper.city_state_wrapper
{
    display: none;
}
