
/* START NORMALIZE BROWSER */
html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,th {
    padding: 0;
}
/* END NORMALIZE BROWSER */

/* Set CSS Variables */
:root {
    /* Color pallet variables */
    --primary: #008BB4;
    --primary-hover: #4dd5ff;
    --secondary: #338606;
    --secondary-hover: #c6e4b4;
    --ternary: #606062;
    --main-text: #333333;
    --light-text: #cccccc;
    --white: #ffffff;
    --red: #e64545;
    --red-hover: #f08f8f;
}
.primary {
    background-color: var(--primary);
}
.secondary {
    background-color: var(--secondary);
}

/* TYPOGRAPHY */
h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: var(--primary);
    margin: 0px 0px 29px 0px;
}
.h2a {
    margin: 0px 0px 10px 0px;
}
h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: var(--secondary);
    margin: 0px 0px 20.8px 0px;
}
.h3a {
    margin: 0px 0px 46px 0px;
}
.primary-text {
    color: var(--primary);
}
.white-text {
    color: var(--white);
}
.dark-text {
    color: var(--main-text);
}
.category-results-title {
    color: var(--primary);
    font-size: 0.8rem;
}

/* LAYOUT */
.desktop-header {
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 0px 120px;
    width: 100%;
    height: 100px;
    background-color: var(--white);
    box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    -webkit-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    -moz-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.mobile-header {
    display: none;
}
.desktop-header-admin {
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 0px 120px;
    width: 100%;
    height: 100px;
    background-color: var(--white);
    box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    -webkit-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    -moz-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.mobile-header-admin {
    display: none;
}
.desktop-header-user {
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 0px 120px;
    width: 100%;
    height: 100px;
    background-color: var(--white);
    box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    -webkit-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    -moz-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.mobile-header-user {
    display: none;
}
.mobile-navbar {
    width: 32px;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#mobile-burger-menu:hover {
    cursor: pointer;
}
.line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: var(--main-text);
    margin: 5px 0px;
}
.side-menu-links {
    list-style-type: none;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}
.side-menu-links a {
    color: var(--main-text);
    text-decoration: none;
    font-weight: 700;
}
.side-menu-links a:hover {
    color: var(--white);
}
.side-menu-link {
    color: var(--pure-snow);
    padding: 14px 0px;
    text-align: left;
    border-bottom: solid 1px var(--pure-snow);
    transition: background-color 0.5s ease-in-out;
}
.side-menu-link:hover {
    background-color: var(--primary);
}
#close-side-slide-menu {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--pure-snow);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
#close:hover {
    color: #595959;
}
.title-hr {
    height: 1px;
    border: none;
    background-color: #f3f3f3;
    margin: 0rem 0rem 2.4rem 0rem;
}
.assessment-margin {
    margin-top: -140px;
}
#assessment-home-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0,139,180);
    background: -moz-linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    background: -webkit-linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    background: linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008bb4",endColorstr="#6ebe44",GradientType=1);
    z-index: 0;
}
#side-slide-menu {
    background-color: var(--white);
    position: fixed;
    top: 0px;
    left: -205px;
    box-sizing: border-box;
    width: 200px;
    height: 100vh;
    padding: 120px 20px 32px 20px;
    z-index: 10;
    box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 21px -8px rgba(0,0,0,0.75);
    transition: left 0.5s ease-in-out;
}
.spacer-01 {
    width: 100%;
    padding: 75px 0px;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.intro-show {
    display: block;
}
.intro-no-show {
    display: none;
}
.show-flex {
    display: flex;
}
.show-block {
    display: block !important;
}
.no-show {
    display: none;
}
.open-side-menu {
    left: 0px !important;
}

/* CONTENT */
.fluid-image {
    width: 100%;
    height: auto;
}
.break-text {
    display: block;
}
.size-1 {
    font-size: 28px;
}
.register-mark {
    font-size: 1rem;;
}
.assessment-intro {
    width: 700px;
    height: 660px;
    box-sizing: border-box;
    margin: 140px 0px 0px 0px;
    padding: 1.4rem 2rem;
    background-color: var(--white);
    border-radius: 6px;
}
#assessment-intro > ul {
    list-style-type: none;
}
#assessment-intro > ul > li {
    margin-bottom: 0.5rem;
}
.rules-ul li {
    list-style-type: none;
    margin: 0.5rem 0rem;
}
#assessment-intro-one {
    /* margin: 200px auto 0px auto;
    width: 1000px;
    height: auto; */
}
#assessment-intro-two {
    width: 400px;
    background-color: transparent;

/*    width: 650px;
    height: 400px;
    margin: 140px 0px 0px 250px;*/
    /*margin: 0px 0px 0px 0px !important;*/
}
#assessment-survey-one {
    margin: 120px auto 0px auto;
    width: 400px;
    box-sizing: border-box;
}
.test-message-one {
    width: 1100px;
    height: auto;
    box-sizing: border-box;
    padding: 1.4rem 2rem;
    background-color: var(--white);
    border-radius: 6px;
}
.test-message-two {
    width: 1344px;
    height: auto;
    margin-top: 180px;
    margin: 120px auto 0px auto;
}
.message-image {
    width: 100%;
    height: auto;
    background-color: #e0e1e2;
    margin: auto;
}
.message-text {
    width: 100%;
    text-align: center;
    padding: 2rem 0rem 0rem 0rem;
}
.category-message-container {
    padding: 50px 0px;
    font-size: 1.6rem;
    color: var(--primary);
}
/* enterprise page style */

.enterprise-container {
    width: 100%;
    /*max-width: 1200px; */
    margin-top: 20px;
    padding: 10px;
    background: rgb(0,139,180);
    background: -moz-linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    background: -webkit-linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    background: linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008bb4",endColorstr="#6ebe44",GradientType=1);
    z-index: 0;
}

.enterprise-container * {
    box-sizing: border-box;
}

.flex-outer,
.flex-inner {
    list-style-type: none;
    padding: 0;
}

.flex-outer {
    max-width: 450px;
    margin: 0 auto;
}

.flex-outer li,
.flex-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-inner {
    padding: 10px 8px;
    justify-content: space-between;
}

.flex-outer > li:not(:last-child) {
    margin-bottom: 20px;
}

.flex-outer li label,
.flex-outer li p {
    text-align: end;
    padding: 8px 15px 8px 0px;
    font-weight: 300;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.flex-outer > li > label,
.flex-outer li p {
    flex: 1 0 140px;
    max-width: 140px;
    color: white;
}

.flex-outer > li > label + *,
.flex-inner {
    flex: 1 0 220px;
}

.flex-outer li p {
    margin: 0;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
    padding: 15px;
}

.flex-outer li button {
    margin-left: auto;
    padding: 8px 16px;
    border: none;
    background: #333;
    color: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: .09em;
    border-radius: 2px;
}

.flex-inner li {
    width: 100px;
}

/* end enterprise style */
/* COMPONENTS */
.intro-navigation-button-row {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.intro-navigation-button-container {
    display: flex;
    justify-content: center;
    width: 350px;
}
.intro-navigation-button-container-end {
    margin-top: 150px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button {
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.selection-button {
    border: none;
    border-radius: 4px;
    background-color: var(--white);
    font-size: 0.8rem;
    padding: 0.2rem 0rem;
    text-align: center;
}
.intro-nav {
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    color: var(--white);
    font-weight: 700;
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
}
#intro-back-button {
    margin: 50px 0px 0px 0px;
}
#intro-back-button:hover {
    background-color: var(--primary-hover);
}
#intro-continue-button:hover {
    background-color: var(--secondary-hover);
}
#return-home-post-survey:hover {
    background-color: var(--secondary-hover);
}
.results-close-btn-container {
    margin: 1rem 0rem 0rem 0rem;
    padding: 1.2rem 0rem 0rem 0rem;
    box-sizing: border-box;
    border-top: solid 1px #cccccc;
}
#results-close-button {
    border: none;
    border-radius: 4px;
    background-color: var(--primary);
    color: var(--white);
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.6rem 1.4rem;
}
#results-close-button:hover {
    background-color: var(--primary-hover);
    cursor: pointer;
}
#submit-survey-button {

}
.asessment-intro-form {
    display: flex;
    width: 100%;
}
.assessment-content-padding {
    padding: 200px 0px 0px 0px;
}
.category-questions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.text-input-type-01 {
    box-sizing: border-box;
    width: 120px;
    height: 35px;
    font-size: .8em;
    border: none;
    border-radius: 8px 0px 0px 8px;
    padding: 12px 10px;
    margin-bottom: 2px;
}
.question-box {
    width: 25%;
    height: 264px;
    box-sizing: border-box;
    padding: 16px 12px;
    margin: 0px 0px 20px 0px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
.custom-y-container {
    display: flex important;
    flex-direction: column;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}
.question-box:nth-child(odd){
    background-color: #1dacdb;
    color: var(--white) !important;
}
.question-box:nth-child(even){
    background-color: #e0e1e2;
}
.yes {
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    background-color: var(--secondary);
    margin-right: 8px;
    font-weight: 700;
    color: var(--white);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
}
.yes:hover {
    background-color: var(--secondary-hover);
}
.no {
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    background-color: var(--red);
    margin-left: 8px;
    font-weight: 700;
    color: var(--white);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
}
.no:hover {
    background-color: var(--red-hover);
}
.view {
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    background-color: var(--secondary);
    margin-right: 8px;
    font-weight: 700;
    color: var(--white);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
}
.view:hover {
    background-color: var(--secondary-hover);
}
.download {
    border: none;
    border-radius: 6px;
    padding: 10px 7px;
    background-color: var(--primary);
    margin-right: 0px;
    font-weight: 700;
    font-size: 0.7rem;
    color: var(--white);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.55);
}
.download:hover {
    background-color: var(--primary-hover);
}
.text-input-type-02 {
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 10px;
}
.special-intro-button-01 {
    border: none;
    background-color: var(--main-text);
    color: var(--white);
    font-weight: 500;
    font-size: .8em;
    height: 35px;
    padding: 12px 10px;
    margin-bottom: 10px;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-self: flex-end;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
}
.special-intro-button-01:hover {
    background-color: #808080;
}
.special-intro-button-02 {
    border: none;
    background-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: larger;
    /*height: 52px;*/
    padding: 0px;
    margin-bottom: 150px;
    display: flex;
    align-items: center;
    /*box-sizing: border-box;*/
    /*border-radius: 8px 8px 8px 8px;*/
    /*box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);*/
    /*-webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);*/
    /*-moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);*/
}
.special-intro-button-02:hover {
    /*background-color: var(--secondary-hover);*/
}
.assessment-intro-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
/*.or {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 50% 50%;
    background-color: var(--white);
    z-index: 2;
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.5);
}*/
.create-email-form {
    border: solid 2px #f2f2f2;
    border-radius: 6px;
    padding: 1.4rem 1rem;
}
.table-header-desktop {
    background-color: var(--main-text);
    color: var(--white);
    font-weight: 700;
    height: 44px;
    display: flex;
    align-items: center;
    width: 100%;
}
.header-column-desktop-01 {
    box-sizing: border-box;
    width: 15%;
    padding: 0px 15px;
}
.header-column-desktop-02 {
    box-sizing: border-box;
    width: 45%;
    padding: 0px 15px;
}
.header-column-desktop-03 {
    box-sizing: border-box;
    width: 20%;
    padding: 0px 15px;
}
.header-column-desktop-04 {
    box-sizing: border-box;
    width: 20%;
    padding: 0px 15px;
}
.header-column-desktop-04b {
    box-sizing: border-box;
    width: 33.3333%;
    padding: 0px 15px;
}
.table-row-container-desktop {
    box-sizing: border-box;
    height: 60px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    display: flex;
    align-items: center;
}
.table-row-container-desktop:nth-child(odd){
    background-color: #f2f2f2;
}
.body-column-desktop-01 {
    box-sizing: border-box;
    width: 15%;
    height: 60px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}
.body-column-desktop-02 {
    box-sizing: border-box;
    width: 45%;
    height: 60px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 7px 15px;
    display: block;
}
.body-column-desktop-03 {
    box-sizing: border-box;
    width: 20%;
    height: 60px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}
.body-column-desktop-04 {
    box-sizing: border-box;
    width: 20%;
    height: 60px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}
.body-column-desktop-04b {
    box-sizing: border-box;
    width: 33.3333%;
    height: 60px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 0px 6px;
    display: flex;
    align-items: center;
}
.table-container-mobile {
    width: 320px;
    margin: 0px auto 56px auto;
}
.table-container-mobile:nth-child(odd){
    background-color: #cccccc;
}
.header-column-mobile-01 {
    background-color: var(--main-text);
    text-align: center;
    font-weight: 700;
    color: var(--white);
    padding: 8px 0px;
}
.body-column-mobile-01 {
    box-sizing: border-box;
    height: 60px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-column-mobile-02 {
    box-sizing: border-box;
    height: auto;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 8px 0px 10px 0px;
    display: block;
    text-align: center;
}
.table-container-mobile {
    display: none;
}
.pagination-row {
    display: flex;
    justify-content: center;
    margin: 2rem 0rem 0rem 0rem;
}
.pagination-container {
    width: 340px;
    height: 40px;
    display: flex;
    justify-content: center;
}
.pagination-borders {
    border: solid 1px #cccccc;
}
.arrow {
    width: 54px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-destination {
    width: 38px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#survey-results-modal {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color:#333333;
}
.survey-results-modal-content {
    background-color: var(--white);
    border-radius: 4px;
    height: 85%;
    overflow-y: auto;
    padding: 1.2rem 1rem;
    font-size: 0.6rem;
    text-align: center;
}
.question-answer {
    width: 100% !important;
}
.survey-results {
    width: 90vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0px 0px 0px;
}
.category-results-container {
    width: 32%;
}
.question-answer-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 10px 0px;
}
.ans-yes {
    font-weight: 700;
    background-color: var(--secondary);
    color: var(--white);
    width: 60px;
    padding: 3px 0px;
    text-align: center;
    margin-left: 6px;
    box-sizing: border-box;
}
.ans-no {
    font-weight: 700;
    background-color: var(--red);
    color: var(--white);
    width: 60px;
    padding: 3px 0px;
    text-align: center;
    margin-left: 6px;
    box-sizing: border-box;
}
.copyright-container {
    padding: 10px 0px 0px 0px;
    text-align: center;
    color: var(--white);
}
.show-results {
    display: flex !important;
}
.logo-container {
    width: 280px;
}
#result-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgb(0,139,180);
    background: -moz-linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    background: -webkit-linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    background: linear-gradient(90deg, rgba(0,139,180,1) 47%, rgba(110,190,68,1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008bb4",endColorstr="#6ebe44",GradientType=1);
    z-index: 30000;
}
.close-modal-container {
    padding: 2rem 0rem;
    text-align: center;
    margin-right: 5rem;
    margin-bottom: 50rem;
}
#close-result-modal {
    color: #ffffff;
    font-weight: 700;
}
#close-result-modal:hover {
    cursor: pointer;
}
.result-modal-action {
    display: flex !important;
}
/* START PDF PRINTOUT */
.result-content {
    /*width: 792px;*/
    /*height: 612px;*/
    width: 1000px;
    height: 700px;
    background-color: #ffffff;
    padding: 1.2rem 1rem;
    box-sizing: border-box;
}
.result-header {
    display: flex;
    justify-content: space-between;
}
.result-header-logo {
    width: 140px;
    height: auto;
}
.result-header-content {
    font-size: 0.7rem;
}
.result-header-label {
    font-weight: 700;
    color: var(--primary);
}
.result-body {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.result-column {
    width: 32%;
}
.column-title {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    color: var(--primary);
    margin: 1.4rem 0rem 1rem 0rem;
}
.response-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.5rem;
    padding: 0.2rem 0rem;
}
.result-question {
    width: 75%;
}
.result-answer-yes {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 0.8rem;
    color: #ffffff;
    background-color: #338606;
}
.result-answer-no {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 0.8rem;
    color: #ffffff;
    background-color: red;
}
/* END PDF PRINTOUT */
/* MEDIA QUERIES */

@media screen and (max-width: 1199px) {
    .category-results-container {
        width: 30%;
    }
}
@media screen and (max-width: 991px) {
    h2 {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .assessment-intro {
        width: 500px;
        height: auto;
        margin: 140px 0px 0px 0px;
        padding: 1.4rem 1rem;
        background-color: var(--white);
        border-radius: 6px;
    }
    ul {
        padding-inline-start: 16px;
    }
    .rules-ul {
        margin: 0rem 0rem 2rem 0rem;
    }
    .category-questions {
        width: 971px;
        margin: auto;
    }
    .question-box {
        width: 33.33%;
        height: 264px;
        padding: 16px 12px;
        margin: 0px 0px 20px 0px;
    }
}
@media screen and (max-width: 767px) {
    .desktop-header {
        display: none;
    }
    .mobile-header {
        position: fixed;
        top: 0px;
        left: 0px;
        box-sizing: border-box;
        padding: 0px 20px;
        width: 100%;
        height: 60px;
        background-color: var(--white);
        box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
        -webkit-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
        -moz-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 100;
    }
    .desktop-header-user {
        display: none;
    }
    .mobile-header-user {
        position: fixed;
        top: 0px;
        left: 0px;
        box-sizing: border-box;
        padding: 0px 20px;
        width: 100%;
        height: 60px;
        background-color: var(--white);
        box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
        -webkit-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
        -moz-box-shadow: 0px 10px 48px -11px rgba(0,0,0,0.76);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }
    .logo-container {
        width: 180px;
    }
    .no-mobile {
        display: none;
    }
    .spacer-01 {
        width: 100%;
        padding: 36px 0px;
    }
    .category-results-container {
        width: 48%;
    }
    .category-questions {
        width: 555px;
        margin: auto;
    }
    .question-box {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    h2 {
        text-align: center;
    }
    .h2a {
        margin: 0px 0px 20px 0px;
    }
    h3 {
        text-align: center;
    }
    .assessment-intro {
        width: 320px;
        height: auto;
        margin: 140px 0px 0px 0px;
        padding: 1.4rem 1rem;
        background-color: var(--white);
        border-radius: 6px;
    }
    .assessment-intro-form {
        width: 320px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
/*    #intro-enter-code {
        width: 50%;
        margin: 0px 0px 0px 0px;
    }*/

    .table-container-desktop {
        display: none;
    }
    .table-container-mobile {
        display: block;
    }
    .category-results-container {
        width: 100%;
    }
    .category-questions {
        width: 340px;
    }
    .question-box {
        width: 100%;
    }
}
@media screen and (max-width: 497px) {
    .test-message-one {
        width: 320px;
    }
    #assessment-survey-one {
        width: 100%;
    }
    .message-image {
        width: 100%;
    }
    .message-text {
        width: 100%;
    }
}

