@charset "UTF-8";
/*

Theme Name: KeepMoreCash
Author: Covalent Media Group, LLC
Author URI: http://www.covalentmg.com
Version: 2.0

*/



/* ------------------------------------------------------------- */
/* --- BASE STYLES --------------------------------------------- */
/* ------------------------------------------------------------- */



body {
	background-color: #FFF;
	color: #222;
	cursor: default;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5 {
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
.Table {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.Table > .Cell {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.MobileImg {
	display: none;
}
.MobileImg img {
	display: block;
	width: 100%;
}



/* ------------------------------------------------------------- */
/* --- WARNING MESSAGES ---------------------------------------- */
/* ------------------------------------------------------------- */



.WarnMsg {
	background-color: #D11D20;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	padding: 15px;
}



/* ------------------------------------------------------------- */
/* --- HEADER -------------------------------------------------- */
/* ------------------------------------------------------------- */



.Header {
	background-color: #FFF;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	position: relative;
	z-index: 100;
}
.Header > .Hold {
	max-width: 1320px;
	margin: 0 auto;
	padding: 5px 20px;
}
.Header .Table > .Cell.SiteLogo {
	width: 200px;
	padding: 14px 0;
}
.Header .Table > .Cell.SiteLogo img {
	display: block;
	width: 100%;
	margin-top: -8px;
}
.Header .Table > .Cell.Checks {
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	text-align: center;
}
.Header .Table > .Cell.Social {
	text-align: right;
	white-space: nowrap;
	padding: 14px 0;
	width: 1px;
}



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



.AllText {
	max-width: 670px;
	margin: 0 auto;
	padding: 0 26px;
	text-align: justify;
	font-size: 15px;
	line-height: 1.6;
}
.AllText .TextSec {
	padding: 0 0 30px 0;
}
.AllText h3 {
	padding: 0 0 15px 0;
	font-size: 130%;
	font-weight: bold;
}
.AllText h4 {
	padding: 0 0 15px 0;
	font-size: 100%;
	font-weight: bold;
}
.AllText p {
	margin: 0;
	padding: 0 0 15px 0;
}
.AllText ul {
	margin: 0;
	padding: 0 0 0 18px;
}
.AllText ul > li {
	padding: 0 0 10px 0;
}



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



.ProgBar {
	background-color: #ad6486;
	color: #ffe2ef;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.ProgBar > .Hold {
	max-width: 1294px;
	padding: 0 13px;
	margin: 0 auto;
}
.ProgBar .Inner {
	display: table;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
.ProgBar .Inner > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 18px 15px;
	white-space: nowrap;
	margin: 0;
	position: relative;
}
.ProgBar .Inner > div:first-child,
.ProgBar .Inner > div:last-child {
	width: 1px;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.3px;
}
.ProgBar .Bar {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 100%;
	height: 8px;
	border-radius: 1000px;
	background-color: #965171;
}
.ProgBar .Bar.Front {
	background-color: #ffe2ef;
	width: auto;
}



/* ------------------------------------------------------------- */
/* --- CHECK LIST ---------------------------------------------- */
/* ------------------------------------------------------------- */



.CheckList > ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.CheckList > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 14px 5px 0;
	color: #62b1bd;
	font-size: 13px;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 0.3px;
}
.CheckList > ul > li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	background-image: url( 'https://cdn.keepmore.cash/c/icon-check.png' );
	background-color: #62b1bd;
	border-radius: 1000px;
	margin: 0 6px 0 0;
}
.CheckList > ul > li:last-child {
	padding-right: 0;
}



/* ------------------------------------------------------------- */
/* --- SOCIAL LINKS -------------------------------------------- */
/* ------------------------------------------------------------- */



.SocialLinks > ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.SocialLinks > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 6px 5px 0;
}
.SocialLinks > ul > li:last-child {
	padding-right: 0;
}
.SocialLinks > ul > li > a {
	display: block;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: #62b1bd;
	border-radius: 1000px;
}
.SocialLinks > ul > li.Facebook > a {
	background-image: url( 'https://cdn.keepmore.cash/c/icon-fb.png' );
}
.SocialLinks > ul > li.Twitter > a {
	background-image: url( 'https://cdn.keepmore.cash/c/icon-tw.png' );
}
.SocialLinks > ul > li.Pinterest > a {
	background-image: url( 'https://cdn.keepmore.cash/c/icon-pt.png' );
	background-size: 110%;
}
.SocialLinks > ul > li.Instagram > a {
	background-image: url( 'https://cdn.keepmore.cash/c/icon-insta-2.png' );
}



/* ------------------------------------------------------------- */
/* --- BUTTONS ------------------------------------------------- */
/* ------------------------------------------------------------- */



.Buttons > ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	list-style: none;
}
.Buttons > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.Buttons > ul > li:first-child {
	padding-left: 0;
}
.Buttons > ul > li:last-child {
	padding-right: 0;
}
.Buttons > ul > li > a {
	display: block;
	background-color: #BBB;
	padding: 17px 30px;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .5px;
}
.Buttons > ul > li.Hype > a {
	background-color: #39bea3;
}
.Buttons > ul > li.TextLine {
	display: block;
	padding: 15px 0 0 0;
}
.Buttons > ul > li.TextLine.NextLink {
	padding: 200px 0 0 0;
}
.Buttons > ul > li.TextLine > a {
	padding: 0;
	display: inline-block;
	background-color: transparent;
	color: #222;
	border-radius: 0;
	text-transform: lowercase;
	text-decoration: underline;
	font-weight: 400;
	font-style: italic;
}
.Buttons.Spaced > ul > li {
	padding: 5px !important;
}



/* ------------------------------------------------------------- */
/* --- BOTTOM BAR ---------------------------------------------- */
/* ------------------------------------------------------------- */



.BtmBar {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 20px;
	background-color: #e674aa;
	opacity: 0.90;
	z-index: 10;
}
.BtmBar .Pnt {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 60px 40px 60px;
	border-color: transparent transparent #e674aa transparent;
	position: absolute;
	bottom: 15px;
	right: 50%;
	margin-right: -60px;
}
.BtmBar.HeroForm .Pnt {
	margin-right: -363px;
}

/* LEFT POSITION */

.Hero.ContentPosLeft .BtmBar.HeroForm .Pnt {
	margin-right: auto;
	right: auto;
	margin-left: -363px;
	left: 50%;
}

/* CENTER POSITION */

.Hero.ContentPosCenter .BtmBar.HeroForm .Pnt {
	margin-right: -60px;
}



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



.Hero {
	background-color: #ffe0ef;
	background-image: url( 'https://cdn.keepmore.cash/c/hero-01-backimg.jpg' );
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.Hero > .Hold {
	max-width: 1484px;
	margin: 0 auto;
	padding: 50px 0 100px 0;
}
.Hero .Table .Cell.Left {
	background-image: url( 'https://cdn.keepmore.cash/c/hero-01-lof.png' );
	background-repeat: no-repeat;
	background-position: right center;
}
.Hero .Table .Cell.Right {
	width: 12.5%;
	background-image: url( 'https://cdn.keepmore.cash/c/hero-01-rof.png' );
	background-repeat: no-repeat;
	background-position: left center;
}
.Hero .Table .Cell.Center {
	width: 510px;
}
.Hero .Content {
	background-color: #FFF;
	border-radius: 10px;
	overflow: hidden;
	padding: 50px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
	position: relative;
	z-index: 10;
}
.Hero .Content .Head {
	text-align: center;
	padding: 0 0 15px 0;
}
.Hero .Content .Head .TitleText {
	font-size: 35px;
	color: #39bea3;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.2px;
}
.Hero .Content .Head h1 {
	font-size: 100%;
}
.Hero .Content .Head .SubTitleText {
	font-size: 18px;
	color: #e674aa;
	padding: 8px 0 0 0;
	font-weight: 700;
	letter-spacing: 0.2px;
	line-height: 1.3;
}
.Hero .Content .Head h2 {
	font-size: 100%;
}
.Hero .Content .Desc {
	padding: 0 0 15px 0;
}
.Hero .Content .Desc p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: justify;
	letter-spacing: 0.1px;
}
.Hero .Content .Legal p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
	text-align: justify;
	letter-spacing: 0.2px;
	font-size: 11px;
}
.Hero .Content .Legal p:last-child {
	padding: 0;
}
.Hero .Content .Legal a {
	color: inherit;
}
.Hero .Content .Form {
	padding: 0 0 35px 0;
}

/* LEFT POSITION */

.Hero.ContentPosLeft .Table .Cell.Left {
	width: 12.5%;
}
.Hero.ContentPosLeft .Table .Cell.Right {
	width: auto;
}

/* CENTER POSITION */

.Hero.ContentPosCenter .Table .Cell.Right {
	width: auto;
}



/* ------------------------------------------------------------- */
/* --- MAIN ---------------------------------------------------- */
/* ------------------------------------------------------------- */



.Main {
	background-color: #f5efe7;
	background-image: url( 'https://cdn.keepmore.cash/c/main-backimg-01.jpg' );
	background-repeat: no-repeat;
	background-position: center -30px;
	position: relative;
}
.Main > .Hold {
	max-width: 1320px;
	margin: 0 auto;
	padding: 120px 0 130px 0;
}
.Main > .Hold.ThankYou {
	padding-top: 20px;
}
.Main .PageHead {
	padding-bottom: 50px;
}
.Main .Form {
	max-width: 670px;
	margin: 0 auto;
	padding: 0 26px;
}
.Main .Form .TCPA {
	padding: 50px 0 0 0;
}



/* ------------------------------------------------------------- */
/* --- PAGE HEAD ----------------------------------------------- */
/* ------------------------------------------------------------- */



.PageHead {
	text-align: center;
}
.PageHead .PageTitle {
	font-size: 35px;
	color: #39bea3;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.2px;
}
.PageHead .PageTitle h1 {
	font-size: 100%;
}
.PageHead .PageSubTitle {
	font-size: 18px;
	color: #e674aa;
	font-weight: 700;
	letter-spacing: 0.2px;
}
.PageHead .PageSubTitle h2 {
	font-size: 100%;
}
.PageHead .Note p {
	padding: 24px 0 0 0;
	margin: 0;
	font-style: italic;
	letter-spacing: 0.2px;
}
.HeadTopper {
	max-width: 300px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.HeadTopper > .Hug {
	margin-right: -30px;
}
.HeadTopper img {
	display: block;
	width: 100%;
}



/* ------------------------------------------------------------- */
/* --- SHARE BAR ----------------------------------------------- */
/* ------------------------------------------------------------- */



.ShareBar {
	background-color: #FFF;
	position: relative;
	margin: 0 70px;
}
.ShareBar:before {
	content: '';
	position: absolute;
	left: -38px;
	top: 0;
	height: 100%;
	width: 40px;
	background-image: url( 'https://cdn.keepmore.cash/c/annouce-banner-left.png' );
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.ShareBar:after {
	content: '';
	position: absolute;
	right: -38px;
	top: 0;
	height: 100%;
	width: 40px;
	background-image: url( 'https://cdn.keepmore.cash/c/annouce-banner-right.png' );
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.ShareBar > .Hug {
	padding: 40px 25px;
}
.ShareBar .Table {
	width: auto;
	margin: 0 auto;
}
.ShareBar .Table > div:first-child {
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
	font-style: italic;
	font-weight: 700;
	color: #e674aa;
	font-size: 18px;
}
.ShareBar .Table > div:nth-child(2) {
	white-space: nowrap;
	width: 250px;
}
.ShareBar .Table > div:last-child {
	text-align: left;
	white-space: nowrap;
	padding-left: 10px;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
}



/* ------------------------------------------------------------- */
/* --- TCPA ---------------------------------------------------- */
/* ------------------------------------------------------------- */



.TCPA p {
	margin: 0;
	padding: 16px 0 0 0;
	font-size: 11px;
	text-align: justify;
	color: #333;
	line-height: 1.6;
}
.TCPA p:first-child {
	padding-top: 0;
}
.TCPA a {
	color: inherit;
}



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


.UserForm 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: #222;
	font-style: italic;
	font-size: 16px;
	font-family: inherit;
	font-weight: 400;
	letter-spacing: .2px;
}
.UserForm select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 16px;
	letter-spacing: .2px;
	font-family: inherit;
	font-weight: 400;
	color: #222;
	font-style: italic;
	padding: 12px 26px 12px 14px;
	border-radius: 4px;
	border: solid 1px #cbcbcb;
	margin: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.50);
	background-image: url( 'https://cdn.keepmore.cash/c/drop-down-icon-down-right.png' );
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 22px 5px;
	outline: none;
	cursor: pointer;
	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;
}
.UserForm input[type=submit] {
	display: inline-block;
	background-color: #39bea3;
	width: auto;
	padding: 17px 30px;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .5px;
	cursor: pointer;
}
.UserForm input:-webkit-autofill,
.UserForm input:-webkit-autofill:hover,
.UserForm input:-webkit-autofill:focus,
.UserForm input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #222;
}
.UserForm {
	font-size: 0;
	margin: 0 -15px;
}
.UserForm .Cell {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.UserForm .Cell.Full, .UserForm .Cell.Submit {
	width: 100%;
}
.UserForm .Cell > .Hug {
	padding: 0 15px 24px 15px;
}
.UserForm .Label {
	font-size: 14px;
	padding: 0 14px 14px 14px;
	text-transform: lowercase;
	color: #222;
}
.UserForm .Cell .Field {
	position: relative;
	border: solid 1px #cbcbcb;
	background-color: rgba(255,255,255,0.50);
	border-radius: 4px;
	padding: 12px 14px;
	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;
}
.UserForm .Cell .Field.Select {
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
}
.UserForm .Cell.Submit > .Hug {
	padding-top: 14px;
	padding-bottom: 0;
	
}
.UserForm .Cell.Submit .Field {
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
	text-align: center;
}

::-webkit-input-placeholder {
	color: #222;
}
::-moz-placeholder {
	color: #222;
}
:-ms-input-placeholder {
	color: #222;
}
:-moz-placeholder {
	color: #222;
}

/* FIELD GROUPS */

.UserForm .Cell .FieldGroup {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.UserForm .Cell .FieldGroup .Field {
	display: table-cell;
	vertical-align: middle;
	/*width: 33.33%;*/
	border-radius: 0;
	border-right-width: 0;
}
.UserForm .Cell .FieldGroup .Field:first-child {
	border-radius: 4px 0 0 4px;
}
.UserForm .Cell .FieldGroup .Field:last-child {
	border-radius: 0 4px 4px 0;
	border-right-width: 1px;
}
.UserForm .Cell .FieldGroup .Field select {
	border-radius: 0;
	border-right-width: 0;
}
.UserForm .Cell .FieldGroup .Field:first-child select {
	border-radius: 4px 0 0 4px;
}
.UserForm .Cell .FieldGroup .Field:last-child select {
	border-radius: 0 4px 4px 0;
	border-right-width: 1px;
}
.UserForm .Cell.DOB .FieldGroup .Field:last-child {
	min-width: 80px;
}
.UserForm .Cell.Phone .FieldGroup .Field:last-child {
	min-width: 50px;
}



/* ------------------------------------------------------------- */
/* --- FORMS: LEGAL CHECKBOX ----------------------------------- */
/* ------------------------------------------------------------- */



.UserForm .Cell.LegalCB {
	width: 100%;
	padding: 0 0 10px 0;
}
.UserForm .Cell.LegalCB .Field {
	border-radius: 0 !important;
	border: none !important;
	padding: 0 !important;
	display: table;
	background: none;
}
.UserForm .Cell.LegalCB .Field > div {
	display: table-cell;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.UserForm .Cell.LegalCB .CB_CB {
	vertical-align: top;
	width: 36px;
}
.UserForm .Cell.LegalCB input[type=checkbox] {
	appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: solid 1px #cbcbcb;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 12px;
    background-image: url('https://cdn.keepmore.cash/c/check.png');
	background-color: #FFF;
    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;
}
.UserForm .Cell.LegalCB input[type=checkbox]:checked {
    border-color: #39bea3 !important;
    background-position: center;
}
.UserForm .Cell.LegalCB .CB_Msg {
	font-size: 11px;
	white-space: normal;
	vertical-align: top;
	line-height: 1.5;
	padding: 3px 0 0 0 !important;
	text-align: justify;
}
.UserForm .Cell.LegalCB .CB_Msg a {
	color: inherit;
}



/* ------------------------------------------------------------- */
/* --- FORMS: PRE-REG ------------------------------------------ */
/* ------------------------------------------------------------- */



.UserForm .Cell.PreReg {
	width: 100%;
	padding: 0 0 10px 0;
}
.UserForm .Cell.PreReg .Field {
	border-radius: 0 !important;
	border: none !important;
	padding: 0 !important;
	margin: 12px 0 0 0;
	display: table;
}
.UserForm .Cell.PreReg .Field > div {
	display: table-cell;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.UserForm .Cell.PreReg .PR_CB {
	vertical-align: top;
	width: 36px;
}
.UserForm .Cell.PreReg input[type=checkbox] {
	appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: solid 1px #cbcbcb;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 12px;
    background-image: url('https://cdn.keepmore.cash/c/check.png');
	background-color: #FFF;
    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;
}
.UserForm .Cell.PreReg input[type=checkbox]:checked {
    border-color: #39bea3 !important;
    background-position: center;
}
.UserForm .Cell.PreReg .PR_Msg {
	font-size: 13px;
	white-space: normal;
	vertical-align: top;
	line-height: 1.4;
	padding: 3px 0 0 0 !important;
}
.UserForm .Cell.PreReg .PR_Msg a {
	color: inherit;
}



/* ------------------------------------------------------------- */
/* --- FORMS: LINE STYLE --------------------------------------- */
/* ------------------------------------------------------------- */



.UserForm.LineStyle {
	padding: 10px 0 0 0;
}
.UserForm.LineStyle .Cell > .Hug {
	padding: 0 15px 15px 15px;
}
.UserForm.LineStyle .Cell .Label {
	padding: 0 0 8px 0;
}
.UserForm.LineStyle .Cell .Label label {
	font-size: 10px;
	font-style: italic;
}
.UserForm.LineStyle .Cell .Field {
	background: none;
	border: none;
	border-bottom: dashed 1px #cbcbcb;
	border-radius: 0;
	padding: 0 0 14px 0;
}
.UserForm.LineStyle input {
	font-size: 16px;
}
.UserForm.LineStyle input[type=submit] {
	font-size: 13px;
}
.UserForm.LineStyle select {
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	background-image: url( 'https://cdn.keepmore.cash/c/drop-down-icon-down-right-no-pad.png' );
	background-size: 9px 5px;
	font-size: 16px;
}
.UserForm.LineStyle .Cell.Submit .Field {
	border: none;
}
.UserForm.LineStyle  .Cell.Submit > .Hug {
	padding-top: 14px;
	padding-bottom: 0;
}
.UserForm.LineStyle .Cell .FieldGroup .Field:before {
	display: none !important;
}
.UserForm.LineStyle .Cell .FieldGroup .Field {
	border-radius: 0;
}
.UserForm.LineStyle .Cell .FieldGroup .Field select {
	border-radius: 0;
	width: 85%;
}
.UserForm.LineStyle .Cell .FieldGroup .Field:last-child select {
	width: 100%;
}



/* ------------------------------------------------------------- */
/* --- FORMS: DASHED LINE -------------------------------------- */
/* ------------------------------------------------------------- */



.UserForm.DashedList select {
	padding: 11px 30px 11px 12px;
	font-style: normal;
}
.UserForm.DashedList {
	margin: 0;
}
.UserForm.DashedList .Cell {
	display: block;
	width: auto;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: dashed 1px #c2b098;
}
.UserForm.DashedList .Cell > .Hug {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
.UserForm.DashedList .Cell > .Hug > div {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.UserForm.DashedList .Cell > .Hug > div.Field {
	width: 130px;
}
.UserForm.DashedList .Cell > .Hug > div.Label {
	font-size: 20px;
	font-style: italic;
	color: #222;
	text-transform: none;
	padding-right: 20px;
}
.UserForm.DashedList .Cell.Submit {
	border: none;
	padding: 40px 0 0 0;
	margin: 0;
}



/* ------------------------------------------------------------- */
/* --- FORMS: SLIM STYLE --------------------------------------- */
/* ------------------------------------------------------------- */



.UserForm.SlimStyle .Cell > .Hug {
	padding: 0 8px 10px 8px;
}
.UserForm.SlimStyle input {
	font-size: 14px;
}
.UserForm.SlimStyle select {
	font-size: 14px;
	padding: 8px 15px 8px 8px;
	border-radius: 3px;
	background-size: 16px 4px;
}
.UserForm.SlimStyle .Label {
	font-size: 12px;
	padding: 0 8px 6px 8px;
}
.UserForm.SlimStyle .Cell .Field {
	padding: 8px;
	border-radius: 3px;
}
.UserForm.SlimStyle .Cell .Field.Select {
	border-radius: 0;
	padding: 0;
}
.UserForm.SlimStyle .Cell .FieldGroup .Field:first-child select {
	border-radius: 3px 0 0 3px;
}
.UserForm.SlimStyle .Cell .FieldGroup .Field:last-child select {
	border-radius: 0 3px 3px 0;
}
.UserForm.SlimStyle .Cell .FieldGroup .Field {
	border-radius: 0;
}
.UserForm.SlimStyle .Cell .FieldGroup .Field:first-child {
	border-radius: 3px 0 0 3px;
}
.UserForm.SlimStyle .Cell .FieldGroup .Field:last-child {
	border-radius: 0 3px 3px 0;
}
.UserForm.SlimStyle .Cell .FieldGroup.DOB .Field:first-child,
.UserForm.SlimStyle .Cell .FieldGroup.Phone .Field:first-child {
	width: 30%;
}
.UserForm.SlimStyle .Cell .FieldGroup.DOB .Field:nth-child(2),
.UserForm.SlimStyle .Cell .FieldGroup.Phone .Field:nth-child(2) {
	width: 30%;
}
.UserForm.SlimStyle .Cell .FieldGroup.DOB .Field:last-child,
.UserForm.SlimStyle .Cell .FieldGroup.Phone .Field:last-child {
	width: 40%;
}




/* ------------------------------------------------------------- */
/* --- FORMS: FOCUS & ERRORS ----------------------------------- */
/* ------------------------------------------------------------- */



.UserForm .Cell .Field.Focus,
.UserForm .Cell .Field.Focus select {
	border-color: #39bea3 !important;
	position: relative;
	z-index: 20 !important;
}
.UserForm.LineStyle .Cell .Field.Focus {
	border-bottom-style: solid;
}
.UserForm .Cell .Field.Error,
.UserForm .Cell .Field.Error select,
.UserForm .Cell.LegalCB .Field.Error input {
	border-color: #D52B2E;
	position: relative;
	z-index: 10;
}
.UserForm .Cell .Field.Error:after {
	content: '\d7';
	color: #D52B2E;
	position: absolute;
	left: 6px;
	top: 3px;
	font-size: 14px;
	z-index: 30;
}
.UserForm.LineStyle .Cell .Field.Error:after {
	left: -20px;
	top: 4px;
}
.UserForm.SlimStyle .Cell .Field.Error:after {
	left: 5px;
	top: 1px;
}
.UserForm .Cell.LegalCB .Field.Error:after {
	content: '';
	display: none;
}
.UserForm .Cell .FieldGroup .Field:before {
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #39bea3;
	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;
	opacity: 0;
}
.UserForm .Cell .FieldGroup .Field.Error:before {
	background-color: #D52B2E;
	opacity: 1;
}
.UserForm .Cell .FieldGroup .Field.Focus:before {
	opacity: 1;
	background-color: #39bea3;
}
.UserForm .Cell .FieldGroup .Field:last-child:before {
	display: none;
}



/* ------------------------------------------------------------- */
/* --- FORMS: SIDE LINES --------------------------------------- */
/* ------------------------------------------------------------- */



.UserForm .Cell.SideLines {
	display: block;
	width: auto;
	padding: 0 18px;
}
.UserForm .Cell.SideLines > .Hug {
	display: table;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	table-layout: fixed;
}
.UserForm .Cell.SideLines > .Hug > .SideSec {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.UserForm .Cell.SideLines > .Hug > .SideSec.Left,
.UserForm .Cell.SideLines > .Hug > .SideSec.Right {
	background-repeat: repeat-x;
	background-image: url( 'https://cdn.keepmore.cash/c/line-dash.png' );
	background-size: 10px 2px;
	margin: 0 20px;
}
.UserForm .Cell.SideLines > .Hug > .SideSec.Left {
	background-position: left center;
}
.UserForm .Cell.SideLines > .Hug > .SideSec.Right {
	background-position: right center;
}
.UserForm .Cell.SideLines > .Hug > .SideSec.Center {
	padding: 40px 10px;
}



/* ------------------------------------------------------------- */
/* --- INFOSECS ------------------------------------------------ */
/* ------------------------------------------------------------- */



.InfoSec {
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: center top;
}
.InfoSec > .Hold {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 26px;
}
.InfoSec .SecTitle {
	text-align: center;
	font-size: 27px;
	font-style: italic;
	font-weight: 400;
	color: #39bea3;
	letter-spacing: 0.2px;
	padding: 80px 0;
}
.InfoSec .SecTitle p {
	margin: 0;
	padding: 12px 0 0 0;
	color: #888;
	font-size: 17px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
}
.InfoSec .SecTitle .Hype {
	color: #e674aa;
}
.InfoSec .Content {
	padding: 0 0 80px 0;
}
.InfoSec .Content.Offers {
	padding: 0 0 34px 0;
	text-align: center;
}
.InfoSec.UnderHero {
	background-image: url( 'https://cdn.keepmore.cash/c/hero-01-under-backimg.jpg' );
}



/* ------------------------------------------------------------- */
/* --- OFFER WALLS --------------------------------------------- */
/* ------------------------------------------------------------- */



.Main .OfferWall {
	background-color: #FFF;
	border-radius: 12px;
	overflow: hidden;
	padding: 50px;
	max-width: 800px;
	margin: 0 auto;
}
.Main .OfferWall.ThankYou {
	background-color: transparent;
	border-radius: 0;
	max-width: none;
	margin: 0;
	text-align: center;
	padding: 0 50px 50px 50px;
}
.Main .OfferWall.native {
	background-color: transparent;
	border-radius: 0;
	max-width: none;
	margin: 0;
	text-align: center;
	padding-bottom: 80px;
	overflow: visible;
}
.Main .SeeMore.TopPad {
	padding-top: 35px;
}
.Main .OfferWall.adsmith-camps {
	background: none !important;
	padding: 0 !important;
}



/* ------------------------------------------------------------- */
/* --- OFFER BILLBOARDS ---------------------------------------- */
/* ------------------------------------------------------------- */



.OfferBillboard {
	margin: -50px 0 -20px 0;
	text-align: center;
	position: relative;
	z-index: 10;
}
.OfferBillboard a {
	display: block;
}
.OfferBillboard img {
	display: block;
	width: 100%;
}
.OfferBillboard > .Hold > div {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
}
.OfferBillboard .MainImage {
	max-width: 1180px;
}
.OfferBillboard > .Hold > div.HalfImage {
	display: none;
}
.OfferBillboard > .Hold > div.MobileImage {
	display: none;
}
.OfferBillboard .Track {
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -10;
}



/* ------------------------------------------------------------- */
/* --- OFFER LIST: DEFAULT ------------------------------------- */
/* ------------------------------------------------------------- */



.OfferList > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.OfferList > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	position: relative;
}
.OfferList > ul > li > .Hug {
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 0 7% 46px 7%;
}
.OfferList .Title {
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	padding: 10px 0 0 0;
}
.OfferList .Image img {
	display: block;
	width: 100%;
}
.OfferList > ul > li .Track {
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -10;
}



/* ------------------------------------------------------------- */
/* --- OFFER LIST: BUBBLE LIST --------------------------------- */
/* ------------------------------------------------------------- */



.OfferList.BubbleList .Title {
	padding: 0 0 20px 0;
}
.OfferList.BubbleList .Title {
	line-height: 1.2;
	font-size: 19px;
}
.OfferList.BubbleList .Title a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.OfferList.BubbleList > ul > li {
	width: 25%;
	vertical-align: bottom;
}
.OfferList.BubbleList > ul > li > .Hug {
	margin: 0 13% 40px 13%;
}
.OfferList.BubbleList .Buttons {
	padding: 20px 0 0 0;
}
.OfferList.BubbleList .Buttons > ul > li > a {
	font-style: normal;
	font-size: 11px;
	padding: 14px 36px 14px 18px;
	background-color: #e674aa;
	background-image: url( 'https://cdn.keepmore.cash/c/button-link-arrow-white.png' );
	background-position: right center;
	background-size: 22%;
	background-repeat: no-repeat;
}



/* ------------------------------------------------------------- */
/* --- OFFER LIST: BOX LIST ------------------------------------ */
/* ------------------------------------------------------------- */



.OfferList.BoxList > ul {
	margin: 0 -12px;
}
.OfferList.BoxList > ul > li {
	width: 33.33%;
}
.OfferList.BoxList > ul > li > .Hug {
	max-width: none;
	display: block;
	margin: 0;
	padding: 12px;
}
.OfferList.BoxList .Inner {
	background-color: #FFF;
	border-radius: 8px;
	overflow: hidden;
}
.OfferList.BoxList .Image {
	background-color: #adcbcf;
	height: 160px;
	background-image: url( 'https://cdn.keepmore.cash/c/swagbucks-boxlist-image.jpg' );
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.OfferList.BoxList .Image a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.OfferList.BoxList .Image .Flag {
	position: absolute;
	left: 0;
	top: 15px;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-style: italic;
	background-color: #fff000;
	color: #5ca3ad;
	font-weight: 700;
}
/*.OfferList.BoxList .Image .Flag:after {
	content: '';
	position: absolute;
	right: -18px;
	top: 0;
	height: 100%;
	width: 20px;
	background-image: url( 'https://cdn.keepmore.cash/c/annouce-banner-right-yellow-2.png' );
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}*/
.OfferList.BoxList .Info {
	padding: 20px 20px 30px 20px;
}
.OfferList.BoxList .Info .Title {
	font-size: 16px;
	font-style: normal;
	text-align: left;
	padding: 0;
	font-weight: 700;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.OfferList.BoxList .Info .Title span {
	font-size: 100%;
}
.OfferList.BoxList .Info .Desc {
	font-size: 12px;
	text-align: justify;
	line-height: 1.4;
	font-weight: 400;
	padding: 13px 0 0 0;
}
.OfferList.BoxList .Info .Desc span {
	font-size: 100%;
}
.OfferList.BoxList .Buttons {
	padding: 30px 0 0 0;
}
.OfferList.BoxList .Buttons > ul > li > a {
	font-style: normal;
	font-size: 11px;
	padding: 12px 30px 12px 16px;
	background-color: #e674aa;
	background-image: url( 'https://cdn.keepmore.cash/c/button-link-arrow-white.png' );
	background-position: right center;
	background-size: 22%;
	background-repeat: no-repeat;
}



/* ------------------------------------------------------------- */
/* --- FOOTER -------------------------------------------------- */
/* ------------------------------------------------------------- */



.Footer {
	background-color: #FFF;
}
.Footer > .Hold {
	max-width: 1320px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #444;
	padding: 35px;
}
.Footer .CR {
	letter-spacing: 0.2px;
}
.Footer .CR.Top {
	padding: 0 0 8px 0;
}
.Footer a {
	color: inherit;
	text-decoration: none;
}
.Footer .CR .FootLinks {
	padding: 0 0 0 4px;
}



/* ------------------------------------------------------------- */
/* --- RESPONSIVE ---------------------------------------------- */
/* ------------------------------------------------------------- */



@media screen and ( max-width: 1484px ) {
	
	.BtmBar.HeroForm .Pnt {
		right: 25.5%;
		margin-right: 0;
	}
	
	.Hero.ContentPosLeft .BtmBar.HeroForm .Pnt {
		left: 25.5%;
		margin-left: 0;
	}
	
	.Hero.ContentPosCenter .BtmBar.HeroForm .Pnt {
		right: 50% !important;
	}
	
}



@media screen and ( max-width: 1320px ) {
	
	.BtmBar.HeroForm .Pnt {
		right: 220px;
		margin-right: 0;
	}
	
	.Hero.ContentPosLeft .BtmBar.HeroForm .Pnt {
		left: 220px;
	}
	
	.Hero {
		background-image: url( 'https://cdn.keepmore.cash/c/hero-01-backimg-1320.jpg' );
		background-repeat: no-repeat;
		background-position: 25% top;
	}
	.Hero .Table .Cell.Right,
	.Hero.ContentPosLeft .Table .Cell.Left {
		width: 26px;
	}
	
	.InfoSec.UnderHero {
		background-image: url( 'https://cdn.keepmore.cash/c/hero-01-under-backimg-1320.jpg' );
		background-position: 25% top;
	}
	
}



@media screen and ( max-width: 1265px ) {
	
	.Main {
		background-size: 185%;
	}
	
}



@media screen and ( max-width: 1000px ) {
	
	.CheckList > ul > li:last-child {
		display: none;
	}
	.CheckList > ul > li:nth-child( 4 ) {
		padding-right: 0;
	}
	
	.Main .OfferWall {
		margin: 0 20px;
		padding: 30px;
		max-width: none;
	}
	.Main .OfferWall.ThankYou {
		max-width: 740px;
		margin: 0 auto;
	}
	
	.OfferBillboard {
		margin: -30px 0 -50px 0;
	}
	
	.OfferList.BoxList > ul {
		margin: 0;
	}
	.OfferList.BoxList > ul > li {
		width: 50%;
	}
	
	.ShareBar {
		max-width: 650px;
		margin: 0 auto;
	}
	.ShareBar > .Hug {
		padding: 30px 20px;
	}
	.ShareBar .Table {
		display: block;
	}
	.ShareBar .Table > .Cell {
		display: block;
		width: auto !important;
		text-align: center !important;
		white-space: normal !important;
		line-height: 1.2;
	}
	.ShareBar .Table > div:first-child {
		padding: 0 0 15px 0;
	}
	.ShareBar .Table > div:last-child {
		padding: 15px 0 0 0;
	}
	
}



@media screen and ( max-width: 900px ) {
	
	body {
		font-size: 12px;
	}
	
	.Header .Table > .Cell.SiteLogo {
		width: 140px;
	}
	
	.CheckList > ul > li {
		font-size: 11px;
	}
	.CheckList > ul > li:before {
		width: 24px;
		height: 24px;
	}
	
	.SocialLinks > ul > li > a {
		width: 24px;
		height: 24px;
	}
	
	.Hero > .Hold {
		padding: 30px 0 75px 0;
	}
	.Hero .Content .Head h1 {
		font-size: 75%;
	}
	.Hero .Content .Head h2 {
		font-size: 95%;
	}
	.Hero .Table .Cell.Center {
		width: 430px;
	}
	
	.BtmBar.HeroForm .Pnt {
		right: 190px;
	}
	
	.Hero.ContentPosLeft .BtmBar.HeroForm .Pnt {
		left: 190px;
	}
	
	.UserForm input {
		font-size: 14px;
	}
	.UserForm select {
		font-size: 14px;
	}
	.UserForm input[type=submit] {
		font-size: 11px;
		padding: 15px 26px;
	}
	.UserForm .Cell > .Hug {
		padding: 0 10px 20px 10px;
	}
	.UserForm .Label {
		font-size: 11px;
	}
	.UserForm.DashedList .Cell > .Hug > div.Label {
		font-size: 17px;
		line-height: 1.2;
	}
	.UserForm.DashedList .Cell > .Hug > div.Field {
		width: 120px;
	}
	
	.InfoSec .SecTitle {
		font-size: 24px;
	}
	.InfoSec .SecTitle p {
		font-size: 16px;
		padding: 8px 0 0 0;
	}
	
	.OfferList .Title {
		font-size: 14px;
		line-height: 1.2;
	}
	
	.Main > .Hold {
		padding: 17% 0 10% 0;
	}
	
	.PageHead .PageTitle h1 {
		font-size: 80%;
	}
	.PageHead .PageSubTitle h2 {
		font-size: 77%;
	}
	.PageHead .Note p {
		padding: 2% 0 0 0;
	}
	
	.AllText {
		font-size: 13px;
	}
	
	.Main .OfferWall {
		border-radius: 8px;
		padding: 20px 10px;
	}
	.Main .OfferWall.native {
		padding-bottom: 7%;
	}
	
	.OfferList.BubbleList {
		max-width: 500px;
		margin: 0 auto;
	}
	.OfferList.BubbleList > ul > li {
		width: 50%;
	}
	.OfferList.BubbleList > ul > li > .Hug {
		max-width: 170px;
	}
	.OfferList.BubbleList .Buttons > ul > li > a,
	.OfferList.BoxList .Buttons > ul > li > a {
		font-size: 10px;
		padding: 12px 30px 12px 16px;
	}
	.OfferList.BubbleList .Title {
		font-size: 16px;
	}
	
	.OfferBillboard {
		margin: -20px 0;
		padding: 0 20px;
	}
	.OfferBillboard > .Hold > div {
		border-radius: 8px;
	}
	.OfferBillboard > .Hold > div.MainImage {
		display: none;
	}
	.OfferBillboard > .Hold > div.HalfImage {
		display: block;
	}
	
	.ShareBar .Table > div:first-child {
		font-size: 15px;
	}
	.ShareBar .Table > div:last-child {
		font-size: 15px;
	}
	
	.HeadTopper {
		max-width: 250px;
	}
	
	.UserForm .Cell.PreReg .PR_Msg {
		font-size: 12px;
	}
	.UserForm .Cell.PreReg input[type=checkbox],
	.UserForm .Cell.LegalCB input[type=checkbox] {
		width: 20px;
		height: 20px;
	}
	.UserForm .Cell.PreReg .PR_CB,
	.UserForm .Cell.LegalCB .CB_CB {
		width: 30px;
	}
	
}



@media screen and ( max-width: 760px ) {
	
	.ShareBar {
		max-width: none;
		margin: 0 55px;
	}
	
}



@media screen and ( max-width: 700px ) {
	
	.Header > .Hold {
		padding: 0 15px;
	}
	.Header .Table > .Cell.SiteLogo {
		width: 128px;
	}
	.Header .Table > .Cell.SiteLogo img {
		margin-top: -5px;
	}
	.Header .CheckList {
		display: none;
	}
	
	.Hero .Table .Cell.Right,
	.Hero.ContentPosLeft .Table .Cell.Left {
		width: auto;
	}
	.Hero .Content .Head h1 {
		font-size: 63%;
	}
	.Hero .Content .Head .SubTitleText {
		padding: 5px 0 0 0;
	}
	.Hero .Content .Head h2 {
		font-size: 83%;
	}
	
	.BtmBar.HeroForm .Pnt {
		right: 50%;
		margin-right: -60px;
	}
	
	.Hero.ContentPosLeft .BtmBar.HeroForm .Pnt {
		left: 50%;
		margin-left: -60px;
	}
	
	
	
	.Hero .MobileImg {
		display: block;
		margin: 0 auto 20px auto;
		width: 430px;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	.Hero:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba( 206 , 164 , 184 , 0.7 );
	}
	.Hero .Table {
		position: relative;
		z-index: 2;
	}
	
	.UserForm input {
		font-size: 13px;
	}
	.UserForm select {
		font-size: 13px;
		padding: 10px 26px 10px 10px;
	}
	.UserForm.LineStyle .Cell .Field.Error:after {
		left: -15px;
		top: 3px;
	}
	.UserForm .Cell .Field {
		padding: 10px;
	}
	.UserForm .Label {
		padding: 0 10px 10px 10px;
	}
	
	.InfoSec .SecTitle {
		font-size: 20px;
		padding: 50px 0 60px 0;
	}
	.InfoSec .SecTitle p {
		font-size: 14px;
	}
	.InfoSec .Content.Offers {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.OfferList > ul > li {
		width: 33.33%;
	}
	.OfferList > ul > li > .Hug {
		margin: 0 7% 30px 7%;
	}
	
	.Footer .CR .FootLinks {
		display: block;
		padding: 10px 0 0 0;
	}
	
	.Main .PageHead {
		padding-bottom: 7%;
	}
	
	.PageHead .PageTitle h1 {
		font-size: 68%;
	}
	.PageHead .PageSubTitle h2 {
		font-size: 72%;
	}
	
	.AllText .TextSec {
		padding: 0 0 15px 0;
	}
	
	.TCPA p {
		font-size: 10px;
		line-height: 1.4;
	}
	
	.Main .Form .TCPA {
		padding-bottom: 40px;
	}
	
	.OfferBillboard {
		margin: 0;
	}
	
	.ShareBar {
		margin: 0 50px;
	}
	
	.OfferList.BoxList .Image .Flag {
		font-size: 10px;
		padding: 10px 15px;
	}
	.OfferList.BoxList .Info {
		padding: 15px 15px 25px 15px;
	}
	.OfferList.BoxList .Info .Title {
		/*font-size: 14px;*/
	}
	.OfferList.BoxList .Info .Title span {
		font-size: 87%;
	}
	.OfferList.BoxList .Info .Desc {
		/*font-size: 11px;
		height: 46px;*/
		padding: 8px 0 0 0;
	}
	.OfferList.BoxList .Info .Desc span {
		font-size: 87%;
	}
	.OfferList.BoxList > ul > li > .Hug {
		padding: 8px;
	}
	.Main .OfferWall.ThankYou {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.HeadTopper {
		max-width: 220px;
	}
	
}



@media screen and ( max-width: 550px ) {
	
	.OfferList.BoxList > ul > li {
		display: block;
		width: auto;
	}
	/*.OfferList.BoxList .Info .Desc {
		height: auto;
	}*/
	
	.Main .OfferWall.ThankYou {
		max-width: 400px;
	}
	
}



@media screen and ( max-width: 500px ) {
	
	.Hero > .Hold {
		padding: 15px 15px 40px 15px;
	}
	.Hero .Content {
		padding: 30px;
		border-radius: 6px;
	}
	.Hero .Table .Cell.Right, .Hero .Table .Cell.Left {
		display: none;
	}
	.Hero .Table .Cell.Center {
		width: 100%;
	}
	.Hero .MobileImg {
		margin: 0 0 -20px 0;
		width: auto;
		border-radius: 6px;
	}
	.Hero .Content .Head {
		padding: 0 0 15px 0;
	}
	
	.InfoSec .SecTitle {
		padding: 50px 0;
	}
	.InfoSec .SecTitle p {
		max-width: 250px;
		margin: 0 auto;
		line-height: 1.2;
		padding: 15px 0 0 0;
	}
	
	.PageHead .PageTitle h1 {
		font-size: 57%;
	}
	
	.AllText {
		font-size: 11px;
	}
	.AllText .TextSec {
		padding: 0 0 10px 0;
	}
	
	.UserForm .Label {
		font-size: 10px;
		font-weight: 400;
	}
	.UserForm input {
		font-size: 11px;
	}
	.UserForm select {
		font-size: 11px;
	}
	.UserForm .Cell.DOB .FieldGroup .Field:last-child {
		min-width: 65px;
	}
	.UserForm.DashedList .Cell > .Hug > div.Label {
		font-size: 14px;
		font-weight: 400;
	}
	.UserForm.DashedList .Cell > .Hug > div.Field {
		width: 90px;
	}
	
	.Main .OfferWall {
		border-radius: 10px;
		padding: 10px;
		margin: 20px 0;
	}
	
	.OfferBillboard {
		padding: 0;
	}
	.OfferBillboard > .Hold > div {
		border-radius: 0;
	}
	.OfferBillboard > .Hold > div.HalfImage {
		display: none;
	}
	.OfferBillboard > .Hold > div.MobileImage {
		display: inline-block;
		border-radius: 5px;
	}
	
	.ShareBar {
		margin: 0 40px;
	}
	.ShareBar > .Hug {
		padding: 15px 0;
	}
	.ShareBar .Table > div:first-child {
		font-size: 13px;
		padding-bottom: 8px;
	}
	.ShareBar .Table > div:last-child {
		font-size: 13px;
		padding-top: 8px;
	}
	
	.Buttons.Spaced > ul > li {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	
}



@media screen and ( max-width: 420px ) {
	
	.OfferList > ul > li {
		width: 50%;
	}
	
	.UserForm.SlimStyle .Cell.DOB,
	.UserForm.SlimStyle .Cell.Phone {
		width: 100%;
	}
	
}



@media screen and ( max-width: 400px ) {
	
	.UserForm .Cell.DOB,
	.UserForm .Cell.Phone {
		width: 100%;
	}
	.UserForm .Cell.DOB .FieldGroup .Field:last-child {
		min-width: 0;
	}
	.UserForm .Cell.DOB .FieldGroup .Field,
	.UserForm .Cell.Phone .FieldGroup .Field {
		width: 33.33%;
	}
	
}



@media screen and ( max-width: 375px ) {
	
	.Hero .Content .Head h1 {
		font-size: 50%;
	}
	.Hero .Content .Head h2 {
		font-size: 75%;
	}
	
	.InfoSec .SecTitle {
		font-size: 18px;
	}
	.InfoSec .SecTitle p {
		font-size: 13px;
		line-height: 1.3;
		max-width: 240px;
	}
	.InfoSec .SecTitle h2 {
		max-width: 220px;
		margin: 0 auto;
		line-height: 1.2;
	}
	
	.Footer > .Hold {
		font-size: 9px;
	}
	.Footer .CR {
		max-width: 150px;
		margin: 0 auto;
		line-height: 1.2;
	}
	
	.PageHead .PageTitle h1 {
		font-size: 48%;
	}
	.PageHead .PageSubTitle h2 {
		font-size: 66%;
	}
	
	.UserForm.DashedList .Cell > .Hug > div.Label {
		font-size: 12px;
	}
	.UserForm input[type=submit] {
		font-size: 10px;
		padding: 14px 20px;
	}
	.UserForm.DashedList .Cell.Submit {
		padding: 20px 0 0 0;
	}
	
	.OfferList.BubbleList .Title {
		font-size: 13px;
	}
	.OfferList.BubbleList > ul > li > .Hug {
		max-width: 120px;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.HeadTopper {
		max-width: 150px;
	}
	
	.ShareBar {
		margin: 0 32px 13px 32px;
	}
	.ShareBar .Table > div:first-child {
		font-size: 11px;
	}
	.ShareBar .Table > div:last-child {
		font-size: 11px;
	}
	
	.OfferList.BoxList .Info .Title {
		/*font-size: 13px;*/
	}
	.OfferList.BoxList .Info .Title span {
		font-size: 80%;
	}
	
}



@media screen and ( max-width: 320px ) {
	
	.UserForm .Cell {
		width: 100%;
	}
	
	.Main > .Hold {
		padding: 50px 0 30px 0;
	}
	
	.AllText {
		font-size: 10px;
	}
	.AllText h3 {
		font-size: 110%;
	}
	
	.PageHead .PageTitle h1 {
		font-size: 40%;
	}
	.PageHead .PageSubTitle h2 {
		font-size: 55%;
	}
	.PageHead .Note p {
		font-size: 10px;
	}
	
}