

/* ------------------------------------------------------------- */
/* --- FONTS --------------------------------------------------- */
/* ------------------------------------------------------------- */



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



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



body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	background-color: #FFF;
	color: #1a1a1a;
	cursor: default;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
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: #1a1a1a;
	font-size: 15px;
	font-family: inherit;
	font-weight: 400;
	line-height: 1;
	box-sizing: border-box;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #1a1a1a;
	-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
	box-shadow: 0 0 0px 1000px #FFF inset;
}
input[ type="search" ] {
	padding: 3px 0;
}
input[ type="search" ]::-webkit-search-decoration {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[ type="search" ]::-webkit-search-cancel-button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
body::-webkit-scrollbar {
	display: none;
}



/* ------------------------------------------------------------- */
/* --- ANIMATIONS ---------------------------------------------- */
/* ------------------------------------------------------------- */



@keyframes bump {
	0%   { transform: scale( 1.0  ); }
	50%  { transform: scale( 1.05 ); }
	100% { transform: scale( 1.0  ); }
}

@keyframes flash {
	0%   { color: inherit; }
	50%  { color: rgba( 255,255,255,0.3 ); }
	100% { color: inherit; }
}



/* ------------------------------------------------------------- */
/* --- DEBUG --------------------------------------------------- */
/* ------------------------------------------------------------- */



.Debug {
	padding: 30px;
	font-family: monospace;
	font-size: 11px;
	color: #999;
	background-color: #F5F5F5;
}
.Debug .SecTitle {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
}
.Debug textarea {
	width: 100%;
	height: 500px;
	color: #999;
	resize: none;
}



/* ------------------------------------------------------------- */
/* --- FRAME --------------------------------------------------- */
/* ------------------------------------------------------------- */



.Frame > .Hug {
	display: table;
	border-collapse: collapse;
	width: 1400px;
	padding: 0;
	margin: 0 auto;
}
.Frame > .Hug > div {
	display: table-cell;
	margin: 0;
	padding: 25px;
	vertical-align: top;
	text-align: left;
}
.Frame > .Hug > div.Left {
	padding-left: 0;
}
.Frame > .Hug > div.Right {
	padding-right: 0;
	background-image: url( 'https://cdn.keepmore.cash/a/sidebar-backimg-right.png' );
	background-position: left top;
	background-repeat: repeat-y;
	width: 300px;
}



/* ------------------------------------------------------------- */
/* --- TEXT LINK LIST ------------------------------------------ */
/* ------------------------------------------------------------- */



.TextLinkList > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
}
.TextLinkList > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 10px;
}
.TextLinkList > ul > li:first-child {
	padding-left: 0;
}
.TextLinkList > ul > li:last-child {
	padding-right: 0;
}
.TextLinkList > ul > li > a,
.TextLinkList > ul > li > span {
	display: block;
	text-decoration: none;
	font-size: 18px;
	padding: 5px;
	font-weight: 500;
	color: inherit;
}
 
.TextLinkList.LightText > ul > li > a,
.TextLinkList.LightText > ul > li > span {
	color: rgba( 255 , 255 , 255 , 0.9 );
}

.TextLinkList.Vertical > ul > li {
	display: block;
	padding: 0 0 15px 0;
}
.TextLinkList.Vertical > ul > li:last-child {
	padding: 0;
}
.TextLinkList.Vertical > ul > li > a,
.TextLinkList.Vertical > ul > li > span {
	display: inline;
	padding: 0;
}
.TextLinkList.LeftPoints > ul > li > a:before,
.TextLinkList.LeftPoints > ul > li > span:before {
	content: "\25BA";
	font-size: 7px;
	margin: 0 8px 0 0;
	position: relative;
	top: -3px;
}

.TextLinkList.LineBreaks > ul > li {
	border-right: solid 2px #444;
}
.TextLinkList.LineBreaks > ul > li:last-child {
	border-right: none;
}
.TextLinkList.LineBreaks > ul > li > a,
.TextLinkList.LineBreaks > ul > li > span {
	padding: 0;
}

.TextLinkList.Small > ul > li > a,
.TextLinkList.Small > ul > li > span {
	font-size: 14px;
}



/* ------------------------------------------------------------- */
/* --- SOCIAL LINK LIST ---------------------------------------- */
/* ------------------------------------------------------------- */



.SocialLinks > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
}
.SocialLinks > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 4px;
}
.SocialLinks > ul > li:first-child {
	padding-left: 0;
}
.SocialLinks > ul > li:last-child {
	padding-right: 0;
}
.SocialLinks > ul > li > a {
	display: block;
	text-decoration: none;
	width: 34px;
	height: 34px;
	border: solid 1px rgba( 255 , 255 , 255 , 0.9 );
	border-radius: 1000px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}
.SocialLinks > ul > li.Facebook > a {
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/icon-facebook.png' );
}
.SocialLinks > ul > li.X > a {
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/icon-x.png' );
	background-size: 24px;
}
.SocialLinks > ul > li.Reddit > a {
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/icon-reddit.png' );
	background-size: 28px;
}
.SocialLinks > ul > li.Instagram > a {
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/icon-instagram.png' );
}
.SocialLinks.HalfVis {
	opacity: 0.5;
}



/* ------------------------------------------------------------- */
/* --- SEARCH FORM --------------------------------------------- */
/* ------------------------------------------------------------- */



.SearchForm {
	background-color: rgba( 255 , 255 , 255 , 0.9 );
	border-radius: 1000px;
	overflow: hidden;
}
.SearchForm .Fields {
	display: table;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.SearchForm .Fields > div {
	display: table-cell;
	padding: 0;
	margin: 0;
}
.SearchForm .Fields .Input.Text {
	padding: 6px 6px 6px 8px;
}
.SearchForm .Fields .Input.Submit {
	width: 40px;
	position: relative;
}
.SearchForm .Fields .Input.Submit:after {
	content: '';
	position: absolute;
	right: 2px;
	top: 25%;
	width: 1px;
	height: 50%;
	background-color: #9a24ea;
}
.SearchForm .Fields .Input.Submit input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/icon-search-left.png' );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
	cursor: pointer;
}



/* ------------------------------------------------------------- */
/* --- EMAIL SIGN UP FORM -------------------------------------- */
/* ------------------------------------------------------------- */



.EmailSignUpForm {
	position: relative;
	left: -30px;
}
.EmailSignUpForm input {
	background-color: #FFF;
	border-radius: 1000px;
	padding: 18px 130px 18px 30px;
	font-size: 15px;
	color: #222;
}
.EmailSignUpForm input:-webkit-autofill {
	-webkit-text-fill-color: #222;
	-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
	box-shadow: 0 0 0px 1000px #FFF inset;
}
.EmailSignUpForm .Submit {
	position: absolute;
	right: -30px;
	top: 0;
}
.EmailSignUpForm button {
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	display: block;
	border: none;
	background-color: #222;
	margin: 0;
	padding: 18px 30px;
	border-radius: 1000px;
	color: #EEE;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
}

.EmailSignUpForm .Notes {
	position: absolute;
	width: 100%;
	top: -45px;
	margin: 0 auto;
	text-align: center;
}
.EmailSignUpForm .Notes p {
	position: relative;
	color: #333;
	display: inline-block;
	margin: 0 !important;
	padding: 6px 10px !important;
	text-align: center;
	font-size: 12px !important;
	background-color: #FFF;
	border-radius: 4px;
}
.EmailSignUpForm .Notes p:after {
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFF;
	left: 50%;
	bottom: -9px;
	margin-left: -5px;
}
.EmailSignUpForm.Error .Notes p {
	background-color: #CB282B;
	color: #F6CCCC;
	box-shadow: 0 0 20px 0px rgba( 255 , 255 , 255 , 0.5 );
}
.EmailSignUpForm.Error .Notes p:after {
	border-top-color: #CB282B;
}
.EmailSignUpForm button:disabled {
	cursor: default;
}


.EmailSignUpForm.Dark input {
	background-color: #333;
	color: #EEE;
}
.EmailSignUpForm.Dark input:-webkit-autofill {
	-webkit-text-fill-color: #EEE;
	-webkit-box-shadow: 0 0 0px 1000px #333 inset;
	box-shadow: 0 0 0px 1000px #333 inset;
}
.EmailSignUpForm.Dark button {
	background-color: #555;
}

.EmailSignUpForm.Bigger input {
	font-size: 17px;
	padding: 18px 150px 18px 30px;
}
.EmailSignUpForm.Bigger button {
	font-size: 17px;
	padding: 18px 40px;
}

.EmailSignUpForm button.Flashing {
	animation: 0.3s linear infinite flash;
	cursor: default;
}



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



.Buttons > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: left;
}
.Buttons > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	margin: 0;
}
.Buttons > ul > li:first-child {
	padding-left: 0;
}
.Buttons > ul > li:last-child {
	padding-right: 0;
}
.Buttons > ul > li a {
	display: block;
	text-decoration: none;
	color: rgba( 255 , 255 , 255 , 0.9 );
	background-color: #222;
	font-size: 21px;
	padding: 26px 76px;
	border-radius: 1000px;
	position: relative;
	white-space: nowrap;
}

.Buttons.Centered > ul {
	text-align: center;
}

.Buttons.Smallest > ul > li a {
	font-size: 14px;
	padding: 14px 24px;
}
.Buttons.Small > ul > li a {
	font-size: 17px;
	padding: 16px 30px;
}
.Buttons.Medium > ul > li a {
	font-size: 19px;
	padding: 20px 40px;
}

.Buttons > ul > li.Purp a {
	background-color: #6e48ab;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/asset-button-backimg-purple-grad.png' );
	background-repeat: repeat-y;
	background-size: contain;
	background-position: top left;
}

.Buttons > ul > li > a.NoClaim:after {
	content: 'Error';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -10px;
	background-color: #ca0101;
	font-size: 11px;
	padding: 6px 4px;
	text-align: center;
	width: 90px;
	transform: rotate( -25deg );
	box-shadow: 2px 2px 0 0 rgba( 0 , 0 , 0 , 0.15 );
	text-transform: uppercase;
}
.Buttons > ul > li > a.NoClaim.OfferExp:after {
	content: 'Offer Expired';
}
.Buttons > ul > li > a.NoClaim.OfferCap:after {
	content: 'More Coming';
}
.Buttons > ul > li > a.NoClaim.OfferNoAvail:after {
	content: 'Unavailable';
}
.Buttons > ul > li > a.AniBump {
	animation: 0.15s linear 3 bump;
}



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



.BannerList ul {
	display: block;
	margin: 0 -8px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.BannerList ul > li {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	padding: 0;
}
.BannerList ul > li > a {
	display: block;
	margin: 8px;
	overflow: hidden;
	border-radius: 16px;
}
.BannerList ul > li > a > img {
	display: block;
	width: 100%;
}

.BannerList.SevenHorz ul > li {
	width: 14.28%;
}
.BannerList.SevenHorz ul > li > a {
	border-radius: 10px;
}



/* ------------------------------------------------------------- */
/* --- CARD LISTS ---------------------------------------------- */
/* ------------------------------------------------------------- */



.CardList .List {
	font-size: 0;
	text-align: left;
	margin: 0 -10px;
}
.CardList .List .Card {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 50%;
}
.CardList .List .Card > .Hug {
	margin: 10px;
	background-color: #f5f5f5;
	border: solid 1px #e3e3e3;
	border-radius: 16px;
	overflow: hidden;
}
.CardList .List .Card .Stock {
	display: table;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.CardList .List .Card .Stock > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
}
.CardList .List .Card .Stock > div.Image {
	width: 350px;
	background-color: #FFF;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.CardList .List .Card .Stock .Image .Backimg,
.CardList .List .Card .Stock .Image .Backimg a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.CardList .List .Card .Stock .Image .Icon {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 135px;
	height: 90px;
	border-radius: 7px;
	background-color: #EEE;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.CardList .List .Card .Stock .Image .Icon a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.CardList .List .Card .Stock .Copy {
	padding: 40px 30px;
}
.CardList .List .Card .Stock .Copy .Brand {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.CardList .List .Card .Stock .Copy .Brand a {
	text-decoration: none;
	color: inherit;
}
.CardList .List .Card .Stock .Copy .Title {
	font-size: 19px;
	line-height: 1.3;
	margin: 0 0 30px 0;
}
.CardList .List .Card .Stock .Copy .Title a {
	text-decoration: none;
	color: inherit;
}
.CardList .List .Card .Stock .Copy .Title h4 {
	height: 74px;
	overflow: hidden;
}

.CardList.Smaller .List {
	max-width: none;
}
.CardList.Smaller .List .Card {
	display: inline-block;
}
.CardList.Smaller .List .Card > .Hug {
	border-radius: 10px;
}
.CardList.Smaller .List .Card .Stock > div.Image {
	width: 50%;
}
.CardList.Smaller .List .Card .Stock .Image .Icon {
	width: 100px;
	height: 67px;
	border-radius: 5px;
}
.CardList.Smaller .List .Card .Stock .Copy .Brand {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.CardList.Smaller .List .Card .Stock .Copy .Title {
	font-size: 15px;
	margin: 0 0 10px 0;
}
.CardList.Smaller .List .Card .Stock .Copy .Title h4 {
	height: 58px;
}
.CardList.Smaller .List .Card .Stock .Copy {
	padding: 30px 20px;
}



/* ------------------------------------------------------------- */
/* --- POSTER LISTS -------------------------------------------- */
/* ------------------------------------------------------------- */



.PosterList .List {
	font-size: 0;
	text-align: left;
	margin: 0 -10px;
}
.PosterList .List .Poster {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 33.33%;
}
.PosterList .List .Poster > .Hug {
	margin: 10px;
	padding: 30px;
	background-color: #f5f5f5;
	border: solid 1px #e3e3e3;
	border-radius: 16px;
}
.PosterList .List .Poster .Head {
	margin: 0 0 30px 0;
}
.PosterList .List .Poster .Head a {
	display: block;
	width: 150px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/asset-card-img-placeholder.png' );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
}
.PosterList .List .Poster .Card {
	margin: 0 0 30px 0;
}
.PosterList .List .Poster .Card a {
	display: block;
	overflow: hidden;
	height: 230px;
	border-radius: 10px;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/asset-card-img-placeholder.png' );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.PosterList .List .Poster .Desc {
	margin: 0 0 30px 0;
}
.PosterList .List .Poster .Desc a {
	text-decoration: none;
	color: inherit;
}
.PosterList .List .Poster .Desc .Brand {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.PosterList .List .Poster .Desc .Title {
	font-size: 21px;
	line-height: 1.2;
	padding: 0 15px;
}
.PosterList .List .Poster .Desc .Title h4 {
	height: 78px;
	overflow: hidden;
}
.PosterList .List .Poster .Buttons {
	margin: 0 0 15px 0;
}

.PosterList.Cols_1 .List .Poster {
	width: 100%;
}
.PosterList.Cols_2 .List .Poster {
	width: 50%;
}

.PosterList.InSidebar .List .Poster > .Hug {
	padding: 15px;
	border-radius: 10px;
}
.PosterList.InSidebar .List .Poster .Head {
	margin: 0 0 15px 0;
}
.PosterList.InSidebar .List .Poster .Head a {
	width: 108px;
	height: 70px;
	border-radius: 6px;
}
.PosterList.InSidebar .List .Poster .Card {
	margin: 0 0 15px 0;
}
.PosterList.InSidebar .List .Poster .Card a {
	height: 150px;
	border-radius: 6px;
}
.PosterList.InSidebar .List .Poster .Desc {
	margin: 0 0 15px 0;
}
.PosterList.InSidebar .List .Poster .Desc .Brand {
	font-size: 14px;
	margin: 0 0 10px 0;
}
.PosterList.InSidebar .List .Poster .Desc .Title {
	font-size: 17px;
}
.PosterList.InSidebar .List .Poster .Desc .Title h4 {
	height: auto;
	max-height: 63px;
}



/* ------------------------------------------------------------- */
/* --- TERM LIST ----------------------------------------------- */
/* ------------------------------------------------------------- */



.TermList > ul {
	display: block;
	margin: -10px -5px 0 -5px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.TermList > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	text-align: center;
}
.TermList > ul > li > .Hug {
	padding: 5px 3px;
}
.TermList a {
	display: block;
	border-radius: 1000px;
	white-space: nowrap;
	background-color: #FFF;
	border: solid 1px #DDD;
	font-size: 14px;
	padding: 12px 20px;
	text-decoration: none;
	color: inherit;
}



/* ------------------------------------------------------------- */
/* --- DATA GROUPS --------------------------------------------- */
/* ------------------------------------------------------------- */



.DataGroups {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.DataGroups > .Group {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 0 20px;
	text-align: left;
	border-right: dashed 1px #DDD;
}
.DataGroups > .Group:first-child {
	padding-left: 0;
}
.DataGroups > .Group:last-child {
	padding-right: 0;
	border: none;
}
.DataGroups .Group ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.DataGroups ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.DataGroups > .Group > ul {
	display: table;
	width: 100%;
	border: none;
}
.DataGroups > .Group > ul > li {
	display: table-row;
}
.DataGroups > .Group > ul > li > h3,
.DataGroups > .Group > ul > li > ul {
	display: table-cell;
	vertical-align: top;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	white-space: nowrap;
}
.DataGroups > .Group > ul > li > h3 {
	color: #888;
	width: 1px;
}
.DataGroups > .Group > ul > li > h3:after {
	content: ':';
}
.DataGroups > .Group > ul > li > ul {
	padding-left: 10px;
}
.DataGroups > .Group > ul > li > ul > li {
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
}
.DataGroups > .Group > ul > li > ul > li:last-child {
	margin-bottom: 0;
}
.DataGroups > .Group > ul > li > ul > li {
	display: table;
	width: 100%;
}
.DataGroups > .Group > ul > li > ul > li h4 {
	display: table-cell;
	margin: 0;
	padding: 0;
}
.DataGroups > .Group > ul > li > ul > li .Note {
	display: table-cell;
	text-align: right;
	font-size: 10px;
	color: #AAA;
	vertical-align: top;
	margin: 0;
	padding: 1.5px 0 0 5px;
}
.DataGroups > .Group > ul > li > ul > li a {
	text-decoration: none;
	color: #ec86b6;
	white-space: normal;
	line-height: 1.1;
}



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



.Header {
	background-color: #9a24ea;
	padding: 30px;
}
.Header > .Hug {
	display: table;
	border-collapse: collapse;
	width: 1400px;
	padding: 0;
	margin: 0 auto;
}
.Header > .Hug > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
.Header > .Hug > div.Logo {
	text-align: left;
	width: 264px;
}
.Header > .Hug > div.Nav,
.Header > .Hug > div.Social {
	width: 1px;
	padding: 0 40px;
}
.Header > .Hug > div.Acct {
	text-align: right;
	width: 1px;
}

.Header .Logo a {
	display: block;
	margin-bottom: -7px;
}
.Header .Logo img {
	display: block;
	width: 100%;
}

.Header .Logo a,
.Header .Nav > .TextLinkList,
.Header .Search > .SearchForm,
.Header .Social > .SocialLinks,
.Header .Acct > .TextLinkList {
	position: relative;
	z-index: 1;
}

.Header .Nav.Mobile {
	display: none !important;
	width: 1px;
	text-align: left;
	padding: 0 !important;
}
.Header .Nav.Mobile .Menu {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	background-color: #FFF;
	height: 100%;
	width: 0;
	overflow: hidden;
	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;
}
.Header .Nav.Mobile .Menu > ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.Header .Nav.Mobile .Menu > ul > li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: dashed 1px #EEE;
	white-space: nowrap;
}
.Header .Nav.Mobile .Menu > ul > li.Title {
	padding: 31px 15px 30px 30px;
	border-bottom: dashed 1px #EEE;
	color: #6e48ab;
	font-size: 15px;
}
.Header .Nav.Mobile .Menu > ul > li.Social {
	background-color: #6e48ab;
	border: none;
	padding: 22px 28px;
}
.Header .Nav.Mobile .Menu > ul > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 15px;
	padding: 22px 30px;
}
.Header .Nav.Mobile .Control {
	text-align: right;
	z-index: 110;
	position: relative;
}
.Header .Nav.Mobile .Control a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 1000px;
	border: solid 1px #FFF;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/icon-menu.png' );
}
.Header .Nav.Mobile.Active .Control a {
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/icon-menu-close-purp.png' );
	border-color: #6e48ab;
}
.Header .Nav.Mobile.Active .Menu {
	width: 210px;
	box-shadow: 0 0 200px 0 rgba( 0 , 0 , 0 , 0.8 );
}



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



.Footer {
	background-color: #222;
	color: #777;
	font-size: 16px;
	padding: 80px 0 0 0;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/stitch-01.png' );
	background-position: center 20px;
	background-repeat: repeat-x;
	background-size: 10px;
}
.Footer > .Hug {
	width: 1400px;
	margin: 0 auto;
}
.Footer .Bottom {
	text-align: center;
	border-top: solid 0.5px #666;
	padding: 30px 0;
	margin: 80px 0 0 0;
}
.Footer .LegalText {
	font-size: 14px;
}
.Footer .Top {
	display: table;
	border-collapse: collapse;
	width: 1400px;
	padding: 0;
	margin: 0 auto;
}
.Footer .Top > div {
	display: table-cell;
	margin: 0;
	padding: 0 100px 0 0;
	vertical-align: top;
	text-align: left;
}
.Footer .Top > div.Left {
	width: 400px;
}
.Footer .Top > div.Middle {
	width: 300px;
}
.Footer .Top > div:last-child {
	padding: 0;
}
.Footer .Top .Heading {
	font-size: 21px;
	color: #EEE;
	height: 60px;
}
.Footer .Top .Content p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 1.5;
}
.Footer .Top .Content p:last-child {
	padding: 0;
}
.Footer .Top .SocialLinks {
	margin: 40px 0 0 0;
}
.Footer .Top .EmailSignUpForm {
	margin: 0 -20px 15px 0;
}

.Footer .Top > .Left .SocialLinks {
	display: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: -6px;
}

.Footer .Logo {
	width: 220px;
	margin: -6px 0 0 0;
}
.Footer .Logo a {
	display: block;
}
.Footer .Logo img {
	display: block;
	width: 100%;
}

.Footer .TextLinkList > ul > li > a {
	font-size: 16px;
}



/* ------------------------------------------------------------- */
/* --- CONTENT SECS -------------------------------------------- */
/* ------------------------------------------------------------- */



.ContentSec {
	margin-bottom: 100px;
}
.ContentSec.NoMargin {
	margin: 0;
}
.ContentSec > .Hug {
	width: 1400px;
	margin: 0 auto;
}
.ContentSec .Content .SecTitle {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	color: #333;
	position: relative;
	margin: 100px 0 60px 0;
}
.ContentSec .Content .SecTitle:before {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #e3e3e3;
	border-radius: 1000px;
}
.ContentSec .Content .SecTitle h2 {
	position: relative;
	z-index: 2;
	background-color: #FFF;
	display: inline-block;
	padding: 0 15px;
}
.ContentSec .TextSec p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 1.4;
	font-size: 15px;
}
.ContentSec .TextSec h2 {
	font-size: 19px;
	font-weight: 500;
	padding: 25px 0 15px 0;
}
.ContentSec .TextSec h3 {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0 15px 0;
}
.ContentSec .TextSec ul,
.ContentSec .TextSec ol {
	margin: 0 0 0 22px;
	padding: 0 0 15px 0;
}
.ContentSec .TextSec ul ul,
.ContentSec .TextSec ol ol {
	margin-top: 5px;
}
.ContentSec .TextSec ul li,
.ContentSec .TextSec ol li {
	padding: 0 0 5px 0;
	line-height: 1.4;
	font-size: 15px;
}
.ContentSec .TextSec a {
	color: #7753cf;
}



/* ------------------------------------------------------------- */
/* --- CONTENT SEC : PAGE HEAD --------------------------------- */
/* ------------------------------------------------------------- */



.ContentSec.PageHead {
	margin: 0;
	padding: 70px 0;
	color: #444;
}
.ContentSec.PageHead h1 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -1px;
}
.ContentSec.PageHead p {
	font-size: 19px;
	padding: 0;
	margin: 10px 0 0 0;
}



/* ------------------------------------------------------------- */
/* --- CONTENT SEC : HERO -------------------------------------- */
/* ------------------------------------------------------------- */



.ContentSec.Hero {
	border-radius: 0 0 140px 0;
	background-color: #8047d6;
	color: #fefbfb;
	padding: 150px 0 150px 0;
	margin: -100px 0 0 0;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/backimg-purp-grad-01.png' );
	background-repeat: repeat-x;
	background-position: top left;
	background-size: contain;
	overflow: hidden;
	position: relative;
}
.ContentSec.Hero:before {
	content: '';
	position: absolute;
	height: 619px;
	width: 600px;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/asset-recs-01.png' );
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: -300px;
	left: -100px;
}
.ContentSec.Hero:after {
	content: '';
	position: absolute;
	height: 718px;
	width: 630px;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/asset-recs-02.png' );
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: -300px;
	right: -100px;
}
.ContentSec.Hero .Content {
	display: table;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	width: 100%;
	position: relative;
	z-index: 2;
}
.ContentSec.Hero .Content > div {
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.ContentSec.Hero .Content > div.Image {
	width: 630px;
}
.ContentSec.Hero .Content .Image img {
	margin: 0 0 0 -30px;
}
.ContentSec.Hero .Content .Copy h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.2;
}
.ContentSec.Hero .Content .Copy p {
	font-size: 36px;
	font-weight: 200;
	line-height: 1.3;
	padding: 0 0 15px 0;
}
.ContentSec.Hero .Content .Copy .Buttons {
	padding-top: 30px;
	margin-left: -10px;
}
.ContentSec.TopOffers {
	margin-top: -120px;
	position: relative;
	z-index: 5;
}



/* ------------------------------------------------------------- */
/* --- CONTENT SEC : FEATURED ---------------------------------- */
/* ------------------------------------------------------------- */



.ContentSec.Featured {
	background-color: #8047d6;
	color: #fefbfb;
	padding: 70px 0;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/backimg-purp-grad-01.png' );
	background-repeat: repeat-x;
	background-position: top left;
	background-size: contain;
	overflow: hidden;
	position: relative;
}
.ContentSec.Featured:before {
	content: '';
	position: absolute;
	height: 619px;
	width: 600px;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/asset-recs-01.png' );
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: -300px;
	left: -100px;
}
.ContentSec.Featured:after {
	content: '';
	position: absolute;
	height: 718px;
	width: 630px;
	background-image: url( 'https://cdn.keepmore.cash/ui/v3/asset-recs-02.png' );
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: -300px;
	right: -100px;
}
.ContentSec.Featured .Content {
	display: table;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	width: 100%;
	position: relative;
	z-index: 2;
}
.ContentSec.Featured .Content > div {
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.ContentSec.Featured .Content .Copy {
	padding: 0 0 0 10%;
}
.ContentSec.Featured .Content .Copy h2 {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.ContentSec.Featured .Content .Copy h3 {
	font-size: 52px;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.ContentSec.Featured .Content .Copy p {
	font-size: 30px;
	font-weight: 200;
	line-height: 1.3;
	margin: 0 0 70px 0;
	padding: 0;
}
.ContentSec.Featured .Content .Copy p.Smaller {
	font-size: 20px;
}
.ContentSec.Featured .Content .Copy .EmailSignUpForm {
	max-width: 700px;
	margin: 60px auto 0 auto;
	left: -13px;
}

.ContentSec.Featured.CopyLeft .Content .Copy {
	padding: 0 10% 0 0;
}

.ContentSec.Featured.CopyCenter .Content .Copy {
	padding: 0 10%;
	text-align: center;
}

.ContentSec.Featured.EmailSub {
	padding-bottom: 100px;
}
.ContentSec.Featured.EmailSub .Content .Copy h2 {
	font-size: 54px;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}
.ContentSec.Featured.EmailSub .Content .Copy p {
	margin: 0 0 10px 0;
}



/* ------------------------------------------------------------- */
/* --- INFO SECS ----------------------------------------------- */
/* ------------------------------------------------------------- */



.InfoSec {
	margin: 0 0 60px 0;
}
.InfoSec .Banner {
	margin: 0 0 20px 0;
}
.InfoSec .Banner a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.InfoSec .Banner img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.InfoSec .SecHead.Tabled {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.InfoSec .SecHead.Tabled > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}
.InfoSec .SecHead .Icon {
	width: 160px;
	vertical-align: top !important;
}
.InfoSec .SecHead .Icon a {
	display: block;
	width: 140px;
	height: 90px;
	background-color: #D5D5D5;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #DDD;
}
.InfoSec .SecHead .Icon.NoLink img {
	display: block;
	width: 140px;
	border: solid 1px #DDD;
	border-radius: 8px;
}
.InfoSec .SecHead .Menu .Buttons {
	padding-left: 30px;
}
.InfoSec .SecHead .Menu .Buttons ul {
	text-align: right;
}
.InfoSec .SecHead .Text h1 {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.1px;
	line-height: 1.2;
}
.InfoSec .SecHead .Text .TextLinkList {
	margin: 0 0 5px 0;
}
.InfoSec .SecHead .Text .TextLinkList li {
	border-color: #777;
}
.InfoSec .SecHead .Text .TextLinkList li.Upper {
	text-transform: uppercase;
}
.InfoSec .SecHead .Text .TextLinkList a,
.InfoSec .SecHead .Text .TextLinkList span {
	color: #777;
}
.InfoSec .SecHead .Title {
	border-bottom: dashed 1px #DDD;
	padding: 0 0 20px 0;
}
.InfoSec .SecHead .Title h2 {
	font-size: 19px;
	font-weight: 500;
}
.InfoSec .SecHead .Title.BigBoy {
	text-align: center;
	color: #333;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
	border: none;
}
.InfoSec .SecHead .Title.BigBoy:before {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #e3e3e3;
	border-radius: 1000px;
}
.InfoSec .SecHead .Title.BigBoy h2 {
	font-size: 32px;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	display: inline-block;
	padding: 0 15px;
}
.InfoSec .SecContent {
	margin: 30px 0 0 0;
}
.InfoSec .SecContent .TextBlock p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 1.4;
	text-align: justify;
	font-size: 17px;
}
.InfoSec .SecContent .TextBlock p:last-child {
	padding-bottom: 0;
}

.InfoSec.InSidebar {
	margin: 30px 0;
}
.InfoSec.InSidebar .SecContent {
	margin: 15px 0 0 0;
}

.InfoSec.TermHead .SecHead .Text .TextLinkList {
	margin: 5px 0 0 0;
}



/* ------------------------------------------------------------- */
/* --- COIN SECS ----------------------------------------------- */
/* ------------------------------------------------------------- */



.CoinSec {
	margin: 0 0 20px 0;
}
.CoinSec .Placement {
	width: 300px;
	height: 250px;
	background-color: #AAA;
}
.CoinSec .Note {
	padding: 8px 0 0 5px;
	font-size: 10px;
	color: #AAA;
}
.CoinSec.LongHorz {
	padding: 10px 0 0 0;
}
.CoinSec.LongHorz .Placement {
	width: auto;
	height: 90px;
}
.CoinSec.LongHorz .Note {
	text-align: right;
	padding: 8px 5px 0 0;
}
.CoinSec .Placement > a {
	display: block;
}
.CoinSec .Placement > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.CoinSec.GA {
	padding: 0;
}
.CoinSec.GA .Placement {
	background-color: #EAEAEA;
	text-align: center;
	height: auto;
}



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



@media screen and ( max-width: 1460px ) {
	
	.Header > .Hug {
		width: 100%;
	}
	
	.Footer > .Hug {
		width: auto;
		padding: 0 60px;
	}
	.Footer .Top {
		width: 100%;
	}
	.Footer .Top > div.Left {
		padding: 0 60px 0 0;
	}
	.Footer .Top > div.Middle {
		width: auto;
	}
	
	.ContentSec > .Hug {
		width: auto;
		padding: 0 30px;
	}
	
	.ContentSec.Hero .Content > div.Image {
		width: 45%;
		padding: 0 30px 0 0;
	}
	.ContentSec.Hero .Content .Image img {
		margin: 0;
		display: block;
		width: 100%;
	}
	
	.ContentSec.Featured .Content .Image {
		width: 40%;
		padding: 0 30px 0 60px;
	}
	.ContentSec.Featured .Content .Image a {
		display: block;
	}
	.ContentSec.Featured .Content .Image img {
		display: block;
		width: 100%;
	}
	.ContentSec.Featured .Content .Copy {
		padding: 0 60px 0 30px;
	}
	.ContentSec.Featured.CopyLeft .Content .Image {
		padding: 0 60px 0 30px;
	}
	.ContentSec.Featured.CopyLeft .Content .Copy {
		padding: 0 30px 0 60px;
	}
	
	.Frame > .Hug {
		width: 100%;
	}
	.Frame > .Hug > div.Left {
		padding-left: 30px;
	}
	.Frame > .Hug > div.Right {
		padding-right: 30px;
	}
	
}



@media screen and ( max-width: 1320px ) {
	
	.CardList.Smaller .List .Card .Stock .Image .Icon {
		width: 86px;
		height: 56px;
	}
	.CardList.Smaller .List .Card .Stock .Copy {
		padding: 20px 20px;
	}
	.CardList.Smaller .List .Card .Stock .Copy .Brand {
		font-size: 12px;
		margin: 0 0 3px 0;
	}
	.CardList.Smaller .Buttons.Smallest > ul > li a {
		font-size: 12px;
	}
	
	.TermList a {
		font-size: 13px;
	}
	
	.Header > .Hug > div.Nav {
		padding: 0 30px;
	}
	.Header > .Hug > div.Social {
		padding: 0 15px;
	}
	
	.ContentSec.PageHead h1 {
		font-size: 30px;
	}
	.ContentSec.PageHead p {
		font-size: 16px;
	}
	.ContentSec .TextSec h2 {
		font-size: 18px;
	}
	.ContentSec .TextSec h3 {
		font-size: 15px;
	}
	.ContentSec .TextSec p,
	.ContentSec .TextSec ul li,
	.ContentSec .TextSec ol li {
		font-size: 14px;
	}
	
	.ContentSec .Content .SecTitle {
		font-size: 34px;
	}
	
	.ContentSec.Hero .Content .Copy h1 {
		font-size: 44px;
		max-width: 630px;
	}
	.ContentSec.Hero .Content .Copy p {
		font-size: 28px;
	}
	
	.ContentSec.Featured.EmailSub .Content .Copy h2 {
		font-size: 44px;
	}
	.ContentSec.Featured.EmailSub .Content .Copy p {
		max-width: 800px;
		margin: 0 auto 10px auto;
	}
	
	.ContentSec.Featured .Content .Copy h2 {
		font-size: 28px;
	}
	.ContentSec.Featured .Content .Copy h3 {
		font-size: 44px;
	}
	.ContentSec.Featured .Content .Copy p {
		font-size: 26px;
	}
	
	.InfoSec .SecHead .Icon {
		width: 150px;
	}
	.InfoSec .SecHead .Icon a {
		width: 130px;
		height: 84px;
	}
	.InfoSec .SecHead .Text h1 {
		font-size: 23px;
	}
	.InfoSec .SecHead .Menu .Buttons {
		padding-left: 15px;
	}
	.InfoSec .SecContent .TextBlock p {
		font-size: 15px;
	}
	.InfoSec .SecHead .Title.BigBoy h2 {
		font-size: 23px;
	}
	
	.InfoSec .SecHead .Icon.NoLink img {
		width: 134px;
	}
	
}



@media screen and ( max-width: 1140px ) {
	
	.Buttons > ul > li a {
		font-size: 19px;
		padding: 22px 57px;
	}
	.Buttons.Medium > ul > li a {
		font-size: 16px;
		padding: 18px 36px;
	}
	.Buttons.Small > ul > li a {
		font-size: 14px;
		padding: 14px 24px;
	}
	
	.TermList a {
		font-size: 12px;
		padding: 11px 15px;
	}
	
	.TextLinkList > ul > li {
		padding: 0 7px;
	}
	.TextLinkList > ul > li > a,
	.TextLinkList > ul > li > span {
		font-size: 16px;
	}
	
	.SocialLinks > ul > li > a {
		width: 30px;
		height: 30px;
	}
	
	.BannerList ul > li > a {
		border-radius: 12px;
	}
	
	.CardList .List .Card > .Hug {
		border-radius: 12px;
	}
	.CardList .List .Card .Stock > div.Image {
		width: 50%;
	}
	.CardList .List .Card .Stock .Image .Icon {
		width: 115px;
		height: 75px;
	}
	.CardList .List .Card .Stock .Copy {
		padding: 30px;
	}
	.CardList .List .Card .Stock .Copy .Brand {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	.CardList .List .Card .Stock .Copy .Title {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.CardList .List .Card .Stock .Copy .Title h4 {
		height: 62px;
	}
	
	.CardList.Smaller .List {
		margin: 0 -5px;
	}
	.CardList.Smaller .List .Card {
		margin: 0;
	}
	.CardList.Smaller .List .Card > .Hug {
		margin: 5px;
	}
	.CardList.Smaller .List .Card .Stock {
		display: block;
		width: auto;
	}
	.CardList.Smaller .List .Card .Stock > div {
		display: block;
		width: auto;
	}
	.CardList.Smaller .List .Card .Stock > div.Image {
		width: 100%;
		height: 130px;
	}
	
	.PosterList .List .Poster > .Hug {
		padding: 20px;
		border-radius: 12px;
	}
	.PosterList .List .Poster .Head {
		margin: 0 0 20px 0;
	}
	.PosterList .List .Poster .Head a {
		width: 110px;
		height: 71px;
		border-radius: 8px;
	}
	.PosterList .List .Poster .Card {
		margin: 0 0 20px 0;
	}
	.PosterList .List .Poster .Card a {
		height: 180px;
		border-radius: 8px;
	}
	.PosterList .List .Poster .Desc {
		margin: 0 0 20px 0;
	}
	.PosterList .List .Poster .Desc .Brand {
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	.PosterList .List .Poster .Desc .Title {
		font-size: 18px;
	}
	.PosterList .List .Poster .Desc .Title h4 {
		height: 66px;
	}
	
	.EmailSignUpForm input,
	.EmailSignUpForm button {
		font-size: 14px;
	}
	.EmailSignUpForm.Bigger input,
	.EmailSignUpForm.Bigger button {
		font-size: 15px;
	}
	
	.Header > .Hug > div.Logo {
		width: 200px;
	}
	.Header input {
		font-size: 13px;
	}
	
	.Footer {
		font-size: 14px;
	}
	.Footer .Top > div {
		padding: 0 60px 0 0;
	}
	.Footer .Top > div.Left {
		width: 40%;
		padding: 0 40px 0 0;
	}
	.Footer .Top .Heading {
		font-size: 19px;
		height: 50px;
	}
	.Footer .Logo {
		width: 180px;
		margin: -3px 0 0 0;
	}
	.Footer .TextLinkList > ul > li > a {
		font-size: 14px;
	}
	
	.ContentSec {
		margin-bottom: 60px;
	}
	.ContentSec .Content .SecTitle {
		font-size: 30px;
	}
	
	.ContentSec.PageHead {
		padding: 50px 0;
	}
	.ContentSec.PageHead h1 {
		font-size: 26px;
	}
	.ContentSec.PageHead p {
		font-size: 15px;
	}
	.ContentSec .TextSec h2 {
		font-size: 16px;
		padding: 20px 0 15px 0;
	}
	.ContentSec .TextSec h3 {
		font-size: 14px;
	}
	.ContentSec .TextSec p,
	.ContentSec .TextSec ul li,
	.ContentSec .TextSec ol li {
		font-size: 13px;
	}
	
	.ContentSec.Hero {
		border-radius: 0 0 100px 0;
	}
	.ContentSec.Hero .Content .Copy h1 {
		font-size: 36px;
		max-width: 500px;
	}
	.ContentSec.Hero .Content .Copy p {
		font-size: 25px;
	}
	
	.ContentSec.Featured .Content .Copy h2 {
		font-size: 25px;
	}
	.ContentSec.Featured .Content .Copy h3 {
		font-size: 36px;
	}
	.ContentSec.Featured .Content .Copy p {
		font-size: 22px;
	}
	.ContentSec.Featured .Content .Copy p.Smaller {
		font-size: 17px;
	}
	.ContentSec.Featured .Content .Copy .EmailSignUpForm {
		max-width: 500px;
		margin: 40px auto 0 auto;
	}
	
	.ContentSec.Featured.EmailSub .Content .Copy h2 {
		font-size: 36px;
	}
	.ContentSec.Featured.EmailSub .Content .Copy p {
		max-width: 600px;
	}
	
	.ContentSec.Hero:before,
	.ContentSec.Featured:before {
		width: 510px;
		height: 526px;
		top: -275px;
	}
	.ContentSec.Hero:after,
	.ContentSec.Featured:after {
		width: 536px;
		height: 610px;
		bottom: -204px;
	}
	
	.InfoSec {
		margin: 0 0 40px 0;
	}
	.InfoSec .SecHead .Icon {
		width: 125px;
	}
	.InfoSec .SecHead .Icon a {
		width: 110px;
		height: 71px;
	}
	.InfoSec .SecHead .Icon.NoLink img {
		width: 110px;
	}
	.InfoSec .SecHead .Text h1 {
		font-size: 19px;
	}
	.InfoSec .SecContent {
		margin: 20px 0 0 0;
	}
	.InfoSec .SecContent .TextBlock p {
		font-size: 13px;
	}
	.InfoSec .SecHead .Title h2 {
		font-size: 17px;
	}
	.InfoSec .SecHead .Title.BigBoy {
		margin: 0 0 30px 0;
	}
	.InfoSec .SecHead .Title.BigBoy h2 {
		font-size: 19px;
	}
	
}



@media screen and ( max-width: 944px ) {
	
	.Buttons > ul > li a {
		font-size: 16px;
		padding: 20px 45px;
	}
	.Buttons.Medium > ul > li a {
		font-size: 14px;
		padding: 16px 31px;
	}
	.Buttons.Small > ul > li a {
		font-size: 12px;
		padding: 13px 22px;
	}
	
	.BannerList ul > li > a {
		border-radius: 10px;
	}
	.BannerList.SevenHorz ul {
		text-align: center;
	}
	.BannerList.SevenHorz ul > li {
		width: 16.66%;
	}
	
	.CardList .List .Card > .Hug {
		border-radius: 10px;
	}
	.CardList .List .Card .Stock > div.Image {
		width: 47%;
	}
	.CardList .List .Card .Stock .Image .Icon {
		width: 100px;
		height: 65px;
		border-radius: 6px;
	}
	.CardList .List .Card .Stock .Copy {
		padding: 20px;
	}
	.CardList .List .Card .Stock .Copy .Brand {
		font-size: 12px;
		margin: 0 0 6px 0;
	}
	.CardList .List .Card .Stock .Copy .Title {
		font-size: 14px;
		margin: 0 0 14px 0;
	}
	.CardList .List .Card .Stock .Copy .Title h4 {
		height: 55px;
	}
	
	.CardList.Smaller .List .Card {
		width: 33.33%;
	}
	
	.PosterList .List .Poster > .Hug {
		padding: 15px;
		border-radius: 10px;
	}
	.PosterList .List .Poster .Head a {
		border-radius: 6px;
	}
	.PosterList .List .Poster .Card a {
		height: 160px;
		border-radius: 6px;
	}
	.PosterList .List .Poster .Desc .Brand {
		font-size: 14px;
		margin: 0 0 6px 0;
	}
	.PosterList .List .Poster .Desc .Title {
		font-size: 16px;
	}
	.PosterList .List .Poster .Desc .Title h4 {
		height: 60px;
	}
	
	.PosterList.InSidebar .List {
		margin: 0 -5px;
		max-width: none;
	}
	.PosterList.InSidebar .List .Poster {
		display: inline-block;
		width: 33.33%;
		padding: 0;
	}
	.PosterList.InSidebar .List .Poster > .Hug {
		margin: 5px;
	}
	.PosterList.InSidebar .List .Poster .Desc .Brand {
		font-size: 12px;
		margin: 0 0 3px 0;
	}
	.PosterList.InSidebar .List .Poster .Desc .Title {
		font-size: 15px;
		padding: 0 10px;
		line-height: 1.3;
	}
	.PosterList.InSidebar .List .Poster .Desc .Title h4 {
		height: 57px;
	}
	
	.Header {
		padding: 20px 30px;
	}
	.Header > .Hug > div.Nav,
	.Header > .Hug > div.Social,
	.Header > .Hug > div.Acct {
		display: none;
	}
	.Header .Logo {
		width: auto !important;
	}
	.Header .Logo a {
		width: 200px;
	}
	.Header > .Hug > div.Search {
		padding: 0 20px;
		width: 400px;
	}
	
	.Header .Nav.Mobile {
		display: table-cell !important;
	}
	
	.Footer {
		font-size: 13px;
		padding: 60px 0 0 0;
	}
	.Footer > .Hug {
		padding: 0 40px;
	}
	.Footer .Top {
		display: block;
		margin: 0 auto;
		font-size: 0;
	}
	.Footer .Top > div {
		display: block;
	}
	.Footer .Top > div.Left {
		width: auto;
		padding: 0 0 40px 0;
		text-align: justify;
		font-size: 13px;
		position: relative;
	}
	.Footer .Top > div.Middle {
		display: inline-block;
		width: 35%;
		padding: 0;
		font-size: 13px;
	}
	.Footer .Top > div.Right {
		display: inline-block;
		width: 65%;
		padding: 0;
		font-size: 13px;
	}
	.Footer .Top > div.Right .SocialLinks {
		display: none;
	}
	.Footer .Top > .Left .SocialLinks {
		display: block;
	}
	.Footer .Top .Heading {
		font-size: 17px;
	}
	.Footer .Logo {
		margin: 0;
		opacity: 0.8;
	}
	.Footer .Top .EmailSignUpForm {
		margin: 0 0 15px 0;
	}
	.Footer .Bottom {
		margin: 50px 0 0 0;
	}
	.Footer .LegalText {
		font-size: 12px;
	}
	.Footer .TextLinkList > ul > li > a {
		font-size: 13px;
	}
	
	.ContentSec {
		margin-bottom: 40px;
	}
	.ContentSec .Content .SecTitle {
		margin: 60px 0 40px 0;
		font-size: 26px;
	}
	
	.ContentSec.PageHead {
		padding: 30px 0;
	}
	.ContentSec.PageHead h1 {
		font-size: 22px;
	}
	.ContentSec.PageHead p {
		font-size: 14px;
	}
	.ContentSec .TextSec h2 {
		font-size: 15px;
		padding: 20px 0 15px 0;
	}
	.ContentSec .TextSec h3 {
		font-size: 13px;
	}
	.ContentSec .TextSec p,
	.ContentSec .TextSec ul li,
	.ContentSec .TextSec ol li {
		font-size: 12px;
	}
	
	.ContentSec.Hero {
		padding: 110px 0 150px 0;
	}
	.ContentSec.Hero .Content .Copy h1 {
		font-size: 30px;
		max-width: 410px;
	}
	.ContentSec.Hero .Content .Copy p {
		font-size: 21px;
	}
	.ContentSec.Hero .Content .Copy .Buttons {
		padding-top: 10px;
	}
	
	.ContentSec.Featured .Content .Copy h2 {
		font-size: 20px;
		margin: 0 0 6px 0;
	}
	.ContentSec.Featured .Content .Copy h3 {
		font-size: 30px;
	}
	.ContentSec.Featured .Content .Copy p {
		font-size: 19px;
	}
	
	.ContentSec.Featured.EmailSub .Content .Copy h2 {
		font-size: 30px;
	}
	.ContentSec.Featured.EmailSub .Content .Copy p {
		max-width: 500px;
	}
	
	.ContentSec.Hero:before,
	.ContentSec.Featured:before {
		width: 420px;
		height: 433px;
		top: -180px;
		left: -47px;
	}
	.ContentSec.Hero:after,
	.ContentSec.Featured:after {
		width: 441px;
		height: 503px;
		bottom: -187px;
		right: -87px;
	}
	
	.Frame > .Hug {
		display: block;
		width: auto;
	}
	.Frame > .Hug > div {
		display: block;
		width: auto !important;
	}
	.Frame > .Hug > div.Left {
		padding-bottom: 0;
	}
	.Frame > .Hug > div.Right {
		background: none;
		padding: 0;
	}
	.Frame > .Hug > .Right .CoinSec {
		position: relative;
		background-color: #f5f5f5;
		margin: 0;
		padding: 50px 20px 40px 20px;
	}
	.Frame > .Hug > .Right .CoinSec:before,
	.Frame > .Hug > .Right .CoinSec:after {
		content: '';
		position: absolute;
		left: 0;
		height: 3px;
		width: 100%;
		background-image: url( 'https://cdn.keepmore.cash/ui/v3/stitch-01.png' );
		background-position: center;
		background-repeat: repeat-x;
		background-size: 10px;
		opacity: 0.2;
	}
	.Frame > .Hug > .Right .CoinSec:before {
		top: 15px;
	}
	.Frame > .Hug > .Right .CoinSec:after {
		bottom: 15px;
	}
	.Frame > .Hug > .Right .CoinSec .Placement {
		margin: 0 auto;
	}
	.Frame > .Hug > .Right .CoinSec .Note {
		width: 300px;
		margin: 0 auto;
	}
	
	.Frame .Right .InfoSec .SecHead {
		margin: 0 30px;
		text-align: center;
	}
	.Frame .Right .InfoSec .SecContent {
		margin: 20px 30px 0 30px;
	}
	
	.InfoSec .SecHead .Icon {
		width: 150px;
	}
	.InfoSec .SecHead .Icon a {
		width: 130px;
		height: 84px;
	}
	.InfoSec .SecHead .Icon.NoLink img {
		width: 134px;
	}
	.InfoSec .SecHead .Text h1 {
		font-size: 23px;
	}
	.InfoSec .SecHead .Menu .Buttons {
		padding-left: 20px;
	}
	.InfoSec .SecHead .Menu .Buttons a {
		font-size: 15px;
		padding: 15px 27px;
	}
	.InfoSec .SecContent .TextBlock p {
		font-size: 15px;
	}
	.Frame .Right .InfoSec .SecHead .Title {
		border: none;
		padding: 0;
		margin: 50px 0 30px 0;
		position: relative;
	}
	.Frame .Right .InfoSec .SecHead .Title h2 {
		position: relative;
		z-index: 2;
		background-color: #FFF;
		display: inline-block;
		padding: 0 15px;
	}
	.Frame .Right .InfoSec .SecHead .Title:before {
		content: '';
		height: 2px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		background-color: #e3e3e3;
		border-radius: 1000px;
	}
	.Frame .Right .InfoSec .SecHead .Title h2,
	.InfoSec .SecHead .Title.BigBoy h2 {
		font-size: 21px;
	}
	.InfoSec .SecHead .Title.BigBoy:before {
		height: 2px;
	}
	
}



@media screen and ( max-width: 800px ) {
	
	.Buttons > ul > li a {
		font-size: 15px;
		padding: 18px 39px;
	}
	
	.BannerList.SevenHorz {
		max-width: 500px;
		margin: 0 auto;
		padding: 20px 0;
	}
	.BannerList.SevenHorz ul > li {
		width: 33.33%;
	}
	
	.CardList .List {
		margin: 0 auto;
		max-width: 500px;
	}
	.CardList .List .Card {
		width: auto;
		display: block;
		margin: 0 0 20px 0;
	}
	.CardList .List .Card > .Hug {
		margin: 0;
	}
	.CardList .List .Card .Stock > div.Image {
	}
	.CardList .List .Card .Stock .Copy {
		padding: 30px 20px;
	}
	.CardList .List .Card .Stock .Copy .Title {
		margin: 0 0 28px 0;
	}
	
	.CardList.Smaller .List .Card .Stock .Copy .Title {
		font-size: 14px;
	}
	.CardList.Smaller .List .Card .Stock .Copy .Title h4 {
		height: 55px;
	}
	
	.EmailSignUpForm input, .EmailSignUpForm button {
		font-size: 13px;
	}
	.EmailSignUpForm.Bigger input, .EmailSignUpForm.Bigger button {
		font-size: 14px;
	}
	
	.PosterList .List .Poster {
		width: 50%;
	}
	
	.PosterList.InSidebar .List .Poster .Head a {
		width: 94px;
		height: 61px;
	}
	.PosterList.InSidebar .List .Poster .Card a {
		height: 120px;
	}
	.PosterList.InSidebar .List .Poster .Desc .Title {
		font-size: 14px;
		padding: 0;
	}
	.PosterList.InSidebar .List .Poster .Desc .Title h4 {
		height: 54px;
	}
	.PosterList.InSidebar .List .Poster .Buttons a {
		font-size: 12px;
	}
	
	.Header {
		padding: 20px;
	}
	.Header > .Hug > div.Logo {
		width: 200px !important;
	}
	.Header .Logo a {
		margin-bottom: -4px;
		width: 100%;
	}
	.Header > .Hug > div.Search {
		width: auto;
	}
	.Header .Nav.Mobile .Menu > ul > li.Title {
		padding: 31px 15px 29px 30px;
	}
	
	.ContentSec {
		clear: both;
	}
	.ContentSec .Content .SecTitle {
		margin: 40px 0 30px 0;
		font-size: 23px;
	}
	
	.ContentSec.Hero {
		padding: 120px 0 130px 0;
		border-radius: 0 0 60px 0;
	}
	.ContentSec.Hero .Content .Copy h1 {
		font-size: 25px;
		max-width: 351px;
	}
	.ContentSec.Hero .Content .Copy p {
		font-size: 17px;
		max-width: 351px;
	}
	
	.ContentSec.TopOffers {
		margin-top: -100px;
	}
	.ContentSec.TopOffers .BannerList {
		text-align: center;
	}
	.ContentSec.TopOffers .BannerList ul > li {
		width: 40%;
	}
	
	.ContentSec.Featured .Content .Image {
		padding: 0 0 0 60px;
	}
	.ContentSec.Featured.CopyLeft .Content .Image {
		padding: 0 60px 0 0;
	}
	
	.ContentSec.Hero:before,
	.ContentSec.Featured:before {
		top: -188px;
		left: -66px;
	}
	.ContentSec.Hero:after,
	.ContentSec.Featured:after {
		bottom: -234px;
		right: -110px;
	}
	
	.Frame > .Hug > div.Left {
		padding: 20px 20px 0 20px !important;
	}
	.Frame .Right .InfoSec .SecHead {
		margin: 0 20px;
	}
	.Frame .Right .InfoSec .SecContent {
		margin: 20px 20px 0 20px;
	}
	
	.InfoSec .Banner img {
		border-radius: 6px;
	}
	.InfoSec .SecHead .Icon {
		width: 125px;
	}
	.InfoSec .SecHead .Icon a {
		width: 110px;
		height: 71px;
	}
	.InfoSec .SecHead .Icon.NoLink img {
		width: 110px;
	}
	.InfoSec .SecHead .Text h1 {
		font-size: 21px;
	}
	.InfoSec .SecHead .Text .TextLinkList {
		margin: 0 0 2px 0;
	}
	.InfoSec .SecHead .Menu .Buttons a {
		font-size: 14px;
	}
	.InfoSec .SecContent .TextBlock p {
		font-size: 14px;
	}
	
}

@media screen and ( max-width: 670px ) {
	
	.Buttons.Medium > ul > li a {
		font-size: 12px;
		padding: 14px 23px;
	}
	
	.CardList.Smaller .List .Card {
		width: 50%;
	}
	
	.EmailSignUpForm input, .EmailSignUpForm button {
		font-size: 12px;
	}
	.EmailSignUpForm input {
		padding: 15px 120px 15px 24px;
	}
	.EmailSignUpForm button {
		padding: 15px 20px;
	}
	
	.EmailSignUpForm.Bigger input, .EmailSignUpForm.Bigger button {
		font-size: 13px;
	}
	.EmailSignUpForm.Bigger input {
		padding: 16px 150px 16px 22px;
	}
	.EmailSignUpForm.Bigger button {
		padding: 16px 30px;
	}
	
	.PosterList .List {
		margin: 0 -5px;
	}
	.PosterList .List .Poster > .Hug {
		padding: 10px;
		margin: 5px;
	}
	.PosterList .List .Poster .Head {
		margin: 0 0 10px 0;
	}
	.PosterList .List .Poster .Head a {
		width: 100px;
		height: 65px;
		border-radius: 5px;
	}
	.PosterList .List .Poster .Card a {
		height: 150px;
		border-radius: 5px;
	}
	.PosterList .List .Poster .Desc .Brand {
		font-size: 13px;
		margin: 0 0 5px 0;
	}
	.PosterList .List .Poster .Desc .Title {
		font-size: 14px;
	}
	.PosterList .List .Poster .Desc .Title h4 {
		height: 49px;
	}
	
	.PosterList.InSidebar .List .Poster {
		width: 50%;
	}
	
	.SocialLinks > ul > li {
		padding: 0 3px;
	}
	.SocialLinks > ul > li > a {
		width: 26px;
		height: 26px;
		background-size: 26px;
	}
	.SocialLinks > ul > li.X > a {
		background-size: 20px;
	}
	
	.TextLinkList.Small > ul > li > a, .TextLinkList.Small > ul > li > span {
		font-size: 12px;
	}
	
	.Header {
		padding: 15px 15px 15px 20px;
	}
	.Header > .Hug > div.Logo {
		width: 180px !important;
	}
	.Header .Nav.Mobile.Active .Menu {
		width: 188px;
	}
	.Header .Nav.Mobile .Menu > ul > li.Title {
		padding: 26px 15px 26px 30px;
		font-size: 13px;
	}
	.Header .Nav.Mobile .Menu > ul > li > a {
		font-size: 13px;
	}
	
	.Footer {
		font-size: 12px;
	}
	.Footer > .Hug {
		padding: 0 20px;
	}
	.Footer .Top {
		font-size: inherit;
	}
	.Footer .Top > div.Left {
		font-size: inherit;
		padding: 0 0 30px 0;
	}
	.Footer .Logo {
		width: 160px;
		margin: 0;
	}
	.Footer .Top .Heading {
		height: 40px;
		font-size: 16px;
	}
	.Footer .Top > div.Middle {
		display: block;
		width: auto;
		padding: 0 0 30px 0;
	}
	.Footer .Top > div.Right {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 50px 0 30px 0;
		text-align: center;
		font-size: inherit;
		border-top: dashed 1px rgba( 255 , 255 , 255 , 0.1 );
	}
	.Footer .TextLinkList.Vertical > ul > li {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		padding: 0 20px 10px 0 !important;
	}
	.Footer .TextLinkList > ul > li > a {
		font-size: 12px;
	}
	.Footer .TextLinkList > ul {
		white-space: normal;
	}
	.Footer .TextLinkList.LeftPoints > ul > li > a:before {
		top: -2px;
		margin: 0 5px 0 0;
	}
	.Footer .Top .EmailSignUpForm {
		left: -1px;
		max-width: 500px;
		margin: 0 auto 15px auto;
	}
	.Footer .EmailSignUpForm .Submit {
		right: -1px;
	}
	.Footer .Bottom {
		margin: 30px 0 0 0;
		padding: 20px 0;
	}
	.Footer .LegalText {
		font-size: 11px;
	}
	
	.ContentSec > .Hug {
		padding: 0 20px;
	}
	
	.ContentSec.Hero {
		padding: 140px 0 165px 0;
		border-radius: 0 0 40px 0;
	}
	.ContentSec.Hero .Content {
		display: block;
		width: auto;
	}
	.ContentSec.Hero .Content > div {
		display: block;
		width: auto !important;
	}
	.ContentSec.Hero .Content > div.Image {
		padding: 0;
	}
	.ContentSec.Hero .Content .Image img {
		max-width: 500px;
		height: 368px;
		object-fit: cover;
		object-position: top;
		margin: 0 auto;
	}
	.ContentSec.Hero .Content .Copy {
		padding: 30px 0 0 0;
	}
	.ContentSec.Hero .Content .Copy h1 {
		font-size: 25px;
		max-width: 351px;
		margin: 0 auto;
		text-align: center;
	}
	.ContentSec.Hero .Content .Copy p {
		text-align: center;
		margin: 0 auto;
		padding: 15px 0 0 0;
		max-width: 440px;
	}
	.ContentSec.Hero .Content .Copy .Buttons {
		padding-top: 30px;
	}
	.ContentSec.Hero .Content .Copy .Buttons > ul {
		text-align: center;
	}
	
	.ContentSec.TopOffers {
		margin-top: -80px;
	}
	.ContentSec.TopOffers .BannerList ul > li {
		width: 50%;
	}
	
	.ContentSec.Featured .Content .Copy {
		padding: 0 20px !important;
	}
	.ContentSec.Featured .Content .Image {
		padding: 0 0 0 20px !important;
	}
	.ContentSec.Featured.CopyLeft .Content .Image {
		padding: 0 20px 0 0 !important;
	}
	.ContentSec.Featured .Content .Copy h2 {
		font-size: 17px;
	}
	.ContentSec.Featured .Content .Copy h3 {
		font-size: 25px;
		margin: 0 0 20px 0;
	}
	.ContentSec.Featured .Content .Copy p {
		font-size: 17px;
		margin: 0 0 50px 0;
	}
	.ContentSec.Featured .Content .Copy p.Smaller {
		font-size: 14px;
	}
	.ContentSec.Featured .Content .Copy .EmailSignUpForm {
		max-width: 400px;
	}
	
	.ContentSec.Featured.EmailSub .Content .Copy h2 {
		font-size: 26px;
	}
	.ContentSec.Featured.EmailSub .Content .Copy p {
		max-width: 440px;
	}
	
	.DataGroups {
		display: block;
		width: auto;
	}
	.DataGroups > .Group {
		display: block;
		width: auto;
		padding: 0;
		border: none;
	}
	.DataGroups > .Group > ul > li > h3 {
		width: 70px;
	}
	
	.Frame .Right .InfoSec .SecHead .Title h2,
	.InfoSec .SecHead .Title.BigBoy h2 {
		font-size: 19px;
	}
	
	.InfoSec .SecHead.Tabled.MobileMenuUnder {
		position: relative;
		margin-bottom: 85px;
	}
	.InfoSec .SecHead .Icon {
		width: 109px;
	}
	.InfoSec .SecHead .Icon a {
		width: 98px;
		height: 63px;
	}
	.InfoSec .SecHead .Icon.NoLink img {
		width: 98px;
	}
	.InfoSec .SecHead .Text h1 {
		font-size: 19px;
	}
	.InfoSec .SecHead.Tabled.MobileMenuUnder > div.Menu {
		position: absolute;
		bottom: -85px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.InfoSec .SecHead.Tabled.MobileMenuUnder .Buttons {
		padding: 20px 0;
	}
	.InfoSec .SecHead.Tabled.MobileMenuUnder .Buttons ul {
		text-align: inherit;
		position: relative;
	}
	.InfoSec .SecHead.Tabled.MobileMenuUnder .Buttons ul:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		height: 3px;
		width: 100%;
		background-image: url( 'https://cdn.keepmore.cash/ui/v3/stitch-01.png' );
		background-position: center;
		background-repeat: repeat-x;
		background-size: 10px;
		opacity: 0.2;
	}
	.InfoSec .SecHead.Tabled.MobileMenuUnder .Buttons ul li {
		background-color: #FFF;
		padding: 0 10px;
		position: relative;
		z-index: 2;
	}
	
}



@media screen and ( max-width: 540px ) {
	
	.BannerList.SevenHorz {
		padding: 0;
	}
	
	.CardList.Smaller .List .Card > .Hug {
		border-radius: 8px;
	}
	.CardList.Smaller .List .Card .Stock .Image .Icon {
		width: 76px;
		height: 49px;
		border-radius: 3px;
		left: 10px;
		top: 10px;
	}
	.CardList.Smaller .List .Card .Stock .Copy {
		padding: 15px 10px;
	}
	.CardList.Smaller .List .Card .Stock .Copy .Title {
		font-size: 13px;
	}
	.CardList.Smaller .List .Card .Stock .Copy .Title h4 {
		height: 50px;
	}
	.CardList.Smaller .Buttons.Smallest > ul > li a {
		font-size: 11px;
		padding: 13px 21px;
	}
	
	.PosterList .List {
		margin: 0 auto;
		max-width: 320px;
	}
	.PosterList .List .Poster {
		display: block;
		width: auto;
		padding: 0 0 10px 0;
	}
	.PosterList .List .Poster > .Hug {
		margin: 0;
	}
	
	.PosterList.InSidebar .List .Poster > .Hug {
		padding: 10px;
		border-radius: 8px;
	}
	.PosterList.InSidebar .List .Poster .Head {
		margin: 0 0 10px 0;
	}
	.PosterList.InSidebar .List .Poster .Head a {
		width: 86px;
		height: 56px;
	}
	.PosterList.InSidebar .List .Poster .Desc .Title {
		font-size: 13px;
	}
	.PosterList.InSidebar .List .Poster .Desc .Title h4 {
		height: 50px;
	}
	.PosterList.InSidebar .List .Poster .Buttons a {
		font-size: 11px;
		padding: 13px 21px;
	}
	
	.SearchForm .Fields .Input.Text {
		padding: 5px 5px 5px 6px;
	}
	.SearchForm .Fields .Input.Submit {
		width: 38px;
	}
	.SearchForm .Fields .Input.Submit input {
		background-size: 13px;
	}
	.SearchForm .Fields .Input.Submit:after {
		right: 3px;
	}
	
	.TermList a {
		font-size: 11px;
		padding: 8px 12px;
	}
	
	.Header input {
		font-size: 12px;
	}
	.Header > .Hug > div.Logo {
		width: 136px !important;
	}
	.Header > .Hug > div.Search {
		padding: 0 10px 0 20px;
	}
	.Header .Nav.Mobile .Menu > ul > li.Title {
		padding: 26px 15px 23px 30px;
	}
	
	.Footer .Logo {
		width: 142px;
	}
	
	.ContentSec.PageHead h1 {
		font-size: 19px;
	}
	.ContentSec.PageHead p {
		font-size: 13px;
	}
	
	.ContentSec .Content .SecTitle {
		margin: 30px 0;
		font-size: 21px;
	}
	
	.ContentSec.Hero {
		padding: 120px 0 137px 0;
		border-radius: 0 0 30px 0;
	}
	.ContentSec.Hero .Content .Image img {
		max-width: 400px;
		height: auto;
	}
	
	.ContentSec.TopOffers .BannerList {
		max-width: 320px;
		margin: 0 auto;
	}
	.ContentSec.TopOffers .BannerList ul > li {
		width: 100%;
	}
	
	.ContentSec.Featured .Content {
		display: block;
		width: auto;
	}
	.ContentSec.Featured .Content > div {
		display: block;
		width: auto;
		text-align: center;
	}
	.ContentSec.Featured .Content .Image {
		margin: 0 auto;
		padding: 0 0 30px 0 !important;
		width: auto;
		max-width: 300px;
	}
	.ContentSec.Featured.CopyLeft .Content .Image {
		padding: 50px 0 0 0 !important;
	}
	.ContentSec.Featured .Content .Copy .Buttons > ul {
		text-align: center;
	}
	
	.Frame > .Hug > div.Left {
		padding: 15px 15px 0 15px !important;
	}
	.Frame > .Hug > .Right .CoinSec {
		padding: 50px 15px 40px 15px;
	}
	.Frame .Right .InfoSec .SecHead {
		margin: 0 15px;
	}
	.Frame .Right .InfoSec .SecContent {
		margin: 15px 15px 0 15px;
	}
	
	.InfoSec .Banner {
		margin: 0 0 10px 0;
	}
	.InfoSec .SecHead .Text h1 {
		font-size: 17px;
	}
	.InfoSec .SecHead .Menu .Buttons a {
		font-size: 12px;
	}
	.InfoSec .SecContent .TextBlock p {
		font-size: 13px;
	}
	.InfoSec .SecHead .Title h2 {
		font-size: 15px;
	}
	.Frame .Right .InfoSec .SecHead .Title h2,
	.InfoSec .SecHead .Title.BigBoy h2 {
		font-size: 17px;
	}
	
}

@media screen and ( max-width: 485px ) {
	
	.CardList.Smaller .List {
		margin: 0 auto;
		max-width: 320px;
	}
	.CardList.Smaller .List .Card {
		display: block;
		width: auto;
	}
	.CardList.Smaller .List .Card > .Hug {
		margin: 0 0 10px 0;
	}
	
	.PosterList.InSidebar .List {
		margin: 0 auto;
		max-width: 320px;
	}
	.PosterList.InSidebar .List .Poster {
		display: block;
		width: auto;
	}
	
}

@media screen and ( max-width: 400px ) {
	
	.Header > .Hug > div.Search {
		padding: 0 10px;
	}
	
	.ContentSec.Hero .Content .Copy h1 {
		font-size: 22px;
		max-width: 310px;
	}
	.ContentSec.Hero .Content .Copy p {
		font-size: 15px;
	}
	.ContentSec .Content .SecTitle {
		font-size: 19px;
	}
	
	.ContentSec.Featured {
		padding: 60px 0;
	}
	.ContentSec.Featured .Content .Image {
		max-width: 220px;
	}
	.ContentSec.Featured .Content .Copy h2 {
		font-size: 15px;
	}
	.ContentSec.Featured .Content .Copy h3 {
		font-size: 23px;
	}
	.ContentSec.Featured .Content .Copy p {
		font-size: 15px;
		margin: 0 0 30px 0;
	}
	
}

















