@media (max-width: 575px) and (min-width: 0px) {
    .ohp-survey-invisible-group {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 12px;
    }

    .ohp-survey-group {
        border-radius: 10px;
        background-color: #FFFFFF;
        border: 1px solid #E6E6E6;
        padding: 24px;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 12px;
    }
}
@media (max-width: 767px) and (min-width: 576px){
    .ohp-survey-invisible-group {
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 12px;
    }

    .ohp-survey-group {
        border-radius: 10px;
        background-color: #FFFFFF;
        border: 1px solid #E6E6E6;
        padding: 24px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 12px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .ohp-survey-invisible-group {
        margin-left: 20%;
        margin-right: 20%;
        margin-bottom: 12px;
    }

    .ohp-survey-group {
        border-radius: 10px;
        background-color: #FFFFFF;
        border: 1px solid #E6E6E6;
        padding: 24px;
        margin-left: 20%;
        margin-right: 20%;
        margin-bottom: 12px;
    }
}
@media (min-width: 992px) {
    .ohp-survey-invisible-group {
        margin-left: 26.58333333333333%;
        margin-right: 26.58333333333333%;
        margin-bottom: 12px;
    }

    .ohp-survey-group {
        border-radius: 10px;
        background-color: #FFFFFF;
        border: 1px solid #E6E6E6;
        padding: 24px;
        margin-left: 26.58333333333333%;
        margin-right: 26.58333333333333%;
        margin-bottom: 12px;
    }
}

body {
    margin: 0px;
    background-color: #F9F9F9;
}

.ohp-modal-background {
    position: fixed;
    background-color: rgba(0,0,0,.5);
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1000;
}

.ohp-modal {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    min-height: 200px;
    border-radius: 10px;
    height: fit-content;
    padding: 24px;
    transform: translate(-50%,-50%);
    z-index: 1100;
}

.ohp-survey-header {
    position: relative;
    background: linear-gradient(90deg, #212870 0%, #010851 100%);
    height: 88px;
    margin-bottom: 44px;
}

.ohp-survey-subcontent {
    overflow: auto;
    background-color: #F9F9F9;
    padding-bottom: 42px;
}

.ohp-survey-content {
    background-color: #F9F9F9;
}

.ohp-survey-logo {
    height: 74px;
    width: 96px;
    margin: auto;
}

.ohp-survey-left-decor {
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 98px;
    height: 112px;
}

.ohp-survey-right-decor {
    position: absolute;
    bottom: -40px;
    right: 0px;
    width: 98px;
    height: 112px;
}

#ohp-svg-survey-logo {
    vertical-align: middle;
    width: 72px;
    height: 50px;
    margin: 19px 12px;
}

.ohp-question-text {
    font-family: p22-underground, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #01095C;
    margin-bottom: 24px;
}

.ohp-question-text-error{
    color:firebrick;
}

.ohp-survey-btn {
    background-color: #4F78F7;
    color: #FFFFFF;
    font-family: p22-underground, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    padding: 12px 16px;
    float: right;
    border-radius: 4px;
    cursor: pointer;
}

.ohp-survey-btn-prompt{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ohp-survey-btn:hover {
    background-color: #6f91f5;
}

textarea {
    width: 100%;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #1E2226;
    border: 1px solid #E6E6E6;
    min-height: 120px;
    border-radius: 4px;
    padding: 12px;
    cursor: pointer;
}

textarea:focus {
    outline: 1px solid #4F78F7;
    border-radius: 4px;
}

/**************OHP Rating*****************/
.survey-left-message {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.survey-right-message {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.likely2 {
    color: #4f78f7;
    font-family: p22-underground, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.notlikely2 {
    color: #4f78f7;
    font-family: p22-underground, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.ohp-survey-table {
    position: relative;
    height: 81px;
    min-width: 295px;
}

.ohp-survey-table input[type="radio"] {
    display: none;
}

input[name="isInterested"] {
    display: none;
}

input[name="isInterested"] + .ohp-survey-radio .ohp-radio-checked {
    display: none;
}

input[name="isInterested"]:checked + .ohp-survey-radio .ohp-radio-checked {
    display: block;
    background-position: center center;
    background-size: 40px 40px;
}

input[name="isInterested"]:checked + .ohp-survey-radio {
    border-radius: 50%;
    border: solid 2px #3a5ab8;
}

.ohp-survey-radio {
    border-radius: 50%;
    border: solid 2px #E6E6E6;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.ohp-survey-table div.survey-btn label {
    display: block;
    cursor: pointer;
}

.ohp-survey-table div.survey-btn {
    position: relative;
    display: inline-block;
    width: calc(100%/5.37);
}

.ohp-response-value {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #1E2226;
    margin-left: 24px;
    vertical-align: bottom;
}

@media (max-width: 530px) and (min-width: 0px) {
    input[type="radio"]:checked + .survey-img-1 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_1.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-1 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_1.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    input[type="radio"]:checked + .survey-img-2 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_2.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-2 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_2.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    input[type="radio"]:checked + .survey-img-3 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_3.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-3 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_3.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    input[type="radio"]:checked + .survey-img-4 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_4.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-4 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_4.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    input[type="radio"]:checked + .survey-img-5 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_5.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-5 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_5.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    .ohp-survey-line {
        background-image: linear-gradient(to right, rgb(123,154,249), rgb(79,120,247), rgb(59,90,185));
        vertical-align: middle;
        height: 8px;
        left: 0px;
        right: 0px;
        top: 16px;
        display: inline-block;
        position: absolute;
        border-radius: 25px;
    }
}
@media (max-width: 800px) and (min-width: 531px) {
    input[type="radio"]:checked + .survey-img-1 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_1.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-1 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_1.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    input[type="radio"]:checked + .survey-img-2 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_2.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-2 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_2.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    input[type="radio"]:checked + .survey-img-3 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_3.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-3 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_3.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    input[type="radio"]:checked + .survey-img-4 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_4.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-4 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_4.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    input[type="radio"]:checked + .survey-img-5 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_5.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }
    .survey-img-5 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_5.png) no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    .ohp-survey-line {
        background-image: linear-gradient(to right, rgb(123,154,249), rgb(79,120,247), rgb(59,90,185));
        vertical-align: middle;
        height: 8px;
        left: 0px;
        right: 0px;
        top: 16px;
        display: inline-block;
        position: absolute;
        border-radius: 25px;
    }
}
@media (min-width: 801px) {
    input[type="radio"]:checked + .survey-img-1 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_1.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
    }
    .survey-img-1 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_1.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
        width: 48px;
        height: 48px;
    }
    input[type="radio"]:checked + .survey-img-2 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_2.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
    }
    .survey-img-2 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_2.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
        width: 48px;
        height: 48px;
    }
    input[type="radio"]:checked + .survey-img-3 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_3.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
    }
    .survey-img-3 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_3.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
        width: 48px;
        height: 48px;
    }
    input[type="radio"]:checked + .survey-img-4 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_4.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
    }
    .survey-img-4 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_4.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
        width: 48px;
        height: 48px;
    }
    input[type="radio"]:checked + .survey-img-5 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_filled_5.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
    }
    .survey-img-5 {
        background: url(https://myupdate.publishingconcepts.com/schools/common/images/SurveyAssets/img_survey_unfilled_5.png) no-repeat;
        background-position: center center;
        background-size: 48px 48px;
        width: 48px;
        height: 48px;
    }
    .survey-first-btn {
        margin-left: 12px;
    }
    
    .ohp-survey-line {
        background-image: linear-gradient(to right, rgb(123,154,249), rgb(79,120,247), rgb(59,90,185));
        vertical-align: middle;
        height: 8px;
        left: 0px;
        right: 0px;
        top: 20px;
        display: inline-block;
        position: absolute;
        border-radius: 25px;
    }
}
/*******************************/

/***************************** SELECT AREA *******************************/
.ohp-dropdown-facade {
    border: 1px solid #E6E6E6;
    height: 44px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 3px;
 }

 select {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #1E2226;
    background: transparent;
    border: none;
    font-size: 18px;
    height: 44px;
    padding: 5px;
    width: 100%;
 }

 select:focus{ outline: none;}
 
 .ohp-dropdown-facade-after{
    display: table-cell;
    text-align: center;
    width: 40px;
    height: 28px;
    background-color: #FFFFFF;
    position: absolute;
    top: 10px;
    right: 0px;
    pointer-events: none;
    cursor: pointer;
 }
/*************************************************************************/
[v-cloak] { display: none; }