@charset "UTF-8";
.am-credits {
  margin-top: -2em;
  color: #333;
  height: 2em;
  text-align: center;
  font-size: 0.8rem;
}
.am-credits a {
  color: #3f7fb0 !important;
}

.am-common h1 {}
.am-common h2 {}
.am-common h3 {}
.am-common em {}
.am-common p {}
.am-common strong {}
.am-common hr {}
.am-common a {}

.am-common a:focus {outline: none;}
.am-common a:hover {}
.am-common ul {
  margin: 0 0 1em 2em;
}
.am-common ul li {
  list-style-type: disc;
}
.am-common ol {
  margin: 0 0 1em 2em;
}
.am-common ol li {
  list-style-type: decimal;
}

.am-main {
  /* applies to am-header-content/am-body-content-wrapper/am-footer-content-wrapper */
}

.am-tabs-wrapper {
    display: none;
  }
  
@media all and (max-width: 320px) {
  .am-main {
  }
}

.am-header {
  overflow: hidden;
  background: #325069;
}
.am-header .am-header-content-wrapper {
  border-width: 0 1px;
  border-style: solid;
  border-color: #688296;
  background: url("../img/header-wrapper-bg.png") repeat-x top left #355873;
}
.am-header .am-header-content {
  padding: 10px 0;
  overflow: hidden;
}
.am-header .am-header-content .am-header-content-logo {
  float: left;
  margin-right: 1em;
}

.am-header-line {
  height: 12px;
  background: #9c9c9c;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #ebebeb;
}

@media all and (min-width: 800px) {
  .am-body {
  }
}
.am-body .am-body-content-wrapper {
  text-align: left;
  background: white;
  padding-bottom: 50px;
  padding-top: 1em;
}
@media all and (min-width: 800px) {
  .am-body .am-body-content-wrapper {
    border-color: #dbdbdb;
    border-width: 0 1px;
    border-style: solid;
  }
}

.am-footer {
  color: #919191;
  height: 30px;
}
.am-footer .am-footer-content-wrapper {
  background: #5b0500;
  color: white;
  height: 30px;
}
.am-footer .am-footer-content {
  padding-top: 0.5em;
}
.am-footer .am-footer-content a {
  color: white;
}
.am-footer .am-footer-actions {
  float: right;
}

@media all and (max-width: 39em) {
  .am-member-payment-history-items {
    display: none;
  }
}
@media all and (max-width: 39em) {
  .am-member-payment-history-paysys {
    display: none;
  }
}
ul.am-breadcrumbs {
  font-size: 90%;
  margin: 0 0 0.5em;
  overflow: hidden;
  padding: 0 1em 0 0;
}
ul.am-breadcrumbs .am-breadcrumbs-item,
ul.am-breadcrumbs .am-breadcrumbs-separator {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
  list-style: none;
}

/* Grid */
.check-all-offer {
  background-color: #ffc;
  padding: 0.5em;
  border: 1px solid white;
  border-bottom: none;
}

.filter-wrap {
  color: #333;
  background: #dbdbdb;
  border-radius: 3px;
  padding: 0.5em;
  text-align: right;
  margin-bottom: 1em;
  box-shadow: 0 1px 0 #b0b0b0;
  overflow: hidden;
}
.filter-wrap .filter-title {
  float: right;
  margin-right: 1em;
  line-height: 2em;
}
.filter-wrap .filter-inputs {
  float: right;
  margin-right: 0.5em;
  text-align: left;
}
.filter-wrap .filter-button {
  float: right;
  text-align: left;
}
.filter-wrap form.filter input[type=text] {
  background-image: url("../img/icons/magnify.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}
.filter-wrap form.filter input[type=text].datepicker {
  background-image: url("../img/icons/calendar.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.group-wrap,
.norecord-actions {
  margin-bottom: 1em;
}
.group-wrap .link,
.norecord-actions .link {
  display: inline-block;
  margin: 0.4em 1em;
}

.am-grid-container {
  overflow-x: auto;
}

.am-grid {
  width: 100%;
}
.am-grid tr th{background-clip:padding-box;}
.am-grid tr th:first-of-type{border-radius:3px 0 0 0;}
.am-grid tr th:last-of-type{border-radius:0 3px 0 0;}

.am-grid tr.am-grid-row.odd td {
}
.am-grid tr.am-grid-row.odd td.sorted {

}
.am-grid tr.am-grid-row.selected {
  background: url("../img/grid-row-selected-bg.png") repeat-x left top;
}
.am-grid tr.am-grid-row.selected td {
  background: none !important;
}
.am-grid tr.am-grid-row.emphase {
  background-color: #ffdf78;
}
.am-grid tr.am-grid-row.emphase td {
  background: none !important;
}
.am-grid tr.am-grid-row > td {
  padding: 0.5em;
  border: 1px solid white;
  vertical-align: top;
}
.am-grid tr.am-grid-row > td.break {
  word-break: break-word;
  word-wrap: break-word;
}
.am-grid th {
  padding: 0.5em;
  border: 1px solid white;
  background:#555555;
  color: white;
}
.am-grid th a {
  padding-right: 20px;
  display: block;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 1px #1e2e3b;
  background: url("../img/grid-sortable.png") no-repeat right center;
}
.am-grid th a.sorted-asc {
  background: url("../img/grid-asc.png") no-repeat right center;
}
.am-grid th a.sorted-desc {
  background: url("../img/grid-desc.png") no-repeat right center;
}
.am-grid tr.am-grid-row > td {
  background: #f5f5f5;
}
.am-grid tr.am-grid-row > td > a{color:#000000; position: relative; text-decoration: none;}
.am-grid tr.am-grid-row > td > a::after {border-bottom: 1px dashed #9aa9b3; bottom: 1px; content: ""; height: 0; left: 0; position: absolute; right: 0;}
.am-grid tr.am-grid-row > td.sorted {
  background: #d9e6ee;
}
.am-grid tr.am-grid-row > td.actions {
  text-align: center;
}
.am-grid tr.am-grid-row > td.record-sort {
  background-image: url("../img/grid-sortable.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: move;
}
.am-grid tr.am-grid-row > td.expandable-data {
  background: #eef;
}
.am-grid tr.am-grid-row > td.expanded {
  background: #eef !important;
  border-bottom-color: #eef;
}
.am-grid tr.am-grid-row > td.expandable {
  cursor: pointer;
}
.am-grid tr.am-grid-row > td.expandable div.arrow {
  display: inline-block;
  width: 7px;
  height: 5px;
  overflow: hidden;
  float: right;
  margin: 0px;
  padding-left: 10px;
  background: url("../img/arrow.png") no-repeat right;
}
.am-grid tr.am-grid-row > td.expandable div.placeholder {
  padding-right: 1em;
}
.am-grid .editable {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  float: right;
  margin: 0px;
  padding-left: 10px;
  background: url("../img/pencil.png") no-repeat right;
}
.am-grid .live-edit,
.am-grid .live-select {
  cursor: pointer;
}
.am-grid .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
}
.am-grid th.required {
  color: #ba2727;
  text-shadow: none;
}
.am-grid tr.am-grid-row:hover > td {
  background-color: #fae3d3 !important;
}
.am-grid tr.am-grid-row:hover > td.expanded {
  background-color: #eef !important;
}
.am-grid tr.am-grid-row.expandable-data-row:hover > td {
  background-color: #eef !important;
}
.am-grid tr.am-grid-row > td.selected {
  background: #d9edf7 !important;
}
.am-grid .am-grid-total {
  text-align: right;
}

.am-grid.am-grid-small {
  font-size: 80%;
}

/* END Grid */
.am-account-toolbar {
  overflow: hidden;
  margin-bottom: 1em;
  display:none;
}

.am-account-toolbar-items {
  overflow: hidden;
}

.am-tabs-narrow-switch {
  cursor: pointer;
  float: left;
  padding-right: 8px;
  display: none;
}

.am-tabs-narrow-dashboard {
  float: left;
  padding-right: 8px;
  display: none;
}

@media all and (max-width: 39em) {
  .am-tabs-narrow-switch,
  .am-tabs-narrow-dashboard {
    display: block;
  }

  .am-lang-title {
    display: none;
  }

  .am-account-toolbar {
    margin-bottom: 0.5em;
  }
  .am-account-toolbar .am-account-toolbar-items {
    padding: 0.5em;
    background: #eee;
  }
}
.am-user-identity-block {
  background: url("../img/identity-glyph.png") no-repeat left center;
  font-weight: bold;
  padding-left: 25px;
  line-height: 24px;
  float: left;
}
.am-user-identity-block a {
  text-decoration: none;
  font-weight: normal;
}

.am-user-identity-block-avatar {
  font-weight: bold;
  overflow: hidden;
  line-height: 24px;
  float: left;
}
.am-user-identity-block-avatar a {
  text-decoration: none;
  font-weight: normal;
}

.am-user-identity-block-avatar-pic {
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 0.5em;
  float: left;
}
.am-user-identity-block-avatar-pic img {
  width: 24px;
  height: 24px;
}

/* two column layout, used for login/sendpass on login and signup page */
.am-layout-two-coll {
 background:none;
}

.am-layout-two-coll .am-layout-two-coll-bottom {
  clear: both;
  height: 20px;
  background-color: #f5f5f5;
}
@media all and (min-width: 750px) {
  .am-layout-two-coll .am-layout-two-coll-bottom {
    background: url("../img/two-coll-divider-bottom.png") repeat-y top center;
  }
}
.am-layout-two-coll .am-layout-two-coll-top {
  clear: both;
  height: 20px;
  background-color: #f5f5f5;
}
@media all and (min-width: 750px) {
  .am-layout-two-coll .am-layout-two-coll-top {
    background: url("../img/two-coll-divider-top.png") repeat-y top center;
  }
}
@media all and (min-width: 750px) {
  .am-layout-two-coll .am-coll-left,
  .am-layout-two-coll .am-coll-right {
    float: left;
    width: 50%;
  }
}
.am-layout-two-coll .am-coll-left .am-coll-content {
  margin: 0 1em;
}
.am-layout-two-coll .am-coll-right .am-coll-content {
  margin: 0 1em;
}

/* Pagination */
.am-pagination {
  clear: both;
  font-size: 100%;
  padding: 0.5em 0;
  margin: 0.5em 0;
}
.am-pagination a {
  text-decoration: none;
  border: solid 1px #91aabd;
  color: #5e6e7a;
  background: #d3dce3;
  border-radius: 3px;
  text-shadow: 0 -1px 1px #fff;
}
.am-pagination a, .am-pagination span {
  padding: 0.3em 0.6em;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.am-pagination .am-pagination-current {
  background: #8fabbd;
  color: #fff;
  border-radius: 3px;
  border: solid 1px #91aabd;
  text-shadow: 0 -1px 1px #596d7d;
}
.am-pagination .am-pagination-current.am-pagination-prev,
.am-pagination .am-pagination-current.am-pagination-next {
  color: #afb5ba;
  border-color: #cad3db;
  background: #e3e6e8;
  text-shadow: none;
}

/* Tabs - user member area menu */
ul.am-tabs {
  display: block;
  overflow: hidden;
  margin: 0 0 1em 0;
  padding: 0 0.5em 0.5em 0.5em;
  background: #dbdbdb;
  border-radius: 3px;
  box-shadow: 0 1px 0 #b0b0b0;
  text-align: left;
}
ul.am-tabs #menu-member {
  width: 1em;
  height: 1.2em;
  text-indent: 2em;
  overflow: hidden;
  background: url("../img/dashboard.png") no-repeat center center;
}
ul.am-tabs li.active #menu-member,
ul.am-tabs #menu-member:hover {
  background-image: url("../img/dashboard-h.png");
}
ul.am-tabs li {
  display: block;
  margin: 0 0.5em 0 0;
  padding: 0;
  float: left;
  background: url("../img/tab-bg.png") repeat-x top left #e8e8e8;
  border-radius: 3px;
  white-space: nowrap;
}
ul.am-tabs > li {
  margin-top: 0.5em;
}
ul.am-tabs a {
  display: block;
  box-sizing: content-box;
  margin: 0;
  height: 1.2em;
  line-height: 1.2em;
  padding: 0.5em 1em;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
  text-decoration: none;
}
ul.am-tabs li.active > a,
ul.am-tabs li.normal > a:hover {
  background: url("../img/tab-hover-bg.png") repeat-x top left #e34b3d;
  border-color: #c7665b;
  color: white;
  text-shadow: 0 -1px 1px #c43d33;
}
ul.am-tabs li.active,
ul.am-tabs li.normal:hover {
  background: url("../img/tab-hover-bg.png") repeat-x top left #e34b3d;
}
ul.am-tabs ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 5;
}
ul.am-tabs ul li {
  float: none;
}
ul.am-tabs li:hover > ul {
  display: block;
}
ul.am-tabs span.arrow {
  display: inline-block;
  position: relative;
  width: 7px;
  height: 5px;
  margin: 0 0 2px 5px;
  padding: 0;
  overflow: hidden;
  z-index: 15;
  background: url("../img/arrow.png") no-repeat left;
}
ul.am-tabs a:hover span.arrow,
ul.am-tabs li.active span.arrow {
  background-image: url("../img/arrow-white.png");
}
ul.am-tabs .has-children > ul {
  background: url("../img/tab-bg.png") repeat-x top left #e8e8e8;
  border-radius: 3px;
  border-top-left-radius: 0;
  border: 1px solid #ccc;
  min-width: 150px;
  overflow: hidden;
}
ul.am-tabs .has-children > ul > li {
  margin: 0;
}
ul.am-tabs .has-children > ul a {
  border-radius: 0;
  border: none;
  background: none;
}
ul.am-tabs .has-children ul li {
  border-radius: 0;
  background: none;
}
ul.am-tabs .has-children > ul li.active {
  background-image: url("../img/tab-hover-bg.png");
  background-color: #e34b3d;
}
ul.am-tabs .has-children > a:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
ul.am-tabs li.expanded > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* END Tabs */
/* Tabs Narrow - user member area menu */
.am-tabs-narrow-stuff {
  display: none;
}

.am-tabs-narrow-wrapper {
  display: none;
  clear: both;
}
.am-tabs-narrow-wrapper .am-tabs-narrow-wrapper-tail {
  background: url("../img/menu-pointer.png") no-repeat right;
  width: 24px;
  height: 12px;
  margin-top: -12px;
  margin-left: 0.5em;
  padding-left: 32px;
}

ul.am-tabs-narrow {
  overflow: hidden;
  margin: 0;
  padding: 1em;
  background: #dbdbdb;
  text-align: left;
}
ul.am-tabs-narrow ul {
  margin: 0 0 0 1em;
  padding: 0;
}
ul.am-tabs-narrow li {
  list-style-type: none;
}
ul.am-tabs-narrow li.active > a {
  font-weight: bold;
}

@media all and (max-width: 39em) {

  .am-tabs-narrow-wrapper {
    display: block;
  }
}
@media all and (max-width: 39em) {
  ul.am-tabs a {
    padding: 0.4em 0.5em;
  }
  ul.am-tabs li {
    margin: 0 0.2em 0 0;
  }
  ul.am-tabs > li {
    margin-top: 0.2em;
  }
  ul.am-tabs {
    padding: 0 0.2em 0.2em 0.2em;
  }
}

/* END Tabs Narrow */
/* Receipt table from thanks.phtml */
.am-receipt {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 1em;
  border-collapse: collapse;
}
.am-receipt table {
  width: 100%;
}
.am-receipt td {
  background-color: #fff2e8;
  padding: 0.5em;
  border: 1px solid white;
}
.am-receipt th {
  font-weight: bold;
  padding: 0.5em;
}
.am-receipt td.am-receipt-total {
  background-color: #fae3d3;
}
.am-receipt td.am-receipt-terms {
  background: none;
}
.am-receipt td.am-receipt-indent {
  background: none;
}
.am-receipt .am-receipt-row-delimiter td {
  background: none;
}
.am-receipt .am-receipt-price {
  width: 20%;
  text-align: right;
}
.am-receipt .am-receipt-unit-price {
  width: 20%;
  text-align: right;
}
.am-receipt .am-receipt-qty {
  width: 10%;
  text-align: right;
}
.am-receipt .am-receipt-discounted-price {
  text-decoration: line-through;
  color: red;
}

/* Common Form Elements */
input[type=button]:disabled,
input[type=submit]:disabled {
  color: #ccc;
  border: 1px solid #ccc;
  background: url("../img/form-button-bg.png") repeat-x top left #eee;
  text-shadow: none;
}

input:disabled,
input[readonly],
input[type=text][readonly]:focus {
  background: #eee;
  border: 1px solid #e0e0e0;
  color: #ccc;
  box-shadow: none;
}

select,
textarea,
input[type=text],
input[type=password] {
font-size:16px; color:#555555; padding:0.5em; border-radius:3px; border:1px solid #ccc; background:#ffffff;
}

button:focus,
textarea:focus,
select:focus,
input:focus {
  outline: none;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
  background-color: #ecf7ff;
  border-color: #75b4e3;
  box-shadow: 0 0 2px #75b4e3;
}

select:focus {
  border-color: #75b4e3;
  box-shadow: 0 0 2px #75b4e3;
}

textarea.error,
input.error {
  background-color: #fce6e6;
  border: 1px solid #ba2727;
}

/* END Common Form Elements */
/* Form*/
.am-form {
  margin-bottom: 2em;
  /* support for form elements without the label */
  /* support for wide elements */
}
.am-form form {
background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
.am-form fieldset {
  display: block;
}
.am-form fieldset legend {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0.5em 0;
  font-size: 1.25em;
  color: #fff;
  white-space: nowrap;
  background: #555;
  text-indent: 1em;
  font-weight:700;
}
.am-form fieldset.am-adv-fieldset > legend {
  cursor: pointer;
  color: #3f7fb0;
}
.am-form fieldset.am-adv-fieldset > legend .am-adv-fieldset-lable {
  position: relative;
}
.am-form fieldset.am-adv-fieldset > legend .am-adv-fieldset-lable:after {
  border-bottom: 1px #9aa9b3 dashed;
  content: '';
  height: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  position: absolute;
}
.am-form fieldset.am-adv-fieldset-closed > legend .am-adv-fieldset-lable {
  font-weight: bold;
}

.am-form .row.disabled {
  opacity: .5;
}
.am-form .row.row-highlight {
  background: #ffe;
}
.am-form div.reqnote {
  clear: both;
  font-size: 80%;
  margin: 0.5em 0 0 1em;
}
.am-form div.row.row-wide .element {
  margin: 0;
  padding: 0.5em 1em;
}
.am-form div.row.row-wide .element-title {
  float: none;
  width: 100%;
  text-align: left;
  padding: 0.5em 1em;
}
.am-form textarea {
  overflow: auto;
}
.am-form span.error,
.am-form span.required {
  color: #ba2727;
}
.am-form span.error {
  display: block;
}
.am-form input.error,
.am-form textarea.error,
.am-form select.error {
  border: 1px solid #ba2727;
}
.am-form select {

  max-width: 100%;
}
.am-form span.mceEditor {
  display: block;
}

input.datepicker,
input[type=text].datepicker {
  background-image: url("../img/icons/calendar.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.el-wide {

  width: 100%;
}

div.row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.am-avatar-preview {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

/* Special Styles for Signup Form */
.am-signup-form input.valid {
  background: url("../img/icons/valid.png") white right center no-repeat;
}

.am-signup-form input.am-with-action.valid {
  background: url("../img/icons/valid.png") white 90% center no-repeat;
}

.am-signup-form input.am-product-qty.valid {
  background-image: none;
}

.am-aff-referred-by {
  text-align: center;
  color: #777;
}

/* Common styles */
.am-body-content {
  clear: both;
  min-height:580px;
}
.am-body-content h1{display:none;}

div.errors ul, ul.error, ul.errors {
  margin: 0 0 1em 0;
  padding: 20px;
  background: #fcbdbd;
  border: 1px solid #faa7a7;
  color: #ba2727;
  border-radius: 3px;
}

div.errors ul li, ul.error li, ul.errors li {
  margin-left: 0px;
  padding:0 0 15px;
  list-style: none;
  text-align: left;
}
div.errors ul li:last-of-type, ul.error li:last-of-type, ul.errors li:last-of-type{padding:0;}

.error {
  color: #ba2727;
}

.am-signup-link {text-align: center;font-size:1.125em;}
.am-signup-link a{color:#ff5a00; font-weight:bold;}

.am-copyright {
  margin: 1em 0 0 0;
  text-align: center;
  font-size: 75%;
}
.am-copyright a {
  text-decoration: none;
}

/* language choice select */
.am-lang-choice {
  float: right;
  line-height: 24px;
}
.am-lang-choice select {
  padding: 0.2em;
}

.agreement {
  font-size: 8pt;
  white-space: pre-wrap;
  max-height: 300px;
  overflow: auto;
}

#mask {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #CCC;
  width: 100%;
  height: 100%;
  zoom: 1;
}

.am-active-invoice {line-height:1.5em; color: #777777; border-bottom:1px dotted #ccc; margin-bottom:1em; padding-bottom:1em;}
.am-active-invoice .am-active-invoice-date{display:inline-block; margin-right:5px;}
.am-active-invoice .am-active-invoice-num {display:inline-block; margin-right:5px;}
.am-active-invoice .am-active-invoice-num::before{content:" | "; margin-right:5px;}
.am-active-invoice .am-active-invoice-num::after{content:" | "; margin-left:5px;}
.am-active-invoice .am-active-invoice-rebill-date{}
.am-active-invoice .am-active-invoice-rebill-date::before{content: "\A"; white-space: pre;}
.am-active-invoice .am-active-invoice-terms {font-style: italic;}
.am-active-invoice .am-active-invoice-cancel {color: #777777; margin-left:5px; display:inline-block;}
.am-active-invoice .am-active-invoice-cancel::before{content:" | "; margin-right:5px;}
.am-active-invoice .am-active-invoice-cancel a{color:#000000;}
.am-active-invoice .am-active-invoice-product {color:#333333; font-weight:700;}
.am-active-invoice .am-active-invoice-product-list {margin-top: 0.5em;}
.am-active-invoice .am-active-invoice-product-list li { list-style-type: none;}
.am-active-invoice .am-active-invoice-upgrade .upgrade-subscription{color:#ff5a00;}
.am-active-invoice .am-active-invoice-upgrade::before{content:" | "; margin-right:5px; color:#777777;margin-left:3px;}

.am-list {
  margin-bottom: 1em;
  margin-left: 2em;
}
.am-list li {
  list-style-type: disc;
}

ul.am-widget-list li {
  list-style-type: none;
}

.small {
  font-size: small;
  font-style: italic;
}

.am-brick-product-popup-cats {
  background: #eee;
  padding: 0.5em;
  margin-bottom: 1em;
}

.am-brick-product-popup-cat-active {
  background: white;
}

.am-product-title {
  font-weight: bold;
  display:inline-block;
  margin-bottom:4px;
}
.am-product-terms {
display: block;
    margin: 10px 0;
    font-size: 1.125em;  
}
.am-product-desc {
  font-size: 16px;
  font-style: italic;
  display: block;
}

.am-paysystem-title {
  font-weight: bold;
}

.am-paysystem-desc {
  font-size: small;
  font-style: italic;
  display: block;
}

.ajax-link,
.local-link,
.local {
  text-decoration: none;
  position: relative;
  color: #000000;
}

.ajax-link:after,
.local-link:after,
.local:after {
  border-bottom: 1px #9aa9b3 dashed;
  content: '';
  height: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  position: absolute;
}

.am-reuse-card-confirmation {
  font-size: large;
}

.am-thanks-awaiting-refresh {
  margin-top: 20px;
  color: gray;
}

.am-form div.am-element-recaptcha {
  margin-left: 0;
  text-align: center;
}

.am-form div.am-element-recaptcha > div {
  display: inline-block;
}

/* icons */
.glyph {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../img/sprite/icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}

#EmailCode {
  background: #FFFFCF;
}

.am-switch-reveal {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -24px;
  cursor: pointer;
  vertical-align: middle;
}

.am-switch-reveal-off {
  background: url("../img/eye-off.png");
}

.am-switch-reveal-on {
  background: url("../img/eye.png");
}

.am-flash {
  display: none;
}

.am-flash-mask {
  position: fixed;
  z-index: 500;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
}

.am-flash-content {
  position: fixed;
  z-index: 501;
  top: 20%;
  left: 50%;
  margin-left: -140px;
  width: 280px;
}

.am-flash-content-message {
  background: #dfe8f0;
  border: 1px solid #ccddeb;
  border-radius: 3px;
  padding: 0.5em 1em;
}

.am-flash-content-error {
  background: #fcbdbd;
  border: 1px solid #faa7a7;
  color: #ba2727;
  border-radius: 3px;
  padding: 0.5em 1em;
}

/* outline a block in member area */
.am-block {
  color: #666;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 1px 1px #e0e0e0;
}
.am-block ul {
  margin: 0;
  padding: 0;
}
.am-block li {
  list-style-type: none;
  margin: 0 0.3em 0 0;
}

/* am-info is a notice on page with border and outlined by color */
.am-info {
  background-color: #e4f9ff; border: 1px solid #c1f1ff; border-radius: 3px; font-size: 1.125em; font-weight: 400; line-height: 1.4em; padding: 10px;
    margin-bottom: 1em; text-align:center;
}
.am-info a {color: #ff5a00; text-decoration: underline;}
.am-info .ajax-link{text-decoration: none;}

.am-notification {
  background-color: #FFF6CA;
  border-color: #fded9e;
}

/* Invoice Summary on Signup Page */
.am-invoice-summary {
  color: #666;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 1px 1px #e0e0e0;
}
.am-invoice-summary table {
  width: 100%;
}
.am-invoice-summary td {
  padding: 0.2em 0.4em;
}
.am-invoice-summary .am-invoice-summary-price {
  text-align: right;
  width: 20%;
}
.am-invoice-summary .am-invoice-summary-item-qty {
  width: 1%;
}
.am-invoice-summary .am-invoice-summary-subtotal,
.am-invoice-summary .am-invoice-summary-discount,
.am-invoice-summary .am-invoice-summary-tax,
.am-invoice-summary .am-invoice-summary-total {
  text-align: right;
  font-size: 1.2rem;
}
.am-invoice-summary .am-invoice-summary-row-subtotal,
.am-invoice-summary .am-invoice-summary-row-discount,
.am-invoice-summary .am-invoice-summary-row-tax,
.am-invoice-summary .am-invoice-summary-row-total {
  font-size: 1.2rem;
}
.am-invoice-summary .am-invoice-summary-item {
  border-bottom: 1px dashed #e0e0e0;
}
.am-invoice-summary .am-invoice-summary-item.am-invoice-summary-item-last {
  border-bottom: none;
}
.am-invoice-summary tr.am-invoice-summary-delimeter td {
  padding: 0;
}

.am-popup {
  margin: 0 auto;
  padding:0;
  position: absolute;
  text-align: left;
  z-index: 10001;
  display: none;
  background-color: white;
  border-width: 3px 0;
  border-color: #ccc;
  border-style: solid;
  max-width: 500px;
  width:100% !important;
}

@media all and (min-width: 321px) {
  .am-popup {
    border-width: 3px;
    border-radius: 3px;
  }
}
@media (max-width: 62em) { .am-popup{font-size:87.5%;} }
.am-popup .am-popup-close-icon {
  display: inline-block;
  background: url("../img/modal-close.png");
  width: 12px;
  height: 12px;
  float: right;
  text-decoration: none;
}
.am-popup .am-popup-header {
  font-size: 1.125em;
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  background: #eee;
  padding: 1em;
}

/* Uploader */
.upload-control {
  display: inline-block;
}
.upload-control .upload-control-upload {
  background: url("../img/form-button-bg.png") repeat-x top left #e8e8e8;
  border: 1px solid #ccc;
  padding: 0.5em 1.2em;
  border-radius: 3px 0 0 3px;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
}
.upload-control .upload-control-upload.upload-control-reupload {
border-radius: 3px;
}
.upload-control .upload-control-browse {
  display: inline-block;
  background: url("../img/form-button-bg.png") repeat-x top left #e8e8e8;
  border: 1px solid #ccc;
  border-left: none;
  padding: 0.5em 1.2em;
  border-radius: 0 3px 3px 0;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
  cursor: pointer;
}
.upload-control .upload-control-upload.hover, .upload-control .upload-control-browse.hover {
  border-color: #688296;
  background-image: url("../img/form-button-hover-bg.png");
  background-color: #e34b3d;
  color: white;
  text-shadow: 0 -1px 1px #688296;
}
.upload-control span.uploading {
  background: url("../img/ajax-loader-small.gif") no-repeat left center;
  padding-left: 20px;
}
.upload-control .upload-control-upload.upload-control-upload-single {
border-radius: 3px;
}

/* END Uploader */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-size: 12px;
  text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.am-donation {
  padding: 0.5em 0;
}
.am-donation .am-donation-recurring {
  padding-left: 1em;
}
.am-donation .smileyface {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50px;
  display: block;
  border: 1px solid #333;
  background: rgba(255, 230, 50, 0.28);
}
.am-donation .eyes {
  width: 4px;
  height: 8px;
  background: #333;
  border-radius: 5px/10px;
  position: absolute;
  top: 10px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}
.am-donation .eyes.lefteye {
  left: 12px;
}
.am-donation .eyes.righteye {
  right: 12px;
}
.am-donation .smile {
  width: 30px;
  height: 20px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  border-left: none;
  background: transparent;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}
.am-donation .am-donation-smile-wrap {
  overflow: hidden;
}
.am-donation .am-donation-smile {
  width: 60px;
  float: right;
}
.am-donation .am-donation-slider {
  margin-right: 80px;
  padding: 0 1em;
}
.am-donation .ui-slider-range {
  background: #71BD26 !important;
}
.am-donation .ui-slider-handle {
  border-color: #71BD26 !important;
}
.am-donation a:focus {
  outline: none;
}
.am-donation .am-donation-total {
  font-size: 130%;
  font-style: italic;
  margin-bottom: 0.8em;
}
.am-donation .am-donation-total-amount {
  font-weight: bold;
}
.am-donation .am-donation-smile-wrap .ui-slider {
  height: 4px;
  border: 0;
  background: #eee;
}
.am-donation .am-donation-smile-wrap .ui-slider-handle {
  height: 1.6em;
  width: 1.6em;
  top: -0.8em;
  margin-left: -0.8em;
  border-radius: 0.8em;
  box-shadow: 0 1px 1px #eee;
  cursor: move;
  background: #fefefe;
}
.am-donation .am-donation-smile-wrap .ui-slider-handle:hover {
  background: #fefefe;
}

.am-video-wrapper {
  text-align: center;
  background: black;
}

.am-video {
  position: relative;
  overflow: hidden;
}

.am-video-poster {
  overflow: hidden;
}

.am-video-poster-icon {
  position: absolute;
  background: url("../img/play.png") center center no-repeat;
  height: 100%;
  width: 100%;
}

.am-video-poster-icon:hover {
  background-image: url("../img/play-h.png");
}


/* ==============================================
    Styling Overrides and additions
================================================*/
/* Forms =======================*/
.am-form div.row {
background: #f8f8f8 none repeat scroll 0 0;
margin: 0;
padding: 1em 1.5em;
border-bottom: 1px solid #e0e0e0;
}
.am-form div.row:last-of-type{
border-bottom:0;
}

.am-form div.element-title {
padding: 0 0 0.5em 0;
}

@media all and (min-width: 500px) {
.am-form div.element-title {
background-color: transparent;
width: 35%;
float: left;
text-align: right;
padding: 1em 1em 1em 0;
}
}

.am-form div.element-title label {
color: #777777;
font-size: 1em;
font-weight: 700;
}
.am-form div.element-title .comment,
.am-form div.element-title .comment strong,
.am-form div.element-title .comment b {
color: #777;
padding-top: 5px;
}
.am-form div.element {
padding: 0 0 1em 0;
}
@media all and (min-width: 500px) {
.am-form div.element {
margin-left: 35%;
padding: 1em 0 1em 1em;
}
}

@media all and (min-width: 500px) {
.am-form div.element input[type=text],
.am-form div.element input[type=password],
.am-form div.element textarea,
.am-form div.element select {
width:75%;
margin-right: 0;
}
}

.am-form .am-row-wide div.element{
margin:0;
padding: 1em;
}

a.button {
display: inline-block;
text-decoration: none;
}
a.button,
input[type=button],
input[type=submit] {
font-size:1.125em; text-decoration:none; display:inline-block; color:#fff; padding:0.75em 2em; line-height:1; border-radius:3px; text-align:center; position:relative; font-weight:700; cursor:pointer; text-shadow:1px 1px 1px rgba(0,0,0,0.2); text-transform:uppercase; border:0;
background: #f17d2b;
background: linear-gradient(to bottom, #fa8e41, #ef7c29);
}
a.button:hover,
a.button.active,
input[type=button]:hover,
input[type=submit]:hover,
input[type=button].active,
input[type=submit].active {cursor: pointer; background:#ff5a00; color:#fff;}

.am-form .am-error{color:red; display: block;}

.am-errors{
margin: 0 0 1em 0;
padding: 20px;
background: #fcbdbd;
border: 1px solid #faa7a7;
color: #ba2727;
border-radius: 3px;
padding-left: 2em; list-style: square;
}

.am-form div.group input[type=text]:first-child{margin-bottom:0.5em;}

.am-form div.am-row.am-no-label .am-element {margin: 0; padding: 1em 1em;}
.am-form div.am-row.am-no-label div.am-element-title {width: 0; display: none;}

/* Login =======================*/
.am-login-form-wrapper,
.am-sendpass-form-wrapper{
margin-bottom:30px;
}

.login_reset_form_wrap{
max-width:500px;
width:100%;
margin:0 auto;
background: #f8f8f8;
border-radius:4px;
border:1px solid #e0e0e0;
padding: 1em 1.5em;
}

.am-login-form,
.am-sendpass-form{
margin-bottom:0;
}

.am-login-form form,
.am-sendpass-form form{
background: none;
border: none;
border-radius: 0px;
box-shadow: none;
}

.am-login-form div.row,
.am-sendpass-form div.row{
border: none !important;
padding: 0;}

.am-login-form div.element-title,
.am-sendpass-form div.element-title{}

/*
.am-login-form div.element-title label,
.am-sendpass-form div.element-title label{font-size:1.125em;}
*/

.am-login-form div.btn_wrap,
.am-sendpass-form div.btn_wrap{
text-align:center;
padding: 0.5em;
}

.forgot_pass_wrap{
text-align:center; padding: 0.5em;
}
/*.forgot_pass_wrap a{color:#000000;}*/

.am-signup-login-form-container {
z-index: 150;
position: absolute;
margin: 0 auto;
width: 754px;
background-color: white;
border: solid 3px #ccc;
padding: 20px;
}

.am-login-form div.element input[name=login],
.am-login-form div.element input[name=amember_login],
.am-sendpass-form div.element input[name=login],
.am-sendpass-form div.element input[name=amember_login] {
background-image: url("../img/icons/users.png");
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 30px;
width: 100%;
}
.am-login-form div.element input[name=amember_pass],
.am-sendpass-form div.element input[name=amember_pass] {
background-image: url("../img/icons/key.png");
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 30px;
width: 100%;
}

.am-popup-content{padding:20px;}

.am-popup .am-login-form legend,
.am-popup .am-sendpass-form legend {display: none;}

.am-popup .am-login-form form,
.am-popup .am-sendpass-form form {border: none; box-shadow: none;}

.am-popup .am-login-form .row,
.am-popup .am-sendpass-form .row {border: none;}

.am-popup .am-login-form .row .element-title,
.am-popup .am-sendpass-form .row .element-title {background: none;}

.am-popup .am-login-form-wrapper,
.am-popup .am-sendpass-form-wrapper {margin: 0;}

.am-sendpass-form-wrapper {display: none;}

#am-form-login-remember {margin-top: 20px; display: block;}

.am-form input[type=text],
.am-form input[type=password],
.am-form select,
.am-form textarea {margin-right: 0;}

/* Checkout page =======================*/
.hosted-field {border: 1px solid #ccc !important; font-size: 1em !important; height: 2.5em !important; background:#ffffff; color:#555555;}
.hosted-field.braintree-hosted-fields-invalid{border-color:red !important; background:#fff1f1;}

/* Thank you page =======================*/
.thank_you_info_wrap{}
.thank_you_info_wrap > p{font-size:1em; line-stacking:1.4em; margin-bottom:1.25em;}
.thank_you_info_wrap > p a{color:#ff5a00; text-decoration:underline;}

/* Account Section Pages ================*/
.account_main_col{float: left; width: 75%;}
@media (max-width: 68em) {
.account_main_col{width: 100%;}
}

.account_subheading{width: 100%; display: block; margin-bottom:1em; padding: 0.5em 1em; font-size: 1.125em; color: #fff; background: #555; font-weight:700; border-radius:3px; border-left: 3px solid #f17d2b; border-right: 3px solid #f17d2b;}
.account_section_wrap{margin-bottom:3em;}
.account_section_wrap > h3{font-size:1.125em; line-height:1.4em; margin-bottom:1.25em;}
.account_section_wrap > p{font-size:1em; line-height:1.4em; margin-bottom:1.25em;}
.account_section_wrap > p a{color:#ff5a00; text-decoration:underline;}

.account_dash_list{list-style:none;}
.account_dash_list li{padding-bottom:15px;}
.account_dash_list li:last-of-type{padding-bottom:0;}
.account_dash_list a{color:#ff5a00; text-decoration:none; overflow-wrap: break-word;}
.account_dash_list a:hover{text-decoration:underline;}

/* Account Nav ================*/
.account_nav_wrap{width:20%; float:right;}
@media (max-width: 68em) {
.account_nav_wrap{width:100%;}
}

/* List */
.account_nav_list{width:100%; list-style:none; border-radius: 3px; background: #2876BA; overflow: hidden;}
.account_nav_list li{font-size:1em; text-align:left; border-bottom:1px solid rgba(255,255,255,0.2);}
.account_nav_list li:last-of-type{border:none;}
.account_nav_list li a{display:block; padding:0.75em 1em; text-decoration:none; color: #ffffff;}
.account_nav_list li a:hover{background:rgba(255,255,255,0.2);}
@media (max-width: 68em) {
.account_nav_list{display:none;}
}

/* Dropdown */
.account_nav_drop{display:none; border-radius: 3px; overflow: hidden; margin-bottom:1.5em;}

.account_nav_drop_menu_btn{width: 100%; background-color: #0E538F; color: #fff; font-size: 1em; text-align: left; padding: 0 0 0 40px; cursor: pointer; position: relative; height: 40px; line-height: 40px;}
.account_nav_drop_menu_btn .menu-icon{display:block; width:18px; height:2px; background:#fff; position:absolute; left:1em; top:50%; -webkit-transform:translate(0px,-50%); transform:translate(0px,-50%);}
.account_nav_drop_menu_btn .menu-icon::before{content:""; display:block; width:18px; height:2px; background:#fff; position:relative;top:-5px;}
.account_nav_drop_menu_btn .menu-icon::after{content:""; display:block; width:18px; height:2px; background:#fff; position:relative;bottom:-3px;}

.account_nav_drop_list{display:none; background-color: #555;}
.account_nav_drop_list li{font-size:1em; text-align:left; border-top:1px solid rgba(255,255,255,0.2);}
.account_nav_drop_list li a{display:block; padding:0.75em 1em; text-decoration:none; color: #ffffff;}
.account_nav_drop_list li a:hover{background:rgba(255,255,255,0.2);}

@media (max-width: 68em) {
.account_nav_drop{display:block;}
}

/* Cancel subscription Pages ================*/
.cancel-subscription-buttons{}
.cancel-subscription-buttons input[type="button"]{ font-size:1em; display:block; width:100%; white-space: normal;}
#cancel-subscription-no,
#cancel-subscription-no:hover{background:none; color:#000000; text-shadow:none;}

/* Payment history ================*/
#am-block-active-subscriptions{display: none;}
#am-block-payments{margin-bottom:2em;}

/* Dashboard Page ================*/
/* Subscription List */
.am-list-subscriptions{}
.am-list-subscriptions li{padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px dotted #ccc;}
.am-list-subscriptions li:last-of-type{border:none;}
.am-list-subscriptions li > span{ display: block; line-height: 1.4em; padding-bottom:5px;}
.am-list-subscriptions-desk{display: none;}

.am-list-subscriptions .upgrade-subscription{font-size:12px; text-decoration:none; display:inline-block; color:#fff; padding:5px 10px; border-radius:3px; text-align:center; position:relative; font-weight:700; cursor:pointer; text-shadow:1px 1px 1px rgba(0,0,0,0.35); text-transform:uppercase;}
.am-list-subscriptions .upgrade-subscription{background: #f17d2b;}
.am-list-subscriptions .upgrade-subscription:hover{background:#ff5a00;}
.am-list-subscriptions .upgrade-subscription.local-link:after{display:none;}
.am-list-subscriptions .cancel-subscription{color: #999; display: inline-block; font-size: 12px; text-transform: uppercase;}
.am-list-subscriptions_divider{opacity:0;}

/* Upgrade/Cancel popup */
.upgrade-subscription-popup label{padding-bottom:2em; position:relative; display:block;}
.upgrade-subscription-popup label:last-of-type{padding-bottom:10px;}
.upgrade-subscription-popup label input[type=radio],
.upgrade-subscription-popup label input[type=checkbox]{position: absolute; top: 5px; left: 0;}
.upgrade-subscription-popup label .am-product-title{margin-left: 20px;}
.upgrade-subscription-popup input[type="submit"]{margin-bottom: 10px;margin-right:10px;}
.upgrade-subscription-popup input[type="button"]{background:#999;}
.upgrade-subscription-popup input[type="button"]:hover{background:#aaa;}

/* Useful Links */
.am-list-links li{padding-bottom:15px;}
.am-list-links a{color:#ff5a00; text-decoration:none;}
.am-list-links a:hover{text-decoration:underline;}

.am-change-pass-toggle{color:#ff5a00;}

.element.group a{ color:#000000; display:inline-block; margin:0 20px; text-decoration:none;}
.element.group a:hover{text-decoration:underline;}
