/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}


@media (max-width: 768px) {
    img.alignright {
        margin: 5px 0 20px 0;
        width: 100%;
    }
}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	border: 0;

	clip: rect(1px, 1px, 1px, 1px);

	clip-path: inset(50%);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

	background-color: #eee;

	clip: auto !important;

	clip-path: none;

	color: #444;

	display: block;

	font-size: 1em;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

	/* Above WP toolbar. */

}


.wst-cta.applycta.vertical.wst-shortcode {
    text-align: center;
}

.mart5.two-button-wrap.wsta.fade-up.delay.market.activate {
    justify-content: center;
}


/* --- Distributor Inquiry Form Styling --- */




#distributor_application {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 2rem;
  max-width: 900px;
  margin: 2rem auto;
  color: #333;
	margin-bottom: 10rem;
}

/* Headings and subheadings */
#distributor_application h2,
#distributor_application h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #003366;
  font-weight: 600;
}

@media (max-width: 576px){
	.distributor-form-heading{
		max-width: 90% !important;
	}
}
#distributor_application p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

/* Labels */
#distributor_application label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: #222;
}

/* Inputs, textareas, and selects */
#distributor_application input[type="text"],
#distributor_application input[type="email"],
#distributor_application input[type="tel"],
#distributor_application textarea,
#distributor_application select {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0.95rem;
}

#distributor_application input:focus,
#distributor_application textarea:focus,
#distributor_application select:focus {
  border-color: #0066cc;
  outline: none;
}

/* Textareas */
#distributor_application textarea {
  min-height: 80px;
  resize: vertical;
}

/* Grid spacing */
#distributor_application .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 1rem;
}

#distributor_application .col-md-12,
#distributor_application .col-md-6,
#distributor_application .col-md-4,
#distributor_application .col-md-5,
#distributor_application .col-md-3,
#distributor_application .col-md-2,
#distributor_application .col-md-9 {
  flex: 1;
  min-width: 200px;
}

/* Buttons */
#distributor_application .btn-default.submit {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease;

}

#distributor_application .btn-default.submit:hover {
  background-color: #004c99;
}

/* Captcha alignment */
#distributor_application .g-recaptcha {
  margin-top: 0.5rem;
}

/* Required asterisk note */
#distributor_application small em {
  color: #555;
  font-size: 0.9rem;
}

/* Divider styling */
#distributor_application hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1.5rem 0;
}


/* --- Center the entire Manufacturer Form container --- */
#content {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* --- Manufacturer Application Form --- */
#manufacturer_application {
  width: 100%;
  max-width: 900px;
  margin: 4rem auto;
  background: #f9fbfd;
  padding: 3rem 4rem;
  border-radius: 1.25rem;
  border: 1px solid #dce4ef;
  box-shadow: 0 6px 28px rgba(0, 64, 128, 0.05);
  text-align: left;
}

/* --- Header & Intro Text --- */
#manufacturer_application h2:first-of-type,
#manufacturer_application p:first-of-type {
  text-align: center;
  padding-left: 10rem;
  padding-right: 10rem;
  color: #0b2240;
  margin-left: auto;
  margin-right: auto;
}

#manufacturer_application h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 0.75rem;
}

#manufacturer_application p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Responsive adjustments for smaller screens --- */
@media (max-width: 1024px) {
  #manufacturer_application h2:first-of-type,
  #manufacturer_application p:first-of-type {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (max-width: 768px) {
  #manufacturer_application {
    padding: 2rem;
  }

  #manufacturer_application h2:first-of-type,
  #manufacturer_application p:first-of-type {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* --- Form Field Layout --- */
#manufacturer_application .row {
  margin-bottom: 1.5rem;
}

#manufacturer_application label {
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;

}

#manufacturer_application input,
#manufacturer_application select,
#manufacturer_application textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccd7e2;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #1a1a1a;
  background-color: #fff;
  transition: all 0.25s ease;
}

#manufacturer_application input:focus,
#manufacturer_application select:focus,
#manufacturer_application textarea:focus {
  border-color: #0078d4;
  box-shadow: 0 0 6px rgba(0, 120, 212, 0.25);
  outline: none;
}

/* --- Section Headings --- */
#manufacturer_application h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #002e6d;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
}

/* --- Radio Buttons --- */
#manufacturer_application .radio-inline {
  margin-right: 1rem;
  font-weight: 500;
  color: #333;
}

/* --- Submit Button --- */
#manufacturer_application .btn-default.submit {
  background-color: #0078d4;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}


/* --- Dividers --- */
#manufacturer_application hr {
  border: none;
  border-top: 1px solid #e0e8f2;
  margin: 2rem 0;
}

/* make all the footer links standard casing and make the font smaller so we dont have to have them wrap lines at 1920 */
.footer .footer-top .footer-container .footer-content .footer-resources .footer-nav li a, .footer .footer-top .footer-container .footer-content .footer-links .footer-nav li a {
    text-transform: none; 
    font-size: 1.6rem;
}

/* adding extra padding between horizontal tabs on contact page */
.horizontal-tabs-contact .wst-horizontal-tabs .horizontal-tab-header {
    margin-right: 3rem;
}




.wst-hero-block .hero-overlay-image {
	mix-blend-mode: normal; 
    opacity: 0.5;
}


.gpo-bottom-cta a.cta.theme-fill-2  {
    border-radius: 0 !important;
}
