html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

html {
	height: 100%;
}

body {
	position: relative;
	margin: 0 auto;
	padding: 0 0 32px;
	max-width: 768px;
	min-width: 320px;
	font-family: 'Red Hat Display', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	background: #3a271a;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

h1 span {
	display: block;
	font-size: 2em;
	font-weight: 400;
}

h1 span.highlight {
	font-size: 3.8em;
	font-weight: 900;
}

h2 {
	display: block;
	margin-bottom: 24px;
	font-size: 2em;
	font-weight: 900;
	color: #fff;
	text-align: center;
}

.titlemsg {
	display: block;
	margin: 0 0 32px;
	font-size: 1.25em;
	text-align: center;
	color: rgba(255,255,255,0.5);
}

strong {
	font-weight: 900;
}

ul {
	padding: 0 24px;
	font-size: 1em;
}

ul li {
	list-style-type: disc;
	margin-top: 5px;
}

.mt16 { margin-top: 16px;}
.mb16 { margin-bottom: 16px;}

.pgheader {
	margin: 0 auto;
	max-width: 680px;
}

.logo {
	display: flex;
	justify-content: center;
	margin: 32px auto;
	width: 100%;
	max-width: 188px;
}

.features {
	display: flex;
	justify-content: center;
	margin: 24px auto;
	width: 88%;
	max-width: 88%;
}

.message {
	padding: 16px;
	text-align: center;
	background: #fff;
}

.message .rejectico {
	display: block;
	margin: 32px auto 0;
	font-size: 7em;	
	line-height: 100%;
}

.message h2 {
	color: #082526;
	margin: 32px auto 16px;
}

.message p {
	color: #082526;
	font-size: 1.25em;
	margin: 0 0 32px;
}

.copyright {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 200%;
	color: #fff;
}

span.warning {
	display: block;
	margin: 32px 0;
	padding: 32px 0 0;
	font-size: 1.6em;
	line-height: 100%;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.applicationform {
	margin: 0 auto;
	width: 90%;
	border-radius: 24px;
}

.applicationform label {
	padding: 16px 16px 8px;
	font-size: 1.5em;
	font-weight: 800;
	color: #c0a16f;
	width: 100%;
	background: #131013;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

input[type=text],
input[type=number],
input[type=tel] {
	width: 100%;
	padding: 8px 16px 16px;
    color: #fef0d0;
	font-size: 1.5em;
	font-weight: 900;
	background: #131013;
	border: 0;
    border-radius: 0;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.phone-container {
	position: relative;
}

span.dcode {
	position: absolute;
	top: 52px;
	left: 16px;
    color: #fef0d0;
	font-size: 1.5em;
	font-weight: 900;
}

input[type=tel] {
	padding: 8px 16px 16px 50px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus {
    color: #fef0d0;
	border: 0;
	box-shadow: none !important;
	outline: none;
}

.amountslider {
	background: #131013;
	padding: 0 16px;
}

.applytips {
	width: 90%;
	margin: 32px auto 0;
	color: #fff;
}

.applytips h4 {
	margin-bottom: 8px;
	color: #fffeee;
	font-size: 1.25em;
	font-weight: 900;
}

/********** Range Input Styles **********/
/*Range Reset*/
input[type="range"] {
	display: flex;
   -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
	height: 68px;
}

span.loan-currency {
	display: block;
	margin: 0 auto;
	padding: 0 0 16px;
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
	background: #131013;
	color: #fef0d0;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.reloanmsg {
	display: block;
	margin-top: 16px;
}

.slider-output {
	font-size: 1.75em;
	font-weight: 900;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
   background-color: #4b4341;
   border-radius: 0.5rem;
   height: 0.5rem;  
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
   appearance: none;
   margin-top: -12px; /* Centers thumb on the track */

   /*custom styles*/
   background-color: #fef0d0;
   height: 2rem;
   width: 1rem;
	border-radius: 50px;
}

input[type="range"]:focus::-webkit-slider-thumb {   
  border: 1px solid rgba(0,0,0,0);
  outline: 3px solid rgba(0,0,0,0);
  outline-offset: 0.125rem; 
}

/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
   background-color: #4b4341;
   border-radius: 0.5rem;
   height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
    border: none; /*Removes extra border that FF applies*/

    /*custom styles*/
    background-color: #fef0d0;
    height: 2rem;
    width: 1rem;
    border-radius: 50px;
}

input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #fff;
  outline: 3px solid #fff;
  outline-offset: 0.125rem; 
}

button {
	display: block;
	width: 90%;
	height: 68px;
	margin: 32px auto 0;
	text-align: center;
	text-decoration: none;
	background: #FDF0D2;
	background: -webkit-linear-gradient(295deg, rgba(253, 240, 210, 1) 0%, rgba(213, 167, 99, 1) 100%);
	background: -moz-linear-gradient(295deg, rgba(253, 240, 210, 1) 0%, rgba(213, 167, 99, 1) 100%);
	background: linear-gradient(295deg, rgba(253, 240, 210, 1) 0%, rgba(213, 167, 99, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FDF0D2", endColorstr="#D5A763", GradientType=0);
	border-radius: 15px;
}

button span {
	display: block;
	padding: 16px 0;
	font-size: 3em;
	color: #131013;
	font-weight: 900;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {box-shadow: 0 0 0 0px rgba(255, 254, 238, 0.5);}
  100% {box-shadow: 0 0 0 16px rgba(255, 254, 238, 0);}
}