/*********************************************************************/
/**** BACKGROUND ****/
/*********************************************************************/

body {
    background-repeat: no-repeat;
    background-position: top 0px right;
    background-size: 30%;
}

/*** END ***/

/*********************************************************************/
/**** BUTTONS ****/
/*********************************************************************/

/**** ARROW BUTTON ****/

.ArrowButton a.stylizedButton {
    background-image: url(/resources/Pictures/Icons/button-arrow-white.svg);
    background-size: 16px;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.ArrowButton a.stylizedButton:hover {
    background-image: url(/resources/Pictures/Icons/button-arrow-white.svg);
    background-size: 16px;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

/**** BACK BUTTON ****/

.BackButton button {
    border: none;
    padding: 5px 10px;
    background-color: #ff2740;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
}

/**** LARGE BUTTON ****/

.LargeButton a.stylizedButton {
    font-size: 22px;
    font-family: bc-alphapipe, sans-serif!important;
    font-weight: 400;
    font-style: normal;
}

/**** QUICK LINKS ****/

.QuickLinkButton {
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: left 25px center!important;
    cursor:pointer;
}

.QuickLinkButton a.stylizedButton {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    padding: 24px 20px 24px 80px;
    text-align: left;
    background-color: transparent;
    font: 400 18px/100% 'Lato', sans-serif;
    color: #1a1a1a;
    transition: all 0.2s ease-in-out;
}

.QuickLinkButton a.stylizedButton:hover {
    background-color: transparent;
    padding: 24px 30px 24px 85px;
    color: #7781cf;
}

.QuickLinksTitle {
    background-size: 60px;
    background-position: right 20px center!important;
}

/**** WIDE BUTTONS ****/

.WideButton a.stylizedButton {
    width: 100%;
    text-align: left;
}

/*** END ***/


/*****************************************************************/
/**** BORDER BOXES ****/
/*****************************************************************/

.BorderBox, .BorderBoxGrey, .BorderBoxRed, .BorderBoxBlue {
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #dee2e8;
}

.BorderBoxRed {
    border: 3px solid #ff2740;
}

.BorderBoxBlue {
    border: 3px solid #7781cf;
}

.MountainBox {
    padding: 30px 30px 120px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #dee2e8;
    background-image: url(/resources/Site/mountain-box-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}

/*** END ***/


/*********************************************************************/
/**** CONTENT 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 #dee2e8;
    transition: all 0.2s ease-in-out;
}

.WaGadgetContentAccordion:hover {
    border: 2px solid #ff2740;
}

.WaGadgetContentAccordion.opened,
.WaGadgetContentAccordion.active {
    border: 2px solid #ff2740;
}

.WaGadgetContentAccordion .gadgetStyleTitle {
    margin: 0;
    font-size: 12px;
    padding: 15px 60px 15px 20px!important;
    background-image: url(/resources/Pictures/Icons/accordion-open-red.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    transition: all 0.2s ease-in-out;
}

.WaGadgetContentAccordion.opened .gadgetStyleTitle, .WaGadgetContentAccordion.active .gadgetStyleTitle {
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
    background-image: url(/resources/Pictures/Icons/accordion-close-red.svg);
}

.WaGadgetContentAccordion .gadgetStyleTitle:hover {
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-color: #ffffff;
    cursor: pointer;
}

.publicContentView .WaGadgetContentAccordion .gadgetStyleBody, .memberContentView .WaGadgetContentAccordion .gadgetStyleBody {
    display: none;
}

.WaGadgetContentAccordion .gadgetStyleBody, 
.WaGadgetContentAccordion .gadgetStyleBody {
    padding: 15px 20px 30px 20px;
    border-top: 2px solid #dee2e8;
}

.WaGadgetContentAccordion .gadgetStyleTitle h4 {
    font-size: 20px!important;
    font-weight: 400;
    color: #0a1930;
    text-transform: none;
}

/*** END ***/


/***********************************************************************/
/**** DIRECTORY ****/
/***********************************************************************/

.genericListTable thead th, .membersTable thead th {
    font-size: 1.6rem;
    font-family: bc-alphapipe, sans-serif!important;
}

/*** END ***/


/***********************************************************************/
/**** EVENTS ****/
/***********************************************************************/

.WaGadgetEventsStateCalendar .sectionTitle {
    font-size: 2rem;
}

.WaGadgetEventsStateDetails .pageTitleOuterContainer .eventsTitleContainer {
    margin: 0 0 30px;
    padding: 25px 0 0;
}

.WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li {
    padding: 10px 0 10px 25px;
}

/*** END ***/


/***********************************************************************/
/**** HEADER ****/
/***********************************************************************/

div#id_Header {
    background-size: 40%;
    background-position: left bottom -25px!important;
    border: none;
    border-bottom: 10px solid #7781CF;
}

.HeaderLogoTop {
    padding: 30px 0;
}

.HeaderLogoTop h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    font-size: 3.2rem!important;
}

.HeaderLogoBottom h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.4rem!important;
}

.HeaderLogin {
    margin-top: 50px;
}

/*** END ***/


/**** ICONS ****/

.LeftIconLarge {
    padding-left: 75px;
    background-size: 60px;
    background-repeat: no-repeat!important;
    background-position: top left;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
}


/*****************************************************************/
/*** LOGIN GADGET **/
/*****************************************************************/

.WaGadgetLoginForm .loginContainer .loginLink, 
.WaGadgetLoginForm .authenticated .loginLink {
    width: auto !important;
    line-height: 40px !important;
    text-transform: none;
    height: 40px!important;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover {
    background: #ff2740;
    color: white;
}

.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.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    color: #ffffff;
}

/**** END LOGIN ****/


/***********************************************************************/
/**** MAIN MENU ****/
/***********************************************************************/

.MenuBorder {
    border-bottom: 7px solid #98c93b;
}

.WaGadgetMenuHorizontal .menuInner {
    position: relative;
    margin: 0;
    background: transparent;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    background: transparent;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    height: 24px;
    padding: 20px 30px;
    background: inherit;
    color: #0A1930;
    font: 400 20px/23px bc-alphapipe, sans-serif!important;
    text-transform: uppercase;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a:hover {
    color: #7781cf;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li.sel>.item>a {
    color: #7781cf;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .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);
}

/**** STICKY ****/

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active {
    background: #ffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    border: none!important;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu .menuInner {
    max-width: 1400px;
    margin: 0 auto;
}

/*
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active .menuInner ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    height: 24px;
    padding: 20px 30px;
    background: inherit;
    color: #fff;
    font: 300 20px/23px bc-alphapipe, sans-serif!important;
    text-transform: uppercase;
} */


/*** END ***/

/***********************************************************************/
/**** MOBILE MENU ****/
/***********************************************************************/

.WaGadgetMobilePanel .mobilePanel .menuInner ul ul {
    margin-left: 30px;
    border-left: 3px solid #7781cf;
}

/*** END ***/


/***********************************************************************/
/**** PAGE WIDTH ****/
/***********************************************************************/

.WaPlaceHolder>div {
    max-width: 1400px;
}

/*** END ***/


/***********************************************************************/
/**** SLIDER ****/
/***********************************************************************/

/**** SLIDER WITH CAPTIONS ****/

.CaptionSlider .camera_caption {
    position: absolute;
    bottom: 40px!important;
    left: 40px;
    margin-right: 40px;
    display: block;
    width: auto;
    background: rgba(255, 41, 66, 0.85);
}

.CaptionSlider .camera_caption>div {
    padding: 15px 30px;
    color: white;
    font-size: 24px;
    line-height: 1em;
    font-family: bc-alphapipe, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.camera_thumbs_cont {
    background: #DEE2E8;
}

/**** END SLIDER EDITS ****/


/***********************************************************************/
/**** TYPOGRAPHY ****/
/***********************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: bc-alphapipe, sans-serif!important;
    font-weight: 300;
    font-style: normal;
}

h1, .h1, h1.promo, h1.header, h1.h1Alt {
    font-weight: 400;
}

/*** END ***/


/***********************************************************************/
/**** MOBILE STYLES ****/
/***********************************************************************/

@media screen and (max-width: 767px) {

div#id_Header {
    background-size: 100%;
    background-position: left bottom -10px!important;
}

.HeaderLogoTop {
    padding: 30px 0 70px 0;
}

.HeaderLogoBottom {
    margin-bottom: 90px;
}

body#PAGEID_18052 div#id_Header2>div {
    padding: 0;
}
 

}
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 
/* Accordion icon – resting state */
.ui-accordion-header .ui-icon {
    background-color: #000 !important;   /* black background */
    color: #fff !important;              /* white + / − */
    transition: background-color 0.25s ease;
}

/* Hover state */
.ui-accordion-header:hover .ui-icon {
    background-color: rgba(119, 119, 119, 0.521) !important;   /* grey background */
    color: #fff !important;              /* keep + white */
}

/* Active (open) state */
.ui-accordion-header.ui-state-active .ui-icon {
    background-color: rgba(119, 119, 119, 0.521) !important;   /* grey when open */
    color: #fff !important;              /* keep + white */
}