/*Registration form*/
#registration-form input[type='checkbox'] {
    width: auto;
}

#registration-form .furtherUpdates, #registration-form .furtherSurveys {
    display: block;
}

#registration-form img{
    width: auto;
}

/*Login*/
#UserLogin_rememberMe {
    width: auto; 
}

.rememberMe {
    display: block;
}

/*Global*/
.fix-container { 
    padding: 0;
    max-width: 100% !important;
}

input[type='submit'] { 
    background: #CC071E;
    color: white;
    width: auto;
    border-radius: 5px;
    border: unset;
    padding: 8px 15px;
}

label{
    padding-left: 0 !important;
}


/*Top bar*/

#topbar {
    background: #CC071E;
    padding: 20px;  
}

/*Menu*/
#mainmenu {
    /*background: #CC071E;*/
    background: unset !important;
}

#mainmenu ul {
    padding: 10px 20px 10px 20px;
}

#mainmenu ul a {
    font-size: 0.9rem !important;  
    color: black !important;
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

@media screen and (max-width:576px) {
    .img-container a img{
       max-height: 50px;
       height: 100%;
    } 
}

#mainmenu #yw3, #mainmenu #yw2, #header #header-container {
    margin: auto;
}

@media (min-width: 576px) {
    #mainmenu #yw3, #mainmenu #yw2, #header #header-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #mainmenu #yw3, #mainmenu #yw2, #header #header-container{
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #mainmenu #yw3, #mainmenu #yw2, #header #header-container{
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #mainmenu #yw3, #mainmenu #yw2, #header #header-container{
       max-width: 1176px;
   }
}

@media (min-width: 1400px) {
    #mainmenu #yw3, #mainmenu #yw2, #header #header-container{
        max-width: 1320px;
    }
}


#header-container {
    padding: 15px 30px;
}


#header-container h1 {
    font-size: 1.6rem;
    margin-bottom: 0px;
    line-height: 2rem;
    margin-top: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}


/*fonts*/

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow/Barlow-SemiBold.woff2') format('woff2'),
         url('../fonts/barlow/Barlow-SemiBold.woff') format('woff'),
         url('../fonts/barlow/Barlow-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
  }


/*questionario*/

.steppers .steppers-header ul {
    flex-wrap: wrap;
    margin-right: 0 !important;
}

.steppers .steppers-header ul li{
    text-align: center;
}

.steppers .steppers-header li .steppers-success {
    margin-left: 0;
}

.steppers .steppers-header li.confirmed .steppers-number svg{
    width: 32px !important;
    height: 32px !important;
}


/*thank you page*/

.thank-you, .thank-you .categoryicon-top{
    justify-content: center !important;
}

.thank-you h4{
    text-align: center;
}