/* - - - - - - - - - - - - - - - - - - - - -

 Title : 
 Author : 
 URL : http://

 Last Updated : 

- - - - - - - - - - - - - - - - - - - - - */
* {
    box-sizing: border-box;
}

#container, 
html.embed {
    background-color: transparent;
}

html,
body {
    color: #6e7a89;
    font-family: Outfit Variablefont Wght,sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
}

.button {
    width: 100%;
}

@media (min-width: 768px) {
    .button {
        width: auto;
    }
}

.button:disabled {
    background-image: linear-gradient(90deg,#f67700,#fcca32);
    box-shadow: 0 .5rem 1.5rem 0 #02398347;
    cursor: default;
    opacity: 0.5;
    transform: none;
}

.cloak div, 
.cloak span,
.hide,
.likert.cloak tbody, 
.likert.cloak thead {
    display: none !important;
}

.column.desk-6 {
    width: 100%;
}

@media (min-width: 768px) {
    .column.desk-6 {
        width: 50%;
    }
}

#container {
    border:0 solid #cccccc;
}

#errorLi, 
.error-container {
    display: none;
}

form li {
    padding-bottom: 0.75rem;
}

form li.error {
    background-color: transparent !important;
}

form li.error p.error {
    padding-top: 0 !important;
}

input.checkbox, 
input.radio {
    display: block;
    height: 13px;
    left: -9999px;
    margin: 4px 0 0 0;
    padding: 0;    
    position: absolute;
    width: 13px;
}

form .instruct {
    font-size: 0.9ren;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    position: static;
    width: 100%;
}

form span.req {
    color: #3fa2d6 !important;
}

input.search,
input.text,
textarea.textarea,
.wufoo select.select {
    border: 1px solid #9dafc6;
    border-radius: 0.4rem;
    font-family: inherit;
    font-size: inherit;
    min-height: 45px;
    padding: 12px;
    transition: all 0.25s ease-in-out;
    width: 100%;
}

input.medium, 
select.medium {
    width: 100%;
}

input.search:focus,
input.text:focus,
textarea.textarea:focus,
.wufoo select.select:focus {
    border-color: #3fa2d6;
}

input.search:focus-visible,
input.text:focus-visible,
textarea.textarea:focus-visible,
.wufoo select.select:focus-visible {
    outline: none;
}

input.search.invalid,
input.text.invalid,
textarea.textarea.invalid,
.wufoo select.select.invalid {
    border-color: #E83948;
}

label.choice {
    color: #6e7a89;
    font-weight: normal;
    margin-left: 0;
    padding: 15px 30px 15px 36px;
    width: auto;
}

label.choice span {
    color: #6e7a89;
}

.radio-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .radio-group {
        flex-direction: row;
    }
}

input.checkbox:checked+label.choice,
input.checkbox:not(:checked)+label.choice,
input.radio:checked+label.choice,
input.radio:not(:checked)+label.choice {
    cursor: pointer;
    display: inline-block;
    padding-left: 36px;
    position: relative;
}

input.checkbox:checked+label.choice:after,
input.checkbox:checked+label.choice:before,
input.radio:checked+label.choice:after,
input.radio:checked+label.choice:before {
    opacity: 1;
    text-align: center;
}

input.checkbox:checked+label.choice:after, 
input.checkbox:not(:checked)+label.choice:after,
input.checkbox:checked+label.choice:before, 
input.checkbox:not(:checked)+label.choice:before,
input.radio:checked+label.choice:after, 
input.radio:not(:checked)+label.choice:after,
input.radio:checked+label.choice:before, 
input.radio:not(:checked)+label.choice:before {
    content: "";
    margin-top: 15px;
    position: absolute;
    transition: 0.25s ease-in-out;
}

input.checkbox:checked+label.choice:after, 
input.checkbox:not(:checked)+label.choice:after {
    border: solid white;
    border-width: 0 3px 3px 0;
    height: 10px;
    left: 9px;
    top: 5px;
    transform: rotate(45deg);
    width: 5px;
}

input.radio:checked+label.choice:after, 
input.radio:not(:checked)+label.choice:after {
    background: #fff;
    border-radius: 100%;
    height: 10px;
    left: 8px;
    top: 8px;
    transition: all .2s ease;
    width: 10px;
}

input.checkbox:checked+label.choice:before, 
input.checkbox:not(:checked)+label.choice:before,
input.radio:checked+label.choice:before, 
input.radio:not(:checked)+label.choice:before {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 24px;
    left: 0;
    top: 0;
    width: 24px;
}

input.checkbox:checked+label.choice:before,
input.radio:checked+label.choice:before {
    background-color: #3fa2d6;
    border-color: #3fa2d6 !important;
}

input.checkbox:checked+label.choice:before, 
input.checkbox:not(:checked)+label.choice:before {
    border-radius: 5px;
}

input.radio:checked+label.choice:before, 
input.radio:not(:checked)+label.choice:before {
    border-radius: 100%;
}

ul.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.wufoo {
    font-family: Outfit Variablefont Wght,sans-serif;
}

.wufoo .info {
    border-bottom: 1px dotted #CCCCCC;
}

.wufoo .instruct {
    background: transparent;
    border: none;
}

.wufoo label.desc, 
.wufoo legend.desc {
    color: #131a22;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .38px;
    margin-bottom: 5px;
}

.wufoo li {
    width: 100%;
}

.wufoo li.focused {
    background-color: transparent !important;
}

.wufoo select.select {
    padding-bottom: 11px;
    padding-top: 11px;
}