.salesforce_w2l_lead form.w2llead {
    text-align: left;
    clear: both;
}

.salesforce_w2l_lead #salesforce {
    margin: .25em 0 0 0;
    color: #aaa;
}

.salesforce_w2l_lead #salesforce a {
    color: #999;
}

.salesforce_w2l_lead .w2llabel, .w2linput {
    display: block;
    float: left;
    box-sizing: border-box;
}

.salesforce_w2l_lead .w2llabel.error {
    color: #f00;
}

.salesforce_w2l_lead .w2llabel {
    clear: left;
    margin: .25em 0;
    width: 50%;
}

.salesforce_w2l_lead .w2linput.text {
    width: 50%;
    height: auto;
    margin: .25em 0;
}

.salesforce_w2l_lead .w2linput.textarea {
    width: 100%;
    height: 6em;
    margin: .75em 0;
}

.salesforce_w2l_lead .w2lsubmit {
    float: none;
    clear: both;
    padding: .5em 0;
}

.salesforce_w2l_lead .w2linput.submit {
    float: none;
    margin: .75em 0 0 0;
    clear: both;
}

.salesforce_w2l_lead .w2llabel.checkbox,
.salesforce_w2l_lead .w2linput.checkbox {
    display: inline-block;
    float: none;
}

.salesforce_w2l_lead .sf_type_checkbox input {
    width: 1.25em;
}

.salesforce_w2l_lead .w2llabel.checkbox {
    clear: none;
    margin: 0;
}

.salesforce_w2l_lead .w2linput.textarea, .salesforce_w2l_lead .w2linput.text {
    font-size: inherit;
}

.salesforce_w2l_lead .top-aligned .w2linput {
    clear: left;
}

.salesforce_w2l_lead .top-aligned .w2llabel {
    width: 100%;
}

.salesforce_w2l_lead .left-aligned .w2llabel {
    width: 25%;
}

.salesforce_w2l_lead .left-aligned .w2linput.text, .salesforce_w2l_lead .left-aligned .w2linput.textarea {
    width: 75%;
}

.salesforce_w2l_lead .sidebar.left-aligned .w2llabel, .salesforce_w2l_lead .sidebar.left-aligned .w2linput {
	width: 50%;
}
.salesforce_w2l_lead .sidebar.left-aligned .sf_field_captcha{
    overflow: hidden;
}
.salesforce_w2l_lead .sidebar.left-aligned .sf_field_captcha .w2llabel, .salesforce_w2l_lead .sidebar.left-aligned .sf_field_captcha .w2linput {
	width: 50%;
}
.salesforce_w2l_lead .sidebar.left-aligned .sf_field_captcha .w2linput{
    float: right !important;
}

.salesforce_w2l_lead .sidebar.left-aligned .w2llabel.checkbox {
	width: auto;
}

.salesforce_w2l_lead .sidebar.left-aligned .w2linput.checkbox {
	width: 1.25em;
}

.salesforce_w2l_lead .top-aligned .w2llabel.checkbox, .salesforce_w2l_lead .left-aligned .w2llabel.checkbox {
    width: auto;
}

/* Styling Fix for Twenty Sixteen Theme */
.w2llead.sidebar{
	margin-left: auto;
	width: 100%;
}

.salesforce_w2l_lead .placeholders .w2linput {
}
.salesforce_w2l_lead.sf_two_column .placeholders .sf_type_checkbox {
    padding-top: 15px;
}
.salesforce_w2l_lead.sf_two_column .top-aligned .sf_type_checkbox,
.salesforce_w2l_lead.sf_two_column .left-aligned .sf_type_checkbox {
    padding-top: 42px;
}
.salesforce_w2l_lead.sf_two_column .top-aligned .sf_type_checkbox .error_message{
    margin-top: 15px;
}
.salesforce_w2l_lead .w2linput.text.captcha {
    width: 160px;
    float: left;
    clear: none;
}

.salesforce_w2l_lead .w2limg {
    display: block;
    clear: both;
    float: left;
}

.salesforce_w2l_lead .required {
    font-weight: bold;
    color: inherit;
}

.salesforce_w2l_lead span.required {
    color: red;
}

.salesforce_w2l_lead .left-aligned .w2limg {
    float: left;
    clear: none;
}

.salesforce_w2l_lead .w2linput.text.captcha {
    height: 75px;
    margin: 0 0 0 .5em;
    font-size: 2.5em;
    text-align: left;
}

.salesforce_w2l_lead .sf_cc_user {
    padding: 1em 0;
}

.salesforce_w2l_lead .sidebar .w2linput, .salesforce_w2l_lead .sidebar .w2llabel {
    float: none;
    display: block;
}

.salesforce_w2l_lead .sidebar .w2linput.checkbox, .salesforce_w2l_lead .sidebar .w2llabel.checkbox {
    float: none;
    display: inline-block;
    width: auto;
}

.salesforce_w2l_lead .sidebar.left-aligned .w2linput, .salesforce_w2l_lead .sidebar.left-aligned .w2llabel {
    float: left;
    display: inline;
}
.salesforce_w2l_lead .sidebar.left-aligned .w2lsubmit{
    text-align: center;
}
.salesforce_w2l_lead .sidebar.left-aligned .w2lsubmit .w2linput{
    float: none;
    width: auto;
}
.salesforce_w2l_lead .sidebar.left-aligned .w2linput.checkbox, .salesforce_w2l_lead .sidebar.left-aligned .w2llabel.checkbox {
    float: none;
}

.salesforce_w2l_lead .sidebar.left-aligned .w2linput.checkbox{
	float: none;
}

.salesforce_w2l_lead .sidebar .w2llabel.error {
    color: #f00;
}

.salesforce_w2l_lead .sidebar .w2llabel {
    padding: .15em 0;
}

.salesforce_w2l_lead .sidebar .top-aligned .w2llabel {
    float: none;
    display: block;
}

.salesforce_w2l_lead .sidebar select {
	max-width: 100%;
}

.salesforce_w2l_lead .sidebar .w2linput.text {
    width: 95%;
    height: auto;
    margin: .25em 0;
}

.salesforce_w2l_lead .sidebar .w2linput.textarea {
    width: 95%;
    height: 4em;
    margin: .25em 0;
}

.salesforce_w2l_lead .sidebar.left-aligned .w2linput.textarea, .salesforce_w2l_lead .sidebar.left-aligned .w2linput.text {
	width: 50%;
}
.salesforce_w2l_lead.sf_two_column .sidebar.left-aligned .w2linput.textarea,
.salesforce_w2l_lead.sf_two_column .sidebar.left-aligned .w2linput.text {
	width: 100%;
}

.salesforce_w2l_lead .sidebar .w2lsubmit {
    float: none;
    clear: both;
    padding: .5em 0;
    display: block;
    width: 100%;
}

.salesforce_w2l_lead .sidebar .sf_type_captcha {
    text-align: left;
}

.salesforce_w2l_lead .sidebar .sf_type_captcha .w2llabel {
    padding: .5em 0;
    display: inline-block;
    width: 100%;
}

.salesforce_w2l_lead .sidebar .w2linput.text.captcha, .salesforce_w2l_lead .sidebar .w2limg {
    float: none;
    display: inline-block;
}

.salesforce_w2l_lead .sidebar .w2linput.text.captcha {
    margin: .25em 0 0 0;
    height: auto;
    font-size: 1em;
}

.salesforce_w2l_lead .sf_field, .sf_type_checkbox {
    clear: both;
}

.salesforce_w2l_lead .sidebar .sf_field{
	padding: .25em 0;
}

.salesforce_w2l_lead .sf_field span.error_message {
    clear: left;
    display: block;
    color: red;
    font-size: 80%;
}

.salesforce_w2l_lead .clearfix {
    clear: both;
}

.salesforce_w2l_lead .sf_required_fields_msg{
	clear: both;
	display: block;
	float: none;
}

/* Two Column Layout */

.salesforce_w2l_lead.sf_two_column .sf_field{
	clear: none;
}

.salesforce_w2l_lead.sf_two_column .sf_field .w2llabel{
	width: auto;
	display: block;
	float: none;
}

.salesforce_w2l_lead.sf_two_column .sf_type_checkbox .w2llabel{
	display: inline;
}

.salesforce_w2l_lead.sf_two_column .w2linput.text, .salesforce_w2l_lead.sf_two_column .w2linput.select, .salesforce_w2l_lead.sf_two_column .w2linput.date{
	width: 90%;
}

.salesforce_w2l_lead.sf_two_column .sf_type_email, .salesforce_w2l_lead.sf_two_column .sf_type_text, .salesforce_w2l_lead.sf_two_column .sf_type_select, .salesforce_w2l_lead.sf_two_column .sf_type_multi-select, .salesforce_w2l_lead.sf_two_column .sf_type_checkbox, .salesforce_w2l_lead.sf_two_column .sf_type_date{
	width: 50%;
	float: left;
}

.salesforce_w2l_lead.sf_two_column .w2linput.textarea{
	width: 95%;
}

.salesforce_w2l_lead.sf_two_column .sf_cc_user, .salesforce_w2l_lead.sf_two_column .sf_type_recaptcha, .salesforce_w2l_lead.sf_two_column .sf_type_captcha, .salesforce_w2l_lead.sf_two_column .sf_type_html{
	clear: both;
}
/* custom css */
.salesforce_w2l_lead .sidebar .w2linput.text {
    padding: 14px 34px 14px 9px;
    background-color: #fff;
    border: solid 1px #808285;
    width: 100%;
}
.salesforce_w2l_lead .sidebar select{
	padding: 12px 14px 12px 9px;
    border: solid 1px #808285;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("https://www.dpd.com/wp-content/themes/DPD_NoLogin/images/arrow-big-black-down.svg") no-repeat center right;
    background-position-x: calc(100% - 15px);
    background-size: 18px;
}
.salesforce_w2l_lead .sidebar .select-replace {
    padding-left: 8px;
    padding-right: 14px;
    border: solid 1px #808285;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("https://www.dpd.com/wp-content/themes/DPD_NoLogin/images/arrow-big-black-down.svg") no-repeat center right;
    background-position-x: calc(100% - 15px);
    background-size: 18px;
    position: relative;
    height: 44px;
}
.salesforce_w2l_lead .sidebar.left-aligned .select-replace,
.salesforce_w2l_lead .sidebar.left-aligned .select-multiple-replace{
    width: 50%;
    float: left;
}
.salesforce_w2l_lead .sidebar .select-replace.up {
    background: #fff url("https://www.dpd.com/wp-content/themes/DPD_NoLogin/images/arrow-big-black-up.svg") no-repeat center right;
    background-position-x: calc(100% - 15px);
    background-size: 18px;
}
.salesforce_w2l_lead .sidebar .select-replace span{
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    display: block;
    margin-right: 20px;
}
.salesforce_w2l_lead .sidebar .select-replace span.gray{
    color: #999;
}
.salesforce_w2l_lead .sidebar .select-replace ul{
    position: absolute;
    top: 42px;
    left: 0px;
    width: 100%;
    border: 1px solid #808285;
    padding: 0px;
    background: #fff;
    max-height: 300px;
    overflow: auto;
    z-index: 10;
}
.salesforce_w2l_lead .sidebar .select-replace ul li{
    display: block;
    border-top: 1px solid #e6e7e8;
    cursor: default;
    margin-left: 8px;
    margin-right: 8px;
    color: #808285;
    line-height: 37px;
    min-height: 37px;
}
.salesforce_w2l_lead .sidebar .select-replace ul li:first-child{
    border: none;
}
.salesforce_w2l_lead .sidebar select[multiple^="multiple"]{
    background: #fff;
}
.salesforce_w2l_lead .sidebar select > option{
    padding: 8px 0px;
}
.salesforce_w2l_lead .sidebar .w2linput.textarea {
    padding: 14px 34px 14px 9px;
    background-color: #fff;
    border: solid 1px #808285;
    width: 100%;
}
.salesforce_w2l_lead .required {
    font-weight: normal;
}
.salesforce_w2l_lead .w2linput.submit {
    min-width: 228px;
    padding: 12px 18px;
    background-color: #dc0032;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    height: 45px;
    display: block;
    margin: auto;
    cursor: pointer;
}
.salesforce_w2l_lead .sidebar .w2linput.textarea {
    height: 100px;
}
.salesforce_w2l_lead span.required {
    color: #414042;
    font-size: 13px;
}
.salesforce_w2l_lead sup span.required {
    position: relative;
    top: 5px;
    margin: 0 5px;
}
.widget_salesforce .widget-title{
    font-size: 30px;
    line-height: 37px;
    font-weight: 200;
    font-family: PlutoSansExtraLight;
}
.widget_salesforce > p{
    font-family: PlutoSansExtraLight;
}
.widget_salesforce {
    margin-left: 8.333333%;
    max-width: 83.333333%;
}
.salesforce_w2l_lead .sf_type_checkbox input,
.select-multiple-replace input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #808285;
}
.salesforce_w2l_lead .sidebar .w2linput.checkbox,
.select-multiple-replace .w2linput.checkbox{
    width: 27px !important;
    height: 27px;
    float: left !important;
    margin-right: 5px;
}
.salesforce_w2l_lead .sidebar .w2linput.checkbox:checked::before,
.select-multiple-replace .w2linput.checkbox:checked::before{
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 30px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f147";
    margin: -2px 0 0 -4px;
    color: #414042;
}
.select-multiple-replace label {
    display: block !important;
    margin-bottom: 5px !important;
}
.salesforce_w2l_lead .sidebar .w2llabel.checkbox {
    line-height: 25px;
    height: 25px;
}
.salesforce_w2l_lead .sidebar .w2llabel.checkbox .error_message{
    line-height: 15px;
    margin-top: 15px;
}
.internet-explorer .salesforce_w2l_lead .sidebar .w2linput.checkbox:checked::before {
    font-size: 20px !important;
}
.salesforce_w2l_lead.sf_two_column .w2linput.text,
.salesforce_w2l_lead.sf_two_column .w2linput.select,
.salesforce_w2l_lead.sf_two_column .w2linput.date{
    width: 100%;
}
.salesforce_w2l_lead.sf_two_column .sf_field.odd{
    padding-right: 8px;
    float: left;
    clear: both;
    width: 50%;
}
.salesforce_w2l_lead.sf_two_column .sf_field.even{
    padding-left: 8px;
    float: right;
    width: 50%;
}
.salesforce_w2l_lead.sf_two_column .sf_field.sf_cc_user {
    width: 100% !important;
    padding: 0.25em 0 !important;
}
.salesforce_w2l_lead.sf_two_column .sf_type_captcha{
    width: 100% !important;
    padding: 0 !important;
    float: none;
}

@media (max-width:767.98px){
    .widget_salesforce {
        margin-left: 0%;
        max-width: 100%;
    }
    .salesforce_w2l_lead.sf_two_column .sf_field{
        width: 100% !important;
        padding: 0 !important;
    }
    .salesforce_w2l_lead .sidebar.left-aligned .w2llabel,
    .salesforce_w2l_lead .sidebar.left-aligned .w2linput,
    .salesforce_w2l_lead .sidebar.left-aligned .select-replace,
    .salesforce_w2l_lead .sidebar.left-aligned .select-multiple-replace{
        width: 100% !important;
        float: none;
    }
    .salesforce_w2l_lead .sidebar.left-aligned .w2linput.checkbox{
        width: 27px !important;
    }
}