@page {
    size: 21cm 29.7cm;
    margin: 0mm 5mm 0mm 0mm;
}

@charset "utf-8";
*, html, body { margin:0; padding:0; box-sizing:border-box; }

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

h1, h2, h3, p {
    margin: 0;
}

header {
    background-color: #5bc6c8;
    height: auto;
}

#owl-demo .item{
	border:0px solid black;
	margin: 0px;
}

.flex-row {
	display: flex;
    justify-content: center;
}

.invite {
	background-color: #f5f5f7;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: auto;
	margin-top: 20px;
    border-radius: 18px;
    position: relative;
    display: flex;
	flex-direction: column;
    width: 100%;
    max-width: 750px;
	min-height: 500px;
	-webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.invite .hero-image {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 275px;
	height: 370px;
	background: transparent;
	border-radius: 0 0 18px;
}

.top-icon {
    width: 50px;
    height: 50px;
}

.invite h1 {
	font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #1d1d1f;
    position: relative;
    max-width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.invite .desc {
    font-size: 21px;
    line-height: 25px;
    color: #1d1d1f;
	margin-top: 0;
    margin-bottom: 30px;
    width: -webkit-calc(100% - 275px);
    width: calc(100% - 275px);
}

.invite p {
    margin-bottom: 7px;
}

.rules {
    border: 1px solid #d1cfd5;
    border-radius: 11px;
    overflow: hidden;
    width: 100%;
    max-width: 960px;
	min-height: 745px;
	margin: 20px auto 60px;
	padding-bottom: 32px;
	display: none;
}

.rules .top-con {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #dedde1;
	display: flex;
}

.rules .mid-con {
    width: 100%;
	height: 100px;
	position: relative;
	background-color: #dedde1;
}

.rules .mid-con img {
    position: absolute;
    height: 140px;
    bottom: -14px;
}

.flex-space {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btn {
    font-weight: 400;
    font-size: 17px;
	box-sizing: border-box;
	border: 0;
    border-radius: .7em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 280px;
	width: 325px;
    height: 54px;
    padding: 1em;
}

.btn-primary {
	background: #059CBA;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
	background: rgba(5,156,186,0.9);
	outline: none;
	border: 0;
}

.btn-primary:disabled, .btn-primary.ng-disabled {
	opacity: .3;
    cursor: default;
}

.btn-primary-invert {
	color: #059CBA;
	background: rgba(5,156,186,0.3);
}

.btn-primary-invert:hover, .btn-primary-invert:focus {
	color: #059CBA;
	background: rgba(5,156,186,0.26);
	outline: none;
	border: 0;
}

.btn-primary-nobg {
	color: #059CBA;
	background: transparent;
	font-size: 17px;
	padding: .25em;
	font-weight: 500;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary-nobg:hover, .btn-primary-nobg:focus {
	background: transparent;
	color: #059CBA;
	text-decoration: underline;
	outline: none;
	border: 1px solid transparent;
	padding: .25em;
}

.btn-sm {
	font-weight: 400 !important;
    padding: 0 !important;
    font-size: 14px !important;
}

.table-section {
    width: 100%;
	max-width: 500px;
    flex-direction: column;
	padding: 15px;
	box-sizing: unset;
}

.table-section::before {
	content: "";
    height: 20px;
}

.table-section .table-section-label {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #1d1d1f;
    text-align: center;
    padding-bottom: 20px;
}

.table-section .assessment-info-list {
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
}

.table-section .assessment-info-list .flex-row {
    padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: flex-start;
}

.table-section .assessment-info-list .table-icon {
    fill: #059CBA;
}

.table-section .assessment-info-list .legal-disclaimer {
	padding-top: 5px;
	font-size: 14px;
    line-height: 20px;
    color: #515154;
}

.table-section .button-rows {
	margin-top: 10px;
}

.questionnaire-con {
    width: 100%;
    max-width: 960px;
    margin: 20px auto 60px;
    padding: 0 20px;
    display: none;
}

.questionnaire {
	border-radius: 12px;
    padding: 20px;
    width: 100%;
    background-color: #f5f5f7;
    border: 1px solid #e3e3e5;
}

.owl-controls {
	display: none !important;
}

.survey .share-con h2 {
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    color: #1d1d1f;
}

.survey .share-con p {
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
}

.survey .survey-content {
	width: 100%;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    max-width: 532px;
    margin-left: auto;
    margin-right: auto;
}

.survey .section-icon {
    margin-top: 18px;
    margin-bottom: 12px;
    width: 54px!important;
    height: 54px!important;
}

.survey .section-label {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #1d1d1f;
}

.survey .section-detailed-label {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 21px;
    color: #1d1d1f;
}

.survey .section-detailed-label p {
    margin-bottom: 18px;
}

.survey .section-detailed-label ul {
    margin-left: 20px;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
}

.survey .choice {
    padding: 0 16px;
    margin-bottom: 16px;
    width: 100%;
    text-align: left;
    min-height: 88px;
    border-radius: 11px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background: #fff;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    inline-size: 100%;
	text-align: start;
	outline: none;
}

.survey .choice .labelapp {
    margin-top: 20px;
    margin-bottom: 1px;
    font-size: 17px;
    line-height: 21px;
    color: #1d1d1f;
    font-weight: 600;
}

.survey .choice .detailed-label {
    margin-bottom: 20px;
    margin-top: 4px;
    font-size: 17px;
    line-height: 21px;
    color: #1d1d1f;
}

.survey .choice svg {
    margin-left: 20px;
    width: 22px!important;
    height: 22px!important;
    fill: #ededed;
}

.survey .choice[aria-checked=true] {
    border: 3px solid #0071e3;
}

.survey .choice[aria-checked=true] svg.uncheck {
    display: none;
}

.survey .choice[aria-checked=true] svg.check {
	display: block;
	fill: #0071e3;
}

.survey .choice[aria-checked=false] svg.uncheck {
    display: block;
}

.survey .choice[aria-checked=false] svg.check {
	display: none;
}

.survey .next-button-container {
    margin-top: 24px;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-items: center;
}

/* Form inputs */
.form-textbox {
    position: relative;
    outline: none;
}

.form-textbox .form-textbox-label {
    color: #86868b;
}

.labeled-dropdown .labeled-dropdown-select {
    height: 56px;
    width: 100%;
    padding: 18px 40px 0 16px;
    font-size: 17px;
    line-height: 21px;
    color: #1d1d1f;
    appearance: none;
    border: 1px solid #d2d2d7;
    border-radius: 11px;
    box-sizing: border-box;
    outline: none;
}

.labeled-dropdown .labeled-dropdown-chevron {
    right: 18px;
    top: 18px;
    height: 10px;
    width: 10px;
    position: absolute;
    pointer-events: none;
}

.labeled-dropdown .labeled-dropdown-chevron svg {
    overflow: visible;
    fill: #86868b;
}

.labeled-dropdown .labeled-dropdown-label {
    left: 17px;
    top: 10px;
    width: calc(100% - 55px);
    font-size: 12px;
    line-height: 16px;
    color: #1d1d1f;
    color: #6e6e73;
    position: absolute;
    pointer-events: none;
    transition-timing-function: ease-in;
    transition-duration: .125s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.labeled-dropdown.no-selection .labeled-dropdown-label {
    top: 18px;
    font-size: 17px;
    line-height: 21px;
    color: #1d1d1f;
    color: #6e6e73;
}

.form-textbox-input {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 12px;
    padding: 20px 20px 0;
    text-align: left;
    appearance: none;
}

.form-textbox .form-textarea, .form-textbox .form-textbox-input {
    color: #1d1d1f;
    border-color: #d2d2d7;
    background-color: hsla(0,0%,100%,.8);
    text-overflow: ellipsis;
    outline: none;
}

input[type="date"]{
    min-width:95%;
    min-height: 56px;
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.form-textbox .form-textbox-label {
    color: #86868b;
    position: absolute;
    pointer-events: none;
    transition-timing-function: ease-in;
    transition-duration: .125s;
    top: 26%;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 32px);
    left: 20px;
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
}

.form-message-wrapper {
    display: flex;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 300;
    letter-spacing: -.01em;
    color: #e30000;
    position: relative;
    margin-top: 8px;
    margin-bottom: 12px;
    display: none;
}

.form-textbox-label.valid-data {
    color: #6e6e73 !important;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    top: 15%;
}

.form-textbox-input:disabled {
    color: #86868b;
    background-color: rgba(0,0,0,.02);
}

.form-textbox-input.ng-invalid.ng-dirty {
    border-color: #e30000;
    background-color: #fff2f4;
    margin-bottom: 0;
}

.form-textbox-input:focus {
    /* border-color: #059CBA;
    box-shadow: 0 0 0 4px rgba(5,156,186,0.6); */
    border-color: #5bc6c8 !important;
    background-color: white !important;
    box-shadow: 0 0 0 4px rgba(91,198,200,0.6) !important;
    outline: none;
}

.form-textbox-input:focus + .form-textbox-label, .form-textbox-input.ng-valid + .form-textbox-label {
    color: #6e6e73 !important;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    top: 15%;
}

.form-textbox-input.ng-invalid.ng-dirty + .form-textbox-label {
    color: #e30000;
}

.form-textbox-input.ng-invalid.ng-dirty ~ .form-message-wrapper {
    display: block;
}

.as-textfield-label {
    display: block;
}

.results, .resultsTab, .resultsAns {
    display: none;
}

.results .header-banner, .resultsAns .header-banner {
    height: 179px;
    background: #dedde1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.results .header-banner .banner-con, .resultsAns .header-banner .banner-con {
    width: 100%;
    max-width: 960px;
    padding-top: 22px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
}

.results .header-banner .graphic, .resultsAns .header-banner .graphic {
    width: 155px;
    margin-left: 71px;
    position: relative;
    top: -6px;
}

.results .navigation-panel, .resultsAns .navigation-panel {
    width: 100%;
    max-width: 960px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.results .page-header, .resultsAns .page-header {
    width: 100%;
    max-width: 960px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
    border: 0;
}

.page-header .two-col-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-header .two-col-header-container .first-header-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 550px;
    -ms-flex: 1 1 550px;
    flex: 1 1 550px;
}

.page-header .two-col-header-container .first-header-col .title {
    outline: none;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #1d1d1f;
}

.page-header .two-col-header-container .first-header-col .description {
    margin-top: 16px;
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
}

.page-header .two-col-header-container .second-header-spacer-col {
    margin-left: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 400px;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
}

.results-container {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.results-container .next-steps {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 550px;
    -ms-flex: 1 1 550px;
    flex: 1 1 550px;
    margin-bottom: 20px;
}

.results-container .next-steps .title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    color: #1d1d1f;
}

.results-container .next-steps .result-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
    background: #fff;
}

.result-card .result-card-content {
    padding-top: 12px;
    padding-bottom: 0;
    padding-right: 20px;
    margin-right: -20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.result-card .result-card-text-content {
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 0;
    padding-bottom: 16px;
}

.result-card .result-card-label {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
    font-weight: 600;
}

.result-card .result-card-text {
    white-space: pre-line;
}

.results-container .related-info-container {
    min-width: 300px;
    margin-top: 5px;
    margin-left: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 400px;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
}

.do-not-needs {
    margin-bottom: 20px;
}

.do-not-needs .dont-container {
    width: auto;
    background: #f5f5f7;
    border-radius: 15px;
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
}

.do-not-needs .do-not-need {
    padding-left: 15px;
}

.do-not-needs .do-not-need .border-container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.do-not-needs .do-not-need .text-space {
    padding-left: 16px;
    padding-right: 26px;
    margin-top: auto;
    margin-bottom: auto;
}

.do-not-needs .do-not-need .text-space .label {
    padding: 0;
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
    font-weight: 600;
}

.do-not-needs .do-not-need .text-space .detail {
    margin-top: 6px;
}

.results-container .survey-responses {
    margin-bottom: 16px;
}

.results-container .survey-responses .title {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
    font-weight: 600;
}

.results-container .survey-responses .responses-list {
    margin-left: 20px;
}


.results-container .survey-responses .survey-question {
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
    color: #1d1d1f;
}

.results-container .survey-responses .survey-response {
    color: #1d1d1f;
    margin-left: 20px;
}

.results-container .label.completed-timestamp {
    margin-top: 10px;
    color: #86868b;
    font-size: 16px;
    font-weight: 400;
}

.sno {
    width: 40px;
    height: 40px;
    background: #1d1d1f;
    color: white;
    border-radius: 100%;
    text-align: center;
    padding: 7px 0;
    margin-top: -5px;
}


.letter-header {
    width: 100%;
    padding: 15px;
    border: 3px solid black;
    align-items: center;
    display: flex;
}

.letter-header img {
    width: 100%;
    max-width: 250px;
}

.letter-header h4 {
    color: black;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}

.letter-header p {
    color: black;
    font-size: 20px;
    margin: 0;
}

.heading {
    margin: 0;
    font-size: 18px;
    color: black;
    border: 2px solid black;
    position: relative;
}

/* Spinner */
.loadingOwn {
    width: 100%;
    height: calc(100% - 35px);
    background-color: #f5f5f7;
    display: none;
    position: absolute;
    top: 30px;
    z-index: 1000;
}

.spinner {
    font-size: 48px;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}
.spinner .spinner-blade {
    position: absolute;
    left: 0.4629em;
    bottom: 0;
    width: 0.074em;
    height: 0.2777em;
    border-radius: 0.0555em;
    background-color: transparent;
    -webkit-transform-origin: center -0.2222em;
        -ms-transform-origin: center -0.2222em;
            transform-origin: center -0.2222em;
    -webkit-animation: spinner-fade 1s infinite linear;
            animation: spinner-fade 1s infinite linear;
}
.spinner .spinner-blade:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
    -webkit-animation-delay: 0.083s;
            animation-delay: 0.083s;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
    -webkit-animation-delay: 0.166s;
            animation-delay: 0.166s;
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
    -webkit-animation-delay: 0.249s;
            animation-delay: 0.249s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
    -webkit-animation-delay: 0.332s;
            animation-delay: 0.332s;
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
    -webkit-animation-delay: 0.415s;
            animation-delay: 0.415s;
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
    -webkit-animation-delay: 0.498s;
            animation-delay: 0.498s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
    -webkit-animation-delay: 0.581s;
            animation-delay: 0.581s;
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
    -webkit-animation-delay: 0.664s;
            animation-delay: 0.664s;
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
    -webkit-animation-delay: 0.747s;
            animation-delay: 0.747s;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
    -webkit-animation-delay: 0.83s;
            animation-delay: 0.83s;
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
    -webkit-animation-delay: 0.913s;
            animation-delay: 0.913s;
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@-webkit-keyframes spinner-fade {
    0% {
      background-color: #69717d;
    }
    100% {
      background-color: transparent;
    }
}

@keyframes spinner-fade {
    0% {
      background-color: #69717d;
    }
    100% {
      background-color: transparent;
    }
}

/* MEDIA QUERIES */
@media screen and (max-width: 991px) {
    .rules, .questionnaire-con {
        max-width: unset;
    }
    .rules {
        margin: 20px;
    }
}

@media screen and (max-width: 768px) {
    .invite, .questionnaire {
        max-width: unset;
        margin: 0;
        border-radius: 0;
        border: 0;
    }
    .invite .hero-image {
        border-radius: 0;
    }
}

@media screen and (max-width: 667px) {
    .invite {
        padding: 20px;
        min-height: unset;
    }
    .invite .hero-image {
        bottom: 14px;
        right: -20px;
        width: 30vw;
        max-width: 110px;
        height: auto;
    }
    .invite h1 {
        max-width: 100%;
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 32px;
        font-weight: 600;
    }
    .invite .desc-con {
        position: relative;
        margin-bottom: 10px;
    }
    .invite .desc {
        width: 65%;
        margin-bottom: 0;
    }
    .invite p {
        font-size: 17px;
    }
    .rules {
        margin: 0px;
        border-radius: 0;
        border: 0;
    }
    .table-section {
        max-width: unset;
    }
    .table-section .divider-line {
        width: calc(100% + 15px);
        height: 1px;
        block-size: 1px;
        background-color: rgba(0,0,0,.1);
    }
    .questionnaire-con, .questionnaire {
        margin: 0;
        padding: 0;
    }
    .questionnaire {
        min-height: calc(100vh - 105px);
    }
    .navigation-panel {
        padding: 10px 12px;
    }
    .survey .survey-content {
        max-width: unset;
        margin: 0;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .max-size-container {
        padding: 0 20px 20px;
        max-width: 500px;
        min-height: 100%;
        margin: auto;
    }
    .page-header .two-col-header-container .second-header-spacer-col {
        display: none;
    }
    .results-container {
        margin-top: 36px;
        display: block;
    }
    .results-container .related-info-container {
        margin: 0;
        min-width: unset;
    }
    .results .navigation-panel, .resultsAns .navigation-panel {
        max-width: unset;
        margin-top: 0;
    }
    .results .page-header, .resultsAns .page-header {
        margin: 0;
    }
    .btn.btn-primary {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {

}

@media print {
    .doNotPrint {
        display: none !important;
    }
    .page-header {
        margin: 0;
        padding: 0;
    }
    .printOnly {
        display: block !important;
    }
    .letter-header h4 {
        font-size: 24px;
    }
    .letter-header p {
        font-size: 20px;
    }
}