.newslettersubscription_fieldset .text {
    width: auto;
    display: inline-block;
}

.newslettersubscription_fieldset .action {
    display: inline-block;
    position: absolute;
    right: 0;
}

Form .text {
    border: none;
    background: none;
    /*border-bottom: 1px solid #dbdbdb;*/
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
}
footer Form .text
{
    border: none;
    background: none;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
}

Form .text:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    border-bottom: 1px solid #dbdbdb;
}

select.form-control {
    border: 1px solid #b0b8c0;
}

select.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

select.form-control {
    position: relative;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/public/resources/themes/Red/images/chevron_down.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

select.form-control::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}

.newslettersubscriptionwidget_fieldset {
    position: relative;
}

.newslettersubscriptionwidget_fieldset .action {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 0 20px;
    background: #eeeeee;
    color: #a3a3a3;
    border: none;
}

.CallBackForm input,
.CallBackForm select {
    margin-bottom: 2em;
}

.CallBackForm .button {
    padding: 10px 20px 10px 20px;
}

.ContactForm input,
.ContactForm select,
.ContactForm textarea,
input.form-control,
textarea.form-control {
    border: 1px solid #cccccc;
    border-radius: 0;
    padding-left: 12px;
}
footer input.form-control
{
    padding-left:0;
}

.ContactForm textarea {
    min-height: 330px;
}

.ContactForm .Actions {
    position: relative;
}

.ContactForm .Actions .button {
    display: inline-block;
    width: auto;
    position: absolute;
    border-radius: 9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.ContactForm .Actions .button-primary {
    left: 15px;
    padding-left: 20px;
}

.ContactForm .Actions .button-tertiary {
    right: 0;
    padding-left: 20px;
}
@media only screen and (max-width: 767.98px) {

    .ContactForm .Actions .button-tertiary {
        right: 15px;
    }
}
.ContactForm .Actions .action-noappearance {
    width: auto;
    display: inline-block;
    background: none;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    height: auto;
}

.ContactForm .Actions .button::before {
    top: 7px;
}

.ContactForm .Actions .button-primary .action-noappearance {
    color: white;
}

.ContactForm .Actions .button-tertiary .action-noappearance {
    color: #999999;
}

.ContactForm .label,
label {
    font-family: MetaCompPro-Bold W01 Regular, sans-serif;
    color: #cccccc;
    padding-left: 0;
    letter-spacing: 1px;
    font-size: 13px;
}

div.checkbox {
    margin-bottom: 2em;
}

div.checkbox input,
input.checkbox{
    width: auto;
    margin-left: 0 !important;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 6px !important;
}

.checkboxset{
    margin-bottom: 18px;
}


fieldset.CompositeField > legend{
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
    color: #000;
    font-size: 22px;
    font-family: MetaCompPro-Bold W01 Regular, sans-serif;
    line-height: 1.2;
}

fieldset:not(.CompositeField) > legend{
    border-bottom: 0;
    font-size: 18px;
}

.userformsgroup{
    border-color: #f0f0f0 !important;
    border-radius: 0 !important;
}

.checkboxset .middleColumn > div{
    float:left;
    width: 40%;
    margin-right: 4.5%;
}
.checkboxset .middleColumn > div.odd{
    float:left;
}
.checkboxset .middleColumn > div.even{
    float:right;
}

.Actions input.action{

    font-family:MetaCompPro-Bold W01 Regular, sans-serif;
    border-radius:30px !important;
    padding:9px 20px 9px 40px !important;
    font-size:13px;
    text-transform: uppercase;
    position:relative;
    background-color:#dd2314 !important;
    width: auto;
    border:0;
    color:#fff;
    line-height: 0.8;
    letter-spacing: 1px;
    background:url("/public/resources/themes/Red/images/chev-right.png") no-repeat 6px 5px;
}

input.action:before{
    content:"";
    position:absolute;
    top:6px;
    left:8px;
    color:white;
    font-size:16px;
    width:24px;
    height:24px;
    line-height:24px;
    text-align: center;
}

#Form_RegisterForm_Visible_FirstName,
#Form_RegisterForm_Visible_Surname,
#Form_RegisterForm_Visible_Email{
    display:none;
}

#Form_NewsletterSubscriptionForm_action_doSubscribe{
    margin-bottom: 0 !important;
    height:34px;
}
#Form_JobForm .checkbox
{
    margin-bottom:0 !important;
}


@media (max-width: 575.98px) {
    .checkboxset .middleColumn > div{
        float:left;
        width: 100%;
        margin-right: 4.5%;
    }
    .checkboxset .middleColumn > div.even {
        float: left;
    }
}