/**** MISC SITEWIDE STYLES ****/

/* CHANGE PAGE WIDTH - START */
.WaPlaceHolder { max-width: 1400px; }
/***  END ***/


/**** FORCE SCROLL BARS ****/
html {
  overflow-y: scroll;
}
/*** END ***/


/**** REMOVE WA BRANDING ****/
.zonePlace.zoneWAbranding {
    display: none;
}
/*** END ***/


body {
    background-color: #FFFFFF;
    background-image: url(/resources/Pictures/Theme/page-BG.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}


/**** HEADER ****/

.HeaderLogo {
    padding: 25px 20px 35px 20px;
}

.HeaderSlogan {
    padding: 20px 20px 20px 20px;
}

.HeaderSlogan h3 {
    font-weight: 300;
}

/**** SEARCH BOX ****/

.WaGadgetSiteSearch .searchBoxField {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    vertical-align: top;
    padding: 13px 20px 13px 50px;
    background-color: #333;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.WaGadgetSiteSearch .searchBoxFieldContainer:before {
    left: 1em;
    color: #FFF;
}

.searchBoxField::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

.searchBoxField:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.searchBoxField::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

/*** LOGIN GADGET **/

.WaGadgetLoginForm .loginContainer .loginLink {
    width: auto !important;
    line-height: 40px !important;
    text-transform: none;
    height: 40px!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.WaGadgetLoginForm .loginContainer.loginContainer .loginLink {
    padding-left: 15px;
}

.WaGadgetLoginForm .loginContainer .loginLink:before {
position:static !important;
float: right !important;
width: auto !important;
height: auto !important;
padding-right: 15px !important;
padding-left: 10px !important;
}

.WaGadgetLoginForm .loginContainer.loginContainer .loginLink:before {
    font: normal 18px/40px 'WA-theme-icons';
}

.WaGadgetLoginForm .loginContainer.authenticated.loginContainer.authenticated .loginLink:before {
    font: normal 18px/40px 'WA-theme-icons';
}

.WaGadgetLoginForm .loginButton {
    font-size: initial;
    font-family: inherit;
}

.WaGadgetLoginForm .loginContainer.loginContainer .loginLink:hover, .WaGadgetLoginForm .loginContainer.loginContainer .loginLink.hover {
    background: #79b820;
    color: white;
}

.WaGadgetLoginForm .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, .WaGadgetLoginForm .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover {
    background: #79b820;
    color: white;
}

/**** END HEADER ****/

/**** FOOTER ****/

.zonePlace.zoneFooter1 {
    background-repeat: no-repeat;
    background-position: center bottom;
}


/**** MAIN MENU ****/

.MenuBorder {
    border-bottom: 7px solid #98c93b;
}

.WaGadgetMenuHorizontal .menuInner {
    position: relative;
    margin: 0;
    background: transparent;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    background: transparent;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    padding: 20px 15px;
    color: #333;
    font: normal 16px/28px 'Lato',sans-serif;
}

.WaGadgetMenuHorizontal .menuInner ul ul {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}


/**** SECONDARY MENU - FOOTER ****/

.WaGadgetCustomMenu.customMenuHorizontal a {
    font-size: 14px;
}

/**** BREADCRUMB ****/

.WaGadgetBreadcrumbs {
    font-size: 14px;
}

/**** MOBILE MENU ****/

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel {
    padding: 10px 0 20px 0;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul ul {
    padding: 0 0 10px;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li>.item>a {
    padding: 8px 15px 8px 15px;
    font-size: 17px;
    text-transform: none;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul ul ul .item a {
    font-size: 15px;
    padding: 6px 15px 6px 68px;
}

/*** END ***/


/**** HEADINGS ****/

.h1, h1,.h2, h2,.h3, h3,.h4, h4, .PageTitle {
    font-family: 'Lato', sans-serif!important;
}

.h1, h1 {
    margin: 0 0 .5em 0;
    font-family: 'Lato',sans-serif;
    color: #1a1a1a;
    font-size: 44px;
    font-weight: 400;
    text-transform: none;
}

.ThinText * {
    font-weight: 300;
}

/**** BUTTONS ****/

a.stylizedButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.SmallButton a.stylizedButton {
    font-size: 14px;
    padding: 10px 15px;
    border-width: 2px;
}

.LargeButton a.stylizedButton {
    font-size: 22px;
    padding: 18px 25px;
    border-width: 5px;
}

/*** END ***/


/**** SLIDER WITH CAPTIONS ****/

.CaptionSlider .camera_caption {
    position: absolute;
    bottom: 40px!important;
    left: 40px;
    margin-right: 40px;
    display: block;
    width: auto;
    background: rgba(121,184,32,0.8);
}

.CaptionSlider .camera_caption>div {
    padding: 20px 30px;
    color: white;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
}

/**** END SLIDER EDITS ****/


/**** EVENTS ****/

/* LIST VIEW */

.WaGadgetEventsStateList .boxesList .boxesListItem {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #ececec;
}

.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer h4.boxHeaderTitle a {
    color: #1a1a1a;
    text-decoration: none;
}

.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    margin-top: 6px;
    padding: 30px 20px;
    background: #ececec;
    border-right: none;
}

.WaGadgetEventsStateList .pastEventsOuterContainer {
    margin: 40px 0 0;
    padding: 0;
    border-top: none;
}

.WaGadgetEvents .boxInfoContainer ul.boxInfo li {
    margin: 0 0 10px;
}

.WaGadgetEventsStateList .pastEventsOuterContainer h3.sectionTitle {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.WaGadgetEventsStateList .pageTitleOuterContainer .pageViewSwitcherContainer a:before, .WaGadgetEventsStateDetails .pageTitleOuterContainer .pageViewSwitcherOuterContainer a+a:before, .WaGadgetEventsStateCalendar .pageTitleOuterContainer .pageViewSwitcherContainer a:before {
    font: 20px/1 'WA-theme-icons';
    color: #1a1a1a;
}

/* DETAIL VIEW */

.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    border-right: 7px solid #ececec;
}

.WaGadgetEvents .boxInfoContainer ul.boxInfo li>label {
    color: #79b820;
}

.WaGadgetEvents .boxInfoContainer ul.boxInfo {
    font-size: 15px;
}

/* CALENDAR VIEW */

.WaGadgetEventsStateCalendar .monthViewType .EventListCalendar td.EventListCalendarHeader {
    font-size: 18px;
    font-weight: 400;
}

/**** END EVENTS ****/


.LeftIcon {
    padding: 22px 20px 22px 85px;
    background-size: 40px;
    background-repeat: no-repeat!important;
    background-position: center left!important;
    background-position-x: 25px!important;
}

.MemberLink {
    background-color: #ececec;
}

.MemberLink a {
    color: #1a1a1a!important;
    text-decoration: none;
}

.MemberLink a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

/**** CUSTOM STYLES ****/

/* BENEFITS */

.Benefits {
    margin-bottom: 15px;
}

.Benefits table tr td.WaLayoutItem {
    padding: 40px 30px;
    background-color: #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.Benefits table tr td.WaLayoutSeparator {
    width: 15px!important;
}

.Benefits table tr td.WaLayoutItem div.WaGadgetContent {
    text-align: -webkit-center;
    margin-bottom: 0;
}

/* END */


/* BOARD MEMBERS */

.BoardMember {
    padding-bottom: 40px;
    border-bottom: 7px solid #ececec;
    margin-bottom: 40px;
}

.BoardMember table tr td.WaLayoutItem:first-child {
    width: 20%!important;
}

.BoardMember table tr td.WaLayoutSeparator {
    width: 20px!important;
}

.BoardMember table tr td.WaLayoutItem:last-child {
    width: 80%!important;
}

/* END */


/* SPONSOR LOGOS */

.HomeSponsors {
    margin-bottom: 15px;
}

.HomeSponsors table tr td.WaLayoutItem {
    padding: 20px;
    border: 2px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}

.HomeSponsors table tr td.WaLayoutItem p {
    text-align: center;
}

.HomeSponsors table tr td.WaLayoutItem img {
    vertical-align: -webkit-baseline-middle;
}

.HomeSponsors table tr td.WaLayoutSeparator {
    width: 15px;
}

/* END */


/**** END SPONSORS ****/


/**** ACCORDION GADGET ****/

/* Only hide the accordion content by default on the front-end (so admins can see it in the admin easily)... */

.publicContentView .WaGadgetContentAccordion .gadgetStyleBody,
.memberContentView .WaGadgetContentAccordion .gadgetStyleBody {
display:none; /* toggled by jQuery */
}

/* Allow an accordion to be open on page load... Use as gadget's custom css class... 'opened' */

.publicContentView .WaGadgetContentAccordion.opened .gadgetStyleBody,
.memberContentView .WaGadgetContentAccordion.opened .gadgetStyleBody {
display:block;
}

/* This are the selectors you should use for styling the "open" toggler gadgets, titles, body, etc... replace [selector] with an actual css element to select.
It requires you use two CSS selectors, one for the "opened" and one for the "active" togglers */

.publicContentView .WaGadgetContentAccordion.opened [selector],
.publicContentView .WaGadgetContentAccordion.active [selector] {
/* add css here */
}

.WaGadgetContentAccordion {
    margin-bottom: 10px;
    border: 2px solid #79b820;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.WaGadgetContentAccordion .gadgetStyleTitle {
    margin: 0;
    padding: 15px 20px;
    background-image: url(/resources/Pictures/Icons/accordion-icon-open-black.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.WaGadgetContentAccordion .gadgetStyleTitle:hover {
    cursor: pointer;
}

.WaGadgetContentAccordion .gadgetStyleTitle h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: none;
}

.WaGadgetContentAccordion.opened .gadgetStyleTitle, 
.WaGadgetContentAccordion.active .gadgetStyleTitle {
    background-image: url(/resources/Pictures/Icons/accordion-icon-close-black.svg);
}

.WaGadgetContentAccordion.opened .gadgetStyleTitle h4, 
.WaGadgetContentAccordion.active .gadgetStyleTitle h4 {
    color: #79b820;
}

.publicContentView .WaGadgetContentAccordion .gadgetStyleBody, .memberContentView .WaGadgetContentAccordion .gadgetStyleBody {
    display: none;
}

.WaGadgetContentAccordion .gadgetStyleBody, 
.WaGadgetContentAccordion .gadgetStyleBody {
    padding: 15px 20px 30px 20px;
    border-top: 2px solid #ececec;
}


/**** END ACCORDION ****/


/**** MY PROFILE ****/

.WaGadgetContactProfile {
    font-size: inherit;
}

.fieldSubContainer {
    font-size: inherit;
}

.fieldContainer, .standAloneGroupContainer {
    zoom: 1;
    margin: 10px 0;
}

/*** END ***/


@media screen and (max-width: 767px) {

body {
    font-size: 15px !important;
}

.zonePlace.zoneHeader2 {
    padding-top: 15px;
}

.HeaderLogo {
    padding-bottom: 0;
}

.HeaderSlogan {
    padding: 0;
    text-align: center!important;
}

.MenuBorder {
    border-bottom: none;
}

.WaGadgetSiteSearch .searchBoxOuter.alignRight {
    text-align: center;
}

.HomeSponsors table tr td.WaLayoutItem {
    padding: 20px;
    border: 2px solid #ececec;
    margin-bottom: 15px;
}

.BoardMember table tr td.WaLayoutItem:first-child, .BoardMember table tr td.WaLayoutItem:last-child {
    width: 100%!important;
}

.Benefits table tr td.WaLayoutItem {
    margin-bottom: 15px;
}

.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    border-left: none;
}

.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    border: none;
    background-color: #ececec;
    padding: 15px;
}

html:not([class*="WaPlaceHolder"]) .h1, html:not([class*="WaPlaceHolder"]) h1 {
    font-size: 36px;
}

.MobileHide {
    display:none;
}
}

@media screen and (max-width: 479px) {
html:not([class*="WaPlaceHolder"]) .h1, html:not([class*="WaPlaceHolder"]) h1 {
    font-size: 30px;
}
}


/**** SPONSOR LOGO STANDARDIZATION ****/
/* Applied 2026 - Enforces consistent logo sizing on homepage grid and Our Sponsors detail page */
/* Premium Sponsors on homepage (pageId 18108) - 4 rows */
#PAGEID_18108 #id_VpYpkF9 img,
#PAGEID_18108 #id_hIwk8rr img,
#PAGEID_18108 #id_DpCZ9Qr img,
#PAGEID_18108 #id_SsvJDkH img {
    max-width: 280px !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Standard Sponsors on homepage (pageId 18108) - 2 rows, slightly smaller than premium */
#PAGEID_18108 #id_iurLwke img,
#PAGEID_18108 #id_FziyaDb img {
    max-width: 220px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Vertically center logos within their grid cells */
#PAGEID_18108 #id_VpYpkF9 td.WaLayoutItem,
#PAGEID_18108 #id_hIwk8rr td.WaLayoutItem,
#PAGEID_18108 #id_DpCZ9Qr td.WaLayoutItem,
#PAGEID_18108 #id_SsvJDkH td.WaLayoutItem,
#PAGEID_18108 #id_iurLwke td.WaLayoutItem,
#PAGEID_18108 #id_FziyaDb td.WaLayoutItem {
    vertical-align: middle !important;
    text-align: center !important;
}

/* Our Sponsors detail page (pageId 18124) - single content area with all logos */
#PAGEID_18124 #id_J7k5h57 img {
    max-width: 400px !important;
    max-height: 130px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

/**** END SPONSOR LOGO STANDARDIZATION ****/
