* {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    background-color: #eee;
}
.container2 {
    width: 100%;
    font-weight: 600;
    color: #fff;
    padding: 20px;
    margin-top: -20px;
}

.header {
    text-align: center;
}

  /* label color */
   .input-field label {
     color: #aaa;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #c74127;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #c74127;
   }

.surveyheader {
    text-align: center;
    color: #fff;
    background: #631a39; /* c74127 */
    font-size: 2.0em;
    font-weight: 600;
}

.form-description {
    margin: 20px;
    text-align: justify-all;
}

.dark-orange-text {
    color: #c74127;
    font-weight: 600;
}

.heading-row {
   /* background-color: rgba(200,200,200,0.6); */
    font-weight: 600;
    color: #631b39;
    text-align: center;
    align-content: center;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}

.border-right-dark {
    border-right: 0px solid #ccc;
}

.clear {
    clear:both;
}

.border-right-light {
    border-right: 0px solid #fff;
}

.icon-positioning {
    margin: 0;
   /* padding-right: 5px; */
    margin-top: 0px;
    font-size: 28px;
}

.row-roles {
   margin-top: -5px;
}


.row-parent {
    overflow: hidden;
    height: auto;
}

. row-child {
    float: left;
    padding-bottom: 1500px;
    margin-bottom: -1500px;
    
}

.row-questions-light {
    margin-top: -20px;
    padding-top: 2px;
    background-color: rgba(200,200,200,0.1);
}

.row-questions-dark {
    margin-top: -20px;
    padding-top: 2px;
    background-color: rgba(170,170,170,0.1);
} 

.row-questions-clear {
    margin-top: 0px;
    padding-top: 2px;

}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}


footer {
    width: 100%;
    background-color: #631a39;
}

footer link:active link:visited {
    text-decoration: none;
    color: #fff;
}