:root {
    --primary: #0d5b4c;
    --primarydark: #3d3325;
    --primarylight: #b0a198;
    --secondary: #bfd3bb;
	--secondarydark: #e46824;
	--secondarylight: #f7edd3;
    --lightbeige: #fff9ea;
    --search-bg: #fff9ea;
    --search-hover: #e46824;

}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #0d5b4c;
}

span, a, p, input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

nav#main-nav {
    height: 5rem;
    background: var(--lightbeige);
    display: inline-block;
}
div#contentrow {
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
}


/* == Top Navigation Bar == */
.navbar-top {
  background-color: #fff9ea;
  color: #0d5b4c;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: 'Montserrat', sans-serif;
  padding: 3rem 12rem 1rem;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-top a {
  color: #0d5b4c;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.navbar-top a:hover {
  color: #e46824;
}

.separator {
  margin: 0 0.5em;
}

.lower-nav {
  background-color: #fff9ea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 12rem!important;
  flex-wrap: wrap;
}

.lower-nav img {
  height: 55px;
  max-width: 100%;
}

.lower-nav .icons {
  display: flex;
  align-items: center;
  gap: 2.5rem!important;
  margin-left: auto;
}

.lower-nav .icons a {
  background-color: #0d5b4c;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: background-color 0.3s ease;
}

.lower-nav .icons a svg {
  fill: #fff9ea;
  width: 20px;
  height: 20px;
}

.lower-nav .icons a:hover {
  background-color: #e46824 !important;
}

.lower-nav .icons a:hover svg path {
  fill: #d6c4b9 !important;
}

hr.nav-divider {
  height: 1px;
  background-color: #0d5b4c;
  border: none;
  margin: 0;
}

.search-bar-container {
  background-color: #f7edd3!important;
  padding: 1rem 12rem;
  font-family: 'Montserrat', sans-serif;
}

.search-box form, #small-searchterms, #btn-small-search {
    background-color: #0d5b4c;
}

.search-bar-container input[type="text"],
.search-bar-container input[type="search"] {
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .navbar-top,
  .lower-nav,
  .search-bar-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lower-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .lower-nav .icons {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.container-special, .catfish-container, .container {
    padding-bottom: 10px;
}
.headermenu .lower-nav .icons a:nth-child(3) span {
    margin-left: 4px;
    position: absolute;
    background-color: #e46824!important;
    color: white;
    font-size: 0.95rem;
    padding: 3px 6px;
    border-radius: 999px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    z-index: 10;
    transform: translate(-20px, -18px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/*login page*/
.generalPageWrapper.layout--columnOneTelerikMVC #contentiInnerRow {
    padding-top: 0px!important;
}
.login__wrapper > .catfish-container {
    background: #f7eeda;
}
button.loginbutton.catfish-button, input#btnsearch {
    background: var(--primary);
    color: var(--medium)!important;
    font-family: var(--font1);
    font-weight: 600;
    text-transform: uppercase;
    border: 0px!important;
}
button.loginbutton.catfish-button:hover, input#btnsearch:hover {
    background: #e46824;
}
.forgot-password a {
    color: #e46824;
    text-decoration: underline;
    font-weight: bold;
}
.forgot-password a:hover {
    color: var(--primarydark);
}
.login__wrapper .page-title::before {
    height: 6rem !important;
    width: 26rem !important;
}
.login__wrapper .returning-wrapper .buttons .catfish-button {
    background-color: #0d5b4c;
    color: white!important;
    border-radius: 1px;
}
.catfish-button, .button, .catfish-button.is-primary, .button.is-primary {
    border-radius: 1px;
    background-color: #e46824;
    color: white!important;
}
/*banner*/
h1.bannerheading.title {
    margin-bottom: 0.5rem;
    color: white;
    font-family: var(--baloo);
    font-size: 5rem;
}
p.subtitle {
    color: white;
    font-weight: 500;
    font-size: 1.5rem;
}
.bannerimg_outside {
    display: flex;
    justify-content: center;
}
img.bannerimg {
    max-width: 40%;
    padding-top: 2rem;
}
.section.is-large {
    padding: 8rem 0;
    margin-top: 4.5rem;
}
.has-background-cover {
    background-size: cover;
    background-position: center;
}
/*Subcategories*/
.sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
    display: none;
}
.sub-category-grid .listWrapper .item-box {
    border-top: none!important;
}

/*category page products*/
input.productlistproductdetailbutton.showproductlandingpage.catfish-button {
    background-color: #e46824 !important;
}
.pager span:hover,
.pager a:hover {
  background-color: #e46824; 
  color: white;
}

.catfish-default-product-box .product-item--image .picture img {
    object-fit: contain!important;
    padding: 1rem;
    background-color: #f7edd3!important;
}
h6.navigationmenu--title {
    font-size: 1.5rem;
    font-weight: 800rem;
}
.product-item--image .picture {
    background: var(--secondarylight);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button {
    border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -ms-border-radius: 3px!important;
    -o-border-radius: 3px!important;
    background-color: #e46824!important;
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button:hover {
       background-color: #3d3325!important; 
}
.arone-product-landing-page .attribute label.button {
    border-color: #0d5b4c;
    background-color: #f7edd3!important;
    color: #0d5b4c!important;

}
.arone-product-landing-page .attribute label.button:hover {
    color: white;
    background-color: #0d5b4c;
}
.arone-product-landing-page .attribute input:checked + label.button {
    background-color:#e46824!important;
    color:white!important;
    border: none!important;
}
.arone-product-landing-page .action-button-wrapper .catfish-button {
    background-color: #e46824;
}
.product-item--info {
    background: var(--secondarylight);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0.8rem;
}
.product-grid .item-box {
background-color: #f7edd3!important;
}
.product-grid .item-box:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.arone-category-page .category-intro-wrapper {
    padding-top: 0px;
}

.catfish-default-product-box a.image.is-1by1.is-covered {
    background: var(--secondarylight)!important;
}

div.arone-category-page .navigationmenu ul li.active>a {
    background-color: #0d5b4c!important;

}

#\31 nkrXkQeyT .product-item--actions .buttons input {
    background-color: #0d5b4c!important; 
}
.navigationmenu ul a:hover {
    background-color: #f7edd3!important;
    transition: background-color 0.3s ease;
}
.pager {
    padding-top: 4rem;
}
/*download button*/
.downloadsample {
    transform: translate(0px, 1.25rem);
}
span.downloadsamplebutton {
    padding: 0.5rem 1.5rem;
    background: var(--secondary);
    border-radius: 300px;
}
span.downloadsamplebutton a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

/* footer */
.site-footer {
  background-color: #f7edd3;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding-left: 15rem;
  padding-right: 15rem;
}

.footer-top {
  padding: 40px 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 60px;
}

.footer-column {
  flex: 1 1 200px;
  margin-bottom: 20px;
}

.footer-column h4 {
  margin-bottom: 10px;
  color: #0d5b4c;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column a {
  text-decoration: none;
  color: #0d5b4c;
  line-height: 1.8; 
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #e46824;
}

.footer-bottom {
  background-color: #0d5b4c;
  padding: 9px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15rem;
  padding-right: 15rem;
  font-size: 13px;
  color: white;
}

.footer-logo img {
  height: 40px;
}

.footer-text {
  text-align: right;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/*search results*/
button.loginbutton.catfish-button, input#btnsearch {
    background-color:#0d5b4c;
    color: white!important;
}
/*cart*/
.cart--edititem input.basketEditButton.options.catfish-button {
    display: none;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
    background-color: #f7edd3;
}

.shoppingcart__wrapper .cart-footer .cart-footer__container {
background-color: #f7edd3;
border-color: none!important;
}

.checkout-buttons__wrapper .savebasketbutton,
.checkout-buttons__wrapper .continueshoppingbutton {
  background-color: #0d5b4c!important;
  border-color: none;
  color: white!important;
}

#updatecart {
  background-color: #e46824!important;
  border-color: none;
  color: white!important;
}
/*checkout*/
.checkout-data td {
    width: 100%;
}
.advanced-select.is-extended .item-list {
    background: white;
}
.advanced-select .text-item, .advanced-select .selected-item {
    background: white;
}
.one-page-checkout #opc-confirm_order .cart-total {
    width: 95%;  
}
.one-page-checkout .cartTableWrapper .cart tr.cart-item-row {
    background: #f7edd3;
}
/*Approval page*/
.t-grid {
    background-color: white!important;
}
/*product page*/
.product-main-wrapper img.is-fullwidth {
    object-fit: contain!important;
}
.product-page-wrapper .product-essential .thumbs .thumb {
    background: transparent;
    border: 0px;
}
div#lbCenter {
    background: var(--lightgray);
}

.fulldescription, .review-wrapper.box.block.is-light, .producttags-box {
    display: none;
}
.product-page-wrapper .product-essential .bigpicture.column img {
    padding: 4rem 1rem;
    background: var(--secondarylight)!important;
}
.bigpicture.column.is-12 {
    border: none!important;
}
.product-essential.grid_6.column.is-6 {
    display: flex;
    align-items: center;
    background: var(--secondarylight);
}
.overview {
    margin-left: 10px;
}
.product-page-wrapper, #cartsliderrow, .shoppingcart__wrapper {
    padding-top:  2rem;
}

#productVariantForm .picture-wrapper div div {
    background-color: #f7edd3!important;
    padding: 1rem;
}

#productVariantForm .details-wrapper .productspec-list table tr:nth-child(2) {
    background-color:#f7edd3!important;
}
.catfish-default-product-box .add-info .addtocart .catfish-button, .catfish-default-product-box .add-info .addtocart .catfish-input {
    border-radius: .2rem;
}
.catfish-default-product-box .product-item--info {
    background-color: white!important;
}
.block.is-medium.is-spaced, .block.is-medium:not(:last-child) {
    display: inline-block;
}
.arone-product-landing-page .newProductPriceWrapper {
    color:#0d5b4c;
}
.arone-product-landing-page .column.quantity-wrapper .field-label {
    color:#0d5b4c;
    font-weight: bold;
    padding-top: 10px;
}
.input, .catfish-input, .catfish-select, .textarea, .catfish-textarea {
    border-radius: .2rem;
}
.arone-product-landing-page .action-button-wrapper .catfish-button {
    border-radius: .2rem;
}
.catfish-button:hover, .button:hover, .catfish-button.is-primary:hover, .button.is-primary:hover{
    background-color: #3d3325!important;
}
/*account*/
.block-account-navigation ul a.active, .block-account-navigation ul a.is-active {
    background-color: #0d5b4c;
    color: white!important;
}
.account-page .page-title h1 {
    font-size: 1rem;
    font-weight: 400;
    color: white;
    background: #0d5b4c;
    padding: 1rem 0px;
    text-align: center;
}
input.addaddressbutton.catfish-button {
    margin-top: 0.33rem;
}

@media screen and (min-width: 1088px) {
    section.LowerDesktopNavBar a.navbar-item.pl-4.pr-4.has-text-weight-bold.logout, section.LowerDesktopNavBar a.navbar-item.pl-4.pr-4.has-text-weight-bold.login {
        display: none;
    }
    section.LowerDesktopNavBar.mobileonly {
    display: none;
}
#navlower .top-bar-section {
    transform: translate(0px, 1.25rem);
    justify-content: start;
    -webkit-transform: translate(0px, 1.25rem);
    -moz-transform: translate(0px, 1.25rem);
    -ms-transform: translate(0px, 1.25rem);
    -o-transform: translate(0px, 1.25rem);
}
}
@media screen and (min-width:768px) and (max-width:1087px) {
    #navlower .top-bar-section {
        transform: translate(0px, -0.25rem);
        -webkit-transform: translate(0px, -0.25rem);
        -moz-transform: translate(0px, -0.25rem);
        -ms-transform: translate(0px, -0.25rem);
        -o-transform: translate(0px, -0.25rem);
}
}
@media screen and (min-width: 1280px) {
    .homePageCategories.clearfix .column.is-3-widescreen {
        width: 33.33%;
    }
}
@media screen and (max-width: 1087px) {
    .section.is-large {
        padding: 6rem 0;
    }
    a.navbar-item.pl-0.pr-0 svg {
        width: 40px;
    }
    .TopMenuFont {
        padding-top: 0.5rem;
    }
    section.LowerDesktopNavBar a.navbar-item {
        color: #0d5b4c;
    }

    }
    section.LowerDesktopNavBar .navbar-item {
        padding: 0.5rem 0rem!important;
        font-size: 1.25rem;
    }
    .navbar-group {
        align-items: center;
    }
    section.LowerDesktopNavBar {
        background-color: transparent;
    }


.grid_12.clearfix.top-bar-section {
    flex-direction: row;
}
.search-box {
    margin-top: 2rem;
}
.innertext-mobile {
    display: flex;
flex-direction: column;
text-align: center;
align-items: center;

}
.innertext-desktop {
    display: none!important;
}
.uploadsandtemplates {
display: flex;
flex-direction: column-reverse;
}
img.ctImage {
width: 80%;
}
.container.imagecontain {
justify-content: center;
}
.empty50, .innertext {
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
p.uploadparagraph {
max-width: 80%;
}
img.ctImage {
margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .column.is-6-mobile {
        width: 100%;
    }
    .container.mobiletopbar {
        transform: translate(0px, -0.5rem);
        -webkit-transform: translate(0px, -0.5rem);
        -moz-transform: translate(0px, -0.5rem);
        -ms-transform: translate(0px, -0.5rem);
        -o-transform: translate(0px, -0.5rem);
}
    #navlower .top-bar-section {
        transform: translate(0px, -0.1rem);
        -webkit-transform: translate(0px, -0.1rem);
        -moz-transform: translate(0px, -0.1rem);
        -ms-transform: translate(0px, -0.1rem);
        -o-transform: translate(0px, -0.1rem);
}
    .breadcrumb__container {
        margin-top: 2rem;
    }
    .navigationmenu {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .category-page-wrapper {
        padding-top: 2rem!important;
    }
    h1.bannerheading.title {
        font-size: 3.5rem;
    }
}
@media screen and (max-width:700px) {
    .brandflex.is-flex {
        flex-direction: column;
    }
    .category-page-wrapper {
        padding-top: 0px;
    }
}
@media screen and (max-width: 500px) {
    .search-box {
        max-width: 100%;
    }
    h1.bannerheading.title {
        text-align: center;
    }
    p.subtitle {
        text-align: center;
    }
}
@media screen and (max-width: 360px) {
    h1.bannerheading.title {
        font-size: 3rem;
    }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .container, .row__container.catfish-container {
        padding: 0px;
    }
}
@media screen and (min-width: 1472px) {
    .utgrid {
        margin: 3rem 0px;
    }
}
@media screen and (min-width: 768px), print {
    .columns:not(.is-desktop):not(.is-widescreen) {
        display: flex;
        flex-wrap: wrap;
        row-gap:0rem;
    }
}

/*Account Page*/
.account-page .page-title h1 {
    font-size: 1.5rem!important;
    font-weight: 600!important;
}
.account-page.account-page--addresses .addAddressButtonWrapper {
    translate: -6px;
    padding-top: 2px;
}
.account-page.account-page--addresses .address-item table tr {
    background-color: #f7edd3;
}
.account-page--myorders .orders_v2 .order_container .order_show_details_but:hover {
    background-color: #e46824;
    color: white
}

/*Approval Page*/
.approval-page .row__container.catfish-container {
    max-width: fit-content!important;
}


/*ME styling*/
.card .card-content {
    background-color: white;
}
.catfish-classes.me-global-menu:hover {
    background-color: none!important;
}
/*preview button*/
.viewControlButton.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline {
    color: white;
    background: #0d5b4c;
}
.viewControlButton.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline:hover {
    background: #0d5b4c;
}
/*PDF preview*/
button.viewControlButton.pdfDownloadButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline {
    color: white;
    background: #0d5b4c;
}
button.viewControlButton.pdfDownloadButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline:hover {
    background: #0d5b4c;
}
/*add to cart*/
button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope {
    color: white;
    background: #e46824;
}

button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope:hover {
    background: #e46824;
}
/*zoom buttons*/
.main_view_controls .catfish-button {
    border: solid 1px #3d3325;
    background: white!important;
    color: #3d3325!important;
}
/*reorder menu, back, title*/
.buttonContainer.leftSide.buttons {
    flex-direction: row-reverse;
}
a.btn.btn-default.btn-me.backButton.catfish-button.has-text-hidden-mobile {
    order: 1;
}
/*pages buttons*/
.memobilePageClass.buttons.ng-scope button, .memobilePageClass.buttons.ng-scope span.catfish-button.btn.btn-primary.pagenrbtn.ng-binding {
    border: solid #3d3325 1px;
}
/*hide target field user mode only*/
.megaEditBodyClass-RegisteredUser .field.has-addons .control:last-child .catfish-button {
    display: none;
    border-radius: 0px;
}
.megaEditBodyClass-RegisteredUser .catfish-select.is-small {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/*product title*/
.editorTop.pane .headerWrapper .currentCanvasSizeWrapper .current_prod_name {
    color:#0d5b4c!important;
    font-weight: 600!important;
    font-size: larger!important;
    padding-top: 1.5rem!important;
    max-width: 600px!important;
}
/*undo redo*/
.undoRedoContainer.ng-scope .catfish-button[disabled] {
    background-color: #bfd3bb!important;
    color: #0d5b4c!important;
}
.meuiHtmlListCollapsed button#single-button {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.meuiButton {
    text-transform: none!important;
}
/*back buttons and save as project hover*/
#parentContainer .backButton.catfish-button:hover {
  background-color: #0d5b4c;
  color: #fff;
}
#parentContainer .saveProjectButton.catfish-button:hover {
  background-color: #0d5b4c;
  color: #fff;
}
.catfish-classes.me-global-menu:hover {
  background-color: #0d5b4c;
  color: #fff;
}


/*hide right panel #9 batch upload envelope ME*/
.enveloperightpanel .pane.ui-layout-east.freeTargetContainer.ui-layout-pane.ui-layout-pane-east.is-open.is-opened {
    display: none;
}
/*featured categories*/
  h3.title.is-spaced.has-text-centered {
    text-align: left !important;
    font-weight: 450;
    font-size: 2rem;
    color: #0d5b4c!important;
    font-family: 'montserrat';
    padding-bottom: 1rem;
    padding-left: 3rem;
  }

  .homeFeaturedCategoriesWrapper {
    padding-top: .5rem!important;
  }
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border: 0px;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item:hover .image {
    opacity: 0.7;
}
 .catfish-default-product-box .product-item--image .picture img {
    object-fit: contain !important;
    background-color: #f7edd3;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--image .image.is-1by1.is-covered {
    background: var(--light1);
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item {
    display: flex!important;
    flex-direction: column!important;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
    display: none !important;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture a img {
    object-fit: contain!important;
    height: 100% !important;
    width: 100%!important;
    
}
.product-title a {
    color: var(--dark) !important;
    font-size: 18px !important;
    font-family: var(--font1);
    font-weight: 500;
  }
.productlistaddtocartbutton, .productlistproductdetailbutton {
    font-family: var(--font1);
    text-transform: uppercase;
    font-weight: 600;  
    background: var(--primary);
}
.productlistaddtocartbutton:hover, .productlistproductdetailbutton:hover {
    background: var(--primarydark);
}
@media screen and (min-width:1280px) {
    .listItem {
        width: 25%!important;
    }
}
@media screen and (max-width:767px) {
    .column.is-6-mobile {
        width: 100%!important;
    }
}
.ict-featured-tiles .column a {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

/* Featured category tiles */
.ict-featured-tiles .ict-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 0px;
}

/* Hover effect */
.ict-featured-tiles .column a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Optional: Zoom image slightly on hover */
.ict-featured-tiles .column a:hover img {
  transform: scale(1.05);
}

/* Click effect (active state) */
.ict-featured-tiles .column a:active {
  transform: translateY(1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/*search toggle*/

.nav-search-container.is-active {
    transform: translatey(6.5em);
    background: var(--medium1)!important;
    -webkit-transform: translatey(6.5em);
    -moz-transform: translatey(6.5em);
    -ms-transform: translatey(6.5em);
    -o-transform: translatey(6.5em);
}
.search-box form {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
#small-searchterms {
    border: 0px!important;
    padding-left: 20px;
    border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    -o-border-radius: 20px 0px 0px 20px;
    font-family: var(--font1);
    color: var(--dark);
    background:white!important;
}

#btn-small-search {
    border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -ms-border-radius: 0px 20px 20px 0px;
    -o-border-radius: 0px 20px 20px 0px;
    font-family: var(--font1);
}
.search-box form, #small-searchterms, #btn-small-search {
    height: 2.5rem;
    box-shadow: none;
}
#btn-small-search {
    background: var(--primary);
}
#btn-small-search:hover {
    background: var(--primarydark);
}
.nav-search-container .search-box {
    margin-top: 2.25rem;
  }