
@import url("https://cdn.presscentric.com/skins/css/fa-all-5-12-0.min.css");
@import url("https://fonts.googleapis.com/css2?family=Laila:wght@400;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fjalla One");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fjalla One", Geneva, Verdana, sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important; }

body,
p {
  font-family: "Roboto", Geneva, Verdana, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important; }

div.active.slide-item.item {
    border: none !important; 
}

.site-search {
    border-radius: 20px !important;

}

#s-menu {
    justify-content: flex-end;
   -webkit-box-ordinal-group: 4;
   -ms-flex-order: 3;
   order: 3;
   -webkit-box-flex: 0;
   -ms-flex: 0 1 75%;
   flex: 0 1 75%;
   text-align: right;
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
   max-width: 75%;
}

@media (max-width: 900px){
#s-menu {
    justify-content: unset;
   -webkit-box-ordinal-group: 4;
   -ms-flex-order: 3;
   order: 3;
   -webkit-box-flex: 0;
   -ms-flex: 0 1 75%;
   flex: 0 1 75%;
   text-align: left !important;
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: block !important;
   max-width: 100%;
}}

#s-nav {
 border-bottom: 3px solid #F1F1F1;
 box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
 background-color: #F1F1F1 !important;
 color: #333 !important;
}

button, .btn, button.btn {
    font-family: "Roboto", Geneva, Verdana, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@media (min-width: 1100px) {
.container {
    width: 1380px;
}}

#System_PreContent {
    margin-top: 163px !important;
}

/*Color the Product Thumbnails and Thumbnail Caption Title Text with CoAlliance Colors*/
a.thumbnail.product {
     background-color: #00943a !important;
}

.caption.title h3 {
     color: #ffffff !important;
     font-size: 20px !important;
}

.panel-heading h2 {
     color: #ffffff !important;
}

.pcontent {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
      padding: 15px !important;
}

/*CHANGING THE PO NUMBER TEXT */
.field.form-group.promotionCode {
  display: none !important;
}

body.home .row.featured {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center;
}

@media screen and (max-width: 778px) {
body.home .row.featured {
    flex-direction: column !important;
}}


/* CHANGING THE CONTINUE/DESIGN BUTTON */
/*REMOVING THE CUSTOM BUTTOM DESIGN AS PER 02/08/2024
.product.p-55.group-81.hide-media.hide-printing.hide-size.hide-project-title,
.product.p-56.group-81.hide-media.hide-printing.hide-size.hide-project-title,
.product.p-54.group-38.hide-media.hide-printing.hide-size.hide-project-title,
.product.p-174.group-73.hide-media.hide-printing.hide-size.hide-project-title,
.product.p-185.group-73.hide-media.hide-printing.hide-size.hide-project-title {

  #btn-submit.btn.btn-success.btn-block {
    visibility: hidden !important;
    position: relative !important;
    margin-top: -20px !important;
    margin-left: -31px !important;
}

#btn-submit.btn.btn-success.btn-block:after {
    content: "Design Online or Upload Files" !important;
    visibility: visible !important;
    position: relative !important;
    left: 0px !important;
    color: #ffffff !important;
    background-color: #ff0000 !important;
    width: 400px !important;
    height: 45px !important;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;	
}

#btn-submit.btn.btn-success.btn-block:hover:after {
    background-color: #ff6633!important;
    border: 1px solid #ff0000 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
}

}

@media (max-width: 1100px) {
  .product.p-55.group-81.hide-media.hide-printing.hide-size.hide-project-title,
  .product.p-56.group-81.hide-media.hide-printing.hide-size.hide-project-title,
  .product.p-54.group-38.hide-media.hide-printing.hide-size.hide-project-title,
  .product.p-174.group-73.hide-media.hide-printing.hide-size.hide-project-title,
  .product.p-185.group-73.hide-media.hide-printing.hide-size.hide-project-title {
    
    #btn-submit.btn.btn-success.btn-block:after {
      left: 0px !important;
      width: 85vw !important;
  }  
  }
}
*/
/* CHANGING THE UPLOAD BUTTON TEXT */

/*
.product.p-55.group-38 {
	
.btn.btn-warning.upload.btn-block {
    visibility: hidden !important;
    position: relative !important;
    margin-top: -20px !important;
    margin-left: -31px !important;
}

.btn.btn-warning.upload.btn-block:after {
    content: "Upload Mailing List" !important;
    visibility: visible !important;
    position: relative; !important
    left: -30px; !important;
    color: #ffffff !important;
    background-color: #046241 !important;
    width: 330px !important;
    height: 45px !important;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;	
}

.btn.btn-warning.upload.btn-block:hover:after {
    background-color: #F1F1F1 !important;
    border: 1px solid #046241 !important;
    border-radius: 4px !important;
    color: #046241 !important;
}
}

/* Style the Dropdown container div */
.dropdown-main {
	background-color: #046241;
	width: 35vw;
	height: 50px;
	border-radius: 5px;
	position: relative;
	display: inline-flex;
	justify-content: space-evenly;
	left: 50%;
	margin-left: -17.5vw;
	margin-bottom: 75px;
}

/* Show the dropdown menu on hover */
.dropdown-main:hover .dropdown-content {
    display: block;
    min-height: 300px;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown-main:hover .dropbtn {
    background-color: #046241;
  }
  
  /* Style The Dropdown Button */
  .dropbtn {
    background-color: #046241;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    height: 50px;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    top: 50px;
    background-color: #f9f9f9;
    min-width: 35vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Width of the Searchbar */
  .dropdown-content input {
      margin-left: 2.5%;
      width: 95%;
      margin-top: 5px;
      border-radius: 5px;
  }
    
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #b1b1b1}
  
  @media (max-width: 800px) {
  .dropdown-content {
      min-width: 80vw;
  }}

  body.home #container__footer {
	margin-top: 600px;
}

@media screen and (min-width: 768px) {
.featured .featured-product-wrapper .product .title h3 {
    font-size: 1.75rem;
    position: absolute;
    bottom: 0px;
    width: 90%;
    padding-bottom: 40px;
    padding-right: calc(5% + 20px);
    white-space: normal;
    padding-left: 0px;
}}

.std-hdr {
  width: 78%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: auto;  
}

.std-hdr-sub {
  background-color: #046241;
  width: 30%;
  margin: 50px auto auto auto;
  height: 10vw;
  padding: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lrg-hdr {
  background-color: #046241;
  width: 75%;
  margin: 50px auto auto auto;
  height: 10vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.lrg-hdr h2 {
  color: #fff !important;
  font-size: 4rem !important;
  text-align: center;
}

.std-hdr h2 {
  color: #fff !important;
  font-size: 2.5rem !important;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .lrg-hdr {
    width: 95%;
    height: 15%;
    flex-direction: column;
}}

@media screen and (max-width: 1100px) {
  .std-hdr {
    width: 95%;
    flex-direction: column;
}}

@media screen and (max-width: 1100px) {
.std-hdr-sub {
    width: 95%;
    height: 15%;
    padding: 10px 10px 10px 10px;
}}

.group-header {
  width: 60%;
  background-color: #046241;
  height: 55px;
  margin: 40px auto 50px auto;
}

.group-header h1{
  color: #fff !important;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 1100px) {
  .group-header {
    margin-left: -15px;
    width: 110%;
    max-height: fit-content;
  }

  .group-header h1{
    font-size: calc(7vw - 5%);
  }
}

.ui.labeled.icon.button {
  position: relative;
  padding-left: 4.07142857em !important;
  padding-right: 1.5em !important;
  width: 100% !important;
  height: 70px !important;
}

.upload.icon {
  font-size: 28px !important;
}

body.upload {
  #upl-select {
    display: none;
  }

#upl-design.form {
  position: absolute;
  top: 95%;
  left: 1%;
}

#upl-design.form button {
  background-color: #ff0000 !important;
}

.controls {
  position: absolute !important;
  top: 102px !important;
}

.controls #upl-files {
  background-color: #ff0000 !important;
  visibility: hidden !important;
}

.controls #upl-back {
  margin-left: 58px !important;
}

/*Change Upload Files Button Text*/
.controls #upl-files::after {
  content: "Select Mailing List" !important;
  visibility: visible !important;
  position: absolute;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000 !important;
  border-radius: 5px;
  height: 44.84px;
  width: 200px;
  top: 0px;
  left: 0px;
}

.controls #upl-skip {
  display: none;
}}

/*CHANGING THE PO NUMBER TEXT */
.field.form-group.purchaseOrder {
  margin-top: -25px !important;
}

.field.form-group.purchaseOrder label {
  visibility: hidden !important;
  position: relative !important;
  margin-top: -20px !important;
  margin-left: -31px !important;
}

.field.form-group.purchaseOrder label::before {
  content: "NAME OF FAIR AND DATE MATERIALS ARE NEEDED" !important;
  visibility: visible !important;
  position: relative !important;
  left: 33px !important;
  color: #CC0000 !important;
  width: 400px !important;
  height: 45px !important;
}

.field.form-group.purchaseOrder label::after {
  content: "MANDATORY" !important;
  visibility: visible !important;
  position: relative !important;
  left: -25px !important;
  color: #000 !important;
  width: 200px !important;
  height: 45px !important;
}

@media (max-width: 900px) {
  .field.form-group.purchaseOrder label::before,
  .field.form-group.purchaseOrder label::after {
    top: 10px !important;
  }
}

#same-shipping.option-choice,
#adr-shipping.form h1 {
  display: none !important;
}

#adr-billing.form h1 {
  visibility: hidden !important;
}

#adr-billing.form h1::before {
  content: "Shipping Address" !important;
  visibility: visible !important;
  position: relative !important;
  left: -25px !important;
  color: #000 !important;
  width: 500px !important;
  height: 45px !important;
  font-size: 36px !important;
  font-weight: 700 !important;
}

#order .form .view.table tr:nth-child(2) {
  display: none !important;
}

#order .form .view.table tr:nth-child(1) td:nth-child(1) {
  visibility: hidden !important;
}

#order .form .view.table tr:nth-child(1) td:nth-child(1)::before {
  content: "Shipping" !important;
  visibility: visible !important;
  position: relative !important;
  left: 0px !important;
  color: #000 !important;
}


