code, pre code {
	background: none;
}
a.upgrade-subscription {
	display: none !important;
}

/************************************************************************************
HEADINGS
*************************************************************************************/
h1, h2, h3 {
	color: #000;
}
#pagewrap h1 {
	font-size: 3.1253m;
	margin: 0 0 1em;
	display: block;
	clear: both;
}
#pagewrap h2 {
	margin: 0 0 10px;
}
#pagewrap #pagewrap h3 {
	margin: 5px 0;
	padding: 0;
}
#pagewrap h4 {
	font: 400 1.2em/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 15px;
	margin: 0;
	position: relative;
}
#pagewrap h4 a {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	text-decoration: none;
	font-size: .8em;
	text-transform: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap #content {
	float: none;
	width: 100%;
	padding: 3% 0 4%;
}
.col2 {
	width: 48.4%;
	margin-right: 3.2%;
	float: left;
}
.last {
	margin-right: 0;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	position: absolute;
}
#member-nav {
	margin: 50px 0 0;
	padding: 0;
	display: inline-block;
}
#member-nav li {
	list-style: none;
	float: left;
	margin: 0 .2em 2em 0;
	padding: 0;
	position: relative;
}
#member-nav a {
	font: 400 1em/1em 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background: #f0f0f0;
	color: #000;
	padding: .8em 1.3em;
	border-radius: 2px;
}
#member-nav a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

/* member-nav dropdown */
#member-nav ul {
	margin: 0 0 0 -100px;
	padding: 5px 15px;
	list-style: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 100;
	visibility: hidden;
	margin-top: 20px;
	left: 50%;
	top: 35px;
	text-align: center;
	border-radius: 2px;
}

#member-nav ul:after, #member-nav ul:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;
}
#member-nav ul:after {
	border-bottom-color: #fff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
#member-nav ul:before {
	border-bottom-color: #ddd;
	border-width: 12px;
	left: 50%;
	margin-left: -12px;
}
#member-nav ul li {
	background: none;
	margin: 0;
	float: none;
	border-top: 1px solid #ddd;
	padding: 0;
}
#member-nav ul li:first-child {
	border: none;
}
#member-nav ul a {
	padding: 10px 0;
	margin: 0;
	display: block;
	width: 170px;
	background: none;
	color: #666;
	font-size: .9em;
	line-height: 1.5em;
	font-family: 'Open Sans';
	text-transform: none;
}
#member-nav ul a:hover {
	color: #000;
	background: none;
}

/* show dropdown ul */
#member-nav li:hover > ul {
	visibility: visible;
	margin-top: 0;
}

/************************************************************************************
CONTENT
*************************************************************************************/
.list {
	margin: 0 0 20px;
	padding: 0;
}
.list li {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	border: none;
	position: relative;
}
.list strong {
	display: block;
	padding-bottom: 15px;
	line-height: 1em;
}
.list ul {
	margin: 0;
	padding: 0;
}
.list ul li {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #eee;
}
.list ul li a {
	display: block;
	padding: 15px 0;
}
.list ul li a:before {
	content: '\e808';
	display: inline-block;
	margin-right: 20px;
}
.list ul li:hover a:before {
	margin-right: 17px;
	margin-left: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.list.addnew {
	border-top: solid 1px #eee;
}
.list .info {
	position: absolute;
	top: 12px;
	right: 10px;
	color: #999;
}
.list.addnew li {
	padding-left: 2px;
}

.product li,
.newsletters {
	margin-bottom: 60px;
	padding: 0;
}
.newsletters li,
#newsletters_td li {
	border-bottom: solid 1px #eee;
}
.newsletters em {
	color: #999;
	margin-left: 5px;
}

/* download list */
.am-input-filter-wrapper {
	display: none;
}
.am-list-resources {
	margin: 0;
	padding: 0;
}
.am-list-resources strong {
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1em;
	font-weight: normal;
	font-size: 1.2em;
}
.am-list-resources ul {
	padding: 0 0 2.3em;	
}
.am-list-resources h4 {
	clear: both;
	font-size: .8em;
	color: #999;
	text-transform: uppercase;
	margin: 0;	
	padding: 35px 0 10px;
}

.am-list-resources li {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #eee;
}
.am-list-resources li a {
	display: block;
	padding: 15px 0;
}
.am-list-resources li a:before {
	content: '\e808';
	display: inline-block;
	margin-right: 20px;
}
.am-list-resources li:hover a:before {
	margin-right: 17px;
	margin-left: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* active subscription list */
#member-subscriptions {
	margin: 0 0 1em;
	padding: 0;
}
#member-subscriptions li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	border: none;
	position: relative;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	color: #999;
	font-size: 85%;
	padding: 5px 0 90px;
}
#footer a {
	text-decoration: none;
}

/************************************************************************************
TABLE
*************************************************************************************/
table {
	border-spacing: 0px;
}
table th {
	padding: 15px 0;
	text-align: left;
	border-bottom: solid 1px #eee;
	color: #000;
}
td {
	border-bottom: solid 1px #eee;
	padding: 15px 0;
	text-align: left;
}

/************************************************************************************
ALIGNMENT
*************************************************************************************/
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.alignright {
	text-align: right;
}

/* clearfix */
.clearfix:after, .list li:after, .list:after, .row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix, * html .list li, * html .list, * html .row {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix, *:first-child+html .list li, *:first-child+html .list, *:first-child+html .row {
	zoom: 1;
} /* IE7 */

/************************************************************************************
FORM STYLES
*************************************************************************************/
#pagewrap input[type=text], #pagewrap input[type=checkbox], #pagewrap textarea, #pagewrap input[type=password], #pagewrap select {
	background: #fff;
	border: solid 1px #aaa;
	padding: 11px 12px;
	border-radius: 2px;
	outline: none;
}
#pagewrap input[type=text], #pagewrap input[type=password], #pagewrap select {
	width: 300px;
	max-width: 100%;
}
#pagewrap input[type=text]:focus, #pagewrap input[type=password]:focus, #pagewrap select:focus {
	border-color: #333;
}
#pagewrap input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 8px 5px 8px 0;
	cursor: pointer;
	position: relative;
}
#pagewrap input[type=checkbox]:after {
	font-family: 'fontello';
	content: '\e805';
	color: transparent;
	transition: color .2s ease-out;
	position: absolute;
	top: 5px;
	left: 4px;
}
#pagewrap input[type=checkbox]:checked:after {
	color: inherit;
}
#pagewrap input[type=reset], #pagewrap input[type=submit], #pagewrap .btn, #pagewrap .button {
	background: #000;
}
#pagewrap input[type=reset]:hover, #pagewrap input[type=submit]:hover, #pagewrap .btn:hover, #pagewrap .button:hover {
	background: #333;
	background: rgba(0,0,0,.7);
}
label {
	margin: 0;
}
.row {
	padding: 0 0 1.4em;
	clear: both;
}

.am-form .row:first-child {
	border: none;
}
.element-title {
	width: 236px;
	float: left;
	margin: 10px 0;
	padding-right: 10px;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 600;
	color: #444;
	letter-spacing: 1px;
}
.comment {
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.5em;
	color: #bbb;
	padding-right: 15px;
}
.am-form fieldset {
	margin: 1.5em 0 0;
}
.am-form fieldset legend {
	padding: 1em 0 1.5em;
	clear: both;
	display: block;
	width: 100%;
	border-top: solid 1px #eee;
}
.element {
	float: left;
}
.element input[type=submit] {
	margin-left: 246px;
}
#unsubscribe {
	position: relative;
	width: 20px;
	height: 20px;
	outline: 1px solid #7f7f7f;
	border: none;
	margin: 3px 5px 0 0;
	display: inline-block;
	vertical-align: top;
}
#unsubscribe.clicked:after {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '\e805';
	color: #7f7f7f;
	font-size: 12px;
	line-height: 1em;
}

#unsubscribe.clicked {
	-moz-appearance: none;
}

.selectwrapper {
	overflow: hidden;
}
.selectwrapper:after {
	background: #fff !important;
}
.am-form .selectwrapper:after {
	background: #fff !important;
}

.pushlabel, 
.am-signup .pushlabel {
	padding-left: 246px;
}

label.error,
.am-form span.error {
	color: #e85c80;
	width: auto;
	margin-left: 10px;
}
.errors {
	color: #e85c80;
}

/* signup form */
.product-input {
	padding: 0 0 20px;
}
.product-input input {
	display: none;
}
.selected-product {
	font-size: 1.4em;
	line-height: 1em;
	color: #000;
	padding: 10px 0;
	display: inline-block;
}
.selected-product em {
	font-style: normal;
	color: #666;
	font-size: .85em;
	margin-left: 10px;
}
.description {
	font-style: normal;
	color: #999;
	font-size: .75em;
	display: block;
	margin-bottom: 8px;
}
.border-top {
	border-top: solid 1px #eee;
	padding-top: 25px;
}

/* cancel subscription button */
.cancel-btn {
	color: #F66;
}


/* affiliate link code */
.aff-link-code {
	padding: 5px 10px;
	margin-left: 20px;
	background: #f0f0f0;
}

/* newsletter content */
.newsletter-content {
	margin: 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.login {
	width: 39%;
	padding: 4%;
	border: solid 1px #dfdfdf;
	float: left;
	margin: 0 30px 30px 0;
}
.login label {
	width: 110px;
	min-width: 110px;
}
.login .pushlabel {
	padding-left: 24%;
	float: none;
}
.login.reset {
	margin: 0;
	padding: 48px 35px;
	float: right;
}
.login.reset label {
	width: auto;
}
.login.reset .pushlabel {
	padding: 0;
}
.login .element-title {
	width: auto;
}
.login input[type=submit] {
	margin-left: 0;
}
.login.reset input[type=submit] {
	margin-left: 0;
}

/* misc */
.small, small {
	font-size: 85%;
	color: #999;
	line-height: 1.8em;
}
.small a,
small a {
	color: #555;
}
#member-nav small,
.pushlabel small {
	margin: 0;
}
.errmsg {
	color: #F66;
}
.centered {
	text-align: center;
}
.disabled {
	color: #999;
}
.disabled small {
	color: #ccc !important;
}

/* grid (table) */
.grid {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid th,
.grid td {
	padding: .9em .5em;
}


/************************************************************************************
AFFILIATE
*************************************************************************************/
.am-info {
	margin-bottom: 1.5em;
}
#pagewrap .am-aff-banner-preview {
	color: inherit;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 0;
	padding: 8px 16px;
	margin: 0 0 55px;
	box-shadow: none;
}
#pagewrap .am-aff-banner-preview #custom_redirect_div input[type='text'] {
	width: 100%;
}
.am-aff-banner-preview-preview {
	float: left;
	width: 25%;
}
.am-aff-banner-preview .el-wide {
	margin-top: 10px;
}
.am-aff-banner-preview-info {
	float: right;
	width: 74%;
}
.am-aff-banner-preview dt,
.am-aff-banner-preview-info-details dd:nth-child(2),
.am-aff-banner-preview-info-details dd:nth-child(4),
.am-aff-banner-preview .local-link {
	display: none;
}
.am-aff-banner-preview .am-aff-banner-preview-info-details {
	margin: 0;
}

.am-aff-banner-preview-info-details dd {
	background: #f0f0f0;
	color: #333;
	padding: 3px 10px;
	font: .85em/1.7em Monaco, 'Courier New', monospace;
}

.am-aff-banner-preview input[type=text] {
	width: 500px;
}
.am-aff-banner-preview input[type=button] {
	background: #000;
	color: #fff;
	padding: .7em 1.8em;
	border-radius: 2px;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	margin: 0 5px 5px;
	font-weight: bold;
	cursor: pointer;
}

/************************************************************************************
INVOICES
*************************************************************************************/
#am-block-active-subscriptions {
    border-bottom: solid 1px #eee;
    margin: 0 0 30px;
}
.am-active-invoice {
    clear: both;
    border-top: solid 1px #eee;
    padding: 10px 0;
    margin: 0;
    overflow: hidden;
}
.am-active-invoice .am-active-invoice-header {
    float: left;
    margin-right: 30px;
}
.am-active-invoice .am-active-invoice-header .am-active-invoice-date {
    min-width: 120px;
    display: inline-block;
}
.am-active-invoice .am-active-invoice-product-list {
    float: right;
    list-style: none;margin: 0;
}
.am-active-invoice-upgrade {
	display: none;
}
.am-member-payment-history-invoice_id a:before {
	content: '\e808';
	font-family: fontello;
	margin-right: 10px;
}

/************************************************************************************
USER AGREEMENT
*************************************************************************************/
#fieldset-agreement {
	border-top: solid 1px #eee;
	padding: 1em 0 1em;
}
#fieldset-agreement #fieldset-agreement-legend {
    float: left;
    width: 236px;
    margin: 6px 0;
    padding: 0 10px 0 0;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
    letter-spacing: 1px;
    border:  none;
}
#fieldset-agreement .fieldset {
	float: left;
}
#row-_agreement-0,
#row-_i_agree-0-0 {
    margin-left: 246px;
}

/* license page */
.softsale-license-td {
	font-weight: bold;
}
.softsale-license-td + td + td {
	color: #e06b6b;
}

/************************************************************************************
ANIMATION
*************************************************************************************/
#member-nav li ul,
#member-nav > li:last-child:hover a,
.list ul li a:before {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/************************************************************************************
ICON FONT
*************************************************************************************/
.am-list-resources li a:before,
#unsubscribe.clicked:after {
	font-family: fontello;
}

/************************************************************************************
MEMBER ADDRESS
*************************************************************************************/
.am-signup .row[id*=street], 
.am-signup .row[id*=city], 
.am-signup .row[id*=zip] {
	display: none;
}
.aff-signup .row[id*=street], 
.aff-signup .row[id*=city], 
.aff-signup .row[id*=zip] {
	display: block !important;
}
.selectwrapper span.error {
	position: absolute;
	top: 8px;
	left: 300px;
	z-index: 2;
	width: 170px;
}

/* Terms/condition */
#row-_agreement-0,
#row-_i_agree-0-0 {
 margin-left: 0;
 display: inline-block;
 box-sizing: border-box;
}
#row-_i_agree-0-0 {
 margin-left: 240px;
 float: left;
}
#row-_agreement-0 {
 padding-left: 10px;
 padding-top: 5px;
}
#row-buttons {
 clear: both;
}
#row-_i_agree-0-0 .element-title {
 width: auto;
}
#row-_i_agreement-0 .element-title,
#row-_i_agreement-0 .element,
#row-_i_agree-0-0 .element-title,
#row-_i_agree-0-0 .element {
 float: left;
}
@media screen and (max-width: 840px) {
 #row-_i_agree-0-0 {
  margin-left: 0;
 }
 #row-_agreement-0 {
  width: calc(100% - 60px);
 }
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 840px) {
	.list ul li {
		float: none;
		width: 100%;
	}
	.login,
	.login.reset {
		width: 90%;
		padding: 5%;
	}
    .element-title {
        width: auto;
        float: none;
    }
    .element {
        float: none;
    }
    #row-_agreement-0,
	#row-_i_agree-0-0 {
   		margin-left: 0;
	}
    .pushlabel, .am-signup .pushlabel {
        padding-left: 0;
    }
    .element input[type=submit] {
        margin-left: 0;
    }
}
@media screen and (max-width: 640px) {
	label {
		font-size: .9em;
	}
	p {
		margin-bottom: 5px;
	}
	small,
	.buying {
		margin: 0;
	}
	.pushlabel {
		margin: 15px 0;
		padding-left: 0;
	}
	.border-top {
		margin-top: 25px;
	}
	
	#pagewrap input[type=text],
	#pagewrap textarea,
	#pagewrap input[type=password],
	#pagewrap select {
		width: 100%;
		padding: 10px 5%;
		margin-bottom: .5em;
	}
	#pagewrap label,
	#pagewrap select,
	#pagewrap .selectwrapper {
		width: 100%}
	.product-input {
		padding: 0;
	}
	.buying,
	.selected-product {
		font-size: 1.2em;
	}
	.col2 {
		float: none;
		width: 100%;
	}
	.list ul li {
		float: left;
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	#member-nav a {
		font-size: .7em;
	}
	#member-nav li {
		margin-bottom: 1.2em;
	}
	.list ul li {
		float: none;
		width: 100%;
	}
	.am-list-resources li {
		float: none;
		width: 100%;
	}
	.pushlabel,
	.am-signup .pushlabel {
		padding-left: 0;
	}
	.element input[type="submit"] {
		margin-left: 0;
	}
}
