/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
@font-face {
  font-family: 'Lato';
  src: url('./fonts/Lato/Lato-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('./fonts/Lato/Lato-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('./fonts/Merriweather/Merriweather-Light.ttf');
  font-weight: lighter;
  font-style: normal;
}


body {
    font-family: 'Lato','Lucida Grande',Tahoma,Helvetica,Arial,sans-serif !important;
}
body p {
    color: #3e3e3e;
}

.logo-wall__list {
    list-style: none;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top: -1rem;*/
}
.logo-wall__item {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    margin: 1rem;
}
.logo-wall__image {
    height: 70px;
    width: auto;
    max-width: 100%;
}
.headline--kicker, .headline__kicker {
    color: #3b4a07;
    font-size: 1.35rem;
    letter-spacing: 1px;
    line-height: 1.9rem;
    text-transform: none;
    text-align: center;
    margin: 30px 0;
}
.outer-wrap {
    margin: 40px 0;
}
.service-navigation-table {
    text-align: center;
    width: 100%;
    color: #6f6f6f;
    font-size: 1.2rem;
    margin-bottom: 0.75em;
    margin-top: 0.75em; 
}
.service-navigation-table span {
    margin-right: 20px;
}

.service-navigation-table a {
    color: #6f6f6f;
}

body {
    font-family: Lato,Lucida Grande,Tahoma,Helvetica,Arial,sans-serif;
}
body p {
    color: #3e3e3e;
}
.uwe-logo {
    margin-top: 1em;
    height: 130px;
}
.logo-wall__list {
    list-style: none;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-top: -1rem; */
}
.logo-wall__item {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    margin: 1rem;
}
.logo-wall__image {
   /* max-width: 100%;
    height: auto; */
    height: 70px;
    width: auto;
    max-width: 100%;
}
.headline--kicker, .headline__kicker {
    color: #3b4a07;
    font-size: 1.35rem;
    letter-spacing: 1px;
    line-height: 1.9rem;
    text-transform: none;
    text-align: center;
    margin: 30px 0;
}
.outer-wrap {
    margin: 40px 0;
}
.service-navigation-table {
    text-align: center;
    width: 100%;
    color: #6f6f6f;
    font-size: 1.2rem;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
.service-navigation-table span {
    margin-right: 20px;
}

.service-navigation-table a {
    color: #6f6f6f;
}
#uwe-logo1 {
    height: 130px;
}
#logos-123 {
    margin-top: 1em;
}
#logos-123 img {
    height: 40px;
}

.question-text p{
    /*color: #94C11C;*/
    font-weight: 700;
    font-size: 16px;
}
.question-text p.intro{
    color:#D3D3D3;
}

span.intro{
    color:#D3D3D3;
}

.btn-submit {
    background-color:#10345D;
}



.BS_logo {
    height: 30px;
    margin-top: 1em;
}
.nav-logo {
    max-height: 60px !important;
}
.navbar-fixed-top {
    margin: 1em;
    border: none;
}
.navbar {
 background-color:white;
 border-color: #003082;
}
.progress .progress-bar {
    background-color: #C81242;
}
#ls-button-previous {
    border-radius: 0;
    border: 1px solid #C81242;
    background-color: #C81242;
    font-size: 1em;
    color: white;
}
#ls-button-previous:hover {
    border-radius: 0;
    border: 1px solid #C81242;
    background-color: white;
    font-size: 1em;
    color: #C81242;
    text-decoration: underline;
}
#ls-button-submit {
    border-radius: 0;
    border: 1px solid #003083 !important;
    background-color: #003083;
    border: none;
    font-size: 1em;
}
#ls-button-submit:hover {
    border: 1px solid #003083;
    background-color: white;
    color: #003083;
    text-decoration: underline;
}
.survey-name, .survey-welcome {
    font-family: 'Lato';
        color: #2553a0;
}
.text-info {
    color: #003083;
}
article {
    margin-top: 2em;
}
.navbar-brand {
    display: block !important;
}
article {
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 1em;
    border-top: 6px solid #003082;
}
.alert {
    color: #C81242;
}
.btn-danger {
    background-color: #C81242;
}
.yesno-button {
    width: 20%;
}
.yesno-button li {
    font-size: 12px;
}
.yesno-button label {
    display: inline;
}
#welcome-container h1 {
    padding-bottom: 1em;
}
.number-of-questions {
    padding-top: 1em;
}
.ls-input-group {
    text-align: right;
}
h1 {
    margin-bottom: 1.5em;
    font-size: 2em;
}
.privacy {
    display: none;
}

@media only screen and (max-width: 375px) {
    .nav-logo {
        max-width: 150px;
    }
    body {
        padding-top: 0;
    }
    .yesno-button {
        width: 100%;
    }
    .h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width: 600px) {
    .yesno-button {
        width: 100%;
    }
     h1 {
        font-size: 1.5em;
    }
}

.ls-answers tbody .answertext {
    text-align: left;
}

.ls-answers .ls-heading th {
    font-weight: 500;
    vertical-align: top;
}