.green {
  color: #269a49; }

.grey {
  color: #e7ebeb; }

#peachtree-product-catalog {
  margin: 0 auto 40px;
  padding: 20px;
  font-family: "Figtree", Sans-serif;
  flex-direction: row;
  display: flex; }
  #peachtree-product-catalog h1, #peachtree-product-catalog h2, #peachtree-product-catalog h3, #peachtree-product-catalog h4, #peachtree-product-catalog h5, #peachtree-product-catalog h6 {
    letter-spacing: normal; }

.ppc-options-panel {
  /*display: none;*/
  border: 1px solid #cfd9dc;
  padding: 50px 55px 50px;
  margin: 0 auto 20px;
  max-width: 1040px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ppc-options-panel h2 {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    font-family: "Figtree", Sans-serif;
    margin: 0 0 10px;
    letter-spacing: normal; }
  .ppc-options-panel .ppc-product-config-actions {
    margin-top: 10px; }
  .ppc-options-panel .ppc-product-link {
    margin: 7px 0 0 auto; }

.ppc-product-categories {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.ppc-product-category-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  background: #f6f7f7;
  flex-direction: column;
  aspect-ratio: 1 / 1;
  padding: 50px 35px 35px;
  margin-bottom: 2%;
  transition: all .2s ease; }
  .ppc-product-category-card:hover, .ppc-product-category-card:active {
    background: #ededed; }
  .ppc-product-category-card h2 {
    color: #1b1715;
    font-family: "Playfair Display", Sans-serif;
    /*font-size: 62px;*/
    font-size: calc(clamp(2.1875rem, 1.73981rem + 1.885vw, 3.625rem));
    font-weight: normal;
    letter-spacing: -0.1rem !important;
    text-align: center;
    margin: 20px 0; }

img.ppc-product-category-icon {
  aspect-ratio: 1 / 1;
  max-width: 115px; }

.ppc-product-category-cta {
  width: 48px;
  margin-top: auto; }

#ppc-sidebar {
  width: 300px; }

#ppc-catalog-number-search {
  padding: 25px 15px;
  background: #269a49;
  color: #fff;
  display: flex;
  flex-direction: row; }
  #ppc-catalog-number-search #ppc-cns-input {
    border: 1px solid #fff;
    background: none;
    padding: 10px 15px;
    border-radius: 0;
    color: #fff; }
    #ppc-catalog-number-search #ppc-cns-input::placeholder {
      color: #66c678; }
  #ppc-catalog-number-search #ppc-cns-submit {
    background: #fff;
    border-radius: 0;
    border: 0;
    color: #269a49;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 13px; }
    #ppc-catalog-number-search #ppc-cns-submit img {
      width: 30px; }
  #ppc-catalog-number-search #ppc-cns-reset {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 10px 13px; }
    #ppc-catalog-number-search #ppc-cns-reset img {
      width: 30px; }

#ppc-prod-type-wrap {
  background: #eee;
  padding: 0 20px;
  margin: 0 0 40px; }
  #ppc-prod-type-wrap .radio-list {
    padding: 25px 0; }
  #ppc-prod-type-wrap.ppc-widget-loading {
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center; }
    #ppc-prod-type-wrap.ppc-widget-loading > div {
      opacity: .6; }

#ppc-filter-reset {
  border: 0; }
  #ppc-filter-reset:hover {
    background: none; }
  #ppc-filter-reset img {
    width: 26px; }

.ppc-widget-wrap {
  border-bottom: 1px solid #bec1c5;
  margin: 0 0 20px; }
  .ppc-widget-wrap:last-child {
    border: 0; }

.ppc-widget-loading {
  background: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center center; }
  .ppc-widget-loading > div {
    opacity: .6; }

.ppc-heading {
  font-size: 24px;
  font-weight: bold;
  color: #676e74;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bec1c5;
  padding: 5px 15px; }
  .ppc-heading img {
    width: 26px; }

/* ********************/
#ppc-main-content {
  display: flex;
  flex-shrink: 2;
  padding: 0 0 0 70px;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 300px); }

.radio-list {
  display: flex;
  flex-direction: column;
  color: #676e74;
  font-size: 18px;
  padding: 20px 15px; }
  .radio-list label {
    padding: 5px 0;
    margin: 0 0 8px;
    display: flex;
    line-height: 24px; }
  .radio-list input {
    margin: 3px 14px 0 0;
    width: 19px;
    height: 19px; }
  .radio-list.orange {
    color: #f2632f; }

.ppc-product-listing {
  display: flex;
  flex-direction: row;
  margin: 0 0 50px;
  flex-wrap: wrap;
  width: 100%; }

.ppc-product-title {
  font-size: 24px;
  font-weight: bold;
  color: #676e74;
  width: 100%;
  border-bottom: 1px solid #bec1c5;
  padding: 0 0 10px;
  margin: 0 0 20px; }

.ppc-product-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%; }

.ppc-product-images {
  width: 185px;
  min-height: 250px;
  margin: 0 30px 0 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center; }
  .ppc-product-images .ppc-product-image {
    width: 185px; }

.ppc-product-entry-wrap {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column; }

.ppc-product-entry {
  margin: 0 0 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.ppc-product-info {
  padding: 0 15% 0 0;
  width: 100%; }

.ppc-product-number {
  font-weight: bold;
  font-size: 20px !important;
  color: #144372;
  margin: 0 0 5px;
  text-transform: uppercase; }

.ppc-product-description {
  font-size: 17px;
  color: #0a485e; }

.ppc-product-link {
  color: #5eb3e4 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-flex;
  margin: 0 20px 0 0;
  transition: all .2s ease; }
  .ppc-product-link:hover, .ppc-product-link:active {
    color: #185268 !important; }
  .ppc-product-link img {
    width: 14px;
    margin: 0px 0 0 6px; }

.ppc-product-actions {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.ppc-action-button {
  border-radius: 30px;
  padding: 3px 21px;
  background: #f2632f;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  /*margin: 0 0 4px;*/
  transition: all .2s ease;
  align-items: center;
  justify-content: center; }
  .ppc-action-button:hover, .ppc-action-button:active {
    background: #144372;
    color: #fff; }

.ppc-product-price {
  font-weight: 700;
  font-size: 20px;
  color: #144372; }

/***** Modal Window Styles *****/
.ppc-modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #06485eE6;
  z-index: 20;
  display: none;
  flex-direction: row;
  padding: 0; }
  .ppc-modal-wrap.visible {
    display: flex !important; }
  .ppc-modal-wrap h1, .ppc-modal-wrap h2, .ppc-modal-wrap h3, .ppc-modal-wrap h4, .ppc-modal-wrap h5, .ppc-modal-wrap h6 {
    letter-spacing: normal; }

.ppc-modal {
  width: 1050px;
  max-width: 100%;
  min-height: 400px;
  max-height: 90%;
  background: #fff;
  border-radius: 7px;
  position: relative;
  overflow-y: auto;
  display: none;
  flex-direction: column;
  margin: auto; }
  .ppc-modal.visible {
    display: flex !important; }

#ppcModalNonAgentProductConfigurator,
#ppcModalManageAccount,
#ppcModalManageAccount,
#ppcModalManageQuotations
 {
  display: none; }

.ppc-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f06330;
  color: #fff !important;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .2s ease; }
  .ppc-modal-close:hover, .ppc-modal-close:active {
    background: #dd3427; }

.ppc-modal-header {
  padding: 40px 50px;
  width: 100%;
  background: #eef0ef;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .ppc-modal-header .ppc-product-link {
    margin: 7px 0 0 auto; }

.ppc-modal-logo {
  display: flex;
  margin: 0 40px 0 0; }

.ppc-modal-header-controls {
  display: flex;
  flex-direction: row;
  border-left: 1px solid #b0b2b8;
  padding: 10px 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500px;
  max-width: 100%; }
  .ppc-modal-header-controls.full-width {
    width: 100%; }
  .ppc-modal-header-controls h2 {
    font-weight: bold;
    font-size: 20px;
    color: #144372;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: "Figtree", Sans-serif; }
  .ppc-modal-header-controls p {
    color: #0a485e;
    font-size: 15px; }

.ppc-label-wrap {
  background: #185268;
  color: #fff;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  margin: 0 0 7px;
  font-size: 15px; }
  .ppc-label-wrap > span {
    width: 80px;
    text-align: center; }
  .ppc-label-wrap .ppc-input {
    margin-left: 10px;
    height: 42px;
    color: #737a80;
    font-size: 15px; }

.ppc-inputs-col-1 {
  width: 48%; }

.ppc-inputs-col-2 {
  width: 100%; }

.ppc-modal-body {
  padding: 50px 60px 80px;
  display: flex;
  flex-direction: column; }
  .ppc-modal-body h2 {
    font-weight: bold;
    font-size: 20px;
    color: #144372;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: "Figtree", Sans-serif; }
  .ppc-modal-body h3 {
    font-weight: bold;
    font-family: "Figtree", Sans-serif;
    font-size: 17px;
    color: #144372;
    margin: 0; }
  .ppc-modal-body p {
    font-size: 15px; }

.ppc-modal-body-inner {
  display: flex;
  margin: auto;
  width: 100%;
  flex-direction: row;  /* Change from column to row */
  align-items: center;  /* Ensures proper vertical alignment */
  column-gap: 20px;
  padding: 0 0 40px; }

 
  .ppc-modal-body-inner p {
    margin: 0; /* Remove any default margin that could misalign elements */
    line-height: 1.2; /* Ensure consistent text height */
    display: flex; /* Helps with vertical alignment */
    align-items: center;
  }

/* .ppc-product-price {
   color: #e77544; 
  text-transform: uppercase; } */
  
.ppc-modal-body .ppc-product-price {
  display: none;
  text-transform: uppercase; }

/*   .ppc-modal-body .ppc-product-price::before {
    content: "(";
}

.ppc-modal-body .ppc-product-price::after {
    content: ")";
  } */

.ppc-price-as-configured {
  color: #e77544 !important;
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: bold; }

#ppcQuoteSelect {
  width: 100%;
  height: 55px;
  padding: 10px 15px;
  font-size: 20px;
  color: #185268;
  border: 1px solid #185268;
  border-radius: 3px;
  margin: 0 0 7px; }

.ppc-product-number-select {
  width: 100%;
  padding: 0 0 40px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .ppc-product-number-select p {
    font-size: 15px;
    text-align: center;
    color: #185268; }

#ppcProductNumberSelect, .ppcProductNumberSelect {
  width: 100%;
  height: 60px;
  padding: 10px 35px;
  font-size: 22px;
  font-weight: bold;
  color: #185268;
  border: 2px solid #185268;
  border-radius: 3px;
  text-align: center;
  margin: 0 0 7px; }
  #ppcProductNumberSelect:hover, #ppcProductNumberSelect:focus, .ppcProductNumberSelect:hover, .ppcProductNumberSelect:focus {
    background: #f7f7f7; }

.ppc-product-config-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  grid-row-gap: 30px;
  width: 100%;
  justify-content: space-between;
  padding: 0 0 40px 0; }

.ppc-product-config-option-label {
  width: 48%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .ppc-product-config-option-label > span {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    width: 60%;
    margin: 0 0 6px; }
  .ppc-product-config-option-label .option-name {
    width: 65%; }
  .ppc-product-config-option-label .option-price {
    width: 35%;
    text-align: right;
    color: #e77544; }
  .ppc-product-config-option-label input, .ppc-product-config-option-label select {
    color: #737a80;
    font-size: 14px;
    height: 40px;
    padding: 3px 5px; }
  .ppc-product-config-option-label.full-width {
    width: 100%;
    margin: 0 0 20px; }

.ppc-product-config-actions {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  row-gap: 20px; }

.ppc-action-button {
  min-height: 33px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 15px;
  padding: 8px 18px;
  border: 1px solid; }
  .ppc-action-button img {
    width: 20px;
    margin: -5px 5px -5px 0; }

.ppc-action-button.solid-blue {
  background: #78bce3;
  border: 1px solid #78bce3; }
  .ppc-action-button.solid-blue:hover, .ppc-action-button.solid-blue:active {
    background: #269a49;
    border: 1px solid #269a49; }

.ppc-action-button.outline-blue {
  background: #fff;
  border: 1px solid #78bce3;
  color: #78bce3 !important; }
  .ppc-action-button.outline-blue:hover, .ppc-action-button.outline-blue:active {
    color: #185268 !important;
    border: 1px solid #185268; }

.ppc-action-button.outline-orange {
  background: #fff;
  border: 1px solid #E77543;
  color: #E77543 !important; }
  .ppc-action-button.outline-orange:hover, .ppc-action-button.outline-orange:active {
    color: #dd3427 !important;
    border: 1px solid #dd3427; }

/* Temp for Quote form display work */
/*
.ppc-modal-wrap, #ppcModalAgentProductConfigurator {
	display: flex !important;
}
*/
.ppc-quote-display {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 50px 0; }
  .ppc-quote-display .ppc-quote-head {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px 10px 0; }
    .ppc-quote-display .ppc-quote-head h3 {
      font-size: 16px;
      font-family: "Figtree", Sans-serif; }
  .ppc-quote-display .ppc-quote-line-item {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #bdc0c4;
    padding: 15px 20px 10px 0;
    width: 100%;
    justify-content: space-between;
    position: relative; }
    .ppc-quote-display .ppc-quote-line-item a {
      color: #e77544;
      font-weight: bold;
      text-decoration: underline; }
    .ppc-quote-display .ppc-quote-line-item .ppc-qli {
      font-weight: bold; }
    .ppc-quote-display .ppc-quote-line-item .item-details {
      font-weight: normal;
      font-size: 14px;
      /*margin: 10px 0;*/ }

.ppc-qh, .ppc-qli {
  text-align: left;
  /*outline: 1px solid #bdc0c4;*/
  position: relative;
  color: #737a80; }

.ppc-qh.qty,
.ppc-qli.qty,
.ppc-qh.type,
.ppc-qli.type {
  width: 60px;
  padding: 0 10px 0 0; }
  .ppc-qh.qty input,
  .ppc-qli.qty input,
  .ppc-qh.type input,
  .ppc-qli.type input {
    width: 90%;
    max-width: 100px;
    border-color: #ddd; }

.ppc-qh.item-number,
.ppc-qli.item-number {
  flex-grow: 1;
  width: 40%;
  padding: 0 20px 0 10px; }

.ppc-qh.unit-price,
.ppc-qli.unit-price {
  width: 140px; }

.ppc-qh.ext-price,
.ppc-qli.ext-price {
  width: 130px; }

.ppc-qli-delete {
  position: absolute;
  right: 0;
  width: 23px;
  height: 23px;
  border-radius: 40px;
  text-decoration: none !important;
  border: 1px solid #f06330;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all .2s ease; }
  .ppc-qli-delete:hover {
    background: #f06330;
    color: #fff !important; }

.ppc-qli input {
  padding: 0 0 0 4px;
  width: 40px; }

.ppc-quote-total {
  border-top: 2px solid #ccc;
  background: #f1f7fb;
  font-size: 22px;
  font-weight: bold;
  color: #185268;
  padding: 30px 25px 30px 130px;
  display: flex;
  flex-direction: row;
  font-family: "Figtree", Sans-serif; }
  .ppc-quote-total p {
    margin: 0;
    font-size: 18px; }
  .ppc-quote-total #ppcQuoteTotalCost {
    margin-left: auto;
    padding: 0 40px; }

.ppc-special-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  margin: 0 0 20px; }
  .ppc-special-pricing input {
    margin: 0 4px 0 0; }

.ppc-qli-mobile-label {
  display: none; }

/***** Responsive Styles for ALL PPC UI ******/
@media (max-width: 1300px) {
  #ppc-main-content {
    padding: 0 0 0 40px; }

  /*
  .ppc-product-category-card {
  	h2 {
  		font-size: 50px;
  	}
  }*/
  .ppc-product-category-cta {
    width: 35px; } }
@media (max-width: 1050px) {
  .ppc-options-panel {
    width: auto;
    margin: 0 20px 20px; }

  #ppc-sidebar {
    width: 230px; }

  #ppc-main-content {
    width: calc(100% - 230px); }

  .radio-list {
    padding: 10px 15px; }
    .radio-list label {
      font-size: 16px;
      line-height: 18px;
      margin: 0 0 6px; }
    .radio-list input {
      margin: 2px 10px 0 0;
      width: 16px;
      height: 16px; }

  .ppc-modal {
    width: 90%;
    max-width: 90%; }

  .ppc-inputs-col-1 {
    width: 100%; } }
@media (max-width: 900px) {
  .ppc-modal-logo {
    width: 150px; }

  .ppc-modal-body-inner,
  .ppc-product-number-select {
    width: 100%; }

  .ppc-quote-total {
    padding: 30px; }
    .ppc-quote-total #ppcQuoteTotalCost {
      padding: 0; } }
@media (max-width: 800px) {
  .ppc-options-panel {
    width: 100%;
    border: 0;
    margin: 0 0 20px; }

  #peachtree-product-catalog {
    flex-direction: column;
    padding: 0; }

  #ppc-sidebar {
    width: 100%; }

  #ppc-main-content {
    width: 100%;
    padding: 20px; }

  .ppc-modal {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    border-radius: 0; }

  .ppc-modal-close {
    top: 10px;
    right: 10px; }

  .ppc-modal-header {
    padding: 30px 30px; }

  .ppc-modal-header-controls {
    padding: 10px 30px; }

  .ppc-modal-body {
    padding: 40px 30px 80px; }

  .ppc-options-panel {
    padding: 30px 30px 40px; }

  .ppc-product-config-options {
    flex-direction: column; }

  .ppc-product-config-option-label {
    width: 100%; }

  .ppc-product-images {
    width: 30%;
    margin: 0 20px 0 0; }

  .ppc-product-entry {
    flex-direction: column; }

  .ppc-product-info {
    padding: 0; }

  .ppc-product-actions {
    width: 100%;
    align-items: flex-start;
    padding: 20px 0 0; }

  .ppc-product-title {
    font-size: 21px; } }
@media (max-width: 650px) {
  .ppc-product-categories {
    flex-direction: column; }

  .ppc-product-category-card {
    width: 100%;
    aspect-ratio: unset;
    padding: 40px 25px 40px;
    margin-bottom: 20px;
    /*
    h2 {
    	font-size: 40px;
    }*/ }

  .ppc-modal-logo {
    margin: 0; }

  .ppc-modal-header-controls {
    border: 0;
    padding: 20px 0; }

  .ppc-modal-header {
    flex-direction: column; }

  .ppc-quote-display .ppc-quote-head {
    display: none; }
  .ppc-quote-display .ppc-quote-line-item {
    flex-direction: column;
    padding: 15px 40px 15px 0; }
  .ppc-quote-display .ppc-qli {
    width: 100%;
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: end; }
    .ppc-quote-display .ppc-qli.item-number {
      align-items: start; }
      .ppc-quote-display .ppc-qli.item-number .item-details {
        width: calc(100% - 70px);
        margin: 0; }
  .ppc-quote-display .ppc-qli-mobile-label {
    display: flex;
    padding: 2px 0;
    font-size: 13px;
    width: 70px;
    text-transform: uppercase; }

  #ppcProductNumberSelect {
    height: 48px;
    font-size: 18px;
    padding: 10px 15px; } }
@media (max-width: 450px) {
  .ppc-modal-header .ppc-product-link {
    margin: 7px auto 0; }

  .ppc-product-config-actions {
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px; }

  .ppc-options-panel .ppc-product-link {
    margin: 0;
    text-align: center;
    justify-content: center; }

  .ppc-label-wrap > span {
    font-size: 13px;
    width: 60px; }
  .ppc-label-wrap .ppc-input {
    font-size: 13px;
    height: 36px;
    padding: 5px; } }
/***** Account Login Styles *****/
.ppc-agent-form-wrap {
  border-radius: 10px;
  padding: 35px 30px;
  background: #eee;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column; }
  .ppc-agent-form-wrap h2 {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #144372; }
  .ppc-agent-form-wrap a {
    color: #f2632f; }

.ppc-agent-form label {
  margin: 0 0 5px; }
.ppc-agent-form input, .ppc-agent-form select {
  margin: 0 0 20px;
  border: 1px solid #a1adac;
  border-radius: 3px; }
.ppc-agent-form button, .ppc-agent-form .button {
  border-radius: 30px;
  padding: 9px 21px;
  background: #f2632f;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 5px 4px 0;
  transition: background .2s ease;
  display: inline-flex;
  border: 1px solid #f2632f; }
  .ppc-agent-form button:hover, .ppc-agent-form button:active, .ppc-agent-form button:focus, .ppc-agent-form .button:hover, .ppc-agent-form .button:active, .ppc-agent-form .button:focus {
    background: #144372;
    color: #fff;
    border: 1px solid #144372; }
  .ppc-agent-form button.alt, .ppc-agent-form .button.alt {
    background: none;
    color: #f2632f; }
    .ppc-agent-form button.alt:hover, .ppc-agent-form button.alt:active, .ppc-agent-form button.alt:focus, .ppc-agent-form .button.alt:hover, .ppc-agent-form .button.alt:active, .ppc-agent-form .button.alt:focus {
      background: #269A49;
      color: #fff;
      border: 1px solid #269A49; }
.ppc-agent-form .form-error-message {
  color: red;
  display: none;
  margin: -18px 0 10px;
  font-size: 14px; }
  .ppc-agent-form .form-error-message.show {
    display: flex; }

.ppc-account-button {
  border-radius: 30px;
  padding: 3px 21px;
  background: #f2632f;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 4px;
  transition: background .2s ease; }
  .ppc-account-button:hover, .ppc-account-button:active {
    background: #144372;
    color: #fff; }

#ppc-password-reset-link {
  margin: 20px 0 0;
  font-size: 14px; }

#ppc-request-access-link {
  display: inline-flex;
  font-size: 14px; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.txt-center {
  text-align: center; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: -27px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  display: inline-block;
  padding: 5px; }

.slick-dots li button {
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #eee; }

.slick-dots li button:hover,
.slick-dots li button:active,
.slick-dots li button:focus {
  background: #f2632f; }

.slick-dots li.slick-active button {
  background: #f2632f; }
