@charset "utf-8";
/* CSS Document */

p.answer{
  color:green;
  font-weight:bold;
  font-size:1.75rem;
}
.answered {
  color:#D14210;
  font-weight:bold;
  font-size:1.75rem;
}
p.question{
  margin-top: 5rem;
}
.content_section img{margin-top:50px;}

div.WasThisInformationUseful{
 display:none; 
}

p.answer:after{
  font-size: 1rem;
  content: "\ea10";
  font-family:  "icomoon";
  margin-left: 1rem;
}
p.answered:after{
  font-size: 1rem;
  content: "\ea0f";
  font-family:  "icomoon";
  margin-left: 1rem;
}
p.progress{
  margin-top:50px !important;
  height:auto !important;
  background:none !important;
  font-size:1rem;
}
div.back button::after{
    font-size: 1rem;
    content: "\e902";
    font-family:  "icomoon";
    margin-left: 1rem;
}
div.back a::before{
    font-size: 1rem;
    content: "\e903";
    font-family: "icomoon";
    margin-right: 1rem;
}
div.back a{
  float:left;
  margin-right:1rem;
}

.view-footer a,
div.back a{
  display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    line-height: 150%;
    font-weight: 500;
    border: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 18px 36px;
}

.view-footer a:hover, .view-footer a:focus,
div.back a:hover, div.back a:focus{
    background: #D14210;
    cursor: pointer;
}

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important;
}

.w3-border {
    border: 1px solid #ccc !important;
}

.container .row div hr {
    margin-top: 5rem !important;
}

h2.quiz::before {

    font-size: 3rem;
    content: "\e920";
    font-family: "icomoon";
    margin-right: 1rem;
}


#status span.status {
  display: none;
  font-weight: bold;
}
span.status.complete {
  color: green;
}
span.status.incomplete {
  color: #D14210;
}
#status.complete span.status.complete {
  display: inline;
}
#status.incomplete span.status.incomplete {
  display: inline;
}