/**
 * EDU/Mil/Corp landing page styles
 *
 * @author      Jim Mock
 * @copyright   2025, ON1
 */

/** =! Shared */
strong,
em {
	color: #fff;
}

body.special-pricing #product-navigation.sticky.is-sticky {
	background: rgba(0, 0, 0, 0.75);
}

body.special-pricing #intro {
	background: url(https://ononesoft.cachefly.net/images/store/store-cat-bg_2x.png) center center no-repeat;
	background-size: cover;
	margin-top: -43px;
	padding: 6rem 0 3rem 0;
}

body.special-pricing #categories {
	margin-bottom: 3rem;
}

body.special-pricing #categories .container {
	border-bottom: 2px solid #2b2f35;
	padding-bottom: 3rem;
}

body.special-pricing #categories .cat {
	border-radius: 1rem;
	padding: 2.5rem 1rem;
	text-align: center;
}

body.special-pricing #categories .cat a {
	border: none;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	text-decoration: none;
}

body.special-pricing #categories .cat-edu {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: animateCatEduBG_out;
	animation-timing-function: ease-in-out;
	background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--edu-bg_2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.special-pricing #categories .cat-edu:hover {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: animateCatEduBG_in;
	animation-timing-function: ease-in-out;
}

@keyframes animateCatEduBG_in {
	0% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--edu-bg_2x.jpg);
	}

	100% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--edu-bg-hover_2x.jpg);
	}
}

@keyframes animateCatEduBG_out {
	0% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--edu-bg-hover_2x.jpg);
	}

	100% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--edu-bg_2x.jpg);
	}
}

body.special-pricing #categories .cat-milvet {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: animateCatMilvetBG_out;
	animation-timing-function: ease-in-out;
	background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--milvet-bg_2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.special-pricing #categories .cat-milvet:hover {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: animateCatMilvetBG_in;
	animation-timing-function: ease-in-out;
}

@keyframes animateCatMilvetBG_in {
	0% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--milvet-bg_2x.jpg);
	}

	100% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--milvet-bg-hover_2x.jpg);
	}
}

@keyframes animateCatMilvetBG_out {
	0% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--milvet-bg-hover_2x.jpg);
	}

	100% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--milvet-bg_2x.jpg);
	}
}

body.special-pricing #categories .cat-pubserv {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: animateCatPubservBG_out;
	animation-timing-function: ease-in-out;
	background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--pubserv-bg_2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.special-pricing #categories .cat-pubserv:hover {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: animateCatPubservBG_in;
	animation-timing-function: ease-in-out;
}

@keyframes animateCatPubservBG_in {
	0% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--pubserv-bg_2x.jpg);
	}

	100% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--pubserv-bg-hover_2x.jpg);
	}
}

@keyframes animateCatPubservBG_out {
	0% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--pubserv-bg-hover_2x.jpg);
	}

	100% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--pubserv-bg_2x.jpg);
	}
}

body.special-pricing #categories .cat-corp {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: animateCatCorpBG_out;
	animation-timing-function: ease-in-out;
	background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--corp-bg_2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.special-pricing #categories .cat-corp:hover {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: animateCatCorpBG_in;
	animation-timing-function: ease-in-out;
}

@keyframes animateCatCorpBG_in {
	0% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--corp-bg_2x.jpg);
	}

	100% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--corp-bg-hover_2x.jpg);
	}
}

@keyframes animateCatCorpBG_out {
	0% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--corp-bg-hover_2x.jpg);
	}

	100% {
		background-image: url(https://ononesoft.cachefly.net/images/landing/special-pricing/cat--corp-bg_2x.jpg);
	}
}

body.special-pricing #categories .nav-pills .nav-link.active,
body.special-pricing #categories .nav-pills .show>.nav-link {
	background-color: transparent;
	color: #fff;
}

body.special-pricing #discounts {
	padding: 0 0 6rem 0;
}

/** =! Application form(s) */
body.special-pricing-form #application-form {
	padding: 0 0 6rem 0;
}

body.special-pricing-form #application-form .wpforms-one-half {
	float: right;
	width: 48%;
}

body.special-pricing-form #application-form .wpforms-one-half.wpforms-first {
	float: left;
}

body.special-pricing-form #application-form label {
	color: #bdbdbe;
	display: block;
	font-size: 0.875rem;
	margin: 0 0 0.3175rem 0;
}

body.special-pricing-form #application-form .wpforms-required-label {
	color: #ff3d57;
}


body.special-pricing-form #application-form label.wpforms-field-sublabel {
	font-size: 0.75rem;
	margin: 0.25rem 0 0 0;
}

body.special-pricing-form #application-form .form-group {
	margin-bottom: 2rem;
}

body.special-pricing-form #application-form .form-group.wpforms-field-email,
body.special-pricing-form #application-form select {
	width: 48%;
}

body.special-pricing-form #application-form textarea.form-control {
	display: block;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-clip: padding-box;
	border-radius: 0.3rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body.special-pricing-form #application-form .form-control:focus {
	border-color: #0a7efa;
}

body.special-pricing-form #application-form .wpforms-field-file-upload input {
	color: #bdbdbe;
}

body.special-pricing-form #application-form .wpforms-field-file-upload .wpforms-field-description {
	color: #bdbdbe;
	font-size: 0.875rem;
	margin-top: 1rem;
}

body.special-pricing-form #application-form .wpforms-uploader {
	background: #1d232a;
	border-color: #495057;
	color: #bdbdbe;
}

body.special-pricing-form #application-form .wpforms-field-file-upload input,
body.special-pricing-form #application-form .wpforms-uploader .dz-message svg,
body.special-pricing-form #application-form .wpforms-uploader .modern-title {
	color: #bdbdbe;
}

body.special-pricing-form #application-form .wpforms-field-email .wpforms-field-description {
	font-size: 0.75rem;
	font-weight: 600;
	margin-top: 0.25rem;
}

body.special-pricing-form #application-form .wpforms-error {
	color: #ff3d57;
	font-weight: 700;
}

body.special-pricing-form #application-form .wpforms-submit-container {
	text-align: center;
}
