/*
Theme Name: KeepMoreCash
*/

/* --- LOADER --- */

.OffersArea.WithLoader {
	position: relative;
}
.WithLoader:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 100px;
	margin: 0 0 0 -40px;
	background-image: url('http://cdn.keepmore.cash/ui/loader-inf.gif');
	background-position: center;
	background-size: 200px;
	border-radius: 1000px;
	opacity: 0.30;
}

/* --- BRITE FORMS --- */

.briteverify-copyright {
	display: none !important;
}
.btip_logo {
	display: none !important;
}
.btip_content {
	border-left: 0 !important;
}
.briteverify-modal-footer p {
	margin: 0 !important;
	padding-bottom: 30px !important;
}

/* --- CMG --- */

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	/*color: #ada59c;*/
	color: #867f78;
	line-height: 1;
	-webkit-text-size-adjust: none;
	background-color: #fbf8f4;
	margin: 0;
	padding: 0;
	cursor: default;
}
h1, h2, h3, h4, h5 {
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	-moz-outline: none;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent;
	color: #ada59c;
	font-size: 17px;
	font-family: inherit;
	font-weight: 300;
	letter-spacing: .5px;
}
input[type=submit] {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0;
	cursor: pointer;
	padding: 10px 0;
}
::-webkit-input-placeholder {
	font-style: italic;
}
::-moz-placeholder {
	font-style: italic;
}
:-ms-input-placeholder {
	font-style: italic;
}
:-moz-placeholder {
	font-style: italic;
}
input:-webkit-autofill {
	background-color: #FFF !important;
	box-shadow: 0 0 0px 1000px white inset;
	-webkit-text-fill-color: #ada59c;
}
.ComingSoon {
	font-size: 18px;
	text-align: center;
	padding: 200px 30px;
}

/* --- HEADER --- */

.Header {
	position: relative;
	background-color: #fbf8f4;
}
.Header:before {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: url('http://cdn.keepmore.cash/ui/stitch-hor.png');
	background-repeat: repeat-x;
	background-position: center;
	background-size: 11px 4px;
}
.Header > .Hold {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
}
.Header .Glue {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
.Header .Glue > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.Header .Logo {
	width: 320px;
}
.Header .Logo a {
	display: block;
}
.Header .Logo img {
	display: block;
	width: 100%;
}

.Header.NoNav .Glue {
	display: block;
	width: auto;
}
.Header.NoNav .Glue > div {
	display: block;
}
.Header.NoNav .Logo {
	padding-bottom: 6px;
}

/* --- TOP NAV --- */

.TopNav {
	text-align: right;
}
.TopNav > ul {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 0;
	list-style: none;
}
.TopNav > ul > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 900;
	padding: 0 11px;
}
.TopNav > ul > li:first-child {
	padding-left: 0;
}
.TopNav > ul > li:last-child {
	padding-right: 0;
}
.TopNav > ul > li > a {
	display: block;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	letter-spacing: .4px;
}
.TopNav > ul > li.OnPage > a {
	color: #9abe70;
}
.TopNav > ul > li.Button > a {
	color: #FFF;
	background-color: #fe9138;
	border-radius: 4px;
	padding: 14px 20px;
}

/* --- MOBILE NAV --- */

.TopNav > ul > li.MobileNav {
	display: none;
	padding: 0;
	position: relative;
}
.TopNav > ul > li.MobileNav > a {
	display: block;
	height: 38px;
	width: 38px;
	background-color: #FFF;
	border: solid 1px #d9d3cb;
	border-radius: 4px;
	background-image: url('http://cdn.keepmore.cash/ui/icon-menu.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.TopNav > ul > li.MobileNav .DropNav {
	display: none;
}
.TopNav > ul > li.MobileNav.Active .DropNav {
	display: block;
	position: absolute;
	right: 0;
	background-color: #FFF;
	z-index: 100;
	width: 140px;
	border: solid 1px #d9d3cb;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.TopNav > ul > li.MobileNav.Active > a {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.TopNav > ul > li.MobileNav .DropNav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.TopNav > ul > li.MobileNav .DropNav > ul > li {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
.TopNav > ul > li.MobileNav .DropNav > ul > li > a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px;
	display: block;
	font-weight: 400;
	border-bottom: dashed 1px #eee;
}
.TopNav > ul > li.MobileNav .DropNav > ul > li:last-child > a {
	border: none;
}

/* --- HOME HERO AREA --- */

.Hero {
	background-color: #415657;
	background-image: url('http://cdn.keepmore.cash/ui/hero-backimg-01.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.Hero > .Hold {
	max-width: 1300px;
	margin: 0 auto;
	padding: 70px 0;
}
.Hero .Content {
	padding-left: 52%;
}
.Hero .Content .TopImage {
	max-width: 450px;
	margin: 0 auto -10px auto;
	z-index: 2;
	position: relative;
}
.Hero .Content .TopImage img {
	display: block;
	width: 100%;
}
.Hero .Title {
	font-size: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFF;
	line-height: 1.1;
	padding: 0 0 30px 0;
}
.Hero .Title span {
	display: block;
	text-align: left;
	font-size: 40px;
	letter-spacing: 1px;
}
.Hero .Title span:last-child {
	text-align: right;
}
.Hero .MobileImg {
	display: none;
	padding: 0 10px;
}
.Hero .MobileImg img {
	display: block;
	width: 100%;
}

.Hero.v2 .Content .TopImage {
	margin: 0 auto;
}

/* --- HERO FORM --- */

.Hero .FormArea {
	background-color: #fbf8f4;
	border-radius: 14px;
	padding: 20px;
}
.Hero .FormArea > .Hug {
	background-color: #fffdfa;
	padding: 50px 65px;
	border-radius: 4px;
	border: dashed 1px #ede6df;
}
.Hero .FormArea .FormTitle {
	font-size: 25px;
	color: #9abe70;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .5px;
}
.Hero .FormArea .FormSubTitle {
	text-transform: lowercase;
	font-size: 20px;
	text-align: center;
	padding: 5px 0 0 0;
}
.Hero .FormArea .LegalText {
	padding: 30px 0 0 0;
}
.Hero .FormArea .LegalText p {
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: .5px;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: justify;
	color: #ada59c;
}
.Hero .FormArea .LegalText p:last-child {
	padding: 0;
}
.Hero .FormArea .LegalText a {
	color: inherit;
}
.Hero .FormArea .Form {
	padding: 30px 0 0 0;
}
.Hero .FormArea .Form .Glue {
	display: table;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
.Hero .FormArea .Form .Glue .Cell {
	display: table-cell;
	vertical-align: middle;
	transition: border-color ease-in-out .2s;
	-webkit-transition: border-color ease-in-out .2s;
	-moz-transition: border-color ease-in-out .2s;
	-o-transition: border-color ease-in-out .2s;
}
.Hero .FormArea .Form .Glue .Cell:first-child {
	background-color: #FFF;
	border: solid 1px #DDD;
	border-right: none;
	padding: 10px 14px;
	border-radius: 4px 0 0 4px;
}
.Hero .FormArea .Form .Glue .Cell:last-child {
	background-color: #9abe70;
	border: solid 1px #9abe70;
	width: 100px;
	border-radius: 0 4px 4px 0;
}

.Hero .FormArea .Form .Glue .Cell.Focus {
	border-color: #4897C3;
}
.Hero .FormArea .Form .Glue .Cell.Error {
	border-color: #BD6768;
}


/* >>>>>>>>>>>>>>>>>> HERO V3 <<<<<<<<<<<<<<<<<< */


.Hero.v3 .Title,
.Main.v3 .Title {
	line-height: 1.2;
	padding: 0;
}
.Hero.v3 .Title span,
.Main.v3 .Title span {
	text-align: center !important;
	text-transform: none;
	font-size: 36px;
}
.Hero.v3 .SubTitle,
.Main.v3 .SubTitle {
	font-size: 28px;
	text-align: center;
	color: #FFF;
	line-height: 1.2;
	padding: 0 0 40px 0;
}
.Hero.v3 .FormArea .FormTitle {
	font-size: 22px;
}

/* --- OFFER AREA TITLES --- */

.FormTitleBlock {
	background-color: #503B58;
	color: #FFF;
	border-radius: 4px 4px 0 0;
	padding: 30px;
	line-height: 1.4;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 30px 0;
}
.FormArea.CondenseContent .FormTitleBlock {
	padding: 20px;
}
.FormTitleBlock.CenterUp {
	text-align: center;
}
.FormTitleBlock .TextSmall {
	font-size: 12px;
	text-align: justify;
	padding: 15px 0 0 0;
	line-height: 1.6;
}
.FormTitleBlock.NoSubTitle .TextSmall {
	padding-top: 0;
}
.FormTitleBlock a {
	color: inherit;
}
.FormTitleBlock .StatusImg {
	padding: 15px 10% 0 10%;
}
.FormTitleBlock .StatusImg img {
	display: block;
	width: 100%;
}
.StepList {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.StepList > li {
	display: block;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: left;
}
.StepList > li:last-child {
	padding-bottom: 0;
}
.FormTitleBlock.Smaller {
	font-size: 14px;
}


/* --- FOOTER --- */


.Footer {
	position: relative;
}
.Footer:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: url('http://cdn.keepmore.cash/ui/stitch-hor.png');
	background-repeat: repeat-x;
	background-position: center;
	background-size: 11px 4px;
}
.Footer > .Hold {
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.Footer .Legal {
	font-size: 11px;
	letter-spacing: .5px;
}
.Footer .Legal a {
	color: inherit;
	text-decoration: none;
}

/* --- ITEM LIST --- */
.Items {
	background-color: #a3a1a4;
	padding: 0 0 30px 0;
}
.Items .TitleArea {
	background-color: #3e353c;
	background-image: url('http://cdn.keepmore.cash/ui/title-area-backimg-2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.Items .TitleArea > .Hug {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 100px 0 150px 0;
}
.Items .TitleArea > .Hug:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 40px;
	top: -38px;
	right: 21%;
	background-image: url('http://cdn.keepmore.cash/ui/point-up-purple-2.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.Items .TitleArea .TitleText {
	font-size: 27px;
	color: #9abe70;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.Items .TitleArea .SubTitleText {
	font-size: 22px;
	color: #ada59c;
	text-transform: uppercase;
	padding: 8px 0 0 0;
}

.ItemList > ul {
	list-style: none;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}
.ItemList.RiseUp {
	margin: -50px auto 0 auto;
}
.ItemList > ul > li {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.ItemList > ul > li > .Hug {
	margin: 0 10px 20px 10px;
	box-shadow: 0 0 8px rgba(70,70,70,.1);
	border-radius: 10px;
	overflow: hidden;
}
.ItemList > ul > li .Image img {
	display: block;
	width: 100%;
}
.ItemList .Labels {
	background-color: #9abe70;
	font-size: 14px;
	color: rgba(255,255,255,.8);
	text-transform: uppercase;
	font-weight: 700;
}
.ItemList > ul > li.Coupon .Labels {
	background-color: #fe9138;
}
.ItemList > ul > li.GiftCard .Labels {
	background-color: #97809d;
}
.ItemList .Labels .Glue {
	display: table;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ItemList .Labels .Glue > .Cell {
	display: table-cell;
	text-align: center;
	padding: 18px;
	margin: 0;
}
.ItemList .Labels .Glue > .Cell.Highlight {
	background-color: rgba(0,0,0,.1);
	width: 1px;
	white-space: nowrap;
}

/* --- PROGRESS BAR --- */

.Progress {
	background-color: #443b49;
	background-image: url('http://cdn.keepmore.cash/ui/progress-backimg-02.jpg');
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center;
}
.Progress > .Hold {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 14px;
}
.Progress .Bar {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.Progress .Bar > ul {
	display: table-row;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.Progress .Bar > ul > li {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	color: #fbf8f4;
	padding: 23px 23px 23px 0;
}
.Progress .Bar > ul > li:last-child {
	text-align: right;
	padding-right: 0;
	width: 1px;
}
.Progress .Bar > ul > li > .Hug {
	white-space: nowrap;
}
.Progress .Bar > ul > li.Spacer > .Hug {
	width: 100px;
	background-image: url('http://cdn.keepmore.cash/ui/progress-spacer.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}
.Progress .Bar > ul > li > .Hug .Icon {
	width: 44px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 1000px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.Progress .Bar > ul > li > .Hug .Label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.Progress .Bar > ul > li.Step1 > .Hug .Icon {
	background-image: url('http://cdn.keepmore.cash/ui/progress-icon-step-1.jpg');
}
.Progress .Bar > ul > li.Step2 > .Hug .Icon {
	background-image: url('http://cdn.keepmore.cash/ui/progress-icon-step-2.jpg');
}
.Progress .Bar > ul > li.Step3 > .Hug .Icon {
	background-image: url('http://cdn.keepmore.cash/ui/progress-icon-step-3.jpg');
}
.Progress .Bar > ul > li.Step4 > .Hug .Icon {
	background-image: url('http://cdn.keepmore.cash/ui/progress-icon-step-4.jpg');
}
.Progress .Bar > ul > li.Done > .Hug .Icon {
	background-image: url('http://cdn.keepmore.cash/ui/progress-icon-done.jpg');
}
.Progress .Bar > ul > li.Done {
	color: #9abe70;
}

/* --- REGISTRATION PAGE --- */

.Main {
	background-color: #3b4c4d;
	position: relative;
}
.Main > .Hold {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}
.Main .Glue {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.Main .Glue > .Cell {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding: 70px 0;
	margin: 0;
	width: 50%;
	position: relative;
	z-index: 10;
}
.Main .Glue > .Cell.Mobile {
	display: none;
}
.Main .Glue > .Cell:first-child {
	padding-bottom: 20px;
}
.Main .Title {
	font-size: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFF;
	line-height: 1.1;
	padding: 0 0 60px 0;
	max-width: 600px;
	margin: 0 auto;
}
.Main .Title span {
	display: block;
	text-align: left;
	font-size: 40px;
	letter-spacing: 1px;
}
.Main .Title span:last-child {
	text-align: right;
}
.Main .Title span.Smaller {
	font-size: 32px;
}
.Main.Thanks .Title .SubThanks {
	font-size: 20px;
	padding: 20px 0 30px 0;
	line-height: 1.3;
	max-width: 500px;
	margin: 0 auto;
}
.Main .FormArea {
	background-color: #fbf8f4;
	border-radius: 14px;
	padding: 20px;
}
.Main .FormArea > .Hug {
	background-color: #fffdfa;
	padding: 0;
	border-radius: 4px;
	border: dashed 1px #ede6df;
}
.Main .FormArea .FormBanner {
	position: relative;
	max-width: 440px;
	margin: -64px auto 0 auto;
}
.Main .FormArea .FormBanner img {
	display: block;
	width: 100%;
}
.Main .FormArea .FormTitle {
	font-size: 20px;
	color: #7b7b7b;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px 40px 20px;
}
.Main .BonusImage {
	display: inline-block;
	max-width: 526px;
}
.Main .BonusImage img {
	display: block;
	width: 100%;
}
.Main:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 564px;
	width: 100%;
	background-color: rgba(255,255,255,.2);
	background-image: url('http://cdn.keepmore.cash/ui/hero-backimg-01.jpg');
	background-position: center -26px;
	background-repeat: no-repeat;
}
.Main .MobileImg {
	display: none;
}
.Main .MobileImg img {
	display: block;
	width: 100%;
}

/* OFFERS STUFF */

.Main.Offers .Glue > .Cell:first-child {
	width: 40%;
}
.Main.Offers .Glue > .Cell:last-child {
	width: 60%;
}
.Main.Offers .Title span {
	text-align: center;
}
.OffersArea {
	min-height: 590px;
	padding: 0 20px;
}
.OffersArea.NoMinHeight {
	min-height: auto;
}
.Main.Offers .Buttons {
	padding: 40px 20px;
}

/* --- THANK YOU PAGE --- */

.Main.Thanks:after {
	background-image: none;
}
.Main.Thanks .Glue > .Cell {
	width: 100%;
	padding-bottom: 50px !important;
}
.Main.Thanks .Title {
	max-width: 800px;
}
.Main.Thanks .Title span {
	text-align: center;
}
.Main.Thanks .OffersArea {
	min-height: 0;
}
.Main.Thanks .Buttons {
	padding: 20px 0 60px 0;
}
.OffersList {
	padding: 20px 0 0 0;
	max-width: 1000px;
	margin: 0 auto;
}
.OffersList ul {
	display: block;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
}
.OffersList ul > li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.OffersList ul > li > .Hug {
	padding: 0 10px 20px 10px;
}
.OffersList ul > li .Image {
	border-radius: 4px;
	overflow: hidden;
	border: solid 1px #e8e8e8;
}
.OffersList ul > li .Image a {
	display: block;
	min-height: 150px;
	background-color: #EEE;
	background-image: url('http://cdn.keepmore.cash/ui/ad-block-backimg-02.png');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}
.OffersList ul > li .Image a img {
	display: block;
	width: 100%;
}
.OffersList ul > li .Image a .Placeholder {
	background-color: #EEE;
	height: 200px;
}
.OrBreak {
	padding: 30px 0;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.OrBreak:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background-color: #e3dfdb;
}
.OrBreak .Label {
	background-color: #fffdfa;
	display: inline-block;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.BonusOffers > ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	list-style: none;
}
.BonusOffers > ul > li {
	display: inline-block;
	vertical-align: top;
	max-width: 250px;
	margin: 0;
	padding: 0;
}
.BonusOffers > ul > li > .Hug {
	padding: 0 10px 20px 10px;
}
.BonusOffers > ul > li .Label {
	font-size: 16px;
	line-height: 1.3;
	padding: 0 0 10px 0;
	font-weight: 400;
}
.BonusOffers > ul > li .Label a {
	color: cornflowerblue;
}
.BonusOffers > ul > li .Image a {
	display: block;
}
.BonusOffers > ul > li .Image img {
	display: block;
	width: 100%;
}
.ThanksOffers {
	padding: 40px 0 0 0;
}
.ThanksOffers .TrkPix {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.ThanksOffers > ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.ThanksOffers > ul > li {
	display: inline-block;
	vertical-align: top;
	max-width: 320px;
	font-size: 15px;
	position: relative;
}
.ThanksOffers > ul > li > .Hug {
	padding: 0 20px 40px 20px;
}
.ThanksOffers a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.ThanksOffers img {
	display: block;
	width: 100%;
}
.ThanksOffers .MainTitle {
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	padding: 0 0 20px 0;
}
.ThanksOffers .OfferTitle {
	line-height: 1.2;
	min-height: 38px;
}
.ThanksOffers .Image {
	min-height: 210px;
}
.ThanksOffers.v2 > ul {
	margin: 0 auto;
	max-width: 900px;
	padding: 0 0 50px 0;
}
.ThanksOffers.v2 > ul > li {
	width: 100%;
}
.ThanksOffers.v2 > ul > li.FullWidth {
	max-width: 640px;
	width: 100%;
}
.ThanksOffers.v2 > ul > li > .Hug {
	background-color: #f9f9f9;
	border-radius: 6px;
	margin: 10px;
	padding: 20px;
	border: solid 1px #EEE;
}
.ThanksOffers.v2 .Buttons {
	padding: 0;
}
.ClaimDesc {
	padding: 30px 0 15px 0;
}
.ClaimDesc .MainText {
	font-size: 18px;
	padding: 0 0 15px 0;
	font-weight: 500;
	line-height: 1.2;
}
.ClaimDesc .Steps {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}
.ClaimDesc .Steps .Step {
	padding: 5px 0;
}
.Main.Thanks.CustomOffer01 .OffersArea {
	max-width: 1200px;
	text-align: center;
}

.AltTopTitle {
	padding: 20px 0 0 0;
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
}
.AltSubTitle {
	font-weight: 400;
	font-size: 19px;
	line-height: 1.4;
	padding: 5px 0 10px 0;
}

/* --- BUTTONS --- */

.Buttons > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
}
.Buttons > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 6px;
}
.Buttons > ul > li > a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #999;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	padding: 16px 30px;
	font-size: 14px;
	font-weight: 700;
	min-width: 120px;
}
.Buttons > ul > li.Highlight > a {
	background-color: #eaac34;
}
.Buttons > ul > li > button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #eaac34;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	padding: 16px 30px;
	font-size: 14px;
	font-weight: 700;
	min-width: 180px;
	border: none;
	line-height: 1;
	cursor: pointer;
	font-family: inherit;
}
.Buttons > ul > li > a > span.LinkInfo {
	font-size: 9px;
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
}

/* VERTICAL STACK */

.Buttons.VertStack > ul > li {
	display: block;
}
.Buttons.VertStack > ul > li > a {
	display: inline-block;
}
.Buttons.VertStack > ul > li.TextOnly > a {
	background-color: transparent;
	color: #aaa;
	text-transform: lowercase;
	font-weight: 400;
	font-size: 12px;
	padding: 10px;
}

/* --- FULL FORM --- */

.FullForm input {
	font-size: 14px;
}
.FullForm input[disabled] {
	color: #666;
}
.FullForm input[type=submit] {
	display: inline-block;
	background-color: #eaac34;
	width: auto;
	padding: 16px 30px;
	border-radius: 4px;
	min-width: 200px;
}
.FullForm select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
	font-family: inherit;
	font-weight: 300;
	color: #ada59c;
	padding: 10px 26px 10px 10px;
	border-radius: 4px;
	border: solid 1px #e5dfd9;
	margin: 0;
	width: 100%;
	background-color: #FFF;
	background-image: url('http://cdn.keepmore.cash/ui/drop-down-icon-down-right.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 22px 5px;
	outline: none;
	cursor: pointer;
	transition: border-color ease-in-out .2s;
	-webkit-transition: border-color ease-in-out .2s;
	-moz-transition: border-color ease-in-out .2s;
	-o-transition: border-color ease-in-out .2s;
}

.FullForm {
	font-size: 0;
	text-align: left;
}
.FullForm .FieldArea {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 20px 50px 20px;
}
.FullForm.NoPad .FieldArea {
	padding: 0;
	margin: 0 -10px;
}

.FullForm .Cell {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 12px;
}
.FullForm .Cell.FullWidth {
	width: 100%;
}
.FullForm .Cell.Break {
	width: 100%;
	height: 24px;
}
.FullForm .Cell > .Hug {
	padding: 0 10px 20px 10px;
}
.FullForm .Cell .Label {
	padding: 0 11px 6px 11px;
	text-transform: lowercase;
}
.FullForm .Cell .Field {
	background-color: #FFF;
	border: solid 1px #e5dfd9;
	border-radius: 4px;
	padding: 10px;
	transition: border-color ease-in-out .2s;
	-webkit-transition: border-color ease-in-out .2s;
	-moz-transition: border-color ease-in-out .2s;
	-o-transition: border-color ease-in-out .2s;
}
.FullForm .Cell .Field.Disabled {
	background-color: #faf5ea;
}
.FullForm .Cell .Field.DropDown {
	padding: 0;
	border: none;
	background-color: transparent;
}

.FullForm .Cell .Inputs.ThreeAcross {
	font-size: 0;
	border: solid 1px #e5dfd9;
	border-radius: 4px;
	background-color: #FFF;
	padding: 10px;
	transition: border-color ease-in-out .2s;
	-webkit-transition: border-color ease-in-out .2s;
	-moz-transition: border-color ease-in-out .2s;
	-o-transition: border-color ease-in-out .2s;
}
.FullForm .Cell .Inputs.ThreeAcross .Field {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	position: relative;
}
.FullForm .Cell .Inputs.ThreeAcross .Field:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #e5dfd9;
	right: 10px;
	top: 0;
}
.FullForm .Cell .Inputs.ThreeAcross .Field:last-child:after {
	display: none;
}
.FullForm .Cell .Inputs.ThreeAcross .Field.DropDown:after {
	opacity: 0;
	background-color: #4897C3;
	right: -1px;
	z-index: 2;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}
.FullForm .Cell .Inputs.ThreeAcross .Field.DropDown.Focus:after {
	opacity: 1;
}
.FullForm .Cell .Inputs.ThreeAcross .Field.DropDown.Error:after {
	opacity: 1;
	background-color: #BD6768;
}
.FullForm .Cell .Inputs.ThreeAcross.DropDowns {
	padding: 0;
	border: none;
	background-color: transparent;
	border-radius: 0;
}
.FullForm .Cell .Inputs.ThreeAcross select {
	border-right-width: 0;
	border-radius: 0;
}
.FullForm .Cell .Inputs.ThreeAcross .Field:first-child select {
	border-radius: 4px 0 0 4px;
}
.FullForm .Cell .Inputs.ThreeAcross .Field:last-child select {
	border-radius: 0 4px 4px 0;
	border-right-width: 1px;
}
.FullForm .SubmitArea {
	background-color: #f8f4ef;
	border-top: dashed 1px #ede6df;
}
.FullForm .SubmitArea > .Hug {
	max-width: 480px;
	padding: 0 20px 35px 20px;
	margin: 0 auto;
}
.FullForm .SubmitArea .Submit {
	text-align: center;
	position: relative;
	margin-top: -25px;
	padding-bottom: 25px;
}
.FullForm .SubmitArea .Legal {
	font-size: 11px;
	line-height: 1.4;
	text-align: justify;
	/*color: #c5bfb7;*/
	color: #9e9993;
}
.FullForm .SubmitArea .Legal a {
	color: inherit;
}

.FullForm .Cell .Field.Focus,
.FullForm .Cell .Field.DropDown.Focus select,
.FullForm .Cell .Inputs.ThreeAcross.Focus {
	border-color: #4897C3;
}
.FullForm .Cell .Field.Error,
.FullForm .Cell .Field.DropDown.Error select,
.FullForm .Cell .Inputs.ThreeAcross.Error {
	border-color: #BD6768;
}
.FullForm .Cell .Field.DropDown.Error select {
	position: relative;
	z-index: 10;
}
.FullForm .Cell.LegalText {
	width: 100%;
	padding-top: 15px;
}
.FullForm .Cell.LegalText p {
	margin: 0;
	padding: 0 5px;
	line-height: 1.4;
	font-size: 11px;
	text-align: justify;
	color: #b5b5b5;
}
.FullForm .Cell.LegalText a {
	color: #2D839E;
	text-decoration: none;
}
.FullForm .Cell.Checkbox {
	width: 100% !important;
}
.FullForm .Cell.Checkbox > .Hug {
	padding: 10px 10px 20px 10px;
}
.FullForm .Cell.Checkbox .Field {
	display: table;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
}
.FullForm .Cell.Checkbox .Field > div {
	display: table-cell;
	vertical-align: middle;
}
.FullForm .Cell.Checkbox .Field .CheckText {
	font-size: 11px;
	line-height: 1.2;
}
.FullForm .Cell.Checkbox .Field .CheckText .MainText {
	font-weight: 700;
	display: block;
	font-size: 13px;
	transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.FullForm .Cell.Checkbox .Field.Error .CheckText .MainText {
	color: #CD292B;
}
.FullForm .Cell.Checkbox .Field .CheckArea {
	width: 42px;
}
.FullForm .Cell.Checkbox input[type=checkbox] {
	appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: solid 1px #DDD;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 100px center;
    background-size: 16px;
    background-image: url('http://img.covalentmg.com/site-2017/checkbox-check-green.png');
	background-color: #FFF;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.FullForm .Cell.Checkbox .Field.Error input[type=checkbox] {
	border-color: #CD292B;
}
.FullForm .Cell.Checkbox input[type=checkbox]:checked {
    border-color: #a3cb83 !important;
    background-position: center;
}

.FullForm.HomePage {
	padding: 30px 0 0 0;
}
.FullForm.HomePage .Cell:nth-child(1) {
	width: 60%;
}
.FullForm.HomePage .Cell:nth-child(2) {
	width: 40%;
}
.FullForm.HomePage .SubmitArea {
	background-color: transparent;
	border: none;
}
.FullForm.HomePage .SubmitArea > .Hug {
	padding: 0;
}
.FullForm.HomePage .SubmitArea .Submit {
	margin: 0;
	padding: 20px 0 0 0;
}
.FullForm.HomePage .SubmitArea .Legal {
	padding: 20px 0 0 0;
}
.FullForm.HomePage .SubmitArea .Legal span {
	display: block;
	padding: 10px 0 0 0;
}

.FullForm .Cell.TCPA {
	width: 100%;
}
.FullForm .Cell.TCPA > .Hug {
	display: table;
	margin: 0 auto;
	padding: 0;
	border: none;
	width: 97%;
	table-layout: fixed;
}
.FullForm .Cell.TCPA > .Hug > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
	margin: 0;
	padding: 20px;
	background-color: #ECF5E2;
	border: solid 1px #DAE7CC;
}
.FullForm .Cell.TCPA > .Hug > div:first-child {
	border-radius: 6px 0 0 6px;
	border-right: none;
	background-color: #C0D1AE;
	border-color: #C0D1AE;
}
.FullForm .Cell.TCPA > .Hug > div:last-child {
	border-radius: 0 6px 6px 0;
}
.FullForm .Cell.TCPA .TCPAText {
	text-align: left;
	line-height: 1.4;
	color: #A5B397;
}
.FullForm .Cell.TCPA input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: solid 1px #C0D1AE;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: 100px center;
	background-size: 16px;
	background-image: url('http://img.covalentmg.com/site-2017/checkbox-check-green.png');
	background-color: #FFF;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.FullForm .Cell.TCPA input[type=checkbox]:checked {
	border-color: #6F7E61 !important;
	background-position: center;
}
.FullForm .Cell.TCPA label {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
	color: #6F7E61;
}

/* FULL FORM - CONDENSE */

.FullForm.Condense .Cell.Break {
	display: none;
}
.FullForm.Condense .Cell.FullWidth {
	width: 50%;
}
.FullForm.Condense .Cell > .Hug {
	padding: 0 10px 12px 10px;
}
.FullForm.Condense .Cell.Checkbox > .Hug {
	padding-top: 10px;
}

/* --- ALL TEXT PAGES --- */

.PageHead {
	background-color: #444;
}
.PageHead > .Hold {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 20px;
	color: #ada59c;
}
.PageHead h1 {
	font-size: 27px;
	text-transform: uppercase;
}
.PageHead h2 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 6px 0 0 0;
}
.AllText {
	max-width: 1300px;
	margin: 0 auto;
}
.AllText > .Hold {
	padding: 30px;
}
.AllText h3 {
	font-size: 20px;
	font-weight: 400;
}
.AllText h4 {
	font-weight: 400;
}
.AllText p, .AllText li {
	line-height: 1.5;
	font-size: 14px;
}
.AllText .TextSec {
	padding: 0 0 30px 0;
}
.AllText ul {
	list-style: disc;
	margin: 0 0 0 16px;
}
.AllText li {
	padding: 10px 0;
}
.AllText .AlphaList .Cell {
	padding: 0 0 20px 0;
}
.AllText .AlphaList .Cell > .Hug {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
.AllText .AlphaList .Cell > .Hug > div {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 10px;
	line-height: 1.5;
}
.AllText .AlphaList .Cell > .Hug > div.Label {
	width: 20px;
	border-right: solid 1px #DDD;
	font-weight: 400;
	padding-left: 0;
}

/* --- OFFERS STUFF --- */

.OffersArea {
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
}
.OffersArea .iff-roleup {
	background-color: transparent !important;
}
.OffersArea .iff-optin {
	margin-right: 0;
}
.OffersArea .iff-title {
	line-height: 1.4;
}
.OffersArea .iff-campaign-container {
	padding: 15px 0 !important;
}
.OffersArea input[type="radio"] {
	appearance: radio;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	display: inline-block;
	width: auto;
}
.OffersArea input[type="checkbox"] {
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	display: inline-block;
}
#oi_main_div .oiInputBox input {
	margin: 0 5px 5px 0 !important;
}
#oi_main_div .oiIntro {
	font-size: 13px;
}
div#TmgOffers.TmgOffersArea {
	width: auto !important;
}
#iff-campaigns {
	max-width: 100% !important;
}
.iff-select {
	padding: 2px !important;
	width: 200px !important;
}
.iff-input-cb, .cqtable input[type=checkbox] {
	display: inline-block !important;
	vertical-align: middle;
	width: 25px !important;
	height: 20px !important;
}

.OffersArea .CMG_Coin a {
	display: block;
	margin: 0 0 30px 0;
}
.OffersArea .CMG_Coin a img {
	display: block;
	width: 100%;
}

#PD_SubmitButton {
	display: inline-block;
	margin: 30px 0;
	background-color: #eaac34;
	border-color: #eaac34;
	padding: 12px;
}

/* --- ALL CODE PAGES --- */

iframe.FullPage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --- CUSTOM OFFER 01 --- */

.Main.CustomOffer01:after {
	display: none;
}
.Main.CustomOffer01 .Glue > .Cell {
	vertical-align: top;
}
.Main.CustomOffer01 .Cell.Left .Content {
	padding: 0 10% 0 0;
}
.Main.CustomOffer01 .Cell.Left .TitleArea {
	padding: 0 0 30px 0;
}
.Main.CustomOffer01 .Cell.Left .TitleArea h1 {
	font-size: 30px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}
.Main.CustomOffer01 .Cell.Left .Image img {
	display: block;
	width: 100%;
}
.Main.CustomOffer01 .Cell.Left .UnderImgText {
	font-size: 22px;
	font-style: italic;
	font-weight: 700;
	padding: 30px 0 0 0;
	color: #FFF;
}
.Main.CustomOffer01 .Cell.Left .DescText {
	font-size: 18px;
	font-weight: 400;
	padding: 10px 0 0 0;
}
.Main.CustomOffer01 .FormArea .FormTitle {
	padding: 40px 20px;
	line-height: 1.2;
}
.Main.Offers.CustomOffer01 .Glue > .Cell:first-child {
	width: 490px;
}
.Main.Offers.CustomOffer01 .Glue > .Cell:last-child {
	width: auto;
}
.Main.Offers.CustomOffer01 .FormArea .FormTitle {
	max-width: 400px;
	margin: 0 auto;
}


/* --- BANNER AD LISTS --- */


.DefList > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.DefList > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	position: relative;
}
.DefList > ul > li > .Hug {
	margin: 0 15px 30px 15px;
	box-shadow: 0 0 5px 0 rgba(100,100,100,0.2);
}
.DefList .Image a {
	display: block;
}
.DefList .Image img {
	display: block;
	width: 100%;
}
.DefList .Info {
	background-color: #FFF;
}
.DefList .Info .TitleText a {
	display: block;
	padding: 15px 15px 5px 15px;
	color: inherit;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
}
.DefList .Info .TitleText a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.DefList .Info .DisplayURL a {
	display: block;
	font-size: 10px;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 15px 15px 15px;
}
.DefList .AnsList ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.DefList .AnsList ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.DefList .AnsList ul > li > a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #888;
	border-radius: 4px;
	padding: 13px 30px 13px 13px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-image: url('http://cdn.keepmore.cash/ui/ans-list-arrow-right-2.png');
	background-position: center right;
	background-size: 18px 10px;
	background-repeat: no-repeat;
}
.DefList .AnsList ul > li.Hype > a {
	background-color: #60a324;
}
.DefList .TrkPix {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

/* SURVEY STYLE */

.DefList.Style_Survey {
	padding-top: 20px;
}
.DefList.Style_Survey > ul > li {
	display: block;
	width: auto;
	border-bottom: dashed 1px #DDD;
	margin: 0 15px 30px 15px;
}
.DefList.Style_Survey > ul > li > .Hug {
	box-shadow: none;
	margin: 0 0 30px 0;
}
.DefList.Style_Survey .Quest {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.DefList.Style_Survey .Quest > div {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
}
.DefList.Style_Survey .Quest .QuestText a {
	color: #888;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	display: block;
}
.DefList.Style_Survey .Quest > div.QuestAns {
	width: 100px;
	text-align: right;
}

/* SINGLE OFFER STYLE */

.Custom_Single .OffersArea {
	max-width: 630px;
	min-height: 1px;
}
.DefList.Style_Single > ul > li {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}
.DefList.Style_Single > ul > li > .Hug {
	box-shadow: none;
	margin: 0;
}

/* --- VARIOUS --- */

#oiSubmitArea {
	text-align: center;
	padding: 30px 0 !important;
}
#oiSubmitBtn {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	display: inline-block;
	background-color: #eaac34;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	padding: 16px 30px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	min-width: 120px;
	width: auto;
	cursor: pointer !important;
}
.iff-optin label {
	margin-left: 0 !important;
}
.iff-optin input {
	margin-right: 5px !important;
	margin-left: 15px;
}


/* --- MAIN VERTICAL CENTER --- */


.Header.NoNav.VertCent .Glue > div {
	margin: 0 auto;
	width: 180px;
}

.KMC_Progress.VertCent > .Hold {
	max-width: 640px;
}

.Main.VertCent:after {
	background-image: none;
	background-color: #4e6667;
}
.Main.VertCent .Glue {
	display: block;
	width: auto;
	margin: 0 auto;
}
.Main.VertCent .Glue > .Cell {
	display: block;
	width: auto;
}
.Main.VertCent .Glue > .Cell.Right {
	max-width: 620px;
	margin: 0 auto;
}
.Main .ImgHead {
	padding: 0 15px 40px 15px;
}
.Main .ImgHead img {
	display: block;
	width: 100%;
}


/* --- RESPONSIVE --- */


@media screen and (max-width: 1350px) {
	
	input {
		font-size: 16px;
	}
	input[type=submit] {
		font-size: 12px;
	}
	
	.Header > .Hold {
		padding: 15px 10px 15px 0;
	}
	
	.Hero > .Hold {
		padding: 70px 20px;
	}
	.Hero .Content .TopImage {
		max-width: 410px;
	}
	.Hero .Title span,
	.Main .Title span,
	.Main .Title span.Smaller {
		font-size: 36px;
	}
	.Hero .FormArea > .Hug {
		padding: 50px 11%;
	}
	.Hero .FormArea .FormTitle {
		font-size: 23px;
	}
	.Hero .FormArea .FormSubTitle {
		font-size: 18px;
	}
	
	.Items {
		padding: 0;
	}
	.Items .TitleArea > .Hug {
		padding: 80px 0 130px 0;
	}
	.Items .TitleArea .TitleText {
		font-size: 25px;
	}
	.Items .TitleArea .SubTitleText {
		font-size: 20px;
	}
	
	.ItemList.RiseUp {
		margin: -44px auto 0 auto;
	}
	.ItemList > ul {
		padding: 0 10px;
	}
	.ItemList .Labels {
		font-size: 12px;
		font-weight: 900;
	}
	.ItemList .Labels .Glue > .Cell {
		padding: 16px;
	}
	
	.Progress {
		background-image: url('http://cdn.keepmore.cash/ui/progress-backimg-short-04.jpg');
		background-position: right center;
	}
	
}

@media screen and (max-width: 1170px) {
	
	.Main .Glue > .Cell.Left {
		width: auto;
	}
	.Main .Glue > .Cell.Right {
		width: 560px;
	}
	
	.Hero.v3 .Title span,
	.Main.v3 .Title span {
		font-size: 32px;
	}
	.Hero.v3 .SubTitle,
	.Main.v3 .SubTitle {
		font-size: 26px;
	}
	.Hero.v3 .FormArea .FormTitle {
		font-size: 21px;
	}
	
}

@media screen and (max-width: 1150px) {
	
	.Progress {
		background-image: none;
	}
	.Progress > .Hold {
		padding: 0;
	}
	.Progress .Bar > ul > li {
		font-size: 14px;
	}
	.Progress .Bar > ul > li.Spacer > .Hug {
		width: 70px;
	}
	.Progress .Bar > ul > li:first-child {
		padding-left: 14px;
	}
	.Progress .Bar > ul > li:last-child {
		background-color: #55b4b8;
		padding-right: 14px;
	}
	.Progress .Bar > ul > li:last-child > .Hug {
		margin-left: -18px;
	}
	.Progress .Bar > ul > li > .Hug .Icon {
		width: 38px;
		height: 38px;
	}
	
}

@media screen and (max-width: 1100px) {
	
	input {
		font-size: 14px;
	}
	
	.Header .Logo {
		width: 300px;
	}
	
	.TopNav > ul > li {
		font-size: 13px;
	}
	
	.Hero .Title span,
	.Main .Title span,
	.Main .Title span.Smaller {
		font-size: 30px;
	}
	.Hero .Content .TopImage {
		max-width: 360px;
	}
	
	.Hero .FormArea {
		padding: 15px;
	}
	.Hero .FormArea > .Hug {
		padding: 36px 9%;
	}
	.Hero .FormArea .FormTitle {
		font-size: 21px;
	}
	.Hero .FormArea .FormSubTitle {
		font-size: 17px;
	}
	
	.Items .TitleArea > .Hug {
		padding: 70px 0 110px 0;
	}
	.Items .TitleArea .TitleText {
		font-size: 23px;
	}
	.Items .TitleArea .SubTitleText {
		font-size: 18px;
	}
	
	.ItemList > ul > li {
		width: 25%;
	}
	.ItemList.Max10 > ul > li:nth-child(9),
	.ItemList.Max10 > ul > li:nth-child(10) {
		display: none;
	}
	
	.Main.CustomOffer01 .Cell.Left .TitleArea h1 {
		font-size: 26px;
	}
	.Main.CustomOffer01 .Cell.Left .UnderImgText {
		font-size: 20px;
	}
	
	.Hero.v3 .Title span,
	.Main.v3 .Title span {
		font-size: 29px;
	}
	.Hero.v3 .SubTitle,
	.Main.v3 .SubTitle {
		font-size: 24px;
	}
	.Hero.v3 .FormArea .FormTitle {
		font-size: 19px;
	}
	
}

@media screen and (max-width: 980px) {
	
	.Progress .Bar > ul > li.Spacer {
		display: none;
	}
	
}

@media screen and (max-width: 960px) {
	
	.Header:before, .Footer:before {
		background-size: 9px 4px;
	}
	.Header .Logo {
		width: 260px;
	}
	
	.TopNav > ul > li {
		font-size: 12px;
	}
	
	.Hero .Title span,
	.Main .Title span,
	.Main .Title span.Smaller {
		font-size: 26px;
	}
	.Hero .Content .TopImage {
		max-width: 310px;
	}
	.Hero .FormArea .FormTitle {
		font-size: 18px;
	}
	.Hero .FormArea .LegalText p {
		font-size: 10px;
	}
	.Hero .FormArea .Form .Glue .Cell:last-child {
		width: 86px;
	}
	
	.Items .TitleArea .TitleText {
		font-size: 21px;
	}
	
	.ItemList > ul > li {
		width: 33.33%;
	}
	.ItemList.Max10 > ul > li:nth-child(9) {
		display: inline-block;
	}
	
	.Footer .Legal {
		font-size: 10px;
	}
	
	.Main:after {
		background-image: none;
	}
	.Main .Glue {
		display: block;
		text-align: center;
	}
	.Main .Glue > .Cell.Left {
		display: none;
	}
	.Main .Glue > .Cell.Right {
		display: inline-block;
		width: 100%;
		padding: 30px 0;
	}
	.Main .Title {
		max-width: 500px;
		margin: 0 auto;
		padding: 0 0 30px 0;
	}
	.Main .FormArea .FormBanner {
		max-width: 400px;
		margin: -58px auto 0 auto;
	}
	.Main .MobileImg {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	.Main .Glue > .Cell.Mobile {
		display: block;
		width: auto;
		padding: 0;
	}
	.Main .Glue > .Cell.Mobile .BonusImage {
		max-width: 300px;
		margin: 0 auto;
	}
	.Main.Offers .Glue > .Cell {
		width: 100% !important;
	}
	.Buttons > ul > li > a {
		font-size: 12px;
	}
	
	.Main.CustomOffer01 .Glue > .Cell.Left {
		display: block;
	}
	.Main.CustomOffer01 .Cell.Left .Content {
		padding: 0;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.Hero.v3 .Title span,
	.Main.v3 .Title span {
		font-size: 24px;
	}
	.Hero.v3 .SubTitle,
	.Main.v3 .SubTitle {
		font-size: 21px;
	}
	
}

@media screen and (max-width: 900px) {
	
	.Progress .Bar > ul > li {
		width: 1px;
		font-size: 13px;
		padding: 20px 20px 20px 0;
	}
	.Progress .Bar > ul > li.Spacer {
		display: table-cell;
		width: auto;
		text-align: center;
	}
	.Progress .Bar > ul > li.Spacer > .Hug {
		width: 60px;
		display: inline-block;
		vertical-align: middle;
	}
	.Progress .Bar > ul > li.Done .Hug .Label {
		display: none;
	}
	.Progress .Bar > ul > li > .Hug .Icon {
		width: 34px;
		height: 34px;
	}
	
	.ThanksOffers.v2 > ul > li {
		max-width: 100% !important;
	}
	
	.Main.Thanks .Title .SubThanks {
		font-size: 18px;
	}
	
}

@media screen and (max-width: 840px) {
	
	
	.Hero {
		background-position: 57% center;
	}
	.Hero .Content {
		padding-left: 40%;
	}
	
	.Items .TitleArea > .Hug:before {
		right: 25%;
	}
	
	.PageHead h1 {
		font-size: 22px;
	}
	.PageHead h2 {
		font-size: 14px;
	}
	
	.AllText h3 {
		font-size: 16px;
	}
	.AllText p {
		font-size: 12px;
	}
	.AllText li {
		font-size: 12px;
	}
	
}

@media screen and (max-width: 780px) {
	
	.Progress .Bar > ul > li > .Hug .Label {
		display: none;
	}
	.Progress .Bar > ul > li.Current > .Hug .Label,
	.Progress .Bar > ul > li.Highlight > .Hug .Label {
		display: inline-block;
	}
	
}

@media screen and (max-width: 730px) {
	
	.TopNav > ul > li {
		display: none;
	}
	.TopNav > ul > li.Button,
	.TopNav > ul > li.MobileNav {
		display: inline-block;
	}
	
}

@media screen and (max-width: 650px) {
	
	.Header > .Hold {
		padding: 12px 0 15px 0;
	}
	.Header .Logo {
		width: 200px;
	}
	.Header.NoNav .Logo {
		margin: 0 auto;
	}
	
	.TopNav > ul > li {
		font-size: 11px;
	}
	.TopNav > ul > li.Button > a {
		padding: 12px 16px;
	}
	.TopNav > ul > li.MobileNav > a {
		height: 33px;
		width: 33px;
	}
	
	.Hero {
		background-image: none;
	}
	.Hero > .Hold {
		padding: 30px 10px 50px 10px;
	}
	.Hero .Content {
		padding: 0;
	}
	.Hero .Title {
		max-width: 410px;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 auto;
	}
	.Hero .Title span,
	.Main .Title span,
	.Main .Title span.Smaller {
		font-size: 24px;
	}
	.Hero .Content .TopImage {
		max-width: 290px;
	}
	.Hero .FormArea, .Main .FormArea {
		padding: 10px;
	}
	.Hero .FormArea > .Hug {
		padding: 36px 20px;
	}
	.Hero .MobileImg {
		display: block;
	}
	
	.ItemList.RiseUp {
		margin: -41px auto 0 auto;
	}
	.ItemList > ul {
		padding: 0 5px;
	}
	.ItemList > ul > li {
		width: 50%;
	}
	.ItemList > ul > li > .Hug {
		margin: 0 5px 10px 5px;
	}
	.ItemList.Max10 > ul > li:nth-child(9) {
		display: none;
	}
	.ItemList .Labels {
		font-size: 11px;
	}
	.ItemList .Labels .Glue > .Cell {
		padding: 15px;
	}
	
	.Items .TitleArea > .Hug {
		max-width: 330px;
		margin: 0 auto;
		padding: 50px 10px 90px 10px;
	}
	.Items .TitleArea .TitleText {
		font-size: 20px;
		line-height: 1.2;
		font-weight: 400;
	}
	.Items .TitleArea .SubTitleText {
		font-size: 15px;
	}
	.Items .TitleArea > .Hug:before {
		height: 30px;
		right: 50%;
		top: -28px;
		margin-right: -50px;
	}
	.Footer .Legal {
		max-width: 280px;
		margin: 0 auto;
		line-height: 1.5;
	}
	
	.Progress .Bar > ul > li {
		padding: 10px 8px !important;
	}
	.Progress .Bar > ul > li.Spacer {
		display: none;
	}
	.Progress .Bar > ul > li.Spacer > .Hug {
		display: none;
	}
	.Progress .Bar > ul > li.Highlight {
		width: auto;
		text-align: left;
	}
	.Progress .Bar > ul > li:last-child > .Hug {
		margin: 0;
	}
	
	.Main > .Hold {
		padding: 0 10px;
	}
	.Main .MobileImg {
		max-width: 430px;
	}
	.Main .FormArea .FormBanner {
		max-width: 350px;
	}
	.Main .FormArea .FormTitle {
		font-size: 17px;
	}
	
	.FullForm .FieldArea {
		max-width: 600px;
		padding: 0 10px 50px 10px;
	}
	.Main.Thanks .Title {
		padding: 0 0 50px 0;
	}
	
	.Main.Offers.CustomOffer01 .FormArea .FormTitle {
		max-width: 350px;
	}
	
	.Hero.v3 .Title span,
	.Main.v3 .Title span {
		font-size: 26px;
	}
	.Hero.v3 .SubTitle,
	.Main.v3 .SubTitle {
		font-size: 22px;
	}
	
	.FormTitleBlock {
		font-size: 15px;
	}
	
}

@media screen and (max-width: 570px) {
	
	.Progress .Bar > ul > li.Current > .Hug .Label {
		display: none;
	}
	
	.Main .FormArea .FormTitle {
		font-size: 15px;
	}
	
	.FullForm .Cell {
		font-size: 11px;
	}
	.FullForm input,
	.FullForm select {
		font-size: 12px;
	}
	
	.Main.Offers.CustomOffer01 .FormArea .FormTitle {
		max-width: 300px;
	}
	
	.DefList > ul > li {
		width: 100%;
	}
	
	.AltTopTitle {
		font-size: 22px;
	}
	.AltSubTitle {
		max-width: 370px;
		margin: 0 auto;
		line-height: 1.5;
	}
	
}

@media screen and (max-width: 500px) {
	
	.FullForm .Cell.DOB, .FullForm .Cell.PhoneNum {
		width: 100%;
	}
	.Main .MobileImg {
		max-width: 90%;
	}
	.Main .FormArea .FormBanner {
		max-width: 80%;
		margin: -10% auto 0 auto;
	}
	
	.Main.CustomOffer01 .Cell.Left .TitleArea h1,
	.Main.CustomOffer01 .Cell.Left .UnderImgText {
		line-height: 1.2;
	}
	
	.Hero.v3 .Title,
	.Main.v3 .Title {
		max-width: 320px;
	}
	.Hero.v3 .Title span,
	.Main.v3 .Title span {
		font-size: 28px;
	}
	.Hero.v3 .SubTitle,
	.Main.v3 .SubTitle {
		font-size: 24px;
		padding: 30px 0;
		max-width: 300px;
		margin: 0 auto;
	}
	.Hero.v3 .FormArea .FormTitle {
		font-size: 16px;
		font-weight: 900;
	}
	
	.FullForm .Cell.TCPA > .Hug > div {
		border-radius: 6px;
		width: 100%;
	}
	.FullForm .Cell.TCPA > .Hug > div:last-child {
		display: none;
	}
	.FullForm .Cell.TCPA label {
		font-size: 14px;
	}
	
	.DefList.Style_Survey .Quest > div.QuestAns {
		width: 70px;
	}
	.DefList.Style_Survey .Quest .QuestText a {
		font-size: 14px;
	}
	.DefList .AnsList ul > li > a {
		font-size: 10px;
		padding: 12px 26px 12px 12px;
	}
	
	.FormTitleBlock .TextSmall {
		font-size: 10px;
	}
	
	.Main.Thanks .Title .SubThanks {
		font-size: 15px;
		max-width: 350px;
	}
	
}

@media screen and (max-width: 400px) {
	
	input {
		font-size: 12px;
	}
	input[type=submit] {
		font-size: 10px;
	}
	
	.TopNav > ul > li.Button {
		display: none;
	}
	
	.Hero .Title span,
	.Main .Title span,
	.Main .Title span.Smaller {
		font-size: 18px;
	}
	.Hero .Content .TopImage {
		max-width: 230px;
	}
	.Hero .FormArea .FormTitle {
		font-size: 15px;
	}
	.Hero .FormArea .FormSubTitle {
		font-size: 13px;
	}
	
	.Items .TitleArea .TitleText {
		font-size: 17px;
	}
	
	.ItemList > ul > li {
		width: 100%;
	}
	
	.Progress .Bar > ul > li.Highlight > .Hug .Label span {
		display: none;
	}
	.Progress .Bar > ul > li.Highlight > .Hug .Label:after {
		content: "BONUS";
	}
	
	.FullForm .Cell {
		width: 100%;
	}
	.FullForm input[type=submit] {
		min-width: 100px;
	}
	
}






