@font-face {
	font-family: "AEI Playfair";
	src: url("/css/fonts/AEI-PlayfairDisplay-Regular.woff2") format("woff2"),
	url("/css/fonts/AEI-PlayfairDisplay-Regular.woff") format("woff"),
	url("/css/fonts/AEI-PlayfairDisplay-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "AEI Playfair";
	src: url("/css/fonts/AEI-PlayfairDisplay-Medium.woff2") format("woff2"),
	url("/css/fonts/AEI-PlayfairDisplay-Medium.woff") format("woff"),
	url("/css/fonts/AEI-PlayfairDisplay-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "AEI Playfair";
	src: url("/css/fonts/AEI-PlayfairDisplay-SemiBold.woff2") format("woff2"),
	url("/css/fonts/AEI-PlayfairDisplay-SemiBold.woff") format("woff"),
	url("/css/fonts/AEI-PlayfairDisplay-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "AEI Playfair";
	src: url("/css/fonts/AEI-PlayfairDisplay-Bold.woff2") format("woff2"),
	url("/css/fonts/AEI-PlayfairDisplay-Bold.woff") format("woff"),
	url("/css/fonts/AEI-PlayfairDisplay-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "AEI Playfair";
	src: url("/css/fonts/AEI-PlayfairDisplay-Italic.woff2") format("woff2"),
	url("/css/fonts/AEI-PlayfairDisplay-Italic.woff") format("woff"),
	url("/css/fonts/AEI-PlayfairDisplay-Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "AEI Playfair";
	src: url("/css/fonts/AEI-PlayfairDisplay-MediumItalic.woff2") format("woff2"),
	url("/css/fonts/AEI-PlayfairDisplay-MediumItalic.woff") format("woff"),
	url("/css/fonts/AEI-PlayfairDisplay-MediumItalic.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "AEI Playfair";
	src: url("/css/fonts/AEI-PlayfairDisplay-SemiBoldItalic.woff2") format("woff2"),
	url("/css/fonts/AEI-PlayfairDisplay-SemiBoldItalic.woff") format("woff"),
	url("/css/fonts/AEI-PlayfairDisplay-SemiBoldItalic.otf") format("opentype");
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: "AEI Playfair";
	src: url("/css/fonts/AEI-PlayfairDisplay-BoldItalic.woff2") format("woff2"),
	url("/css/fonts/AEI-PlayfairDisplay-BoldItalic.woff") format("woff"),
	url("/css/fonts/AEI-PlayfairDisplay-BoldItalic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
}


* {
	font-family: "AEI Playfair", serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	background-color: #ffffff;
	color: #6d6f71;
	letter-spacing: 0.05em;
	font-size: 17px;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	color: #6d6f71;
}
a:active, a:hover {
	outline: 0;
	color: #6d6f71;
}
abbr[title] {
	border-bottom: 1px dotted;
}
strong {
	font-weight: 600;
}
dfn {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0.67em 0 0.8em;
	color: #00492a;
}
h1 {
	font-size: 1.9em;
	text-align: center;
	margin-top: 1.5em;
}
h2 {
	font-size: 1.8em;
	text-align: center;
}
h2.minor-section,
h3.minor-section{
	font-size: 0.9em;
	font-weight: 600;
	text-align: left;
}
mark {
	background: #ffff00;
	color: #000000;
}
small {
	font-size: 0.8em;
}
sub, sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
nav ul {
	list-style: none;
	padding: 0;
}
input[type='submit'] {
	padding: 7px 35px;
	text-align: center;
}
input[type='checkbox'] {
	border: 1px solid #666666;
	border-radius: 0;
}
input[type='text'],
input[type='password'] {
	color: #6d6f71;
}
hr {
	background-color: #eeeee6;
	height: 2px;
	border: none;
	margin-bottom: 3rem;
}
hr.tight {
	margin-bottom: 1rem;
}
.btn {
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.btn-primary {
	background-color: #baa872;
}
/*.btn-primary:hover,*/
/*.btn-primary:active,*/
.btn-primary:focus,
.btn-primary:not(.disabled):active,
.btn-primary:not(.disabled):hover {
	background-color: #d4bf81;
	border: none;
}
p+ul {
	margin-top: -10px;
}
.page-desc {
	margin-bottom: 2em;
}

/* Header */
#header-top {
	background-color: #eeeee6;
	font-size: 0.75em;
	padding: 4px 0;
}
#header-bottom {
	background-color: rgba(255,255,255,0.9);
}
#header-bottom nav ul li {
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
}
#header-bottom nav ul li:focus,
#header-bottom nav ul li:active,
#header-bottom nav ul li:hover,
#header-bottom nav ul li:visited {
	outline-color: transparent;
	outline-style: none;
	outline-width: 0;
}
#header-bottom nav ul.nav>li>a {
	border-bottom: transparent solid 2px;
}
#header-bottom nav ul.nav>li>a:hover {
	color: #14423a;
	border-color: #14423a;
}
#header-bottom .dropdown-toggle::after {
	display: none;
}
#header-bottom .dropdown-menu {
	border: none;
	background-color: rgba(255,255,255,0.9);
}
#header-bottom .dropdown-menu li a,
#header-bottom .dropdown-menu li a:hover {
	color: #6d6f71;
	background-color: transparent;
	text-decoration: none;
}
#header-bottom .dropdown-menu li a {
	border-bottom: 1.5px solid #436861;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	padding: 7px 0;
	text-transform: capitalize;
}
#header-bottom .dropdown-menu li:last-child a {
	border-bottom: none;
}
#header-bottom .dropdown-menu li.dropdown-item,
#header-bottom .dropdown-menu li.dropdown-item:hover,
#header-bottom .dropdown-menu li.dropdown-item:active {
	position: relative;
	padding: 0 10px;
}
#header-bottom .dropdown-menu li::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free", serif;
	position: absolute;
	top: 9px;
	font-size: 14px;
	right: 10px;
	font-weight: 900;
	color: #6d6f71;
}
#header-bottom .dropdown-item:focus,
#header-bottom .dropdown-item:hover,
#header-bottom .dropdown-item:active {
	color: initial;
	background-color: initial;
}

#header-logo {
	display: none;
	max-width: 385px;
	margin-right: 56px;
	width: 100%;
}
#header-logo-mobile {
	max-width: 140px;
	width: 100%;
	margin-right: 56px;
}
.navbar-brand {
	flex: 4;
	text-align: center;
}
.navbar {
	padding-left: 0;
	padding-right: 0;
}
.navbar-expand-lg {
	flex-direction: row-reverse;
}

.breadcrumb {
	padding: 0;
	font-size: 0.7em;
	background-color: transparent;
}
.breadcrumb>li {
	color: #89898d;
	padding-right: 15px;
	position: relative;
}
.breadcrumb>li>a {
	color: #4d4d4f;
}
.breadcrumb>li::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free", serif;
	position: absolute;
	top: 2px;
	font-size: 10px;
	right: 4px;
	font-weight: 900;
	color: #6d6f71;
}
.breadcrumb>li:last-child::after {
	content: none;
}

/* Footer */
footer {
	border-top: 2px solid #eeeee6;
	padding-top: 60px;
	margin-top: 80px;
	font-size: 0.9em;
}
footer h2 {
	font-size: 1.05em;
	font-weight: 700;
	text-align: left;
	margin-bottom: 0.67em;
}
footer nav ul li {
	margin-bottom: 0.25em;
}
.footer-logo {
	max-width: 300px;
	width: 100%;
	margin-bottom: 20px;
}
#footer-bottom {
	font-size: 0.85em;
	padding: 10px 0;
}
footer i.fa,
footer i.fas,
footer i.fal,
footer i.far {
	color: #00492a;
}
footer i.fa-mobile {
	font-size: 1.2em;
}
footer i.fa-share-square-o {
	font-size: 0.8em;
}

/* Login Page */
.login-box, .request-access-box {
	background-color: #eeeee6;
	padding: 0.5em 2em !important;
	margin-top: 1em;
}
.request-access-box {
	background-color: #ffffff;
}
.form-group label,
.login-box label,
.request-access-box label {
	display: block;
	margin-bottom: 0;
}

.form-group input[type='text'],
.form-group input[type='password'],
.request-access-box input[type='text'],
.request-access-box input[type='password'],
.login-box input[type='text'],
.login-box input[type='password'] {
	background-color: #eeeee6;
	border: none;
	padding: 7px;
	width: 100%;
	display: block;
	margin-bottom: 25px;
}
.login-box input[type='text'],
.login-box input[type='password'] {
	background-color: #ffffff;
}

/* Dashboard Page */
#profileBox .welcome-message {
	font-size: 1.3em;
	color: #023c25;
}
#profileBox .welcome-logout {
	font-size: 0.9em;
	margin-bottom: 3em;
}
#loginLink .fa {
	color: #00492a;
}
.support-materials-category {
	margin-bottom: 30px;
}
.support-materials-category img {
	width: 100%;
}
.support-materials-category h3,
.wholesaler-group h3 {
	font-size: 1.2em;
	text-transform: capitalize;
	margin-top: 1.5em;
	font-weight: normal;
	text-align: center;
}
.wholesaler-group h3 {
	text-align: left;
}
.support-materials-category-sub .btn.btn-primary {
	background-color: #eeeee6;
	text-align: center;
	padding: 1em 0.5em;
	font-size: 0.8em;
	font-weight: 600;
	width: 100%;
	color: inherit;
	text-transform: capitalize;
	margin-top: 0.75em;
}
.support-materials-category-sub .btn.btn-primary:not(.disabled):hover,
.support-materials-category-sub .btn.btn-primary:not(.disabled):active {
	background-color: #00492a;
	color: #ffffff;
}
.wholesaler {
	margin-bottom: 20px;
}
.wholesaler-details {
	line-height: 1.35em;
	padding-left: 10px;
}
.wholesaler-details-name {
	font-size: 1.1em;
	font-weight: bold;
}
.wholesaler-photo {
	width: 100%;
}

/* PIG/PAL Calculator */
#pigpal-search-icon {
	width: 50px;
}
#pigpal-calc {
	position: relative;
}
#pigpal-calc .row:first-child {
	/*margin-bottom: 10px;*/
}
#pigpal-calc .row:last-child {
	margin-bottom: 60px;
}
#pigpal-calc .row:last-child .segment-entry {
	margin-bottom: 10px;
}
#pigpal-calc .segment {
	padding: 2.5em 2.5em 2em;
}
#pigpal-calc .segment>.segment-sub {
	margin-bottom: 30px;
}
#pigpal-calc .segment>.segment-sub:last-child {
	margin-bottom: 0;
}
#pigpal-calc .segment-entry {
	background-color: #00492a;
	color: #ffffff;
	margin-bottom: 10px;
}
#pigpal-calc .segment-entry .step {
	text-transform: uppercase;
	color: #c4b27e;
	font-size: 0.85em;
}
#pigpal-calc .segment label {
	margin-bottom: 0.75em;
	display: block;
}
#pigpal-calc .segment input[type="text"] {
	width: 100%;
}
#pigpal-calc .segment-display {
	background-image: url('/images/pinstripe.png');
	background-repeat: repeat;
	margin-left:4px;
	margin-bottom: 10px;
}
#pigpal-calc .segment-display:first-child {
	margin-left: 0;
}
#pigpal-calc .segment-display .app-label {
	color: #00492a;
}
#pigpal-calc .segment-display .app-label.med {
	font-size: 1.5em;
	line-height: 1.2em;
}
#pigpal-calc .segment-display .app-label.large {
	font-size: 1.5em;
	line-height: 1.2em;
}
#pigpal-calc .segment-display .app-label-desc {
	font-size: 0.7em;
}
#pigpal-calc .segment-display .app-value {
	font-size: 1.3em;
}
#pigpal-calc .segment-display .app-value.med {
	 font-size: 1.7em;
 }
#pigpal-calc .segment-display .app-value.large {
	font-size: 3em;
}
#pigpal-calc .segment .sm {
	font-size: 0.75em;
}
#pigpal-calc .segment .app-label-sub {
	display: block;
	color: #6d6f71;
	font-size: 0.8em;
}
#pigpal-calc .segment .btn.btn-primary {
	padding: 20px 45px;
}
#pigpal-print {
	margin-bottom: 0.5em;
}
.disclaimer {
	font-size: 0.85em;
}
.center {
	text-align: center;
}

.tax-solutions-title {
	margin-bottom: 0;
}
.tax-solutions-subtitle {
	text-align: center;
	font-size: 1.2em;
	color: #0f3d23;
	text-transform: uppercase;
	margin-top:0;
	margin-bottom: 2em;
}
.tax-solutions-group {
	border: solid 2px #eeeee6;
	padding: 15px 10px;
	margin-top: 50px;
}
.tax-solutions-item {
	padding-top: 7px;
	padding-bottom: 7px;
}
.tax-solutions-item .image-wrap {
	padding: 0;
}
.tax-solutions-item .resource-icon {
	width: 100%;
	max-width: 142px;
}
.tax-solutions-item .resource-title a {
	color: #0f3d23;
	font-weight: bold;
	font-size: 0.9em;
}
.tax-solutions-item .resource-description {
	font-size: 0.9em;
}

/* Download boxes */
.documentSelectorBox label {
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	margin: 0.67em 0 0.8em;
	color: #00492a;
}
.documentSelectorBox {
	width: auto;
	height: auto;
	min-height: 88px;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 1px;
	margin: 7px 0 25px;
}
.documentSelectorBox select.documentSelector {
	background-color: #eeeee6;
	border: none;
	border-radius: 0;
	min-width: 350px;
	width: 100%;
	max-width: 450px;
	height: 45px;
	color: #6d6f71;
	padding: 0 30px 0 20px;
	margin: 0 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*box-shadow: 0px 1px 3px rgba(92, 79, 50, 0.1);*/
	-webkit-appearance: none;
	background-image: url("/images/selectArrow.png");
	background-position: 97% center;
	background-repeat: no-repeat;
}
.dst-image {
	display: block;
	margin-bottom: 7px;
}
.dst-tenant {
	font-weight: bold;
	padding-top: 0.5em;
}
.dst-location {

}

#ppm_agree {
	margin-top: 2em;
}

/* DIALOG BOX */
#dialogBox,
#ddoInfoForm,
#fundNotice,
#printForm,
#userEditForm,
#contactForm {
	display: none;
	position: fixed;
	width: 30%;
	height: auto;
	top: 20%;
	left: 35%;
	right: 35%;
	min-height: 100px;
	min-width: 300px;
	margin: auto;
	padding: 20px;
	/* 	border-radius: 5px; */
	background-color: #ffffff;
	/* 	box-shadow: 0px 0px 10px 1px rgba(116,94,6,0.58); */
	box-shadow: 0px 0px 10px 1px rgba(56,56,56,0.58);
	/*color: #372516;*/
	z-index: 3000;
}
#fundNotice {
	top: 10%;
}
#ddoInfoForm,
#fundNotice {
	width: 64%;
	left: 18%;
	right: 18%;
}
#fundNotice hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#fundNotice .text {
	margin-bottom: 2em;
}
#fundNotice .text h5 {
	text-transform: capitalize;
}
#fundNotice .text p.list {
	line-height: 2em;
}
#fundNotice .closeMessage {
	margin-top: 1em;
}
#fundNotice .closeMessage a {
	font-size: 12px;
}
#fundNotice a.btn.btn-primary {
	background-color: #00492a;
	min-width: 240px;
	padding: 10px 12px;
	border-radius: 22px;
	margin-bottom: 0.5em;
}
#fundNotice .close {
	cursor: pointer;
	position: absolute;
	top: 1em;
	right: 1em;
}
#printForm .instruction {
	font-size: 0.75em;
}
#printForm .title {
	margin: 2em 0;
}
#printForm h4 {
	margin-bottom: 0;
}
#dialogBox>h3.title,
#userEditForm>h3.title {
	margin: 0 0 10px;
}
#contactForm {
	position: absolute;
	width: 76%;
	left: 12%;
	right: 12%;
	top: 15%;
	padding: 20px 40px 40px;
}
#dialogShadow,
#printDialogShadow,
#fundNoticeDialogShadow,
#userDialogShadow,
#contactDialogShadow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(94,94,94,0.58);
	z-index: 2000;
}
#contactDialogShadow {
	position: absolute;
}

/* PRINT PDF DIALOG */
#printForm,
#userEditForm {
	width: 50%;
	height: auto;
	top: 10%;
	left: 25%;
	right: 25%;
	min-height: 200px;
	min-width: 400px;
	max-width: 600px;
}
#userEditForm {
	top: 40px;
	bottom: 40px;
	overflow: scroll;
}
/*#printForm label,*/
/*#userEditForm label {*/
/*	display: block;*/
/*	margin: 10px 0 2px;*/
/*	color: #003e20;*/
/*	font-size: 13px;*/
/*}*/
/*#printForm input[type=text],*/
/*#userEditForm input[type=text] {*/
/*	width: 100%;*/
/*	height: 25px;*/
/*	!* 	border-radius: 5px; *!*/
/*	border: 1px solid #999999;*/
/*	outline: medium none;*/
/*	box-shadow: 1px 1px 4px 0px rgba(94,94,94,0.18) inset;*/
/*	font-size: 13px;*/
/*	padding: 0 7px 0 7px;*/
/*	margin: 0 0 7px;*/
/*}*/


/* SPRITE ICONS */
.icon {
	background-image: url("/images/sprite.png");
	background-size: 150px 100px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	z-index: 1;
}
.icon.information {
	background-image: none;
	width: 18px;
	height: 18px;
	/*background-position: 0 0;*/
	float: right;
	position: relative;
	right: -6px;
	cursor: pointer; /* this icon will always be used for info links */
	font-size: 18px;
	color: #6d6f71;
}
.icon.close {
	width: 12px;
	height: 12px;
	background-position: -32px 0;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer; /* this icon will always be used for close links */
}
.icon.info, .icon.error {
	background: none;
	width: 16px;
	height: 16px;
	vertical-align: top;
}
.icon.prev {
	background-position: 0 -14px;
}
.icon.next {
	background-position: -20px -14px;
}
.icon.drop-arrow {
	width: 10px;
	height: 10px;
	background-position: -47px 0;
}
.icon.drop-arrow.selected {
	background-position: -58px 0;
}
.icon.lock {
	width: 17px;
	height: 24px;
	background-position: 0 -32px;
	position: absolute;
	top: 9px;
	right: 9px;
}


/* Covid letter */
#covid-letter .indent {
	text-indent: 3em;
}
#covid-letter p.sal {
	margin-top: 2em;
	margin-bottom: 2em;
}
#covid-letter .thankyou {
	margin-top: 3em;
	margin-bottom: 1em;
}
#covid-letter #marni-nygard-sig {
	width: 30%;
}
#covid-link, #covid-link a {
	/*color: #00492a;*/
}
#covid-link i {
	color: #00492a;
}

@media (min-width: 769px) {
	#header-logo {
		display: inline;
	}
	#header-logo-mobile {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar {
		flex-direction: row;
	}
}