input
{
    background:white;
    padding:14px 20px;
    font-size:14px;
    line-height:12px;
    color:black;
    display:block;
    width:100%;
    border:1px solid #cfcfcf;
}

legend.left{
    margin-bottom:6px !important;
    margin-top: 18px !important;
}

.field{
    margin-bottom: 18px;
}

.optionset label{
    display: inline-block;
}

.optionset .even{
    float: left;
}

.optionset .off,
.optionset .even{
    width: 45%;
    display: inline-block;
}

.typography form{
    width:100%;
}
.typography form input:not(.button),
.typography form textarea,
.typography form select
{
    border-radius: 0;
    padding:17px 15px;
    margin-bottom:17px;
    float:left;
}

.typography form select
{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 1em;
}


.typography form input:not(.button),
.typography form input:not(.checkbox),
.typography form select
{
    height:55px;
}
.contactGDPR label
{
  display:inline-block;
  position: relative;
  top:-3px;
  width: calc(100% - 40px);
  text-transform: none;
}
.contactGDPR label p:last-child
{
  margin-bottom:0;
}
.typography form input.checkbox
{
  height:auto !important;
}
.typography input::-webkit-input-placeholder {
    color: #0f0f0f !important;
}

.typography input:-moz-placeholder { /* Firefox 18- */
    color: #0f0f0f !important;
}

.typography input::-moz-placeholder {  /* Firefox 19+ */
    color: #0f0f0f !important;
}

.typography input:-ms-input-placeholder {
    color: #0f0f0f !important;
}

.typography form select
{
    padding:15px 15px;
    color: var(--clr-grey-dark);
    font-size:16px;
}
.typography option:nth-child(1)
{
    color:#a0a0a0;
}
.typography select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right:20px;
    position: relative;
}
.typography select:after
{
    position: absolute;
    right:10px;
    top:0;
    content:"\f078";

}
.typography .input.button
{
    margin-bottom:0;
}
.typography form select
{
    height: 55px;
    padding-left:15px !important;
    padding-right:15px !important;
    max-width: 100%;
}
.typography .dropdown-toggle
{
    padding-right:20px !important;
    /*margin-right:20px !important;*/
    position: relative;
}
.newslettersubscription_fieldset
{
    position: relative;
}
.newslettersubscription_fieldset input:not(.action)
{
    width:calc(100% - 50px);
    border-radius: 3px 0 0 3px;
}
.newslettersubscription_fieldset .action
{
    position: absolute;
    right:0;
    top:0;
    color:white;
    height:100%;
}
#Form_CommentsForm_Comment
{
    min-width:500px;
    max-width:100%;
}
.default_hidden
{
    display:none;
}
#MemberLoginForm_LoginForm .default_hidden
{
    display:block;
}
.Actions
{
    margin-top:20px;
}
#UserForm_Form_action_process
{
    border-radius:3px;
    text-transform: uppercase;
    padding:12px 28px 12px 28px;
    font-size:14px;
    line-height:21px;
    display:inline-block;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    background-color:#fe8c12;
    color:white;
}
#UserForm_Form select,
#UserForm_Form input
{
    width:100%;
}
#UserForm_Form .Actions
{
    padding:0 15px;
}
#UserForm_Form .Actions input
{
    width:auto !important;
}
@media only screen and (min-width : 768px) {
    .mr-md-15
    {
        margin-right:15px;
    }
    .ml-md-15
    {
        margin-left:15px;
    }
    .flex-md-6
    {
        flex:0 0 50%;
    }
    fieldset .col-md-6.mr-md-15,
    fieldset .col-md-6.ml-md-15
    {
        width:calc(50% - 15px);
    }
    .flex-md-4
    {
        flex: 0 0 33.333333%;
    }
    fieldset .col-md-4.mr-md-15,
    fieldset .col-md-4.ml-md-15
    {
        width: calc(33.333333% - 15px);
    }
    fieldset .col-md-4.mr-md-15.ml-md-15
    {
        width:calc(33.333333% - 30px);
    }
    .flex-md-12
    {
        flex:0 0 100%;
    }

}
#Form_NewsletterSubscriptionForm_Email_Holder label
{
    display:none;
}
#Form_NewsletterSubscriptionForm input.text
{
    margin-bottom:0;
    border-radius: 42px 0 0 42px;
}
.eventsubscription_fieldset
{
    margin-left:0;
    margin-right:0;
}