body {
    font:95% 'Open Sans', Helvetica, Arial, sans-serif;
    color:#333;
}

.container {
    border: 1px solid #dee2e6;
}

.btn-primary {
    color: #fff;
    background-color: #023a88;
    border-color: #023a88;
}

.error {
    color: red;
}

#header {
    padding: 20px 0px 0px 0px;
}

#header #logo {
    float:left
}

#header #logo a {
    display:block;
    font-size:0;
    text-indent:-9999em;
    width:100%;
    height:120px;
    background:url("/background.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: right;
}

fieldset {
    background:#e9ecef;
    border:1px solid #CCC;
    padding:20px;
    margin-bottom:30px;
    border-radius:3px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.1)
}

fieldset p {
    font-size:0.875em;
    margin: 0px;
}

fieldset label {
    display:block;
    padding-bottom:3px;
}


fieldset h3 {
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #DDD;
}

.red {
    color:#d93025;
}

.course-name {
    width: 100%;
    display: block;
    text-align: center;
    font-family:'Merriweather', Georgia, Times, serif;
    letter-spacing:-0.02em;
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: 600;
}

.course-name span {
    font-weight: 400;
}

h1.conference-name, h2.conference-name {
    width: 100%;
    display: block;
    text-align: center;
    font-family:'Merriweather', Georgia, Times, serif;
    letter-spacing:-0.02em;
    padding: 10px 15px;
    font-size: 1.6em;
    font-weight: 600;
}

h2.conference-name {
    text-align: left !important;
}

h2.conference-name span {
    font-weight: 400;
    font-size: 55%;
}

.intro-text {
    color:#2a377f;
    letter-spacing:-0.02em;
}

fieldset h3.strong {
    font-family:'Merriweather', Georgia, Times, serif;
    color:#2a377f;
    font-weight:600;
    font-style:italic;
    letter-spacing:-0.02em;
    font-size:1.1em
}

.help{
    color:#a84d25
}

footer {
    display:block;
    font-size:0;
    text-indent:-9999em;
    width:100%;
    height:15px;
    background:url("/lines.jpg") no-repeat 0 0;
    background-size: cover;
    margin-bottom: 10px;
}

.table-survey th {
    font-family:'Merriweather', Georgia, Times, serif;
    color:#2a377f!important;
    font-weight:600;
    font-style:italic;
}
td.survey-option {
    width: 50%;
}
td.survey-option label {
    font-size: 90%;
    display: inline-block;
}

.table-conference th {
    font-family:'Merriweather', Georgia, Times, serif;
    color:#2a377f!important;
    font-weight:600;
    font-style:italic;
}
.table-conference td {
    text-align: center;
}
.table-conference td label {
    font-size: 90%;
    display: inline-block;
}
.table-conference td label.error {
    display: block;
}
.table-conference td div.row {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.question {
    font-size: 110%;
    padding: 5px;
}
.points {
    padding: 5px 0px;
    float: left;
}
.points label {
    color: grey;
}
hr {
    border: 1px dashed silver;
}
#download {
    margin-bottom: 20px;
}
.hidden {
    display: none;
}
.custom-control-label::before{
    border: 1px solid silver;
}

.cert-valid {
    width: 100%;
    display: block;
    text-align: center;
    font-family:'Merriweather', Georgia, Times, serif;
    letter-spacing:-0.02em;
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.5em;
}

.mtb-lg {
    margin: 15px 0px;
}