/*======================================================================================================================
	Home Page
======================================================================================================================*/

/* Home Page > Header Section */
.home-page-header-section {
	min-height: 100%;
	padding: 20px 0 20px 0;
}
.home-page-header-section-logo {
	margin: 0 auto;
	max-width: 280px;
	height: 250px;
	background: url('../images/header-section-logo.svg') no-repeat 50% 50%;
	background-size: contain;
}
/* END OF: Home Page > Header Section */

/* Home Page > Menu Section */
.home-page-menu-section {
	min-height: 46px;
	background-color: #f5f3e9;
	padding: 6px 0;
}
.home-page-menu-section-button {
    display: inline-block;
    vertical-align: middle;
    color: #262323;
    text-decoration: none;
    font-family: 'courier-new';
    font-size: 14px;
    padding: 8px 5px;
    margin: 0 20px;
    cursor: pointer;
}

.home-page-menu-button {
	display: inline-block;
	vertical-align: middle;
	color: #262323;
	text-decoration: none;
	font-family: 'courier-new';
	font-size: 14px;
	padding: 8px 5px;
	margin: 0 20px;
	cursor: pointer;
}
.home-page-menu-button:hover {
	text-decoration: underline;
}
/* END OF: Home Page > Menu Section */

/* Home Page > Intro Section */
.home-page-intro-section {
	min-height: 416px;
	background: url('../images/image-section-background.jpg') no-repeat 50% 100%;
	background-size: cover;
	padding: 99px 16px 107px 16px;
}
.home-page-intro-section-frame-1 {
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #190100;
	max-width: 603px;
	padding: 8px 10px;
}
.home-page-intro-section-frame-2 {
	border: 3px solid #2c2d2f;
	padding: 8px 10px;
}
.home-page-intro-section-frame-3 {
border: 1px solid #2c2d2f;
    min-height: 120px;
    padding: 20px 10px 20px 10px;
    text-align: -webkit-center;
    vertical-align: middle !important;
}
.home-page-intro-section-text-1 {
	font-family: 'courier-new';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.home-page-intro-section-text-2 {
    margin-top: 8px;
    font-family: 'perpetua-titling';
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 54%;
    vertical-align: middle !important;
}
/* END OF: Home Page > Intro Section */

/* Home Page > How It Works Section */
.home-page-how-it-works-section {
	min-height: 595px;
}
.home-page-how-it-works-section-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 16px;
}
.home-page-how-it-works-section-container:after {
	content: '';
	display: block;
	clear: both;
}
.home-page-how-it-works-section-slider-image-column {
	float: left;
	width: 50%;
	text-align: right;
	padding: 50px 60px 0 0;
}
.home-page-how-it-works-section-slider-image-box {
	display: inline-block;
	text-align: center;
}
.home-page-how-it-works-section-slider-phone-image {
	display: inline-block;
	position: relative;
	width: 237px;
	height: 472px;
	background: url('../images/how-it-works-section-phone-image.png') no-repeat 0 0;
	background-size: 100%;
}
.home-page-how-it-works-section-slider-image {
	position: absolute;
	left: 18px;
	top: 55px;
	right: 16px;
	bottom: 56px;
	overflow: hidden;
}
.home-page-how-it-works-section-slider-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.home-page-how-it-works-section-slider-pagination {
	margin-top: 15px;
}
.home-page-how-it-works-section-slider-pagination i {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.home-page-how-it-works-section-slider-pagination i:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
}
.home-page-how-it-works-section-slider-pagination i:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 5px;
	background-color: #cfc1d6;
	opacity: 0;
	transition: opacity 0.2s linear;
}
.home-page-how-it-works-section-slider-pagination i.active:after {
	opacity: 1;
}
.home-page-how-it-works-section-slider-text-column {
	float: left;
	width: 50%;
	text-align: left;
	padding: 150px 0 36px 0;
}
.home-page-how-it-works-section-slider-title {
	font-family: 'perpetua-titling';
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #404041;
}
.home-page-how-it-works-section-slider-dots:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('../images/dots.svg') no-repeat 0 0;
	background-size: 24px;
	margin-top: 4px;
}
.home-page-how-it-works-section-slider-text-block {
	overflow: hidden;
	position: relative;
	min-height: 90px;
}
.home-page-how-it-works-section-slider-text-block-text {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	line-height: 20px;
}
.home-page-how-it-works-section-slider-arrows {
	margin-top: 20px;
}
.home-page-how-it-works-section-slider-left-arrow,
.home-page-how-it-works-section-slider-right-arrow {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 40px;
	height: 36px;
	cursor: pointer;
	border-radius: 3px;
	transition: background-color 0.2s linear;
}
.home-page-how-it-works-section-slider-left-arrow:before,
.home-page-how-it-works-section-slider-right-arrow:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
}
.home-page-how-it-works-section-slider-left-arrow:before {
	background: url('../images/how-it-works-section-left-arrow.svg') no-repeat 0 0;
	background-size: 24px;
}
.home-page-how-it-works-section-slider-right-arrow:before {
	background: url('../images/how-it-works-section-right-arrow.svg') no-repeat 0 0;
	background-size: 24px;
}
.home-page-how-it-works-section-slider-left-arrow:hover,
.home-page-how-it-works-section-slider-right-arrow:hover {
	background-color: #f0f0f0;
}
.home-page-how-it-works-section-slider-left-arrow:active,
.home-page-how-it-works-section-slider-right-arrow:active {
	top: 1px;
}
@media (max-width: 680px) {
	.home-page-how-it-works-section-slider-image-column {
		float: none;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.home-page-how-it-works-section-slider-text-column {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 36px;
	}
	.home-page-intro-section-text-2 {
	    width: 100%;
	}
	
	.home-page-menu-button {
		display: inline-block;
		vertical-align: middle;
		color: #262323;
		text-decoration: none;
		font-family: 'courier-new';
		font-size: 14px;
		padding: 8px 5px;
		margin: 0 0px !important;
		cursor: pointer;
	}
}
/* END OF: Home Page > How It Works Section */

/* Home Page > Info Section */
.home-page-info-section {
	background: url('../images/info-section-background.png') repeat 50% 0;
	padding: 0 16px;
}
.home-page-info-section-container {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 0 0 462px;
	min-height: 356px;
	text-align: left;
}
.home-page-info-section-text-column {
	padding: 46px 0 33px 0;
}
.home-page-info-section-title {
	font-family: 'perpetua-titling';
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
}
.home-page-info-section-text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.home-page-info-section-image-column {
	position: absolute;
	left: 16px;
	bottom: 0;
}
.home-page-info-section-image {
	display: block;
	width: 420px;
	max-width: 100%;
}
@media (max-width: 935px) {
	.home-page-info-section-container {
		padding-left: 0;
		text-align: left;
	}
	.home-page-info-section-image-column {
		position: static;
		display: inline-block;
		vertical-align: bottom;
		max-width: 100%;
	}
}
/* END OF: Home Page > Info Section */

/* Home Page > Story Section */
.home-page-info1-section {
	background-color: #cfc1d6;
	padding: 0 16px;
}
.home-page-info1-section-container {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 0 0 462px;
	min-height: 356px;
	text-align: left;
}
.home-page-info1-section-text-column {
	padding: 46px 0 33px 0;
}
.home-page-info1-section-title {
	font-family: 'perpetua-titling';
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
}
.home-page-info1-section-text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.home-page-info1-section-image-column {
	position: absolute;
	left: 0px;
	top: 10%;
}
.home-page-info1-section-image {
	display: block;
	width: 420px;
	max-width: 100%;
}
@media (max-width: 935px) {
	.home-page-info1-section-container {
		padding-left: 0;
		text-align: left;
	}
	.home-page-info1-section-image-column {
		position: static;
		display: inline-block;
		vertical-align: bottom;
		max-width: 100%;
	}
}
/* END OF: Home Page > Story Section */

/* Home Page > Sign-up Section */
.home-page-sign-up-section {
	padding: 48px 16px 48px 16px;
}
.home-page-sign-up-section-title {
	font-family: 'perpetua-titling';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #404041;
}
.home-page-sign-up-section-dots:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('../images/dots.svg') no-repeat 0 0;
	background-size: 24px;
	margin-top: 4px;
}
.home-page-sign-up-section-text-1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	line-height: 22px;
}
.home-page-sign-up-section-form {
	margin-top: 18px;
}
.home-page-sign-up-section-name-field,
.home-page-sign-up-section-email-field {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 8px 0;
}
.home-page-sign-up-section-name-input-box,
.home-page-sign-up-section-email-input-box {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 22px;
	border: 2px solid #575758;
	padding: 0 14px;
	font-family: 'courier-new';
	font-size: 14px;
	border-radius: 2px;
	outline: none;
}
.home-page-sign-up-section-name-field {
	width: 155px;
}
.home-page-sign-up-section-email-field {
	width: 247px;
}
.home-page-sign-up-section-name-field.ui-with-validation-error .home-page-sign-up-section-name-input-box,
.home-page-sign-up-section-email-field.ui-with-validation-error .home-page-sign-up-section-email-input-box {
	box-shadow: 0 0 3px #941c1a;
	border-color: #be4b49;
}
.home-page-sign-up-section-submit-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 8px;
	min-height: 26px;
	padding: 4px 11px;
	color: #020000;
	background-color: #cfc1d6;
	font-size: 15px;
	cursor: pointer;
	transition: background-color 0.2s linear;
}
.home-page-sign-up-section-submit-button:hover {
	background-color: #c0afc8;
}
.home-page-sign-up-section-submit-button:active {
	top: 1px;
}
.home-page-sign-up-section-text-2 {
	max-width: 595px;
	margin: 10px auto 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.home-page-sign-up-section-divider {
	max-width: 700px;
	margin: 10px auto 0 auto;
	height: 1px;
	background-color: #747474;
}
.home-page-sign-up-section-text-3 {
	max-width: 600px;
	margin: 14px auto 0 auto;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
@media (max-width: 700px) {
	.home-page-sign-up-section-form {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-page-sign-up-section-name-field,
	.home-page-sign-up-section-email-field {
		display: block;
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
	}
}
/* END OF: Home Page > Sign-up Section */

/* Home Page > Footer Section */
.home-page-footer-section {
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	padding: 0 0 10px 0;
}
.home-page-footer-section-logo {
	display: inline-block;
	vertical-align: top;
	width: 172px;
	height: 24px;
	background: url('../images/footer-section-logo.svg') no-repeat 0 0;
	background-size: 100%;
	margin: 12px 8px 2px 8px;
}
.home-page-footer-section-buttons {
	display: inline-block;
	vertical-align: top;
	margin-top: 16px;
}
.home-page-footer-section-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 4px 22px 4px 22px;
	color: #231f20;
	font-weight: bold;
	cursor: pointer;
}
.home-page-footer-section-button:hover {
	text-decoration: underline;
}
.home-page-footer-section-button:active {
	top: 1px;
}
/* END OF: Home Page > Footer Section */

/* Home Page > Copyright Section */
.home-page-copyright-section {
	padding: 15px 16px 15px 16px;
	font-size: 12px;
}
/* END OF: Home Page > Copyright Section */

/* Home Page > Sign Up Box */
.home-page-sign-up-box-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	background: rgba(255, 255, 255, 0.4);
}
.home-page-sign-up-box-scroll-box {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 102;
	overflow-y: auto;
}
.home-page-sign-up-box-animating .home-page-sign-up-box-scroll-box {
	overflow: hidden !important;
}
.home-page-sign-up-box-frame {
	position: absolute;
	width: 734px;
	max-width: 100%;
	z-index: 102;
	padding: 16px;
}
.home-page-sign-up-box-frame-background {
	position: absolute;
	left: 16px;
	top: 16px;
	right: 16px;
	bottom: 16px;
	background-color: #ffffff;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.home-page-sign-up-box-border-1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #9f9e9e;
}
.home-page-sign-up-box-border-2 {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid #2e2e2f;
}
.home-page-sign-up-box-border-3 {
	position: absolute;
	left: 18px;
	top: 18px;
	right: 18px;
	bottom: 18px;
	border: 1px solid #a8a8a9;
}
.home-page-sign-up-box-frame-content {
	position: relative;
	padding: 34px 36px 60px 36px;
	overflow: hidden;
}
.home-page-sign-up-box-close-button {
	position: absolute;
	right: 19px;
	top: 19px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s linear;
}
.home-page-sign-up-box-close-button:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url('../images/close-button.svg');
	background-size: 24px;
	margin-left: -12px;
	margin-top: -12px;
}
.home-page-sign-up-box-close-button:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url('../images/close-button-hover.svg');
	background-size: 24px;
	margin-left: -12px;
	margin-top: -12px;
	opacity: 0;
	transition: opacity 0.1s linear;
}
.home-page-sign-up-box-close-button:hover {
	background-color: #575758;
}
.home-page-sign-up-box-close-button:hover:after {
	opacity: 1;
}
.home-page-sign-up-box-logo {
	display: inline-block;
	width: 165px;
	max-width: 100%;
}
.home-page-sign-up-box-logo-title {
	font-family: 'perpetua-titling';
	font-size: 20px;
	letter-spacing: 5px;
}
.home-page-sign-up-box-title {
	margin-top: 4px;
	font-family: 'perpetua-titling';
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.home-page-sign-up-box-comment {
	font-family: 'courier-new';
	font-size: 17px;
	font-weight: bold;
}
.home-page-sign-up-box-text {
	margin: 18px auto 0 auto;
	max-width: 465px;
	font-family: 'courier-new';
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.home-page-sign-up-box-form {
	margin-top: 19px;
}
.home-page-sign-up-box-name-field,
.home-page-sign-up-box-email-field {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 8px 0;
}
.home-page-sign-up-box-name-input-box,
.home-page-sign-up-box-email-input-box {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 22px;
	border: 2px solid #575758;
	padding: 0 14px;
	font-family: 'courier-new';
	font-size: 14px;
	border-radius: 2px;
	outline: none;
}
.home-page-sign-up-box-name-field {
	width: 155px;
}
.home-page-sign-up-box-email-field {
	width: 197px;
}
.home-page-sign-up-box-name-field.ui-with-validation-error .home-page-sign-up-box-name-input-box,
.home-page-sign-up-box-email-field.ui-with-validation-error .home-page-sign-up-box-email-input-box {
	box-shadow: 0 0 3px #941c1a;
	border-color: #be4b49;
}
.home-page-sign-up-box-submit-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 8px;
	min-height: 26px;
	padding: 4px 11px;
	color: #020000;
	background-color: #cfc1d6;
	font-size: 15px;
	cursor: pointer;
	transition: background-color 0.2s linear;
}
.home-page-sign-up-box-submit-button:hover {
	background-color: #c0afc8;
}
.home-page-sign-up-box-submit-button:active {
	top: 1px;
}
/*.home-page-sign-up-box-animate-in .home-page-sign-up-box-overlay {
	animation-name: ulp-zoomIn;
	animation-duration: 1s;
}
.home-page-sign-up-box-animate-out .home-page-sign-up-box-overlay {
	animation-name: ulp-zoomOut;
	animation-delay: 200ms;
	animation-duration: 1s;
}
.home-page-sign-up-box-animate-in .home-page-sign-up-box-frame-background {
	animation-name: ulp-fadeInDown;
	animation-duration: 1000ms;
	animation-delay: 0ms;
}
.home-page-sign-up-box-animate-out .home-page-sign-up-box-frame-background {
	animation-name: ulp-fadeOutDown;
	animation-delay: 0;
	animation-duration: 400ms;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-in .home-page-sign-up-box-logo {
	animation-name: ulp-fadeInUp;
	animation-duration: 1000ms;
	animation-delay: 0ms;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-out .home-page-sign-up-box-logo {
	animation-name: ulp-fadeOutDown;
	animation-duration: 300ms;
	animation-delay: 0ms;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-in .home-page-sign-up-box-title,
.home-page-sign-up-box-animate-in .home-page-sign-up-box-comment {
	animation-name: ulp-fadeInLeft;
	animation-duration: 600ms;
	animation-delay: 400ms;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-out .home-page-sign-up-box-title,
.home-page-sign-up-box-animate-out .home-page-sign-up-box-comment {
	animation-name: ulp-fadeOutLeft;
	animation-duration: 500ms;
	animation-delay: 0;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-in .home-page-sign-up-box-text {
	animation-name: ulp-fadeInRight;
	animation-duration: 600ms;
	animation-delay: 400ms;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-out .home-page-sign-up-box-text {
	animation-name: ulp-fadeOutRight;
	animation-duration: 500ms;
	animation-delay: 0;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-in .home-page-sign-up-box-form {
	animation-name: ulp-fadeInDown;
	animation-duration: 200ms;
	animation-delay: 800ms;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-out .home-page-sign-up-box-form {
	animation-name: ulp-fadeOutUp;
	animation-duration: 200ms;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-in .home-page-sign-up-box-close-button {
	animation-name: ulp-fadeInDown;
	animation-duration: 800ms;
	animation-delay: 1000ms;
	animation-fill-mode: both;
}
.home-page-sign-up-box-animate-out .home-page-sign-up-box-close-button {
	animation-name: ulp-fadeOut;
	animation-duration: 200ms;
	animation-fill-mode: both;
}*/
@media (max-width: 700px) {
	.home-page-sign-up-box-form {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-page-sign-up-box-name-field,
	.home-page-sign-up-box-email-field {
		display: block;
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
	}
}
/* END OF: Home Page > Sign Up Box */

/* Home Page > Thank You Message Box */
.home-page-thank-you-message-box-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	background: rgba(255, 255, 255, 0.4);
}
.home-page-thank-you-message-box-scroll-box {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 102;
	overflow-y: auto;
}
.home-page-thank-you-message-box-animating .home-page-thank-you-message-box-scroll-box {
	overflow: hidden !important;
}
.home-page-thank-you-message-box-frame {
	position: absolute;
	width: 850px;
	max-width: 100%;
	z-index: 102;
	padding: 16px;
}
.home-page-thank-you-message-box-background {
	position: absolute;
	left: 16px;
	top: 16px;
	right: 16px;
	bottom: 16px;
	background-color: #ffffff;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.home-page-thank-you-message-box-border-1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #9f9e9e;
}
.home-page-thank-you-message-box-border-2 {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid #2e2e2f;
}
.home-page-thank-you-message-box-border-3 {
	position: absolute;
	left: 18px;
	top: 18px;
	right: 18px;
	bottom: 18px;
	border: 1px solid #a8a8a9;
}
.home-page-thank-you-message-box-content {
	position: relative;
	padding: 60px 36px 60px 36px;
}
.home-page-thank-you-message-box-close-button {
	position: absolute;
	right: 19px;
	top: 19px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s linear;
}
.home-page-thank-you-message-box-close-button:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url('../images/close-button.svg');
	background-size: 24px;
	margin-left: -12px;
	margin-top: -12px;
}
.home-page-thank-you-message-box-close-button:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url('../images/close-button-hover.svg');
	background-size: 24px;
	margin-left: -12px;
	margin-top: -12px;
	opacity: 0;
	transition: opacity 0.1s linear;
}
.home-page-thank-you-message-box-close-button:hover {
	background-color: #575758;
}
.home-page-thank-you-message-box-close-button:hover:after {
	opacity: 1;
}
.home-page-thank-you-message-box-title {
	font-family: 'perpetua-titling';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}
.home-page-thank-you-message-box-dots:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('../images/dots.svg') no-repeat 0 0;
	background-size: 24px;
	margin-top: 3px;
}
.home-page-thank-you-message-box-logo {
	display: inline-block;
	width: 121px;
	max-width: 100%;
	margin-top: 10px;
}
.home-page-thank-you-message-box-thank-you-text {
	font-family: 'perpetua-titling';
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.home-page-thank-you-message-box-thank-you-comment {
	font-family: 'courier-new';
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}
.home-page-thank-you-message-box-text {
	font-family: 'courier-new';
	font-size: 14px;
	font-weight: bold;
	margin-top: 24px;
	line-height: 20px;
}
.home-page-thank-you-message-box-info-button {
	display: inline-block;
	position: relative;
	font-family: 'courier-new';
	font-size: 13px;
	font-weight: bold;
	padding: 8px 21px;
	background-color: #ece8ed;
	margin-top: 12px;
	cursor: pointer;
	transition: background-color 0.2s linear;
	pointer-events: none;
}
.home-page-thank-you-message-box-info-button:hover {
	background-color: #e0d6e2;
}
.home-page-thank-you-message-box-info-button:active {
	top: 1px;
}
.home-page-thank-you-message-box-bottom-text {
	font-family: 'courier-new';
	font-size: 12px;
	font-weight: bold;
	border-top: 2px solid #afafaf;
	margin-top: 20px;
	padding-top: 14px;
	line-height: 18px;
}
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-overlay {
	animation-name: ulp-zoomIn;
	animation-duration: 1s;
}
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-overlay {
	animation-name: ulp-zoomOut;
	animation-delay: 200ms;
	animation-duration: 1s;
}
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-background {
	animation-name: ulp-fadeInDown;
	animation-duration: 400ms;
	animation-delay: 0ms;
}
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-background {
	animation-name: ulp-fadeOutDown;
	animation-delay: 0;
	animation-duration: 400ms;
	animation-fill-mode: both;
}
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-title,
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-dots,
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-logo,
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-thank-you-text,
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-thank-you-comment {
	animation-name: ulp-fadeInUp;
	animation-duration: 500ms;
	animation-delay: 100ms;
	animation-fill-mode: both;
}
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-title,
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-dots,
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-logo,
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-thank-you-text,
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-thank-you-comment {
	animation-name: ulp-fadeOutDown;
	animation-duration: 300ms;
	animation-delay: 0ms;
	animation-fill-mode: both;
}
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-text,
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-info-button {
	animation-name: ulp-fadeInLeft;
	animation-duration: 400ms;
	animation-delay: 400ms;
	animation-fill-mode: both;
}
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-text,
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-info-button {
	animation-name: ulp-fadeOutRight;
	animation-duration: 300ms;
	animation-delay: 0ms;
	animation-fill-mode: both;
}
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-bottom-text {
	animation-name: ulp-fadeInUp;
	animation-duration: 500ms;
	animation-delay: 800ms;
	animation-fill-mode: both;
}
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-bottom-text {
	animation-name: ulp-fadeOutDown;
	animation-duration: 300ms;
	animation-delay: 0ms;
	animation-fill-mode: both;
}
.home-page-thank-you-message-box-animate-in .home-page-thank-you-message-box-close-button {
	animation-name: ulp-fadeInDown;
	animation-duration: 800ms;
	animation-delay: 1000ms;
	animation-fill-mode: both;
}
.home-page-thank-you-message-box-animate-out .home-page-thank-you-message-box-close-button {
	animation-name: ulp-fadeOut;
	animation-duration: 200ms;
	animation-fill-mode: both;
}
/* END OF: Home Page > Thank You Message Box */

/*======================================================================================================================
	END OF: Home Page
======================================================================================================================*/