#mktoForm_1661,
#mktoForm_1662  {
	width: 100% !important;
}

#mktoForm_1661 .mktoButtonRow{
	height: 0 !important;
	overflow: hidden;
}

.mktoLabel {
	width: auto !important;
	margin-bottom: 10px !important;
}

.mktoForm .mktoFormRow {
	display: flex;
	/*margin-bottom: 1rem;*/
}

.mktoForm .mktoFormCol {
	flex: 1;
}

.mktoButtonRow {
	width: 100% !important;
}

.mktoForm .mktoFieldWrap {
	width: 100% !important;
	padding-right: 10px;
	padding-left: 10px;
}

.mktoField.mktoTextField,
.mktoField.mktoEmailField,
.mktoField.mktoTelField {
	height: calc(1.5em + 1rem + 2px);
	width: 100% !important;
	border: 1px solid #CED6E0;
    box-sizing: border-box;
    border-radius: 4px;
	margin-bottom: 24px;
	padding: .5rem 1rem !important;
	line-height: 1.5;
}

#LblDemo_Request__c {
	width: auto !important;
}
.mktoButton {
	max-width: 278px;
    margin: 0 auto !important;
    padding: 10px 0px 10px 0px;
    border: none;
    background: #00A8E1;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
	letter-spacing: 0.25px !important;
	color: #fff;
	display: block;
    width: 100%;
}

.mktoForm .mktoLabel,
#Demo_Request__c {
	display: none;
}


.btn-group.on-results{
	display: inline-block !important;
}

.btn-primary {
    padding: 10px 20px 10px 20px;
    border: none;
    background: #00A8E1;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    letter-spacing: 0.25px !important;
}

.btn-secondary {
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    letter-spacing: 0.25px !important;
}

.custom-bottom-padding {
	padding-bottom: 150px;
}

.partner-journey-results-background{
	background: url(../images/results-background.png);
}

.partner-ecosystem-results-background{
	background: url(../images/results-background-yellow.png);
}

.partner-engagement-results-background{
	background: url(../images/results-background-red.png);
}

.partner-recruiting-results-background{
	background: url(../images/results-background-green.png);
}

.fade-enter-active {
    transition: opacity 1s;
}

.rotate {
	animation: rotation 2s infinite linear;
}

.centered-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.close-button {
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 999;
}

.show {
    display: block !important;
    background-color: rgba(0, 0, 0, .5);
    opacity: 1;
}

.centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.fade-enter{
    opacity: 0;
}

.fade-leave-active{
    transition: opacity 1s;
    opacity: 0;
}

.cursor-pointer {
    cursor: pointer !important;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-60 {
    width: 60%;
}

.w-33 {
    width: 33.3333333333%;
}

.w-22 {
    width: 22.5%;
    float: left;
}

.w-15 {
    width: 10%;
    float: left;
}

.w-10 {
    width: 10%;
    float: left;
}

.w-8 {
    width: 8%;
    float: left;
}

.progress-containter .col-1 {
    max-width: 6.333333%;
}

.progress-containter .col-1,
.progress-containter .col-2,
.progress-containter .col-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.mobile{display:none;}
.desktop{display:block;}
.btn-back {
    margin-top: 8px;
    margin-bottom: 8px;
    height: 36px;
    width: 43px;
    padding: 5px 0px 0px 0px;
    background: rgba(224, 246, 253, 0.5);
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.fa-arrow-left {
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 12px;
    letter-spacing: 0.25px;
    text-align: left;
    color: 00A8E1;
}

.container {
    box-shadow: 0px 8px 24px rgba(116, 125, 140, 0.12);
    border-radius: 4px;
}

.progress {
    margin-top: 24px;
    margin-bottom: 24px;
}

.preamble .progress {
    background: rgba(179, 179, 179, 0.2);
}

.preamble .progress .progress-bar {
    background-color: #B3B3B3;
    transition: width .6s ease;
}

.preamble-a .preamble div.progress-bar::after,
.preamble-b .preamble div.progress-bar::after {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #B3B3B3;
    content: "";
    border-radius: 5px;
}


.partner-journey .progress {
    background: rgba(142, 68, 173, 0.2);
}

.partner-journey .progress .progress-bar {
    background-color: #8E44AD;
    transition: width .6s ease;
}

.partner-journey-a .partner-journey div.progress-bar::after,
.partner-journey-b .partner-journey div.progress-bar::after,
.partner-journey-c .partner-journey div.progress-bar::after,
.partner-journey-d .partner-journey div.progress-bar::after,
.partner-journey-e .partner-journey div.progress-bar::after {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #8E44AD;
    content: "";
    border-radius: 5px;
}

.recruiting .progress {
    background: rgba(16, 172, 132, 0.2);
}

.recruiting .progress .progress-bar {
    background-color: #10AC84;
    transition: width .6s ease;
}

.recruiting-a .recruiting div.progress-bar::after,
.recruiting-b .recruiting div.progress-bar::after,
.recruiting-c .recruiting div.progress-bar::after,
.recruiting-d .recruiting div.progress-bar::after,
.recruiting-e .recruiting div.progress-bar::after {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #10AC84;
    content: "";
    border-radius: 5px;
}

.partner-ecosystem .progress {
    background: rgba(253, 172, 65, 0.2);
}

.partner-ecosystem .progress .progress-bar {
    background-color: #FDAC41;
    transition: width .6s ease;
}

.partner-ecosystem-a .partner-ecosystem div.progress-bar::after,
.partner-ecosystem-b .partner-ecosystem div.progress-bar::after,
.partner-ecosystem-c .partner-ecosystem div.progress-bar::after,
.partner-ecosystem-d .partner-ecosystem div.progress-bar::after,
.partner-ecosystem-e .partner-ecosystem div.progress-bar::after {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #FDAC41;
    content: "";
    border-radius: 5px;
}

.partner-engagement .progress {
    background: rgba(235, 77, 75, 0.2);
}

.partner-engagement .progress .progress-bar {
    background-color: #EB4D4B;
    transition: width .6s ease;
}

.partner-engagement-a .partner-engagement div.progress-bar::after,
.partner-engagement-b .partner-engagement div.progress-bar::after,
.partner-engagement-c .partner-engagement div.progress-bar::after,
.partner-engagement-d .partner-engagement div.progress-bar::after,
.partner-engagement-e .partner-engagement div.progress-bar::after,
.partner-engagement-f .partner-engagement div.progress-bar::after {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #EB4D4B;
    content: "";
    border-radius: 5px;
}

.progress-containter.container {
    margin-top: 24px;
    background-color: #ffffff;
    width: 90% !important;
    max-width: 1150px;
    min-height: 52px;
}

body {
    /*padding-top: 60px;
    padding-bottom: 60px;*/
    font-family: 'Roboto', sans-serif !important;
    background-color: #ffffff;
    background: url(../images/Preamble.png);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100%;
}

.preamble {
	padding-top: 60px;
    padding-bottom: 60px;
	min-height: 100vh;
}

.before-complete.complete {
	padding-top: 60px;
    padding-bottom: 60px;
	min-height: 100vh;
	background: url(../images/complete-bg.png);
}

.intro {
	padding-top: 60px;
    padding-bottom: 60px;
    font-family: 'Roboto', sans-serif !important;
    background-color: #ffffff;
    background: url(../images/intro-1-ab-background.png);
    background-position: center;
    background-size: cover;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
	height: 100%;
	min-height: 100vh;
}

.intro {	
    font-family: 'Roboto', sans-serif !important;
    background-color: #ffffff;
    background: url(../images/complete-bg.png);
    background-position: center;
    background-size: cover;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
	height: 100%;	
}

.fa-arrow-right {
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-align: center;
    color: #fff;
    margin-left: 5px;
}

.fa-times {
    float: right;
    font-size: 16px;
    color: #A4B0BE;
    /*font-weight: 500;*/
}

.fa-chevron-right {
    font-size: 14px;
    color: #A4B0BE;
    /*font-weight: 500;*/
    padding-left: 4px;
    padding-right: 4px;
}

.intro .container {
    background-color: #ffffff;
    width: 80%;
    max-width: 562px;
    padding: 36px;
    min-height: 600px;
}

.intro .intro-header h1 {
    padding-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #2B2A2A;
    text-align: center;
}

.intro .intro-header h2 {
    padding-top: 3px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #57606F;
}

.intro-header {
    padding-bottom: 36px;
}

.intro-header img {
    width: 48px;
    height: 48px;
}

.result-blurb img {
    width: 12px;
    height: 12px;
    margin-right: 9px;
    margin-top: -2px;
}

.intro input {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #1E272E !important;
}

.clearfix {
    clear: both;
}

.intro label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #57606F;
}

.preamble-b label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #57606F;
}

.partner-journey label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #57606F;
}

.partner-journey-b label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #57606F;
}

.partner-journey-d label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #57606F;
}

.intro .form-control {
    border: 1px solid #CED6E0;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 24px;
}

.intro-a .form-control:focus {
    border: 1px solid #00A8E1;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 24px;
    box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, .0) !important;
}

.intro .form-control::placeholder {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #A5B1C2 !important;
}

.intro .btn-secondary,
.results .btn-secondary,
.complete .btn-secondary {
    border: none;
    margin: 6px;
    padding: 12px 17px 12px 17px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(94, 94, 94, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.25px;
    border: 1px solid #fff;
    text-align: left;
    color: #1E272E !important;
    border-radius: 4px !important;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    padding: 12px;
}

.results .btn-secondary p {
    font-size: 14px;
}

.results .btn-secondary {
    margin-left: 10px;
    margin-right: 10px;
    padding: 12px 16px 12px 16px;
}

.complete a.download {
    margin-right: 6px;
    border: 1px solid #00A8E1;
    padding: 10px 16px 10px 16px;
    position: static;
    background: #00A8E1;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    text-decoration: none;
}

.complete a.schedule {
    margin-left: 6px;
    border: 1px solid #CED6E0;
    padding: 10px 16px 10px 16px;
    position: static;
    background: none;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #00A8E1;
    text-decoration: none;
}

.btn-next {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px 16px 4px 20px;
    height: 36px;
    float: right;
    border: 1px solid #00A8E1;
    position: static;
    background: #00A8E1;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.btn-next a.next {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    text-decoration: none;
}

.download-schedule {
    margin-top: 60px;
}

.partner-journey-results .btn-toolbar {
    /*max-width: 630px;*/
}

.recruting-results .btn-toolbar {
    /*max-width: 400px;*/
}

.before-complete .btn-toolbar {
    /*max-width: 640px;*/
}

.partner-engagement-results .btn-toolbar .btn-secondary {
    /*max-width: 200px;*/
    margin-left: 0px;
}

.intro .btn-secondary:active,
.results .btn-secondary:active,
.complete .btn-secondary:active {
    color: #1e272e;
    background-color: #fff !important;
    border: 1px solid #00A8E1 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(94, 94, 94, 0.25);
}

.intro .btn-secondary:focus,
.results .btn-secondary:focus,
.complete .btn-secondary:focus {
    color: #1e272e;
    background-color: #fff !important;
    border: 1px solid #00A8E1 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(94, 94, 94, 0.25) !important;
}

.intro .btn-secondary:hover,
.results .btn-secondary:hover,
.complete .btn-secondary:hover {
    color: #1e272e;
    background-color: #fff !important;
    border: 1px solid #00A8E1 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(94, 94, 94, 0.25);
}

.intro .btn-secondary img,
.results .btn-secondary img,
.complete .btn-secondary img {
    width: 14px;
    margin-top: 2px;
    display: table-cell;
    float: left;
    margin-right: 10px !important;
}

.results .btn-secondary img {
    margin-top: 4px;
}

.complete .btn-secondary img {
    width: 16px;
    margin-top: 8px;
}

.intro .btn-secondary p,
.results .btn-secondary p,
.complete .btn-secondary p {
    display: table-cell;
}

.complete .btn-secondary p span {
    margin-top: -10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #57606F;
}

.complete .btn-secondary p {
    float: left;
    margin-bottom: 0rem;
}

span.number {
    float: right;
    font-size: 20px;
    margin-top: 8px;
}

.intro .btn-block {
    max-width: 278px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    border: none;
    background: #00A8E1;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    letter-spacing: 0.25px !important;
}

.btn-block {
    max-width: 278px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    border: none;
    background: #00A8E1;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    letter-spacing: 0.25px !important;
}

.btn-block:hover {
    background-color: #00A8E1 !important;
}

.btn-left-aligned {
    margin: initial !important;
}

.partner-ecosystem-results .btn-block {
    max-width: 144px;
    margin: 0;
    margin-top: 21px;
    padding: 10px 0px 10px 0px;
    border: none;
    background: #00A8E1;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    letter-spacing: 0.25px !important;
}

h3 {
    color: #57606F;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    padding-top: 30px;
}

.results h1 {
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    color: #1E272E;
    padding-bottom: 40px;
}

.complete h1 {
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    color: #1E272E;
}

.results h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    color: #1E272E;
}

.results p span.number {
    color: #10AC84;
    float:none;
}

.results p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1E272E;
}

.complete p.complete-blurb {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1E272E;
    margin-bottom: 62px;
    margin-top: 15px;
}

.results p.download-blurb {
    margin-top: 24px;
    margin-bottom: 16px;
}

.results a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #00A8E1;
    text-decoration: none;
}

.container.main-container {
	position: relative;
    background-color: #ffffff;
    width: 90% !important;
    max-width: 1150px;
    min-height: 600px;
}

.results .container.main-container {
    width: 90% !important;
    max-width: 1150px;
    min-height: 600px;
    /*background: url(../images/results-background.png);*/
    background-position: center;
    background-size: contain;
    background-position: right bottom 171px;
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #ffffff;
}

.complete .container.main-container {
    width: 90% !important;
    max-width: 1150px;
    min-height: 600px;
    background: url(../images/complete-container-bg.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #ffffff;
}

.blueBackground{
   background: rgba(224, 246, 253, 0.5) !important;
}
.form-check-inline .form-check-input {
    vertical-align: middle;
    margin-right: 12px;
}
.form-check-inline {
    padding-left:12px;
    padding-right:12px;
    vertical-align: middle;
    background-color: #F9F9FB;
    border-radius: 4px;
    float: left;
    width: 49%;
    margin: 0;
    margin-bottom: 12px;
    min-height: 63px;
    position: relative;
}
.preamble-b .form-check-inline {
    margin-bottom: 27px;
}
.form-check-label {
    vertical-align: middle;
    display: inline;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #1E272E;
    margin-left: 25px;
    position: absolute;
}

.form-group p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #57606F;
}

label.main-question {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #373737;
    padding-bottom: 65px;
    padding-top: 118px;
}

.partner-journey-b label.main-question {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #373737;
    padding-bottom: 6px;
    padding-top: 118px;
}

p.range-options {
    padding-top: 13px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #1e272e;
    max-width: 225px !important;
}

.range-subquestion {
    padding-top: 13px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    padding-bottom: 65px;
    text-align: center;
    color: #1e272e;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: linear-gradient(90deg, #E0F6FD 23.61%, #00A8E1 100%);
    border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow:
        inset 0 0 0 2px #E5E7EF,
        inset 0 0 0 7.3px #fff;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: #E5E7EF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #E0F6FD 23.61%, #00A8E1 100%);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: linear-gradient(90deg, #E0F6FD 23.61%, #00A8E1 100%);
    border-radius: 10px;
}

input[type=range]::-moz-range-thumb {
    box-shadow:
        inset 0 0 0 2px #E5E7EF,
        inset 0 0 0 7.3px #fff;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: #E5E7EF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: linear-gradient(90deg, #E0F6FD 23.61%, #00A8E1 100%);
    border-radius: 10px;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow:
        inset 0 0 0 2px #E5E7EF,
        inset 0 0 0 7.3px #fff;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: #E5E7EF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

.results-buttons {
    padding-top: 122px;
    padding-bottom: 20px;
}

.partner-engagement-results .results-buttons {
    padding-top: 102px;
    padding-bottom: 20px;
}

.partner-ecosystem-results .results-buttons {
    padding-top: 112px;
    padding-bottom: 20px;
}

.results-button {
	width: 220px;
}

.question-container-bottom-space {
    padding-bottom: 156px;
}

.modal-content {
    width: 800px !important;
    max-width: 95% !important;
}

@media (max-width:550px) {
    .mobile{
        display:block;
    }
    .desktop{
        display:none;
    }
}
@media (max-width:907px) {
    .form-check-inline {
		padding-left:12px;
		padding-right:12px;
		vertical-align: middle;
		border-radius: 4px;
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 12px;
		min-height: 63px;
		margin-left: 0px !important;
		margin-right: 0px !important;			
		
	}

	.results-button {
		width: auto;
	}

	.preamble-b .form-check-inline {
    	margin-bottom: 27px;
	}
}
@media (max-width:820px) {
	.results .container.main-container {
		background-position: right bottom 220px !important;
	}

	.vertical-range {
		transform-origin: 75px 75px;
		transform: rotate(90deg) translateY(70px);
		width: 300px !important;
	}

	.results .btn-secondary{
		width:100%;
	}

	.results .btn-group {
		display: block;
	}

	.results .btn-toolbar {
		max-width: 400px;
	}

	.btn.btn-secondary.w-50 {
		width: 100% !important;
	}

	.download-schedule {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.intro .container {
		padding: 15px;
	}
	
	label.main-question {
		font-size: 16px;
		padding-top: 80px;
		line-height: 24px;
	}

	.btn-next {
		float: inherit;
		width: 200px;
	}

	.download-schedule {
		width: 100% !important;
	}

	.progress-containter .w-80 {
		width: 100% !important;
	}

	.complete a.download {
		display: block;
		margin-bottom: 20px;
		text-align: center !important;
	}

	.complete a.schedule {
		background-color: white;
		display: block;
		text-align: center !important;
	}

	.intro, .preamble, .before-complete.complete{ 
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.intro .container {
		width: 90%;
	}

	.complete h1{
		font-size: 24px !important;
		line-height: 30px;
	}
}
@media (max-width:550px) {

    .btn.btn-secondary.w-50 {
        width: 100% !important;
    }

    .w-60 {
        width: 100% !important;
    }

    .btn-group {
        display: block;
    }

    .modal-content {
        width: 90% !important;
        max-width: 90% !important;
        margin: auto;
    }

    .complete .container.main-container {
        padding-left: 20px;
        padding-right: 20px;
	}
	
	.vertical-range {
		transform: rotate(90deg) translateY(130px);
	}

	label.main-question {
		padding-top: 60px;
	}

	.container.main-container{
		min-height: 400px;
	}

	.custom-bottom-padding {
		padding-bottom: 60px;
	}

	.custom-bottom-padding.w-80 {
		width: 100% !important;
    }
    
    .results h1 {
        font-size: 28px;
        line-height: 31px;
        padding-bottom: 20px;
    }

    .results .container.main-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .download-section-results {
        margin-top: 40px;
        display: block;
    }

    .question-container-bottom-space {
        padding-bottom: 96px;
    }

    label.main-question {
        padding-bottom: 30px;
    }
    
}

.section-selected {
    border-color: #00A8E1 !important;
}

.range-options.mobile {
    text-align: left;
}

.form-check-inline .form-check-input {
    position: absolute !important;
}

label.slider-description {
    font-size: 13px;
    margin-bottom: 0px;
    color: #A6B1BF;
}

