/* .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.dir>.item>a:after {
display:none;
} */

/***********************************************************/
/**** SIDE PADDING ****/
/***********************************************************/

.Side-Padding {
    padding-left: 12%;
    padding-right: 12%;
}

.Side-Margin {
    margin-left: 12%;
    margin-right: 12%;
}

/*** END SIDE PADDING ***/


/***********************************************************/
/**** BANNER IMAGES ****/
/***********************************************************/

/*** CONTENT PAGES ***/

.Content-Banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*** SPORTS ***/

.Banner-Photo {
    padding-top: 180px;
    padding-bottom: 180px;
}


/***********************************************************/
/**** BOARD MEMBERS ****/
/***********************************************************/

.Board-Member {
    margin-bottom: 40px;
}

.Board-Member table tbody td.WaLayoutItem:first-child {
	width: 20%!important;
}

.Board-Member table tbody td.WaLayoutItem:last-child {
    width: 80%!important;
}

.Board-Member table tbody td.WaLayoutItem:first-child div.gadgetStyleBody {
    -webkit-box-sizing: border-box;
    -mod-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px!important;
    padding-bottom: 10px!important;
}

.Board-Member table tbody td.WaLayoutSeparator {
    width: 30px;
}

.Board-Member img {
    -webkit-box-shadow: 10px 10px 0px 0px #fbe038; 
    box-shadow: 10px 10px 0px 0px #fbe038;
    width: 150px;
}


/***********************************************************/
/**** BULLET LISTS ****/
/***********************************************************/

[class*='EditableArea'] ul {
    margin: 1em 0 1em 19px;
    padding: 0;
    list-style: disc;
}

/*** END BULLETS ***/


/***********************************************************/
/**** BUTTONS ****/
/***********************************************************/

a.stylizedButton.buttonStyle001,
a.stylizedButton.buttonStyle002,
a.stylizedButton.buttonStyle003,
a.stylizedButton.buttonStyle004,
a.stylizedButton.buttonStyle005 {
	-webkit-transition: all 0.5s ease-in-out;
   	-moz-transition: ball 0.5s ease-in-out;
   	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: 'Roboto Slab','Arial',sans-serif;
	font-size: 18px;
	text-transform: none;
    margin: 5px 0;
}

/**** HEADER BUTTONS ****/

.Header-Button a.stylizedButton.buttonStyle001,
.Header-Button a.stylizedButton.buttonStyle002,
.Header-Button a.stylizedButton.buttonStyle003,
.Header-Button a.stylizedButton.buttonStyle004,
.Header-Button a.stylizedButton.buttonStyle005 {
	padding: 0 20px;
    line-height: 40px; 
}

/**** ARROW BUTTON ****/

.Arrow-Button a.stylizedButton {
    background-image: url(/resources/Pictures/Icons/right-arrow-circular-white.svg);
    background-size: 16px;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.Arrow-Button a.stylizedButton:hover {
    background-image: url(/resources/Pictures/Icons/right-arrow-circular-white.svg);
    background-size: 16px;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

/**** WIDE BUTTON ****/

.Wide-Button a.stylizedButton {
    width: 100%;
    text-align: left;
}

/**** LARGE BUTTON ****/

.Large-Button a.stylizedButton {
    padding: 15px 30px;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    background-size: 24px;
    padding-right: 60px;
}

.Large-Button a.stylizedButton:hover {
    background-size: 24px;
    padding-right: 60px;
}

/**** SYSTEM BUTTONS ****/

input.typeButton,
input[type=submit],
.functionalButton,
.generalFieldsContainer .fieldSubContainer input.typeButton, 
.generalFieldsContainer .fieldSubContainer input[type=submit],
.navigationOuterContainer input.nextButton, 
.navigationOuterContainer input.typeButton, 
.navigationOuterContainer input[type=submit] {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: ball 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #97da3c!important;
    color: #1a1a1a!important;
    font: normal 18px/1.5 'Roboto Slab','Arial',sans-serif!important;
    text-transform: none;
}

input.typeButton:hover,
input[type=submit]:hover,
.functionalButton:hover,
.generalFieldsContainer .fieldSubContainer input.typeButton:hover, 
.generalFieldsContainer .fieldSubContainer input[type=submit]:hover,
.navigationOuterContainer input.nextButton:hover, 
.navigationOuterContainer input.typeButton:hover, 
.navigationOuterContainer input[type=submit]:hover {
    background: #1a1a1a!important;
    color: #97da3c!important;
}

.navigationOuterContainer input.nextButton[disabled], 
.navigationOuterContainer input.typeButton[disabled], 
.navigationOuterContainer input[type=submit][disabled], 
.navigationOuterContainer input.nextButton.aspNetDisabled, 
.navigationOuterContainer input.typeButton.aspNetDisabled, 
.navigationOuterContainer input[type=submit].aspNetDisabled, 
.navigationOuterContainer input.nextButton .disabled, 
.navigationOuterContainer input.typeButton .disabled, 
.navigationOuterContainer input[type=submit] .disabled {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
    background: #97da3c;
    color: #1A1A1A;
    border: 0;
}

.navigationOuterContainer input.nextButton[disabled]:hover, 
.navigationOuterContainer input.typeButton[disabled]:hover, 
.navigationOuterContainer input[type=submit][disabled]:hover, 
.navigationOuterContainer input.nextButton.aspNetDisabled:hover, 
.navigationOuterContainer input.typeButton.aspNetDisabled:hover, 
.navigationOuterContainer input[type=submit].aspNetDisabled:hover, 
.navigationOuterContainer input.nextButton .disabled:hover, 
.navigationOuterContainer input.typeButton .disabled:hover, 
.navigationOuterContainer input[type=submit] .disabled:hover {
    background: #1a1a1a;
    color: #97da3c;
}

.navigationOuterContainer input.nextButton, 
.navigationOuterContainer input.typeButton, 
.navigationOuterContainer input[type=submit] {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: ball 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #5CBA47;
    color: white;
    font: normal 18px/1.5 'Roboto Slab','Arial',sans-serif;
    text-transform: none;
    margin: 0 12px 0 0;
}

.navigationOuterContainer input.nextButton:hover, 
.navigationOuterContainer input.typeButton:hover, 
.navigationOuterContainer input[type=submit]:hover {
    background: #1A1A1A;
}

/*** END ***/


/***********************************************************/
/**** BENEFITS ****/
/***********************************************************/

.BenefitsIcon {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center center!important;
    background-size: 60px;
}

/*** END ***/


/***********************************************************/
/**** BLOG ****/
/***********************************************************/

.WaGadgetRecentBlogPosts.recentBlogPostsStyle002 ul li, 
.WaGadgetRecentBlogPosts.recentBlogPostsStyle005 ul li {
    padding: 8px 0 8px 24px;
    border-left: 4px solid #FDDD00;
}

/*** END ***/


/***********************************************************/
/**** BORDER BOXES ****/
/***********************************************************/

.Border-Box {
    border: 2px solid #ececec;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -mod-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.5s ease-in-out;
    -moz-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
}

.Border-Box table tr td.WaLayoutItem:hover {
    border: 10px solid #fbe038;
}

.BorderBox2 {
    border: 3px solid #fbe038;
}

/*
.Border-Columns-2 table tr td.WaLayoutItem {
    border: 10px solid #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -mod-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.5s ease-in-out;
    -moz-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
}

.Border-Columns-2 table tr td.WaLayoutItem:hover {
    border: 10px solid #fbe038;
}

.Border-Columns-2 img {
    display: block!important;
} */

/*** END ***/


/***********************************************************/
/**** BREADCRUMBS ****/
/***********************************************************/

.WaGadgetBreadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/**** DIVIDERS ****/

.WaContentDivider.dividerStyle001,
.WaContentDivider.dividerStyle002,
.WaContentDivider.dividerStyle003,
.WaContentDivider.dividerStyle004,
.WaContentDivider.dividerStyle005 {
    height: 2px;
    margin: 3rem 0;
}

.WaContentDivider.dividerStyle006,
.WaContentDivider.dividerStyle007,
.WaContentDivider.dividerStyle008,
.WaContentDivider.dividerStyle009,
.WaContentDivider.dividerStyle010 {
    height: 8px;
    margin: 3rem 0;
}


/***********************************************************/
/**** EVENTS ****/
/***********************************************************/

/**** EVENT FEED COLORFUL ****/

.WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li, 
.WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li {
    padding: 8px 0 8px 24px;
    border-left: 4px solid #FDDD00;
}


/**** NEXT EVENT ****/

.WaGadgetUpcomingEvents.NextEvent .title {
    display: none;
}

.WaGadgetUpcomingEvents.NextEvent.upcomingEventsStyle001 ul li .date {
    text-align: center;
}

.WaGadgetUpcomingEvents.NextEvent.upcomingEventsStyle001 ul li .date span {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Roboto Slab', 'Lato','sans-serif';
}

.WaGadgetUpcomingEvents.NextEvent.upcomingEventsStyle001 ul li .location, .WaGadgetUpcomingEvents.NextEvent.upcomingEventsStyle002 ul li .location, .WaGadgetUpcomingEvents.NextEvent.upcomingEventsStyle003 ul li .location {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
}

/*** END ***/


/***********************************************************/
/**** FAQ ****/
/***********************************************************/

.FAQ .WaGadgetContent {
    margin-bottom: 30px;
    border-left: 5px solid #ececec;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*** END ***/

/***********************************************************/
/**** FOOTER ****/
/***********************************************************/

.WABannerStickyBottom {
    display: none;
}

.WABannerStickyBottomSpacer {
    display: none;
}

.zonePlace.zoneWAbranding {
    display: none;
}


/***********************************************************/
/**** FORMS & APPLICATIONS ****/
/***********************************************************/

.infoOuterContainer {
    margin: 0 0 40px;
    padding: 16px;
    background-color: #f6f6f6;
    color: #222;
}

/***********************************************************/
/**** GADGETS ****/
/***********************************************************/

/**** CONTENT GADGET ****/

.gadgetStyle002.WaGadgetHeadline .gadgetStyleBody {
    padding: 0;
}

/**** DARK BACKGROUND ****/

.gadgetStyle002 .gadgetStyleBody {
    padding: 0;
}


/***********************************************************/
/**** HEADERS ****/
/***********************************************************/

.zonePlace.zoneHeader1 {
    border-top: 10px solid #FDDD00;
}

.Header-Logo-Text {
    padding: 20px 0;
}

.Header-Button {
    float: right;
    margin-left: 20px;
    display: inline-block
}

.Header-Button a.stylizedButton.buttonStyle001,
.Header-Button a.stylizedButton.buttonStyle002,
.Header-Button a.stylizedButton.buttonStyle003,
.Header-Button a.stylizedButton.buttonStyle004,
.Header-Button a.stylizedButton.buttonStyle005 {
    margin-top: 0;
    margin-bottom: 0;
}

.Header-Login {
    display: inline-block; 
    float:right;
}

.Header-Social {
    float: right;
    display: inline-block
}


/***********************************************************/
/**** HOME ****/
/***********************************************************/

.Home-Features {
    width: 25%; 
    display: inline-flex; 
    border: 5px solid #fff; 
    -webkit-box-sizing: border-box; 
    -mod-box-sizing: border-box; 
    box-sizing: border-box;
}

/* Tree Background Image next to slider */
td#id_PJLcOxv {
    background-repeat: no-repeat;
    background-position: center bottom -40px!important;
    background-size: 180%!important;
}

.Home-Logo-Badge {
    padding: 100px 40px 40px;
}

/*** END ***/


/********************************************************/
/**** ICONS ****/
/********************************************************/

/*** LEFT ICONS ***/

.Icon-Left-Large {
    padding: 0 0 0 70px;
    background-size: 50px;
    background-repeat: no-repeat!important;
    background-position: top left;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Icon-Left-Medium {
    padding: 0 0 0 60px;
    background-size: 40px;
    background-repeat: no-repeat!important;
    background-position: top left;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Icon-Left-Small {
    padding: 0 0 0 50px;
    background-size: 30px;
    background-repeat: no-repeat!important;
    background-position-x: left;
    background-position-y: center!important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/*** END ICONS ***/

/*** RIGHT ICONS ***/

.Icon-Right-Large {
    padding-right: 80px;
    background-size: 60px;
    background-repeat: no-repeat!important;
    background-position: top right;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Icon-Right-Medium {
    padding-right: 70px;
    background-size: 50px;
    background-repeat: no-repeat!important;
    background-position: top right;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Icon-Right-Small {
    padding-right: 60px;
    background-size: 40px;
    background-repeat: no-repeat!important;
    background-position-x: right;
    background-position-y: center!important;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}


/*** TOP CENTER ICONS ***/

.Icon-Top-Large {
    padding: 70px 0 0 0;
    background-size: 60px;
    background-repeat: no-repeat!important;
    background-position: top center;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Icon-Top-Medium {
    padding: 60px 0 0 0;
    background-size: 50px;
    background-repeat: no-repeat!important;
    background-position: top center;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Icon-Top-Small {
    padding: 50px 0 0 0;
    background-size: 40px;
    background-repeat: no-repeat!important;
    background-position: top center;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/*** END ICONS ***/


/***********************************************************/
/**** IMAGE FRAMES ****/
/***********************************************************/

.Image-Frame-Yellow div.gadgetStyleBody,
.Image-Frame-Grey div.gadgetStyleBody,
.Image-Frame-White div.gadgetStyleBody {
    -webkit-box-sizing: border-box;
    -mod-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px!important;
    padding-bottom: 15px!important;
}

.Image-Frame-Yellow img {
    -webkit-box-shadow: 10px 10px 0px 0px #FDDD00; 
    box-shadow: 10px 10px 0px 0px #FDDD00;
}

.Image-Frame-Grey img {
    -webkit-box-shadow: 10px 10px 0px 0px #ECECEC; 
    box-shadow: 10px 10px 0px 0px #ECECEC;
}

.Image-Frame-White img {
    -webkit-box-shadow: 10px 10px 0px 0px #FFFFFF; 
    box-shadow: 10px 10px 0px 0px #FFFFFF;
}


/**** IMAGE ZOOM ****/

.img-hover-zoom {
  height: 500px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}


/***************************************************/
/**** LAYOUT COLUMN STYLES ****/
/***************************************************/

/**** LAYOUT COLUMNS WITH BORDERS ****/

.Border-Columns,
.Border-Columns-White,
.Border-Columns-Bright {
    margin-bottom: 30px;
}

.Border-Columns table tr td.WaLayoutItem,
.Border-Columns-White table tr td.WaLayoutItem,
.Border-Columns-Bright table tr td.WaLayoutItem {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.Border-Columns td.WaLayoutSeparator,
.Border-Columns-White td.WaLayoutSeparator,
.Border-Columns-Bright td.WaLayoutSeparator {
    width: 30px;
}

.Border-Columns table tr td.WaLayoutItem {
    border: 2px solid #ececec;
}

.Border-Columns table tr td.WaLayoutItem:hover {
    border: 2px solid #fbe038;
}

.Border-Columns-White table tr td.WaLayoutItem {
    border: 2px solid #FFFFFF;
}

.Border-Columns-White table tr td.WaLayoutItem:hover {
    border: 2px solid #fbe038;
}

.Border-Columns-Bright table tr td.WaLayoutItem {
    border: 2px solid #68c4ff;
}


/********************************************************/
/**** LOGIN FORM GADGET ****/
/********************************************************/

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer .loginLink,
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer .loginLink,
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    width: auto !important;
    line-height: 40px !important;
    text-transform: none;
    height: 40px!important;
    font-size: 18px;
    font-family: 'Roboto Slab';
}

.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,
.WaGadgetLoginForm .loginContainer.authenticated.loginContainer.authenticated .loginLink:before,
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink:before,
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink:before,
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink:before,
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink:before {
    font: normal 17px/40px 'WA-theme-icons';
}

.WaGadgetLoginForm .loginButton {
    font-size: initial;
    font-family: inherit;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink,
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    color: #1A1A1A;
    background-color: #97da3c;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: ball 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: 'Roboto Slab';
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink:hover, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink:hover, 
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink.hover, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink.hover,
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, 
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover {
    color: #1A1A1A;
    background: #ace163;
}

/*** END ***/


/***********************************************************/
/**** MENU - MAIN MENU ****/
/***********************************************************/
/*
.zonePlace.zoneHeader1 {
    position: fixed;
    top: 0;
    z-index: 9999!important;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.5);
}

.zonePlace.zoneHeader2 {
    margin-top: 59px;
} */

.WaGadgetMenuHorizontal.Menu-Right .menuInner ul.firstLevel {
    float: right;
}

/** Main Menu - Light Background - Top border **/

.WaGadgetMenuHorizontal.Main-Menu.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    height: 23px;
    padding: 15px 15px;
    font: 400 20px/20px 'Roboto Slab','Lato','Arial',sans-serif;
    text-transform: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: ball 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-top: 4px solid rgba(26,26,26,1);
}

.WaGadgetMenuHorizontal.Main-Menu.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item:hover>a {
    height: 23px;
    padding: 15px 15px;
    background: 0;
    color: #1c1c1c;
}

/** Main Menu - Light Background - No Top border **/

.WaGadgetMenuHorizontal.Main-Menu-2.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    height: 23px;
    padding: 15px 15px;
    font: 400 20px/20px 'Roboto Slab','Lato','Arial',sans-serif;
    text-transform: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: ball 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.WaGadgetMenuHorizontal.Main-Menu-2.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item:hover>a {
    height: 23px;
    padding: 15px 15px;
}

/**** DROP DOWN MENU ****/

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul {
    border: 0 solid #fff;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul li>.item>a {
    padding: 5px 16px;
    font: normal 17px/1.5 'Lato','Arial',sans-serif;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner .firstLevel>li.last-child ul li .item a, .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner .firstLevel>li:last-child ul li .item a {
    text-align: left;
}

/*** END ***/

/***********************************************************/
/**** MENU - MOBILE MENU ****/
/***********************************************************/

.WaGadgetMobilePanel .mobilePanel {
    position: relative;
    height: 50px;
    background: #1A1A1A;
    color: white;
}

.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:hover {
  background: #666666;
  color: #f9f5f5;
}

.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:active, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton.active {
  background: #666666;
  color: white;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel, .WaGadgetMobilePanel .mobilePanel .menuInner ul.secondLevel {
    background: #666666;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel {
    border-top: none;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul ul li > .item > a {
  padding: 4px 16px 4px 35px;
  font-size: 16px;
}


.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li.sel>.item>a,
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul li.sel>.item>a {
    color: #FDDD00;
}

/*** END MOBILE MENU ***/


/***********************************************************/
/**** MENU - SUB MENU ****/
/***********************************************************/

/*** Light Background ***/

.WaGadgetMenuHorizontal.Sub-Menu.HorizontalMenuStyle001 .menuInner {
    background-image: url(/resources/Pictures/Icons/right-arrow-circular-white.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding-left: 24px;
}

.WaGadgetMenuHorizontal.Sub-Menu.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    border-top: none;
}

.WaGadgetMenuHorizontal.Sub-Menu.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a:hover {
    color: #FFF;
}

/*** Dark Background ***/

.WaGadgetMenuHorizontal.Sub-Menu.HorizontalMenuStyle002 .menuInner {
    background-image: url(/resources/Pictures/Icons/right-arrow-circular-white.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding-left: 24px;
}

.WaGadgetMenuHorizontal.Sub-Menu.HorizontalMenuStyle002 .menuInner ul.firstLevel>li>.item>a {
    border-top: none;
}

.WaGadgetMenuHorizontal.Sub-Menu.HorizontalMenuStyle002 .menuInner ul.firstLevel>li>.item>a:hover {
    color: rgba(255,255,255,0.5);
}

/*** END SUB MENU ***/


/****************************************************/
/**** MEMBERSHIP BENEFITS ****/
/****************************************************/

.Member-Benefits h4 {
    margin: 1.1rem 0;
}

/*** END MEMBERSHIP BENEFITS ***/


/****************************************************/
/**** SOCIAL BUTTONS ****/
/****************************************************/

.WaGadgetSocialProfile.socialProfileStyle002 li a:hover, .WaGadgetSocialProfile.socialProfileStyle003 li a:hover, .WaGadgetSocialProfile.socialProfileStyle004 li a:hover {
    color: #97da3c;
}

/*** FOOTER SOCIAL ***/

.WaGadgetSocialProfile.Footer-Social.socialProfileStyle002 li a, 
.WaGadgetSocialProfile.Footer-Social.socialProfileStyle003 li a, 
.WaGadgetSocialProfile.Footer-Social.socialProfileStyle004 li a {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
}

/*** END SOCIAL BUTTONS ***/


/***********************************************************/
/**** SITE MAP ****/
/***********************************************************/

.WaGadgetSiteMap.gadgetStyleNone ul li {
    color: #1a1a1a;
}

.WaGadgetSiteMap ul {
    margin: 0 0 0 19px;
}

/*** END SITE MAP ***/


/****************************************************/
/**** SLIDER ****/
/****************************************************/

.camera_wrap {
    background: #fff!important;
}

.camera_thumbs_cont {
    background: #fff!important;
}

.Home-Slider {
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
}

/*** SLIDER NAVIGATION - PREV NEXT ***/

.camera_commands, .camera_next, .camera_prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #1a1a1a;
    cursor: pointer;
}

.camera_next:hover, .camera_prev:hover {
    background: #97da3c;
}

/*** LARGER SLIDER CAPTIONS ***/

.Caption-Large .camera_caption {
    position: absolute;
    bottom: 30px!important;
    left: 30px;
    margin-right: 30px;
    display: block;
    width: auto;
    background: #97da3c;
}

.Caption-Large .camera_caption>div {
    padding: 20px 30px;
    color: #1A1A1A;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: normal;
    font-family: 'Roboto Slab', serif!important;
}

/*** HIDE SLIDER THUMBNAILS ***/

.Hide-Thumbnails .camera_wrap {
    margin-bottom: 0!important;
}

.Hide-Thumbnails .camera_thumbs {
    display: none;
}

/*** END ***/


/***********************************************************/
/**** STORE ****/
/***********************************************************/

.OnlineStoreProduct_title_container {
    margin-bottom: 30px;
}

.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list .OnlineStoreCatalog_list_item, 
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list .OnlineStoreCatalog_list_item_outOfStock {
    position: relative;
    display: inline-block;
    width: 300px;
    margin: 0 0 25px 25px;
    padding: 0;
    list-style: none outside;
    vertical-align: top;
}

.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list .OnlineStoreCatalog_list_item .OnlineStoreCatalog_list_item_img, 
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list .OnlineStoreCatalog_list_item_outOfStock .OnlineStoreCatalog_list_item_img {
    display: table-cell;
    width: 300px;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list .OnlineStoreCatalog_list_item .OnlineStoreCatalog_list_item_img img, .WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list .OnlineStoreCatalog_list_item_outOfStock .OnlineStoreCatalog_list_item_img img {
    max-width: 300px;
    max-height: 300px;
    border: 0;
    vertical-align: middle;
}

#PAGEID_SysOnlineStoreCart h1.stepsContainer {
    display: none;
}

.WaGadgetOnlineStoreCartCheckout .storeCartContent h2 {
    color: #1a1a1a;
}

/*** END ONLINE STORE ***/


/***********************************************************/
/**** TYPOGRAPHY ****/
/***********************************************************/

body {
    font-size: 18px;
}

/*
.PageTitle-Transparent .gadgetStyle002 .gadgetStyleBody,
.Page-Title-Transparent .gadgetStyle002 .gadgetStyleBody {
    padding: 0;
} */

.gadgetStyle002.HomeSlogan .gadgetStyleBody {
    padding: 0;
}

h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif!important;
}

.gadgetStyle002 h1.promo {
    font-size: 4rem;
    font-weight: 800;
    color: rgba(255,255,255,1));
}

/*
.HomeSlogan h1, .HomeSlogan h1.header, .HomeSlogan h1.promo {
    font-family: 'Roboto Slab', serif!important;
    font-weight: 900!important;
} */

h1:not(.promo):not(.header):not(.h1Alt) {
    font-size: 45px;
    font-weight: 900;
    color: #1A1A1A;
    line-height: 1;
}

.Page-Title h1:not(.promo):not(.header):not(.h1Alt) {
    font-size: 45px;
    font-weight: 900;
    color: #1a1a1a;
    background-color: #fddd00;
    padding: 10px 40px;
    display: inline-block;
    line-height: 1;
    border: 5px solid #fff;
    letter-spacing: 2px;
}

/*
.Banner-Photo div {
    text-align: center;
} */

.gadgetStyleNone h1:not(.promo):not(.header):not(.h1Alt),
.gadgetStyle001 h1:not(.promo):not(.header):not(.h1Alt), .gadgetStyle002 h1:not(.promo):not(.header):not(.h1Alt) {
    margin: 0 0 0 0!important;
    line-height: 1.1;
    text-transform: uppercase;
}

.gadgetStyleNone h2,
.gadgetStyle002 h2 {
   font-weight: 600;
   font-size: 2rem;
   text-transform: none;
}

.gadgetStyleNone h3,
.gadgetStyle002 h3 {
   font-weight: 600;
   font-size: 1.5rem;
   text-transform: uppercase;
}

.gadgetStyleNone h4,
.gadgetStyle002 h4 {
   font-weight: 600;
   font-size: 1.3rem;
   text-transform: none;
}

.gadgetStyleNone h5,
.gadgetStyle002 h5 {
   font-weight: 600;
   font-size: 1.1rem;
   text-transform: none;
}

.gadgetStyleNone .quotedText, .gadgetStyle002 .quotedText {
    margin: 1.3rem 0;
    padding-left: 30px;
    background-color: transparent;
    border-left: 4px solid #fbe038;
    font-family: 'Roboto Slab',serif!important;
    font-size: 23px;
    font-style: none;
}

/*** END ***/

/***********************************************************/
/**** DESKTOP ****/
/***********************************************************/

@media (max-width: 1600px) {

.Side-Padding {
    padding-left: 10%; 
    padding-right: 10%;
}

.Side-Margin {
    margin-left: 10%; 
    margin-right: 10%;
}

.Home-Logo-Badge {
    padding: 80px 30px 40px;
}

.Home-Logo-Badge img {
    max-width: 300px;
}


/***********************************************************/
/**** SMALL DESKTOP ****/
/***********************************************************/

@media (max-width: 1400px) {

.Side-Padding {
    padding-left: 8%; 
    padding-right: 8%;
}

.Side-Margin {
    margin-left: 8%; 
    margin-right: 8%;
}

.WaGadgetMenuHorizontal.Main-Menu-2.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    font: 400 19px/20px 'Roboto Slab','Lato','Arial',sans-serif;
}

.Home-Logo-Badge {
    padding: 70px 25px 40px;
}

.Home-Logo-Badge img {
    max-width: 270px;
}

}

/***********************************************************/
/**** LAPTOP ****/
/***********************************************************/

@media (max-width: 1240px) {

.Side-Padding {
    padding-left: 5%; 
    padding-right: 5%;
}

.Side-Margin {
    margin-left: 5%; 
    margin-right: 5%;
}

.WaGadgetMenuHorizontal.Main-Menu-2.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    font: 400 18px/20px 'Roboto Slab','Lato','Arial',sans-serif;
}

.promo, h1.promo {
    font-size: 3rem!important;
}

.Caption-Large .camera_caption>div {
    padding: 18px 25px;
    color: white;
    font-size: 1.7rem;
    line-height: 1em;
    font-weight: normal;
    font-family: 'Roboto Slab', serif!important;
}

.Home-Logo-Badge {
    padding: 60px 25px 30px;
}

.Home-Logo-Badge img {
    max-width: 220px;
}

}

/***********************************************************/
/**** TABLET STYLES ****/
/***********************************************************/

@media screen and (max-width: 980px) {
	
.HideForTablet,
.Hide-For-Tablet {
    display: none;
    }

.Home-Logo-Badge {
    padding: 30px 25px 30px;
    }
	
.Home-Logo-Badge img {
    max-width: 190px;
    }
	
}


/***********************************************************/
/**** MOBILE ****/
/***********************************************************/

@media (max-width: 767px) {

.zonePlace.zoneHeader2 {
    margin-top: 0;
}

.Image-Banner h1:not(.promo):not(.header):not(.h1Alt) {
    font-size: 36px;
}

.HomeFeatures,
.Home-Features {
    z-index:10; 
    margin-top: 0; 
    display: block;
    padding-top: 30px;
}

.HomeFeatures table tr td.WaLayoutItem, .BorderColumns-2 table tr td.WaLayoutItem,
.Home-Features table tr td.WaLayoutItem, .BorderColumns-2 table tr td.WaLayoutItem {
    margin-bottom: 30px;
}

.Header-Logo {
    text-align: center;
    margin-bottom: 20px!important;
}

.Header-Logo img {
    margin: 0 auto;
    width: 300px!important;
}

.ImageBannerHome,
.Image-Banner-Home {
    padding-top: 140px;
    padding-bottom: 40px;
}

.ImageBannerSpacer,
.Image-Banner-Spacer {
    display: none;
}

.Image-Banner {
    padding-top: 30px;
    padding-bottom: 60px;
}

.Home-Slider {
    border-right: 0;
    }
    
.HideForMobile,
.Hide-For-Mobile,
.Hide-In-Mobile {
    display: none;
    }

.Header-Login {
    display: none!important;
    }

.Caption-Large .camera_caption {
    position: absolute;
    bottom: 0px!important;
    left: 0px;
    }

.Caption-Large .camera_caption>div {
    padding: 10px 20px;
    color: white;
    font-size: 1.3rem;
    line-height: 1em;
    font-weight: normal;
    }

.Home-Slider {
    border-right: 0;
    border-left: 0;
    }

.WaGadgetSlideshow {
    overflow: hidden;
    }

.Board-Member table tbody td.WaLayoutItem:first-child {
	width: 100%!important;
    box-sizing: border-box;
    }

.Board-Member table tbody td.WaLayoutItem:last-child {
    width: 100%!important;
    box-sizing: border-box;
    }

.Board-Member h3 {
    text-align: center;
    } 

.Board-Member img {
    margin-bottom: 10px;
    }

div#id_Footer1 {
    background-image: url(/resources/Pictures/tree-vector-grey-light.svg);
    background-repeat: no-repeat;
    background-position: center bottom!important;
    background-size: auto 50%!important;
    background-color: #FFFFFF;
    }

.WaGadgetSocialProfile.socialProfileStyle002 .gadgetStyleBody,.WaGadgetSocialProfile.socialProfileStyle003 .gadgetStyleBody {
    padding: 0 8px;
    }

h1:not(.promo):not(.header):not(.h1Alt) {
    font-size: 36px;
    }

.h2, html:not([class*="WaPlaceHolder"]) h2 {
  font-size: 28px;
  line-height: 1.18;
}

.Home-Features {
    width: 50%; 
    display: inline-flex; 
    border: 5px solid #fff; 
    -webkit-box-sizing: border-box; 
    -mod-box-sizing: border-box; 
    box-sizing: border-box;
    }

.Footer-Content, 
.Footer-Content .gadgetStyleTitle, 
.Footer-Content .gadgetStyleBody,
.Footer-Content .gadgetStyleBody p {
    text-align: center!important;
    }

.Footer-Bar {
    padding-bottom: 15px;
}

.Border-Columns table tr td.WaLayoutItem,
.Border-Columns-White table tr td.WaLayoutItem,
.Border-Columns-Bright table tr td.WaLayoutItem,
.Shadow-Columns table tr td.WaLayoutItem {
    margin-bottom: 30px;
    }

.Header-Social, .Header-Button {
    float: none;
    margin: 0;
    display: block;
    clear: both;
    }

.Content-Banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.Banner-Photo {
    padding-top: 200px;
    padding-bottom: 30px;
    }

.Page-Title h1:not(.promo):not(.header):not(.h1Alt) {
    font-size: 36px!important;
    }

#id_Header1.Content-Banner {
    background-position: right bottom 0!important;
    }

.Page-Title h1:not(.promo):not(.header):not(.h1Alt) {
    width: 100%;
    box-sizing: border-box;
    }

}