:root {
  --pei-brand-color: #DDDD4D;
  --pei-brand-color-light: #ffffc8;
  --pei-brand-text-color: #000;
}

.modal-topic-list ul li {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath d='M1 6.98148L4.14815 9.5L10.4444 1' stroke='%23DDDD4D' stroke-width='2'/%3E%3C/svg%3E") !important;
}

.brand-npm.brand-rebrand {
    /**
     * @todo PMP-4141
     *
     * 1) Change @npm-primary-brand-color in wp-content/themes/Newspaper-child/includes/less_files/brands/includes/_variables.less
     * 2) Remove this file
     * 3) Change wp-content/themes/Newspaper-child/includes/less_files/brands/brand-npm.less (see @todo in that file)
     * 4) Re-build assets
     */
    font-family: 'Avenir Next LT W01 Medium', Arial, sans-serif;
  }
  .brand-npm.brand-rebrand a.nav-button {
    background: #AAA;
    color: #DDDD4D;
    display: inline-block;
    margin: 8px 8px 8px 0;
    border: none;
    padding: 7px 12px 4px;
    line-height: 16px;
    font-size: 16px;
  }
  .brand-npm.brand-rebrand a.nav-button:hover {
    color: white;
    background: #DDDD4D;
  }
  .brand-npm.brand-rebrand .top-header-user-account .success-message {
    line-height: 1.5em;
  }
  .brand-npm.brand-rebrand .top-header-user-account .success-message h3 {
    margin: 16px 0;
  }
  .brand-npm.brand-rebrand .top-header-user-account .success-message p {
    margin-bottom: 16px;
  }
  .brand-npm.brand-rebrand .top-header-user-account .success-message p > strong {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin: 16px 0;
    color: #111;
  }
  .brand-npm.brand-rebrand .top-header-user-account small {
    font-size: 11px;
  }
  .brand-npm.brand-rebrand .top-header-user-account hr {
    border: none;
    border-bottom: #DDDD4D 1px solid;
  }
  .brand-npm.brand-rebrand .top-header-user-account .user-account-action a {
    color: #DDDD4D;
    text-decoration: underline;
  }
  .brand-npm.brand-rebrand .top-header-user-account .button,
  .brand-npm.brand-rebrand .top-header-user-account a.button {
    border-color: #bcbcbc;
    background-color: #bcbcbc;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
    text-transform: uppercase;
    margin-top: 16px;
    transition: all 0.3s ease;
  }
  .brand-npm.brand-rebrand .top-header-user-account .button:hover,
  .brand-npm.brand-rebrand .top-header-user-account a.button:hover {
    border-color: #DDDD4D;
    background-color: #DDDD4D;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
    text-transform: uppercase;
    margin-top: 16px;
  }
  .brand-npm.brand-rebrand .top-header-user-account .button:hover,
  .brand-npm.brand-rebrand .top-header-user-account a.button:hover,
  .brand-npm.brand-rebrand .top-header-user-account .button:active,
  .brand-npm.brand-rebrand .top-header-user-account a.button:active {
    background-color: #DDDD4D;
    border-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .top-header-user-account .button:focus,
  .brand-npm.brand-rebrand .top-header-user-account a.button:focus {
    background-color: #DDDD4D;
    border-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div h2 {
    color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div .td-login-button {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div .td-login-button:hover,
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div .td-login-button:active {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div .td-login-button:focus {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div input[type=text].parsley-success,
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div input[type=url].parsley-success,
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div input[type=tel].parsley-success,
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div input[type=email].parsley-success,
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div textarea.parsley-success,
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div select.parsley-success {
    color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .mfp-content .pwl-login-form-div .form-control:focus {
    outline: solid 2px #DDDD4D;
  }
  .brand-npm.brand-rebrand .cta-tell-us-now {
    border-color: #DDDD4D;
    background-color: #DDDD4D;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 8px 15px;
    text-transform: uppercase;
    width: 100%;
    margin: 3px;
    min-width: 50px;
    max-width: 250px;
  }
  .brand-npm.brand-rebrand .cta-tell-us-now:hover,
  .brand-npm.brand-rebrand .cta-tell-us-now:active {
    background-color: #DDDD4D;
    border-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .cta-tell-us-now:focus {
    background-color: #DDDD4D;
    border-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .paywall .paywall-title {
    color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .paywall .btn-register {
    border-color: #DDDD4D;
    background-color: #DDDD4D;
    color: #fff;
  }
  .brand-npm.brand-rebrand .paywall .btn-register:hover,
  .brand-npm.brand-rebrand .paywall .btn-register:active {
    background-color: #DDDD4D;
    border-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .paywall .btn-register:focus {
    background-color: #005e39;
    border-color: #005e39;
  }
  .brand-npm.brand-rebrand .paywall .btn-signin {
    border-color: #DDDD4D;
    background-color: #fff;
    color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .paywall .btn-signin:hover,
  .brand-npm.brand-rebrand .paywall .btn-signin:active {
    background-color: #DDDD4D;
    border-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .paywall .btn-signin:focus {
    background-color: #005e39;
    border-color: #005e39;
  }
  .brand-npm.brand-rebrand .paywall .btn-signin:hover {
    color: #FFFFFF;
  }
  .brand-npm.brand-rebrand .loader {
    border-top: 0.6em solid rgba(0, 119, 73, 0.2);
    border-right: 0.6em solid rgba(0, 119, 73, 0.2);
    border-bottom: 0.6em solid rgba(0, 119, 73, 0.2);
    border-left: 0.6em solid #DDDD4D;
  }
  .brand-npm.brand-rebrand.woocommerce .product-cats-nav li a:hover {
    background-color: #DDDD4D;
    color: #FFFFFF;
  }
  .brand-npm.brand-rebrand.woocommerce .products li.product_cat-bestsellers .woocommerce-LoopProduct-link:before {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td-sub-footer-container .sites a:hover {
    color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td-sub-footer-container ul.sites a:hover {
    color: #077CAC;
  }
  .brand-npm.brand-rebrand .td-post-content a {
    color: #DDDD4D;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 119, 73, 0.2);
    transition: border-color 0.15s ease-out;
    text-decoration: none !important;
  }
  .brand-npm.brand-rebrand .td-post-content a:hover {
    border-bottom: 1px solid #DDDD4D;
  }
  .brand-npm.brand-rebrand .author-box-wrap .td-author-social .td-social-icon-wrap:hover i.td-icon-mail-1 {
    color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td_module_wrap .td_module_counter,
  .brand-npm.brand-rebrand .td_module_wrap .item-details--counter {
    float: left;
  }
  .brand-npm.brand-rebrand .td_module_wrap .td_module_counter {
    width: 24%;
  }
  .brand-npm.brand-rebrand .td_module_wrap .td_module_counter .td_module_counter__count {
    color: #DDDD4D;
    font-size: 46px;
    margin-top: 12px;
    text-align: right;
    padding: 0 9px 0 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 1140px) {
    .brand-npm.brand-rebrand .td_module_wrap .td_module_counter .td_module_counter__count {
      font-size: 30px;
    }
  }
  .brand-npm.brand-rebrand .td_module_wrap .item-details--counter {
    width: 76%;
  }
  .brand-npm.brand-rebrand .td_module_wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .brand-npm.brand-rebrand .gform_button {
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    text-transform: uppercase;
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .gform_button:hover,
  .brand-npm.brand-rebrand .gform_button:active {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .gform_button:focus {
    background-color: #005e39;
  }
  .brand-npm.brand-rebrand .filter-sortby-selected {
    color: #DDDD4D;
  }
  @media screen and (min-width: 570px) {
    .brand-npm.brand-rebrand .filter-sortby-selected {
      background-color: #AAA;
    }
    .brand-npm.brand-rebrand .filter-sortby-selected:hover {
      color: white;
      background: #DDDD4D;
    }
  }
  .brand-npm.brand-rebrand .td_default_btn,
  .brand-npm.brand-rebrand .td_round_btn {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td_default_btn:hover,
  .brand-npm.brand-rebrand .td_round_btn:hover,
  .brand-npm.brand-rebrand .td_default_btn:active,
  .brand-npm.brand-rebrand .td_round_btn:active {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td_default_btn:focus,
  .brand-npm.brand-rebrand .td_round_btn:focus {
    background-color: #005e39;
  }
  .brand-npm.brand-rebrand .td_outlined_btn {
    border-color: #DDDD4D;
    color: #DDDD4D;
    background-color: transparent;
  }
  .brand-npm.brand-rebrand .td_outlined_btn:hover,
  .brand-npm.brand-rebrand .td_outlined_btn:active {
    background-color: #DDDD4D;
    border-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td_outlined_btn:focus {
    background-color: #005e39;
    border-color: #005e39;
  }
  .brand-npm.brand-rebrand .td_outlined_btn:hover {
    color: #ffffff;
  }
  .brand-npm.brand-rebrand .td_outlined_btn:active {
    color: #ffffff;
  }
  .brand-npm.brand-rebrand .td_outlined_btn:focus {
    color: #ffffff;
  }
  .brand-npm.brand-rebrand .td_shadow_btn {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td_shadow_btn:hover,
  .brand-npm.brand-rebrand .td_shadow_btn:active {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td_shadow_btn:focus {
    background-color: #005e39;
  }
  .brand-npm.brand-rebrand .td_3D_btn {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td_3D_btn:hover,
  .brand-npm.brand-rebrand .td_3D_btn:active {
    background-color: #DDDD4D;
  }
  .brand-npm.brand-rebrand .td_3D_btn:focus {
    background-color: #005e39;
  }
  .brand-npm.brand-rebrand .user-account-saved-for-later-link__counter {
    background-color: #DDDD4D;
    color: #ffffff;
  }
.myPei-filters, #mynpm-tab {
	width: 100%;
}
body.my-npm ul.my-npm-area {
	border-color: #DDDD4D;
}

body.my-npm ul.my-npm-area li[role="presentation"] a.my-npm-button {
	background: #DDDD4D;
	border-bottom: 1px solid #DDDD4D;
	text-decoration: none;
}

body.my-npm ul.my-npm-area li[role="presentation"] a.active {
	color: #ffffff !important;
}
