/* FORM STYLE INITIALIZATION */
.enterpriseform .field-wrapper {}
.enterpriseform .field {background: #fff; border: 1px solid #777; margin-bottom: 1.2em;  padding: .4em .5em;}
.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: #333; display: block; font-weight: bold; margin-bottom: .5em;}
.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;}
.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.4em;  line-height: 1.4em; }
.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;}
.enterpriseform [data-field-type="select"] .inner:after {color: #333; content: '\25bc'; display: block; font-size: .85em; line-height: 1em;  position: absolute; top: 23%; right: 1%; z-index:1;}
.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: 3px 3px;
    font-size: 0;
}
.enterpriseform [data-field-type="select"] .inner:after 
{
    transform: scale(1,.0.8);
    font-size: 14px;
}
.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 .step > legend
{
    display: none;
}
.enterpriseform .field
{
    border: 0;
    border-radius: 4px;
    padding: 0 .2em;
    margin-bottom: 12px;
}
.enterpriseform .field-wrapper > label:not(.error)
{
    display: none;
}
fieldset 
{
    border:0 !important;
}
.req_text
{
    font-size: 11px;
    float: right;
    font-size: 11px;
    color: #fff;
}
.step1 .steps_text
{
    font-size: 16px;
    color: #fff;
    float: right;
}
.step1 .actions
{
    text-align: center;
}
.step1 .req_text
{
    float: left;
}
.goback
{
    float: left;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}
.step2 .steps_text
{
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.enterpriseform .actions button#submit
{
    background: #eec73e;
    border-radius: 0;
    border: 2px solid #ddb83b;
    padding: 0;
    width: 100%;
    height: 42px;
    font-family: 'OpenSans_bold';
    color: #1f3e75;
    font-size: 26px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.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="city_temp"]
{
    width: 48%;
    float: left;
}
.enterpriseform .field-wrapper[data-field-name="state_temp"]
{
    width: 48%;
    float: right;
}
.disclaimer
{
    display: block;
    color: #fff;
    text-align: center;
    /*font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;*/
    font-size: 10px;
    line-height: 1.1;
    margin-bottom: 0;
}
.disclaimer a,
.disclaimer a:hover
{
    color: #fff;
}
.privacy
{
    margin: 0;
    font-size: 11px;
    text-align: center;
    color: #fff;
}
.privacy a
{
    color: #fff;
}
/* Real Time Error Start*/
.enterpriseform .field-wrapper 
{
    position: relative;
}
.enterpriseform div.error
{
    position: absolute;
    top: 2px;
    right: 0;
    margin-top: 0px;
    font-weight: bold;
    z-index: 1;
    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: 13px;
    right: 25px;
    min-height: 19px;
}
.err_msg {
    display: none;
    font-size: 12.5px;
    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);
}
.enterpriseform .field-wrapper.city_state_wrapper 
{
    display: none;
}
#requestinfo_section
{
	width: 100%;
    float: left;	
    color: #fff;
}
#requestinfo_section .container
{
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
#requestinfo_section #requestinfo
{
	background: rgba(33,63,115,.7);
	padding: 0 25px 15px;
}
#requestinfo header
{
	font-family: 'OpenSans_semibold';
    font-size: 30px;
    color: #edc64f;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}
.sticky_btn
{
    display: none;
}
.field-wrapper[data-field-name=YearHighestEducationCompleted] 
{
    display: none;
}
.field-wrapper[data-field-name=YearHighestEducationCompleted].enable
{
    display: block;
}
.nextstep
{
    background: #eec73e;
    border-radius: 0;
    border: 2px solid #ddb83b;
    padding: 0;
    width: 100%;
    height: 42px;
    font-family: 'OpenSans_bold';
    color: #1f3e75;
    font-size: 26px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.enterpriseform .step1 .actions .nextstep:after 
{
    content: '';
    position: absolute;
    top: 7px;
    width: 22px;
    height: 24px;
    background: url(/wp-content/themes/eddy-minimal/images/next-arrow.jpg) no-repeat;
}
.disclaimer_step1 
{
    font-family: 'OpenSans_bold';
    font-size: 16px;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 18px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
}
body .qcf header.form_title_mob
{
    display: none !important;
}
@media only screen and (max-width:999px){
    .sticky_btn
    {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        padding: 15px 5px;
        margin: 0;
        text-align: center;
        font-size: 24px;
        background: #edc64f;
        z-index: 99998;
    }
    body.page-thankyou  #requestinfo_section,
    body.page-thankyou  .top_right a.qcf_btn_top
    {
        display: none;
    }
    body .qcf header:not(.form_title_mob)
    {
        display: none !important;
    }
    body .qcf header.form_title_mob
    {
        display: block!important;
        margin: 10px 0;
        font-size: 25px;
    }
    body .enterpriseform div.error
    {
        top: 6px;
        right: 3px;
    }
    .sticky_btn a
    {
        color: #1f3e75;
        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;
    }
    #requestinfo_section
    {
        background: #1f3e75;
    }
    #requestinfo_section #requestinfo
    {
        background: none;
        margin: 0 auto;
        max-width: 425px;
        padding: 0 18px 15px;
    }
    .step1 .req_text,
    .step1 .steps_text
    {
        width: 100%;
    }
    .disclaimer_step1
    {
        font-size: 14px;
    }
    body .alertno
    {
        left: 17px; right: 17px;
    }
    body .alertno p
    {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 1.5em;
    }

    body .enterpriseform .field{
        padding: 0px !important;
        border-radius: 2px !important;
    }

    body .enterpriseform .field > .inner{
        padding: 9px 16px !important;
        min-height: 40px;
    }

    body .enterpriseform .placeholder-show select,
    .enterpriseform select{
        background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='rgba(0, 0, 0, 0.55)' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 0.1rem center/8px 15px no-repeat #fff !important;
        background-position: calc(100% - .5rem), 100% 0;
        background-size:  1.5em 1.5em;
        background-repeat: no-repeat;
        padding-right: 10px !important;
    }

    body .enterpriseform .placeholder-show select,
    .enterpriseform input, .enterpriseform select{
        height: 27px !important;
    }

    body .enterpriseform label.error{
        top: 6px;
    }

    .enterpriseform [data-field-type="select"] .inner:after{
        display: none !important;
    }
}
@media screen and (max-width: 767px){
	.page-rsvp-grad-school main .entry-content h2:first-of-type {
		font-size: 32px!important
	}
}
@media only screen and (min-width:1000px) {
    #requestinfo_section #requestinfo
    {
        position: absolute;
        top: -445px;
        right: 0;
        width: 415px;
        min-height: 445px;
        z-index: 0;
    }
    .sticky_btn
    {
        display: none !important;
    }
    .enterpriseform input[type=email], 
    .enterpriseform input[type=number], 
    .enterpriseform input[type=tel], 
    .enterpriseform input[type=text], 
    .enterpriseform select, 
    .enterpriseform textarea
    {
        z-index: 1;
        background: none;
    }
    .enterpriseform
    {
        z-index: 0;
        position: relative;
    }

}
/* Custom Form - Start*/
.radio_ques 
{
    font-size: 13px;
    margin-top: -3px;
    line-height: 1.25;
}
.radio_ans 
{
    font-size: 13px;
    padding-bottom: 5px;
}
.radio_ans u 
{
    text-decoration: none;
}
.alertno 
{
    background: #fff;
    padding: 30px 10px;
    position: absolute;
    /*left: 20px;
    right: 20px;*/
    left: 0;
    right: 0;
    width: auto !important;
    max-width: 100%;
    font-size: 16px;
    color: red;
    display: block;
    z-index: 8;
}
.alertno p
{
    font-family: "OpenSans_regular";
    margin-bottom: 0;
}
/* Customization - Form  END*/


.im_ie_11 .enterpriseform [data-field-type=select] .inner::after
{
    display: none;
}

.enterpriseform [data-field-type=select] .inner:after{
    z-index: 0;
}
/*hidding form on spanish page*/
.page-id-4097 #requestinfo_section
{
    display: none!important;
}

/* end of hidding form on spanish page*/
.page-rsvp-grad-school main .entry-content h2:first-of-type {margin-top:0!important}