/*********************************************************************/
/****** 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 {
  background: #ffffff;
  margin-bottom: 10px;
  border: 2px solid #D8DFE1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.WaGadgetContentAccordion .gadgetStyleTitle {
    margin: 0;
    font-size: 18px;
    padding: 15px 60px 15px 20px!important;
    background-image: url(/resources/Pictures/Icons/accordion-icon-open.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    transition: all 0.2s ease-in-out;
}

.WaGadgetContentAccordion.opened .gadgetStyleTitle, .WaGadgetContentAccordion.active .gadgetStyleTitle {
    cursor: pointer;
    padding: 15px 60px 15px 20px;
    background-color: #ECF1F3;
    background-image: url(/resources/Pictures/Icons/accordion-icon-close.svg);
}

.WaGadgetContentAccordion .gadgetStyleTitle:hover {
    background-color: #ECF1F3;
    padding: 15px 60px 15px 20px;
    cursor: pointer;
}

.publicContentView .WaGadgetContentAccordion .gadgetStyleBody, .memberContentView .WaGadgetContentAccordion .gadgetStyleBody {
    display: none;
}

.WaGadgetContentAccordion .gadgetStyleBody, 
.WaGadgetContentAccordion .gadgetStyleBody {
		padding: 15px 20px 30px 20px;
		border-top: 2px solid #D8DFE1;
}

.WaGadgetContentAccordion .gadgetStyleTitle h4 {
    font-size: 18px!important;
    font-weight: 400;
    color: #0a1930;
    text-transform: none;
}

/**** END ****/


/*****************************************************************/
/**** BLOG ****/
/*****************************************************************/

.WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle001 ul li .title a, 
.WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle002 ul li .title a, 
.WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle003 ul li .title a, 
.WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle004 ul li .title a, 
.WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle005 ul li .title a, 
.WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle006 ul li .title a {
    font-family: 'Lato','Arial',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.WaGadgetRecentBlogPosts.recentBlogPostsStyle002 ul li, .WaGadgetRecentBlogPosts.recentBlogPostsStyle005 ul li {
padding: 8px 0 8px 25px;
    border-left: 6px solid #A39161;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.WaGadgetRecentBlogPosts.recentBlogPostsStyle002 ul li:hover, .WaGadgetRecentBlogPosts.recentBlogPostsStyle002 ul li:hover {
    padding: 8px 0 8px 30px;
    border-left: 6px solid #000;
}

.WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle001 ul li .date, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle002 ul li .date, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle003 ul li .date, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle004 ul li .date, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle005 ul li .date, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle006 ul li .date, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle001 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle002 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle003 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle004 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle005 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle006 ul li .location {
    font-size: 16px;
    font-style: italic;
}

.WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle001 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle002 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle003 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle004 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle005 ul li .location, .WaGadgetRecentBlogPosts.HomeFeed.recentBlogPostsStyle006 ul li .location {
    margin-top: 8px;
}

/*** END ***/


/*****************************************************************/
/**** BORDERS ****/
/*****************************************************************/

.BorderLayout table td.WaLayoutItem {
    padding: 30px;
    border: 5px solid #f4f4f3;
    -webkit-box-sizing: border-box;
    -mod-box-sizing: border-box;
    box-sizing: border-box;
}

/*** END ***/


/*****************************************************************/
/**** BREADCRUMB ****/
/*****************************************************************/

.WaGadgetBreadcrumbs.BreadcrumbRight ul {
    text-align: right;
}

/*** END ***/


/*****************************************************************/
/**** BUTTONS ****/
/*****************************************************************/

a.stylizedButton.buttonStyle001, 
a.stylizedButton.buttonStyle002, 
a.stylizedButton.buttonStyle003, 
a.stylizedButton.buttonStyle004 {
    border-radius: 4px;
    padding: 6px 15px;
    height: 36px;
    min-width: 80px;
    -webkit-transition: all 0.2s ease-in-out;                  
    -moz-transition: all 0.2s ease-in-out;                 
    -o-transition: all 0.2s ease-in-out;   
    -ms-transition: all 0.2s ease-in-out;          
    transition: all 0.2s ease-in-out;

  margin-bottom: 10px;
}

.FeatureButton a.stylizedButton {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    font: normal 22px/100% 'Lato','Arial',sans-serif;
    font-weight: 600;
    padding: 26px 30px;
    text-transform: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: left;
    position:relative;
}

.FeatureButton.MembersIcon a.stylizedButton {
    border: none!important;
    background-image: url(/resources/Pictures/Icons/quicklink-members-white.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding-right: 90px;
    padding-left: 30px;
}

.FeatureButton.MembersIcon a.stylizedButton:hover {
    border: none!important;
}

.FeatureButton.JoinIcon a.stylizedButton {
    background-image: url(/resources/Pictures/Icons/quicklink-join.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding-right: 90px;
    padding-left: 30px;
}

.FeatureButton.GetInvolvedIcon a.stylizedButton {
    background-image: url(/resources/Pictures/Icons/get-involved.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding-right: 90px;
    padding-left: 30px;
}

.FeatureButton.ContactIcon a.stylizedButton {
    background-image: url(/resources/Pictures/Icons/quicklink-contact.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding-right: 90px;
    padding-left: 30px;
}

.FeatureButton.MembersIcon a.stylizedButton:hover,
.FeatureButton.JoinIcon a.stylizedButton:hover,
.FeatureButton.DonateIcon a.stylizedButton:hover,
.FeatureButton.ContactIcon a.stylizedButton:hover,
.FeatureButton.GetInvolvedIcon a.stylizedButton:hover {
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding-left: 35px;
}


.FeatureButton.MailIcon a.stylizedButton {
    background-image: url(/resources/Pictures/Icons/icon-mail-blue.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding-right: 90px;
    padding-left: 30px;
}

/*** END ***/


/*****************************************************************/
/**** EVENTS ****/
/*****************************************************************/

.WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle001 ul li .title a, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle002 ul li .title a, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle003 ul li .title a, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle004 ul li .title a, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle005 ul li .title a, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle006 ul li .title a {
    font-family: 'Lato','Arial',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li {
    padding: 8px 0 8px 25px;
    border-left: 4px solid #ff4d00;
}

.WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle001 ul li .date, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle002 ul li .date, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle003 ul li .date, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle004 ul li .date, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle005 ul li .date, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle006 ul li .date, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle001 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle002 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle003 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle004 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle005 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle006 ul li .location {
    font-size: 16px;
    font-style: italic;
}

.WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle001 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle002 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle003 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle004 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle005 ul li .location, .WaGadgetUpcomingEvents.HomeFeed.upcomingEventsStyle006 ul li .location {
    margin-top: 8px;
}

.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    background: #E5E3D9!important;
}


/**** EVENTS GADGET - FEED ****/

.WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li {
    padding: 8px 0 8px 25px;
    border-left: 6px solid #A39161;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li:hover, .WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li:hover {
    padding: 8px 0 8px 30px;
    border-left: 6px solid #000;
}

/*** END ***/


/************************************************************/
/**** FADE-IN ****/
/************************************************************/

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

/*** END ***/


/*****************************************************************/
/**** FOOTER ****/
/*****************************************************************/

.WABannerStickyBottom {
    display: none;
}

.WABannerStickyBottomSpacer {
    height: 0;
}

.zonePlace.zoneFooter1 {
    margin-top: 50px;
}

/*** END ***/


/*****************************************************************/
/**** HEADERS ****/
/*****************************************************************/

.HeaderSearch, .HeaderLogin, .HeaderSocial, .HeaderJoin {
    float: right;
}


/*
.HeaderLogo {
    padding-top: 10px;
} */

/*** END ***/


/*****************************************************************/
/**** HERO ****/
/*****************************************************************/

.HomeHero {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 330px;
}

/*** END ***/


/*****************************************************************/
/**** ICON HEADINGS ****/
/*****************************************************************/

.IconHeading {
    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;
}


/*****************************************************************/
/**** LAYOUT ****/
/*****************************************************************/

.WaPlaceHolder>div {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -mod-box-sizing: border-box;
    box-sizing: border-box;
}

.WaPlaceHolderWide>div {
    width: auto!important;
    max-width: none!important;
    padding: 0!important;
}

/*** 2 column layout vertical divider ****/
td#id_RhYDn7P {
    border-left: 8px solid #F4F4F2;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -mod-box-sizing: border-box;
    box-sizing: border-box;
}

.VerticalDivider table td:last-child {
    border-left: 8px solid #F4F4F2;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -mod-box-sizing: border-box;
    box-sizing: border-box;
}

.WaGadgetForumStateMessageList .messageListOuterContainer ul.boxesList li.boxesListItem .boxHeaderOuterContainer table.forumMessageHeaderTable td.forumMessageHeaderInfoContainer,
.WaGadgetForumStateMessageList .messageListOuterContainer ul.boxesList li.boxesListItem .boxBodyOuterContainer table.forumMessageTable td.left {
	border-color: #F4F4F2;
}

/*** END ***/



/*****************************************************************/
/**** 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: 36px !important;
    text-transform: none;
    height: 36px!important;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.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 14px/36px 'WA-theme-icons';
}

.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 .loginButton {
    font-size: initial;
    font-family: inherit;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink {
    background: #231F20;
    color: white;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink, 
.WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    background-color: #000;
    color: #fff;
}

/*** END ***/



/*****************************************************************/
/**** MENU HORIZONTAL ****/
/*****************************************************************/

.WaGadgetMenuHorizontal.BorderTop ul.firstLevel {
    border-top: 3px solid rgba(215, 222, 224, 0.7);
    float: right;
}

.WaGadgetMenuHorizontal.MenuCenter .menuInner ul.firstLevel {
    margin: 0 auto;
}

.WaGadgetMenuHorizontal.MainMenu.HorizontalMenuStyle001 .menuInner ul.firstLevel>li:first-child {
    display: none!important;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    padding: 17px 20px!important;
    text-transform: none;
    font: bold 18px/23px 'Lato','Arial',sans-serif;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul li>.item>a {
  padding-top: 8px;
  padding-bottom: 8px;
}

/*** END ***/


/*****************************************************************/
/**** STICKY MENU ****/
/*****************************************************************/

.stickyMenu.active .menuInner {
    width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu {
    /* MJB background-image: url(/resources/Pictures/PageTemplates/sticky-menu-bg); */
    background-repeat: no-repeat;
}

/*
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active {
    border-bottom: 1px solid #e0ddcf;
    box-sizing: border-box;
    background-image: url(/resources/Pictures/PageTemplates/sticky-menu-bg.png);
    background-repeat: no-repeat;
} */

/*** END ***/


/*****************************************************************/
/**** SUB MENU ****/
/*****************************************************************/

.SubMenuArrow {
    background-image: url(/resources/Pictures/Icons/SubMenu-Arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}

.SubMenu .menuInner {

}

.WaGadgetMenuHorizontal.SubMenu.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a,
.WaGadgetMenuHorizontal.SubMenu.HorizontalMenuStyle002 .menuInner ul.firstLevel>li>.item>a {
    padding: 14px 20px;
    text-transform: none;
    font: 400 16px/23px 'Lato','Arial',sans-serif;
}

.WaGadgetMenuHorizontal.SubMenu.HorizontalMenuStyle002 .menuInner ul.firstLevel>li.sel>.item>a {
    color: #A39161;
}

/*** END ***/


/*****************************************************************/
/**** MENU - TOP / SECONDARY ****/
/*****************************************************************/

.WaGadgetCustomMenu.menuStyle001 ul li a {
    font-family: 'Lato','Arial',sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

/*** END ***/


/*****************************************************************/
/**** MENU - VERTICAL ****/
/*****************************************************************/

/*
.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
} */

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel,
.WaGadgetMenuVertical.VerticalMenuStyle002 ul.firstLevel {
    padding: 8px 0;
    border: none;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel>li>.item>a {
    font: normal 18px/1.5 'Lato','Arial',sans-serif;
    text-transform: none;
    padding: 4px 0;
}

/*
.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel > li > .item > a > span {
    width: 100%;
} */

.WaGadgetMenuVertical.VerticalMenuStyle001 ul ul,
.WaGadgetMenuVertical.VerticalMenuStyle002 ul ul {
    right: 100%;
    left: auto;
    margin: 0;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel>li>.item>a>span {
  width: 88%;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 .item:hover a {
  color: #175d68 !important;
}

/*** END ***/


/************************************************************/
/**** ROUND CORNERS ****/
/************************************************************/

.RoundCorners {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/*** END ***/


/************************************************************/
/**** SEARCH ****/
/************************************************************/

.WaGadgetSiteSearch .searchBoxField {
    background: #f2f2f2;
    border: none;
    width: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.WaGadgetSiteSearch .searchBoxField {
    height: 36px;
}

.WaGadgetSiteSearch .searchBoxButton {
    width: 36px;
    height: 36px;
}

.WaGadgetSiteSearch.searchStyle003 .searchBoxButton {
    margin-left: 0;
    background: #175d68;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.WaGadgetSiteSearch.searchStyle003 .searchBoxButton:hover {
    background: #48bed0;
}

.WaGadgetSiteSearch .searchBoxButton:before {
    width: 36px;
    height: 36px;
    font: 20px/36px 'FontAwesome';
}

/*** END ***/


/*****************************************************************/
/**** SLIDER ****/
/*****************************************************************/

.camera_thumbs_cont {
    background: transparent;
}

.camera_thumbs_cont ul {
    width: 100%!important;
    min-width: 300px;
}

.camera_thumbs_cont ul li {
    width: 40px;
    height: 40px;
    margin: 10px 2px;
    border: 1px solid #175d68;
}

.camera_wrap {
    background: #fff;
}

.HomeSlider .camera_wrap {
    margin-bottom: 0!important;
}

.camera_thumbs_cont {
    display: none;
}

/*** END ***/


/*****************************************************************/
/**** SOCIAL ICONS ****/
/*****************************************************************/

.WaGadgetSocialProfile.socialProfileStyle002 li a, .WaGadgetSocialProfile.socialProfileStyle003 li a, .WaGadgetSocialProfile.socialProfileStyle004 li a {
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
}

.WaGadgetSocialProfile.socialProfileStyle001 li a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: white;
    font-family: 'WA-theme-icons';
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    line-height: 36px;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*** END ***/


/*****************************************************************/
/**** SPONSORS ****/
/*****************************************************************/

.Sponsor50 {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box; 
    -mod-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 20px;
}

.Sponsor50 .WaGadgetContent img {
    display:block;
    vertical-align:bottom;
}


/*****************************************************************/
/**** TYPOGRAPHY ****/
/*****************************************************************/

.PageTitle .gadgetStyle001 .gadgetStyleBody,
.PageTitle .gadgetStyle002 .gadgetStyleBody {
    padding: 0;
}

.PageTitle .gadgetStyle001 h1,
.PageTitle .gadgetStyle001 .h1,
.PageTitle .gadgetStyle002 h1,
.PageTitle .gadgetStyle002 .h1 {
    margin: 0!important;
    text-transform: uppercase;
}

h1, .h1 {
    margin-bottom: 0;
}

h2, .gadgetStyleNone h2, .WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle, .WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a, .WaGadgetBlog .blogEntryOuterContainer .boxHeaderOuterContainer h4, .WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer h4.boxHeaderTitle, .WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer h4.boxHeaderTitle a, .WaGadgetEventsStateDetails .pageTitleOuterContainer .eventsTitleContainer h1 {
    font-size: 1.8rem;
}

.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a,
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer h4.boxHeaderTitle a {
  font-size: 0.8em;
}
.WaGadgetBlog .boxBodyInfoOuterContainer .postedOn {
  margin-left: 0;
}

#id_e9L16Da .inner a .hiddenText  {
  display: none;
}

.WaGadgetEventsStateList h3.sectionTitle,
.WaGadgetEventsStateList .pastEventsOuterContainer h3.sectionTitle {
    font-size: 1.8em;
    text-transform: capitalize;
    color: #000;
}


.SectionTitle h2 {
    font-size: 2.2rem;
}

.quotedText {
    padding-left: 30px;
    border-left: 4px solid #A39161;
    color: #222;
    font-family: 'Lato','Arial',sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.25;
}

.LargeQuote .quotedText {
    font-size: 1.9rem;
}

a.inversed {
  color: #000;
  text-decoration: none;
}
a.inversed:hover {
  color: #175d68;
  text-decoration: underline;
}

.WaGadgetBlogStateList a.rssFeedLabel,
.WaGadgetBlogStateList a.rssFeedLabel:before {
  color: #AF986E;
}

input.typeButton {
	background: #175d68 !important;
}

input.typeButton:hover {
	background: #297682 !important;
}

.GrayBox,
.GreyBox {
	background: #f4f4f3;
	padding: 20px;
}

.WaGadgetContent.flexed div {
  display: flex; 
  flex-flow: row wrap; 
  justify-content: space-evenly;
}

.WaGadgetContent.flexed div img {
  display: flex;
  align-self: center;
  margin: 20px auto;
}

.author, .itemAuthor {
  display: none;
}

.GrayColumns .WaLayoutItem {
  background: #f4f4f3;
}

.Column-30 .WaLayoutItem {
  padding: 30px;
}

.tiers table td:last-child {
  border-top: 8px solid #f4f4f3;
}

.tiers table tr:nth-child(2) td:last-child {
  border-top: 0;
}

.camera_caption>div {
  font-size: 1.2em;
}
.camera_caption>div a {
  color: #A39161; 
}




/*** END ***/


/*********************************************************************/
/**** EVENTS DETAIL PAGE ****/
/*********************************************************************/

.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    background: #e5e3d9!important;
}


/*** END ***/


/*********************************************************************/
/**** DEVICE SPECIFIC STYLES ****/
/*********************************************************************/


/*******************************************************/
/**** SMALL DESKTOP ****/
/*******************************************************/

@media (max-width: 1400px) {

}

/*** END ***/


/*******************************************************/
/**** LAPTOP ****/
/*******************************************************/

@media (max-width: 1240px) {
	
#id_wgaiZzh, #id_pljljPT, #id_Si7xBtI {
    margin-bottom: 20px !important;
}

.HeaderSocial {
    clear: right;
}

}

/*** END ***/


/*******************************************************/
/**** MOBILE 1 ****/
/*******************************************************/

@media (max-width: 767px) {

    .custom-table-lpg {}

    .custom-table-lpg .col-60,
    .custom-table-lpg .col-40 {
            width: 100% !important;
    display: block !important;
    margin-bottom: 20px;
    }
		
#id_uhfh1p9 {
    margin-bottom: 30px !important;
}

.HideForMobile {
    display: none!important;
}

div#id_Header2.HomeHero {
    background-image: none!important;
}

.WaGadgetCustomMenu.SecondaryMenu.menuStyle001 ul.alignRight {
    text-align: center;
}

.HeaderLogo p {
    text-align: center;
}

.HeaderJoin {
    display: block;
    margin: 0 auto;
}

.HeaderSocial {
    clear: none;
    float: none;
width: 100%;
margin-left: auto !important;
margin-right: auto !important;
}

.HeaderJoin {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  text-align: center;
}

.HeaderSearch {
    float: none;
}

.WaGadgetCustomMenu.SecondaryMenu.menuStyle002 ul.alignRight {
    text-align: center;
}

.VerticalDivider table td:last-child {
    border-left: none;
    padding-left: 0;
}

.HomeFeedsContainer td.WaLayoutItem {
    margin-bottom: 20px;
}

}

/*** END ***/


/*******************************************************/
/**** MOBILE 2 ****/
/*******************************************************/

@media (max-width: 600px) {
	#id_Si7xBtI {
		float: left !important;
	}

}

/*** END ***/


.sponsor-headline {
    border-bottom: 2px solid #E7ECEE;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 10px;
}

.alternating-section-text-left tr td,
.alternating-section-text-right tr td {
    vertical-align: middle;
}
.alternating-section-text-left tr td:first-child .placeHolderContainer,
.alternating-section-text-right tr td:last-child .placeHolderContainer {
    padding: 0 20px;
}

.lean-cta-button {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #175D68 !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 999;
    transition: background 0.3s ease;
  }

  .lean-cta-button:hover {
    background-color: #3F7E8A !important;
  }

  @media (max-width: 768px) {
    .lean-cta-button {
        left: 0;
        right: 0;
        top: unset;
        bottom: 0;
        width: auto;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
  }