/* START horizontal menu styling overrides */

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner {
    position: relative;
    margin: 0;
    background: transparent;.attachmentsContainer .attachmentsUploadContainer .inputUploadFileLabel {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    font: normal 16px / 1.5 'Lato', 'Arial', sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    margin-right: 8px;
}

.attachmentsContainer .attachmentsUploadContainer .inputUploadFileLabel:hover {
    background: #7fb2a8;
    color: white;
}
}
/*
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active {
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fbf9f4;
    border-top: 10px solid #7fb2a8;
    border-bottom: 2px solid #efe9df;
    box-sizing: border-box;
}
*/

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active {
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #409686;
    border-top: 0px solid #409686;
    border-bottom: 0px solid #efe9df;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px #00000034;
}

/*
.zonePlace.zoneHeader1 {
border-top: 10px solid #7fb2a8;
}
*/

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    height: 23px;
    padding: 8px 16px;
    background: inherit;
    color: #ffffff;
    font: 400 17px / 23px "Raleway", Roboto, Arial, sans-serif;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul li>.item>a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 4px 16px;
    color: #303030;
    font: normal 17px / 1.5 "Raleway", Roboto, Arial, sans-serif;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul
 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 40000;
    display: block;
    visibility: hidden;
    box-sizing: border-box;
    width: 0;
    min-width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: white;
    border: 0px solid #c1c1c1;
    border-bottom: 3px solid #a95b27;
    opacity: 0;
    list-style: none;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

/* END horizontal menu styling overrides */

/* START vertical menu styling overrides */

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel
 {
    box-sizing: border-box;
   width: none;
    margin: 0 0 30px 0px;
    padding: 0px 0;
    background: transparent;
    border: 0px solid #c1c1c1;
    border-left: 3px solid #a95b27;
    list-style: none;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    padding: 4px 16px;
    overflow: hidden;
    background: inherit;
    color: #000000;
    font: 400 16px / 1.5 "Raleway", Roboto, Arial, sans-serif;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel>li>.item>a:hover {
    color: #a95b27;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel>li.sel>.item>a {
    color: #7fb2a8;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel>li.sel>.item>a:hover {
    color: #8c927a;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul ul li>.item>a, .WaGadgetMenuVertical.VerticalMenuStyle001 ul ul li>.item>a:link {
    position: relative;
    display: block;
    padding: 4px 16px;
    overflow: hidden;
    background: inherit;
    color: #303030;
    font: normal 16px / 1.5 "Raleway", Roboto, Arial, sans-serif;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul ul li>.item>a:hover, .WaGadgetMenuVertical.VerticalMenuStyle001 ul ul li>.item>a:hover {
  color: #7fb2a8;
  background: #efe9df;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul ul li.sel>.item>a {
    color: #7fb2a8;
}

.WaGadgetMenuVertical.VerticalMenuStyle001 ul ul {
    position: absolute;
    top: -12px;
    left: 100%;
    z-index: 40000;
    display: block;
    visibility: hidden;
    box-sizing: border-box;
    width: 300px;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fbf9f4;
    border: 1px solid transparent;
    border-left:  2px solid #a95b27;
    opacity: 0;
    list-style: none;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

/* END vertical menu styling overrides */

/* START footer branding styling overrides */

.zoneWAbranding {
    margin: 0px 0 0;
}

#idFooterPoweredByContainer {
    padding-bottom: 10px;
    padding-right: 15px;
    letter-spacing: -10px;
    text-align: center;
    color: #fbf9f4 !important;
    font-size: 12px;
}

#idFooterPoweredByContainer a:link {
    color: #fbf9f4 !important;
}

/* END footer branding styling overrides */

/* START Typography styling overrides */

body {
font-family: "Raleway", Roboto, Arial, sans-serif;
}

p {
font-family: "Raleway", Roboto, Arial, sans-serif;
}

.gadgetStyle001 {
font-family: "Raleway", Roboto, Arial, sans-serif;
}

.gadgetStyle002 {
font-family: "Raleway", Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Oswald", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.promo, h1.promo {
    margin: .50em 0 .50em;

}

.h1, h1 {
    color: #303030;
}


.header, h1.header {
    margin: .50em 0 .50em;
    color: #303030;
    font-family: "Raleway", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.29;
    text-transform: none;
}
h1 {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
    unicode-bidi: isolate;
}

.h2, h2 {
    margin: .50em 0 .50em;
}

.h3, h3 {
    margin: .50em 0 .50em;
}

.h4, h4 {
    margin: .50em 0 .50em;
}

/*
.h4, h4 {
    color: #a95b27;
}
*/

.h5, h5 {
    margin: .50em 0 .50em;
}


.WaGadgetForumUpdates.forumUpdatesStyle001 ul li, .WaGadgetForumUpdates.forumUpdatesStyle002 ul li, .WaGadgetForumUpdates.forumUpdatesStyle003 ul li, .WaGadgetForumUpdates.forumUpdatesStyle004 ul li, .WaGadgetForumUpdates.forumUpdatesStyle005 ul li, .WaGadgetForumUpdates.forumUpdatesStyle006 ul li {
    position: relative;
    margin: 0 0 16px;
    padding: 0;
    font-family: "Raleway", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
}

.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle003 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle004 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle006 ul li {
    position: relative;
    margin: 0 0 16px;
    padding: 0;
    font-family: "Raleway", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
}


.WaGadgetUpcomingEvents.upcomingEventsStyle001 ul li .title a, .WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li .title a, .WaGadgetUpcomingEvents.upcomingEventsStyle003 ul li .title a, .WaGadgetUpcomingEvents.upcomingEventsStyle004 ul li .title a, .WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li .title a, .WaGadgetUpcomingEvents.upcomingEventsStyle006 ul li .title a {
    font-family: "Raleway", Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #303030;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}
.gadgetStyleNone .gadgetStyleTitle h4 {
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 1.42em 0 .85em;
    color: #303030;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 1.29;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.WaGadgetEventsStateList h3.sectionTitle {
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 1.42em 0 .85em;
    color: #303030;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 1.29;
    text-transform: none;
    float: left;
    margin: 0 16px 0 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: 32px;
    font-weight: normal;
    color: #303030;
}

/* END Typography styling overrides */

/* START Widget content styling overrides */

.WaGadgetRecentBlogPosts.recentBlogPostsStyle002 ul li, .WaGadgetRecentBlogPosts.recentBlogPostsStyle005 ul li {
    padding: 8px 0 8px 16px !important;
    border-left: 3px solid #a95b27;
}

.WaGadgetRecentBlogPosts.recentBlogPostsStyle001 ul li, .WaGadgetRecentBlogPosts.recentBlogPostsStyle002 ul li, .WaGadgetRecentBlogPosts.recentBlogPostsStyle003 ul li, .WaGadgetRecentBlogPosts.recentBlogPostsStyle004 ul li, .WaGadgetRecentBlogPosts.recentBlogPostsStyle005 ul li, .WaGadgetRecentBlogPosts.recentBlogPostsStyle006 ul li {
    position: relative;
    margin: 0 0 16px;
    padding: 0;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
}

.WaGadgetRecentBlogPosts.recentBlogPostsStyle001 ul li .title a, .WaGadgetRecentBlogPosts.recentBlogPostsStyle002 ul li .title a, .WaGadgetRecentBlogPosts.recentBlogPostsStyle003 ul li .title a, .WaGadgetRecentBlogPosts.recentBlogPostsStyle004 ul li .title a, .WaGadgetRecentBlogPosts.recentBlogPostsStyle005 ul li .title a, .WaGadgetRecentBlogPosts.recentBlogPostsStyle006 ul li .title a
 {
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    color: #303030;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}
.WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li {
    padding: 8px 0 8px 16px !important;
    border-left: 3px solid #a95b27;
}

.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    padding: 16px 16px 24px;
    background: #efe9df;
}

.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    padding: 16px 16px 24px;
    background: #efe9df;
}

/* END Widget content styling overrides */

/* START button styling overrides */

a.buttonStyle001, a:link.buttonStyle001 {
    font-family: "Raleway", Roboto, Arial, sans-serif;
    border-radius: 10px;
}

a.buttonStyle002, a:link.buttonStyle002 {
    font-family: "Raleway", Roboto, Arial, sans-serif;
    border-radius: 10px;
}

#ButtonOutlineWhite a.buttonStyle002, #ButtonOutlineWhite a:link.buttonStyle002 {
    border: white 0px solid;
    box-shadow: 2px 2px 9px #00000080;
}

a.buttonStyle003, a:link.buttonStyle003 {
    font-family: "Raleway", Roboto, Arial, sans-serif;
    border-radius: 10px;
}

a.buttonStyle004, a:link.buttonStyle004 {
    font-family: "Raleway", Roboto, Arial, sans-serif;
    border-radius: 10px;
}

.WaGadgetBlogStateList #idAddNewPostButtonContainer input[type=submit] {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    /*font: normal 16px / 1.5 'Lato', 'Arial', sans-serif;*/
    font: normal 16px / 1.5 "Raleway", Roboto, Arial, sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.WaGadgetBlogStateList #idAddNewPostButtonContainer input[type=submit]:hover {
    background: #7fb2a8;
    color: white;
}

.WaGadgetBlogStateAddPost .boxFooterOuterContainer input, .WaGadgetBlogStateEditPost .boxFooterOuterContainer input {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    /*font: normal 16px / 1.5 'Lato', 'Arial', sans-serif;*/
    font: normal 16px / 1.5 "Raleway", Roboto, Arial, sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.WaGadgetBlogStateAddPost .boxFooterOuterContainer input:hover, .WaGadgetBlogStateEditPost .boxFooterOuterContainer input:hover {
    background: #7fb2a8;
    color: white;
}

.WaGadgetBlog .addNewCommentOuterContainer .boxActionContainer input[type=submit] {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    /*font: normal 16px / 1.5 'Lato', 'Arial', sans-serif;*/
    font: normal 16px / 1.5 "Raleway", Roboto, Arial, 
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.WaGadgetBlog .addNewCommentOuterContainer .boxActionContainer input[type=submit]:hover {
    background: #7fb2a8;
    color: white;
}

.forumPanelOuterContainer .forumPanelContainer input.typeButton {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    font: normal 16px / 1.5 'Lato', 'Arial', sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0 24px 0 0;
}

.forumPanelOuterContainer .forumPanelContainer input.typeButton:hover {
    background: #7fb2a8;
    color: white;
}

.attachmentsContainer .attachmentsUploadContainer .inputUploadFileLabel {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    font: normal 16px / 1.5 'Lato', 'Arial', sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    margin-right: 8px;
}

.attachmentsContainer .attachmentsUploadContainer .inputUploadFileLabel:hover {
    background: #7fb2a8;
    color: white;
}

.WaGadgetForum .forumEditEntryBoxContainer .boxFooterOuterContainer .boxFooterPrimaryOuterContainer input {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    font: normal 16px / 1.5 'Lato', 'Arial', sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.WaGadgetForum .forumEditEntryBoxContainer .boxFooterOuterContainer .boxFooterPrimaryOuterContainer input:hover {
    background: #7fb2a8;
    color: white;
}

.WaGadgetForum .forumEditEntryBoxContainer .boxFooterOuterContainer .boxFooterSecondaryOuterContainer input {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    font: normal 16px / 1.5 'Lato', 'Arial', sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.WaGadgetForum .forumEditEntryBoxContainer .boxFooterOuterContainer .boxFooterSecondaryOuterContainer input:hover {
    background: #7fb2a8;
    color: white;
}

/* END button styling overrides */

/* START login widget styling overrides */

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #409686;
    color: #fbf9f4;
    line-height: 400px;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink:hover, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink:hover, .WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink.hover, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink.hover
 {
    background: #7fb2a8;
    color: #fbf9f4;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginButton, .WaGadgetLoginForm.LoginFormStyle002 .loginButton {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    min-width: 60px;
    margin: 0;
    padding: 10px 18px 11px;
    background: #409686;
    border: 0;
    color: #fbf9f4;
    font-family: "Raleway", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginButton:hover, .WaGadgetLoginForm.LoginFormStyle002 .loginButton:hover {
    background: #7fb2a8;
    color: #fbf9f4;
}

.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: 0;
    color: #409686;
    line-height: 400px;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
}

.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 {
    background: #7fb2a8;
    color: #fbf9f4;
}

.WaGadgetAuthorizationRequired .loginPageTable input.loginButton {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    margin: 0;
    padding: 8px 20px;
    background: #409686;
    border: 0;
    outline: 0;
    color: white;
    font: normal 16px / 1.5 "Raleway", Roboto, Arial,
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.WaGadgetAuthorizationRequired .loginPageTable input.loginButton:hover {
    background: #7fb2a8;
    color: white;
}

/* END login widget styling overrides */

/* START mobie navigation panel styling overrides */

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li.sel>.item>a {
    color: #7fb2a8;
}

/* END mobie navigation panel styling overrides */

/* START social icon styling overrides */

.WaGadgetSocialProfile.socialProfileStyle003 li a:hover {
    color: #7fb2a8;
}

.WaGadgetSocialProfile.socialProfileStyle002 li a
 {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    color: #7e8c54;
    font-family: 'FontAwesome';
    font-size: 23px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    vertical-align: top;
}

.WaGadgetSocialProfile.socialProfileStyle002 li a:hover
 {
color: #8aa166;
 }

.WaGadgetSocialProfile.socialProfileStyle003 li a, .WaGadgetSocialProfile.socialProfileStyle004 li a {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    color: #ffffff;
    font-family: 'FontAwesome';
    font-size: 23px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    vertical-align: top;
}

 .WaGadgetSocialProfile.socialProfileStyle003 li a:hover, .WaGadgetSocialProfile.socialProfileStyle004 li a:hover {
    color: #bcd4d0;
}

/* END social icon styling overrides */

/* START staff image border styling overrides */

.staff-image img{
border-radius: 200px;
}

/* END staff image border styling overrides */

/* START header section styling overrides */

.zoneHeader2 {
    border-bottom: 0px solid #000000;
}

#id_Header.WaPlaceHolder.WaPlaceHolderHeader {
box-shadow: 0px 0px 10px #00000033;
}

#id_Header1.WaPlaceHolder.WaPlaceHolderHeader1 {
box-shadow: 0px 5px 10px #00000033;
}

.square-button a.buttonStyle002, .square-button a:link.buttonStyle002 {
border-radius: 10px;
letter-spacing: 2px;
padding-top: 13px;
padding-bottom: 13px;
}

.WaGadgetSiteSearch.searchStyle002 .searchBoxButton:hover:before {
    color: #bcd4d0;
}

/* END header section styling overrides */

/* START slider caption text Styling */

.camera_caption>div {
    padding: 20px 20px 100px 20px;
    color: white;
    font-size: 45px;
font-weight: 600;
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
Text-align: center;
    line-height: 1.2em;
}

.camera_caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.0);
}

.camera_wrap {
    position: relative;
    z-index: 0;
    float: left;
    display: none;
    width: 100%;
    background: transparent;
}

/* END slider caption text Styling */

/* START footer logo size and position */

.SponsorSupportersLogos {
max-width: 250px;
margin-left: auto;
margin-right: auto;
}

/* END footer logo size and position */

/* START online store items */

.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: 180px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    margin-bottom: 16px;
}

/* END online store items */

/* START Breadcrumbs text styling */

.WaGadgetBreadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

/* END Breadcrumbs text styling */