/* Minification failed. Returning unminified contents.
(123,47): run-time error CSS1046: Expect comma, found '0'
(123,51): run-time error CSS1046: Expect comma, found '/'
(124,39): run-time error CSS1046: Expect comma, found '0'
(124,43): run-time error CSS1046: Expect comma, found '/'
 */

/* Step Header */
.cls-step-header { margin-bottom: 30px; }
.cls-step-title {  font-weight: 700; font-size: 30px}

/* Option Box */
.cls-option-box  { margin: 30px 0px;}


/* Option Header */
.cls-opt-header {
    border-bottom: 1px dotted #e0dede;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.cls-opt-heading {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.cls-opt-subheading {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-style: normal;
}


/* Option Items */
.cls-opt-items { margin-top:20px;}
.cls-opt-fields {
    list-style: none;
}
.cls-opt-field {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 5px;
    margin-left: 0;
    max-width: 220px;
    min-width: 220px;
}

.cls-opt-fields-list {
    list-style: none;
}

.cls-opt-field-list {
    list-style: none;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 5px;
    margin-left: 0;
 
}



.cls-opt-field label {
    cursor: pointer;
    text-align: center;
    color: #808080;
    border-radius: 4px;
    border: .5px solid silver;
    padding: 10px 4px 0;
    opacity: .7;
    line-height: 1.8;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-left: 0;
    text-indent: 0;
    text-transform: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 200px;
    width: 100%;
}

.cls_opt_label {
    text-align: center;
    max-width: 100%;
    min-width: 110px;
    height: auto;
    vertical-align: middle;
}

.cls_opt_text {
    padding: 2px;
    display: block;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all;
}

.cls_opt_label i {
    color: #1f60bc;
    font-size: 60px;
    padding: 5px 0;
    width: 100%;
    background: #fff;
    max-width: 220px;
}

.cls_opt_text:before {
    content: '\2714';
    opacity: .3;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: sub;
    padding-right: .25em;
}

.cls-opt-fields.multiple-choice input:checked + input + label,
.cls-opt-fields input:checked + label {
    -webkit-box-shadow: inset 0 5px 2px rgb(0 0 0 / 8%);
    box-shadow: inset 0 5px 2px rgb(0 0 0 / 8%);
    background: #1ba943;
}

.cls-opt-fields.multiple-choice input:checked + input + label .cls_opt_text,
.cls-opt-fields input:checked + label .cls_opt_text {
    color: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.cls-opt-fields.multiple-choice input:checked + input + label .cls_opt_label i,
.cls-opt-fields input:checked + label .cls_opt_label i {
    color: #fefeff;
    background: #1ba943;
}

.cls-opt-fields.multiple-choice input:checked + input + label > span > span.cls_opt_text:before,
.cls-opt-fields input:checked + label > span > span.cls_opt_text:before {
    opacity: 1;
}


.cls-option-additional { display:none;}
.cls-opt-fields input:checked + label + div {
    display: block;
}


/* Opt Review*/
.cls-opt-review-heading {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.cls-opt-review-subheading {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-style: normal;
}

.cls-est-heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform:uppercase;
}



.animation {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}



@media screen and (min-width: 451px) {
    .fixed-position {
        position: fixed;
        top: 4.3rem;
    }
}
