@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');


body {
	font-family: 'DM Sans', sans-serif;
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	overflow-x: hidden;
	}
	
html, body {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    box-sizing: border-box;
	}
	
@media screen and (max-width: 48em) {
	body {
    	min-height: auto;
		}
	}
	
body.review, .container.review {
	max-height: 5000px;
	overflow-y: visible;
	}

#primary { 
	background: #FFFFFF;
	box-sizing: border-box;
	overflow-x: hidden;
	width: 100vw;
	height: 100%;
	display: inline-block;
	}

.container {
	height: auto !important;
	display: block;
	position: relative;
	}
	
#intro {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	min-height: 450px;
	background-color: #f7f0ef;
	border: 40px solid #FFFFFF;
	box-sizing: border-box;
	z-index: 80;
	opacity: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: z-index 0.5s linear, opacity 0.5s linear;
	}
	
#intro.hide {
	opacity: 0;
	z-index: -1;
	transition: z-index 0.5s step-end, opacity 0.5s linear;
	}
	
#intro .SPlogo {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 35px;
    left: 40px;
    width: 122px;
    height: 41px;
    text-indent: -999em;
    background-image: url(https://sundaypaper.com/wp-content/themes/sundaypaper/inc/images/SundayPaper_Logo_Text_Black.svg);
    background-size: cover;
    z-index: 10;
	}
	
#intro .fs-title {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0 20px 40px 20px !important;
	}

#intro .fs-title h1 {
	text-align: center;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	line-height: 1.5em;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	}
	
#intro #startDL,
#intro #renderBtn {
	display: inline-block;
	border: 2px solid #ff471d;
	background-color: #ff471d;
	color: #FFFFFF;
	position: relative;
	top: 0px;
	padding: 20px 45px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 5px;
	font-weight: normal;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: commuters-sans, sans-serif;
	transition: all 0.1s ease-in-out;
	}
	
#intro #startDL:hover,
#intro #renderBtn:hover {
	border: 2px solid #ff471d;
	background-color: #FFFFFF;
	color: #000000;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
	}
	
#intro #renderBtn {
	background-color: #ff471d;
	color: #000000;
	}
	
#intro #renderBtn:hover {
	color: #000000;
	background-color: transparent;
	}
	
@media screen and (max-width: 900px) {
	#intro .fs-title h1 {
		font-size: 30px;
		line-height: 1.5em;
		}
		
	.container.review {
		display: inline-block;
		padding-bottom: 50px;
		}
	}

.fs-numbers {
	top: 28px !important;
	left: 65px;
	width: 50px !important;
	right: auto;
	font-size: 16px !important;
	font-family: 'DM Sans', sans-serif !important;
	}
	
.fs-title {
	box-sizing: border-box;
	opacity: 1.0;
	max-height: 500px;
	transition: max-height .5s step-end, opacity 0.5s linear;
	}
	
.fs-title.fade {
	opacity: 0;
	max-height: 0px;
	margin: 0px;
	transition: max-height .5s step-end, opacity 0.5s linear;
	}
	
.fs-title h2.top {
	position: relative;
	width: 100%;
	text-align: center;
	color: #000000;
	font-family: 'DM Sans', sans-serif;
	font-size: 30px;
	padding: 0px 5px 15px 0px !important;
	top: 100px;
	}
	
.fs-title h2.top span {
	font-size: 20px;
	font-style: italic;
	}
	
@media screen and (max-width: 52.5em) {
	.fs-title {
		position: relative;
		}
			
	.fs-title h2.top {
		top: auto;
		margin-top: 75px;
		margin-bottom: 0px;
		padding-bottom: 0px !important;
		}
		
	.fs-numbers {
		top: 40px;
		left: auto;
		width: 50px;
		right: 25px;
		}
	}
	
@media screen and (max-height: 700px) {
	.fs-title h2.top {
		top: 50px;
    	}
	}

.fs-progress {
	background: #ff471d !important;
	}
	
.fs-nav-dots {
	display: none;
	}

.fs-nav-dots button:before {
	background-color: #CEE5DD !important;
	}

button.fs-dot-current::before {
	background: #ff471d !important;
	}

button.fs-continue.fs-show {
	display: none;
	}
	
body.overview .container,
.overview .fs-form-wrap {
	height: auto !important;
	overflow: visible;
	}

.fs-form-overview {
	height: auto;
	background: #FFFFFF !important;
	}

.fs-form-full {
	top: 20% !important;
	width: 90% !important;
	max-width: 1200px !important;
	}	

.fs-fields > li label.fs-field-label {
	text-align: center;
	color: #000000;
	width: 100%;
	font-family: 'DM Sans', sans-serif;
	padding: 0px 5px 15px 0px !important;
	}
	
.fs-form-full .fs-fields > li label[data-info]:before,
.fs-form-full .fs-fields > li label[data-info]:after {
	display: none !important;
	}

.fs-fields > li .fs-radio-group label {
	height: auto !important;
	}

.fs-fields > li > .fs-radio-group {
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

.fs-form-full .fs-fields > li label[data-info]::before {
	width: 100%;
	}
	
.fs-fields > li .fs-radio-group span label {
	color: #000000 !important;
	}

.fs-fields > li > .fs-radio-group > span > label {
	opacity: 0.0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

.fs-fields > li.fs-current > .fs-radio-group > span > label {
	opacity: 1.0;
	background-color: #FFFFFF;
	padding-top: 0px !important;
	margin-top: 150px;
	transition: all 0.5s ease;
	}
	
.fs-fields > li:last-child > .fs-radio-group > span > label {
	border: 0px;
	margin-top: 0px;
	}
	
.fs-fields > li.fs-current > .fs-radio-group > span > label:hover {
	color: #000000;
	transition: all 0.5s ease;
	}
	
.fs-fields > li:last-child > .fs-radio-group > span > label:hover {
	border: 0px;
	}

.fs-fields .fs-radio-group span label:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 0%;
	font-size: 18px;
	line-height: 1.25em;
	opacity: 0;
	top: -40px;
	height: 75px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	}

.fs-fields .fs-radio-group span:hover label:after {
	background-size: 90%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: -50px;
	opacity: 1;
	}
	
.fs-fields .fs-radio-group label:after {
	content: '\f00c' !important;
	font-family: "Font Awesome 5 Free";
	font-size: 40px;
	height: 50px !important;
	width: 50px !important;
	border-radius: 50px;
	line-height: 50px;
	border: 5px solid #ff471d;
	}

.fs-fields .fs-radio-group .earlySend label:after,
.fs-fields .fs-radio-group label#reviewBtn:after {
	content: '' !important;
	max-height: 0px;
	max-width: 0px;
	border: 0px;
	}
	
.fs-fields .fs-radio-group label#reviewBtn:hover {
	color: #ff471d !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

.fs-fields > li .fs-radio-group span {
	font-size: 20px !important;
	vertical-align: top;
	margin-right: 2% !important;
	margin-left: 2%;
	width: 10% !important;
	float: none !important;
	position: relative !important;
	display: inline-block !important;
	padding: 0 10px 10px 10px !important;
	font-family: 'DM Sans', sans-serif !important;
	}
	
.fs-fields > li .fs-radio-group span:first-child {
	margin-left: 0px;
	}
	
.fs-fields > li .fs-radio-group span:last-child {
	margin-right: 0px;
	}

.fs-fields > li > h3 {
	text-align: center;
	padding: 0px;
	color: #959DA0;
	margin: 0px 0px 75px 0px;
	font-size: 18px;
	-webkit-transform: translateY(-500%) translate3d(0, 0, 0);
	transform: translateY(-500%) translate3d(0, 0, 0);
	transition: all .5s ease-in-out;
	opacity: 0.0;
	height: 0px;
	}

.fs-fields > li.fs-current > h3 {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1.0;
	height: auto;
	}

.fs-fields input {
	color: #000000 !important;
	padding: 0 0 0 5px !important;
	}

.fs-fields input:focus {
	background: transparent !important;
	}

.fs-message-error {
	color: #ED3D2A !important;
	text-align: center;
	}
	
.fs-fields span input[type="radio"] + label {
	background-color: #FFFFFF;
	padding-top: 0px !important;
	margin-top: 100px;
	transition: all 0.5s ease;
	}
	
.fs-fields span input[type="radio"]:checked + label:after {
	color: #000000;
	}

.fs-fields span:nth-child(odd) input[type="radio"]:checked + label {
	color: #ff471d !important;
	}
	
.fs-fields span:nth-child(even) input[type="radio"]:checked + label {
	color: #ff471d !important;
	}
	
.fs-fields #readinessResults {
	font-size: 30px;
	}
	
.fs-form-overview .fs-fields::before {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em !important;
	margin-top: 1.5em !important;
    color: #000000 !important;
    content: 'Review & Submit';
    text-align: center !important;
	}
	
@media screen and (max-width: 600px) {
	.fs-form-wrap {
    	height: auto;
    	min-height: 650px;
		}

	.fs-form-full {
		top: auto !important;
		}
	
	.fs-fields > li > .fs-radio-group {
		margin-top: 0px;
		}

	.fs-fields > li .fs-radio-group span {
		width: 22%;
		}
		
	.fs-fields > li.fs-current > .fs-radio-group > span > label {
		margin-top: 100px;
		}
		
	.fs-fields > li label.fs-field-label {
		padding: 0px !important;
		}
		
	.fs-fields .fs-radio-group label:after {
		opacity: 1 !important;
		}

	.fs-fields > li.fs-current > .fs-radio-group:before {
		background-color: #FFFFFF;
		height: 0px;
		}
	}

#topLeft {
	text-align: left;
	display: block;
	color: #959DA0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 12;
	}
	
#topLeft a {
	text-decoration: none;
	transition: all 0.5s ease;
	}
	
#topLeft a:hover {
	color: #0A353D;
	transition: all 0.5s ease;
	}

#topRight {
	text-align: right;
	font-family: montserrat,sans-serif;
	display: none;
	color: #ED3D2A;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	top: 52px;
	right: 50px;
	z-index: 10;
	}
	
#topLeft #redo {
	color: #000000;
	}
	
#topLeft #redo:hover {
	cursor: pointer;
	}
	
#topLeft #redo:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 112px;
    height: 1px;
    bottom: -2px;
    left: 1px;
    border-bottom: 1px solid #FFFFFF;
    transition: all 0.5s ease;
	}
	
#topLeft #redo:hover:before {
	border-bottom: 1px solid #000000;
	transition: all 0.5s ease;
	}

#bottom {
	text-align: center;
	display: block;
	color: #959DA0;
	font-size: 16px;
	width: 100%;
	position: absolute;
	bottom: 50px;
	font-family: 'DM Sans', sans-serif;
	}
	
#bottom a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	z-index: 100;
	transition: all 0.5s ease;
	}
	
#bottom a:before {
	content:'';
	position: absolute;
	display: inline-block;
	width: 263px;
	height: 1px;
	bottom: -3px;
	left: 0px;
	opacity: 1;
	border-bottom: 1px solid #000000;
	transition: all 0.25s ease;
	}
	
#bottom a:hover:before {
	opacity: 1;
	border-bottom: 1px solid #ff471d;
	transition: all 0.25s ease;
	}
	
#bottom a:hover {
    color: #ff471d;
    transition: all 0.25s ease;
	}
	
#bottom.splashIntro a {
	color: #000000;
	transition: all 0.5s ease;
	}

#bottom.splashIntro a:hover {
	color: #ff471d;
	}

#bottom.splashIntro a:before {
	border-bottom: 1px solid #000000;
	transition: all 0.5s ease;
	}
	
#bottom.splashIntro a:hover:before {
	border-bottom: 1px solid #ff471d;
	transition: all 0.5s ease;
	}
	
@media screen and (max-width: 650px) {
	#bottom.splashIntro {
		position: fixed;
		bottom: 25px;
		z-index: 100;
		}

	#bottom {
		position: relative;
		bottom: auto;
		margin-top: 75px;
		}
	}

.fs-fields > li .fs-radio-group .earlySend {
	width: 100%;
	text-align: center;
	max-width: 100%;
	display: block;
	}
	
.fs-form-overview .fs-submit {
	border: 2px solid #ff471d !important;
	background-color: #ff471d !important;
	color: #000000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: montserrat,sans-serif !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	}
	
.fs-form-overview .fs-submit:hover {
	background-color: #FFFFFF !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-o
	}

.fs-fields > li .fs-radio-group .earlySend > button.fs-submit2 {
	border: 2px solid #ff471d;
	color: #FFFFFF;
	background-color: #ff471d;
	display: inline-block;
	text-decoration: none;
	margin-top: 0;
	padding: 20px 45px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 400;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: commuters-sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	z-index: 3;
	text-shadow: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	}

.fs-fields > li .fs-radio-group .earlySend > button.fs-submit2:hover {
	background-color: #FFFFFF;
	color: #000000;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	}

.fs-fields > li.fs-current .fs-radio-group .earlySend > button.fs-submit2 {
	opacity: 1.0;
	}

.fs-fields > li .fs-radio-group label.radio-next {
	padding-top: 0px !important;
	font-size: 22px !important;
	}

.fs-fields > li .fs-radio-group .earlySend p {
	color: #0A353D;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: montserrat,sans-serif;
	}

.fs-fields > li .fs-radio-group .earlySend label {
	font-size: 25px;
	margin-top: 50px;
	margin-right: 25px;
	width: 40%;
	display: inline-block;
	text-align: right;
	position: relative;
	top: 10px;
	height: auto !important;
	}

.fs-fields > li .fs-radio-group .earlySend label[data-info]::after {
	position: relative;
	top: -15px !important;
	left: 10% !important;
	}

.fs-fields > li .fs-radio-group .earlySend input {
	font-size: 25px;
	width: 40%;
	display: inline-block;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	}
	
.fs-fields > li .fs-radio-group .earlySend input::placeholder {
	font-family: 'DM Sans', sans-serif;
	}

.fs_progress {
    width: 100%;
    max-width: 100vw;
    height: 15px;
    margin: 0px auto 20px auto;
    display: table;
    overflow: hidden;
    position: relative;
    text-align: center;
    left: 0px;
    top: -10px;
    z-index: 12;
	}

.fs-form-overview {
	padding: 2.5em 20% 10em 20%;
	box-sizing: border-box;
	}

.fs-form-overview.fs-show > .fs-fields > li > h3 {
	opacity: 1.0;
	text-align: left;
	}

.fs-form-overview.fs-show > .fs-fields > li > .fs-radio-group > span > label {
	font-size: 15px;
	opacity: 1.0;
	}

.overview div#topLeft,
.overview div#topRight {
	position: fixed;
	}

.overview .fs-form-overview.fs-show > .fs-fields > li:last-child > .fs-radio-group > span > label {
	display: none;
	}

.overview .fs-fields > li .fs-radio-group .earlySend p {
	display: none;
	}

.overview .fs-fields > li .fs-radio-group .earlySend > button.fs-submit2 { 
	display: none;
	}

.overview .fs-fields > li .fs-radio-group .earlySend label {
	height: auto !important;
	}
	
.fs-message-error.fs-show {
	
	}
	
@media screen and (max-width: 48em) {
	#topLeft {
		top: 25px;
		left: 25px;
		}
		
	.overview div#topLeft {
		position: relative;
		}
		
	.fs-numbers {
    	top: 8px;
    	}
    	
	.fs-fields > li {
		max-height: 0px;
		height: 0px;
		}
		
	.fs-fields > li.current {
		height: auto;
		}
    	
    .js .fs-form-full .fs-fields > li.fs-current {
    	max-height: 2000px;
		position: relative;
		}
    	
    .fs-fields > li .fs-radio-group span:nth-child(3) {
		margin-right: 0px;
		}
	
	 .fs-fields > li .fs-radio-group span:nth-child(4) {
		width: 35%;
		}
    	
    .fs-fields > li:nth-child(4) .fs-radio-group span {
    	margin-left: 0%;
    	}
    	
    .fs-fields > li .fs-radio-group span:last-child {
    	width: 35%;
    	margin-left: 3%;
    	margin-right: 3%;
    	padding: 0 10px 10px 10px;
		}
		
	.fs-fields > li.fs-current > .fs-radio-group > span > label {
		font-size: 15px;
		}
		
	.fs-form-overview {
		padding: 0px 25px 10em 25px;
		}
		
	.fs-fields #readinessResults {
		margin-top: 50px;
		}
		
	.earlySend .fs-field-label:nth-child(2) {
			margin-top: 25px;
		}
		
	.fs-fields > li.fs-current .fs-radio-group .earlySend > button.fs-submit2 {
		margin-top: 50px;
		}
		
	.fs-form-overview .fs-fields > li {
    	min-height: 300px;
    	}
    	
    .fs-form-overview .fs-fields > li#finalForm {
    	border-bottom: 0px;
    	}
    	
    .fs-form-overview .fs-fields .fs-radio-group span label:after {
		border: 5px solid #000000;
    	}
    	
    .fs-fields span input[type="radio"]:checked + label:after {
   	 	border: 5px solid #ff471d;
   	 	}
   	 	
   	 .fs-fields > li .fs-radio-group .earlySend label {
    	font-size: 20px;
    	text-align: left;
    	margin-right: 0px;
    	margin-bottom: 20px;
    	width: 100%;
		}
		
	.fs-fields > li .fs-radio-group .earlySend input {
    	font-size: 20px;
    	text-align: left;
    	margin-bottom: 20px;
		width: 100%;
		}
	
	.fs-fields > li #reviewBtn {
		margin-top: 50px;
		}
		
	.fs-fields > li#finalForm span {
		width: 100%;
		text-align: center;
		}
		
	.fs-form-overview .fs-submit {
    	position: relative;
    	margin-top: 100px;
		}
		
	}
	
	
	
.typeBuckets {
	position: relative;
    display: block;
    width: 100%;
    top: 75px;
    color: #000000;
    text-align: center;
	}
	
.typeBuckets .counts {
	display: inline-block;
	margin-right: 20px;
	}
	

/*-------- =Field Validation --------*/

#errorContext {
	color: #ED3D2A;
	text-transform: lowercase;
	font-size: 14px;
	opacity: 0;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	}
	
#errorContext.show {
	opacity: 1;
	max-height: 200px;
	transition: all 0.5s ease-in-out;
	}
	


/*-------- =Submit Messages --------*/

.ui-dialog {
	padding: 0px !important;
	}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	width: auto !important;
	z-index: 2001 !important;
	top: calc(50vh - 100px) !important;
	}

#dialog-message {
	width: auto !important;
	border-radius: 10px !important;
	padding: 20px 1em .5em 1em;
	font-family: ibm-plex-sans-condensed, sans-serif !important;
	}

.ui-widget-overlay {
	background-image: none !important;
	background-color: #000000 !important;
	opacity: 0.65 !important;
	max-height: 100vh;
	}

.ui-widget-content {
	width: auto !important
	z-index: 2001 !important;
	border: 0px !important;
	}

.ui-dialog .ui-dialog-titlebar {
	background: #ED3D2A !important;
	border: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	padding: .5em 1em !important;
	}

.ui-dialog.success-dialog .ui-dialog-titlebar {
	background: #62C5B2 !important;
	}

.ui-dialog .ui-dialog-title {
	width: 100% !important;
	box-sizing: border-box;
	padding: 0px 25px;
	text-align: center;
	letter-spacing: 1px;
	font-family: montserrat,sans-serif !important;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF !important;
	}
	
.ui-dialog .ui-dialog-buttonpane {
	text-align: center !important;
	padding: .3em .4em 20px .4em !important;
	}
	
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
	}

.ui-dialog .ui-dialog-buttonpane button {
	text-transform: uppercase;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: montserrat,sans-serif;
	
	border: 2px solid #ED3D2A;
	color: #ED3D2A;
	background: transparent !important;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
.ui-dialog .ui-dialog-buttonpane button:hover {
	color: #FFFFFF;
	background: #ED3D2A !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
.ui-button-icon-only.ui-dialog-titlebar-close {
	display: none;
	}
	
.fs-form.fs-show {
	margin-bottom: 0px;
	}
	
	
/*-------- =Loader --------*/

.thinkWrap {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	background-color: #FFFFFF;
	z-index: -1;
	transition: z-index 0.5s step-end, opacity 0.5s linear;
	}
	
.thinkWrap.show {
	opacity: 1.0;
	max-height: 2500px;
	z-index: 10;
	transition: z-index 0.5s linear, opacity 0.5s linear;
	}

#thinking {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border: 14px solid #f3f3f3;
	border-radius: 50%;
	border-top: 14px solid #ff471d;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}
	
@media screen and (max-width: 48em) {
	#thinking {
    	left: 45%;
    	top: 60%;
    	}
	}
	
	
/*-------- =Thank You --------*/

.thankYou #intro {
	background-color: #FFFFFF;
	position: relative;
	padding: 0px 20vw;
	height: auto;
	min-height: 100vh;
	box-sizing: border-box;
	}

.thankYou #intro .fs-title {
	width: 100%;
	}
	
.thankYou #intro .fs-title h1 {
	margin-top: 50px;
	margin-bottom: 0px;
	}
	
.thankYou #intro #subHead {
	color: #000000;
	width: 100%;
	text-align: center;
	font-family: 'DM Sans', sans-serif;
	}

.thankYou #intro p {
	color: #000000;
	font-family: 'DM Sans', sans-serif;
	}
	
.thankYou #intro a#startDL {
	color: #000000;
	background-color: #ff471d;
	text-decoration: none;
	}
	
.thankYou #intro a#startDL:hover {
	color: #FFFFFF;
	background-color: #000000;
	}
	
.chartainer {
	width: 100vw;
	height: auto;
	min-height: 50vw;
	padding: 50px 0 100px 0;
	max-height: 2000px;
	opacity: 1;
	transition: all 0.5s ease;
    }
    
.chartainer #myChart {
	display: inline-block !important;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	}
	
@media screen and (max-width: 600px) {
	.thankYou #intro {
		display: inline-block;
		padding: 0px 10vw;
		padding-top: 50px;
		}
		
	.thankYou #bottom {
		position: relative;
		bottom: auto;
		margin-top: 50px;
		margin-bottom: 25px;
		width: 80vw;
		}
	}