<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main { 
    background:linear-gradient(#fbe30e, #425563);
    min-height:2000px;
}
.ccm-page .core-style .experience_survey_container {
    margin-top:2rem;
    margin-bottom:8rem;
}
.ccm-form h1 {
    background: rgba(238,245,240,0.6);
    color: #425563;
    padding: 10px 25px;
}
.notice-area{
    width: 100%;
    font-size:2rem;
    line-height:2rem;
    padding:2em;
    margin: 0px auto;
    text-align: center;
    position: relative;
    color:darkgreen;
    background:white;

    display:none;
}
#notice-area {
    width: 100%;
    font-size:2rem;
    line-height:2rem; 
    padding:2em;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
#notice-area .error-form,
#notice-area h2 {
    color:darkred;
    text-align:center; 
    padding:2em;
    background-color:white;
}


/*form styles*/
#experience_survey_form {
    width: 100%;
    font-size:1.5rem;
    line-height:1.5rem;
    margin: 0px auto;
    text-align: left;
    position: relative;
}
#experience_survey_form fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#experience_survey_form fieldset:not(:first-of-type) {
    display: none;
}
#experience_survey_form label {
    text-align:left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: bold;

}
#experience_survey_form label span {
    padding-left:5px;
}
.mandatory {
    color:darkred;
}


/*inputs*/
#experience_survey_form textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    font-size:1.5rem;
    line-height:1.5rem;
}
#experience_survey_form input[type="radio"], #experience_survey_form  input[type="checkbox"]{
    margin-top:0;
    margin-right: 5px;
}

#team_info{
    width:100%; overflow:hidden;
}   
.disable-selection label {
    display:inline-block;clear:both
}
.franksurvey-checkbox {
    display:inline-block;clear:both
}
.survey-title {
    font-weight:bold;
    font-size:1.6rem;
    line-height:1.6rem;
}
/* 
#experience_survey_form input {
    background-color: black;
}
#experience_survey_form input[type="radio"]{
  background-color: white;
} 
*/
.frank-survey-column, .survey-element {
    padding:0.8em 0; 
    margin:1em 0;
    border-top:1px solid black;
}
.survey-column {
    padding:0.5em 0; 
    margin:0.8em 0;
}



/*buttons*/
.franksurvey-button {
    display:inline-block;clear:both
}
.survey-button {
    background-color:#FAE100;
}
#saveClose{
    background-color:#FAE100;
}
#experience_survey_form .action-button {
    width: 8em;
    background: #006747;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 5px;
    text-decoration: none;
    font-size:1.5rem;
    line-height:1.5rem;
}
#experience_survey_form .action-button:hover, #experience_survey_form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #006747;
}
#experience_survey_form  #saveclose {
    display: inline-block;
    background: #FAE100!important;
    color: #003087 !important;
    font-weight: bold !important;
    font-family: "Frutiger LT Pro",sans-serif !important;
    border: 3px solid #ffffff !important;
    font-size: 18px;
    font-size: 1.8rem;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 1 !important;
    padding: 15px 30px;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    text-decoration: none !important;
}
#experience_survey_form #saveclose:hover, 
#experience_survey_form #saveclose:focus, 
#experience_survey_form #saveclose:active {
    background: #003087!important;
    color: #FAE100 !important;
}


/*headings*/
.fs-title {
    font-size:1.5rem;
    line-height:1.5rem;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size:1.5rem;
    line-height:1.5rem;
    color: #666;
    margin-bottom: 20px;
}


/*progressbar*/
.survey-header{
    text-align:center; display:block;  font-size:1.5rem;
    line-height:1.5rem;font-weight:bold; font-style:italic;
}
#progressbar {
    margin: 0 auto 1em auto;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 1em;
    background-color:#013088;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size:1rem;
    line-height:1rem;
    margin-bottom:1rem;
    width: 100%;
    float: left;
    position: relative;
    padding:0.5em;
    text-align:center;
    border: 0 none;
    border-radius: 3px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 2em;
    display: block;
    font-size:1rem;
    line-height:2rem;
    color: black;
    background-color: #f8d6db;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
}
/*progressbar connectors
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /
}
#progressbar li:first-child:after {
    content: none; 
}
*/


/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
    font-family:Arial;
}



/*=================================
    Easy read version June 2024
===================================*/

#experience_survey_form .easy-read-link {
    margin-top: 30px;
}

.easy_read_frame {
    border: 1px solid blue;
    background-color: transparent !important;
    border-collapse: separate;
    table-layout: fixed;
}

.easy_read_frame td {
    border-color: inherit !important;
}

.easy_read_frame td p,
.easy_read_frame td label,
.easy_read_frame td textarea {
    margin: 0 !important;
    font-size: 24px !important;
    font-size: 2.4rem !important;
    font-weight: 400 !important;
    line-height: 1.3;
}

.easy_read_frame td select {
    max-width: 100%;
}

#experience_survey_form .easy_read_frame input[type="radio"] {
    margin: 0 0 0 15px;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    border: 8px solid #92D050;
    background-color: #fff;
}

#experience_survey_form .easy_read_frame input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-position: center left -2px;
}

.easy_read_frame tr.question_heading {
    background-color: transparent;
    border: none;
}

.easy_read_frame tr.question_heading &gt; td {
    border: none;
    padding: 30px 0 0;
}

.easy_read_frame tr.question_heading &gt; td &gt; div {
    background-color: #edf1f1;
    border-width: 1px;
}
.easy_read_frame tr.question_heading legend {
    border: none;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.easy_read_frame .easy_read_image_col {
    width: 250px !important;
    text-align: center;
}

.easy_read_frame .easy_read_image_col img {
    margin: 0 auto !important;
}

.easy_read_inline_pic {
    display:inline-block;
}

.easy_read_frame .easy_read_spacer {
    border: none;
    background-color: transparent;
}

.easy_read_frame .easy_read_spacer td {
    padding: 30px 0 0;
    border: none;
    background-color: transparent;
}

.question_1 {
    border:2px solid darkblue;
    padding:15px 10px;
}

.question_2 {
    border:2px solid green;
    padding:15px 10px;
}

.question_3 {
    border:2px solid  rgb(107, 5, 107);
    padding:15px 10px;
}

.question_4 {
    border:2px solid  orangered;
    padding:15px 10px;
}

.question_5 {
    border:2px solid  blue;
    padding:15px 10px;
}

.question_6 {
    border:2px solid darkred;
    padding:15px 10px;
}

.question_7 {
    border:2px solid lightblue; 
    padding:15px 10px;
}

@media all and (max-width: 767.98px) {
    .easy_read_frame td p,
    .easy_read_frame td label,
    .easy_read_frame td textarea {
        font-size: 20px !important;
        font-size: 2.0rem !important;
    }
    .easy_read_frame tr.question_heading legend {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .easy_read_frame .easy_read_image_col {
        width: 200px !important;
    }
    #experience_survey_form .easy_read_frame input[type="radio"] {
        margin-left: 10px;
        width: 60px;
        height: 60px;
        border-width: 6px;
    }
}
@media all and (max-width: 575.98px) {
    .easy_read_frame .easy_read_image_col {
        width: 175px !important;
    }
}
@media all and (max-width: 479.98px) {
    .easy_read_frame .easy_read_image_col {
        width: 150px !important;
    }
}
@media all and (max-width: 419.98px) {
    .easy_read_frame .easy_read_image_col {
        width: 100px !important;
    }
    #experience_survey_form .easy_read_frame input[type="radio"] {
        margin-left: 8px;
        width: 50px;
        height: 50px;
        border-width: 5px;
    }
}
@media all and (max-width: 359.98px) {
    .easy_read_frame .easy_read_image_col {
        width: 75px !important;
    }
}</pre></body></html>