/* HEADER  ------------------------------------------------------- */

div#idHeaderContentHolder {
    padding: 20px 0;
}

/* LOGIN BOX */

form.generalLoginBox {
    float: right;
}

.WaGadgetLoginForm .loginContainerForm [class$="TextBox"] input[class$="TextBoxControl"] {
    font-size: 14px;
    padding: 3px 4px;
    width: 150px;
}

/* SOCIAL LINKS - HEADER */

.WaGadgetSocialProfile img {
    display: inline-block;
    vertical-align: top;
    border: none;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.WaGadgetSocialProfile .orientationHorizontal li {
    margin: 10px;
}


/* SEARCH BOX */

.WaGadgetSiteSearch .searchBoxField {
    margin: 0;
    padding: 8px 4px 8px 3em;
    border: 1px solid darkgray;
    background: white;
    font-family: inherit;
    font-size: inherit;
    color: black;
    width: 300px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.WaGadgetSiteSearch .searchBoxFieldContainer:before {
    left: 1em;
}

/* HEADER 2 --------------------------------------------------------- */

div#id_Header2 {
    border-top: none;
}

div#id_Header2 img {
    display: block!important;
}



/* CONTENT BLOCK ------------------------------------------------ */

div#id_Content {
    margin-bottom:30px;
}



/* MAIN NAVIGATION ------------------------------------------------ */

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {
    height: 22px;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    padding: 17px 15px 17px 15px;
    font: normal 16px/18px Arial;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li:first-child {
    display:none;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item:hover > a > span {
    padding: 0 0 5px 0;
    border-bottom: 5px solid transparent;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.sel > .item > a {
    color: #81b5ff;
    background: none;
}

div#id_Header1 {
    border-bottom: 10px solid #6abd2c;
}



.WaGadgetMenuHorizontal .menuInner ul ul li.sel > .item > a {
    color: #a4a6aa;
}

/**** DROPDOWN ****/

.WaGadgetMenuHorizontal .menuInner ul ul {
    margin: 0;
}

.WaGadgetMenuHorizontal .menuInner ul ul li > .item > a {
    color: #FFFFFF;
}

.WaGadgetMenuHorizontal .menuInner ul ul li > .item > a:hover {
    color: #81B5FF;
}


/**** CONTENT AREA ****/

div#idPrimaryContentBlock1Content {
    padding-bottom: 40px;
}


/* TYPOGRAPHY -------------------------------------------------- */

H1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.50em;
    color: #124B9B;
}

ul + p {
    margin-top: 25px;
}



/**** GADGET STYLES ****/

.gadgetStyle001 {
    color: #333333;
    background: #FFF;
    border: 1px solid #c8d3d4;
}

.gadgetStyle001 .gadgetStyleTitle {
    margin: 20px 30px 0 30px;
    border-bottom: 4px solid #124b9b;
    padding: 0 0 10px 0;
    font: normal 24px Tahoma, sans-serif;
}

.gadgetStyle001 .gadgetStyleTitle h4 {
    margin: 0;
    padding: 0;
    font: inherit;
    color: #124b9b;
    font-size: 24px;
}

.WaGadgetUpcomingEvents.gadgetStyle001 ul li .date, .WaGadgetUpcomingEvents.gadgetStyle001 ul li .location, .WaGadgetRecentBlogPosts.gadgetStyle001 ul li .date, .WaGadgetRecentBlogPosts.gadgetStyle001 ul li .author a {
    color: #124b9b;
}

.WaGadgetRecentBlogPosts.gadgetStyle001 ul li .author a, .WaGadgetRecentBlogPosts.gadgetStyle001 ul li .author span, .WaGadgetForumUpdates.gadgetStyle001 ul li .author span, .WaGadgetForumUpdates.gadgetStyle001 ul li .author a {
    display: none;
}

.WaGadgetRecentBlogPosts ul li .date span:after {
    display: none;
}

/** Dividing border between list items for events and news gadget **/

.WaGadgetUpcomingEvents.gadgetStyle001 ul li:after, .WaGadgetRecentBlogPosts ul li:after {
    border-top: 1px solid #ECF1F3;
}


/**** GADGETS WITH ICONS ****/

.eventsGadget.gadgetStyle001 .gadgetStyleTitle {
    background-image: url("/resources/Theme/images/EventsIcon.png");
    background-repeat: no-repeat;
    background-position: top Right;
}

.eventsGadget.gadgetStyle001 .gadgetStyleTitle h4 {
    margin: 0 50px 0 0;
    padding: 0;
    font: bold 18px/22px Arial;
}

.jobsGadget.gadgetStyle001 .gadgetStyleTitle {
    background-image: url("/resources/Theme/images/brief-case.gif");
    background-repeat: no-repeat;
    background-position: top Right;
}

.jobsGadget.gadgetStyle001 .gadgetStyleTitle h4 {
    margin: 0 50px 0 0;
    padding: 0;
    font: bold 18px/22px Arial;
}

.newsGadget.gadgetStyle001 .gadgetStyleTitle {
    background-image: url("/resources/Theme/images/NewsIcon.png");
    background-repeat: no-repeat;
    background-position: top Right;
}

.newsGadget.gadgetStyle001 .gadgetStyleTitle h4 {
    margin: 0 50px 0 0;
    padding: 0;
    font: bold 18px/22px Arial;
}

.aboutGadget.gadgetStyle001 .gadgetStyleTitle {
    background-image: url("/resources/Theme/images/AboutIcon.png");
    background-repeat: no-repeat;
    background-position: top Right;
}

.aboutGadget.gadgetStyle001 .gadgetStyleTitle h4 {
    margin: 0 50px 0 0;
    padding: 0;
    font: bold 18px/22px Arial;
}


/* STYLE 2 */

.gadgetStyle002 .gadgetStyleTitle {
    padding: 15px 30px 15px 30px;
    background-color: #124B9B;
    color: #FFFFFF;
    font: bold 18px/22px Arial, sans-serif;
}


/* STYLE 3 */

.gadgetStyle003 .gadgetStyleTitle {
    padding: 25px 30px 0 30px;
}

.gadgetStyle003 .gadgetStyleTitle h4, .WaGadgetDonationGoal.gadgetStyle003 .gadgetStyleTitle h4 {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.gadgetStyle003 .gadgetStyleBody {

}


/* BORDER BOX ------------------------------------------- */

 .boxmw {
    border: 1px solid #c8d3d4;
 }


/* EVENTS --------------------------------------------- */

.WaGadgetEventsStateList h3.sectionTitle {
    font-size: 2.50em!important;
}

.WaGadgetEventsStateList h1.pageTitle a.rssFeedLabel {
    display: none;
}


/* NEWS ------------------------------------------------ */

.WaGadgetBlog ul.boxesList li.boxesListItem {
    margin: 0 0 30px 0;
    padding: 30px;
    border: 1px solid #c8d3d4;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel, .WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink {
    float: left;
    visibility: visible;
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    color: #626262;
}

.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle {
    font-size: 20px;
}

span.postedByLink {
    display: none;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedOn {
    float: left;
}

.WaGadgetBlog .boxBodyInfoOuterContainer {
    padding: 0;
    margin: 0 0 20px 0;
    background: none;
    border-bottom: none;
}



/**** FOOTER ****/

#idFooterPoweredByContainer {
    display:none;
}

div#id_Footer2 {
    padding: 20px 20px 40px 20px;
}

div#id_Footer2 > div {
    padding: 0;
}

.followTitle h3 {
    padding-top: 10px;
}



/** SPONSOR LOGOS **/

.sponsorLogos img {
    padding: 15px 10px;
}

/**** MISC ****/

.contStyleWideLineHeight {
    line-height: 1.6;
}

.WaPlaceHolder > div {
    padding: 0;
}

.gadgetFeatureImage img {
    margin: -20px 0 -20px 0;
    display:block;
}

.zoneContent [class^="WaGadget"] {
    margin: 0 0 25px 0;
    position: relative;
    overflow: hidden;
}


/**** HOME SPECIFIC ****/

div.stewardshipBanner {
background-size: 100% auto;
}

/**** MOBILE SPECIFIC STYLES ****/

@media only screen and (max-width: 1169px) {

}


@media only screen and (max-width: 616px) {
.gadgetStyle001 .gadgetStyleBody, .gadgetStyle002 .gadgetStyleBody, .gadgetStyle003 .gadgetStyleBody { padding: 10px 20px 20px 20px; }

.gadgetStyle001 .gadgetStyleTitle { margin: 20px 20px 10px 20px!important; }

.mobileHide { display: none; }

.footerSocial {  }

.followTitle h3 { text-align: center!important; }

.WaGadgetSocialProfile.footerSocial ul.orientationHorizontal.alignRight { text-align: center!important; }

.WaGadgetLoginForm { text-align: center; }

.WaGadgetSiteSearch .searchBoxOuter.alignRight { text-align: center; }

form.generalLoginBox { float: center; }

.WaGadgetLoginForm .loginContainerAuthenticated { text-align: center; }

div.stewardshipBanner { background-image: url("/resources/Theme/Images/trianglesBG.png")!important; background-size: auto!important;}

.WaGadgetMenuHorizontal.menuStyle001 .menuInner .menuButton::after {
content: "MENU";
font-size: 18px;
position: absolute;
top: 20px;
left: 25px;
text-align: left;
color: #ffffff;
}

.WaGadgetMenuHorizontal.menuStyle001 .menuInner .menuButton {
text-align: right;
height: 25px;
padding: 16px 25px 14px 25px;
}


}


/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
    position:relative;
}

.accordion-section {
    clear: both;
    height:auto;
    overflow:hidden;
    width:auto;   
}

/*----- Section Titles -----*/
.accordion-section-title  {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#6ABD2C;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
	color:#fff;
}

.desktop .accordion-section-title {
    width: 25%;
    float: left;
}

 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#4c4c4c;
    /* Type */
    text-decoration:none;
	color:#fff;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}


.desktop .accordion-section-content {
    width: 75%;
    position:absolute;
    top: 0;
    left: 25%;
}

.accordion-section-content .cols{
    float:left;
}

.desktop .accordion-section-content .col-wrapper{
    height:auto;
    overflow:hidden;
    width:auto; 
}

.desktop .accordion-section-content .cols{
    clear:none;
}

.accordion-section-content .col1{
    width: 50%;
}

.accordion-section-content .col2{
    width: 50%;
}

.accordion-section-content .col3{
    width: 100%;
}
.desktop .accordion-section-content .col1{
    width: 30%;
}

.desktop .accordion-section-content .col2{
    width: 30%;
}

.desktop .accordion-section-content .col3{
    width: 40%;
}



/*-----  gadget detail page edits-----*/
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle {
    font-size: 24px;
}

.WaGadgetEventsStateDetails .pageTitleOuterContainer .pageTitleContainer h1.pageTitle {
    color: #124B9B;
}

.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle {
    font-arial,sans-serif;
    font-size: 24px;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedOn::before {
    font-size: 14px;
}

.WaGadgetBlog .pageTitleOuterContainer .pageBackContainer a {
    font-size: 16px;
}

.WaGadgetBlog .pageTitleOuterContainer .pageBackContainer a::before {
    font-size: 12px;
}

.WaGadgetForumStateMessageList .topicTitleOuterContainer h4 {
    font-weight: bold;
    font-family: arial;
}

.WaGadgetForum .pageTitleOuterContainer .pageBackContainer a {
    font-size: 16px;
}
.forumPanelOuterContainer .forumPanelContainer div .forumSortedOrderLink a {
    font-size: 16px;
}
.forumPanelOuterContainer .forumPanelContainer div #idSubscribe a {
    font-size: 16px;
}	

.WaGadgetEventsStateList h3.sectionTitle {
    font-size: 36px;
}

.WaGadgetEventsStateList .pastEventsOuterContainer table.pastEventsList {
    font-size: 24px;
}

.WaGadgetEventsStateList .pastEventsOuterContainer h3.sectionTitle {
    margin: 0 0 20px 0;
    font-size: 36px;
    font-weight: bold;
}

.pagerOuterContainer .linkCurrent {
    font: normal 14px arial, sans-serif;
}

.pagerOuterContainer a {
    text-decoration: none;
    font: normal 14px arial, sans-serif;
}

.WaGadgetEventsStateCalendar .EventListCalendar td > div {
    background: #6ABD2C;
}

.genericListTable thead th, .membersTable thead th {
    font-size: 16px;
}

.captionOuterContainer .captionContainer .fieldBody h4 {
    color: #454545;
    font-family: arial,sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.walkmanline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #124B9B;
    border-bottom: 2px solid #124b9b;
    padding: 0 0 3px 0;
}

.WaGadgetLoginForm {
    font: 14px arial, sans-serif;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.dir > .item > a:after {
background: #124B9B;
}

.WaGadgetEventsStateList .pastEventsOuterContainer table.pastEventsList {
    font-size: 16px;
}

SPAN.postedByComment { 
display: none 
}

SPAN.postedBy { 
display: none 
}

.mwlist li{
    margin: 12px 0;
}

/*Styles for New SIDP Home*/

.align_title_bot{
    padding-left: 15px;
}

h4#program_title{

    font-size: 22px;
}

.border1 {
    border-top: 10px solid #6abd2c;
}

.border_col_top{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.border_col_btm{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.expertGadget.gadgetStyle001{
    border:none;
}
.expertGadget.gadgetStyle001 .gadgetStyleTitle {
    background-image: url("/resources/Pictures/Ask_Icon@2x-100.jpg");
    background-size: 40px;
    padding-top: 5px;
    background-repeat: no-repeat;
    background-position: top Right;
}

.spotlightGadget.gadgetStyle001{
    border:none;
}

.spotlightGadget.gadgetStyle001 .gadgetStyleTitle {
    background-image: url("/resources/Pictures/Member_Icon@2x-100.jpg");
    background-size: 30px;
    padding-top: 5px;
    background-repeat: no-repeat;
    background-position: top Right;
}
div#id_Twitter.WaGadgetFirst.WaGadgetContent.gadgetStyle001 .gadgetStyleTitle h4 {
    margin: 0;
    padding: 0;
    font: inherit;
    color: #124b9b;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial;
}

div#id_expert.WaGadgetOnly.WaGadgetContent.expertGadget.gadgetFeatureImage.gadgetStyle001{
    border:none;
}

div#id_spotlight.WaGadgetOnly.WaGadgetContent.expertGadget.gadgetFeatureImage.gadgetStyle001{
    border:none;
}

.align_title_bot a{
color: #124B9B;
}

/**change footer background color**/
#PAGEID_1543336 .zoneFooter3 {
    background-color: #ffffff;
}

#PAGEID_1543336 .menuStyle001{
background-color: #124B9B;
}

#PAGEID_1543336 div#id_Footer2 .footer_contact a{
    color: #124B9B;
}

/** Add space above hero buttons */
a.stylizedButton.buttonStyle003.homeButton{
    margin-top: 15px;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  background-color: #fff;
  padding: .5em;
  min-width: 10rem;
}
.tooltip-wrap:hover .tooltip-content {
  display: block;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  
  cursor: pointer;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  background-color: #6ABD2C;
  color: #ffffff;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
}