body {
	font-family: ibm-plex-sans-condensed, 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;
	}

.container {
	height: auto !important;
	display: block;
	position: relative;
	}
	
#intro {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	min-height: 450px;
	background-color: #E3F3F1;
	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,
.interior.hide {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: z-index 0.5s step-end, opacity 0.5s linear, visibility 0.5s linear;
	}
	
#intro .fs-title {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0 20px 40px 20px !important;
	font-family: sofia-pro, sans-serif;
	color: #939598;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
	}

#intro .fs-title h1 {
	color: #009d4d;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0px auto 50px auto;
	}
	
#intro .fs-title h2 {
	max-width: 650px;
	font-size: 24px;
	margin: 0px auto;
	}
	
#intro .fs-title span {
	display: inline-block;
	font-size: 16px;
	margin: 15px auto 50px auto;
	}
	
#intro .fs-title h3 {
	max-width: 700px;
	font-size: 18px;
	font-family: sofia-pro, sans-serif;
	font-weight: 600;
	margin: 50px auto 0px;
	}
	
#intro #startDL,
.fs-form-overview .fs-submit {
	display: inline-block;
	position: relative;
	top: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 25px;
	font-family: sofia-pro, sans-serif;
	border: 2px solid #009d4d;
	color: #FFFFFF;
	background-color: #009d4d;
	font-weight: 600;
	font-display: fallback;
	font-style: normal;
	font-size: 18px;
	padding: 20px 50px;
	min-width: 100px;
	text-align: center;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	text-decoration: none;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	transition: all 0.25s ease-in;
	}
	
#intro #startDL:hover,
.fs-form-overview .fs-submit:hover {
	cursor: pointer;
	color: #009d4d;
	background-color: #FFFFFF;
	transition: all 0.25s ease-in;
	}
	
@media screen and (max-width: 48em) {
	#intro {
		position: absolute;
    	height: auto;
    	}
    	
    #intro .fs-title h1 {
    	padding-top: 50px;
    	font-size: 30px;
    	line-height: 1em;
    	margin-bottom: 10px;
		}
		
	#intro .fs-title h2 {
    	font-size: 18px;
		}
		
	#intro .fs-title span {
    	font-size: 14px;
		}
		
	.fs-form-wrap {
		height: auto;
		padding-top: 100px;
		box-sizing: border-box;
		padding-bottom; 10px;
		}
		
	.container {
		max-height: 100vh;
		}
		
	.container.full {
		height: auto !important;
		max-height: auto;
		}
}

@media screen and (min-height: 700px) {
	#intro {
    	height: 100vh;
    	}
    }

.fs-numbers {
	top: 40px;
	left: 65px;
	width: 50px;
	right: auto;
	font-size: 16px;
	font-family: montserrat,sans-serif;
	}
	
@media screen and (max-width: 52.5em) {
	.fs-numbers {
		top: 40px;
		left: auto;
		width: 50px;
		right: 25px;
		}
	}

.fs-progress {
	background: #009d4d !important;
	}

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

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

button.fs-continue.fs-show {
	display: none;
	}

body.overview {
	overflow-y: visible;
	}

.overview .container,
.overview .fs-form-wrap {
	height: auto !important;
	overflow: visible !important;
	}

.fs-form-overview {
	height: auto !important;
	background: #FFFFFF !important;
	}
	
.fs-form-overview.fs-show .fs-fields {
	padding-bottom: 50px;
	}
	
.fs-form-overview .fs-fields span input[type="radio"] + label {
	background-color: transparent;
	border: 0px;
	line-height: 1.25;
	height: auto !important;
	min-height: 30px;
	}
	
.fs-form-overview .fs-fields > li {
	max-height: 1000px;
	}
	
 .fs-form-overview .fs-fields > li .fs-radio-group span {
    font-size: 18px;
    }
	
.fs-form-overview .fs-fields > li > .fs-radio-group > span:hover {
	color: #009d4d;
	}
	
.fs-form-overview.fs-show .fs-radio-group {
	margin-top: 0px;
	}

.fs-form-full {
	top: 20%;
	width: 80%;
	}

	
@media screen and (max-width: 48em) {
	.fs-form {
		padding: 0 1em 0 1em;
		box-sizing: border-box;
		}
	
	.fs-form-full {
		top: 0px;
		width: 100%;
		}
		
	.fs-form-overview {
    	padding: 2.5em 10% 6em 10%;
    	}
    	
    .fs-form-overview.fs-show .fs-radio-group {
		margin-top: 50px;
		}
		
	.fs-form-overview .fs-fields > li:last-child {
		border-bottom: 2px solid rgba(0,0,0,0);
		}	
		
   .fs-form-overview .fs-fields > li .fs-radio-group span {
    	margin-bottom: 0px;
    	}
	}
	
.fs-fields {
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 0;
    list-style: none;
    overflow: hidden;
    height: auto;
    display: inline-block;
    left: 0px;
    opacity: 1;
    visibility: visible;
    width: 100%;
	}
	
.fs-fields > li {
	max-height: 300px;
	height: auto;
	}
	
.js .fs-form-full .fs-fields > li.fs-current {
	max-height: 2000px;
	position: relative;
	}

.fs-fields > li label.fs-field-label {
	text-align: center;
	color: #009d4d;
	line-height: 1;
	width: 100%;
	font-size: 34px;
	font-family: sofia-pro, sans-serif;
	padding: 0px 5px 25px 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;
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	}

.fs-form-full .fs-fields > li label[data-info]::before {
	width: 100%;
	}

.fs-fields > li > .fs-radio-group > span > label {
	width: auto !important;
	opacity: 0.0;
	color: #939598 !important;
	font-weight: 500 !important;
	text-align: left;
	-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 {
	line-height: 1.25;
	opacity: 1.0;
	height: auto !important;
	width: auto !important;
	padding-top: 0px !important;
	margin-top: 10px;
	text-align: left;
	margin-left: 75px;
	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: #009d4d !important;
	transition: all 0.5s ease;
	}
	
.fs-fields > li:last-child > .fs-radio-group > span > label:hover {
	border: 0px;
	}
	
.fs-fields > li.fs-current > .fs-radio-group > span > label:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -75px;
	height: 35px;
	width: 35px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: 5px solid #939598;
	z-index: 1;
	transition: all 0.25s ease;
	}
	
.fs-fields > li.fs-current > .fs-radio-group > span > label:hover:before {
	background-color: #009d4d;
	border: 5px solid #009d4d;
	transition: all 0.25s ease;
	}

.fs-fields .fs-radio-group span label:after {
	position: absolute;
	-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: 25px;
	line-height: 1.25em;
	opacity: 1;
	top: 28px;
	left: -45px;
	z-index: 2;
	height: 75px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	}

.fs-fields .fs-radio-group span:hover 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;
	}
	
.fs-fields .fs-radio-group label.radio-Strongly-Agree::after {
	content: '';
	}
	
.fs-fields .fs-radio-group label.radio-Agree::after {
	content: '';
	}
	
.fs-fields .fs-radio-group label.radio-Meh::after {
	content: '';
	}

.fs-fields .fs-radio-group label.radio-Disagree::after {
	content: '';
	}
	
.fs-fields .fs-radio-group label.radio-Strongly-Disagree::after {
	content: '';
	}

.fs-fields > li .fs-radio-group span {
	font-size: 24px;
	vertical-align: top;
	margin-left: 0px;
	width: 100%;
	max-width: 100% !important;
	float: none;
	position: relative !important;
	display: inline-block;
	padding: 0 10px 10px 10px;
	font-family: sofia-pro, sans-serif;
	}
	
.fs-fields > li .fs-radio-group span.openBook {
	text-align: center;
	max-width: 300px !important;
	margin: 0px auto;
	}
	
.fs-fields > li.fs-current > .fs-radio-group > span.openBook > label:before {
	display: none;
	}

@media screen and (max-width: 600px) {
	.fs-fields > li .fs-radio-group span {
		
		}
		
	.fs-fields > li label.fs-field-label {
    	font-size: 24px;
    	}
    	
    .fs-fields > li.fs-current > .fs-radio-group > span > label:before {
		top: -8px;
		}
    	
    .fs-fields > li .fs-radio-group span {
    	font-size: 18px;
    	}
    	
    .fs-fields > li .fs-radio-group span.openBook {
		max-width: 100% !important;
		}
		
	.fs-fields > li.fs-current > .fs-radio-group > span.openBook > label {
		margin: 0px;
		text-align: center;
		}
	}
	
.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-fields > li verysmall {
	font-size: 22px;
	}
	
.fs-fields > li .options {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	}
	
.fs-fields > li .fs-radio-group .earlySend input[type='checkbox'] {
	position: relative;
	width: auto;
	right: 0px;
	top: 14px;
	text-align: right;
	min-width: 50px;
	display: block !important;
	}
	
.fs-fields > li .fs-radio-group .earlySend label.optInText {
	font-size: 16px;
	text-align: left;
	margin-top: 0px;
	width: 60%;
	font-weight: 500 !important;
	margin-bottom: 10px;
	vertical-align: top;
	}
	
@media screen and (max-width: 48em) {
	.fs-fields > li .fs-radio-group .earlySend label.optInText {
		width: 80%;
		}
		
	.fs-fields > li .fs-radio-group span:nth-child(4) {
		margin-left: 0%;
		}
	}
	
.fs-fields > li .fs-radio-group .earlySend label.optInText:last-of-type {
	margin-bottom: 25px;
	}	

.fs-message-error {
	color: #ED3D2A !important;
	text-align: center;
	}
	
.fs-fields span input[type="radio"] + label {
	border: 5px solid #FFFFFF;
	height: 50px !important;
	width: 50px;
	line-height: 50px;
	background-color: #FFFFFF;
	padding-top: 0px !important;
	border-radius: 50%;
	transition: all 0.5s ease;
	}
	
.fs-fields span input[type="radio"]:checked + label:after {
	color: #02353d;
	}

.fs-fields span:nth-child(odd) input[type="radio"]:checked + label {
	color: #009d4d !important;
	}
	
.fs-fields span:nth-child(even) input[type="radio"]:checked + label {
	color: #009d4d !important;
	}
	
.fs-fields span:nth-child(odd) input[type="radio"]:checked + label:before {
    background-color: #009d4d;
    border: 5px solid #02353d;
	}
	
@media screen and (max-width: 48em) {		
	.fs-fields .fs-radio-group label:after {
		opacity: 1 !important;
		}
	}
	
@media screen and (max-width: 600px) {
	.fs-fields > li:last-child .fs-radio-group span {
		width: 100%;
		margin: 0px;
		}
		
	.fs-fields .fs-radio-group label:after {
		opacity: 1 !important;
		}

	.fs-fields > li.fs-current > .fs-radio-group:before {
		background-color: #FFFFFF;
		height: 0px;
		}
	
	.fs-fields > li .fs-radio-group span:nth-child(3) {
		margin-right: 0px;
		}
	}
	
@media screen and (max-height: 300px) {
	.fs-fields > li:last-child .fs-radio-group span {
		width: 100%;
		margin: 0px;
		}
		
	.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;
	font-family: 'Montserrat', sans-serif;
	}
	
#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: #939598;
	}
	
#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 #02353d;
	transition: all 0.5s ease;
	}
	
@media screen and (max-width: 48em) {
	#topLeft {
		top: 25px;
		left: 25px;
		}
	.fs-numbers {
    	top: 28px;
    	right: 25px;
    	margin: 0px;
		}
		
	.fs-nav-dots {
    	display: none;
		}
	}

#bottom {
	text-align: center;
	display: block;
	color: #959DA0;
	font-size: 16px;
	width: 100%;
	position: absolute;
	bottom: 15px;
	font-family: sofia-pro, sans-serif;
	}
	
#bottom.splashIntro {
	position: relative;
	margin-top: 50px;
	}
	
#bottom a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #009d4d;
	font-size: 14px;
	font-weight: 500;
	z-index: 100;
	transition: all 0.5s ease;
	}
	
#bottom a:before {
	content:'';
	position: absolute;
	display: inline-block;
	width: 155px;
	height: 1px;
	bottom: -3px;
	left: 0px;
	opacity: 0;
	border-bottom: 1px solid #FFFFFF;
	transition: all 0.5s ease;
	}
	
#bottom a:hover:before {
	opacity: 1;
	border-bottom: 1px solid #009d4d;
	transition: all 0.5s ease;
	}
	
#bottom.splashIntro a {
	color: #009d4d;
	transition: all 0.5s ease;
	}

#bottom.splashIntro a:before {
	border-bottom: 1px solid #02353d;
	transition: all 0.5s ease;
	}
	
#bottom.splashIntro a:hover:before {
	border-bottom: 1px solid #FFFFFF;
	transition: all 0.5s ease;
	}

@media screen and (max-width: 48em) {
	#bottom.interior {
		position: relative;
		margin-top: 50px;
		z-index: 4;
		}
	}
	
@media screen and (max-height: 1000px) {
	body {
    	min-height: auto;
		}
		
	.fs-form-wrap {
    	height: auto;
    	padding-top: 100px;
    	box-sizing: border-box;
		}

	.js .fs-form-full .fs-fields > li.fs-current {
    	max-height: 2000px;
    	position: relative;
		}

	#bottom.interior {
		position: relative;
		margin-top: 50px;
		z-index: 4;
		}
	}

.fs-fields > li .fs-radio-group .earlySend {
	position: relative;
	width: 100%;
	text-align: center;
	max-width: 100%;
	display: block;
	}

.fs-fields > li .fs-radio-group .earlySend > button.fs-submit2 {
	border: 2px solid #009d4d;
	color: #FFF;
	background-color: #009d4d;
	display: inline-block;
	text-decoration: none;
	margin-top: 0;
	padding: 20px 50px;
	text-align: center;
	font-size: 18px;
	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-family: montserrat,sans-serif;
	font-weight: 700;
	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 {
	cursor: pointer;
	color: #009d4d;
	background-color: #FFFFFF;
	-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;
	margin-bottom: 50px;
	}

.fs-fields > li .fs-radio-group .earlySend label {
	font-size: 25px;
	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 !important;
	width: 40%;
	display: inline-block !important;
	font-family: sofia-pro, sans-serif;
	}
	
	
@media screen and (max-width: 48em) {
	verysmall {
    	font-size: 18px;
		}
		
	.fs-fields > li .fs-radio-group .earlySend label {
    	font-size: 20px;
    	margin-top: 25px;
    	margin-right: 0px;
    	width: 100%;
    	display: block;
   	 	text-align: center;
		}
		
	.fs-fields > li .fs-radio-group .earlySend input {
    	font-size: 20px !important;
    	width: 100%;
    	text-align: center;
		}
	}


.fs-progress {
	background: #009d4d;
	}

.fs-form-overview {
	padding: 2.5em 20% 6em 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 {
	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 {
	
	}
	

/*-------- =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 #E3F3F1;
	border-radius: 50%;
	border-top: 14px solid #009d4d;
	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;
	box-sizing: border-box;
	}

.thankYou #intro .fs-title {
	width: 100%;
	}
	
.thankYou #intro .fs-title h1 {
	color: #02353d;
	}
	
.thankYou #intro #subHead {
	color: #02353d;
	width: 100%;
	text-align: center;
	font-family: 'GTWalsheim_Medium';
	}

.thankYou #intro p {
	color: #02353d;
	font-family: 'GTWalsheim';
	}
	
.thankYou #intro a#startDL {
	color: #02353d;
	background-color: #00efc6;
	text-decoration: none;
	}
	
.thankYou #intro a#startDL:hover {
	color: #FFFFFF;
	background-color: #02353d;
	}

.waitingRoom {
	position: relative;
	margin-top: 50px;
	text-align: center;
	font-family: 'GTWalsheim';
	}
	
.waitingRoom a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-family: 'GTWalsheim_Medium';
	color: #02353d;
	}
	
.waitingRoom a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #02353d;
	position: absolute;
	display: inline-block;
	left: 0px;
	bottom: 0px;
	transition: all 0.25s ease-in-out;
	}
	
.waitingRoom a:hover:after {
	background-color: #00efc6;
	transition: all 0.25s ease-in-out;
	}
	
@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;
		}
	}