﻿/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

/* default to the system font of the user.  below font-family will take the system font of the relevant device */
body {
    color: #20272a;
    font-size: 1rem;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'DM Sans','Helvetica Neue', Arial, sans-serif;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
    margin: 0;
}

#noBrowserSupport {
    display:none;
}

#fl-progress, #fl-progress-bar {
    position: fixed;
    top: 0;
    height: .35rem;
    width: 100%;
    background-color: white;
    z-index: 100;
}

#fl-progress-bar {
    width: 0%;
    transition: all 300ms ease;
}

#fl-load {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

.fl-load-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid;
    padding: .5rem;
}

.fl-node-outer {
    display: block;
    width: 100%;
    position: relative;
}

.fl-node-inner {
    display: table;
    width: 100%;
    height: 100vh;
}

.fl-node {
    display: table-cell;
    vertical-align: middle;
    padding:0 .25rem;
}

.fl-admin-entry {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100px;
    height: 70px;
    z-index: 100;    
}

.fl-admin-entry-clicked {
    border: 1px solid black;
}

.fl-question {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    text-align: center;
}

.fl-prompt {
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
}

.fl-form-prompt {
    font-size: 1.25rem;
    padding: .125rem 0;
}

.fl-form-prompt-minor {
    font-size: 1.125rem;
    padding: 0rem;
}

.fl-sm {
    font-size:1.25rem;
}

.fl-smm {
    font-size: 1.15rem;
}

.fl-smmm {
    font-size: 1rem;
}

.fl-prompt-minor {
    font-size: smaller;
    font-style: italic;
}

.fl-option-wrap {
    margin: auto;
}

.fl-option {
    font-size: 1rem;
    padding: .5rem;
    border: 1px solid;
    border-radius: 2px;
    margin-top: .125rem;
    cursor: pointer;
    margin: .125rem auto .125rem auto;
    max-width: calc(400px - 1rem);
    position:relative;
    min-height:2.25rem;
}

.fl-option-grouping {
    font-weight: bolder;
}

.fl-option-extension {
    font-size: smaller;
}

.fl-option-other {
    position: relative;
}

.fl-option-rank {
    padding: .5rem 2rem;
    max-width: calc(400px - 4rem);
}

/*PNC 28-09-22*/
.fl-numerical-choice-option {
    display: inline-block;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    padding: 2.5% 0%;
    cursor: pointer;
    max-width: 60px;
    text-align: center;
}

.fl-numerical-choice-option-first {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.fl-numerical-choice-option-last {
    border-width: 1px 1px 1px 1px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.fl-done-btn, .fl-start-btn, .fl-option-other-done-btn, .fl-file-btn {
    border: 1px solid;
    display: inline-block;
    padding: .5rem 1.5rem;
    border-radius: 2px;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    font-size: 1rem;
}

.fl-start-btn {
    margin-top: 1rem;
}

.fl-resume-btn {
    margin-right:.5rem;
}

.fl-done-btn {
    float: right;
}

.fl-file-btn {
    padding:0;
}

.no-touch .fl-start-btn:hover {
    opacity: 0.7;
}

.fl-row {
    display: block;
    padding: .25rem 0;
    overflow: hidden;
}

.fl-list-row {
    display: block;
    padding: .25rem 0 0;
    max-width: 400px;
    overflow: hidden;
    margin: auto;
}

.fl-form-done-container {
    max-width: 400px;
    margin: auto;
    height: 2rem;
}

.fl-free-text, .fl-free-text-small {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
    font-family: 'DM Sans','Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    border-radius: 2px;
    width: calc(100% - 4px - 1rem);
    height: 150px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .5rem;
}

.fl-free-text-small {
    height: 100px !important;
}

.fl-free-text-container {
    display: block;
}

.fl-text-box-container {
    display: block;
    padding: 0 0 .25rem 0;    
}

.fl-other-text-box {
    width: calc(100% - 2.75rem);
    position: absolute;
    left: .25rem;
    margin: 0;
    top: .28rem;
    height: 1.125rem;
    border: none;
    padding: .2rem .125rem;
    outline-color: transparent;
    font-size: 1rem;
}

.fl-option-other-done-btn {
    padding: .125rem .5rem;
    position: absolute;
    right: .1rem;
    top: .28rem;
}

.fl-form-control {
    display: block;
    width: calc(100% - 2rem);
    max-width: calc(400px - 1.5rem);
    height: 1.25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 2px;
    margin: auto;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fl-filter-text-box {
    margin: auto;
    max-width: calc(400px - .5rem);
    text-align: center;
    margin: auto;
}

.fl-text-box {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
    font-family: 'DM Sans','Helvetica Neue', Arial, sans-serif;
    width: calc(100% - 1.75rem);
}

.fl-text-box-wide {
    max-width: calc(100% - 1.75rem);
}

.fl-form-control-label {
    width: 100%;
    max-width: 400px;
    font-size: .75rem;
    text-align: left;
    padding: .125rem .25rem;
    margin: auto;
}

.fl-link {
    border: 1px solid;
    padding: 0 0.375rem;
    border-radius: 4px;
    cursor: pointer;
    /*padding-bottom: 2px;*/
}

    .fl-link:hover {
        opacity: .6;
    }

.fl-validation {
    display: none;
    padding: .5rem 0;
    color: red;
    font-size: smaller;
    text-align: center;
}

.fl-fail {
    color: red;
}

.fl-logo {
    margin: auto;
    padding-bottom: 1.5rem;
}

/*PNC 28-09-22*/
.fl-sub-header {
    /*margin: auto;*/
    overflow: hidden;
}

.fl-hide {
    display: none;
}

.fl-invisible {
    visibility: hidden;
}

.fl-active {
    visibility:visible;
}

    .fl-active:hover {
        opacity: 0.7;
    }

.fl-h-left, .fl-h-right {
    float: left;
    text-align: left;
    font-size: .75rem;
    padding: .5rem;
}

.fl-h-right {
    float: right;
    text-align: right;
}

.fl-grid-indicator-wrap {
    text-align: center;
}

.fl-grid-label {
    margin: .5rem 0 1rem;
}

.fl-review-icon {
    height: 2rem;
    position: absolute;
    left: .5rem;
    top: 0.25rem;
}

.fl-review-option {
    line-height:1.5rem;
}

    .fl-review-option a {
        text-decoration:none;
    }

.fl-indicator {
    width: .75rem;
    height: .75rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: 50%;
    border: solid 1px;
    margin: .5rem .25rem;
    display: inline-block;
    cursor: pointer;
}

.fl-rating-icon {
    text-align: center;
    /*margin: auto;*/
}

.fl-rating-icon-group {
    display: inline-block;
}

.fl-rating-icon-option {
    display: inline-block;
    cursor: pointer;
}

    .fl-rating-icon-option:before {
        font-size: 4.25rem;
        font-family: "Font Awesome 5 Free";
        padding: 0 .125rem;
    }

.fl-icon-stars:before {
    content: "\f005";
}

.fl-icon-faces0:before {
    content: "\f556";
}

.fl-icon-faces1:before {
    content: "\f119";
}

.fl-icon-faces2:before {
    content: "\f11a";
}

.fl-icon-faces3:before {
    content: "\f118";
}

.fl-icon-faces4:before {
    content: "\f59a";
}

.fl-check {
    display: inline-block;
    transform: rotate(40deg);
    height: .75rem;
    width: .35rem;
    border-bottom: .175rem solid;
    border-right: .175rem solid;
    border-radius: 2px;
}

.fl-rank {
    border: 1px solid;
    border-radius:2px;
    padding: .125rem .25rem;
    position: absolute;
    left: .3rem;
    top: .3rem;
    width: 1rem;
    display: none;
    cursor: pointer;
}

.fl-active .fl-rank {
    display:inline-block;
}

#fl-print {
    display:none;
}

.fl-off-page, .fl-logo-preload {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

#fl-info {
    position: fixed;
    bottom: 0;
}

@media screen and (max-width: 800px) {
    .fl-question {
        width: calc(600px - 2rem);
    }
}

@media screen and (max-width: 600px) {
    .fl-question {
        width: calc(100% - 2rem);
    }
}

@media print {

    #fl-container, #fl-back, #fl-skip, #fl-nav-end, #fl-nav-start, #fl-printer, .fl-jump, .fl-nav-btn {
        display: none !important;
    }

    #fl-nav {
        display: none;
    }

    #fl-print {
        display: block;
    }

    #fl-sm {
        padding: .5rem;
    }
}

.fl-form {
    overflow:hidden;
}

.fl-form .fl-question {
    text-align:left;
    max-width:400px;
    padding: 2rem 0 5rem 0;
}

.fl-form .fl-option {
    margin-left:0;
}

.fl-form .fl-prompt {
    padding:1rem 0;
}

.fl-form .fl-grid-indicator-wrap {
    text-align:left;
}

.fl-form .fl-list-row, .fl-form .fl-text-box, .fl-form .fl-option-wrap {
    margin-left: 0;
}

.fl-form .fl-option-wrap {
    display:inline-block;
}

.fl-form .fl-option {
    box-sizing: border-box;
    width: 100%;
    min-width: 175px;
    border-radius: 4px;        
}

.fl-form .fl-horizontal-option {
    display: inline-block;
    min-width: 50px;
    /*font-size: smaller;*/
    width: inherit;
    text-align: center;
    margin-right: .25rem ;
}

.fl-form .fl-option-table .fl-option {
    min-width:50px;
    text-align:center;
}

    .fl-form .fl-done-btn {
        float: left;
        margin: .5rem 0 1rem 0;
        /*font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
        font-family: 'DM Sans','Helvetica Neue', Arial, sans-serif;
    }

.fl-form button {
    border-radius: 4px;
    text-transform: uppercase;
}

.fl-form .fl-option, .fl-form .fl-done-btn {
    transition-duration: 0.3s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
}

.fl-form .fl-prompt-minor { 
    margin-top:.75rem; 
}

.fl-form .fl-node-outer {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    transition: transform 500ms ease 0s, opacity 300ms ease 0s;
    opacity:0;
    overflow:auto;
}

.fl-form .fl-node-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.fl-form .fl-before {
    transform: translateY(-100%);
    opacity:0;
}

.fl-form .fl-open {
    transform: translateY(0);
    opacity:1;
}

.fl-form .fl-after {
    transform: translateY(100%);
    opacity:0;
}

.fl-form .fl-form-control-label {
    margin-left:0;
}

.fl-form .fl-form-done-container {
    margin-left: 0;
}

.fl-form .fl-validation {
    text-align:left;
}

.fl-file-img {
    width: calc(100vw - 1.75rem);
    height: calc(100vw - 1.75rem);
    max-width: 300px;
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl-file-result {
    padding:1rem 0 .25rem 0;
    font-size: smaller;
    font-weight: bolder;
    font-style:italic;
}

#fl-sm {
    text-align: left;
    margin-top: 2rem;
    border: 1px solid;
}

.fl-sm-q, .fl-sm-a {
    position: relative;
    font-size: 1rem;
    padding: .5rem;
    /*    padding: .25rem 1rem .5rem .5rem;*/
}

.fl-sm-q, #fl-sm .fl-prompt, #fl-sm .fl-form-prompt {
    padding: .25rem 2rem .25rem .25rem;
    font-size: 1rem;
}

.fl-sm-q {
    padding-right:1.25rem;
}

#fl-sm p {
    margin: 0;
}

/*NAV Side*/

.fl-nav-side #fl-back, .fl-nav-side #fl-skip {
    position: absolute;
    top: .5rem;
    right: .5rem;
    cursor: pointer;
    font-size: 2rem;
    height: 1.5rem;
    width: 2rem;
    background-color: gray;
    color: white;
    border-radius: 3px;
}

.fl-nav-side #fl-back {
    right: 2.625rem;
}

.fl-nav-side .fl-back, .fl-nav-side .fl-skip {
    cursor: pointer;
    position: absolute;
    top: .5rem;
    right: .525rem;
    opacity: .6;
    border: solid;
    border-width: 0 .2rem .2rem 0;
    border-radius: 3px;
    display: inline-block;
    padding: .35rem;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.fl-nav-side .fl-skip {
    top: .20rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fl-nav-side .fl-jump {
    padding: .25rem;
}

.fl-nav-side #fl-nav {
    position: relative;
    top: 0;
    width: 100%;
    height: 3rem;
    z-index: 2;
}

/*NAV Footer*/

.fl-nav-footer #fl-nav {
    background-color: white;
    color: white;
    text-align: center;
    position: fixed;
    left: 0;
    /*bottom: 1.5rem;*/
    width: 100%;
    opacity: 0.9;
    padding-bottom: 1.5rem;
    bottom: 0;
}

.fl-nav-footer #fl-nav-inner {
    padding: 0rem 2rem 0 0;
}

.fl-nav-footer .fl-nav-btn {
    float: right;
    margin-left: .5rem;
    width: 2rem;
    cursor: pointer;
    border-radius: 4px;
}

.fl-nav-footer #fl-back, .fl-nav-footer #fl-skip, .fl-nav-footer #fl-nav-start, .fl-nav-footer #fl-nav-end {
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
}

.fl-nav-footer #fl-nav-start, .fl-nav-footer #fl-nav-end {
    display: none;
}

.fl-jump {
    cursor: pointer;
    position: absolute;
    top: 0.375rem;
    right: 0.5rem;
    padding: 0.125rem 0.5rem;
    border: 1px solid #349859;
    font-size: .75rem;
    border-radius: 4px;
}

#fl-back:hover, #fl-skip:hover, .fl-back:hover, .fl-skip:hover, .fl-jump:hover {
    opacity: 1;
}


.fl-disable {
    opacity: 0.5!important;
    width: 100%;
    height: 100%;    
}

    .fl-disable:hover {
        pointer-events:none;
    }

.fl-center {
    text-align: center;
}

.fl-powered-by-bottom {
    position: absolute;
    bottom: .25rem;
    right: 3rem;
    color: black;
    font-size: .75rem;
}

.fl-powered-by-side {
    position: absolute;
    top: 0.75rem;
    font-size: .75rem;
    right: 5.25rem;
    z-index: 100;
}

.fl-no-events {
    pointer-events: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 500px) {
    .fl-form .fl-horizontal-option {
        display: block;
        min-width: 175px;
        font-size: inherit;
        width: 100%;
        text-align: left;
        margin-left: 0;
    }

    .fl-nav-footer #fl-nav {
        bottom: 0;
        border-top: 1px solid gray;
        padding: 0.25rem 0 0 0;
        text-align:right;
    }

    .fl-nav-footer #fl-nav-inner {
        padding: 0 .5rem 0 0;
        display: inline-block;
        text-align: center;
    }

    .fl-powered-by-bottom {
        position: absolute;
        bottom: .75rem;
        left: .75rem;
        color: black;
        font-size: .75rem;
        text-align: left;
    }

    .fl-powered-by-side {
        position: absolute;
        top: 0.75rem;
        font-size: .75rem;
        /*right: 5.25rem;*/
        left:0.75rem;
        z-index: 100;
    }

/* Mobile Formats */

.fl-option {
    font-size: 1.125rem;
    padding: .5rem;
    border: 1px solid;
    border-radius: 2px;
    /*margin-top: .25rem;*/
    cursor: pointer;
    margin: .5rem auto .5rem auto;
    /*max-width: calc(400px - 1rem);*/
    position: relative;
    min-height: 2.25rem;
}

.fl-prompt {
    font-size: 1.375rem; 
}

.fl-free-text {
    font-size: 1.25rem;
}

.fl-done-btn {
    font-size: 1.125rem;
}

.fl-vote {
    display:block;
    overflow:hidden;
}

.fl-vote-txt {
    padding:.5rem 0 .5rem 10px;
    display:inline-block;
    width:calc(100% - 150px);
    text-align:left;
    vertical-align:top;
    float:left;
}

.fl-vote-box-container {
    display: inline-block;
    width: 140px;
    vertical-align: top;    
    float: right;
}

.fl-vote-box {
    display:inline-block;
    border: 1px solid;
    padding:.125rem .5rem;
    border-radius:2px;
    margin:.5rem 1rem .5rem 0;
    font-weight:bolder;
    cursor:pointer;
}

.fl-stripe-even {
    background-color: #f9f9f9;
}
.fl-stripe-odd {    
    background-color: #f0f0f0;
}

.fl-date-text-day, .fl-date-text-month, .fl-date-text-year {
    width: 1.75rem;
    margin: 0 .125rem 0 0;
    display: inline-block;
    float: left;
}

.fl-date-text-year {
    width: 2.75rem;
}