@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css');
html {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color:#333333;
}

a:link {
  color:#333333;
}

a:visited {
  color:#333333;
}

a:hover {
  color:#34943d;
}

a:active {
  color:#333333;
}

.contentbox {
	padding: 0 50px;
	margin-top: 25px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	float: left;
	height: 75px;
}

.phone {
	float: right;
	font-size: 32px;
	position: relative;
	padding: 6px 0 0 75px;
	margin-top: 10px;
}

.phone img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
}

.footer {
	text-align: left;
	font-size: 13px;
}

.footer-links {
	text-align: left;
	font-size: 15px;
	margin: 20px 0;
}

.footer-links i::before {
	content: "|";
	font-style: normal;
}

.footer-seal {
	width: 90px;
}

.footer-text {
	text-align: justify;
}

.h1 {
	font-size: 28px;
	font-weight: 600;
	color: #34943d;
	text-align: center;
}

#amnt {
	font-size: 18px;
	color:#aaaaaa;
	margin: 25px 0;
	font-weight: bold;
}

.slider-min { float:left; color:#999999; font-size: 10px; padding-left: 22px; }
.slider-max { float:right; color:#999999; font-size: 10px; padding-right: 10px; }

#step1, #step2, #step3, #step4, #step5, #step6, #step7 {
	display: none;
}

#step1 table {
	width: 100%; 
	max-width: 650px;
}

.centerTable td {
	text-align: center;
	font-weight: normal;
	color: #666666;
}

.active-step {
	color: #34943d;
	font-weight: 600;
}

.mobileOnly {
	display: none;
}

.termsLink {
	color: #34943d;
	font-weight: 500;
	padding: 0 0 20px 0;
	cursor: pointer;
}

#termsPopup {
	display: none;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 13px;
	text-align: justify;
}

.popupContent {
	background-color: #FFFFFF;
	width: calc(100vw - 30px);
	max-width: 500px;
	height: auto;
	max-height: 75vh;
	overflow-y: auto;
	padding: 10px;
	left: 50%;
  	top: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	position: absolute;
}

#termsPopup button {
	float: right;
}

.titlePopup {
	float: left;
	position: relative;
	top: 0px;
	right: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.closePopup {
	float: right;
	cursor: pointer;
	background-color: #FFFFFF;
	position: relative;
	top: -5px;
	right: 0px;
	height: 20px; 
	width: 20px;
	border: 1px solid #eeeeee;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.btn { 
	background-color: #34943d;
	color: #ffffff;
	font-size: 24px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #34943d;
	border-radius: 15px;
	height: 45px;
	outline:none;
	cursor: pointer;
	position: relative;
	padding: 0 30px 0 30px;
}

.btn-small {
	font-size: 13px;
	height: 25px;
	border-radius: 10px;
}

.btn-left {
	padding: 0 30px 0 60px; 
}
.btn-left:after {
	content:'';
	width: 30px;
	height: 50px;
	position: absolute;
	left: 20px;
	top: -3px;
	background-image:url(images/arrow-left.png);
	background-position: center;
	background-repeat: no-repeat; 
}

.btn-right {
	padding: 0 60px 0 30px; 
}
.btn-right:after {
	content:'';
	width: 30px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: -3px;
	background-image:url(images/arrow-right.png);
	background-position: center;
	background-repeat: no-repeat; 
}

.btn-100 {
	width: calc(100vw - 30px);
	max-width: 530px;
	
}

.callNow {
	color: #34943d;
	font-size: 48px;
	margin: 40px 0 0 0;
	font-weight: 600;
}

.terms-text {
	text-align: center;
	width: calc(100vw - 30px);
	max-width: 530px;
	font-size: 13px;
}

.right-arrow {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	margin-left: 10px;
}

.left-arrow {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	margin-right: 10px;
}

#stateContinue { display: none; }

.inputText {
	display: block;
	height: 40px;
	border: 1px solid #34943d;
	border-radius: 15px;
	padding: 2px 15px;
	text-align: left;
	background-color: #fff;
 	background-image: none;
	outline: 0;
	font-size: 18px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	width: calc(100vw - 60px);
	max-width: 500px;
}
.inputText:focus {
	outline: 0;
}

.fieldError {
	border: 2px solid #bb0000 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaaaaa !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaaaaa !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaaaaa !important;
}

/* ADMIN PANEL */
.loginbox {
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	width: calc(100vw - 60px);
	max-width: 280px;
	height: auto;
	border: 1px dotted #cccccc;
	border-radius: 15px;
	text-align: center;
	padding: 15px;
}

.centerCenter {
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	width: calc(100vw - 60px);
	max-width: 950px;
	height: auto;
	text-align: center;
}

.adminHeader {
	float: right;
	font-size: 24px;
	position: relative;
	padding: 0;
	margin-top: 10px;
}

.adminHeader h3 {
	color: #34943d; 
	font-size: 15px;
	font-weight: normal;
	padding: 0; 
	margin: 0;
}

.adminHeader .fas, .adminHeader .far { cursor: pointer; }
.fa-home,
.fa-search,
.fa-calendar-alt,
.fa-cog { color: #aaaaaa; }
.active-fa { color:#34943d; }
.fa-sign-out-alt { color: #cc0000; }
.home-fa {
	float: left;
	width: 33%;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
}
.home-fa .fas, .home-fa .far {
	font-size: 220px;
}

.home-fa:hover, .home-fa:hover .fas, .home-fa:hover .far {
	color: #34943d;
}

.pagination {
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 5px;
}

.pagination-active { background-color:#dedede; }

@media (max-width: 768px) {
	.mobileOnly {
		display: inline-block;
	}
	
	.h1, .btn {
		font-size: 18px;
	}
	
	.contentbox {
		margin-top: 10px;
		padding: 0 10px;
	}
	
	.logo {
		height: 50px;
	}
	
	.phone {
		margin-top: 0px;
		padding: 0;
	}
	
	.phone img {
		position: static;
	}
	
	.phone span {
		display: none;
	}
	
	.footer {
		text-align: center;
	}
	
	.footer-links {
		text-align: center;
	}
	
	.footer-links i {
		display: block;
		height: 5px;
	}
	
	.footer-links i::before {
		content: "";
	}
	
	.footer-seal {
		position: relative;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto !important;
	}	
	.callNow {
		color: #34943d;
		font-size: 24px;
		margin: 30px 0 0 0;
	}
	
	.adminHeader {
		font-size: 18px;
		margin-top: 2px;
	}
	.adminHeader h3 {
		font-size: 13px;
	}
	
	.home-fa {
		font-size: calc(10px + 6 * ((100vw - 320px) / 680));
	}
	
	.home-fa .fas, .home-fa .far {
		font-size: calc(36px + 20 * ((100vw - 320px) / 100));
	}
}

/* DEBT SELECTOR - SLIDER */
input[type='range'] {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  padding: 0;
  width: 100%;
  height: 60px;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  height: 30px;
  border-radius: 12px;
  background: linear-gradient(#e9e9e9, #e9e9e9) content-box;
  border: 1px solid rgba(50,150,60,0.2);
}

.js input[type='range']::-webkit-slider-runnable-track {
  background: linear-gradient(#34943d, #34943d) no-repeat content-box, linear-gradient(#e9e9e9, #e9e9e9) content-box;
  background-size: 100% 100%;
}

input[type='range']::-moz-range-track {
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  height: 30px;
  border-radius: 12px;
  background: linear-gradient(#e9e9e9, #e9e9e9) content-box;
  border: 1px solid rgba(50,150,60,0.2);
}

input[type='range']::-ms-track {
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  height: 30px;
  border-radius: 12px;
  background: linear-gradient(#e9e9e9, #e9e9e93) content-box;
  border: 1px solid rgba(50,150,60,0.2);
  -webkit-appearance: none;
  appearance: none;
  color: transparent;
}

input[type='range']::-moz-range-progress {
  height: 30px;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(#34943d, #34943d) no-repeat content-box;
}

input[type='range']::-ms-fill-lower {
  border-radius: 12px 0 0 12px;
  background: linear-gradient(#34943d, #34943d) no-repeat content-box;
}

input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
  box-sizing: border-box;
  padding: 0px;
  width: 40px;
  height: 40px;
  cursor: ew-resize;
  background-image:url(images/CIRCLE.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0%;
  border: none;
}

input[type='range']::-moz-range-thumb {
  margin-top: -5px;
  box-sizing: border-box;
  padding: 0px;
  width: 40px;
  height: 40px;
  cursor: ew-resize;  
  background-image:url(images/CIRCLE-F.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0%;
  border: none;
}

input[type='range']::-ms-thumb {
  margin-top: -0px;
  box-sizing: border-box;
  border: 8px solid #696564;
  background-color: #ffffff;
  padding: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: ew-resize;
}

input[type='range']:focus {
  outline: none;
}
input[type=range]::-ms-tooltip {
    display: none;
}

/* STATE SELECT */
/*the container must be positioned relative:*/
.custom-select-1, .custom-select-2 {
  position: relative;
  font-size: 22px;
}

.custom-select-1 select, .custom-select-2 select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #34943d;
  border-radius: 15px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 2px;
  right: 10px;
  background-image:url(images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height:40px;
}

.select-arrow-active {
	border-radius: 10px 10px 0 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  background-image:url(images/arrow-up.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height:40px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  text-align: center;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #34943d;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 10px 10px;
  height: 350px;
  overflow-y: auto;
  overflow-x:hidden;
  font-size: 14px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div {
  text-align: left !important;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left !important;
}

/* LOADING ANIMATION */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34943d;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}