:root {
    --primary-black-color: #040f16;
    --primary-color: #004D71;
    --secondary-color: #004D71;
    --accent-color: #81c3d7;
    --global-color-background: #fafffd;
    --prudence: #004D71;
    --justice: #165241;
    --temperance: #432e3e;
    --fortitude: #7F2629;
}

.happiness-questions .gfield_label {
    max-width: 50em;
}

#get-result-button {
    background-color: var(--accent-color);
    color: #fff;
    margin-top: 1rem;
}

#get-result-button:hover {
    border-color: #393d3f;
    color: #393d3f;
    background: #fff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: translateY(-3px);
    transition: all .4s ease
}

.virtue-results-wrapper h1 {
    text-align: center;
    font-weight: 700
}

/* .virtue-results-wrapper ol {
    list-style-type: none;
    max-width: 1024px;
    justify-content: center;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
} */

.virtue-result {
    padding: 1rem;
    font-weight: 400;
    margin: 1rem;
    font-size: medium;
    box-shadow: 0 4px 8px -2px rgba(9, 30, 66, .25), 0 0 0 1px rgba(9, 30, 66, .08);
    cursor: pointer
}

.result-card-top {
    display: grid
}

.result-rank {
    font-weight: 700;
    font-size: large;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center
}

.virtue-result:hover {
    box-shadow: 0 7px 29px 0 rgb(1 25 43/20%);
    transform: translateY(-3px);
    transition: all .4s ease
}

#currentVirtueImg {
    max-width: 150px;
    margin: 0 auto
}

@media only screen and (max-width:624px) {
    .site-title-wrap {
        max-width: 100% !important
    }

    /* .gfield.gf_list_inline div {
        display: inline-block !important;
        padding-top: .5rem
    }
    body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio] {
        border: 1px solid #2f6690;
        width: 15px !important;
        height: 15px !important;
        -webkit-appearance: none !important;
        border-radius: 50% !important;
        position: relative
    }
    body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio]:checked {
        border: 2px solid var(--primary-color) !important
    }
    input[type=radio]:after {
        left: .5px !important;
        top: .5px !important;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--primary-color)
    } */
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio] {
    border: 2px solid #2f6690;
    width: 20px;
    height: 20px;
    -webkit-appearance: none !important;
    border-radius: 50% !important;
    position: relative
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio]:checked:focus {
    outline-offset: 3px;
    outline: 2px dotted var(--primary-color)
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio]:focus {
    outline-offset: 1px;
    outline: 2px dotted var(--primary-color)
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio]:checked {
    border: 4px solid var(--primary-color)
}

input[type=radio]:checked:after {
    opacity: 1
}

input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 1px;
    top: 1px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-color)
}

legend {
    color: var(--secondary-color)
}

label {
    color: var(--secondary-color) !important;
    border-color: var(--primary-color) !important
}

/* input.button {
    background-color: var(--secondary-color) !important
} */

.gf_page_steps .gf_step_active .gf_step_number {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step_completed .gf_step_number:before {
    background: #4bb543;
    border-color: #4bb543
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step_active .gf_step_number {
    background: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 700
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step_number {
    background: #fff;
    color: var(--primary-color);
    border-color: var(--secondary-color);
    font-weight: 700
}

.gform_wrapper.gravity-theme .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_save_link.button {
    color: #fff !important
}

.survey-btn {
    color: #3a7ca5 !important
}

.survey-btn:hover {
    color: #3a7ca5
}

.retake-btn {
    background-color: #3a7ca5;
    color: #fff
}

.retake-btn:hover {
    color: #fff
}

.survey-rdm-button {
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: .5s;
    text-align: center;
    padding: 16px;
    max-width: 300px;
    min-width: 220px;
    transition: all .5s;
    cursor: pointer;
    margin: 36px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
    font-weight: 700;
    text-transform: uppercase
}

.survey-rdm-button:hover {
    font-size-adjust: .5
}

.survey-rdm-button:after {
    content: "»";
    position: absolute;
    opacity: 0;
    top: 14px;
    right: -20px;
    transition: .5s
}

.survey-rdm-button:hover {
    padding-right: 24px;
    padding-left: 8px
}

.survey-rdm-button:hover:after {
    opacity: 1;
    right: 10px
}

.site-title a {
    font-family: 'adorn-condensed-sans', sans-serif;
}

.site-title:hover {
    transform: scale(1.01);
    text-shadow: -3px 6px 4px hsla(0, 0%, 100%, .3)
}

.site-footer {
    background: #fff
}

.vs-button-style {
    background-color: var(--primary-color) !important;
    padding: .8rem;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-variant: all-small-caps;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    font-size: large
}

.vs-button-style:hover {
    background-color: transparent !important;
    transition: all .4s ease;
    border-color: var(--secondary-plugin-color);
    color: var(--secondary-plugin-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: translateY(-3px)
}

#surveyFormError {
    color: white;
    padding: 2rem;
    justify-content: center;
    text-align: center;
}


/* .answer-selection-grid {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(4em, 5em)) !important;
    text-align: center;
}

.answer-selection-grid div {
    margin-top: auto
} */

.question-answer-grid {
    display: grid;
    grid-template-columns: 35% 60%;
    grid-gap: 4rem;
}

.header-answer-key {
    display: grid;
    grid-template-columns: 35% 60%;
    grid-gap: 4rem;
    text-align: center;
    grid-auto-rows: 3em;
    margin-bottom: 1rem;
}

/* .fieldset-wrapper-grid,
.wrapper-grid-non-random {
    grid-template-rows: minmax(1em, 4em);
    align-items: center;
    display: grid !important;
    grid-template-columns: 40% 60% !important;
    grid-gap: 4rem !important;
    border-bottom: 2px solid rgb(204 204 204 / 10%) !important;
}

.fieldset-wrapper-grid .gfield_radio,
.wrapper-grid-non-random .gfield_radio {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(4em, 5em)) !important;
    text-align: center;
}

.fieldset-wrapper-grid legend,
.wrapper-grid-non-random legend {
    float: left;
    border: none;
} */

/* .header-answer-key-v2.scroll-effects::after,.header-answer-key-v3.scroll-effects::after {
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    width: 62em;
    height: 4em;
    content: "";
    position: fixed;
    margin-top: -4em;
    margin-left: -1em;
    border-radius: inherit;
    background-color: white;
} */

#wide-answer-text {
    font-size: 17px;
}

@media only screen and (max-width:1200px) {
    .header-answer-key-v2.scroll-effects .answer-key-container,.header-answer-key-v3.scroll-effects .answer-key-container {
        grid-gap: 0em !important;
    }
    .answer-selection-grid div {
        font-size: 15px !important
    }
}

@media only screen and (max-width: 1300px) {
    .page-template-focus-survey-template .gform_wrapper.gravity-theme .gfield_label {
        font-size: 1.35vw;
    }
}

.justice-top-three-style {
    border: 2px solid var(--justice)
}

.prudence-top-three-style {
    border: 2px solid var(--prudence)
}

.temperance-top-three-style {
    border: 2px solid var(--temperance)
}

.fortitude-top-three-style {
    border: 2px solid var(--fortitude)
}

@media print {
    .vss-list-of-virtues li{
      page-break-inside: avoid;
    }
    .button {
        display: none;
    }
    .no-print-video {
        display: none;
    }
    .no-print{
        display: none!important;
    }
    ol {
        list-style: none !important;
    }
    ol li{
       border-bottom: 1px solid lightgray !important;
    }
    .print-only{
        display: list-item!important;
    }
    /* .print-only.vss-definition{
      font-size: 15pt;
    } */
    .vss-list-virtue-name{
        max-width:80%;
    }
    #results-page-subheader{
      font-size: 15pt !important;
    }
    /* .wp-block-image.print-only img{max-width: 300px;} */
}
.print-only{
    display: none;
}
@media only screen and (min-width:1500px) {
	.header-answer-key-v3.scroll-effects{
		max-width: 1500px;
	}

}
@media only screen and (min-width:1200px, max-width:1500px) {
	.header-answer-key-v3.scroll-effects{
		max-width: 1300px;
	}
}
@media only screen and (min-width:750px) {
    .vss-header{background-position: center -50px;}
    .gform-theme-button.button{
        background: url(https://restoredinchrist.openlightmedia.com/wp-content/uploads/2023/06/VSS-bg-2-03.png) !important;
    }

    .vs-desktop-button-image .gform_next_button{
        max-width: 10rem;
    }
    .answer-selection-grid {
        display: grid !important;
        grid-template-columns: repeat(7, minmax(5em, 7em)) !important;
        text-align: center;
        z-index: 1000;
    }
    .answer-selection-grid div {
        margin-top: auto
    }
    .question-answer-grid {
        display: grid;
        grid-template-columns: 35% 60%;
        /* grid-template-columns: 40% 60%; */
        grid-gap: 4rem;
    }
    .header-answer-key {
        display: grid;
        grid-template-columns: 35% 60%;
        /* grid-template-columns: 40% 60%; */
        grid-gap: 4rem;
        text-align: center;
        grid-auto-rows: 3em;
        margin-bottom: 1rem;
		width: 37em;
    }
	
    .fieldset-wrapper-grid,
    .wrapper-grid-non-random {
        grid-template-rows: minmax(1em, 4em);
        align-items: center;
        display: grid !important;
        grid-template-columns: 35% 60% !important;
        grid-gap: 4rem !important;
        border-bottom: 2px solid rgb(204 204 204 / 10%) !important;
    }
    .fieldset-wrapper-grid .gfield_radio,
    .wrapper-grid-non-random .gfield_radio {
        display: grid !important;
        grid-template-columns: repeat(7, minmax(5em, 7em)) !important;
        text-align: center;
    }
    .fieldset-wrapper-grid legend,
    .wrapper-grid-non-random legend {
        float: left;
        border: none;
    }

    .answer-key-container {
        display: grid; grid-template-columns: 35% 60%;  grid-gap: 4rem;  grid-auto-rows: 5em;  margin-bottom: 1rem;
    }

	.scroll-effects .answer-key-container {
       	background-color: white;
		box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    }

    .header-answer-key-v3{
        z-index: 1000; position: relative; top: unset; border: none;
    }
    .header-answer-key-v3.scroll-effects{
        position: fixed;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
    }
	
    .question-descriptor-header{
        margin-top: auto;display: inline-block;width: 22em;z-index: 100;
    }
}
@media only screen and (max-width:750px) {
    .header-answer-key-v3{
        display:none;
    }
    .gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label{
        text-align: center;
        padding: 1em 5px;
        border-bottom: 1px solid lightgray!important;
        margin-bottom: 15px;
    }
    .gform_legacy_markup_wrapper ul.gfield_checkbox, .gform_legacy_markup_wrapper ul.gfield_radio{
        padding: 5px;
        border-radius: 5px;
        background: #ffffff69;
    }
	 .fieldset-wrapper-grid .gfield_radio{
		display: flex!important;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 2em;
    }

	.fieldset-wrapper-grid .gfield_label{
		margin-bottom:25px;
	}

    /* .fieldset-wrapper-grid ul.gfield_checkbox, .fieldset-wrapper-grid ul.gfield_radio{
        padding: 5px;
        border-radius: 5px;
        background: #ffffff69;
    } */
    /* .gform_legacy_markup_wrapper .fieldset-wrapper-grid ul.gfield_radio li{
        padding: 1em!important;
        border: 2px solid;
        margin: 5px;
        border-radius: 8px;
    }
    .fieldset-wrapper-grid .gchoice input{
        visibility: hidden;
    }
    .fieldset-wrapper-grid .gchoice .gform-field-label{
        text-align: center;
    } */
    .vs-hidden-q{
        display:none;
    }
    .active-q{
        display: initial;
    }
}
.vss-header{
    padding: 2rem;
    background-image: url(https://restoredinchrist.openlightmedia.com/wp-content/uploads/2023/06/VSS-bg-top-resized_compressed.webp);
    height: 100px;
    background-size: cover;
    background-repeat: none;
}

.survey-header-focus{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 5%;
}

/*NEW Results*/
@media only screen and (min-width:750px) {
    .virtue-results-wrapper .top-five-result-virtue-name-rank{
    margin-top: -10%;
    padding: 1rem;
    border-top-left-radius: 25px;
    text-align: center;
    border-bottom-right-radius: 25px;
    color: white;
    font-weight: bold;
    z-index: 999;
    position: relative;
    text-transform: capitalize;
    }

    .virtue-results-wrapper .first-five-results{
        display: flex;
        list-style-type: none;
        justify-content: center;
        gap: 1em;
    }

    .vss-list-of-virtues ol {
        list-style-type: none;
        columns: 2; /* Specifies the number of columns */
        column-gap: 3em; /* Adjust the gap between columns as needed */
        list-style-type: none;
        width: 65%;
    }

    .vss-list-of-virtues{
        justify-content: center;
        display: flex;
    }
    .theological-virtues-accordion-title {
        margin-top: -120px;
        position: relative;
        z-index: 8;
        cursor: pointer;
    }
    .theological-virtues-accordion-title summary{
        font-weight: bold;
        background: transparent !important;
        font-size: 25px!important;
        border-bottom: 3px solid;
        width: 50%;
        list-style: none;
        margin-left: calc(25% + 2em);
        padding-left: 0!important;
    }
    .your-results-bar{
        height: 6em;
        background: #f7f8f6;
        width: 2500px;
        left: 0;
        position: absolute;
        transform: translateX(-45%);
        top: -2em;
        z-index: 1;
    }
    .your-results-header{
        z-index: 999;
        position: relative;
    }
    .mobile-only{
        display: none !important;
    }
    .vss-page-header {
        background-color: white!important;
    }
    .vss-h2-header{
        font-size:50px;
    }

}
@media only screen and (max-width:750px) {

    .theological-virtues-accordion-title {
        position: relative;
        cursor: pointer;
        background: #f7f8f6;
    }
    .theological-virtues-accordion-title summary{
        background: #f7f8f6 !important;
        font-size: 25px;
        padding-left: 5px;
    }

    .theological-virtues-accordion-title .gb-accordion-text{
     background: #f7f8f6;
    }
    .your-results-header{
        margin-bottom: 0px!important;

    }
    .mobile-header-container{
        padding-top: 0px !important;
        background: #f7f8f6;
    }
    .virtue-results-wrapper .vss-mobile-list{
        list-style-type: none;
    }

    ol.vss-list-of-virtues li:nth-child(5) {
        border-bottom: 2px solid black;
    }

    /* .vss-mobile-list li:nth-child(-n+6){
        text-transform: uppercase!important;
    } */
    .hide-for-mobile{
        display: none !important;
    }
    ol.vss-list-of-virtues{
        margin-bottom: 0px;
        /* border-bottom: 3px solid; */
    }
    .vss-list-of-virtues ol{
        list-style: none;
    }

}
.desktop-print-button{
    font-weight: bold;margin-left: auto;display: block;position: absolute;right: 0;top: 1em;cursor:pointer;
}
.vss-top-five-image{
    max-width: 300px;
}

.prudence-top-style{
    background-color:var(--prudence);
}
.justice-top-style{
    background-color: var(--justice)
}
.temperance-top-style{
    background-color:var(--temperance);
}
.fortitude-top-style{
    background-color:var(--fortitude);
}

.vss-list-of-virtues li{
    border-bottom: 1px solid lightgray;
}

.virtue-survey-content-area{
    margin: 0 auto;
    display: block;
    max-width: 1200px;
}
.vss-list-virtue-name{
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 8px;
}

.vss-negative-image-margin{
    margin-top: -200px;
    position: relative;
    z-index: 999;
}


.theological-virtues-accordion-title summary::after {
    content: "";
    position: absolute;
    top: 1em;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 14px 0 14px;
    border-color: #2e5947 transparent transparent transparent;
    transition: transform 0.3s ease;
}

.theological-virtues-accordion-title details[open] summary::after {
transform: translateY(-50%) rotate(180deg);
}

.theological-virtues-accordion-title .gb-accordion-text{
    padding-top: 2em;
}

.theological-virtues-accordion-title summary::marker{
    display: none!important;
    color: #f7f8f6;
}
.vss-button-bg a{
    background: url(https://restoredinchrist.openlightmedia.com/wp-content/uploads/2023/06/VSS-bg-2-03.png) !important;
}

.copywrite-doc{
    position: absolute;
    right: 0;
    top: 1em;
    list-style: none;
}

.animations-wrapper{
    background-color: white;
    border: 2px solid #224d6f;
}



@media only screen and (min-width: 750px){
#input_42_555 .gchoice_42_555_0 label, #input_42_556 .gchoice_42_556_0 label, 
#input_42_557 .gchoice_42_557_0 label, #input_42_558 .gchoice_42_558_0 label{
		   text-indent: -9999px;
}
	.fieldset-wrapper-grid .gchoice .gform-field-label,	.wrapper-grid-non-random .gchoice .gform-field-label{
		display: none!important;
		
	}
	.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
	grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
}