﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
}

ol, ul {
  padding-inline-start: 40px;
  margin-block-end: 1em;
}

li {
	margin-bottom: 0.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  margin: 0;
  overflow: auto;
  hyphens: none;
  color: #222;
}

table, tbody, theader, tr, td, th {
  max-width: 90vw !important;
  height: unset !important;
}

#container {
  display: grid;
  min-height: calc(100vh - 5em);
  max-width: 100vw;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  position: relative;
  height: auto !important;
  min-height: 100%;
}


#container .Wrapper {
  margin: 2px auto 10px;
  max-width: 1300px;
  width: 100%;
  border-radius: 5px;
  margin-top: 1em;
  padding: 0 10px;
}

[class*="ms-commandLink"] {
  border: none
}

#container .Wrapper *:not([class^="ms-"]) {
  max-width: 100%;
}

#container .Wrapper img {
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 0.5em;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0c6e3b;
  box-shadow: inset 0 0 6px #0c6e3b;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0c6e3b;
  box-shadow: inset 0 0 6px #0c6e3b;
}

#s4-bodyContainer {
   padding: 0;
   overflow: hidden;
}

.container #pageAreaLayout {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  border-radius: 5px;
  padding: 0 10px;
}

#pageContent img {
	max-width: 100%;
	height: unset !important;
}

/*Ribbon*/
body #s4-ribbonrow {
  top: 0px;
  z-index: 1000;
  height: auto !important;
  min-height: 0px !important;
}

.ms-cui-tt-a > .ms-cui-tt-span {
	font-size: 8.5pt;
}

#s4-ribbonrow .ms-MenuUIPopupBody, #s4-ribbonrow .ms-popoutMenu, .ms-cui-menu[id^="Ribbon."] {
  position: fixed !important;
}

.ms-WPHeader, .ms-WPHeader * {
  background-color: transparent;
  white-space: normal !important
}

.o365cs-nav-header16 .o365cs-nav-topItem, .o365cs-base.o365cs-topnavBGColor-2 {
 background-color: #0c6e3b;
}

.o365cs-nav-header16 .o365cs-nav-button {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ms-welcome-root {
	padding: 0;
}
.ms-siteicon-img{
	display:none;
}

.ms-welcome-root > a.ms-core-menu-root, .ms-signInLink {
	color: #0c6e3b;
}

.ms-srch-hover-outerContainer {
  display: none !important;
}

.ms-srch-item {
  width: 100%;
  max-width: 1000px;
}

.ms-srch-item-path {
  display: none;
}

span.ms-promlink-button-image .ms-srch-pagingNext, .ms-srch-sbLarge-searchImg, .ms-srch-pagingPrev, .ms-promlink-button-right, .ms-promlink-button-left {
	max-width: unset !important;
}

#Paging a {
	text-decoration: inherit !important;
	box-sizing: content-box;
}

.ms-promlink-button-enabled {
	border: 1px solid #ababab !important;
	box-sizing: content-box;
}

.ms-srch-sb-searchImg {
	left: -19px;
}

.ms-srch-sb-searchImg:hover {
	left: 14px;
}

.ms-searchCenter-result-main {
	float: none;
}

.ms-srch-ellipsis {
	white-space: inherit;
}

/*Generic Styles*/

a {
  position: relative;
  color: #0072c6;
  text-decoration: none;
}

a,
a:before {
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform, color, background;
  -webkit-transition-property: color, background, -webkit-transform;
  transition-property: color, background, -webkit-transform;
  transition-property: transform, color, background;
  transition-property: transform, color, background, -webkit-transform;
}

a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1.5px;
  background-color: #97D700;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

a:visited {
  color: #0072c6;
}

a:hover {
  color: #97D700;
  text-decoration: none;
}

a:hover:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a.arrow {
	color: #0072c6;
}


i.fas.fa-arrow-right {
	color: #0072c6;
	margin-left: 12%;
	font-size: 1.2em;	
}

a.arrow i.fas.fa-arrow-right::before {
	transform: translateX(20px);
}

h1 {
	font-size: 26pt;
	font-family: 'Open Sans', sans-serif;
	color: #58442f !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 0.8%;
}

h2 {
	font-size: 19pt;
	font-family: 'Open Sans', sans-serif;
	color: #0c6e3b !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 0.8%;
}

h3 {
	font-size: 16pt;
	font-family: 'Open Sans', sans-serif;
	color: #6db044 !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 0.8%;
}

h4 {
	font-size: 14pt;
	font-family: 'Open Sans', sans-serif;
	color: #9d7b47 !important;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: none;
	margin-bottom: 0.8%;
}

.ms-rtestate-field p, p.ms-rteElement-P {
	line-height: 1.5;
}


.btn, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 2px 10px;
  margin: .5em;
  font-size: 14pt !important;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #0c6e3b;
  color: #fff !important;
  -webkit-box-shadow: -1px 1px 3px -1px #2e2e2e;
  box-shadow: -1px 1px 3px -1px #2e2e2e;
  display: inline-block;
  white-space: nowrap;
  margin-left: 0;
}

.btn:hover, a:hover span.ms-rteStyle-LinkButton {
  background-color: #6db044 !important;
  color: inherit;
  text-decoration: none
}

.btn:active,
.btn:focus,
a:active span.ms-rteStyle-LinkButton,
.ms-rteStyle-LinkButton:focus {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:visited, a:visited span.ms-rteStyle-LinkButton {
  color: #fff;
}

.btn::after, .btn::before, .hidePseudo::after, .hidePseudo::before {
  display: none
}

.btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

h1#pageTitle {
	margin-top: 2%;
	margin-bottom: 2%;
}

.ms-textSmall, .ms-textXSmall, .ms-metadata, .ms-descriptiontext, .ms-secondaryCommandLink {
	font-size: 11pt;
}

.ms-srch-sb-border {
	border: 1px solid #0c6e3b;
	background: #fff;
}

.ms-srch-sb>input {
	width: 220px;
	height: 22px;
}

.ms-WPBorder {
  border: none;
}

.ms-webpart-zone {
	padding: 3%;
}

/*Home Link*/

.homeLink {
  position: absolute;
  float: left;
  z-index: 200;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: 96px;
  width: 12%;
  text-decoration: none;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.homeLink:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.homeLink:hover:before {
  visibility: hidden;
}

.homeLink>* {
  position: relative;
  z-index: 9;
  color: #fff;
  text-decoration: none;
  text-shadow: -1.5px -1.25px 1.25px rgba(13, 110, 80, 0);
  font-size: 1em;
}


/*Header*/

.Header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 6em;
  background-color: #fff;
  background-image: url(/Style%20Library/Images/PAALogo.png);
  background-position: 2em;
  background-size: 7%;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
  box-shadow: -3px 5px 6px -5px #333;
  max-width: calc(100vw);
}

.Header .hamburger,
.Header .screenreader {
  display: none;
}

.Header .topRight {
  position: absolute;
  top: 0;
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.accountMenu {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: .25em;
  font-weight: 550;
  font-size: 10.5pt;
  letter-spacing: 0.05em;

}

.accountMenu .accountMenuItem,
span[id*="_Menu_"] {
  /*display: block;*/
  color: #000;
  text-decoration: none;
  height: auto;
  line-height: 1.5em;
  padding: 0;
  position: static;
  background-clip: initial;
  border: none;
}

span[id*="_Menu_"]>* {
  color: inherit !important;
  display: inline;
  /*height: auto !important;
  line-height: .5em;*/
}

.accountMenu .accountMenuItem:hover,
span[id*="_Menu_"]:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.accountMenu .accountMenuItem:hover>*,
span[id*="_Menu_"]:hover>* {
  color: #005072;
  text-shadow: -1.5px -1.25px 1.25px hsla(0, 0%, 92%, 0.5);
}

.accountMenu .accountMenuItem:hover> :before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.accountMenu .accountMenuItem:hover:before {
  visibility: hidden;
}

.accountMenu .accountMenuItem>* {
  position: relative;
  z-index: 9;
  color: inherit;
  text-decoration: none;
  font-size: 10.5em;
  font-weight: 550;
  letter-spacing: 0.05em;
}

.accountMenu a {
  color: #000 !important;
  padding-left: 10px;
  padding-right: 10px;
}

.accountMenu .accountMenuItem> :before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #b5bf00;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

a#ctl00_IdWelcome_ExplicitLogin {
    display: inline !important;
    }

span#zz18_Menu_t {
    display: inline;
}
.ms-signInLink {
	line-height: 1.5em;
}

/*Navigation*/

#mobileMenu {
	display: none;
}

#headerNavigation {
  height: 5em;
}

.ms-core-listMenu-horizontalBox {
  width: 89%;
  text-align: center;
  max-width: 95vw;
  display: block;
  margin-left: 11%;
  position: fixed;
  top: 2.5em;
  z-index: 2;
}

.menu-item-text {
  white-space: normal !important;
  width: 100% !important
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2)~* {
  width: 50%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3)~* {
  width: 33%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4)~* {
  width: 25%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5)~* {
  width: 20%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6)~* {
  width: 16.66667%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7)~* {
  width: 14.28571%
  /*width: fit-content;
  text-align: center;*/
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	/*margin-left: calc(7vw);*/
	margin-right: 0;
}

.wrap {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.s4-tn li.static>.menu-item {
  color: #000;
  font-size: 13pt;
  white-space: nowrap;
  width: 100%;
  padding: 5px 0px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 3%;
}

.s4-tn li.static>a:hover {
  color: #000 !important;
  text-decoration: none;
}

/*.ms-core-listMenu-horizontalBox li.static:first-child a {
	margin-left:0
}*/

.s4-toplinks .s4-tn a.selected {
  color: #fff;
  text-decoration: none;
}

/*.s4-tn.noindex.ms-core-listMenu-horizontalBox>ul>li.static:nth-child(n + 1) a {
	margin-left:0;
}*/

.s4-tn UL.dynamic {
  background-color: #fff;
  list-style: none;
  border: none;
  box-shadow: -3px 5px 6px -5px #333;
  width: max-content !important;
  margin-left: -25%;
  min-width: 100%;
}


.s4-tn li.dynamic>.menu-item {
  color: #0c6e3b;
  text-decoration: none;
  font-size: 14pt;
  text-align: left;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  min-width: auto;
  padding: 3px;
  font-weight: 500;
  
}

.s4-tn li.dynamic>a:hover {
  background-color: #0c6e3b;
  color: #fff !important;
}

li.dynamic a.dynamic.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode {
	background-color:transparent !important;
	color: #0c6e3b !important;
	text-align: left !important;
	padding:0 !important;
	display: block;
	border: 0 !important;
}

.ms-core-listMenu-horizontalBox a.dynamic-children span.additional-background, .ms-core-listMenu-horizontalBox span.dynamic-children span.additional-background {
  padding-right: 0px;
  background-image: none;
}

.ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li, .ms-core-listMenu-horizontalBox .ms-core-listMenu-item, .ms-core-listMenu-horizontalBox > ul > li > table {
  width:100%;
  list-style: none
}

.s4-ql {
  margin-top: 15px;
  color: #0c6e3b !important;
}

.ms-core-listMenu-root {
  list-style-type: none;
  padding-inline-start: 0;
}

.s4-ql ul.root>li>a {
  color: #0c6e3b;
}

.s4-ql a.selected {
  background: none transparent;
  color: #0c6e3b !important;
  font-weight: bold;
  border: none !important;
}

.s4-ql a.selected:hover {
  background-color: #fff !important;
}

.s4-ql ul.root ul>li>a {
  color: #0c6e3b;
  text-decoration: none;
  font-size: 15px;
  padding-left: 20px;
}

.s4-ql ul.root ul>li>a:hover, .s4-ql ul.root>li>a:hover {
  text-decoration: none;
  background-color: #0c6e3b;
  color: #fff
}

.s4-ql ul.root ul {
  margin-bottom: 0px;
  margin-left: 5px;
  list-style-type: none;
  padding-inline-start: 0px !important;
}

.s4-ql ul.root>li>.menu-item {
  color: #0c6e3b;
}

/*Breadcrumbs*/

.breadcrumb {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  margin-top: 15px;
}

.breadcrumb a {
  display: inline-block;
  font-size: 12.5pt;
  line-height: 28px;
  color: #222;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.breadcrumb a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 28px;
  height: 28px;
  -webkit-transform: scale(0.707) rotate(45deg);
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  -webkit-box-shadow: 1px -1px 0 0 #e1e1e1;
  box-shadow: 1px -1px 0 0 #e1e1e1;
  z-index:0;
}

.breadcrumb a.home {
  padding-left: 12px;
  padding-right: 15px;
}

.breadcrumb a.bc-node {
  padding-right: 15px;
  padding-left: 20px
}

.breadcrumb .current {
  padding: 0 15px;
  margin-left: 10px;
  font-size: 11pt;
}

.breadcrumb a,
.breadcrumb a:after {
  background: #transparent;
  color: #222;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.breadcrumb a:hover,
.breadcrumb a:hover:after {
  background: #e8e8e8;
  color: #000;
}

.breadcrumb a:hover:before {
  color: #e8e8e8;
}

/*Page Layout*/

#pageAreaLayout {
  position: relative;
  min-height: calc(100vh - 380px);
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 6em;
}

td#leftNav {
  width: 20%;
  padding: 15px 0;
  vertical-align: top;
  border-right: 2px solid #000;
}

td#pageContent {
  width: 100%;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 4%;
  vertical-align: top;
}

table#pageTable {
  width: 100%;
  max-width: 1300px !important;
  margin: 0 auto;
  margin-top: 0;
  table-layout: fixed;
  vertical-align: top;
}

.currentNav a:hover {
	text-decoration: none;
}

.currentNavHeader {
  color: #9d7b47;
}

.currentNavHeader a {
  display: block;
  padding: 8px 3px 0px 10px;
  color: #9d7b47;
  font-weight: 700;
  font-size: 14pt !important;
}

.currentNavItem {
  color: #2a2723;
}

.currentNavItem a {
  display: block;
  padding: 8px 3px 0px;
  color: #2a2723;
}

/*Footer*/

#footer {
  padding: 2% 10px 0 10px;
  color: #fff;
  background: #58442f;
  min-height: calc(75vw*.16);
}

.footerWrapper {
  background: url('/Style%20Library/Images/PAALogo-White.png') calc(25%)/calc(5em + 15vmin) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  text-align: center;
  width: 70%;
  max-width: 1500px;
  margin: 0 auto;
  min-height: calc(60vw*.15);
}

.footerlinks {
	text-align: left;
	border-inline-start: #fff solid 3px;
	width: 40%;
	padding-inline-start: 10%;
	padding-top: 1%;
}

.footerlinks p {
	margin-bottom: 2%;
}

.footerlinks a {
	color: #fff;
}

.footerBottom {
	background-color: #493828;
	height: 55px;
}

.copyright {
	float: left;
	margin-left: 4%;
	margin-top: 1.2%;
}

#copyYear {
	color: #fff;
}

#copyYear a {
	color: #fff !important;
}

#homeLinkFooter {
  display: none;
}

.signInLink {
	width: fit-content;
	float: right;
	margin-right: 2%;
}

.accountMenu .accountMenuItem, span[id*="_Menu_"]:hover {
	background-color: transparent !important;
}

.accountMenu .accountMenuItem:hover>*, span[id*="_Menu_"]:hover>* {
	text-shadow: none;
}

.signInLink a {
	color: #493828 !important;
	font-weight: bold;
}

.signInLink a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.signInLink .ms-core-menu-arrow {
	display: none !important;
}

/* Collapsible */
.collapsible-header {
	display: inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 99%;
	margin-bottom: 2%;
	padding: 15px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 14pt;
	font-weight:500;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#333;
	background-color:#e8e8e8;
}

.collapsible-header:before {
	font-family: 'fontawesome';
    content: "\f054";
	float: left;
	font-size: .50em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 4.2px;
}

.collapsible-header.open:before {
	font-family: 'fontawesome';
	content: "\f078";
}

.collapsible-header.focus,
.collapsible-header:focus {
	color:#333;
	background: #d8d8d8 !important;
}

.active, .collapsible-header:hover {
	color:#333;
	background: #d8d8d8;
}

ul.collapsible {
	list-style-type:none;
	padding-inline-start: 0;
}

.collapsible-body {
	text-align:left;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-bottom: 2%;
}

.collapsible-body p, .collapsible-body h2, .collapsible-body h3, .collapsible-body a.btn, .collapsible-body img, .collapsible-body h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

/*Large Collapsible*/

.collapsible-large li {
	margin-bottom: 0;
}

.collapsible-header-large {
	display: inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 92%;
	margin-bottom: 0%;
	padding: 4%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 17pt;
	font-weight:700;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#58442f;
	background-color:#ffffff;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-wrap: wrap;
}

.collapsible-header-large:before {
	font-family: 'fontawesome';
    content: "\2b";
	float: right;
	font-size: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 0px;
	color: #6db044;
}

.collapsible-header-large.open:before {
	font-family: 'fontawesome';
	content: "\f068";
	color: #0c6e3b;
}

.collapsible-header-large.open {
	border-bottom: 0;
	background-color: #efefef;
}

.collapsible-header-large.focus,
.collapsible-header-large:focus {
	color:#333;
	background: #efefef !important;
}

.active, .collapsible-header-large:hover {
	color:#333;
	background: #efefef;
}

.collapsible-header-large a {
	scroll-margin-top: 6em;
}

ul.collapsible-large {
	list-style-type:none;
	padding-inline-start: 0;
}

.collapsible-body-large {
	text-align:left;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;

}

.collapsible-body-large p, .collapsible-body-large h2, .collapsible-body-large h3, .collapsible-body-large a.btn, .collapsible-body-large img, .collapsible-body-large h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

/*Page Not Found*/

.pageNotFoundBanner {
	float: right;
	width: 40%;
	margin-left: 2%;
	margin-bottom: 2%;
}

ul.pageNotFound {
	list-style-type: none;
}

ul.pageNotFound li {
	line-height: 3;
}

ul.pageNotFound li a {
	vertical-align: middle;
}

ul.pageNotFound i.fa-solid.fa-leaf {
	color: #0c6e3b;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}

ul.pageNotFound i.fa-solid.fa-magnifying-glass {
	color: #58442f;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}

ul.pageNotFound i.fa-solid.fa-envelope {
	color: #6db004;
	font-size: 24pt;
	margin: auto 0;
	margin-right: 12px;
	vertical-align: middle;
}


/*Float Right*/

img.floatRight {
	float: right; 
	margin-left: 3%;
	margin-bottom: 3%;
	width: 35%;
}

/*Float Left*/

img.floatLeft {
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 35%;
}

/*Registration Table - Responsive*/

.responsiveTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.responsiveTable caption {
  font-size: 16pt;
  margin: .5em 0 .75em;
}

.responsiveTable tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.responsiveTable th,
.responsiveTable td {
  padding: .625em;
  text-align: center;
}

.responsiveTable th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #58442f;
  color: #fff;
}

/*Two Column Layout*/

.twoColumn {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.twoColumn .column1, .twoColumn .column2 {
	width: 48%;
}

/*Three Column Layout*/

.threeColumn {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.threeColumn .column1, .threeColumn .column2, .threeColumn .column3 {
	width: 30%;
}

/*Two Column Grid Layout*/

.twoColumnGrid {
	display: flex;
	flex-wrap: wrap;
}

.twoColumnGridItem {
	flex: 0 1 calc( 90% / 2 );
	flex-grow: 0;
	padding: 2%;
}

/*Three Column Grid Layout*/

.threeColumnGrid {
	display: flex;
	flex-wrap: wrap;
}

.threeColumnGridItem {
	flex: 0 1 calc( 92% / 3 );
	flex-grow: 0;
	padding: 1%;
}


/*NASS Grid Layout */

.NASSGrid {
	display: flex;
	flex-wrap: wrap;
}

.NASSItem {
	flex: 0 1 calc( 95% / 5 );
	flex-grow: 0;
	padding: 0.5%;
}

/*Growers Association*/

.growerAssocGrid {
	display: flex;
	flex-wrap: wrap;
}

.growerAssocItem {
	flex: 0 1 calc( 93% / 3 );
	flex-grow: 0;
	margin: 1%;
	background: linear-gradient(121deg,#f8faff 0,#fff 72.88%);
	box-shadow: 10px 15px 45px rgba(13,41,71,.15),inset 2px 2px 3px #fff;
	border: 1px solid rgb(215, 215, 215);
}

.growerAssocLogo img {
	width: 100%;
}

.growerAssocName {
	padding: 5%;
	margin-top: -8%;
}

/*Membership Pricing*/

table.membershipPricing {
	width: 100%;
	border: 1px solid #58442f;
	border-collapse: collapse;
}

table.membershipPricing td {
	width: 33%;
	padding: 1.5%;
	text-align: center;
	border: 1px solid #58442f;
}

/*Callout Bar*/

.calloutBar {
	background-color: #6db004;
	margin: 3% 0 3% -1%;
	box-shadow: 10px 15px 45px rgba(13,41,71,.15);
}

.calloutBarInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 90% !important;
    margin: 0 auto;
    padding: 2%;
    justify-content: space-between;
}

.calloutBarText {
	width: 78%;
	margin-right: 2%;
}

.calloutBarText * {
	text-shadow: none;
}

.calloutBarText h2, .calloutBarText h3, .calloutBarText p {
	margin: 0;
	color: #fff !important;
}

.calloutBarButton {
	width: 20%;
}

.calloutBarButton .btn {
	background: #fff;
	color: #0c6e3b !important;
	float: right;
}

.calloutBar .btn:hover {
	background-color: #e8e8e8 !important;
	text-decoration: none;
}

/*Callout Bar Grey*/

.calloutBarGrey {
	background-color: #e8e8e8;
	margin: 3% 0 3% -1%;
}

.calloutBarGreyInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 90% !important;
    margin: 0 auto;
    padding: 2%;
    justify-content: space-between;
}

.calloutBarGreyText {
	width: 78%;
	margin-right: 2%;
}

.calloutBarGreyText * {
	text-shadow: none;
}

.calloutBarGreyText h2, .calloutBarGreyText h3, .calloutBarGreyText h4 {
	margin: 0;
	color: #0c6e3b !important;
}

.calloutBarGreyButton {
	width: 20%;
}

.calloutBarGreyButton .btn {
	float: right;
}

.calloutBarGrey .btn:hover {
	text-decoration: none;
}

/*Meeting Speaker Photo*/

img.meetingSpeaker {
	float: left; 
	margin-right: 3%;
	margin-bottom: 1%;
	width: 28%;
}

img.meetingPanelist {
	float: left;
	margin-right: 3%;
	margin-bottom: 1%;
	width: 20%;
}

/*Meeting Program Schedule*/

table.meetingSchedule {
	width: 70%;
	margin-left: 1.5%;
}

table.meetingSchedule td {
	padding: 1%;
	vertical-align: top;
}

table.meetingSchedule td:first-child {
	width: 30%;
}

/*Meeting Sponsors Grid*/

.crystalSponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2%;
	border-bottom: 1.5px solid #493828;
}

.crystalSponsor {
	flex: 0 1 calc( 100% / 3 );
	flex-grow: 0;
	text-align: center;
}

.crystalSponsor img {
	width: 95%;
}

.platinumSponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2%;
	border-bottom: 1.5px solid #493828;
}

.platinumSponsor {
	flex: 0 1 calc( 100% / 4 );
	flex-grow: 0;
	text-align: center;
}

.platinumSponsor img {
	width: 85%;
}

.goldSponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2%;
	border-bottom: 1.5px solid #493828;
}

.goldSponsor {
	flex: 0 1 calc( 100% / 3 );
	flex-grow: 0;
	text-align: center;
}

.goldSponsor img {
	width: 60%;
}

.silverSponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2%;
	border-bottom: 1.5px solid #493828;
	padding-bottom: 3%;
}

.silverSponsor {
	flex: 0 1 calc( 100% / 3);
	flex-grow: 0;
	text-align: center;
}

.silverSponsor p {
	font-size: 15pt;
}

.bronzeSponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2%;
	border-bottom: 1.5px solid #493828;
	padding-bottom: 2%;
	padding-top: 1%;
}

.bronzeSponsor {
	flex: 0 1 calc( 100% / 4 );
	flex-grow: 0;
	text-align: center;
}

.bronzeSponsor p {
	font-size: 13.5pt;
}

.supporterSponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2%;
	border-bottom: 1.5px solid #493828;
	padding-bottom: 2%;
	padding-top: 1%;
}

.supporterSponsor {
	flex: 0 1 calc( 100% / 3 );
	flex-grow: 0;
	text-align: center;
}

/*Honorary Life Membership*/

.HLM {
	width: 100%;
	margin-bottom: 5%;
}

.HLMPhoto {
	width: 20%;
	margin: 0% 3% 0% 0%;
	float: left;
}

.HLMPhoto img {
	width: 100%;
	margin-top: 4%;
}

.HLMDescription {
	width: 100%;
}

/*Board Elections*/

.boardElectee {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 3%;
}

.boardElecteeImage {
	width: 25%;
}

.boardElecteeImage img {
	width: 100%;
}

.boardElecteeText {
	width: 71%;
}

/*Webinar*/

.webinarPresenter {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 3%;
}

.webinarPresenterImage {
	width: 25%;
}

.webinarPresenterImage img {
	width: 100%;
}

.webinarPresenterText {
	width: 71%;
}