:root {
  --evo-brand-secondary: #2a3a54;
  --evo-brand-accent: #f1f1f1;
  --evo-header-background: #fff;
  --evo-row-spacing: 0px;
}

/* allows logo widget width to modify image size */
header .header-full .logo_container .widgetlogo a.logo img { max-height: initial !important; }

footer.footer>* {
    padding: 10px 0;
    text-align: center;
}

.logo img {
  max-height: 200px !important;
}


/* allows logo widget width to modify image size */
header .header-full .logo_container .widgetlogo a.logo img { max-height: initial !important; }

.copyright_container {
    font-size: 1.1em;
    text-align: center;
    font-weight: 600;
}

/* Changes for AR Header */
.homecontentblockhide {
  display: none !important;
}


nav.menu .catalog-block ul.catalog {
    align-items: stretch;
    display: flex;
    justify-content: center;
    DISPLAY: NONE;
}

header .header-full {
    background-color: #fff;
}

header section.search .search-form .form-group input {
    border-color: #d3d3d3;
    border-radius: 5px;
    color: var(--evo-text-col);
    height: 46px;
    DISPLAY: NONE;
}

header section.search .search-form button[type=submit] i {
    DISPLAY: NONE;
}

header .header-mobile .header-right i {
    padding: 0;
    DISPLAY: NONE;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon {
    color: #0157a4 !important;
    font-family: FontAwesome;
    font-size: 1.25rem;
    padding: 0;
}

header .header-mobile .header-search .relsearch input {
    border-radius: 5px;
    DISPLAY: NONE;
}

header .header-mobile .header-search .relsearch button i {
    color: var(--evo-text-col);
    font-size: 1.2em;
    padding: 0;
    transition: color .35s ease;
    DISPLAY: NONE;
}

div.customertools .customertools-container {
    background: #f1F1F1;
    color: BLACK !IMPORTANT;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}

header .minicart_container .cart-btn>a.btn {
    background: #fff !important;
    border: 5px solid #d9ba5f;
    color: #000 !important;
    transition: color .35s ease, background .35s ease;
    display: none;
}

header .shoppingtools_container .shopping-tools-wrapper>.dropdown {
    order: 10;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: white !important;
  border: solid 3px #000 !important;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert {
    color: inherit;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    margin: 0 !important;
    order: 10;
    text-align: center;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>span>span {
    color: #000;
    transition: color .35s ease;
  font-weight: 500 !important;
  font-size: 1.2em !important;
}


header .shoppingtools_container a.account-btn.btn-outlined-invert>span>i.arrow-your-account {
    bottom: 25px;
    color: #0157a4 !important;
    min-width: 0 !important;
    position: absolute;
    right: 0;
    transition: color .35s ease;
}

.shoppingtools_container.col-md-2 .toolbar .customer-btn {
    margin-right: 0;
    BACKGROUND: WHITE;
      padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#cdash_address .with-padding-trl {
    background-color: WHITE;
    padding: 15px;
}


/* End Changes for AR Header */

div.customertools .nav .group-name[data-name=products], div.customertools .nav .sidebar-contractitems, div.customertools .nav .sidebar-freqpurchased, div.customertools .nav .sidebar-myquotebuilder, div.customertools .nav .sidebar-myquotes, div.customertools .nav .sidebar-quicklists, div.customertools .nav .sidebar-savedcarts {
    order: -400;
    DISPLAY: NONE;
}
.shoppingtools_container .shopping-tools-wrapper .dropdown .account-dropdown .pointer.simulated-hover {
  color: #ffffff;
  background-color: var(--evo-brand-default);
  a {
    color: #ffffff;
  }
}

.linkexisting h2 {
  color:white;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #025939;
    margin-top: 30px;
 margin-bottom: 30px;
}

css class: contactusform

.creditappform h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #009bde;
    margin-top: 30px;
    margin-bottom: 30px;
}